
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
*{
    /* font-family: inherit; */
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.5px;
}
:root{
    --gray-text: #a09e9e;
    --new-red-bg-clr: #EA1C29;
    --vz-danger-rgb: #e30613;
    --vz-danger: #e30613;
}
pre{
    font-family: "Nunito", sans-serif;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--cz-scroll-bar);
    border-radius: 5px;
    backdrop-filter: blur(10px);
}


.top-5 {
    top: 5px !important;
}
.top-8 {
    top: 8px !important;
}
.top-10 {
    top: 10px !important;
}
.top-11 {
    top: 11px !important;
}
.top-13{
    top: 13px !important;
}
.top-20{
    top: 20px;
}
.top-15 {
    top: 15px !important;
}
.top-130{
    top: 130px !important;
}

.top-m-8{
    top: -8px !important;
}
.top-m-10{
    top: -10px !important;
}
.start-m-8{
    left: -8px;
}
.start-m-10{
    left: -10px;
}

.start-15 {
    left: 15px;
}
.start-10 {
    left: 10px;
}
.start-8 {
    left: 8px;
}
.end-10 {
    right: 10px;
}
.end-15 {
    right: 15px;
}
.end-20 {
    right: 20px;
}
.end-2 {
    right: 2px;
}
.end-5 {
    right: 5px;
}
.end-m-8 {
    right: -8px !important;
}
.end-m-5 {
    right: -5px !important;
}
.bottom-m-5 {
    bottom: -5px !important;
}
.bottom-5 {
    bottom: 5px !important;
}
.bottom-10 {
    bottom: 10px !important;
}
.bottom-15 {
    bottom: 15px !important;
}
.bottom-20 {
    bottom: 20px !important;
}

