
@import "light.css";
@import "color.css";
@import "fluidRight.css";
@import "centerLarge.css";


.camodal .travel {
    max-width: 600px;
    /*margin: 1.75rem auto;*/
    position: absolute;
    right: 2px;
}



.camodal{
    display: none;
    /*bottom: 0;*/
    width: 100%;
    /*top: 0;*/
    /*position: fixed;*/
    /*left: 0;*/
    height: 100%;
    /*outline: 0;*/
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    z-index: 1050;
    overflow: hidden;

    z-index: 1050;
    position: fixed;

    top: 0;
   /*right: -400px;*/


}
.camodal .travel{
    /*right: -400px;*/
}

.camodal-content::before {

    /*content: '';*/
    /*margin: -35px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*filter: blur(20px);*/
    /*z-index: -1;*/

}


.travel::before {
    content: '';
    margin: -35px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(20px);
    z-index: -1;
}



.camodal img{
    max-width: 100%;
    /*height: auto;*/
}

.modal-header{
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    display: -ms-flexbox;
    border-bottom: 1px solid #dee2e6;

    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
}

.camodal .heading {
    padding: .3rem;
    margin: 0;
    font-size: 1.15rem;
    color: #fff;
}

.camodal button {
    border: none;
}

.camodal button:focus {
    outline: 0 !important;
}


.camodal .close {
    float: right;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    top: 0px;
    position: relative;
    right: 12px;
    font-size: 25px;
    font-weight: 800;
    color: white;

    transition: all 0.4s ease-out;
    font-family: sans-serif;
}


.camodal .close:hover{
    opacity: 1;
    color: white;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

.camodal .modal-footer{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
    /*justify-content: center;*/
    /*position: absolute;*/
    bottom: 12px;
    left: 23px;
    right: 23px;
    padding-left: 28px;
}





.camodal .btn:hover, .camodal .btn:focus, .camodal .btn:active {
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}

.camodal .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.js-btn{
    cursor: pointer;
    color: #1ab0cf;
    transition: all .5s;
}

.js-btn:hover{
    color: #c2dee3;

    transition: all .5s;
    cursor: pointer;
}




.js-image-btn{
    cursor: pointer;
    transition: all .5s;
    width: 100px;
    height: 70px;

}

.js-image-btn:hover{
    color: #c2dee3;
    transform: scale(1.1);
    transition: all .5s;
    cursor: pointer;
}





.caButton {
    /* outline: -webkit-focus-ring-color auto 1px; */
    /* color: #e6c17c; */
    border: 1px solid teal;
    border-radius: 13px;
    padding: 1px 10px;
}


.js-btn{

}

.caButton{
    /*outline: -webkit-focus-ring-color auto 1px;*/
    /*mso-border-color-alt: teal;*/
    /*color: #e6c17c;*/
}


.camodal.blue .modal-header {
    background-color: #0072ff2e;

}

.light .camodal-content {

    background-color: #94cff285;
    backdrop-filter: blur(11px);
    overflow-y: auto;
    overflow-x: hidden;
}

.ramka{
    /*background: teal;*/
    margin: 12px;
    /*padding: 12px;*/
    width: 100px;
    height: 50px;
    overflow: hidden;
    box-shadow: 3px 2px 10px #00000033;
}


/* ajax modal */

.modal-body{
    padding: 23px;
    border: 1px;
    margin: 23px;
    border-style: solid;
    border-color: #0000005e;
    text-shadow: 1px 1px 4px #00000026;
}
