/* Dashboard sliderCheckbox */
.db-scContainer {
    border: none;position: relative;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;width: 125px;
    border-radius: 8px;
}
.db-scCheckbox {
    display: none;
}
.db-scLabel {
    /*border: 2px solid #666;*/
    /*border-radius: 20px;*/
    cursor: pointer;
    display: block;
    overflow: hidden;
    height: 29px;
}
.db-scInner {
    display: block;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}
.db-scInner:before, .db-scInner:after {
    box-sizing: border-box;
    border-radius: 8px;
    display: block;
    float: left;
    /*font-family: sans-serif;*/
    font-size: 12px;;
    height: 29px;
    line-height: 29px;
    padding: 0;
    width: 50%;
}
.db-scInner:before {
    background-color: #444a3c;
    color: white;
    content: attr(data-text-true);
    padding-left: .75em;
}
.db-scInner:after {
    background-color: var(--bgLight1);
    color: #444a3c;
    content: attr(data-text-false);
    padding-right: .75em;
    text-align: right;
}
.db-scCircle {
    background-color: #444a3c;
    border-radius: 3px;
    bottom: 0;
    display: block;
    margin: 5px;
    position: absolute;
    right: 71px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 6px;
}
.db-scCheckbox:checked + .db-scLabel .db-scInner {
    margin-left: 0;
}
.db-scCheckbox:checked + .db-scLabel .db-scCircle {
    background-color: var(--bgLight1);
    right: 0 !important;
}
.db-modalSelect{
    height: 29px;
    border-radius: 8px;
}

.db-body{
    background-image: url(/Public/System/icons/dots.png);
    background-repeat: no-repeat;
    background-size: 70% 50%;
    background-position: 0px bottom;
    padding-right: 0 !important;
    font-family: Montserrat, sans-serif;
    overflow-y: auto;
    background-color: #efefef;
}
.db-content{
    height: 100%;
    padding: 1rem 1rem 1rem 4rem;
}
.db-userPanel{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.db-topBar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px !important;
    background: linear-gradient(to right, rgb(34, 53, 43), rgb(20, 32, 42));
}
.db-userInfo{
    display: flex;
    justify-content: center;
    color: #a8a8a8;
    font-size: 18px;
    font-weight: 600;
    padding: 50px 0;
}
.db-logo{
    width: 100px;
}
.db-logOut{
    width: fit-content;
    margin: 0 20px;
    cursor: pointer;
}
.db-logOut:hover img{
    transform: scale(1.1);
    transition: 0.3s;
}

.db-logOut:active img{
    transform: scale(0.9);
    transition: 0.3s;
}
.db-bcButton{
    color: #384940;
    width: 166px;
    padding: 10px;
    border-radius: 10px;
    border: none;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
}
.db-bcButton:hover{
    background-color: #7a8680;
    color:  #e9ebea;
}
.btn-disabled{
    background-color: #E9EBEA;
    color: #a7aeaa;
    pointer-events: none;
}
.btn-active{
    background-color: #384940;
    color: #e9ebea;
}

