*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-size:10px
}



body {
    margin: 0;
   /* font-family: Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;*/
    font-family: 'Comfortaa', cursive,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

.modal-back {
    position: fixed;
    top: 0;
    z-index: 998;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal .modal-body {
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    min-width: 1000px;
    background-color: #fff;
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 0px;
    position: relative;

}

.modal .modal-body .submitButton {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    background-color: #41009a;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 100;
    height: 40px;
    font-family: 'AvenirUltraLight', sans-serif;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 6px 40px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal .modal-body .closeButton {
    position: absolute;
    right: -15px;
    top: -32px;
    text-align: right;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    background-color: white;
    border-radius: 50%;
    color: #41009a;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 100;
    height: 40px;
    font-family: 'AvenirUltraLight', sans-serif;
    cursor: pointer;
    line-height: 1.5;
    padding: 2px;
    /* border-radius: 0.25rem; */
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal .modal-body .closeButton img{
    width: 32px;
}

.modal-back-drop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .7);
    z-index: 100;
}

.modals {
    background: #fff;
    box-shadow: 0 1px 5px 2px rgb(0 0 0 / 10%);
    display: flex;
    height: 60%;
    position: fixed;
    width: 60%;
    z-index: 101;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 7px;
}



.modals-small {
    width: 30%;
    height: auto;
}

.relative {
    position: relative !important;
}

.modals>.modal-wapper {
    width: 100%;
}

.modals>.modal-wapper>.modalHeader {
    width: 100%;
    height: 36px;
}

.modals>.modal-wapper>.modalHeader>.closeModal {
    width: 36px;
    height: 36px;
    float: right;
    margin: 5px;
    cursor: pointer;
}

.modals>.modal-wapper>.modalHeader>.closeModal>img {
    width: 36px;
}

.modals>.modal-wapper>.modalBody {
    padding: 30px;
}

.modals>.modal-wapper>.modalBody>.title {
    
    font-size: 36px;
    margin-bottom: 10px;
}

.modals>.modal-wapper>.modalBody>.titleSub {
    
    font-size: 16px;
    margin-bottom: 15px;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #dedede;
}

.modals>.modal-wapper>.modalBody>.addPlanList {
    display: flex;
    margin-bottom: 10px;
    border-radius: 7px;
    border: 1px solid #f2f2f2;
    text-align: center;
    font-size: 14px;
    
    font-weight: bold;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    color: #333;
    background-color: #F9F9F9;
    align-items: center;
    margin-right: 5px;
    box-shadow: 0 0 8px 0 0 6px 0px #cccccc;
}

.modals>.modal-wapper>.modalBody>.addPlanList>.addImg {
    width: 80px;
    height: 53px;
  
}

.modals>.modal-wapper>.modalBody>.addPlanList>.addImg>img {
    width: 32px;
    object-fit: fill !important;
}

.modals>.modal-wapper>.modalBody>.addPlanList>.addImg {
    height: 53px;
}

.modals>.modal-wapper>.modalBody>.addPlanList>.text {
    display: flex;
    margin-left: 30px;
    align-items: center;
    font-family: 'Comfortaa', cursive, Helvetica, Arial;
    font-size: 18px;
    letter-spacing: .1px;
}

.modals>.modal-wapper>.modalBody>.listFolder {
    height: 250px;
    overflow-y: auto;
}

.modals>.modal-wapper>.modalBody>.listFolder>.addPlanList {
    display: flex;
    margin-bottom: 10px;
}

.modals>.modal-wapper>.modalBody>.listFolder>.addPlanList>.addImgs {
    height: 53px;
}

.modals>.modal-wapper>.modalBody>.listFolder>.addPlanList>.addImgs img {
    width: 80px;
    height: 53px;
}

.modals>.modal-wapper>.modalBody .empty {

    font-family: 'Comfortaa', cursive, Helvetica, Arial;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;

}

.modals>.modal-wapper>.modalBody>.listFolder>.addPlanList>.text {
    display: flex;
    margin-left: 30px;
    align-items: center;
    font-family: "Avenir LT Pro 95 Black", Helvetica, Arial, Sans-Serif;
    font-size: 18px;
    letter-spacing: .1px;
}

.modals>.modal-wapper>.modalBody>.addWisList {
    padding-top: 30px;
   
}

.modals>.modal-wapper>.modalBody>.addWisList>.buttonSet {
    display: flex;
    margin-top: 15px;
    margin-bottom: 30px;
    justify-content: flex-end;
}

.modals>.modal-wapper>.modalBody>.addWisList>.buttonSet>.cancel {
    border-radius: 7px;
    border: 1px solid #333;
    text-align: center;
    font-size: 14px;
    font-family: "Avenir LT Pro 95 Black", Helvetica, Arial, Sans-Serif;
    padding-bottom: 9px;
    padding-top: 9px;
    padding-left: 25px;
    padding-right: 25px;
    /* height: 40px; */
    cursor: pointer;
    color: #333;
    background-color: white;
    ;
}

.modals>.modal-wapper>.modalBody>.addWisList>.buttonSet>.create {
    border-radius: 7px;
    border: 1px solid #41009a;
    text-align: center;
    font-size: 14px;
    font-family: "Avenir LT Pro 85 Heavy", Helvetica, Arial, Sans-Serif;
    padding-bottom: 9px;
    padding-top: 9px;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    color: #fff;
    background-color: #41009a;
    margin-left: 15px;
}

.modals>.modal-wapper>.modalBody>.addWisList>.title {
    font-family: 'Avenir LT Pro 65 Medium', "AvenirNext-Medium";
    font-size: 12px;
    margin-bottom: 5px;
}

.modals>.modal-wapper>.modalBody>.addWisList input {
    font-family: 'Avenir LT Pro 65 Medium', "AvenirNext-Medium";
    border-radius: 0;
    font-size: 18px !important;
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.plr10px {
    padding-left: 10px;
    padding-right: 10px;
}

.mr30px {
    margin-right: 30px;
}

/*
css loader
*/

.tourzone-loader {
    position: relative;
    left: calc(50% - 31px);
    width: 62px;
    height: 62px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 780px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.tourzone-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.tourzone-inner.tourzone-one {
    left: 0%;
    top: 0%;
    animation: tourzone-rotate-one 1.15s linear infinite;
    -o-animation: tourzone-rotate-one 1.15s linear infinite;
    -ms-animation: tourzone-rotate-one 1.15s linear infinite;
    -webkit-animation: tourzone-rotate-one 1.15s linear infinite;
    -moz-animation: tourzone-rotate-one 1.15s linear infinite;
    border-bottom: 3px solid rgb(64, 0, 154);
}

.tourzone-inner.tourzone-two {
    right: 0%;
    top: 0%;
    animation: tourzone-rotate-two 1.15s linear infinite;
    -o-animation: tourzone-rotate-two 1.15s linear infinite;
    -ms-animation: tourzone-rotate-two 1.15s linear infinite;
    -webkit-animation: tourzone-rotate-two 1.15s linear infinite;
    -moz-animation: tourzone-rotate-two 1.15s linear infinite;
    border-right: 3px solid rgb(64, 0, 154);
}

.tourzone-inner.tourzone-three {
    right: 0%;
    bottom: 0%;
    animation: tourzone-rotate-three 1.15s linear infinite;
    -o-animation: tourzone-rotate-three 1.15s linear infinite;
    -ms-animation: tourzone-rotate-three 1.15s linear infinite;
    -webkit-animation: tourzone-rotate-three 1.15s linear infinite;
    -moz-animation: tourzone-rotate-three 1.15s linear infinite;
    border-top: 3px solid rgb(64, 0, 154);
}


.loadingBack{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(255,255,255,0.7);
}

.loadingBack>div{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

@keyframes tourzone-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes tourzone-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-ms-keyframes tourzone-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes tourzone-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes tourzone-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes tourzone-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes tourzone-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-ms-keyframes tourzone-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes tourzone-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes tourzone-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes tourzone-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes tourzone-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-ms-keyframes tourzone-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes tourzone-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes tourzone-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

.mt15px {
    margin-top: 15px;
}
.mt30 {
    margin-top: 30px;
}

.mt30px {
    margin-top: 30px;
}

.col-50 {
    width: 50%;
}

.col-25 {
    width: 25%;
}

.col-75 {
    width: 75%;
}