@font-face {
    font-family: FigTreeExtraBold;
    src: url('/css/Figtree-ExtraBold.woff2');
}
@font-face {
    font-family: FigTreeLight;
    src: url('/css/Figtree-Light.woff2');
}
#menu {
    position: absolute; /*  change */
    padding-left: 50px;
    padding-top: 50px;
}
#menu, #menu a
{
    color: #ebd7af;
}
#menu a
{
    text-decoration: none;
}
#menu a:hover
{
    text-decoration: underline;
}
#menu ul {
    list-style-type: none;
    padding-left: 0px;
}


#logo {
    position: absolute;
    left: 50px;
    bottom: 50px;
    height: 80px;
}
#z {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 100%;
}
#z-text {
    position: absolute;
    right: 50px;
    bottom: 50px;
    font-family: FigTreeExtraBold;
    font-size: 24px;
    color: #1a2227;
    text-align: right;
    line-height: 28px;
}
.text-bold {
    font-family: FigTreeExtraBold;
}
.background-mint
{
    background: #8cffd2;
}
.background-olive
{
    background: #7a713c;
}
.background-sand
{
    background: #ebd7af;
}
.background-red
{
    background: #ff1e00;
}
.background-green
{
    background: #263c2d;
}

.navbar
{
    background: #8cffd2;
}

h1, h2, h3, h4, h5, h6
{
    font-family: FigTreeExtraBold;
}

body, html {
    font-family: FigTreeLight;
    height: 100%;
    background-color: #1a2227;
}
.hide
{
    display: none;
}
#main
{
    height: 100%;
    display: none;
}
#overlay-login
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    /*background: #fff;*/
    background: #1a2227;
    color: #ebd7af;
    font-size: 30px;
    font-family: FigTreeExtraBold;
}
#auth-form {
    position: absolute;
    margin-top: 220px;
    top: 15%;
    left: 10%;
}
#logoLogin {
    position: absolute;
    /*top: 64%;*/
    bottom: 10%;
    left: 10%;
    width: 150px;
}
.loginPageShapes {
    position: absolute;
    /*top: 50%;*/
    /*-ms-transform: translateY(-50%) translateX(0%);*/
    /*transform: translateY(-50%) translateX(0%);*/
    bottom: 10%;
    right: 10%;
    width: 879px;
    height: 852px;
}
.loginInnerPageShapes {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}
.shape1Green {
    position: absolute;
    top: 44.74882629107981%;
    left: 56.88282138794084%;
    width: 20.70534698521047%;
    fill: #2effd1;
    rotate: 90deg;
    transform-origin: top left;
}
.shape2Green {
    position: absolute;
    top: 43.5924882629108%;
    left: 58.02047781569966%;
    width: 20.70534698521047%;
    fill: #2effd1;
    rotate: -90deg;
    transform-origin: top left;
}
.shape3Green {
    position: absolute;
    top: -3%;
    left: 0%;
    width: 49%;
    stroke-width: 0.4%;
    stroke-width: 0.2%;
    border-radius: 0px 430px 0px 0px / 0px 430px 0px 0px;
    outline-color: #2effd1;
    outline-style: solid;
    outline-width: 2px;
    outline-offset: -2px;
    fill: none;
    rotate: -90deg;
    transform-origin: bottom left;
    -moz-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}
