/* .nk-content {
    padding: 15px 14px;
} */
.nk-sidebar {
    top: 75px;
}
.nk-header .dropdown.user-dropdown{
    flex-direction: row;
    display: flex;
    gap: 10px;
}

.nk-apps-brand .logo-link {
    padding: 10px;
}
.nk-content {
        padding: 20px 14px !important;
    }
    
    .nk-content-body > .nk-block-head-sm:first-child {
        padding-bottom: 10px !important;
    }
    
    .card-inner table tbody td .btn {
        margin-right: 2px !important;
        float: left !important;
    }
    .edit-delete-btn {
        display: flex !important;
        flex-direction: row !important;
        gap: 0px !important;
    }
    table tbody tr td:last-child .last-btn-div {
        display: flex !important;
        align-items: center !important;
        gap: 0px !important;
    }
    th.w95 {
        width: 110px !important;
    }

.overline-title {
    font-size: 20px;
}

.nk-menu-heading .overline-title {
    border-bottom: 1px solid #00000036;
    padding-bottom: 10px;
}

.nk-menu-md .nk-menu-text {
    font-size: 15px;
    line-height: 1.5rem;
    font-weight: 500;
}

.nk-header-app-info .lead-text {
    font-size: 20px;
}

.nk-sidebar-inner {
    padding: 15px;
}

.is-theme .nk-sidebar-footer {
    margin-top: unset;
}

.add-new-btn {
    padding: 5px 12px;
    background: #4e4e9b !important;
    border-radius: 5px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}

.add-new-btn:hover {
    color: #000;
    background: #fff !important;
}

.content-card-header {
    padding-bottom: 10px;
}

.nk-block .nk-block-title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.card-inner {
    padding: 1.5rem 1rem;
}

.card-box-shadows {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.profile-img .my-profile-img {
    height: 265px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 25px;
}

.profile-img .dz-preview .dz-image {
    width: 100%;
    height: auto;
}

.profile-img .dz-preview .dz-image img {
    width: 100%;
    height: 188px;
    object-fit: contain;
}

.profile-img .dz-details,
.profile-img .dz-error-message,
.profile-img .dz-success-mark + .dz-error-mark {
    display: none !important;
}

.dropzone .dz-preview:hover .dz-image img {
    filter: unset;
}

.form-control-wrap .extrnl-textarea {
    border: 1px solid #dbdfea;
    border-radius: 4px;
    padding: 10px;
}

.form-control-wrap .extrnl-textarea:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.card-inner table tbody td .btn {
    padding: 4px 5px;
    font-size: 11px;
}

.card-inner
    table
    tbody
    td
    .preview-block
    .custom-switch
    .custom-control-label::after {
    width: 0.8rem;
    height: 0.8rem;
    top: 0.13rem;
    left: -3.5rem;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(0.8rem);
}

.card-inner table tbody td .preview-block .custom-control-label::before {
    height: 1.1rem;
    width: 2rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #536aff;
}

.mb-10 {
    margin-bottom: 10px;
}

.mtb-10 {
    margin: 10px 0;
}

.card .table tr:first-child th {
    font-size: 12px;
}

.card .table tr td {
    font-size: 12px;
}

.no-padd-right {
    padding-right: 0;
}

.no-padd-left {
    padding-left: 0;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-padd {
    padding: 0;
}

.nk-block-middle {
    margin-bottom: unset;
}

.nk-auth-footer p,
.vacuum-login .form-note-s2 {
    text-align: center !important;
}

.nk-menu-item {
    padding: 10px 0;
}

.text-right {
    text-align: right;
}

#enteremailmodal .modal-body {
    padding-bottom: 10px !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#enteremailmodal .modal-body .input-otp .modal-title {
    margin-bottom: 10px;
}

#enteremailmodal .modal-content .modal-header {
    flex-direction: row-reverse !important;
    padding: 10px !important;
    border-bottom: 1px solid transparent;
}

.enter-email-modal .modal-content .modal-footer {
    border-top: unset !important;
    padding: 0 10px 10px 0;
    border: unset !important;
}

.page-view .card-title-group {
    margin-bottom: 10px;
}