.tableCard{
    display: flex;
    flex-direction: column;
    background-color: grey;
    border-radius: 1rem;
    padding: 1rem;
}
.tableCard-mainText{
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.rf-row{
    display: flex;
    justify-content: center;
    gap: 1rem;
    width: 100%;
}
.rf-mainTitle{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
}
.rf-subTitle{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: white;
}
.rf-box{
    width: 50%;
}
.ws-inputRowlabel{
    width: 100%;
}
.childrenBox{
    display: flex;
    flex-direction: column;
}
.childRow{
    position: relative;
    width: 100%;
    border-bottom: 2px solid white;
}
.childNumber{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    color: #72720b;
    font-size: 80px;
    font-weight: 800;
    text-shadow: 0 0 4px white;
}
.childData{
    display: flex;
    flex-direction: column;
    width: 70%
}
.bc-checked{
    background-color: #8bb054 !important;
    font-weight: 600;
}
.bc-button{
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    padding: 3px 10px;
    min-height: 24px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}
.ni-container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: none;
}
.ni-controlBox{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 13px;
    top: 0;
    height: 100%;
}
.ni-button{
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: black;
    padding: 3px 0;
    width: 18px;
    line-height: 8px;
    outline: none;
    cursor: pointer;
    transition: 0.2s;
}
.ni-inputBox > input{
    padding-right: 40px;
}
.cardBox{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
}
.db-campCard{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #344f40;
    border-radius: 1rem;
    color: white;
    width: 25%;
    height: 200px;
}
.db-campCard2{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--bgLight1);
    border-radius: 1rem;
    border: 2px solid #344f40;
    color: #344f40;
    width: 25%;
    height: 200px;
}
.db-childName{
    font-size: 20px;
    font-weight: bold;
}
.db-cardHoverBtn{
    display: none;
    position: absolute;
    transition: 0.3s;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.db-cardHoverBtn:hover{
    background-color: var(--bgLight1);
    filter: drop-shadow(2px 2px 3px black) ;
}
.db-btnRemove{
    background-image: url(/Public/icons/remove3.svg);
    bottom: 1rem;
    right: 0;

}
.db-btnExchange{
    background-image: url(/Public/icons/exchange.svg);
    bottom: 1rem;
    left: 0;

}
.itemContainer{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.childItem{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    border: 2px solid #344f40;
    border-radius: 5px;
    background-color: #efffe4;
    cursor: pointer;
}
.campItem{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    min-width: 100px;
    background-color: #344f40;
    border: 2px solid #efffe4;
    border-radius: 5px;
    color: #efffe4;
    transition: 0.3s;
}
.dragged{
    background-color: green;
    opacity: 0.5;
}
.targetElem{
    transform: scale(1.2);
}
.campBox-mainTitle{
    font-weight: bold;
}
.campBox-subTitle{
    font-size: 12px;
    font-weight: bold;
}
.campBox-text{
    font-size: 12px;
}
.regButton{
    padding: 5px 1rem;
    border-radius: 5px;
    background-color: #344f40 !important;
}
.cbx-container{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.cbx-box{
    width: 25px;
    height: 25px;
    min-width: 25px;
    border: 2px solid #344f40;
    border-radius: 4px;
    background-color: white;
    transition: 2s;
    cursor: pointer;
}
.cbx-label{
    font-size: 13px;
    font-weight: 600;
}
.cbx-subText{
    padding-left: 4rem;
    font-size: 14px;
    color: black;
}
.cbx-checked{
    background-color: #344f40 !important;
    background-image: url(/Public/System/icons/checkbox-ok.svg);
    animation: pulse2 1s
}
.color313131{
    color: #313131;
}
.bc-containerSpec{
    display: flex;
    justify-content: space-around;
    gap: 1rem;
}
.documents{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    padding: 2rem;
}
.docBox{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    height: 100px;
    width: 20%;
    border-radius: 5px;
    border: 2px solid #344f40;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    color: #344f40;
    font-size: 13px;
    font-weight: 600;
    transition: 0.3s;
}
.docBox:hover{
    transform: scale(1.1);
    box-shadow: 0 0 3px 3px lightgrey;
}

.db-panel{
    background-color: white;
    border-radius: 30px;
    padding: 20px;
    width: 67%;
}
.db-sidePanel{
    position:relative;
    width: 300px;
    height: 100vh;
    background-color: white;
    padding: 0 2rem;
}
.db-rightSide{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: end;
    width: 30%;
    max-width: 25%;
    color:  #64726b;
    font-size: 10px;
    padding: 20px;
}
.db-nextStep{
    font-size: 13px;
    font-weight: 600;
}
.db-nextStepMain{
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
}

.paymentMessageBox{
    position: relative;
    bottom: 150px;
    background-color: #fff;
    padding: 16px;
    border-radius: 15px;
}

.db-mainButton{
    display: flex;
    align-items: center;
    column-gap: 1rem;
    width: 100%;
    padding: 10px;
    color: #909a95;
    border: none;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
.bg-image{
    z-index: -1;
    position: absolute;
    background-size: cover;
    top: 1rem;
    right: 1rem;
}
.bg-imageUserData{
    background-image: url(/Public/Site/MediaStore/bg-imageUserData.png);
    width: 448px;
    height: 448px;
}
.bg-imageChildren{
    background-image: url(/Public/Site/MediaStore/bg-imageChildren.png);
    width: 448px;
    height: 448px;
}
.bg-imageCart{
    background-image: url(/Public/Site/MediaStore/bg-imageCart.png);
    width: 448px;
    height: 448px;
}
.bg-imageCampInfo{
    background-image: url(/Public/Site/MediaStore/bg-imageCampInfo.png);
    width: 448px;
    height: 448px;
}

/* Table */
.table-mainTable{
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: Montserrat, sans-serif;
    height: fit-content;
    box-shadow: 0 0 5px #656565;
    background-color: rgba(14, 25, 43, 0.8);
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
    user-select: none;
}
.table-controlBar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
}
.headerSelect{
    background-color: var(--menuBackground2);
    color: white;
    border: 1px solid white;
    border-radius: 3px;
    padding: 3px;
    font-size: 16px;
}
.tableControlBtn{
    border: none;
    background-color: transparent;
    color: black;
    padding: 0 10px;
    font-family: var(--mainFontFamily);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    height: 36px;
    transition: 0.3s;
}
.tableControlBtn:hover{
    background-color: rgba(255,255,255,0.1);
}
.squareBtn{
    padding: 0;
    margin: 0 3px;
    width: 36px;
}
.textBtn{
    height: 36px;
    background: linear-gradient(to right, var(--menuBackground1), #404f86);
    color: white;
    font-family: var(--mainFontFamily);
    font-size: 16px;
    padding: 0 10px;
    text-transform: uppercase;
}
.table-tableRow{
    /*color: white;*/
}
.table-tableRow:not(.table-tableHeader){
    position: relative;
    display: flex;
    cursor: pointer;
    transition: 0.2s;
    /*border-bottom: 1px solid #c7c7c7;*/
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    color: #64726b;
    font-size: 10px;
    font-weight: 600;
}
.table-tableRow:not(.table-tableHeader):hover{
    background-color: #c1c5c1 !important;
    color: #384940 !important;
}
.table-tableRow:not(.table-tableHeader) > div{
    position: relative;
    padding: 10px;
    max-height: 30px;
    overflow: hidden;
    border: none !important;
}
.table-tableRow:not(.table-tableHeader) > div > span{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table-tableRow:not(.table-tableHeader):nth-child(even){
    background-color: #e9ebea;
}
.table-tableRow:not(.table-tableHeader):nth-child(odd){
    background-color: #d3d7d5;
}
.tableRowDisabled{
    pointer-events: none;
    color: lightgrey;
}
.table-tableCol{
    overflow: hidden;
    white-space: nowrap;
}
.table-tableHeader{
    display: flex;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    background-color: #909a95;
    color: #e9ebea;
}
.table-orderable{
    position: absolute;
    right: 5px;
    font-size: 10px;
    cursor: pointer;
    transition: 0.3s;
}
.table-orderNone{
    color: #9c9c9c;
}
.table-orderAsc{
    color: var(--backgroundColor);
    text-shadow: 1px 1px white;
}
.table-orderDesc{
    transform: rotate(180deg);
    color: var(--backgroundColor);
    text-shadow: 1px 1px white;
}
.table-tableHeader div{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 5px;
}
.table-tableFooter div{
    text-align: center;
}
.table-tableHeader span{
    word-wrap: normal;
    text-align: center;
}
.table-tableRow > div:not(:first-child){
    /*border-left: 1px solid #c7c7c7;*/
    border: none;
}
.table-tableBody{
    max-height: 78vh;
    overflow-y: auto;
    font-weight: 400;
}
.table-selectedRow{
    background-color: #7a8680 !important;
    color: white !important;
}
.selectedRow{
    background-color: #384940 !important;
    color: #a7aeaa;
}
.mainSelector{
    height: 32px;
    min-width: 250px !important;
    background: linear-gradient(to right, var(--btnInactive), var(--btnActive));
    color: white;
    border: 1px solid var(--border);
    cursor: pointer;
}
.mainSelector option{
    color: black;
}
.table-tableCell{
    overflow: hidden;
}
.controlSigns{
    display: flex;
    align-items: center;
    min-width: 100px;
    height: 32px;
    border-radius: 5px;
    background-color: black;
    box-shadow: inset -1px -1px 0 0 #747373;
    margin: 0 1rem;
    padding: 0 5px;
}
.controlSignBtn{
    width: 24px;
    height: 24px;
    border: none;
}
.controlSignFilter{
    background-color: black;
    color: green;
}
.checkableHeader{
    padding-left: 30px;
}
.tableRowCheckbox{
    align-self: center;
    width: 20px;
    height: 20px;
    margin: 0 5px;
}
.table-hoverBox{
    position: absolute !important;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    gap: 3px;
    right: 0;
    align-items: center;
}
.table-hoverBox:hover{
    background-color: white;
}
.table-hoverButton{
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s;
}
.table-hoverButton:hover{
    border: 1px solid #d3d3d3;
}
.tableIcon{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
}

.modalButton{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #d3d7d5;
    color: #384940;
    padding: 10px 20px;
    width: fit-content;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
}
.modalButton-readOnly{
    background-color: #d3d7d5;
    color: #a7aeaa;
    pointer-events: none;
}
.modalButton:hover{
    background-color: #384940;
    color: white;
}
.modalButton img{
    width: 20px;
    height: 14px;
}
.mb-hidden{
    display: none;
}
.mainButton{
    background-color: white;
    color: #384940;
}
.mainButton:hover{
    background-color: #d3d7d5;
    color: #384940;
}
.windowWrapper{
    height: 100%;
}


/* Select */
.selectContainer, .selectContainer *{
    font-family: Montserrat, sans-serif;
    font-size: 16px;
}
.selectContainer{
    position: relative;
    display: flex;
    justify-content: space-between;
    /*min-width: 100px;*/
    padding: 0px 20px 1px 5px;
    cursor: pointer;
}
.selectInput{
    background-color: inherit;
    color: inherit;
    border: none;
    width: 100%;
}
.inputReadOnly{
    /*pointer-events: none;*/
}
.selectArrow{
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    right: 8px;
    top: calc(50% - 11px);
    transform: rotate(0deg);
    transition: 0.3s;
}
.selectArrowIcon img{
    transition: 0.4s;
    width: 20px;
    height: 20px;
}
.selectOpen img{
    transform: rotate(180deg);
}
.selectList{
    position: absolute;
    width: 100%;
    left: 0;
    background-color: white;
    border: inherit;
    max-height: 200px;
    overflow-y: auto;
}
.selectListItem{
    color: #384940;
    font-family: inherit;
    padding: 3px 3px;
    cursor: pointer;
    transition: 0.3s;
}
.selectListItem:not(selectListItemGroup):nth-child(even){
    background-color: #d3d7d5;
}
.selectListItem:not(selectListItemGroup):nth-child(odd){
    background-color: #bdc2bf;
}
.selectListItem:not(.selectListItemGroup):hover{
    color: white;
    background-color: grey;
}
.selectListItemGroup{
    background-color: grey;
    font-weight: bolder;
    cursor: auto;
}
.selectedListItem{
    color: #e9ebea;
    background-color: #384940 !important;
}
.selectNonResult{
    display: none;
}
.selectDisabledItem{
    color: darkgrey;
    pointer-events: none;
}

/* Modal */
.modalContainer{
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(4px);
}
.modalContent{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    width: inherit;
}
.fixOnTop{
    align-items: start !important;
}
.modalFrame{
    display: flex;
    flex-direction: column;
    color: var(--widgetHeaderBackColor);
    background-color: white;
    border: none;
    border-radius: 30px;
    box-shadow: none;
    font-family: Montserrat, sans-serif;
}
.modalFrame .tableRow:not(.tableHeader){
    color: black !important;
}
.modalTitle{
    font-family: var(--regularFont);
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.8rem 1rem !important;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: white;
    color: #384940;
}
.modalFooter{
    background-color: white;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 20px 1rem;
}
.modalInner{
    background-color: white;
    padding: 1.5rem 1rem;
    max-height: 80vh;
    border: none;
    overflow-y: auto;
    overflow-x: hidden;
}
#modalGdprCb .modalInner{
    overflow-y: hidden ;
}


.modalControls{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.btnPulse{
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(0.7);
        box-shadow: 0 0 0 5px #bedfff;
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #bedfff;
    }
}
.modalRow{
    display: flex;
    padding: 3px 0;
    column-gap: 1rem;
}
.modalSelect{
    border: 1px solid #656565;
    background-color: white !important;
    color: black !important;
    min-height: 25px;
    height: 25px;
}
.modalInner label{
    font-size: 13px;
    font-weight: 600;
}
.modalGridRow{
    display: inline-grid;
    width: 100%;
    padding: 3px;
    grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
}
.modalGridRowCol2{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}
.modalGridRow12{
    display: inline-grid;
    width: 100%;
    padding: 3px;
    grid-template-columns: 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33%;
}
.innerTitle{
    background-color: white;
    color: #384940;
    font-size: 20px;
    padding: 5px 10px;
}
.innerTitle > label{
    text-align: left;
}
.isActiveLamp{
    width: 30px;
}
.error{
    /*background-color: #ff5858 !important;*/
    background-color: #ecab8e  !important;
}
.modalDisabled, .modalDisabled *{
    color: #a7aeaa !important;
    pointer-events: none;
}
.modalText{
    font-size: 10px;
    font-weight: 600;
    color: #64726b;
}
.mod-iconButton > img{
    width: 25px;
    height: 25px;
    transition: 0.3s;
    cursor: pointer;
}

/* ButtonCheckbox */
.bc-container{
    display: flex;
    justify-content: space-around;
    gap: 10px;
}
.bc-button{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 10px;
    height: 40px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    background-color: #e9ebea;
    color: #384940;
}
.bc-icon:hover{
    background-color: #9a5252;
    color: white;
}
.bc-hover{
    background-color: #7a8680;
    color: #e9ebea;
}
.bc-checked{
    background-color: #384940 !important;
    color: #e9ebea;
}
.bc-icon{
    width: 40px;
    height: 40px;
    padding: 2px;
    background-color: white;
    background-size: 34px 34px;
    background-repeat: no-repeat;
    background-position: center center;
}
.bc-disabled{
    background-color: #a7aeaa;
    color: #E9EBEA;
    pointer-events: none;
}
.bc-miniElem{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: #cccccc;
}

/* Checkbox */
.cbx-container{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.cbx-box{
    width: 25px;
    height: 25px;
    min-width: 25px;
    border: 2px solid #344f40;
    border-radius: 4px;
    background-color: white;
    transition: 2s;
    cursor: pointer;
}
.cbx-label{
    color: #384940;
}
.cbx-subText{
    padding-left: 4rem;
    font-size: 14px;
    color: black;
}
.cbx-checked{
    background-color: #344f40 !important;
    background-image: url(/Public/System/icons/checkbox-ok.svg);
    animation: pulse2 1s
}

/* MessageBox */
/*messageBox*/
.mbCover{
    position: absolute;
    display: none;
    background-color: rgba(0, 0, 0, 0.55);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10200;
}
.mbLayer{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: Calibri, serif;
}
.mbTitle{
    color: white;
    text-transform: uppercase;
    min-width: 350px;
    border-radius: 30px;
    font-size: 25px;
    font-weight: 700;
}
.mbContent{
    display: flex;
    border: none;
    color: white;
    min-height: 150px;
}
.mbIcon{
    display: none;
    align-self: center;
    justify-self: center;
    margin: 2rem;
}
.mbIcon-info{
    font-size: 60px;
    font-weight: bold;
    color: #18275f;
    text-shadow: 0 0 3px white;
}
.mbIcon-ok{
    font-size: 60px;
    font-weight: bold;
    color: #185f1e;
    text-shadow: 0 0 3px white;
}
.mbIcon-warning{
    font-size: 60px;
    font-weight: bold;
    color: #822122;
    text-shadow: 0 0 3px white;
}
.mbIcon-question{
    font-size: 60px;
    font-weight: bold;
    color: #8e3923;
    text-shadow: 0 0 3px white;
}
.mbIcon-input{
    font-size: 60px;
    font-weight: bold;
    color: #7f6f21;
    text-shadow: 0 0 3px white;
}
.mbIcon-save{
    font-size: 60px;
    font-weight: bold;
    color: #7f6f21;
    text-shadow: 0 0 3px white;
}
.mbIcon-answer{

}
.mbMessage{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
.messageBox{
    display: flex;
    position: relative;
    width: fit-content;
    font-family: Montserrat, sans-serif;
    border-radius: 30px;
}
.mbSide{
    display: none;
    position: relative;
    width: 25px;
    border-right: 1px solid lightgrey;
}
.mbContentSide{
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    padding: 20px;
}
.mb-bg-ok{
    background-color: #74b492;
}
.mb-bg-info{
    background-color: #18275f;
}
.mb-bg-warning{
    background-color: #940303;
}
.mb-bg-input{
    background-color: #e5a305;
}
.mb-bg-question{
    background-color: #8e3923;
}
.mb-bg-save{
    background-color: #8e3923;
}
.mbSide-bg-ok{
    background: linear-gradient(to right, #185f1e, 70%, white);
}
.mbSide-bg-info{
    background: linear-gradient(to right, #18275f, 70%, white);
}
.mbSide-bg-warning{
    background: linear-gradient(to right, #822122, 70%, white);
}
.mbSide-bg-input{
    background: linear-gradient(to right, #7f6f21, 70%, white);
}
.mbSide-bg-question{
    background: linear-gradient(to right, #8e3923, 70%, white);
}
.mbSide-bg-save{
    background: linear-gradient(to right, #8e3923, 70%, white);
}
.mbSideTitle{
    position: absolute;
    color: lightgrey;
    text-transform: uppercase;
    text-shadow: 1px 0 black;
    letter-spacing: 3px;
    font-size: 25px;
    font-weight: 700;
    transform: rotate(-90deg);
}
.mbSideTitle-info{
    bottom: 45px;
    left: -15px;
}
.mbSideTitle-warning{
    bottom: 65px;
    left: -40px;
}
.mbSideTitle-save{
    bottom: 45px;
    left: -15px;
}
.mbSideTitle-input{
    bottom: 50px;
    left: -22px;
}
.mbSideTitle-ok{
    bottom: 30px;
    left: -3px;
}
.mbSideTitle-question{
    bottom: 70px;
    left: -45px;
}
.mbFooter{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-radius: 30px;
}
.mbButton{
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    background-color: white;
    color: #384940;
    border: none;
    border-radius: 10px;
    min-width: 22%;
    width: 50%;
    padding: 10px 20px;
    transition: 0.3s;
    cursor: pointer;
}
.mbButton:hover{
    background-color: white;
    color: black;
}
.mbButton:disabled{
    color: #898989;
    border: 1px solid #898989;
}

/* Map */
.mapCover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
}
.mapCoverHide{
    z-index: -10 !important;
}
.ol-control ul{
    display: none;
}

.pw-wrapper{
    width: 100%;
    position: relative;
    display: flex;
}
.pw-eye{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url(/Public/System/icons/eye.svg);
    background-size: cover;
    cursor: pointer;
}

@media (max-width: 500px){
    .db-content{
        height: unset;
        padding: 1rem !important;
    }
    .db-breadcrumbs{
        width: 100%;
        overflow-x: auto;
    }
    .bg-image{
        display: none;
    }
    .d-flexRow{
        flex-direction: column;
    }
    .v-container{
        left: -300px;
    }
    .db-panel{
        width: 100% !important;
    }
    .db-body{
        overflow: unset;
    }
    .db-rightSide{
        flex-direction: column-reverse !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .column{
        padding: 0;
        width: 100%;
    }
    .modalFrame{
        max-height: 75vh;
    }
    .campTable{
        max-height: 300px !important;
    }
    #modalBuyCamp3 > .modalTitle{
        display: flex;
        flex-direction: column;
    }
    #modalBuyCamp3 > .modalTitle > .justifySelfRight{
        display: flex;
        gap: 1rem;
    }
    .Column518{
        display: none;
    }
    #modalGdprCb{
        width: 100%;
    }
    #modalCampInfo .modalInner{
        max-height: 55vh;
    }
    .paymentMessageBox{
        bottom: 0px;
    }
}
@media (max-width: 900px){
    .db-content{
        height: unset;
        padding: 1rem !important;
    }
    .db-breadcrumbs{
        width: 100%;
        overflow-x: auto;
    }
    .bg-image{
        display: none;
    }
    .d-flexRow{
        flex-direction: column;
    }
    .v-container{
        left: -300px;
    }
    .db-panel{
        width: 100% !important;
    }
    .db-body{
        overflow: unset;
    }
    .db-rightSide{
        flex-direction: column-reverse !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .column{
        padding: 0;
        width: 100%;
    }
    .Column518{
        display: none;
    }
    #modalGdprCb{
        width: 100%;
        max-width: 1200px;
    }
    .paymentMessageBox{
        bottom: 0px;
    }
}
@media (max-width: 1500px){
    .bg-image{
        display: none;
    }
    .d-flexRow{
        flex-direction: column;
    }
    .db-panel{
        width: 100% !important;
    }
    .db-rightSide{
        flex-direction: column-reverse !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .column{
        padding: 0;
        width: 100%;
    }
    #modalGdprCb{
        width: 100%;
        max-width: 1200px;
        max-height:500px;
        top:-50px;
        position: relative;
    }
    #pdfCanvasContainer {
        width: 100%;
        /*min-width: 480px;*/
        overflow-x: hidden;
        overflow-y: auto;
        padding: 10px;
    }
    #modalGdprCb .modalTitle{
        font-size: 20px;
    }
    #modalChangePassword .modalInner{
        padding-top:0px !important;
    }
    .paymentMessageBox{
        bottom: 0px;
    }
}