.primary-font-color {
    color: #242b47 !important;
}

.primary-bg-color {
    background: #242b47 !important;
}

.secondary-bg-color {
    background: #30395f !important;
}

.bg-color-silver-chalice {
    background: #aaaaaa !important;
}

.bg-color-green-pea {
    background: #26633d !important;
}

.bg-gainsboro {
    background: #dedede !important;
}

.bg-danger {
    background: #bb2a40 !important;
}

.text-gray-color {
    color: #a7a7a7 !important;
}

.text-color-danger {
    color: #bb2a40 !important;
}

.content-title-bg {
    background: #f6fbff !important;
}

.bg-clover-green {
    background: #43a047 !important;
}

.bg-bleu-de-france {
    background: #2095f2 !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.bg-silk-blue {
    background: #467fd8 !important;
}

.fs-15 {
    font-size: 15px !important;
}

.bg-metallic-copper {
    background: #6e341b !important;
}
.a-link-hover:hover {
    text-decoration: underline !important;
    text-underline-offset: 4px;
}
body {
    overflow-x: hidden;
    font-family: "Poppins", sans-serif !important;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

    body::-webkit-scrollbar {
        width: 5px;
    }

    body::-webkit-scrollbar-track {
        background: #f1f1f1;
        display: none;
    }

    body::-webkit-scrollbar-thumb {
        background: #242b47;
    }

        body::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    display: none;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #242b47 !important;
    cursor: pointer;
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
        cursor: pointer;
    }

.hover-scroll-x {
    /* Track */
    /* Handle */
    /* Handle on hover */
}

    .hover-scroll-x::-webkit-scrollbar {
        width: 5px;
        height: 8px;
    }

    .hover-scroll-x::-webkit-scrollbar-track {
        background: #f1f1f1;
        display: none;
    }

    .hover-scroll-x::-webkit-scrollbar-thumb {
        background: #242b47;
    }

        .hover-scroll-x::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.form-label {
    font-weight: 400;
    font-size: 12px;
    color: #464646;
}

.form-control {
    background: #fbfcff;
    border: 0.6px solid #888ea6;
    border-radius: 10px;
    height: 35px;
    padding: 0.3rem 1rem;
    color: #464646;
    font-weight: 400;
    font-size: 13px;
}

.carousel-wrapper .carousel .carousel-inner::after {
    background: #00000075;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.carousel-wrapper .carousel .carousel-inner img {
    height: 100vh;
    object-fit: cover;
}

.carousel-wrapper .carousel .carousel-controls-wrapper {
    position: absolute;
    bottom: 6%;
    z-index: 9;
    width: 100%;
    padding: 0px 5%;
}

    .carousel-wrapper .carousel .carousel-controls-wrapper .carousel-indicators {
        position: inherit;
        margin: 0px;
    }

        .carousel-wrapper .carousel .carousel-controls-wrapper .carousel-indicators [data-bs-target] {
            width: 12px;
            height: 12px;
            background: #afafaf;
            border-radius: 50px;
            border: none;
        }

            .carousel-wrapper .carousel .carousel-controls-wrapper .carousel-indicators [data-bs-target].active {
                opacity: 1;
                background: #ffffff;
            }

    .carousel-wrapper .carousel .carousel-controls-wrapper .carousel-next-prev-wrapper button {
        border: 1px solid #ffffff;
        border-radius: 7px;
        width: 60px;
        height: 60px;
        opacity: 1;
    }

        .carousel-wrapper .carousel .carousel-controls-wrapper .carousel-next-prev-wrapper button.carousel-control-next {
            transform: rotate(180deg);
        }

        .carousel-wrapper .carousel .carousel-controls-wrapper .carousel-next-prev-wrapper button svg path {
            fill: #ffffff;
        }

        .carousel-wrapper .carousel .carousel-controls-wrapper .carousel-next-prev-wrapper button:hover {
            background: #ffffff;
        }

            .carousel-wrapper .carousel .carousel-controls-wrapper .carousel-next-prev-wrapper button:hover.carousel-control-prev svg path,
            .carousel-wrapper .carousel .carousel-controls-wrapper .carousel-next-prev-wrapper button:hover.carousel-control-next svg path {
                fill: black;
            }