.shape1Beige {
    position: absolute;
    top: 0%;
    left: 36.17747440273038%;
    width: 20.70534698521047%;
    fill: #ebd7af;
    rotate: 0deg;
    transform-origin: top left;
}
.shape2Beige {
    position: absolute;
    top: 65.84507042253521%;
    left: 57.97747440273038%;
    width: 20.70534698521047%;
    fill: #ebd7af;
    rotate: -90deg;
    transform-origin: top left;
}
.shape3Beige {
    position: absolute;
    top: 21.84507042253521%;
    left: 57.97747440273038%;
    width: 20.70534698521047%;
    fill: #ebd7af;
    rotate: -90deg;
    transform-origin: bottom left;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
#container-login {
    position: absolute;
    /*top: 50%;*/
    /*left: 50%;*/
    left: 0%;
    width: 100%;
    height: 100%;
    /*-ms-transform: translateY(-50%) translateX(-50%);*/
    /*transform: translateY(-50%) translateX(-50%);*/
}
.loginTextPage {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 800px;
    font-size: 90px;
    line-height: 90px;
}
.loginPageTextBottom {
    position: absolute;
    bottom: 3%;
    right: 6%;
    width: 800px;
    text-align: right;
    font-size: 25px;
    line-height: 25px;
}
input[type=password], input[type=email] {
    background-color: #1a2227;
    border:solid 1px #ebd7af;
    width: 293px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    font-family: FigTreeLight;
}
input[type=password]:focus, input[type=email]:focus{
    border:solid 1px #ebd7af;
    outline: none;
    box-shadow: none;
    color: #ebd7af;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
/*textarea:-webkit-autofill,*/
/*textarea:-webkit-autofill:hover,*/
/*textarea:-webkit-autofill:focus,*/
/*select:-webkit-autofill,*/
/*select:-webkit-autofill:hover,*/
/*select:-webkit-autofill:focus,*/
input[type=password], input[type=email] {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ebd7af;
    outline: none;
    box-shadow: none;
    border: 1px solid #ebd7af;
    border-radius: 0;
    -webkit-text-fill-color: #ebd7af;
    -webkit-box-shadow: 0 0 0px 1000px #1a2227 inset;
    transition: background-color 5000s ease-in-out 0s;
}
.loginArrow {
    margin-top: -20px;
}
.zeitLoginBtn {
    position: absolute;
    width: 137px;
    height: 68px;
    left: 156px;
    margin-top: -20px;
    padding-right: 30px;
    padding-bottom: 10px;
    background: #2effd1;
    color: #1a2227;
    font-size: 25px;
    font-family: FigTreeExtraBold;
    border-radius: 0 0 80px 0;
}
.winbox {
    /*background: #226f53;*/
    /*background: #ebd7af;*/
    background: #1a2227;
    border-top: solid 1px #ebd7af;
    border-radius: 12px 12px 0 0;
}
.wb-body {
    padding: 10px;
}

.desktop-icon {
    background: #efefef;
    border-radius: 10px;
    cursor: pointer;
}
.desktop-icon:hover {
    width: 60px;
}

.filesystem-folder-content
{
    padding-left: 18px;
    display: none;
}
.filesystem-icon {
    width: 20px;
    margin-top: -3px;

}
.filesystem-action-icon {
    width: 16px;
    margin-top: 5px;
    float: right;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-secondary);
}
.filesystem-chevron
{
    display: none;
}
.btn-xs
{
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
}
.btn-xxs
{
    --bs-btn-padding-y: .05rem;
    --bs-btn-padding-x: .05rem;
    --bs-btn-font-size: .65rem;
}
.cp-row
{
    margin-bottom: 5px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
}
.cp-dropdown button
{
    margin-top: -3px;
}
.track-header
{
    background: #226f53;
    color: #fff;
    font-size: 1.15em;
    padding: 5px;
    padding-left: 10px;
    border: 1px solid #226f53;
    border-radius: 5px 5px 0px 0px ;
}
.track-container
{
    border: 1px solid #226f53;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 0px 0px 5px 5px;
}

.campaignInfo
{
    width: 99%;
}

.editor {
    width: 100%;
    height: 100%;
}
.editor-icon-bar
{
    background: #000;
    color: #fff;
    padding: 5px;
    padding-left: 10px;
}
.booking-product-type-row
{
    background: #efefef;
    margin-bottom: 5px;
    font-weight: bold;
}
.booking-product-container
{
    padding-left: 20px;
    display: none;
}
.booking-product-row
{
    margin-bottom: 3px;
}
.booking-product-row:hover
{
    background: antiquewhite;
    margin-bottom: 3px;
}
.inline-edit-input-text
{
    border: 0px none;
    background: none;
    width: 100%;
}
#imgCropContainer {
    position: absolute;
    top: 50%;
    left: 50%;
}
#imgCropFrame {
    position: absolute;
    border: 1px solid #00ff00;
    top: 50%;
    left: 50%;
    overflow: hidden;
    pointer-events: none;
}
#imageCropControls {
    position: relative;
    margin: auto;
    width: 500px;
    background: #ebd7af;
    padding: 10px;
    border-radius: 5px;
    z-index: 9999;
}
.discreteInput {
    width: 100%;
    text-align: right;
    padding: 0px;
    margin: 0px;
    border: none;
}
.no-scrollbars {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.no-scrollbars::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1a2227 !important;
    --bs-btn-border-color: #2effd1;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ebd7af;
    --bs-btn-hover-border-color: #ebd7af;
    --bs-btn-focus-shadow-rgb: 235,215,175;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ebd7af;
    --bs-btn-active-border-color: #ebd7af;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1a2227;
    --bs-btn-disabled-border-color: #1a2227;
}

