.carousel {
    background: #222;
}

.carousel-cell {
    width: 100%;
    height: 550px;
    margin-right: 10px;
    /* center images in cells with flexbox */
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    display: block;
    margin-bottom: 15px;
    height: 3em;
    width: 3em;
    border: 8px solid rgba(0, 174, 239, 0.2);
    border-top-color: rgba(0, 174, 239, 0.8);
    border-radius: 50%;
    animation: rotation 0.9s infinite linear;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}


.carousel.is-fullscreen .carousel-cell {
    height: 100%;
}

.carousel-cell-image {
    display: block;
    max-height: 100%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.banner-overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.75) 15%,
        transparent 100%
    );
}

@media (min-width: 640px) {
    .carousel-cell {
        height: 400px;
    }
}

@media (min-width: 768px) {
    .carousel-cell {
        height: 640px;
    }
}

@media (min-width: 1024px) {
    .carousel-cell {
        height: 640px;
    }
}

@media (min-width: 1280px) {
    .carousel-cell {
        height: 720px;
    }
}

.shadow-cust {
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 20px 0px;
}


/*FILE UPLOAD*/
.cont_img {
    display: flex;
    justify-content: space-between;
}

.prev_container {
    width: 170px;
    height: 170px;
}

.prev_container img {
    width: 100%;
}

#thumbnail {
    position: relative;
    background: #E1E7F0;
    padding: 30px 0;
    cursor: pointer !important;
    text-align: center;
    flex: 1;
    margin-bottom: 0;
    margin-right: 10px;

}
.filepreviewprofile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#up_cloud {
    width: 70px;
}
/*----modal--------*/
.cropImageModal .modal-dialog{
    max-width: 350px;
    width: 90%;
    margin: 0.5rem auto;
}
.up-photo-title{
    padding: 8px 15px;
    text-align: center;
}

#upload-demo{
    position: relative;
    width: 100%;
    height: 250px;
    padding-bottom:0;
}
.croppie-container h5 {
    position: absolute;
    bottom: 4px;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    font-size: 15px;
}
figure figcaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding-left: 9px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px #000;
}
.croppie-container .cr-image{
    right: 0;
}
.croppie-container .cr-slider-wrap {
    width: 275px;
}
.cr-slider-wrap p{
    font-size: 13px;
    color: #8D8D94;
    text-align: left;
}
.cr-slider{
    width: 275px;
}
.upload-action-btn {
    margin-top: 60px;
    padding-top: 40px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #006AFA;
    cursor: pointer;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

.cr-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #006AFA;
    cursor: pointer;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.cr-slider::-ms-thumb {
    width: 18px;
    height: 18px;
    background: #006AFA;
    cursor: pointer;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.cr-slider::-webkit-slider-runnable-track {
    width: 275px;
    height: 2px;
    cursor: pointer;
    box-shadow: none;
    background: #E0E0E0;
    border-radius: 3px;
    border:none;
}
.cr-slider:focus::-webkit-slider-runnable-track {
    background: #E0E0E0;
}
.cr-slider::-moz-range-track {
    width: 275px;
    height: 2px;
    cursor: pointer;
    box-shadow: none;
    background: #E0E0E0;
    border-radius: 3px;
    border:none;
}
.cr-slider::-ms-track {
    width: 275px;
    height: 2px;
    cursor: pointer;
    box-shadow: none;
    background: #E0E0E0;
    border-radius: 3px;
    border:none;
    color: transparent;
}

.filepond--drop-label label {
    font-size: 1.4em !important
}

[aria-current="page"] span {
    background-color: #0a6aa1 !important;
    border: none;
    color:white;
}

[aria-disabled="true"] span {
    background-color: transparent;
    border-color: rgba(0,0,0,.07);
    color:rgba(117,134,143,.5);

}

.text_ a, .text_ span, .text_ p, .text_ ol, .text_ ul {
    font-family: 'Inter', sans-serif !important;
    background: transparent !important;
    font-size: 15px !important;
}


.text_ ul, .text_ ol {
    margin: 0;
    list-style-type: disc !important;
    padding-left: 25px;
    color: black;
    padding-top: 8px !important;
}


.text_ span, .text_ p {
    /*color: #64748b !important;*/
    color: black;
    padding-top: 8px !important;
}
.text_ a {
    color: #2563eb !important;
    /*color: black;*/
}

.text_ a:hover {
    text-decoration: underline !important;
}
.p_text p {
    padding: 0 !important;
}

.datepicker table tr td.disabled
{
    /*background: #f3f3f3 !important;*/
    color: #c1ced5 !important;
}
.arrow {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