h2.main-title {
    font-size: 40px;
    font-weight: 600;
}

@media screen and (max-width: 576px) {
    h2.main-title {
        font-size: 30px;
    }
}

.auth-form-wrapper form {
    padding: 5% 9%;
}

    .auth-form-wrapper form .input-group {
        height: 113px;
        border: 1px solid #d9d9d9;
        border-radius: 18.011px;
        align-items: center;
        padding: 20px;
    }

        .auth-form-wrapper form .input-group.input-active {
            border-color: #bb2a40;
        }

@media screen and (max-width: 767px) {
    .auth-form-wrapper form .input-group {
        height: 75px;
        padding: 15px;
    }
}

.auth-form-wrapper form .input-group .input-group-text {
    width: 73px;
    height: 73px;
    background: #f8f8f8;
    border-radius: 4.80292px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    position: relative;
}

@media screen and (max-width: 767px) {
    .auth-form-wrapper form .input-group .input-group-text {
        width: 33px;
        height: 33px;
        background: transparent;
    }
}

.auth-form-wrapper form .input-group .input-group-text::after {
    height: 90%;
    width: 1px;
    background: #cccccc;
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.6;
    z-index: 9;
}

@media screen and (max-width: 767px) {
    .auth-form-wrapper form .input-group .input-group-text::after {
        height: 90%;
        right: -10px;
    }
}

.auth-form-wrapper form .input-group .form-floating {
    font-weight: 400;
    font-size: 13px;
    margin-left: 20px !important;
}

@media screen and (max-width: 767px) {
    .auth-form-wrapper form .input-group .form-floating {
        margin-left: 10px !important;
    }
}

.auth-form-wrapper form .input-group .form-floating input {
    border: none;
    color: #464646;
    font-weight: 600;
    font-size: 15px;
    background: #ffffff;
}

.auth-form-wrapper form .auth-action-links-wrapper a {
    font-weight: 600;
    font-size: 15px;
}

    .auth-form-wrapper form .auth-action-links-wrapper a:hover {
        color: #bb2a40 !important;
        text-decoration: underline !important;
    }

.auth-form-wrapper form .auth-action-links-wrapper p {
    font-weight: 400;
    font-size: 15px;
}

    .auth-form-wrapper form .auth-action-links-wrapper p a {
        text-decoration: underline;
        color: #242b47 !important;
    }

        .auth-form-wrapper form .auth-action-links-wrapper p a:hover {
            color: #242b47 !important;
        }

.large-btn {
    padding: 20px 10px !important;
    font-weight: 600;
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .large-btn {
        padding: 15px 10px !important;
    }
}


/******* custome checkbox btns start *******/
.k-checkbox:checked, .k-checkbox.k-checked {
    border-color: #d2d2db !important;
    color: white;
    background-color: #26633d !important;
    padding:8px !important
}
.disabled-checkbox {
    display: none !important;
}
.disabled-checkbox input[type="checkbox"]:checked,
.disabled-checkbox input[type="checkbox"]:not(:checked),{
    display: none !important
}

#chkGenerateLayout {
    display: none !important;
}

.checkbox-with-button input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked){
    position: absolute;
    left: -9999px;
    border: none;
    display: none;
}
.k-checkbox-wrap input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked){
    position: absolute;
    left: -19px; 
}
.k-checkbox-wrap input[type="checkbox"]:not(:checked){
    position: absolute;
    left: -19px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #ffffff !important;
    border: 2px solid #d2d2db;
    display:block;
}
    .k-checkbox-wrap input[type="checkbox"]:checked + label::before,
    input[type="checkbox"]:not(:checked) + label::before{
        content: "";
        position: absolute;
        left: -20px;
        top: 0;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        background-color: #ffffff !important;
        border: 2px solid #d2d2db;
    }
    .k-checkbox-wrap input[type="checkbox"]:checked + label,
    input[type="checkbox"]:not(:checked) + label{
        position: relative;
        padding-left: 10px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
    }