.btn-success {
    --bs-btn-color: #000;
    --bs-btn-bg: #ebd7af;
    --bs-btn-border-color: #ebd7af;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #cc2949;
    --bs-btn-hover-border-color: #cc2949;
    --bs-btn-focus-shadow-rgb: 204,41,73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #cc2949;
    --bs-btn-active-border-color: #cc2949;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #cc2949;
    --bs-btn-disabled-border-color: #cc2949;
}

--bs-btn-focus-box-shadow {

     --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
}

.accordion{
    --bs-accordion-color: #000;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.375rem;
    --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    /*--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");*/
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #1a2227;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(235, 215, 175, 0.55);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #1a2227;
    /*--bs-accordion-active-color: #fff;*/
    --bs-accordion-active-bg: rgba(26, 34, 39, 0.15);
    /*--bs-accordion-active-bg: #1a2227;*/
    --bs-accordion-active-bg: #ebd7af;
}

.bi-eye-fill {
    color: #1a2227;
}

table, thead, tbody, tr, td {
    /*text-align: center !important;*/
}

thead {
    font-family: FigTreeExtraBold;
}
/* mobile size*/

@media (max-width: 1600px) {
    #z {
        width: 70%;
        height: auto;
    }
    #container-login {
        top: 0%;
        /*left: 7%;*/
    //    width: 80%;
    }
    .loginPageShapes {
        /*top: 10%;*/
     //   left: 45%;
        width: 703px;
        height: 681px;
    }
}
@media (max-width: 1300px) {
    .loginPageShapes {
        /*top: 15%;*/
        /*left: 37%;*/
        width: 562px;
        height: 545px;
    }
    .loginTextPage {
        font-size: 80px;
        line-height: 90px;
    }
}
@media (max-width: 1040px) {
    .loginPageShapes {
        bottom: 3%;
        /*left: 25%;*/
        width: 450px;
        height: 436px;
        /*display: none;*/
    }
    .loginTextPage {
        font-size: 180%;
        line-height: 130%;
    }
    #auth-form {
        top: 7%;
    }
    #logoLogin {
        bottom: 3%;
    }
}
@media (max-width: 900px) {
    .loginPageShapes {
        /*left: 30%;*/
        width: 352px;
        height: 341px;
        /*display: none;*/
    }
    .loginPageTextBottom {
        bottom: 0%;
        right: 0%;
        font-size: 20px;
    }
    .loginInnerPageShapes {
        display: none;
    }
    #z-text {
        display: none;
    }
    #z {
        bottom: 50px;
        right: 50px;
        height: 100px;
        width: auto;
    }
    #logo {
        display: none;
    }
}
@media (max-height: 710px) {
    #logo {
        bottom: 20px;
    }
}
@media (max-height: 670px) {
    #logo {
        display: none;
    }
}
.table-hover tbody tr:hover {
    background-color: #ebd7af;
}
.table-reporting td, .table-reporting th {
    border: 1px solid #000;
}
.table-reporting tr {
    color: #ebd7af;
    background: #1a2227;
}
.table-reporting table {
    border-collapse: collapse;
}
.table-reporting th, .header {
    font-family: FigTreeExtraBold;
}
.table-reporting .header {
    background: #ebd7af;
    color: #1a2227;
    padding-top: 5px;
    padding-bottom: 5px;
}
.table-reporting td, .table-reporting th {
    padding-right: 5px;
    padding-left: 5px;
    font-feature-settings: "tnum";
}

.table-reporting tr:hover {
    background: #29353d !important;
}

.media-files-entry {
    position: relative;
    text-align: center;
    width: 110px;
    height: 140px;
    float: left;
    margin-right: 10px;
}
.media-files-entry:hover {
    background: #97bdd6;
    cursor: pointer;
}
.media-files-entry i {
    font-size: 50px;
}

.media-files-name {
    font-size: 12px;
    padding: 5px;
}
.media-files-versions {
    position: absolute;
    left: 50%;
    background: #fff;
    border: 1px solid #808080;
    top: 80px;
    width: 230px;
    margin-left: -115px;
    display: none;
    padding: 5px;
    z-index: 9999999;
}
.media-files-selected {
    background: #ebd7af;
}
.media-files-preview {
    height: 80px;
}
.media-files-preview-image {
    max-width: 100px;
    max-height: 80px;
}
.media-files-icons {
    display: none;
    position: absolute;
    right: 0px;
    top: -23px;

}
.media-files-icons i {
    font-size: 12px;
}
