@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

:root {
    --vz-border-radius: 5px;
    --cs-pagination-active-bg: #365a50;
    --cs-pagination-active-border-color: #365a50;
    --new-red-bg-clr: #EA1C29;
    --gray-text: #a09e9e;
    --vz-danger-rgb: #e30613;
    --vz-danger: #e30613;
    --aliceblue-theme: #f0f8ff;
}

/* 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);
}


.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --vz-offcanvas-width: 450px;
}

.rounded-0 {
    border-radius: 0px;
}

.rounded-5 {
    border-radius: 5px !important;
}

.rounded-10 {
    border-radius: 10px !important;
}

.rounded-15 {
    border-radius: 15px !important;
}

.rounded-20 {
    border-radius: 20px !important;
}

.rounded-left-20 {
    border-radius: 20px 0px 0px 20px;
}

.rounded-right-20 {
    border-radius: 0px 20px 20px 0px;
}

.rounded-top-15 {
    border-radius: 15px 15px 0px 0px;
}

.rounded-bottom-15 {
    border-radius: 0px 0px 15px 15px;
}


.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-800 {
    font-weight: 800;
}


.ps-40px {
    padding-left: 40px !important;
}


.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;
}


.hw-14 {
    height: 14px !important;
    width: 14px !important;
}

.hw-20 {
    height: 20px !important;
    width: 20px !important;
}

.hw-28 {
    height: 28px;
    width: 28px;
}

.hw-30 {
    height: 30px;
    width: 30px;
}

.hw-40 {
    height: 40px;
    width: 40px;
}

.hw-50 {
    height: 50px;
    width: 50px;
}

.hw-60 {
    height: 60px;
    width: 60px;
}

.hw-70 {
    height: 70px;
    width: 70px;
}

.hw-80 {
    height: 80px;
    width: 80px;
}

.hw-90 {
    height: 90px;
    width: 90px;
}

.hw-100 {
    height: 100px;
    width: 100px;
}

.hw-150 {
    height: 150px;
    width: 150px;
}

.hw-250 {
    height: 250px;
    width: 250px;
}

.min-h-130px {
    min-height: 130px;
}

.max-h-180px {
    max-height: 180px;
}

.max-h-200px {
    max-height: 200px;
}

.max-h-250px {
    max-height: 250px;
}

.max-w-250px {
    max-width: 250px;
}

.max-w-200px {
    max-width: 200px;
}

.line-height-normal {
    line-height: normal;
}

.w-fit-content {
    width: fit-content;
}

.white-space-prewrap {
    white-space: pre-wrap;
}

.white-space-break {
    white-space: break-spaces;
}

.word-break-all {
    word-break: break-all;
}

.white-space-pre-line {
    white-space: pre-line;
}

.form-control {
    padding: 10px;
}

.bg-primary {
    background-color: #365a50 !important;
}

/* table design start */
.table-padding-10 tr th,
.table-padding-10 tr td {
    padding: 10px;
}

.table-border-0 thead,
.table-border-0 tbody,
.table-border-0 tfoot,
.table-border-0 tbody tr td,
.table-border-0 tfoot tr td,
.table-border-0 thead tr th {
    border: 0px;
}

.table-bg thead tr th {
    background-color: var(--cs-light-green);
}

.table-padding-15 thead tr th,
.table-padding-15 tbody tr td {
    padding: 12px;
}

.table-bg tr:nth-child(even) td {
    background-color: var(--cs-light-green);
}

.active>.page-link,
.page-link.active {
    background-color: var(--cs-pagination-active-bg);
    border-color: var(--cs-pagination-active-border-color);
}

.last-td-end tr td:last-child {
    text-align: end;
}

.td-min-width-250 tr td {
    min-width: 250px;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    width: 15px;
    height: 15px;
    background-color: #365a50;
    line-height: 15px;
}

.dataTable.table.no-padding td:first-child {
    padding: 0px !important;
}

.border-rounded-15 tr td {
    border-radius: 15px !important;
}

.dataTable.table th {
    padding: 10px;
}

/* table design end */


.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    padding: 0 5px;
    margin-right: 3px;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    padding: 3px 12px 3px 3px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 6px;
}

.dashboardSE2+.select2-container .select2-selection--single {
    border: unset;
    height: 40px;
}

.dashboardSE2+.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 43px;
}

.dashboardSE2+.select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 22px;
    height: 41px;
    right: -5px;
}

.dashboardSE2+.select2-container .select2-selection--single .select2-selection__arrow b {
    border-width: 5px 5px 0 5px;
}

/* .dashboardSE2+.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -5px;
} */

.dashboardSE2+.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 22px;
}

.select2-dropdown {
    min-width: 100px;
}

.select2-results__option {
    border-bottom: 1px solid var(--aliceblue-theme);
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: 1px solid var(--aliceblue-theme);
}



/* 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;
}

.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;
    }
}

.screenshots-label.upload-img-text {
    display: none !important;
}

.screenshots-label {
    display: block;
}


.form-switch .form-check-input {
    width: 45px;
    margin-left: 0px;
    height: 23px;
}


.h-400px {
    max-height: 400px;
}

.h-80px {
    height: 80px;
}

.color-input:checked+.color-label {
    border-color: #365a50 !important;
}

.color-label {
    border: 1px solid var(--vz-border-color);
}

.color-box {
    height: 15px;
    width: 15px;
    display: block;
    border-radius: 50%;
}

.summer-note-noBorder+.note-editor {
    border: 0px;
}



.text-danger {
    color: var(--vz-danger-rgb) !important;
}

.spinner {
    animation: spiner 1s infinite linear;
    display: inline-block;
}

@keyframes spiner {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


.btn-primary {
    background-color: #365a50;
    border-color: #365a50;
}

.page-link {
    color: black;
}

.height-200px {
    height: 200px;
}

pre {
    font-family: "Albert Sans", sans-serif;
}

.select2-selection__clear {
    display: none;
}

.select2-container .select2-search--inline .select2-search__field {
    width: 100% !important;
}


.tabletext-center tr td,
.tabletext-center tr th {
    text-align: center !important;
}

/*shimmer CSS*/
.shimmer-nl badge,
.shimmer-nl h2,
.shimmer-nl h3,
.shimmer-nl h4,
.shimmer-nl h5,
.shimmer-nl h6,
.shimmer-nl button,
.shimmer-nl input,
.shimmer-nl i,
.shimmer-nl del,
.shimmer-nl p,
.shimmer-nl span {
    opacity: 0.3;
    border-radius: 5px;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background: darkgray !important;
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
    filter: brightness(0);
}

.shimmer-nl img {
    opacity: 0.3;
    border-radius: 0;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background: darkgray !important;
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
    filter: brightness(0);
}

@keyframes placeholder-glow {
    50% {
        opacity: .1;
    }
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .1
    }
}

/*shimmer CSS*/


.nav-border-top-theme .nav-link.active {
    color: #365a50;
    border-top-color: #365a50;
    background-color: #fff4e6 !important;
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 0;
    text-align: center;
}

.nav-tabs.nav-border-top-theme .nav-link:focus,
.nav-tabs.nav-border-top-theme .nav-link:hover {
    color: #365a50;
    border-top-color: #365a50;
    background-color: #ffffff;
}

.bg-gray {
    background-color: #e9e8e8;
}