.k-checkbox:not( :checked), .k-checkbox.k-checked {
    border-color: #d2d2db !important;
    color: white !important;
    background-color: #1274AC !important;
}


.k-checkbox-wrap input[type="checkbox"]:checked{
  /*  content: url("../media/tick-icon.svg");*/
  background-image:url(../media/tick-icon.svg);
  background-size:inherit;
    text-align: center;
    color: #ffffff;
    width: 20px;
    height: 20px;
    background-color: #26633d;
    position: absolute;
  /*  top: 0px;
    left: -20px;*/
    border: none;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /*background-image: none !important;*/
}
.k-checkbox-wrap input[type="checkbox"]:not(:checked) {
    content: "";
    position: absolute;
   /* left: -20px;
    top: 0;*/
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #ffffff !important;
    border: 2px solid #d2d2db;
}



/******* custome radio btns start *******/
input[type="checkbox"]:focus:checked + label::before,
input[type="checkbox"]:focus:not(:checked) + label::before {
    box-shadow: none !important;
}

/*input[type="checkbox"]:checked,
input[type="radio"]:checked,
input[type="checkbox"]:not(:checked),
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    border: none;
    display: none;
}
*/
    input[type="checkbox"]:checked + label,
    input[type="checkbox"]:not(:checked) + label{
        position: relative;
        padding-left: 10px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
    }

        input[type="checkbox"]:checked + label::before,
        input[type="checkbox"]:not(:checked) + label::before{
            content: "";
            position: absolute;
            left: -20px;
            top: 0;
            width: 20px;
            height: 20px;
            border-radius: 4px;
            background-color: #ffffff !important;
            border: 2px solid #d2d2db;
        }

        input[type="checkbox"]:checked + label::after,
        input[type="checkbox"]:not(:checked) + label::after{
            content: url("../media/tick-icon.svg");
            text-align: center;
            color: #ffffff;
            width: 20px;
            height: 20px;
            background-color: #26633d;
            position: absolute;
            top: 0px;
            left: -20px;
            border: none;
            border-radius: 4px;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            background-image: none !important;
        }


        input[type="checkbox"]:not(:checked) + label::before{
            background-color: #ffffff !important;
        }

        input[type="checkbox"]:not(:checked) + label::after{
            background-color: #ffffff !important;
            display: none;
        }

        input[type="checkbox"]:checked + label::before{
            display: none;
        }
/******* custome radio btns End *******/

.terms-condition-wrapper input[type="checkbox"]:checked + label::before,
.terms-condition-wrapper input[type="checkbox"]:not(:checked) + label::before {
    top: -10px;
    left: -10px;
}

.terms-condition-wrapper input[type="checkbox"]:checked + label::after,
.terms-condition-wrapper input[type="checkbox"]:not(:checked) + label::after {
    top: -10px;
    left: -10px;
}

.terms-condition-wrapper p {
    color: #9b9b9b;
    font-weight: 400;
    font-size: 11px;
}

    .terms-condition-wrapper p a {
        color: #242b47;
        cursor: pointer;
    }

        .terms-condition-wrapper p a:hover {
            text-decoration: underline !important;
            text-underline-offset: 3px;
        }

.app-sidebar-menu .menu .menu-item .menu-title {
    color: #ffffff !important;
}

.app-sidebar-menu .menu .menu-item .menu-sub .menu-item .menu-link .menu-bullet .bullet-dot {
    width: 5px;
    height: 4.84px;
    background: #ffffff;
}

.app-sidebar-menu .menu .menu-item .menu-sub .menu-item .menu-link .menu-title {
    color: #ffffff;
}

