@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&family=Public+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
    --primary-blue: #102D4F;
    --light-blue: #E5ECFA;
    --gray-300: #ECF3FF;
    --gray-200: #ECEEF1;
    --gray-500: #5D596C;
    --light-white: #F8F9FA;
}

body {
    font-family: 'Public Sans', sans-serif;
      background: #f8f7fa;
}



a {
    text-decoration: none;
}

.gray-500 {
    color: var(--gray-500);
}

.breadbumb {
    display: flex;
    gap: 10px;
    margin: 16px 0;
}

.breadbumb .light {
    color: #708195;
    font-weight: 600;
}

.breadbumb .dark {
    color: var(--primary-blue);
    font-weight: 600;
}

.breadbumb .pn-section button {
    border: none;
    border-radius: 4px;
    background-color: #eceef1 !important;
    display: flex;
    padding: 5px 10px;
    align-items: flex-start;
    color: var(--primary-blue);
    gap: 10px;
    opacity: 0.8;
}

.light-btn {
    background-color: #eceef1 !important;
}


.small-screen-nav {
    display: none;
}

.header-table {
    margin-left: 19px;
}

.header-table ul li {
    display: inline-block;
    margin-left: -20px;
    box-shadow: none;
    height: 40px;
}

.header-table ul li .nav-link {
    text-decoration: none;
    color: #102D4F;
    background: #fff;
    position: relative;
    display: inline-block;
    margin: 0 22px;
    padding: 8px 60px;
    border-radius: 12px 12px 0 0;
    box-shadow: 6px 0px 10px 0px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    color: #102D4F;
    font-weight: 600;
}

.header-table ul li .nav-link:before,
.header-table ul li .nav-link:after {
    content: " ";
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: inherit;
}

.header-table ul li .nav-link:before {
    border-radius: 12px 0 0 0;
    left: -20px;
}

.header-table ul li .nav-link:after {
    border-radius: 0 12px 0 0;
    transform: skew(24deg);
    right: -20px;
    z-index: 1;
    box-shadow: 5px 0px 5px 0px rgb(0 0 0 / 13%);
}


.header-table ul li .nav-link.active {
    color: #fff;
    background: #102D4F;
}


.header-table .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    padding: 8px 60px;
}



.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}


@media only screen and (max-width: 991px) {
    .header-table{
        display: none;
    }
        .card {
            margin-bottom: 20px;
        }



        .heading-card .visiting-card {
            padding: 0 10px;
        }

        .card-row {
            flex-direction: column;
        }

        .building-card {
            display: none;
        }

        .main-logo img {
            height: 75px;
        }

        .navbar-big {
            display: none;
        }

        .dropdown-nav {
            display: initial !important;
        }

        .dropdown-nav button {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #ECEEF1;
            color: #405772;
            border: none;
            border-bottom: 2px solid #102D4F !important;
            text-align: start;
            width: 100%;
            padding: 15px 10px;
        }

        .nav-pills .nav-link.active,
        .nav-pills .show>.nav-link {
            background-color: #102D4F !important;
            color: #fff !important;
        }

        .nav-item {
            display: block !important;
        }

      
        .dropdown-nav ul {
            display: initial !important;
        }

        /* .table th:last-child{
            position: sticky;
            right: 0;
            z-index: 2;
            background-color: #fbfbfb !important;
            color: #373737;
        } */
        /* .table td:last-child {
            position: sticky;
            right: 0;
            z-index: 2;
            background-color: #fbfbfb !important;
            color: #373737;
        } */

        .table td a p {
            display: none;
        }

        table tbody th {
            position: sticky;
            left: 0;
            background: white;
            z-index: 1;
        }

        .img-res {
            display: initial;
        }

        .big-name {
            display: none;
        }

        .table td {
            white-space: nowrap;
        }
    }
/* Side-Bar */

.app-sidebar {
    padding: 25px 25px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    color: #282f53;
    z-index: 99;
    background: #fff;
    width: 100px;
    border-right: 1px solid #e9edf4;
}

.app-sidebar-book {
    padding: 25px 25px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    color: #282f53;
    z-index: 99;
    background: #fff;
    width: 244px;
    border-right: 1px solid #e9edf4;
}

.sidebar-mini.sidenav-toggled .app-sidebar {
    left: 0;
    width: 80px;
    overflow: hidden;
}

.gap-dis {
    gap: 24px;
}

.gap16 {
    gap: 16px;
}

.side-menu {
    padding: 0;
    text-align: center;
}


.side-menu .slide {
    list-style: none;
    margin: 12px 0 0;
    width: 100%;
}

.side-menu .slide a {
    display: flex;
    width: 100%;
    align-items: center;
    color: #405772;
    padding: 7px 12px !important;
}


.side-menu .slide .active {
    background-color: #f5f7f8;
    border-radius: 6px;
}

.side-menu .slide a:hover {
    color: var(--primary-blue);
}

.side-menu .slide a span {
    white-space: nowrap;
}

.side-menu .slide a .justi-co-en {
    width: 100%;
    text-align: end;
}

li.slide::marker {
    display: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #f5f7f8;
    color: var(--primary-blue);
    padding: 15px 10px;
}


.sidebar-mini {
    background-color: #F8F7FA;
}

.page {
    margin-left: 120px;
    /* background-color: #F8F7FA; */
}

.app-header .align-line {
    overflow: inherit;
}

.page-book {
    margin-left: 270px;
    /* background-color: #F8F7FA; */
}

.page-main .row {
    align-items: center;
    justify-content: space-between;
}

.switch-button .line-hori {
    position: relative;
}

.weeks-month-sec {
    background-color: #eceef1;
    border-radius: 6px;
    display: flex;
    gap: 10px;
}

.switch-button .line-hori::before {
    content: '';
    height: 26px;
    width: 1.5px;
    background-color: #533873;
    border-radius: 26px;
    position: absolute;
    left: 0;
    top: 7px;
}

.graph {
    width: 100%;
    max-height: 147px;

}


.graph canvas {
    width: 100% !important;
}



nav {
    padding: 0 !important;
}