.page-view .profile-img {
    background: aliceblue;
    padding: 5px;
}

.page-view .profile-img .view-profile-img {
    width: 100%;
    border-radius: 100%;
    margin-bottom: 25px;
}

.page-view .t-header {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.page-view .download-file {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    background: #d29e48;
    padding: 2px 8px;
    border-radius: 3px;
}

.page-view .download-file .icon {
    font-size: 14px;
    font-weight: 600;
}

.page-view .user-avatar-xs,
.page-view .user-avatar.xs {
    height: 55px;
    width: 55px;
}

.page-view .user-name .tb-lead {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.page-view .user-name .tb-sub-head {
    font-size: 12px;
    color: #8094ae;
    font-weight: 200;
    padding-top: 3px;
}

/* CountDown Timer */
.countdown-timer {
    width: auto;
}

.countdown-timer .countdown-container {
    display: flex;
    /* justify-content: space-evenly; */
    background-color: #3638a5;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.082), 0 2px 2px rgba(255, 255, 255, 0),
        0 4px 4px rgba(0, 0, 0, 0.11), 0 8px 8px rgba(0, 0, 0, 0.11),
        0 16px 16px rgba(0, 0, 0, 0.11), 0 32px 32px rgba(0, 0, 0, 0.11);
}

.countdown-timer .content {
    padding: 7px;
    line-height: 1;
}

.countdown-timer .cd-number {
    font-size: 15px;
    font-weight: bolder;
    text-align: center;
    color: #def7e0;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
        0px 8px 13px rgba(0, 0, 0, 0.233), 0px 18px 23px rgba(0, 0, 0, 0.295);
    margin-bottom: 0;
}

.countdown-timer .cd-text {
    font-size: 10px;
    font-weight: lighter;
    padding: 0px;
    text-align: center;
    color: #93a194;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
        0px 8px 13px rgba(0, 0, 0, 0.233), 0px 18px 23px rgba(0, 0, 0, 0.295);
}

.countdown-timer .time-icon {
    display: flex;
    align-items: center;
}

.countdown-timer .time-icon .icon {
    font-size: 35px;
    color: #fff;
    padding-left: 5px;
    text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 23%),
        0px 18px 23px rgb(0 0 0 / 30%);
}

/* CountDown Timer */

.dashboard .card-title .subtitle {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    /* text-shadow: 1px 1px 2px #000; */
}
.dashboard .invest-data-history .amount {
    font-size: 13px;
}
.dashboard .invest-data-history .title {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    /* text-shadow: 1px 1px 2px #000; */
}

.dashboard .card-tools .dash-card-icon {
    height: 85px;
    width: 85px;
    opacity: 0.7;
}

.dashboard .card-amount .amount {
    font-weight: 700;
    font-size: 25px;
    color: #000;
    /* text-shadow: 1px 1px 2px #000; */
}

.dashboard .invest-data-history .amount {
    font-weight: 500;
    color: #000;
    /* text-shadow: 1px 1px 2px #000; */
}

.dashboard .card-inner .invest-data {
    display: flex;
    margin-right: 60px;
}

.dashboard .invest-data-history {
    /* margin-right: 30px; */
    background: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* .dashboard .nk-block.dash-cards .card{
    background-image: linear-gradient(#29347a, #798bff );
} */

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.database-backup .pricing-head .sub-text .user-card {
    justify-content: end;
}

.database-backup .pricing-head .sub-text .user-card .user-info .tb-lead {
    font-size: 13px;
    font-weight: 600;
}

.database-backup .pricing-head .card-text .box-card {
    display: flex;
    gap: 30px;
    align-items: center;
    padding-bottom: 5px;
}

.database-backup .pricing-head .card-text .h4 {
    font-size: 13px;
    margin-bottom: 0;
    /* text-transform: uppercase; */
}

.database-backup .pricing-head .card-text .box-card .sub-text {
    font-size: 13px;
    font-weight: 500;
}

.database-backup .pricing-body .pricing-content-btns {
    display: flex;
    justify-content: space-between;
}

.database-backup .pricing-head,
.database-backup .pricing-body {
    padding: 1rem 1.2rem;
}

.user-card .user-info {
    color: #000000;
    font-weight: 500;
}

.add-profile .upload-zone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-profile .upload-zone .dz-preview .dz-details,
.add-profile .upload-zone .dz-preview .dz-error-message {
    display: none;
}

.add-profile .page-title,
.add-new-task .page-title,
.employee .page-title,
.all-task .page-title,
.login-logs .page-title,
.profiles .page-title,
.database-backup .page-title,
.change-pass .page-title,
.email-settings .page-title {
    font-size: 1rem;
}

.email-settings .data-head {
    border-left: 3px solid #c3c3c3;
}

.email-settings .email-setting-test-email .nk-block-title {
    margin-bottom: 5px;
}

/* Laravel Changes */

.customized-datatable,
.dataTables_wrapper .row {
    width: 100%;
}

.dataTables_paginate .pagination li {
    margin: 0 5px;
}

.customized-datatable .row.justify-between.g-2 {
    display: none !important;
}

.customized-datatable .datatable-wrap.my-3 {
    margin: 0 !important;
    border: unset;
}

/* .customized-datatable .card-inner  {
    padding: 0;
} */
.customized-datatable .form-inline.dt-bootstrap {
    flex-direction: column;
    gap: 10px;
    /* padding: 20px; */
}

.customized-datatable #example_wrapper .row {
    width: 100%;
}

.customized-datatable .form-inline.dt-bootstrap .row:nth-child(2) .col-sm-12 {
    padding: 0;
}

.customized-datatable div.dataTables_wrapper div.dataTables_length label {
    display: flex;
    gap: 10px;
}

.customized-datatable div.dataTables_wrapper div.dataTables_filter input {
    display: unset;
    width: unset;
}

.customized-datatable table.dataTable thead th,
.customized-datatable table.dataTable thead td,
.customized-datatable table.dataTable tfoot th,
.customized-datatable table.dataTable tfoot td {
    border: 1px solid #dbdfea !important;
}

.customized-datatable.card .table tr td,
.customized-datatable .card .table tr:first-child th,
.customized-datatable .card .table tr:first-child td {
    border-right: 1px solid #dbdfea !important;
}

.customized-datatable .table td:first-child,
.customized-datatable .table th:first-child,
.customized-datatable .card .table tr:first-child th:first-child {
    border-left: 1px solid #dbdfea !important;
}

.customized-datatable.card .table tr:first-child th {
    border-bottom: 1px solid #dbdfea !important;
    padding: 8px 10px;
    line-height: 19px;
}

.customized-datatable.card .table tr th {
    border-left: 0px solid #dbdfea !important;
}

.customized-datatable.card .table tr th:first-child {
    border-left: 1px solid #dbdfea !important;
}

.card .table tr:last-child td {
    border-bottom: 1px solid #dbdfea !important;
}

.customized-datatable .no-padd {
    padding: 0;
}

.customized-datatable .tgle-on {
    color: #28a745;
    font-size: 18px !important;
    cursor: pointer;
}

.customized-datatable .tgle-off {
    color: #2952dc;
    font-size: 18px !important;
    cursor: pointer;
}

.customized-datatable tbody td .btn {
    font-size: 13px;
}
table tbody tr td:last-child .last-btn-div {
    display: flex;
    align-items: center;
    gap: 5px;
}

table.dataTable.dtr-inline.collapsed
    > tbody
    > tr:not(.child)
    > td:first-child:before,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr:not(.child)
    > th:first-child:before {
    display: none !important;
}

/* Laravel Changes */
@media screen and (max-width: 360px) {
    .dashboard .invest-data-history {
        min-width: 268px;
    }
}
@media screen and (max-width: 424px) {
    .dashboard .invest-data-history {
        min-width: 285px;
    }
    .database-backup .pricing .sub-text span {
        white-space: unset;
    }
    .database-backup .pricing-head .card-text .box-card {
        gap: 12px;
        align-items: baseline;
        padding-bottom: 5px;
    }
    .pricing-head .card-text .col-6.text-left {
        padding-right: 0;
    }
    .database-backup .pricing-head .card-text .h4 {
        padding-top: 5px;
    }
    .database-backup .pricing-head .card-text .box-card .sub-text {
        flex: 1;
    }
}
@media screen and (min-device-width: 425px) and (max-device-width: 707px) {
    .dashboard .invest-data-history {
        min-width: 288px;
    }
}

@media screen and (max-width: 767px) {
    .all-task .nk-block-head-content {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    .all-task .nk-block-head-content a {
        font-size: 12px;
        min-width: 164px;
    }
    .all-task .nk-block-between {
        display: unset;
    }
    .nk-content-body > .nk-block-head:first-child {
        padding-bottom: 0.75rem;
    }
    .dataTables_wrapper .dataTables_filter {
        text-align: left !important;
    }
    .customized-datatable div.dataTables_wrapper div.dataTables_filter input {
        width: 100%;
    }
    .nk-header-app-info .lead-text {
        display: flex;
        flex-direction: column;
    }
    .nk-header-app-info .lead-text span {
        font-size: 15px;
    }
    .date-time-div {
        font-size: 12px;
    }
    .display-date-div {
        display: flex;
        gap: 5px;
    }
    .master-city .preview-block .card-inner {
        min-height: 260px !important;
    }
    .master-state .preview-block .card-inner,
    .master-department .preview-block .card-inner,
    .master-designation .preview-block .card-inner,
    .master-products .preview-block .card-inner,
    .master-skill .preview-block .card-inner,
    .all-task .preview-block .card-inner {
        min-height: 170px !important;
    }
    .modal-backdrop {
        z-index: unset;
    }
    .has-sidebar .nk-wrap {
        padding-top: 85px;
    }
    .database-backup .nk-block .row.g-gs .col-md-12.col-xxl-3 {
        margin-bottom: 10px;
    }
    .table tbody tr td:last-child .last-btn-div {
        display: flex;
        gap: 5px;
    }
    .email-settings .nk-block-head {
        padding-bottom: 0;
    }
    .email-settings .nk-block-head .page-title {
        margin-bottom: 0;
    }
    .email-settings .pricing-body {
        padding: 1rem 1rem 2rem;
    }
    .dashboard .invest-data-history {
        padding: 10px 20px;
        margin-right: 0;
        /* min-width: 318px; */
    }
    .invest-data-amount {
        flex-wrap: wrap;
        gap: 20px;
        flex-shrink: unset;
    }
    .dashboard .card-inner .invest-data {
        margin-top: 20px;
        margin-right: 0;
    }
    .master-products .row.gy-4 .col-md-4.no-padd-right,
    .master-projects .row.gy-4 .col-md-4.no-padd-right,
    .master-skill .row.gy-4 .col-md-4.no-padd-right,
    .master-state .row.gy-4 .col-md-4.no-padd-right,
    .master-city .row.gy-4 .col-md-4.no-padd-right,
    .master-country .row.gy-4 .col-md-4.no-padd-right,
    .master-department .row.gy-4 .col-md-4.no-padd-right,
    .master-designation .row.gy-4 .col-md-4.no-padd-right {
        padding-right: 15px !important;
    }
    .nk-block-middle {
        margin-top: 150px;
    }
    .brand-logo {
        padding-bottom: 1.5rem !important;
    }
    .select2-container--default.select2-container--focus
        .select2-selection--multiple {
        overflow: auto;
    }
    #toast-container {
        left: 0;
    }
    .all-task {
        padding-top: 0 !important;
    }
}
@media (min-width: 992px) {
    .nk-apps-sidebar .nk-sidebar-footer {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .nk-sidebar-content .nk-sidebar-menu {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.dashbord-left-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* padding: 10px; */
}

.dash-cards .card-full {
    transition: 0.3s ease;
    background-image: linear-gradient(to right, #29347a00, #9cadfd);
}

.dash-cards .card-full:hover {
    box-shadow: 0 3px 12px 1px rgba(43, 55, 72, 0.15) !important;
    transform: translateY(-5px);
    background-image: linear-gradient(to right, #29347a00, #6682ff);
}

.invest-data a {
    transition: 0.3s ease;
}

.invest-data a:hover {
    transform: translateY(-5px);
}

.new-action-btns {
    display: flex;
    align-items: center;
    gap: 5px;
}

.new-action-btns .edit-delete-btn {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.date-time-div {
    display: flex;
    flex-direction: column;
}
.date-time-div .display-date {
    font-weight: 600;
}
.date-time-div .display-time {
    font-weight: 500;
}
.table tbody tr .for-btn-flex {
    display: flex;
    gap: 5px;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    overflow: auto;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
    height: 0px !important;
    margin-right: 22px !important;
    margin-top: 0px !important;
    right: 0 !important;
    padding: 0px !important;
    font-size: 1.5em !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin-top: 2px;
}
.select2-container--open {
    border: 1px solid #dbdfea;
}
.select2-container .select2-selection--multiple {
    min-height: 35px !important;
}

.employee .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px !important;
    margin-left: 0px !important;
    line-height: 1.1 !important;
}
.customized-datatable .dataTables_wrapper .row.align-items-center {
    display: none;
}
.customz-select .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    flex-wrap: nowrap !important;
}
.customz-select .select2-selection--multiple {
    padding-bottom: 0px !important;
    padding-right: 0px !important;
}
.form-group.cstm-selct {
    display: flex;
    flex-direction: column;
}
.cstm-selct .fs-label-wrap {
    padding: 0.4375rem 1rem;
    line-height: 0.5rem;
    border: 1px solid #dbdfea;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cstm-selct .fs-wrap.multiple,
.cstm-selct .fs-dropdown {
    width: 100%;
}
.cstm-selct .fs-label-wrap .fs-label {
    padding: 6px 22px 6px 0px;
}
.cstm-selct .fs-label-wrap .fs-arrow {
    right: 10px;
}

/* Uday's css */

.action-button-gap tbody td a {
    margin: 0px 1px;
}
.card-image .card-tools {
    position: absolute;
    right: 9px;
    top: 37%;
}
.card-image .card-tools-icon {
    position: absolute;
    right: 15px;
    top: 30%;
}
.card-image .card-tools-icon2
{
    position: absolute;
    right: 15px;
    top: 33%;
}
.card-tools-icon i {
    font-size: x-large;
    color: #000;
}
.card-tools-icon2 i {
    font-size: x-large;
    color: #000;
}
.dashboard .card-title .small-cards {
    font-size: 14px !important;
    /* text-shadow: 1px 1px 2px #000; */
}
.multiple-user-login .card1
{
    background: beige;
}
.card2
{
    background: #29347a24;
}
.card3
{
    background: #5f9ea038;
}
.card4
{
    background: #8a2be21f;
}
.card-top-section{
    background-color:#29347A;
    color: #fff;
}
.card-top-section .card-title h6 , .card-top-section .card-title .subtitle {
    color: #fff;
}
.card-top-section .number{
background-color: #47508D;
}
.card-full
{
    border-radius: 10px;
}
.card-title-group
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 10px;
}

 .card .card-header
{
    background: #364a63;
}
 .card .card-header .header-count{
    background: #798bff;
    padding: 3px 15px;
    border-radius: 5px;
}
 .card .card-body
{
    background: #fff;
    /* border: 1px solid #0000003d; */
}
.inner-card .count .right-side-main
{
    background: #29347aa8;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
}
.card-header-sub .left-side-header{
 font-size: 16px;
}
.card-header-sub .left-side-header span
{
    font-size: 12px;
}
.gapping
{
    gap: 3px;
}
.modal-dialog
{
    max-width: 800px;
    display: block;
}
.dashbord-left-cards .card
{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
 .card .card-body
{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.margin-1
{
    margin: 0.75rem 0.75rem 0.1rem 0 !important;
}
.card-inner>form{
background: #7f8dff4f;
padding: 20px;
border-radius: 5px;
}
.bg-primary
{
    background: #7f8dff !important;
}
.bg-grey
{
    background-color: #8094ae ;
}
.bg-voilet
{
    background-color: #5f63b6;
}
.bg-blue
{
    background-color: #5e97e2;
}
/* Uday's css */