.app-sidebar-logo {
    background: #30395f;
}

    .app-sidebar-logo a span {
        font-weight: 500;
        font-size: 20px;
        color: #ffffff;
    }

.app-sidebar-footer {
    background: #242b47;
}

    .app-sidebar-footer a:hover {
        background: #242b47 !important;
    }

    .app-sidebar-footer a .btn-label {
        color: #ffffff;
        font-weight: 600;
        font-size: 16px;
    }

.user-profile-wrapper img {
    border-radius: 50px;
    width: 45px;
    height: 45px;
}

.user-profile-wrapper h6 {
    font-weight: 600;
    font-size: 13px;
    color: #464646;
}

.user-profile-wrapper p {
    font-weight: 500;
    font-size: 10px;
    color: #777777;
}

.app-sidebar-toggle.active img {
    content: url("../media/toggle_arrow_icon.svg");
}

.content-title-wrapper p {
    font-weight: 400;
    font-size: 17px;
    color: #002b53;
}

.app-main {
    background: #ffffff;
}

.content-wrapper {
    background: #fafafc;
}

    .content-wrapper h6 {
        color: #464646;
        font-weight: 600;
        font-size: 18px;
    }

    .content-wrapper p {
        color: #777777;
        font-weight: 400;
        font-size: 15px;
    }

.grid-wrapper .row > div {
    display: flex;
    justify-content: stretch;
}

@media screen and (min-width: 1400px) {
    .grid-wrapper .row > div.col-xxl-2 {
        width: 20%;
    }
}