.fw-100 {
    font-weight: 100;
}
.fw-200 {
    font-weight: 200;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fw-900 {
    font-weight: 900;
}

.ty-10 {
    transform: translateY(-50%) !important;
}
.ty-60 {
    transform: translateY(60%) !important;
}


.h-fit-content {
    height: fit-content !important;
}
.w-fit-content {
    width: fit-content !important;
}

.hw-5 {
    height: 5px !important;
    width: 5px !important;
    min-width: 5px !important;
}
.hw-15 {
    height: 15px !important;
    width: 15px !important;
    min-width: 15px !important;
}
.hw-12 {
    height: 12px !important;
    width: 15px !important;
    min-width: 15px !important;
}
.hw-18 {
    height: 18px !important;
    width: 18px !important;
    min-width: 18px !important;
}

.hw-20 {
    height: 20px !important;
    width: 20px !important;
    min-width: 20px !important;
}

.hw-23 {
    height: 23px !important;
    width: 23px !important;
    min-width: 23px !important;
}
.hw-21 {
    height: 21px !important;
    width: 21px !important;
    min-width: 21px !important;
}
.hw-22 {
    height: 22px !important;
    width: 22px !important;
    min-width: 22px !important;
}
.hw-26 {
    height: 26px !important;
    width: 26px !important;
    min-width: 26px !important;
}
.hw-10 {
    height: 10px !important;
    width: 10px !important;
    min-width: 10px !important;
}

.hw-25 {
    height: 25px !important;
    width: 25px !important;
}

.hw-30 {
    height: 30px !important;
    width: 30px !important;
    min-width: 30px !important;
}

.hw-35 {
    height: 35px !important;
    width: 35px !important;
    min-width: 35px !important;
}

.hw-40 {
    height: 40px !important;
    width: 40px !important;
    min-width: 40px !important;
}

.hw-45 {
    height: 45px !important;
    width: 45px !important;
    min-width: 45px !important;
}
.hw-50 {
    height: 50px !important;
    width: 50px !important;
    min-width: 50px !important;
}

.hw-55 {
    height: 55px !important;
    width: 55px !important;
    min-width: 55px !important;
}

.hw-60 {
    height: 80px !important;
    width: 80px !important;
    min-width: 80px !important;
}

.hw-70 {
    height: 70px !important;
    width: 70px !important;
    min-width: 70px !important;
}
.hw-75 {
    height: 75px !important;
    width: 75px !important;
    min-width: 75px !important;
}
.hw-60 {
    height: 60px !important;
    width: 60px !important;
    min-width: 60px !important;
}
.hw-80 {
    height: 80px !important;
    width: 80px !important;
    min-width: 80px !important;
}
.hw-85 {
    height: 85px !important;
    width: 85px !important;
    min-width: 85px !important;
}
.hw-90 {
    height: 90px !important;
    width: 90px !important;
    min-width: 90px !important;
}
.hw-100 {
    height: 100px !important;
    width: 100px !important;
    min-width: 100px !important;
}
.hw-110 {
    height: 110px !important;
    width: 110px !important;
    min-width: 110px !important;
}
.hw-115 {
    height: 115px !important;
    width: 115px !important;
    min-width: 115px !important;
}
.hw-120 {
    height: 120px !important;
    width: 120px !important;
    min-width: 120px !important;
}

.hw-150 {
    height: 150px !important;
    width: 150px !important;
    min-width: 150px !important;
}
.hw-170 {
    height: 170px !important;
    width: 170px !important;
    min-width: 170px !important;
}

.hw-125 {
    height: 125px !important;
    width: 125px !important;
    min-width: 125px !important;
}

.hw-165 {
    height: 165px !important;
    width: 165px !important;
    min-width: 165px !important;
}
.hw-180 {
    height: 180px !important;
    width: 180px !important;
    min-width: 180px !important;
}

.hw-200 {
    height: 200px !important;
    width: 200px !important;
    min-width: 200px !important;
}
.hw-183 {
    height: 183px !important;
    width: 183px !important;
    min-width: 183px !important;
}
.hw-210 {
    height: 210px !important;
    width: 210px !important;
    min-width: 210px !important;
}
.hw-300 {
    height: 300px !important;
    width: 300px !important;
    min-width: 300px !important;
}
.hw-250 {
    width: 250px !important;
    height: 250px !important;
    min-width: 300px !important;
}

.max-h-230px{
    max-height: 230px;
}
.max-h-300px{
    max-height: 300px;
}

.ps-40px{
    padding-left: 40px !important;
}

.min-width-225px{
    min-width: 225px;
}
.max-h-250px{
    max-height: 250px;
}

.rounded-pill{
    border-radius: 50rem !important;
}
.rounded-round {
    border-radius: 50% !important;
}
.rounded-5 {
    border-radius: 5px !important;
 }
.rounded-10 {
    border-radius: 10px !important;
}
.rounded-top-10{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.rounded-bottom-10 {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.rounded-top-15 {
    border-radius: 15px 15px 0px 0px !important;
}
.rounded-bottom-15 {
    border-radius: 0px 0px 15px 15px !important;
}
.rounded-20 {
    border-radius: 20px !important;
}

.rounded-8 {
    border-radius: 8px !important;
}

.rounded-15 {
    border-radius: 15px !important;
}
.rounded-25 {
    border-radius: 25px !important;
}


.white-space-prewrap{
    white-space: pre-wrap;
}

.line-height-normal{
    line-height: normal;
}

.navbar-menu .navbar-nav .nav-link{
    font-size: 16px;
    border-radius: 10px;
}

.card-header{
    background-color: transparent;
}
.card-footer{
    background-color: transparent;
}


/* select2  */
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-right: 30px;
}
/* select2  */

/* summer notes css */
.summer-note-noBorder + .note-editor{
    border: 0px;
}
.note-modal-footer{
    height: 58px;
}
/* summer notes css */

.form-control {
    padding: 10px;
}

.form-switch .form-check-input{
    width: 45px;
    margin-left: 0px;
    height: 23px;
}


/* Image upload css  */
.fiel-upload-group {
    height: 230px;
    border: 2px dashed #b2b2b2;
    background: #ffffff;
    border-radius: 6px;
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.filedropzone {
    height: 230px;
    /* border: 2px dashed #e9ebec; */
    background: #FCFCFC;
    border-radius: 6px;
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fiel-upload-group .uploaded-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: auto;
    flex-direction: column;
}
.fiel-upload-group .imgupload {
    border-radius: 5px;
    width: 140px;
    height: auto;
}
.dragtext {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.dragtext i{
    font-size: 48px;
}
.fiel-upload-group .needsclick:not(.uploadedvideo) .editbutton, .uploadedvideo .dragtext {
    display: none;
}
.fiel-upload-group .editbutton {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    font-size: 22px;
    display: flex;
    align-items: center;
}
.fiel-upload-group .hw-40 {
    height: 40px !important;
    width: 40px !important;
    min-width: 40px !important;
    background: var(--new-red-bg-clr) !important;
    -webkit-background: var(--new-red-bg-clr) !important;
    -ms-background: var(--new-red-bg-clr) !important;
    -o-background: var(--new-red-bg-clr) !important;
    -moz-background: var(--new-red-bg-clr) !important;
    border-color: var(--new-red-bg-clr);
}
.editbutton i{
    font-size: 18px;
    color: #fcfcfc;
    padding: 0 !important;
}


.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload__btn:not(.fileuploaded){

    min-height: 230px;
}
.upload__btn {
    width: 100%;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px dashed #b2b2b2;
    background-color: #fff;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
}
.upload__btn-box {
    position: relative;
    margin-bottom: 10px;
}
.upload__img-wrap {
    width: 100%;
    display: none;
    flex-wrap: wrap;
}
.upload__img-box {
    width: 20%;
    padding: 10px;
    min-width: 10%;
}
.upload__img-box div{
    border: 1px solid var(--vz-border-color);
}
.upload__btn.fileuploaded label{
    position: absolute;
    right: 2px;
    top: 2px;
    text-align: right;
    width: 35px !important;
    height: 35px;
    background: var(--new-red-bg-clr);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.upload__btn.fileuploaded label i{
    font-size: 20px;
    color: white;
}
.upload__img-close {
    width: 34px;
    min-height: 27px;
    border-radius: 0px 14px 0px 22px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
    transition: 0.2s;
    background-color: var(--new-red-bg-clr);
    visibility: hidden;
}
.upload__img-box:hover .upload__img-close{
    visibility: visible;
}
.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
    border-radius: 15px;
}
.dragtext{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.dragtext i{
    color: #888;
}
.old-img{
    overflow: hidden;
}
.image-close-icon{
    width: 34px;
    min-height: 27px;
    border-radius: 0px 14px 0px 22px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
    transition: 0.2s;
    background-color: var(--new-red-bg-clr);
}
.image-close-icon:after {
    content: '\2715';
    font-size: 14px;
    color: #fff;
}
.profileImages{
    width: 45px;
    height: 45px;
}
.upload__img-close:after {
    content: '\2715';
    font-size: 14px;
    color: #fff;
}

@media (max-width: 1024px){
    .upload__img-box {
        width: 20%;
        padding: 8px;
    }
    .upload__img-close {
        width: 28px;
        min-height: 25px;
        line-height: 25px;
    }
}
@media (max-width: 992px){
    .upload__img-box {
        width: 16%;
        padding: 8px;
    }
    .upload__img-close {
        width: 28px;
        min-height: 25px;
        line-height: 25px;
    }
}
@media (max-width: 767px){
    .upload__img-box {
        width: 20%;
        padding: 6px;
    }
    .upload__img-close {
        width: 28px;
        min-height: 25px;
        line-height: 22px;
    }
}
@media (max-width: 576px){
    .upload__img-box {
        width: 33.33%;
        padding: 4px;
    }
    .upload__img-close {
        width: 25px;
        min-height: 25px;
        line-height: 25px;
    }
}
/* Image upload css  */



/* data-table css */
.table-second-td-text-start tr td:nth-child(2){
    text-align: left;
}
/* data-table css */

.bg-yellow{
    background-color: #FFA800;
}
.text-danger{
    color: var(--vz-danger) !important;
}


.text-ellipsis-4{
    display: -webkit-box;
    max-height: 80px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.text-ellipsis-3{
    display: -webkit-box;
    max-height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.text-ellipsis-2{
    display: -webkit-box;
    max-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.spinner {
    display: inline-block;
}

.spinner {
    animation: spin 1s linear infinite !important;
    -webkit-animation: spin 1s linear infinite !important;
}


div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus{
    box-shadow: none;
}

.navbar-menu .navbar-nav .nav-sm .nav-link:hover{
    color: #000000 !important;
    background-color: #f0f2f5 !important;
}