.app-header {
    background-color: #fff;
    border-radius: 6px;
    margin-right: 17px;
    margin-top: 15px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-icon {
    color: #8f9daf;
    margin-right: 0.5rem;
    margin-left: -0.5rem;
    width: 1em;
    display: inline-block;
    text-align: center;
    vertical-align: -1px;
}

/* Search */

.search-box ion-icon {
    font-size: 24px;
    vertical-align: middle;
}

.search-box input {
    vertical-align: middle;
    padding: 20px 0;
    border: none;
    margin-left: 5px;
}

input:focus-visible {
    outline: none;
}


.pn-section {
    display: flex;
    justify-content: end;
    align-items: center;
}

.pn-section .notification ion-icon {
    font-size: 24px;
    vertical-align: middle;
    padding: 20px 0;
    margin-right: 13px;
    color: #6F6B7D;
}

.pn-section .profile {
    padding: 12px 0;
    position: relative;
}


.pn-section .profile a {
    position: relative;
}


.pn-section .profile img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.pn-section .profile a .active-status {
    height: 15px;
    width: 15px;
    position: absolute;
    border-radius: 50%;
    right: 0px;
    bottom: -14px;
    border: 3px solid #fff;
    background-color: #28c76f;
}

.page-content {
    margin: 12px 23px 0 122px;
    padding: 0;
}

.page-content-book {
    margin: 0 23px 0 270px;
    padding: 0;
}

/*//////////////////////////////// Heading ///////////////////////////////////////*/

.heading-card {
    background: url(../images/media/background.png) no-repeat;
    background-size: cover;
}

.heading-card .row {
    align-items: center;
}

.heading-card .visiting-card {
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.heading-card .main-logo {
    text-align: center;
}

.heading-card .visiting-card .card-img-user {
    padding: 23px 0;
}

.heading-card .visiting-card .user-desc {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    margin-left: 15px;
}

.heading-card .visiting-card .user-desc h2 {
    color: #535D55;
    font-size: 30px;
    font-weight: bold;
}

.heading-card .visiting-card .user-desc p {
    color: #F4923F;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.heading-card .visiting-card .user-desc .svg-icons {
    display: flex;
}

.heading-card .visiting-card .user-desc .svg-icons .id-card {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.heading-card .visiting-card .user-desc .svg-icons .visit-card {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.heading-card .visiting-card .user-desc .svg-icons .id-card p {
    margin: 0;
    color: var(--primary-blue);
    padding-left: 8px;
}

.heading-card .visiting-card .user-desc .svg-icons .visit-card p {
    margin: 0;
    color: var(--primary-blue);
    padding-left: 8px;
}

.heading-card .building-dropdown {
    justify-content: center;
    display: flex;
}

.building-card {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 12px 10px;
    border-radius: 6px;
    height: 100%;
}

.shadow-box {
    box-shadow: 0px 4px 18px 0px rgba(75, 70, 92, 0.10);
}

.building-card .small-gst {
    font-size: 12px;
    font-weight: 500;
}

.building-card .loc-small {
    font-size: 10px;
    font-weight: 600;
}

.building-card p {
    margin: 0;
    padding: 0 20px;
    font-weight: 700;
    color: #708195;
}

.building-card .building-img {
    background: #F1F0F2;
    padding: 8px 10px;
    border-radius: 6px;
}
.building-card .building-img img{
    width: 30px;
}

.building-card .building-chevron {
    background: #ECF3FF;
    padding: 8px 11px;
    border-radius: 50%;
}

.attendence-name .row .col {
    text-align: center;
}

.attendence-name .row .col p {
    margin: 0;
}

.cards-content_1 {
    margin: 20px 0;
}

.cards-content_2 {
    margin: 20px 0;
}

.cards-content_3 {
    margin-bottom: 20px;
}

.card {
    border: none;
    border-radius: 6px !important;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.card .card-body .card-title {
    color: #535D55;
    font-weight: bold;
}

.card .card-body .title-button {
    display: flex;
    justify-content: space-between;
}

.card .card-body .title-button a {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 500;
}

.card .card-body hr {
    background: #989E99
}

.card .card-body .card-subtitle {
    color: #343A40
}

.card .card-body .punch-in {
    margin: 15px 0;
}

.card .card-body .punch-in p {
    margin: 0;
    color: #535D55;
}

.card .card-body .punch-in .day {
    color: #989E99;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: 700;
}

.card .card-body .punch-in .green {
    color: #20C997;
    font-weight: 600;
}

.card .card-body .punch-in .red {
    color: #EA5455;
    font-weight: 600;
}

.card .card-body .totalTime {
    color: #28C76F;
    font-size: 28px;
    font-weight: 600;
}

.card .card-body .punch-in .orange {
    color: #F6A865;
    font-weight: 700;
}

.card .card-body .message-written .orange {
    color: #F6A865;
    font-weight: 700;
}

.card .card-body .danger-btn {
    background: #FDF1F1;
    border: 2px solid #EA5455;
    color: #EA5455;
    margin-top: 6px;
    margin-bottom: 18px;
}

.danger-btn {
    background: #FDF1F1;
    border: 2px solid #EA5455;
    color: #EA5455;
    margin-top: 6px;
    margin-bottom: 18px;
}

.card .card-body .danger-btn:hover {
    background: #EA5455;
    border: 2px solid #EA5455;
    color: #ffffff;
    transition: 0.5s;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.card .card-body .primary-btn {
    background: #ECF3FF;
    border: 2px solid var(--primary-blue);
    color: var(--primary-blue);
    margin-bottom: 18px;
}

.card .card-body .primary-btn:hover {
    background: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    color: #fff;
    margin-bottom: 18px;
    transition: 0.5s;
}

/* .request-expense {
    margin-bottom: 68px;
} */

.mar-top {
    margin-top: 110px;
}

.adjust-sec {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.adjust-flex-space {
    display: flex;
    justify-content: space-between;
}

.message-written {
    float: right;
    margin-bottom: 77px;
}

/*////////////////////////////////// TEXT FORMAT ////////////////////////////////*/
.body-extra {
    font-family: 'Public Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.body-large {
    color: var(--primary-blue);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.body-regular {
    color: var(--primary-blue);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
}

.body-small {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.heading4 {
    font-family: 'Mulish';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.heading7 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.38px;
}

.headline4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
}

.green-color {
    color: #28C76F
}

.red-color {
    color: #EA5455;
}

.font-weight-600 {
    font-weight: 600;
}

/*//////////////////////////////////////// BUTTON /////////////////////////////////*/
/* buttons */

.primary3-btn {
    background-color: #102D4F;
    color: white;
    margin-bottom: 18px;
    padding: 7px 15px
}
.primary3-btn:hover{
    background-color: #102D4F;
    color: white;
}


.primary1-btn {
    background: #ECF3FF;
    color: var(--primary-blue);
    margin-bottom: 18px;
    padding: 7px 15px
}

.secondary-btn {
    padding: 7px 15px;
    background-color: var(--primary-blue);
    color: #fff;
    gap: 10px;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 4px;
}

.secondary-btn:hover {
    color: #fff;
}

.third-btn {
    padding: 7px 15px;
    background-color: #fff;
    color: var(--primary-blue);
    gap: 10px;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 4px;
    border: 1px solid var(--primary-blue);
}

.sky-blue-btn {
    padding: 7px 15px;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 4px;
    background-color: #E4F6F9;
    color: #0DCAF0;
    gap: 10px;
    font-size: 14px;
}

.orange-btn {
    padding: 7px 15px;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 4px;
    background-color: #F8F1EB;
    font-size: 14px;
}

.orange1-btn {
    padding: 7px 15px;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 4px;
    background-color: #fdeee0;
    font-size: 14px;
    color: #fd7e14;
}

.purple-btn {
    padding: 7px 15px;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 4px;
    background-color: #e1dbfd;
    font-size: 14px;
    color: #6610f2;
}

.light-blue-btn {
    padding: 7px 15px;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 4px;
    background-color: #ECEEF1;
    font-size: 14px;
    color: var(--primary-blue);
}

.yellow-btn {
    padding: 7px 15px;
    display: flex;
    align-items: center;
    border: none;
    gap: 30px;
    border-radius: 4px;
    background-color: #F8F1EB;
    color: #FFC107;
    font-size: 14px;
}

.green-btn {
    padding: 7px 15px;
    display: flex;
    align-items: center;
    border: none;
    gap: 10px;
    border-radius: 4px;
    background-color: #D8F2EB;
    color: #20C997;
    font-size: 14px;
}

.green1-btn {
    background-color: #2ac76f;
    color: #fff;
    display: flex;
    padding: 4px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
}

.red-btn {
    padding: 7px 15px;
    display: flex;
    align-items: center;
    border: none;
    gap: 10px;
    border-radius: 4px;
    background-color: #fbdddd;
    color: #ea5455;
    font-size: 14px;
}

.red-btn2 {
    padding: 7px 15px;
    display: flex;
    align-items: center;
    border: none;
    gap: 10px;
    border-radius: 4px;
    background-color: #EE7677;
    color: #fff;
    font-size: 14px;
}

.red-btn3 {
    padding: 5px 15px;
    display: flex;
    align-items: center;
    border: none;
    gap: 10px;
    border-radius: 4px;
    background-color: #EF4D38;
    color: #fff;
    font-size: 14px;
}

.btn-prev-nt {
    background-color: #F1F0F2;
    color: var(--gray-500);
}

.btn-prev-nt:hover {
    background-color: var(--primary-blue);
    color: #fff;
}

.approve-btn {
    padding: 7px 15px;
    display: flex;
    align-items: center;
    border: none;
    gap: 10px;
    border-radius: 4px;
    background-color: #102D4F;
    color: #fff;
    font-size: 14px;
}

.primary1-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    background: #ECF3FF;
    border-radius: 4px;
    border: none;
    color: var(--primary-blue);
    margin-bottom: 18px;
    margin: 0;
}

.primary2-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    background: #ECF3FF;
    border-radius: 4px;
    border: none;
    color: var(--primary-blue);
    margin: 0;
}

.primary-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    background: #ECF3FF;
    border-radius: 4px;
    border: 1px solid var(--primary-blue);
    color: var(--primary-blue);
    margin-bottom: 18px;
    margin: 0;
}

select:focus-visible {
    outline: 0 !important;
}

/* ///////////////////////////////////////////////// Profile HR //////////////////////////////////

.profile-skill {
    gap: 16px;
}

.message-written p {

    margin: 0;
    text-align: end;
}

.skill-box {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 285px;
    border: 1px solid #9faab9;
    border-radius: 4px;
    background-color: #fff;
}

.padding-b {
    padding-bottom: 30px;
}

.d-js {
    display: flex;
    justify-content: flex-start !important;
}

.form-profile-hr {
    margin: 16px 0;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 6px;
    background-color: #fff;
}

.form-profile-hr label {
    font-size: 14px;
    font-weight: 400;
    color: #405772;
    width: 100px;
}

.form-profile-hr input {
    border: 1px solid #9fabb9;
    border-radius: 6px;
    display: flex;
    width: 400px;
    padding: 8px 10px;
    align-items: center;
    gap: 10px;
}

.form-profile-hr .input-text {
    display: flex;
    align-items: center;
    gap: 40px;
}

.form-profile-hr .agree,
.submit {
    display: flex;
    gap: 20px;
    margin-left: 9rem;
}

.form-profile-hr .agree .check-in {
    width: auto !important;
}

.leave-approve {
    display: flex;
    align-items: center;
} */

/* //////////////////////////////////////// TODO Dashboard  ////////////////////////////////////////
.top-navigator {
    display: flex;
    justify-content: space-between;
    margin: 24px 0;
}

.top-navigator .body-large span {
    color: #708195;
}

.top-navigator .home {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.switch-button {
    margin: 24px 0;
    display: flex;
}

.tickets-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
}

.tickets-nav .items-nav {
    text-align: center;
    padding: 10px 20px;
}

.tickets-nav .items-nav:hover {
    border-bottom: 2px solid var(--primary-blue);
    background-color: var(--gray-200);
}

.items-nav-purple {
    text-align: center;
    padding: 10px 20px;
}

.items-nav-purple:hover {
    border-bottom: 2px solid #6f4261;
    background-color: var(--gray-200);
}

.items-nav-purple .heading4 {
    color: #a98ade;
}

.items-nav-purple .body-small {
    color: #a98ade;
}

.tickets-nav .active {
    border-bottom: 2px solid #6f4261;
    background-color: var(--gray-200);
}

.mar-left {
    margin-left: -3px;
}

.all-tickets {
    background-color: #fff;
    margin: 24px 0;
    padding: 24px;
}

.all-tickets .all-head {
    display: flex;
    justify-content: space-between;

}

.all-input {
    display: flex;
    justify-content: space-between;
    margin: 24px 0;
}

.all-input .input-div {
    border-radius: 6px;
    border: 1px solid #DBDADE;
    padding: 7px 14px;

}

.all-input .input-div input {
    border: none;
}

.tickets-card {
    margin: 24px 0;
    display: flex;
    gap: 24px;
}

.tickets-card .card1 {
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    background-color: var(--light-white);
    padding: 16px;
}

.tickets-card .card1 .flex-space {
    display: flex;
    justify-content: space-between;
}

.card1 .description {
    margin: 12px 0;
}

.card1 .checkin {
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
}

.card1 .checkin .eta1,
.eta-time {
    color: #FD7E14;
    font-size: 10px;
    font-weight: 400;
}

.card1 .checkin .eta-name {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: -0.32px;
}

.card1 .checkin .elasped {
    text-align: right;
    font-size: 10px;
    font-weight: 400;
}

.card1 .id-date .id {
    font-size: 11px;
    color: var();
    font-weight: 600;
}

.card1 .id-date .date-tic {
    font-size: 11px;
    font-weight: 400;
    color: var(--gray-500);
}

.card1 .company-name .name {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.32px;
}

.card1 .company-name .type {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.32px;
}

.buttons-next-prev {
    text-align: end;
}

.buttons-to-call {
    width: 100%;
    display: flex;
}

.buttons-to-call .button {
    background-image: url(../images/svgs/button.svg);
    width: 187px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--primary-blue);
    font-weight: 500;
    letter-spacing: -0.32px;
}

.buttons-to-call .button-small {
    background-image: url(../images/svgs/button-small.svg);
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--primary-blue);
    font-weight: 500;
    letter-spacing: -0.32px;
}

.buttons-to-call .button-small {
    background-image: url(../images/svgs/button-small-dark.svg);
    color: #fff;
}

.buttons-to-call .button-small .active {
    background-image: url(../images/svgs/button-dark.svg);
    color: #fff;
}

.table-form {
    width: 100%;
}

.table-form table {
    border: 1px solid #e3e3e3;
}

.table-form table tbody {
    border-top: 2px solid #e3e3e3 !important;
}

.table-form table .edit {
    display: flex;
    height: 28px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background-color: #eceef1;
}

.table-form .table thead tr {
    background-color: #f8f9fa;
    color: var(--primary-blue);
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 25px;
    background-color: #708195;
    border-radius: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


lir.round:before {
    border-radius: 50%;
}

lir:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked lir {
    background-color: #2196F3;
}

input:focus lir {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+lir:before {
    transform: translateX(13px);
}

.basic-table {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 6px;
    background-color: #fff;
}

.basic-table .head-res {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filters {
    display: flex;
    gap: 16px;
    align-items: center;
}

.filters img {
    background-color: #eceef1;
    padding: 10px;
    border-radius: 50%;
}

.filters .filter-des {
    color: #708195;
}

.body11 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: var(--primary-blue);
}

.but-dark-bg {
    padding: 20px;
    background: #f8f7fa;
    border-radius: 6px;
}

.basic-table .card2 {
    display: flex;
    width: 428px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
}

.card2 .date-in-out {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.card2 .left-side .day {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.32px;
}

.card2 .free-space {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #989e99;
}

.card2 .right-side .time {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.32px;
}

.green-text {
    font-size: 14px;
    font-weight: 500;
    color: #20C997;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}

.card2 .time-big {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.32px;
    color: #20C997;
}

.card2 hr {
    width: 100%;
}

.progress-bar1 .sec-rl {
    display: flex;
    justify-content: space-between;
}

.list-view-table table thead tr th {
    font-size: 14px;
}

.list-view-table table thead tr th .orge {
    color: #FD7E14 !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

.list-view-table table thead tr th .silent {
    color: #8997a8;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

.table>thead {
    vertical-align: top !important;
}

.resignation-table {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.resignation-table .head-res {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.card3 {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.card3-content {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    display: flex;
    padding: 16px;
    flex-direction: column;
    gap: 12px;
    background-color: #f8f9fa;
}

.card3-content .head-1 {
    display: flex;
    justify-content: space-between;
}

.card3-content .head-1 .right .dt-1 {
    text-align: end;
    color: #6F6B7D;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.card3-content .head-1 .left .id {
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    color: var(--primary-blue);
    line-height: normal;
    letter-spacing: 1.1px;
}

.card3-content .head-1 .left .eta-10 {
    font-size: 12px;
    font-weight: 500;
    color: #8997a8;
}

.card3-content .head-1 .left .eta-10 span {
    color: #fd7e14;
}

.card3-content .head-1 .left .elapsed {
    color: var(--primary-blue);
    font-size: 12px;
    font-weight: 500;
}

.card3-content .head-1 .left .elapsed span {
    color: #8997a8;
}

.card3-content .body-desc {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}

.button-card3 {
    display: flex;
    gap: 16px;
    justify-content: end;
}

.myCompany {
    display: flex;
    padding: 24px;
    flex-direction: column;
    gap: 24px;
    border-radius: 6px;
    background-color: #fff;
}

.myCompany .head-com {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.he1 {
    font-size: 18px;
    color: var(--primary-blue);
    font-weight: 700;
    line-height: 24px;
}

.myCompany .company-tab {
    width: 100%;
}

table tbody tr td {
    font-size: 14px;
    color: var(--primary-blue);
    font-weight: 500;
}

table tbody tfoot td {
    font-size: 14px;
    font-weight: 500;
}

.table> :not(:first-child) {
    border: 1px solid #e3e3e3 !important;
}

table thead tr:first td:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

table {
    border-spacing: 0;
    border-radius: 8px 8px 0 0;
    border-collapse: separate;
}

table .primary1-btn,
.red-btn {
    padding: 8px !important;
}

table .d-flex {
    gap: 6px;
} */

/* //////////////////////////////////////// book Dashboard  ////////////////////////////////////////*/
.side-menu__item-book {
    display: flex;
    gap: 10px;
    font-size: 14px;
    white-space: nowrap;
    color: #6F6B7D;
}

.align-line {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    overflow: hidden;
}

.totalss {
    display: flex;
    gap: 16px;
}

.totalss .total {
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-radius: 4px;
    background-color: #F8F9FA;
}

.section-2 {
    margin: 16px 0;
}

.section-2 .holding-contri {
    width: 100%;
}

.section-2 .holding-contri .box {
    width: 95%;
}

.section-sum-holding {
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.line-total {
    display: flex;
    gap: 12px;
}

.line-total .lines-img {
    display: flex;
    gap: 12px;
}

.boxes {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.boxes .box {
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    background-color: #F8F9FA;
    border-radius: 4px;
}

.holding-contri .mb-set {
    margin-bottom: 27px;
}

.recent-out {
    margin: 16px 0;
}

.parties-card .head-party {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.h1-party {
    color: var(--primary-blue);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.recent-out-box {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    background-color: #fff;
    border-radius: 6px;
}

.recent-out-box .head-but {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.recent-out-box .head-but a {
    color: var(--primary-blue);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.32px;
}

.res-chev {
    display: none;
}

.navbar-recent {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #DBdade;
}

.navbar-recent .item-nav {
    color: #708195;
    padding: 8px 20px;
}

.content-div {
    margin: 16px 0;
}

.navbar-recent .active {
    color: var(--primary-blue);
    border-bottom: 2px solid var(--primary-blue);
}

.side-menu__item-book:hover {
    color: var(--primary-blue);
    transition: 0.3s;
}

.side-menu__item-book .justi-co-en {
    width: 100%;
    text-align: end;
}

.app-sidebar__toggle .building-card {
    box-shadow: 0px 4px 18px 0px rgba(75, 70, 92, 0.10);
}

.payment-card {
    margin: 16px 0;
}

.product-list {
    width: 100%;
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.product-list .heading-list {
    display: flex;
    justify-content: space-between;
}

.product-list .head {
    font-size: 14px;
    font-weight: 600;
}

.product-list .list {
    display: flex;
    justify-content: space-between;
}

.product-list .list .date {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.product-list .list .date span {
    color: #ea5455;
}

.product-list-out {
    width: 100%;
    display: flex;
    gap: 16px;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}

.product-list-out .head {
    font-size: 14px;
    font-weight: 600;
}

.product-list-out .list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.product-list-out .list .date {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.product-list-out .list .date span {
    color: #ea5455;
}

.pro-cost .switch-button {
    justify-content: end;
    width: 100%;
    margin: 16px 0;
}

.information-card-small {
    /* margin: 16px 0; */
    background: #f8f7fa;
    border-radius: 8px;
    display: flex;
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.information-card-small .add {
    width: 100%;
    padding: 12px 0;
    text-align: center;
    border-radius: 4px;
    background: #fff;
}

.information-card-small .buttons-info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
}

.information-card-small .buttons-info .but-in {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 6px;
    width: 100%;
}

.information-card {
    margin: 16px 0;
    background: #D3D7DF;
    border-radius: 8px;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.info-card-small {
    display: none;
}

.information-card .add {
    width: 100%;
    padding: 12px 0;
    text-align: center;
    border-radius: 4px;
    background: #fff;
}

.information-card .buttons-info {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.information-card .buttons-info .but-in {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 6px;
}

.information-card .cards {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    background: #fff;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
}

.cards-linked{
    width: 100%;
    height: 100%;
}

.information-card .card-headi {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.information-card .card-headi .body8 {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-blue);
}

.information-card .card-contents {
    width: 100%;
}

.information-card .card-contents .content1 {
    display: flex;
    padding: 8px 12px;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.information-card .card-contents .content2 {
    display: flex;
    justify-content: space-between;
    color: var(--primary-blue);
}

.information-card .body7 {
    font-size: 14px;
    color: var(--primary-blue);
}

.information-card .card-price {
    font-size: 14px;
}

.information-card hr {
    width: 100%;
    background: #989e99;
    height: 3px;
    margin: 0px;
}

.parties-card {
    background: #fff;
    border-radius: 8px;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    height: 100vh;
}

.transaction-card {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    background-color: #fff;
    border-radius: 6px;
}

.transaction-card .com-card {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background-color: #eceef1;
    border-radius: 6px;
    width: 100%;
}

.transaction-card .com-card .head-com {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.transaction-card .com-card .head-com .name-com{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.transaction-card .com-card hr{
    width: 100%;
    margin: 0;
    background-color: #cfd5dc;
    height: 3px;
}

.transaction-card .com-card .head-com .name-com .display-com {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.38px;
}

.transaction-card .com-card .head-com .name-com .gst-com {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
    color: #405772;
    display: flex;
    gap: 10px;
}

.transaction-card .com-card .head-com .name-com .gst-com span {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #708195;
}

.transaction-card .com-card .part2 {
    width: 100%;
    display: flex;
    gap: 150px;
}

.transaction-card .com-card .part2 .desc {
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.transaction-card .com-card .part2 .head {
    color: #708195;
    width: 70px;
}

.transaction-card .com-card .part2 .num {
    color: #405772;
}

.trans-tab {
    width: 100%;
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.trans-tab table tbody tr td {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    color: #405772;
}

table tbody tr td .green {
    color: #28C76F;
}

.content-sales {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    background-color: #fff;
}

.content-sales .head-com {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-sales .company-tab {
    width: 100%;
}

.uns-btn {
    display: flex;
    gap: 20px;
}

.unsettled-div {
    display: flex !important;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    background-color: #fff;
}

.unsettled-div .head-res {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.unsettled-div .head-res .body11 .body4 {
    font-size: 12px;
    color: #708195;
    font-weight: 500;
    line-height: 24px;
}

.uns-dr-cr {
    display: flex;
    width: 100%;
}

.uns-dr-cr .dr-cr {
    display: flex;
    gap: 15px;
    align-items: center;
}

.uns-dr-cr .credit {
    margin-left: 30px;
}

.uns-dr-cr .dr-cr .desc {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.uns-dr-cr .red {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    color: #ea5455;
}

.uns-dr-cr .green {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    color: #28cf67;
}

.uns-dr-cr .body4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #9fabb9;
}

.chart1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    background-color: #eceef1;
    padding: 35px 24px;
    border-radius: 4px;
}

.chart1 .chart-desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.chart1 .chart-desc .first-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.card-data {
    width: 100%;
}

.card-data .card-body {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background-color: #FFF;
}

.card-data .card-body .body-small {
    color: #405772;
}

.card-data .card-body .df-card {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.card-data .card-body .df-card .body8 {
    font-size: 14px;
    font-weight: 600;
    color: #708195;
}

.card-data .card-body .df-card .light-cl {
    font-size: 14px;
    font-weight: 700;
    color: #405772;
    letter-spacing: -0.32px;
}

.card-data .card-body .df-card .green {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.32px;
    color: #31cc76;
}

.red1 {
    color: #dc3545;
}

.green1 {
    color: #41d683;
}

.uns-btn select {
    font-weight: 700;
}

.unsettled-con2 {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    border-radius: 8px;
    margin-top: 16px;
    background: #FFF;
}

.unsettled-con2 .head-res {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.unsettled-con2 .supplies {
    display: flex;
    align-items: flex-start;
    gap: 100px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    padding: 8px;
}

.unsettled-con2 .supplies .first-col {
    display: flex;
    align-items: center;
    gap: 30px;
}

.unsettled-con2 table thead tr th {
    color: #405772;
}

.unsettled-con2 table tbody tr td {
    color: #405772;
}

.unsettled-con2 .supplies .first-col .body-regular {
    color: #405772;
}

.unsettled-con2 .total-table {
    display: flex;
    justify-content: space-between;
    display: flex;
    padding: 12px 24px;
    align-items: flex-start;
    gap: 12px;
    border-radius: 4px;
    margin: 12px 0;
    background-color: #eceef1;
}

.unsettled-con2 .total-table .body-large {
    font-weight: 800;
}

.unsettled-con2 .btn-end {
    display: flex;
    justify-content: end;
}

.gstr-table {
    overflow: scroll;
}

.gstr-table table thead tr th {
    font-size: 14px;
    color: #405772;
    font-weight: 600;
}

.gstr-table table tbody tr td {
    font-size: 12px;
    color: #405772;
    font-weight: 500;
}

.gstr-table .table> :last-child {
    background-color: #f8f9fa !important;
    font-size: 14px;
    color: #405772;
    font-weight: 600;
}

.pay-receive {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 24px;
    background-color: #fff;
    border-radius: 6px;
}

#back-to-top {
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: none;
    text-align: center;
    z-index: 10000;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    border-radius: 7px;
}

#back-to-top ion-icon {
    padding-top: 15px;
    font-size: 16px;
}

#back-to-top:hover {
    background: #fff !important;
}

.table-cards {
    display: none;
}

.table-cards .card-sec {
    width: 100%;
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 4px;
    background-color: #fff;
}

.table-cards .card-sec .top-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.table-cards .card-sec .top-head .left {
    display: flex;
    align-items: center;
}

.table-cards .card-sec .top-head .left img {
    width: 20px;
    height: 20px;
}

.table-cards .card-sec .top-head .left .body7 {
    font-size: 14px;
    white-space: nowrap;
    font-weight: 600;
    color: #405772;
}

.table-cards .card-sec .top-head .left .body7 .para {
    font-size: 8px;
}

.table-cards .card-sec .top-head .butt {
    display: flex;
}

.table-cards .card-sec .content-sec {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.table-cards .card-sec .button-view {
    width: 100%;
    text-align: center;
}

.table-cards .card-sec hr {
    width: 100%;
}

.table-cards .card-sec .green {
    font-size: 14px;
    color: #53d268;
    font-weight: 600;
}

.table-cards .card-sec .content-sec .body-small {
    color: #708195;
    text-align: end;
}

.table-cards .card-sec .body {
    color: #405772;
    font-size: 14px;
    font-weight: 600;
}

table thead tr th {
    font-weight: 600;
}

.content-for-phone {
    display: none;
}

.container-phone {
    display: none;
}

input,
select {
    display: flex;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #9fabb9;
    /* width: 200px; */
    padding: 8px 10px;
    justify-content: space-between;
    align-items: center;
}

.dropdown-select button {
    display: flex;
    border-radius: 6px !important;
    background-color: #fff !important;
    border: 1px solid #9fabb9 !important;
    width: 200px !important;
    padding: 8px 10px !important;
    justify-content: space-between;
    align-items: center;
    color: #9fabb9;
}

.details-sales .input-fields {
    display: flex;
    padding: 12px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
    align-self: stretch;
    min-width: 100%;
}

.input-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.details-sales .input-fields label,
.body8 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #405772;
}

.details-sales .input-fields .head {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: var(--primary-blue);

}

.details-sales .input-fields .full {
    width: 100%;
    position: relative;
}

.details-sales .input-fields .full input {
    width: 100% !important;
}

.details-sales .input-fields .full-after::after {
    content: '';
    background-image: url(../images/svgs/search.svg);
    height: 25px;
    width: 25px;
    display: block;
    top: 30px;
    background-repeat: no-repeat;
    position: absolute;
    right: 14px;
}

.company-details .vertical {
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-details .vertical .vertical-line {
    height: 100%;
    width: 2px;
    background-color: #cfd5dc;
}

.details-colored {
    background-color: #f8f9fa;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.details-colored select {
    width: 100%;
}

.details-colored .transport {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    margin-top: 30px;
}

.details-colored .transport .trans-head,
.trans-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.setting-gst .labels {
    display: flex;
    gap: 16px;
}

.setting-gst .labels-check {
    display: flex;
}

.setting-gst .labels-check .label-input {
    display: flex;
    gap: 16px;
}

.setting-gst .labels-check .label-input input {
    width: auto;
}

.setting-gst .label-align {
    display: flex;
    gap: 16px;
    align-items: end;
}

.setting-gst .labels input {
    width: auto;
}

.setting-gst .labels label {
    color: #708195 !important;
}

.setting-gst .heading-label {
    color: #405772;
    width: 250px;
}

.build-drop .show {
    padding: 10px 15px;
}

.unsettled-con .accordion-gstr3 .accordion-item .accordion-header .accordion-button {
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    color: var(--primary-blue);
}

.accordion-gstr3 {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.accordion-gstr3 .accordion-item {
    border-radius: 8px !important;
}

.accordion-gstr3 .accordion-item button {
    color: var(--primary-blue);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    background-color: #eceef1;
}

.accordion-gstr3 .accordion-item .accordion-body table {
    border: none;
}

.accordion-gstr3 .accordion-item .accordion-body .table>:not(caption)>*>* {
    background-color: #fff;
    border-bottom-width: 0;
    color: #708195;
}

.accordion-gstr3 .accordion-item .accordion-body table thead tr th {
    color: #405772 !important;
}

/* //////////////////////////////////////// Media Query  ////////////////////////////////////////*/
@media only screen and (max-width: 1180px){
    .content-party-row{
        flex-direction: column;
    }

    .content-party-row .all-add-party{
        width: 100%;
    }
}
@media only screen and (max-width: 986px) {
    .page-content {
        /* margin: 12px 23px; */
        margin: 2px 6px 12px 83px;
    }

    .page {
        margin-left: 16px;
    }

    .navbar-toggler {
        position: absolute;
        border: none;
        top: -55px;
        right: 40px;
    }

    .search-box {
        padding: 10px 0;
    }

    .search-box ion-icon {
        display: none;
    }

    .search-box input {
        display: none;
    }

    .pn-section {
        display: none;
    }

    .search-box img {
        display: inherit;
        height: 50px;
    }

    /* .main-header-center {
        display: block;
    } */
    .big-nav {
        display: none;
    }



    .small-screen-nav {
        display: initial !important;
    }

    .page-content-book {
        margin: 0 20px !important;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .page-book {
        margin: 0 !important;
        background-color: #fff;
        padding: 10px 0 0;
    }

    .align-line {
        display: block;
    }

    .content-div {
        margin: 0;
    }

    .payment-card {
        margin: 0;
    }

    .app-header {
        margin: 20px 0;
    }

    .pay-receive {
        margin: 20px 0;
    }

    .section-2 {
        margin: 0;
    }

    .section-sum-holding {
        margin: 0 0 20px;
    }

    .holding-contri {
        width: 100%;
    }

    .recent-out {
        margin: 0;
    }

    .recent-out-box {
        margin: 0 0 20px;
    }

    .switch-button {
        display: none;
    }

    .navbar-recent .item-nav {
        padding: 5px;
    }

    .navbar-recent {
        justify-content: space-between;
    }

    .navbar-toggler {
        margin: 63px 0px 0;
    }

    .body-regular {
        font-size: 13px;
    }

    .body5 {
        font-size: 13px;
    }

    .table-form {
        display: none;
    }

    .small-table {
        display: block !important;
    }

    .buttons-next-prev {
        display: none;
    }

    .table-cards {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .breadbumb {
        display: none;
    }

    .content-sales {
        background-color: #f8f7fa;
        gap: 0;
        align-items: center;
    }

    .information-card {
        margin: 0;
        background-color: #f8f7fa;
        padding: 16px 0;
    }

    .add-button {
        display: none !important;
    }

    .res-chev {
        display: initial;
    }

    .card-sec hr {
        margin: 5px 0;
    }

    .sales-invoice-content .unsettled-div .company-details {
        display: block !important;
    }

    .calculation .contents input {
        width: 70px !important;
    }

    .unsettled-div .company-details {
        display: none !important;
    }

    .input-fields .first select {
        width: 100%;
    }

    .small-screen-nav {
        display: initial !important;
        background: #ffffff;
    }

    .big-nav {
        display: none;
    }

    .header-table {
        display: none;
    }

    .transport {
        display: none !important;
    }

    .details-colored {
        display: none;
    }

    .tax-calculation .total-taxes {
        overflow: auto;
    }


    .unsettled-div .head-res .uns-btn {
        display: none;
    }

    .container-phone {
        display: flex;
        padding: 26px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 12px;
    }

    .container-phone .body-10 {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        color: var(--primary-blue);
    }

    .container-phone .select-button-nav {
        width: 100%;
    }

    .container-phone .select-button-nav select {
        border-bottom: 3px solid var(--primary-blue);
        border-radius: 0;
        width: 100%;
        text-align: start;
        background-color: #D3D7DF;
        color: #405772;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
    }

    .content-for-phone {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .content-for-phone .sub-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .content-for-phone .sub-head .button-curfy {
        display: flex;
        flex-direction: column;
        gap: 11px;
    }

    .accordion .accordion-item .desc:last-child {
        text-align: end;
    }

    .accordion .accordion-item .details-small-company {
        display: flex !important;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .accordion .accordion-item .company-content {
        flex-direction: column !important;
        gap: 10px;
    }

    .accordion .accordion-item .company-content .content-desc {
        align-items: center;
    }

    .content-for-phone .desc {
        justify-content: space-between !important;

    }

    .content-for-phone .light {
        background: #eceef1;
        padding: 8px 12px !important;
        height: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0;
        border-radius: 4px;
        text-align: end;
    }

    .content-for-phone .dark {
        padding: 8px 12px !important;
        height: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0;
        border-radius: 4px;
        text-align: end;
        border: 2px solid #9fabb9;
    }

    .content-for-phone .accordion {
        display: flex !important;
        border: none;
        flex-direction: column;
        gap: 20px;
    }

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

    .accordion .accordion-item button {
        color: var(--primary-blue);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        background-color: #eceef1;
    }

    .accordion .accordion-item button:last-child {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
    }

    .page-content-book .unsettled-div .setting-gst {
        display: inherit !important;
    }

    .transaction-card .com-card .part2{
        gap: 24px !important;
    }


}

@media only screen and (max-width: 765px) {
    .card {
        margin-bottom: 20px;
    }

    .modal-body .input-btns {
        flex-direction: column;
        width: 100%;
    }

    .modal-body .input-btns input {
        width: 100%;
    }

    .modal-body .input-btns select {
        width: 100% !important;
    }

    .heading-card .visiting-card {
        padding: 0 10px;
    }

    .building-card {
        display: none;
    }

    .main-logo img {
        height: 75px;
    }

    .payment-card .profile-skill {
        display: flex;
        gap: 3px;
    }

    .pay-receive {
        padding: 8px;
        margin: 0;
    }

    .pay-receive .desc .heading7 {
        font-size: 14px;
    }

    .body-regular {
        font-size: 13px;
    }

    .amount .headline4 {
        font-size: 14px;
    }

    .info-card-small {
        display: flex;
    }

    .butt .primary1-btn {
        padding: 8px !important;
    }

    .content-sales {
        padding: 24px 0;
    }

    .input-row {
        display: block;
    }

    .input-row input {
        width: 100%;
    }

    .setting-gst .labels-check {
        display: block;
    }

    .parties-card {
        background-color: transparent;
        height: 100%;
    }

    .shadow-box {
        box-shadow: none;
    }

    .card-list {
        display: flex !important;
        flex-direction: column;
        gap: 12px;
    }

    .transaction-card .com-card {
        gap: 5px;
    }

    .transaction-card .com-card .part2 {
        flex-direction: column;
    }

    .head-com .name-com {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .list .primary1-btn {
        padding: 8px !important;
    }

    .dropdown-nav {
        display: initial !important;
    }

    .dropdown-nav button {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #ECEEF1;
        color: #405772;
        border: none;
        border-bottom: 2px solid #102D4F !important;
        text-align: start;
        width: 100%;
        padding: 15px 10px;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        background-color: #102D4F;
        color: #fff;
    }

    .nav-item {
        display: block !important;
    }

    .dropdown-nav ul {
        display: initial !important;
    }

    .small-image {
        display: initial !important;
    }

    .small-screen {
        display: flex !important;
        flex-direction: column;
        gap: 24px;
    }

    .uns-small {
        justify-content: space-between;
    }

    .large-screen {
        display: none !important;
    }

    .dr-cr-small {
        padding: 12px;
        background-color: #fff;
        border-radius: 4px;
        justify-content: space-between;
    }

    .com-card-modal .head-com {
        flex-direction: column;
        gap: 20px;
    }

    .modal-body .banks-sec {
        flex-direction: column;
    }

    .summary-sm {
        display: block !important;
    }

    .summary-sm .small-screen {
        display: flex !important;
    }

    .chart1 .img-chart {
        justify-content: center !important;
        display: flex;
    }

}

.large-screen {
    display: initial;
}

.small-screen {
    display: none;
}

.page-book .page-main .invoice-company {
    display: block !important;
}

.content-sec .left .body-small {
    text-align: left !important;
}

.content-sec .left-full {
    width: 100%;
}

.content-sec .left-full select {
    width: 100%;
}

.button-save {
    justify-content: end;
    display: flex;
}

.dropdown-nav {
    display: none !important;
}

.dropdown-container {
    display: none;
    background-color: #e9e9e9;
    padding-left: 8px;
}

.unsettled-div .company-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.unsettled-div .company-details .second-content {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.unsettled-div .company-details .first-content {
    height: 100%;
}

.head-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.company-details .first-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.company-details .second-content .col-desc {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.head-details {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: var(--primary-blue);
}

.company-details .desc {
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #708195;
}

.company-details .align-line {
    align-items: flex-start !important;
}

.company-details .net-income {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px 24px;
    border-radius: 8px;
    background-color: #eceef1;
}

.company-details .net-income .head1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: var(--primary-blue);
}

.small-screen-nav {
    display: none;
}

.sales-invoice table tbody select {
    width: 100%;
    border: none;
}

.sales-invoice table tbody tr:last-child {
    background-color: #eceef1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
}

.tax-calculation .head {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: var(--primary-blue);
}

.tax-calculation .table>:not(caption)>*>* {
    border-bottom: none !important;
}

.tax-calculation table thead {
    background-color: #eceef1;
    border-radius: 4px;
}

.tax-calculation table tfoot tr td {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    border-top: 1px solid #cfd5dc;
}

.tax-calculation .total-taxes {
    display: flex;
    padding: 24px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 4px;
    border: 1px solid #cfd5dc;
    height: 100%;
}

.tax-calculation .calculation {
    display: flex;
    padding: 12px 24px;
    flex-direction: column;
    gap: 12px;
    border-radius: 4px;
    background-color: #f8f9fa;
}

.tax-calculation .contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tax-calculation .first {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tax-calculation .first .body10 {
    width: 95px;
}

.body10 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--primary-blue);
}

.tax-calculation .body1 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: var(--primary-blue);
}

.company-details .buttons {
    display: flex;
    gap: 10px;
    justify-content: end;
}


/* SMALL SCREEN CARD */

.card-list {
    display: none;
}

.card-list .list {
    display: flex;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.10);
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.card-list .list .head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-list .list .head .left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-list .list .head .left .content .num-pla {
    font-size: 14px;
    color: #405772;
    font-weight: 600;
}

.card-list .list .head .left .content .name {
    font-size: 10px;
    font-weight: 300;
}

.card-list .list .head .left .content .txn {
    font-size: 10px;
    font-weight: 500;
}

.card-desc {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-desc .first .in {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

.card-desc .second {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    color: var(--primary-blue);
}

.card-desc .boulder {
    display: flex;
    padding: 2px;
    flex-direction: column;
    align-items: center;
    border-radius: 2px;
    background-color: #fde9d9;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

.list hr {
    width: 100%;
    margin: 0;
}

.list .view {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    color: #F6A865;
    text-align: center;
    width: 100%;
}

.card-desc .p1 {
    font-size: 12px;
    color: #708195;
    font-weight: 500;
}

.card-desc .p2 {
    font-size: 14px;
    color: #405772;
    font-weight: 600;
}

.card-desc .invoice {
    text-align: end;
}

.card-desc .royl {
    font-size: 12px;
    font-style: normal;
    color: var(--primary-blue);
    font-weight: 500;
}

.card-desc .royl span {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    color: #708195;
}

.card-desc .q1 {
    font-size: 12px;
    font-weight: 500;
    color: #708195;
}

.card-desc .q2 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: #405772;
}

.head-recent {
    display: flex;
}

.head-recent .item-nav {
    display: flex;
    padding: 10px;
    align-items: flex-start;
    gap: 10px;
    color: #708195;
    font-weight: 500;
}

.head-recent .active {
    color: var(--primary-blue);
    border-bottom: 2px solid var(--primary-blue);
    font-weight: 700;
}

.success-text {
    display: flex;
    padding: 4px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 4px;
    color: #28c76f;
    border: 1px solid #28C76F;
}

.reject-text {
    display: flex;
    padding: 4px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 4px;
    color: #ea5455;
    border: 1px solid #ea5455;
}

.review-text {
    display: flex;
    padding: 4px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 4px;
    color: #0D6EFD;
    border: 1px solid #0D6EFD;
}

.pending-text {
    display: flex;
    padding: 4px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 4px;
    color: #f4923f;
    border: 1px solid #f4923f;
}

.green {
    color: #53d28c;
}

.select-inventory select {
    width: 100%;
    background-color: #e5e7ec;
    padding: 8px;
    border: none;
}

.small-image {
    display: none;
}

.select-inventory {
    border-bottom: 2px solid var(--primary-blue);
}

.content-desc {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.content-desc .first-con {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #708195;
}

.content-desc .sec-con {
    color: #405772;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.summary-sm {
    display: none;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    background-color: #fff;
}

.summary-sm .accordion {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
}

.summary-sm .accordion .accordion-header .accordion-button {
    font-weight: 700;
}

.summary-sm .accordion .accordion-header .acc-head {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.accordian-after::after {
    display: none !important;
}

.content-sec .right {
    text-align: end;
}

.summary-head {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.accordion-gstr3-sm {
    margin-top: 10px;
}


/* POPUP */

.modal {
    --bs-modal-box-shadow: 0px 5px 20px rgba(75, 70, 92, 0.4);
    background: rgba(0,0,0,0.5);
}

.modal-sm {
    --bs-modal-width: 350px;
}

.modal-backdrop.show {
    opacity: 0.2;
}

.modal-content {
    border: 0;
    border-radius: 6px;
    background-image: url(../images/brand/popup-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.modal hr {
    margin: 5px 0;
    background-color: #9FABB9;
}

.modal-header {
    border: 0;
    align-items: center !important;
}

.modal-header .modal-title {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    color: var(--primary-blue);
}

.modal-header .modal-title-large {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #102D4F;
}

.modal-header .view {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    color: #405772;
}

.modal-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    opacity: 1;
    background: transparent url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L7 5.58579L12.2929 0.292893C12.6834 -0.0976311 13.3166 -0.0976311 13.7071 0.292893C14.0976 0.683417 14.0976 1.31658 13.7071 1.70711L8.41421 7L13.7071 12.2929C14.0976 12.6834 14.0976 13.3166 13.7071 13.7071C13.3166 14.0976 12.6834 14.0976 12.2929 13.7071L7 8.41421L1.70711 13.7071C1.31658 14.0976 0.683417 14.0976 0.292893 13.7071C-0.0976311 13.3166 -0.0976311 12.6834 0.292893 12.2929L5.58579 7L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='%23102D4F'/%3E%3C/svg%3E%0A") center/1em auto no-repeat;
    width: 14px;
    height: 14px;
    border-radius: 0;
}

.modal-body {
    padding: 24px 24px;
}

.modal-body .new-noti {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.modal-body .radio-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-body .radio-btns .radios {
    display: flex;
    gap: 10px;
    align-items: center;
}

.modal-body .new-noti .noti {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    color: #405772;
}

.modal-body .new-noti .noti span {
    color: #f6a865;
}

.modal-body .input-btns {
    display: flex;
    justify-content: space-between;
}

.modal-body .input-btns label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #405772;
}

.modal-body .input-btns .inputs {
    width: min-content;
    position: relative;
}

.modal-body .input-btns input {
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #9FABB9;
    background-color: #FFF;
}

.modal-body .input-btns select {
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #9FABB9;
    background-color: #FFF;
    width: 200px;
}

.modal-body .input-btns select::after {
    content: '';
    background-image: url(../images/svgs/chevron-down-pop.svg);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

.modal-body .less-space {
    justify-content: flex-start;
    gap: 78px;
}

.modal-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(images/bg-modal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
}

.modal-demo .demo-heading h2 {
    margin-top: 15px;
    font-size: 20px;
}

.modal-demo .demos-dates {
    margin-top: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: center;
}

.modal-demo .demos-dates .demo-date {
    padding: 12px 22px;
    background: #ECEEF1;
    border-radius: 10px;
    margin-right: 10px;
}

.modal-demo .demos-dates .demo-date:hover {
    background: #CFD5DC;
    border: 2px solid #102D4F;
}

.modal-demo .demos-dates .demo-date .demodate {
    font-weight: 800;
    font-size: 20px;
}

.com-card-modal {
    display: flex;
    width: 100%;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background-color: #eceef1;
}

.modal-body .input-btns .inputs {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.modal-body select {
    width: 100%;
    height: 36px;
    color: #9fabb9;
}

.com-card-modal .head-com {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.com-card-modal .head-com .name-com {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px
}

.com-card-modal .head-com .name-com .display-com {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: var(--primary-blue)
}

.com-card-modal .head-com .name-com .gst-com {
    display: flex;
    gap: 4px;
    color: #405772;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    align-items: center;
}

.com-card-modal .head-com .name-com .gst-com span {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    color: #708195;
}

.com-card-modal .address-sec select {
    width: 270px;
}

.com-card-modal .pan-mail {
    display: flex;
    gap: 20px;
    align-items: center;
}

.com-card-modal .pan-mail .num {
    color: #405772;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.table-responsive {
    border: 1px solid #E3E3E3;
    border-radius: 10px;
}


table thead {
    background-color: #F8F9FA !important;
}

.modal-body table {
    width: 100%;
}

.modal-body thead tr th {
    color: #102D4F;
    padding: 10px 12px;
    font-weight: 600;
}

table tbody tr td {
    margin: 10px 0;
    padding: 10px;
    color: #405772;
}

/* table tbody tr td img {
    height: 12px;
    width: 12px;
    margin-right: 3px;
} */

.filter {
    border: none;
    border-radius: 4px;
    background-color: #eceef1;
    display: flex;
    padding: 5px 10px;
    align-items: center;
    color: var(--primary-blue);
    gap: 10px;
    opacity: 0.8;
}

.new-ticket {
    display: flex;
    gap: 10px;
}

.modal-body .banks-sec {
    width: 100%;
    display: flex;
    gap: 20px;
}

.modal-body .banks-sec .bank {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 4px;
    background-color: #fff;
    gap: 8px;
}

.modal-body .banks-sec .bank .bank-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: var(--primary-blue);
}

.modal-body .flexs-end {
    align-items: end;
    width: 100%;
}

.modal-body .flexs-end select {
    width: 70%;
}

.modal-body .add-manually-modal {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.modal-body .add-manually-modal .head {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #405772;
}

.modal-body .add-manually-modal .content .input-btns {
    display: flex;
    gap: 20px;
    width: 100%;
}

.modal-body .add-manually-modal .content .input-btns input {
    width: 100%;
}

.modal-body .add-manually-modal .content .input-btns select {
    width: 100%;
}

.modal-body .table-form {
    display: initial !important;
    overflow-x: scroll !important;
}

.modal-body .table-form table {
    overflow-x: scroll !important;
}

.modal-body .check-input {
    display: flex;
    align-items: center;
    gap: 20px;
}

.modal-body .check-input input {
    width: auto;
}

.modal-body .input-sale {
    width: 125px !important;
}

.modal-body table tfoot {
    background-color: #F8F9FA !important;
    color: var(--primary-blue);
    font-size: 14px;
    font-weight: 600;
}

.modal-body .button-save {
    align-items: center;
    gap: 24px;
}

body .modal-body .button-save .danger-btn {
    margin: 0 !important;
}

.modal-no-gap {
    gap: 0 !important;
}

.modal-body .button-gap-model {
    justify-content: flex-start !important;
    gap: 20px;
}

.modal-body .button-gap-model-2 {
    justify-content: flex-start !important;
    gap: 50px !important;
}

/* .modal-body .button-gap-model-2 .inputs input{
    width: 70% !important;
} */

.modal-body .button-gap-model-2 .inputs {
    width: auto !important;
}

.modal-body .button-gap-model .inputs {
    width: auto !important;
}

.modal-body .heading-gross {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #405772;
}

.modal-body .btn-jus-con {
    display: flex;
    align-items: end;
    gap: 24px;
}

.modal-body .danger-btn {
    margin: 0 !important;
}

.chart1 .img-chart {
    justify-content: end;
    display: flex;
}

.modal-body .spex {
    display: flex;
    gap: 32px;
}

.modal-body .spex .spex-mod {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modal-body .spex .spex-mod .head {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: var(--primary-blue);
}

.modal-body .spex .spex-mod .content-spex {
    display: flex;
    gap: 8px;
}

.modal-body .spex .spex-mod .content-spex .content-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: var(--primary-blue);
}

.text-just-end{
    display: flex;
    justify-content: end;
}

.content-party-row{
    display: flex;
    gap: 24px;
}

.content-party-row .all-add-party{
    width: 600px;
}

.content-party-row .add-transaction{
    width: 100%;
}



/*===============================================================================================================================================================================================================================*/




.sidebar{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 270px;
  z-index: 100;
  transition: all 0.5s ease;
    background: #fff;
    box-shadow: 2px -1px 24px -3px rgba(0,0,0,0.13);
-webkit-box-shadow: 2px -1px 24px -3px rgba(0,0,0,0.13);
-moz-box-shadow: 2px -1px 24px -3px rgba(0,0,0,0.13);
}
.sidebar.close{
  width: 78px;
}

.sidebar.close .active_logo{
    display: none;
    text-align: center;
    margin: 0 auto;
}
.sidebar .active_logo{
    text-align: center;
    margin: 0 auto;
    margin-top: 12px;
}
.sidebar.close .short_logo{
    display: block;
    text-align: center;
    margin: 0 auto;
}
.sidebar .short_logo{
    display: none;
}
.sidebar .logo-details{
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
    margin: 0 auto;
}
.sidebar .logo-details i{
  font-size: 30px;
  color: #11101d;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}
.sidebar .logo-details .logo_name{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.sidebar.close .logo-details .logo_name{
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links{
  height: 100%;
  padding: 10px 0 100px 0;
  overflow: auto;
}
.sidebar.close .nav-links{
  overflow: auto;
}
.sidebar .nav-links::-webkit-scrollbar{
  display: block;
}
.sidebar .nav-links li{
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}
.sidebar .nav-links > li.active:before,
.sidebar .nav-links > li:before{
  position:absolute;
  left:0;
  top:0;
  content:'';
  width:4px;
  height:100%;
  background:#102D4F;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  border-top-right-radius:5px;
  border-top-right-radius:5px;
}
.sidebar .nav-links li.active,
.sidebar .nav-links li:hover{
    background: rgba(16,45,79,0.16);
}
.sidebar .nav-links li.active:before,
.sidebar .nav-links li:hover:before{
  opacity: 1;
}
.sidebar .nav-links li .iocn-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
    margin-right: 30px;
    padding: 12px 0;
}
.sidebar.close .nav-links li .iocn-link{
  display: block;
    padding: 12px 0;
}
.sidebar .nav-links li .menu_icon{
  height: 30px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
  color: #11101d;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar .nav-links li.active .menu_icon,
.sidebar .nav-links li:hover .menu_icon{
  color: #93181a;  
}
.sidebar .nav-links li.showMenu i.arrow{
  transform: rotate(-90deg);
}
.sidebar.close .nav-links i.arrow{
  display: none;
    
}
.sidebar .nav-links i.arrow{
    cursor: pointer;
    font-size: 22px;
}
.sidebar .nav-links li a{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sidebar .nav-links li a .link_name{
  font-size: 16px;
  font-weight: 400;
  color: rgba(16,45,79,0.6);
  transition: all 0.4s ease;
}
.sidebar .nav-links li.active a .link_name,
.sidebar .nav-links li:hover a .link_name{  
  color: #102D4F;
}
.sidebar.close .nav-links li a .link_name{
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li .sub-menu{
  padding: 6px 6px 14px 80px;
  margin-top: 0;
  background: #fff;
  display: none;
    box-shadow: -1px 0px 34px 1px rgba(0,0,0,0.13);
-webkit-box-shadow: -1px 0px 34px 1px rgba(0,0,0,0.13);
-moz-box-shadow: -1px 0px 34px 1px rgba(0,0,0,0.13);
}
.sidebar .nav-links li .sub-menu li:hover{
    background: #fff;
}
.sidebar .nav-links li.showMenu .sub-menu{
  display: block;
}
.sidebar .nav-links li .sub-menu a{
  color: #102D4F;
  font-size: 15px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.sidebar .nav-links li .sub-menu a:hover{
  opacity: 1;
}
/*.sidebar.close .nav-links li .sub-menu{
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}*/
.sidebar.close .nav-links li:hover .sub-menu{
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.sidebar .nav-links li .sub-menu .link_name{
  display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name{
  font-size: 18px;
  opacity: 1;
  display: block;
}
.sidebar .nav-links li .sub-menu.blank{
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank{
  top: 50%;
  transform: translateY(-50%);
}
.sidebar .profile-details{
  position: fixed;
  bottom: 0;
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d1b31;
  padding: 12px 0;
  transition: all 0.5s ease;
}


.sidebar.close .profile-details{
  background: none;
}
.sidebar.close .profile-details{
  width: 78px;
}
.sidebar .profile-details .profile-content{
  display: flex;
  align-items: center;
}
.sidebar .profile-details img{
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all 0.5s ease;
}
.sidebar.close .profile-details img{
  padding: 10px;
}
.sidebar .profile-details .profile_name,
.sidebar .profile-details .job{
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.sidebar .profile-details .job{
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  opacity:.5;
  white-space: nowrap;
}
.sidebar .profile-details i.zmdi{  
    min-width: 50px;
}

.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job{
  display: none;
}
.sidebar .profile-details .job{
  font-size: 12px;
}
.home-section{
  position: relative;
  height: 100%;
  left: 270px;
  width: calc(100% - 270px);
  transition: all 0.5s ease;
}
.sidebar.close ~ .home-section{
  left: 78px;
  width: calc(100% - 78px);
}
.home-section .open-menu{
  
}
.home-section .open-menu .zmdi-menu,
.home-section .open-menu .text{
  color: #11101d;
  font-size: 35px;
}
.home-section .open-menu .zmdi-menu{
  margin-right:15px;
  cursor: pointer;
}
.home-section .open-menu .text{
  font-size: 26px;
  font-weight: 600;
}


.sidebar:hover{
    width: 270px;
    transition: all 0.5s ease;
}
.sidebar:hover .active_logo{
    display: block;
    transition: all 0.5s ease;
}
.sidebar:hover .short_logo{
    display: none;
    transition: all 0.5s ease;
}
.sidebar:hover .nav-links li a .link_name{
    opacity: 1;
}

.sidebar:hover .nav-links i.arrow {
  display: block;
}
.sidebar:hover .nav-links li .iocn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 30px;
  padding: 12px 0;
}
.sidebar:hover .nav-links li .sub-menu {
  padding: 6px 6px 14px 80px;
  margin-top: 0;
  background: #fff;
  box-shadow: -1px 0px 34px 1px rgba(0,0,0,0.13);
  -webkit-box-shadow: -1px 0px 34px 1px rgba(0,0,0,0.13);
  -moz-box-shadow: -1px 0px 34px 1px rgba(0,0,0,0.13);
}
.sidebar .nav-links li.showMenu .sub-menu {
  display: none;
}
.sidebar:hover .nav-links li.showMenu .sub-menu {
  display: block;
}

.sidebar .nav-links::-webkit-scrollbar{
  display: block!important;
}

@media (max-width: 420px) {
  .sidebar.close .nav-links li .sub-menu{
    display: none;
  }
}


.main-container{
    margin: 0 15px;
    padding: 10px 0;
}

.header{
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
}
.building-card .build-drop button{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #eceef1;
    padding: 0;
    color: #102d4f;
    font-size: 26px;
    line-height: 30px;
}
.building-card .build-drop .dropdown-toggle::after{
    display: none;
}

.dropdown-menu{
    min-width:auto;
}

.search-container {
  display: flex;
  align-items: center;
}
.search-input {
  display: none;
}
.search-container input {
  border: none;
  background-color: transparent;
  color: #9fabb9;
}
.search-icon {
  cursor: pointer;
}


.search-container {
    display: flex;
    align-items: center;
}

.pn-section .active {
    display: flex;
    padding: 4px 12px;
    align-items: center;
    gap: 10px;
    background-color: #eceef1;
    border-radius: 4px;
}

.search-container input {
    border: none;
    background-color: transparent;
    color: #9fabb9;
}

.search-icon {
    cursor: pointer;
}

.search-input {
    display: none;
}


.search-box ion-icon {
    font-size: 24px;
    vertical-align: middle;
}

.search-box input {
    vertical-align: middle;
    padding: 20px 0;
    border: none;
    margin-left: 5px;
}

input:focus-visible {
    outline: none;
}



.pn-section {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 16px;
}

.pn-section .notification ion-icon {
    font-size: 24px;
    vertical-align: middle;
    padding: 20px 0;
    margin-right: 13px;
    color: #6F6B7D;
}

.pn-section .profile {
    padding: 12px 0;
    position: relative;
}

.pn-section .profile::after {
    content: "";
    height: 15px;
    width: 15px;
    background-color: #28C76F;
    border-radius: 50%;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0px;
    border: 3px solid #fff;
}

.pn-section .avatar {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #102D4F;
    min-width: 2.375rem;
    min-height: 2.375rem;
}

.profile-desc {
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
}
.dropdown-menu.dropdown-menu-right {
  transform: none !important;
  left: auto !important;
  right: 0 !important;
  top: 100% !important;
}
.text-gray-400 {
  color: #d1d3e2 !important;
}
.dropdown .dropdown-menu {
  font-size: .85rem;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.breadcrumb,
.screen_name{
    margin: 20px 0;
}

.screen_name h3{
    font-size: 18px;
    line-height: 30px;
    color: #708195;
    font-weight: 700;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: "\f2fb";
    font-family:Material-Design-Iconic-Font;
    font-size: 26px;
    line-height: 24px;
    color: #708195;
    position: absolute;
    left: -2px;
    top: 0;
    padding: 0;
    font-weight: 400;
}
.breadcrumb .breadcrumb-item{
    position: relative;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 500;
}
.breadcrumb .breadcrumb-item a img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.breadcrumb .breadcrumb-item:first-child{
    padding-left: 0;
}
.breadcrumb .breadcrumb-item a{
    color: #708195;
}
.breadcrumb .breadcrumb-item a:hover{
    color: #102d4f;
}
.breadcrumb .breadcrumb-item.active{
    color: #102d4f;
    font-weight: 700;
}

/*======================================Board_content==================*/

.board_content{
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}
.board_content h2.board_title{
    font-size: 24px;
    color: #102D4F;
    line-height: 30px;
    font-weight: 600;
}

.board_content .profile_detail{
}
.board_content .profile_detail .profile_name{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.board_content .profile_detail .profile_name h3{
    font-size: 18px;
    font-weight: 700;
    color: #102D4F;
}

.board_content .profile_detail .profile_name button.detail_popup{
    background: #ecf3ff;
    border-radius: 5px;
    border: 1px solid #102d4f;
    color: #102d4f;
    padding: 10px 20px;
    font-weight: 500;
    font-size:15px;
}
.board_content .profile_detail .profile_name button.detail_popup img{
    margin-right: 7px;
    width: 20px;
}

.board_content .profile_detail .profile_name button.detail_popup:hover{
    background: #d3e1f9;
}


.profile_detail form{
    width: 100%;
    position: relative;
    padding-left: 60px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 40px 40px 20px 80px
}

.profile_detail form  .form_number{
    background: #405772;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 32px;
    border-radius: 0 10px 10px 0;
}

.profile_detail form  .form_number p{
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.profile_detail .next-prev-screen{
    margin-top: 20px;
    justify-content: space-between;
    display: flex;
}
.profile_detail .next-prev-screen .prev-btn a.btn{
     background-color: transparent;
    color: #102D4F;
    font-weight: 500;
    padding: 8px 20px;
}
.profile_detail .next-prev-screen .prev-btn a.btn:hover{
    background: #ecf3ff;
    color: #102D4F;
}
.profile_detail .next-prev-screen .prev-btn a.btn img{
    margin-left: -5px;
     margin-right: 10px;
}
.profile_detail .next-prev-screen .next-btn{
    text-align: right;
}
.profile_detail .next-prev-screen .next-btn a.btn{
    background: #102D4F;
    color: #fff;
    font-weight: 500;
    padding: 8px 20px;
}
.profile_detail .next-prev-screen .next-btn a.btn:hover{
    background: #1b3655;
    color: #fff;
}
.profile_detail .next-prev-screen .next-btn a.btn img{
    margin-left: 10px;
}


.profile_detail form .building_icon{
    background: #eceef1;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
}
.profile_detail form .building_icon a{
    display: block;
    width: 100%;
}

.profile_detail form .building_icon img{
    text-align: center;
    margin: 0 auto;
    width: 30px;
    margin-top: 12px;
}

.profile_detail form label{
    font-size: 16px;
    color: #405772;
    line-height: 20px;
    margin-bottom: 5px;
}
.profile_detail form input,
.profile_detail form select{
    height: 45px;
    border: 1px solid #9fabb9;
    border-radius: 5px;
    box-shadow: none;
    width: 100%;
}
form .form-control:focus {
  color: #102D4F;
  background-color: #fff;
  border-color: #102D4F;
  outline: 0;
  box-shadow: none;
}
.profile_detail form select{
    /* background: url(../images/media/select-dropdowan.png) no-repeat !important; */
  background-position: right center !important;
}

.share_p{
    background: url(../images/media/percent.png) no-repeat !important;
  background-position: right center !important;
}
.profile_detail form .form-btn{
    margin-left: 15px;
}
.profile_detail form  button{
    height: 35px;
    background: #ecf3ff;
    color: #212529;
     border: 1px solid #6c757d;
    border-radius: 5px;
    box-shadow: none;
    font-size: 16px;
    transition: all 0.5s ease;
}

/* custom style created by Desh Deepak */
.main_button  button{
    height: 35px;
    background: #ecf3ff;
    color: #212529;
     border: 1px solid #6c757d;
    border-radius: 5px;
    box-shadow: none;
    font-size: 16px;
    transition: all 0.5s ease;
}
.main_button button:hover{
    background: #102D4F;
    color: #fff;
    border-color: #102D4F;
    transition: all 0.5s ease;
    box-shadow: none;
}

.text_space_margin {
    justify-content: space-between;
    margin-bottom: 10px;
}

.form-check-input:checked {
    background-color: #102D4F;
    border-color: #102D4F;
}

.share-icon {
    background: #102D4F;
    padding: 8px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px; /* Adjust the size of the icon as needed */
    height: 24px; /* Adjust the size of the icon as needed */
    cursor:pointer;
  }

  .header-tabs-2 .nav-link {
    color: #708195;
    font-size: 16px;
    font-weight: 600;
}
  .header-tabs-2 .nav-link.active {
    color: #102d4f;
    border-bottom: 3px solid #102d4f;
}



/* custom style created by Desh Deepak */
.profile_detail form button:hover{
    background: #102D4F;
    color: #fff;
    border-color: #102D4F;
    transition: all 0.5s ease;
    box-shadow: none;
}

.profile_detail .mb-20 {
  margin-bottom: 20px;
}

.p_add_document form{
    padding: 20px 40px 10px 80px;
    margin-bottom: 20px;
}
.file_input_replacement{
    background: url(../images/media/upload.png) no-repeat !important;
    background-position: right center !important;
}
.p_add_document form input.file_input_with_replacement {display: none;}
form input::placeholder{
        color: #9fabb9!important;
        font-size: 16px!important;
        font-weight: 400!important;
}

/*----------multiple-file-upload-----------*/
.file-upload-contain{
    position: relative;
}
.file-upload-contain .file-input,
.file-upload-contain .file-preview{
    position: initial;
}
.file-upload-contain .file-drop-zone{
    border: 1px solid #dddddd;
    transition: 0.3s;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    background-color: transparent;
    min-height: auto;
}
.file-upload-contain .file-drop-zone.clickable:hover,
.file-upload-contain .file-drop-zone.clickable:focus,
.file-upload-contain .file-highlighted{
    border: 1px solid #405772 !important;
}
.upload-area i {
    color: #212529;
    font-size: 30px;
    line-height: 54px;
    height: 54px;
    width: 54px;
    background: #eceef1;
    border-radius: 50%;
}
.upload-area p {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #2580e8;
}
.upload-area p b {
    color: #1e80e8;
}
.upload-area button {
    padding: 8px 16px;
    min-width: 150px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #1e80e8;
    border: 2px solid #1e80e8;
    border-radius: 50px;
    transition: 0.3s;
}
.upload-area button:hover{
    background-color: #1e80e8;
    box-shadow: 0px 4px 8px rgb(37 128 232 / 48%);
}
.upload-area h3{
    font-size: 14px;
    line-height: 18px;
    color: #102D4F;
    margin-top: 7px;
}
.upload-area p{
    font-size: 10px;
    line-height: 12px;
    color: #9fabb9;
    font-weight: 400;
    margin: 0;
}
.file-preview{
    padding: 0;
    border: none;
    margin: 0;
}
.file-preview .fileinput-remove{
    display: none;
}
.file-drop-zone-title{
    padding: 10px;
}
.file-drop-zone .file-preview-thumbnails{
    cursor: pointer;
}
.file-preview-frame{
    cursor: default;
    display: flex;
    align-items: center;
    border: none;
    background-color: #2580e8;
    box-shadow: none;
    border-radius: 8px;
    width: 100%;
    padding: 15px;
    margin: 8px 0px;
}
.file-preview-frame:not(.file-preview-error):hover{
    border: none;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.file-preview-frame .kv-file-content{
    min-width: 45px;
    min-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    margin-right: 10px;
    background-color: #fff;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.file-preview-image {
    border-radius: 4px;
}
.file-preview-frame .file-footer-caption{
    padding-top: 0;
}
.file-preview-frame .file-footer-caption{
    text-align: left;
    margin-bottom: 0;
}
.file-detail{
    font-size: 14px;
    height: auto;
    width: 100%;
    line-height: initial;
}
.file-detail .file-caption-name{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}
.file-detail .file-size{
    color: #f1f8fe;
    font-size: 12px;
}
.kv-zoom-cache {
    display: none;
}
.file-preview-frame .file-thumbnail-footer{
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.file-preview-frame .file-drag-handle, 
.file-preview-frame .file-upload-indicator{
    float: none;
}
.file-preview-frame .file-footer-buttons{
    float: none;
    display: flex;
    align-items: center;
}
.file-preview-status.text-center {
    display: none;
}
.kv-file-remove.file-remove {
    border: none;
    background-color: #ef2f2f;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 4px;
}
.file-drag-handle.file-drag {
    border: none;
    background-color: #fff;
    color: #2580e8;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 4px;
}
.kv-file-upload.file-upload{
    border: none;
    background-color: #48bd22;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 4px;
}
.file-thumb-loading{
    background: none !important; 
}
.file-preview-frame.sortable-chosen {
    background-color: #64a5ef;
    border-color: #64a5ef;
    box-shadow: none!important;
}

.file-drop-zone-title .upload-area div{
    display: none;
}
.file-upload-contain span{
    display: none;
}
.file-no-browse{
    display: none;
}

/*================ Add-New-Company-Model==================*/

/* #modalassign .modal-dialog,
#modaladd_address .modal-dialog,
#modaladd_document .modal-dialog,
#modaladd_contact .modal-dialog,
#modaladd_bank .modal-dialog{
    max-width:90%;
} */

/* #modaladd_group .modal-dialog{
    max-width:30%;
}

#modaladd_owner .modal-dialog{
    max-width:75%;
}
#modalassign form,
#modaladd_address form,
#modaladd_document form,
#modaladd_owner form,
#modaladd_bank form{
    width: 100%;
}
.modal-content{
    padding: 20px;
}
.modal-header{
    padding: 0;
}
.modal-body{
    gap:0;
    padding: 0;
}
.modal-body form{
    padding: 0;
    border: none;
}
.modal hr{
    clear: both;
    overflow: hidden;
    height: 1px; 
    background: #000;
    margin-bottom: 30px;
}

#modaladd_document .modal-body form{
    padding: 20px 40px 10px 80px;
    border: 1px solid #dddddd;
}

#modaladd_document .modal-body button.detail_popup{
    background: #ecf3ff;
  border-radius: 5px;
  border: 1px solid #102d4f;
  color: #102d4f;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 15px;
}

#modaladd_document .modal-body button.detail_popup img {
  margin-right: 7px;
  width: 20px;
}
#modaladd_document .modal-body button.detail_popup:hover {
  background: #d3e1f9;
}

.button-save .save-btn{
    background: #102D4F;
    color: #fff;
}
.button-save .save-btn:hover{
    background: #ecf3ff;
    border: 1px solid #6c757d;
    color: #102D4F;
}
.button-save .cancle-btn{
    background-color: transparent;
    color: #EA5455;
    border: none;
}

.p_address_detail form .location{
    background: url(../images/media/map-pin.png) no-repeat !important;
  background-position: right center !important;
}

.p_contact_detail .transaction-card .com-card .part2 {
  width: 100%;
  display: flex;
  gap: 150px;
  justify-content: space-between;
}
.p_contact_detail  .secondary-btn{
    padding: 12px 15px;
}
.p_contact_detail .transaction-card .com-card .head-com .name-com .display-com{
   font-size: 18px;
    font-weight: 700;
    color: #102D4F;
}
.p_contact_detail .transaction-card .com-card .head-com .name-com .display-com h4{
    font-size: 18px;
    font-weight: 700;
    color: #102D4F;
}
.p_contact_detail .transaction-card .com-card .part2 .head{
    width: auto;
    font-weight: 400;
}

.p_contact_detail .transaction-card .com-card .part2 .num{
    color: #102D4F;
}
.p_contact_detail .transaction-card{
    padding: 0;
    margin-top: 30px;
}


.p_ownership_detail  .form-switch{
    padding-left: 0;
    display: flex;
    background: #eceef1;
    padding: 10px;
    border-radius: 5px;
}
.p_ownership_detail .form-switch label{
    display: flex;
    margin-bottom: 0;
    color: #102D4F;
    margin-right: 20px;
}
.p_ownership_detail .form-switch input{
    display: flex;
}
.p_ownership_detail .form-switch .form-check-input{
    margin-left: 0;
    display: flex;
    width: 32px!important;
    height: 16px;
    float: none;
    width: 50px;
    border: 1px solid #102D4F;
}
.p_ownership_detail .form-switch .form-check-input:checked{
    background-color: #102D4F;
}

.ledger_tab .lead_nav_tab .tab_search_popup{
    display: flex;
    border-bottom: 1px solid #102D4F;
    margin-bottom: 20px;
    align-items: center;
    padding-bottom: 20px;
    justify-content: space-around;
}
.ledger_tab .lead_nav_tab .tab_search_popup .search_box{
    background:#eceef1 url(../images/media/search.png) no-repeat;
    background-position: right center;
    border: none;
    border-radius: 5px;
    margin: 0 5px;
    width: 290px;
    height: 48px;
}


.ledger_tab .lead_nav_tab{
    border: 1px solid #102D4F;
    border-radius: 10px;
    padding: 15px;
}
.ledger_tab .lead_nav_tab .nav-item .nav-link{
    position: relative;
}
.ledger_tab .lead_nav_tab .nav-item .nav-link::after{
    content: "\f2fb";
    font-family:Material-Design-Iconic-Font;
    font-size: 30px;
    color: #cfd5dc;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
}
.ledger_tab .lead_nav_tab .nav-item .nav-link:hover::after,
.ledger_tab .lead_nav_tab .nav-item .nav-link.active::after{
    color: #708195;
}
.ledger_tab .lead_nav_tab .nav-item .nav-link{
    font-size: 15px;
    color: #102D4F;
    font-weight: 600;
    padding: 12px 10px;
    border-radius: 5px;
}
.ledger_tab .lead_nav_tab .nav-pills .nav-link.active, .nav-pills .show > .nav-link,
.ledger_tab .lead_nav_tab .nav-pills .nav-link:hover{
   background: #cfd5dc; 
}


.ledger_tab .tab-content{
    padding: 15px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}



table.dataTable > thead .sorting::before, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_desc_disabled::before {
  left: 10px;
    right:inherit;
  content: "\f2fc";
  font-family:Material-Design-Iconic-Font;
    font-size: 22px;
    top:0;
    font-weight:300;
    color:#405772;
}
table.dataTable > thead .sorting::after, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc_disabled::after {
  left: 10px;
    right:inherit;
  content: "\f2f9";
    font-family:Material-Design-Iconic-Font;
    bottom: 0;
    font-size: 22px;
    font-weight:300;
    color:#405772;
}


.ledger_tab .dataTables_length,
.ledger_tab .dataTables_filter,
.ledger_tab .dataTables_info,
.ledger_tab .dataTables_paginate {display: none;}
.ledger_tab  .table.dataTable{
    margin: 0!important;
}

.ledger_tab  .table.dataTable tbody td,
.ledger_tab  .table.dataTable th{
    border: none!important;
    border-bottom: 1px solid #e3e3e3!important;
    font-size: 14px;
    color: #102D4F!important;
    font-weight: 400;
    padding: 11px;
}
.ledger_tab  .table.dataTable tbody tr:last-child td{
    border-bottom: none!important;
}
.ledger_tab  .table.dataTable tbody tr:hover{
    background: #eceef1;
}
.ledger_tab  .table.dataTable th{
    font-weight: 600;
    padding-left: 32px;
}
.ledger_tab .table-responsive{
    border-radius: 10px 10px 0 0;
}
.ledger_tab .tab-content .tab_title{
    display: flex!important;
    justify-content: space-between;
    align-items: center;
}
.ledger_tab .tab-content .tab_title{
    margin-bottom: 30px;
}
.ledger_tab .tab-content .tab_title .title_name h3{
    font-size: 18px;
    font-weight: 700;
    color: #102D4F;
    margin-bottom: 0;
}

.ledger_tab .tab-content .tab_title .add_bank_btn button.detail_popup{
    background: #102D4F;
  border-radius: 5px;
  border: 1px solid #102D4F;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 17px;
}

.ledger_tab .tab-content .tab_title .add_bank_btn button.detail_popup img {
  margin-right: 7px;
  width: 20px;
}


.p_add_group .form-switch{
    justify-content: space-between;    
}
#modaladd_group .button-save{
    margin-top: 10px;
}

.add_bank_modal .com-card-modal{
    border-radius: 10px;
    margin-bottom: 20px;
}

.add_bank_modal .add-manually-modal .head img{
    margin-right: 5px;
}


.add_bank_modal .modal-body .add-manually-modal .head {
    font-weight: 500;
    color: #102D4F;
}
.add_bank_modal input,
.add_bank_modal select{
    height: 45px;
  border: 1px solid #9fabb9;
  border-radius: 5px;
  box-shadow: none;
  width: 100%;
appearance: none;
}

.add_bank_modal select{
    background: url(../images/media/select-dropdowan.png) no-repeat !important;
    background-position-x: 0%;
    background-position-y: 0%;
  background-position: right center !important;
}
.add_bank_modal .add-manually-modal label{
    margin-bottom: 10px;
}
.add_bank_modal .add-manually-modal .inputs{
    margin-bottom: 20px;
}


.add_bank_modal .profile_detail .row{
    width: 100%;
}

.add_bank_modal .profile_detail .bank-select{
    background: #fff url(../images/media/select-dropdowan.png) no-repeat !important;
    background-position: right center !important;
} */

/* tab view in small device  */

.custom-dropdown {
    width: 200px; /* Set the desired width */
}
.custom-dropdown .dropdown-menu {
    width: 100%; /* Match the button width */
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #102D4F; /* Change to desired background color */
    color: white; /* Change to desired text color */
}

/* modal css for select */

.modal-body select {
    height: 42px;
    
}
.modal-header .modal-title {
    font-size: 17px;

}



/* underline tab style css*/

.subtab-content{
    background: white;
    border-radius: 0px 6px 6px 6px;
    /* padding-top: 1.5rem; */
    padding-left: 1.5rem; 
    padding-right: 1.5rem;
}

/* filter button css*/
.filter-btn {
    border-radius: 100%;
    border: none;
    background-color: #eceef1;
    }
    
.title-name{
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    color: #102d4f
}


table thead tr th {
    font-weight: 600;
    height: 3.8rem;
    color: #102d4f
}
tfoot tr{
  height: 3.8rem;
}
/* pagination css*/
ul.pagination li .page-link {
    background-color: #eceef1;
    color: #102d4f;
    border: none;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    width: 38px;
    text-align: center;
    box-shadow: none;
  }
  
  ul.pagination li:first-child .page-link,
  ul.pagination li:last-child .page-link {
    width: 100px;
  }
  
  ul.pagination li {
    margin: 0 3px;
  }
  
  ul.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #102d4f;
    border-color: #102d4f;
  }
  
  ul.pagination li .page-link:hover {
    color: #fff;
    background-color: #102d4f;
    border-color: #102d4f;
  }
  
  ul.pagination {
    float: right;
    margin-bottom: 1rem;
  }
  
  ul.pagination li .page-link {
    background-color: #eceef1;
    color: #102d4f;
    border: none;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    width: 38px;
    text-align: center;
    box-shadow: none;
  }
  
  ul.pagination li:first-child .page-link,
  ul.pagination li:last-child .page-link {
    width: 100px;
  }
  
  ul.pagination li {
    margin: 0 3px;
  }
  
  ul.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #102d4f;
    border-color: #102d4f;
  }
  
  ul.pagination li .page-link:hover {
    color: #fff;
    background-color: #102d4f;
    border-color: #102d4f;
  }
  

  input,select {
    width: 100%;
}
.row-type-1{
    background: #FFFFFF;
    box-shadow: 0px 4px 18px rgba(75, 70, 92, 0.25);
    border-radius: 0px 6px 6px 6px;
}

.input-group .form-control {
    border: none; /* Remove the right border of the input */
    box-shadow: none;
    border-radius: 8px 0px 0px 8px;
}

.input-group .input-group-text {
    cursor: pointer; /* Change cursor to pointer for better UX */
    border: none;
    border-radius: 0px 8px 8px 0px;
}

.input-group .input-group-text i {
    color: #6c757d; /* Change the icon color */
}


.list-group .list-group-item{
    border: none;
    cursor: pointer;
}
.list-group-item .list-font{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #405772;
}
.list-group-item.active{
    background-color: #cfd5dc;
}