.grid-view {
    background: #fbfcff;
    border: 1px solid #888ea6;
    border-radius: 10px;
    width: 100%;
}

    .grid-view a {
        width: 100%;
        padding: 20px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .grid-view img {
        width: 140px;
        height: 116px;
    }

    .grid-view h6 {
        font-weight: 600;
        font-size: 12px;
        color: #242b47;
        margin-bottom: 0px;
    }

.tab-wrapper .tab-content .k-tabstrip-items-wrapper ul.k-tabstrip-items {
    flex-flow: nowrap;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 1rem !important;
}

    .tab-wrapper .tab-content .k-tabstrip-items-wrapper ul.k-tabstrip-items li.k-tabstrip-item {
        background: #242b47 !important;
        width: 100%;
        flex-shrink: inherit;
        border-radius: 0px;
        min-width: 250px;
    }

        .tab-wrapper .tab-content .k-tabstrip-items-wrapper ul.k-tabstrip-items li.k-tabstrip-item.k-disabled {
            opacity: 1;
        }

        .tab-wrapper .tab-content .k-tabstrip-items-wrapper ul.k-tabstrip-items li.k-tabstrip-item:first-child {
            border-radius: 15px 0px 0px 15px !important;
        }

        .tab-wrapper .tab-content .k-tabstrip-items-wrapper ul.k-tabstrip-items li.k-tabstrip-item:last-child {
            border-radius: 0px 15px 15px 0px !important;
        }

        .tab-wrapper .tab-content .k-tabstrip-items-wrapper ul.k-tabstrip-items li.k-tabstrip-item.k-active {
            background-color: #606b96 !important;
        }

            .tab-wrapper .tab-content .k-tabstrip-items-wrapper ul.k-tabstrip-items li.k-tabstrip-item.k-active .k-link {
                color: #ffffff;
            }

        .tab-wrapper .tab-content .k-tabstrip-items-wrapper ul.k-tabstrip-items li.k-tabstrip-item .k-link {
            font-weight: 600;
            font-size: 13px;
            color: #ffffff85;
            justify-content: center;
        }

.tab-wrapper .tab-content .k-tabstrip-content {
    border: none;
    padding: 18px 10px;
}

    .tab-wrapper .tab-content .k-tabstrip-content.k-content:focus {
        outline: none !important;
    }

.tab-wrapper .nav-tabs {
    justify-content: space-between;
    border-radius: 15px;
}

    .tab-wrapper .nav-tabs > li {
        width: 100%;
    }

        .tab-wrapper .nav-tabs > li:first-child a {
            border-radius: 15px 0px 0px 15px !important;
        }

        .tab-wrapper .nav-tabs > li:last-child a {
            border-radius: 0px 15px 15px 0px !important;
        }

        .tab-wrapper .nav-tabs > li a.btn.btn-active-light {
            background: #242b47 !important;
            border-radius: 0px;
            color: #ffffff85;
            font-weight: 600;
            font-size: 13px;
        }

            .tab-wrapper .nav-tabs > li a.btn.btn-active-light:hover:not(.btn-active) {
                background-color: #606b96 !important;
                color: #ffffff;
            }

            .tab-wrapper .nav-tabs > li a.btn.btn-active-light.active {
                background-color: #606b96 !important;
                color: #ffffff;
            }

.form-header h5 {
    font-weight: 600;
    font-size: 18px;
    color: #232c49;
}

.form-header button {
    height: 33px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
}
/*font-size: 15px;*/

.form-header hr {
    opacity: 1;
    border-color: #242b47;
}

.custom-radio {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 35px;
    height: auto;
}

    .custom-radio label {
        color: #464646;
        font-weight: 600;
        font-size: 11px;
    }

    .custom-radio input[type="radio"]:checked + label,
    .custom-radio input[type="radio"]:not(:checked) + label {
        padding-left: 25px;
    }

        .custom-radio input[type="radio"]:checked + label::before,
        .custom-radio input[type="radio"]:not(:checked) + label::before {
            background: #fbfcff;
            border: 0.6px solid #888ea6;
            top: 0px;
            left: 0px;
            bottom: 0px;
            margin: auto;
            width: 20px;
            height: 20px;
        }

        .custom-radio input[type="radio"]:checked + label::after,
        .custom-radio input[type="radio"]:not(:checked) + label::after {
            top: 2px;
            left: 2px;
            bottom: 2px;
            margin: auto;
            background: #0076fc;
            border-radius: 3px;
            width: 16px;
            height: 16px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .custom-radio input[type="radio"]:checked + label::before {
            display: block;
        }

.process-status-wrapper .k-dropdownlist {
    margin-left: 15px;
    min-width: 250px;
    /*max-width: 250px;*/
}

.process-status-wrapper .k-stepper {
    display: flex !important;
    flex-direction: column;
    position: relative;
}

    .process-status-wrapper .k-stepper .k-progressbar {
        position: absolute;
        inset: 0px;
        margin: auto;
        height:3px;
    }

    .process-status-wrapper .k-stepper .k-step-list .k-step {
        border-radius: 7px;
        min-height: 30px;
        display: flex;
        justify-content: stretch;
        align-items: center;
        text-align: center;
        padding: 5px 15px;
        margin-right: 15px;
        flex-shrink: 0;
        width: auto !important;
        background: #aaaaaa;
    }

        .process-status-wrapper .k-stepper .k-step-list .k-step.k-step-first {
            background: #43a047;
        }

        .process-status-wrapper .k-stepper .k-step-list .k-step:last-child {
            margin: 0px;
        }

        .process-status-wrapper .k-stepper .k-step-list .k-step .k-step-link {
            flex-direction: row;
            max-width: inherit !important;
        }

            .process-status-wrapper .k-stepper .k-step-list .k-step .k-step-link .k-step-indicator {
                width: auto;
                height: auto;
                background: transparent;
                border-radius: 0px;
                border: none;
                margin: 0px;
                color: #ffffff;
            }

                .process-status-wrapper .k-stepper .k-step-list .k-step .k-step-link .k-step-indicator::after {
                    display: none;
                }

.process-status-wrapper > div {
    border-radius: 7px;
    min-height: 30px;
    display: flex;
    justify-content: stretch;
    align-items: center;
    text-align: center;
    padding: 5px 15px;
    margin-right: 15px;
    flex-shrink: 0;
}

    .process-status-wrapper > div:last-child {
        margin: 0px;
    }

    .process-status-wrapper > div p {
        font-weight: 600;
        font-size: 13px;
        color: #ffffff;
        margin-bottom: 0px;
    }

    .process-status-wrapper > div.bg-gainsboro p {
        color: #888888 !important;
    }

.clover-green-before {
    position: relative;
}

.process-status-tab-content-wrapper .tab-pane {
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
}

.form-select-wrapper {
    position: relative;
}

    .form-select-wrapper:after {
        content: url("../media/polygon.svg");
        position: absolute;
        top: 8px;
        right: 10px;
    }

    .form-select-wrapper .form-control {
        padding-right: 25px;
    }

.form-control-calender {
    position: relative;
}

    .form-control-calender input[type="date"]::-webkit-calendar-picker-indicator {
        color: transparent;
        background: url("../media/calender.svg");
    }

.form-switch input[type="checkbox"] {
    position: relative;
    display: block;
    left: 50px;
    top: 3px;
}

.sub-title {
    font-weight: 600;
    font-size: 16px;
    color: #232c49;
}

.table-wrapper.data-grid-table-wrapper {
    padding-bottom: 5px;
    border: none;
}

    .table-wrapper.data-grid-table-wrapper .k-grid-aria-root {
        overflow-x: auto;
    }

        .table-wrapper.data-grid-table-wrapper .k-grid-aria-root .k-grid-header,
        .table-wrapper.data-grid-table-wrapper .k-grid-aria-root .k-grid-container {
            min-width: 1200px;
        }

.table-wrapper .table-responsive,
.table-wrapper .k-grid-header-wrap {
    display: flex;
    white-space: nowrap;
}

    .table-wrapper .table-responsive .table thead tr:first-child,
    .table-wrapper .k-grid-header-wrap .table thead tr:first-child,
    .table-wrapper .table-responsive table thead tr:first-child,
    .table-wrapper .k-grid-header-wrap table thead tr:first-child {
        background: #90b5d0;
    }

    .table-wrapper .table-responsive .table thead tr th,
    .table-wrapper .k-grid-header-wrap .table thead tr th,
    .table-wrapper .table-responsive table thead tr th,
    .table-wrapper .k-grid-header-wrap table thead tr th {
        padding: 10px !important;
        border-right: 1px solid #8691bd;
        font-weight: 400;
        font-size: 12px !important;
        color: #232c49 !important;
        vertical-align: middle !important;
        word-break: break-word;
        text-overflow: inherit;
        word-wrap: break-word;
        white-space: normal;
        overflow:inherit;
        
    }

        .table-wrapper .table-responsive .table thead tr th:first-child,
        .table-wrapper .k-grid-header-wrap .table thead tr th:first-child,
        .table-wrapper .table-responsive table thead tr th:first-child,
        .table-wrapper .k-grid-header-wrap table thead tr th:first-child {
            border-top-left-radius: 10px;
        }

        .table-wrapper .table-responsive .table thead tr th:last-child,
        .table-wrapper .k-grid-header-wrap .table thead tr th:last-child,
        .table-wrapper .table-responsive table thead tr th:last-child,
        .table-wrapper .k-grid-header-wrap table thead tr th:last-child {
            border-top-right-radius: 10px;
            border: none;
        }

        .table-wrapper .table-responsive .table thead tr th div,
        .table-wrapper .k-grid-header-wrap .table thead tr th div,
        .table-wrapper .table-responsive table thead tr th div,
        .table-wrapper .k-grid-header-wrap table thead tr th div {
            white-space: break-spaces;
            font-size: 13px;
            word-break: break-word;
            word-wrap: inherit;
            text-overflow: inherit;
            overflow: initial;
        }

    .table-wrapper .table-responsive .table tbody tr:nth-child(odd),
    .table-wrapper .k-grid-header-wrap .table tbody tr:nth-child(odd),
    .table-wrapper .table-responsive table tbody tr:nth-child(odd),
    .table-wrapper .k-grid-header-wrap table tbody tr:nth-child(odd) {
        background: #ffffff;
    }

    .table-wrapper .table-responsive .table tbody tr:nth-child(even),
    .table-wrapper .k-grid-header-wrap .table tbody tr:nth-child(even),
    .table-wrapper .table-responsive table tbody tr:nth-child(even),
    .table-wrapper .k-grid-header-wrap table tbody tr:nth-child(even) {
        background: #f6f6f6;
    }

    .table-wrapper .table-responsive .table tbody tr td,
    .table-wrapper .k-grid-header-wrap .table tbody tr td,
    .table-wrapper .table-responsive table tbody tr td,
    .table-wrapper .k-grid-header-wrap table tbody tr td {
        padding: 10px 20px 10px 30px;
        border-right: 1px solid #e3e3e3;
        font-weight: 400;
        font-size: 12px;
        color: #535353;
        line-height: 3;
    }

        .table-wrapper .table-responsive .table tbody tr td:last-child,
        .table-wrapper .k-grid-header-wrap .table tbody tr td:last-child,
        .table-wrapper .table-responsive table tbody tr td:last-child,
        .table-wrapper .k-grid-header-wrap table tbody tr td:last-child {
            border: none;
        }

.sync-btn {
    width: 119px;
    min-height: 33px;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .sync-btn {
        width: 100%;
    }
}

.add-btn {
    width: 106px;
    min-height: 33px;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .add-btn {
        width: 100%;
    }
}

.btn {
    min-height: 33px;
}
.checkbox-with-button{
    position:relative;
}
    .checkbox-with-button button {
        position: relative;
        padding-left: 40px !important;
        text-align: left;
        font-weight: 600;
        font-size: 13px;
        padding-right: 5px !important;
        padding-left: 40px !important;
    }

    .checkbox-with-button input[type="checkbox"]:checked + label,
    .checkbox-with-button input[type="checkbox"]:not(:checked) + label {
        padding: 0;
        width: 0px;
        line-height: 0;
        left: 34px;
        position: absolute;
        top: 22px;
        z-index:99;
    }

        .checkbox-with-button input[type="checkbox"]:checked + label::before,
        .checkbox-with-button input[type="checkbox"]:not(:checked) + label::before {
            top: -19px;
            left: -30px;
            width: 30px;
            height: 27px;
            border-radius: 8px;
        }

        .checkbox-with-button input[type="checkbox"]:checked + label::after,
        .checkbox-with-button input[type="checkbox"]:not(:checked) + label::after {
            top: -19px;
            left: -30px;
            background: #a5d0f2;
            width: 30px;
            height: 27px;
            border-radius: 8px;
            content: "";
            background-image: url("../media/tick-icon.svg") !important;
            background-repeat: no-repeat;
            object-fit: cover;
            background-position: center;
            background-size: 50%;
            z-index:99;
        }

.btn-font-size {
    font-weight: 600;
    font-size: 15px;
}

.tab-actions-wrapper .tab-actions-content {
    background: #f2f2f2;
    padding: 13px;
}

    .tab-actions-wrapper .tab-actions-content p {
        font-weight: 600;
        font-size: 15px;
        color: #242b47;
        margin-bottom: 0px;
    }

.modal-wrapper.modal {
    overflow: inherit;
}

    .modal-wrapper.modal .modal-content {
        overflow: inherit;
        padding: 20px;
        border-radius: 20px;
    }

        .modal-wrapper.modal .modal-content .modal-header {
            border-radius: 10px;
            padding: 13px 20px;
        }

            .modal-wrapper.modal .modal-content .modal-header h1 {
                font-weight: 600;
                font-size: 16px;
            }

            .modal-wrapper.modal .modal-content .modal-header .btn-close {
                background: none;
                width: 20px;
                height: 20px;
                position: absolute;
                top: 0px;
                right: -30px;
                opacity: 1;
                padding: 0;
                margin: 0;
                z-index: 9999;
                border: none;
            }

        .modal-wrapper.modal .modal-content .modal-body {
            padding: 15px 0px;
            border: none;
            overflow-x: hidden;
        }

            .modal-wrapper.modal .modal-content .modal-body h3 {
                color: #232c49;
                font-weight: 600;
                font-size: 14px;
                margin-bottom: 0px;
            }

        .modal-wrapper.modal .modal-content .modal-footer {
            border: none;
        }

.modal-radio-input.custom-radio {
    min-height: 40px;
}

.modal-radio-input input[type="radio"]:checked + label,
.modal-radio-input input[type="radio"]:not(:checked) + label {
    padding: 0;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #535353;
}

    .modal-radio-input input[type="radio"]:checked + label::before,
    .modal-radio-input input[type="radio"]:not(:checked) + label::before {
        border: 1px solid #242b47;
        top: 1px;
        left: inherit;
        bottom: 0px;
        margin: auto;
        width: 24px;
        height: 24px;
        border-radius: 50px;
        right: -5px;
        background: #ffffff;
    }

    .modal-radio-input input[type="radio"]:checked + label::after,
    .modal-radio-input input[type="radio"]:not(:checked) + label::after {
        right: -2px;
        top: 3px;
        left: inherit;
        background: #242b47;
        width: 18px;
        height: 18px;
        border-radius: 50px;
        content: "";
    }
.modal-radio-input .k-radio-list {
    width: 100%;
}

    .modal-radio-input .k-radio-list .k-radio-item {
        width: 100%;
    }
.upload-wrapper input.form-control {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    cursor: pointer;
}

.upload-wrapper button {
    background: #464646;
    padding: 0px 5% !important;
}

    .upload-wrapper button:hover,
    .upload-wrapper button:focus,
    .upload-wrapper button:active {
        background: #464646;
    }

.upload-add-btn {
    height: 35px;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divCaptach {
    justify-content: space-between;
}
.policy-list li {
    margin-bottom: 8px;
}

    .policy-list li p {
        margin-bottom: 0px;
    }
.card-center {
    min-height: 80vh;
    display: flex;
    align-items: center;
}
.process-status-tab-content-wrapper label {
    /*max-width: 160px;*/
    word-wrap: break-word;
}
.inventory-list-modal .modal-dialog-scrollable .modal-body {
    padding: 15px 5px !important;
}

.inventory-list-modal.enquiry-modal-window .k-window-titlebar {
    background-color: #242b47 !important;
}
.card-box-shadow {
    box-shadow: 0px 5px 8px #88888836 !important;
}
.btn-focus:focus {
    box-shadow: none !important;
}
.enquiry-modal-window .k-window-titlebar {
    background-color: #242b47 !important;
}
.custom-radio input[type="checkbox"]:checked + label::before,
.custom-radio input[type="checkbox"]:not(:checked) + label::before {
    top: 0;
    bottom: 0;
    margin: auto;
}

.custom-radio input[type="checkbox"]:checked + label::after,
.custom-radio input[type="checkbox"]:not(:checked) + label::after {
    top: 0;
    bottom: 0;
    margin: auto;
}
.a-link-with-out-offset-hover:hover {
    text-decoration: underline !important;
}


.k-table-thead .k-checkbox-wrap input[type="checkbox"]:checked {
    left:0 !important;
}
    .k-table-thead .k-checkbox-wrap input[type="checkbox"]:not(:checked) {
    display: block;
    left: 0;
    right:0 ;
    border: 1px solid #5d5a5a;
    width: 13px !important;
    height: 13px !important
}
.k-table-thead .k-checkbox-wrap input[type="checkbox"]:checked {
    display: block;
    left: -5px;
    border: 1px solid #5d5a5a;
    width: 13px !important;
    height: 13px !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.k-table-thead .k-checkbox:checked {
    display: block;
    left: -5px;
    border: 1px solid #5d5a5a;
    width: 13px !important;
    height: 13px !important;
    padding: 0 !important;
    border-radius: 0 !important;
}