@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 !important;
}

.wrapper {
    top: -13px;
}

.row {
    --bs-gutter-x: 2.5rem !important;
}

a {
    text-decoration: none !important; 
}

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

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

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

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

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

/* 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;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.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;
    width: 100%;
}

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

.side-menu .active {
    background-color: var(--primary-blue);
}

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

.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: 10px;
}

body{
    background-color: #F8F7FA !important;
}

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

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

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

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

nav {
    padding: 0 !important;
}

.app-header {
    background-color: #fff;
    border-radius: 6px;
    margin: 15px 0;
    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;
}

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

.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;
    width: fit-content;
    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;
}

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

.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;
}

.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 /////////////////////////////////*/
.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 !important;
    border: 1px solid var(--primary-blue);
}

tbody tr td:nth-child(1){
    padding-left: 30px !important;
}

table .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;
}

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

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

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

table .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);
}

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

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

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

table .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;
}

table .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;
}

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

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

table .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;
}

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

table .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;
}

table .primarybtn-btn{
    border-radius: 4px !important;  
    border: 1px solid #102D4F !important; 
    background-color: #e5ecfa !important;
}


.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: #fef6f0;
    color: #FFC107;
    font-size: 14px;
}

 .green-btn {
    padding: 7px 15px;
    display: flex;
    align-items: center;
    border: none;
    gap: 10px;
    border-radius: 4px;
    background-color: #def7ef;
    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;
}

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

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

 .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;
}

 .primarybtn-btn{
    border-radius: 4px !important;  
    border: 1px solid #102D4F !important; 
    background-color: #e5ecfa !important;
}

tbody .edit{
    border-radius: 4px;
    border: none;
}

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: 26px 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  ////////////////////////////////////////*/


.dataTables_paginate {
    justify-content: end;
    display: flex;
}

.table-bordered>:not(caption)>*>*{
    border-width: 1px 0 !important;
}

table.table-bordered.dataTable{
   border-right-width: 1px !important;
}

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

table tbody td{
   color: #405772;
   padding: 5px !important;
   vertical-align: middle !important;
}
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;
}

.dis-flex{
   display: flex;
}
.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 .heading4 {
    color: #708195 !important;
}

.tickets-nav .items-nav .body-small {
    color: #708195 !important;
}

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


/* .tickets-nav .items-nav:hover .heading4 {
    color: #5D596C !important;
} */



/* .tickets-nav .items-nav:hover .body-small {
    color: #5D596C !important;
    min-width: 60px;
} */


.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);
}

.tickets-nav .active .heading4 {
    color: #5D596C !important;
}

.tickets-nav .active .body-small {
    color: #5D596C !important;
}


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

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

.all-tickets .all-head {
    display: flex;
    margin: 20px 0;
    justify-content: space-between;

}

.all-tickets .all-head .filter {
    display: flex;
    gap: 10px;
}

.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;
    width: 100%;
}

.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 {
    justify-content: end;
    gap: 6px;
}

.buttons-next-prev .btn:hover{
    color: #fff;
    width: 100px;
}

.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;
    border-spacing: 0;
    border-radius: 8px 8px 0 0;
    border-collapse: separate;
}

.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;
    border: none;
}

.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;
}

.list-view-table table tbody tr td {
    color: #405772 !important;
}

.list-view-table table tbody tr td .orge-1 {
    color: #FD7E14;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
}


.list-view-table table tbody tr td .silent-1 {
    color: #8c9aab;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
}


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

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

/* //////////////////////////////////////// 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: 26px 0;
}

.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: 26px 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;
}

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

.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: 26px 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: 26px 0;
}

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

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

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

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

.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%;
}

.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: #D3D7DF;
    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;
}

.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-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;
    justify-content: space-between;
}

.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;
}

.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;
}

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

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

.unsettled-div {
    display: flex;
    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;
}

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

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

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

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

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

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

.unsettled-div .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;
}

.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;
}

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

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

/* //////////////////////////////////////// Media Query  ////////////////////////////////////////*/

@media only screen and (max-width: 986px) {
    .page-content {
        margin: 12px 23px;
    }

    .page {
        margin-left: 16px;
    }

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

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

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

    /* .main-header-center {
        display: block;
    } */
    .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: 20px 0;
    }

    .holding-contri {
        width: 100%;
    }

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

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

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

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

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

    .body5 {
        font-size: 13px;
    }

    .table-form {
        display: none;
    }

    .listview-table .all-head {
        margin-bottom: 10px !important;
    }

    .listview-table .table-form {
        display: flex !important;
        overflow: auto;
    }

    /* .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;
    }
}

@media only screen and (max-width: 765px) {

    table .orge-1{
        padding-left: 20px;
    }
    
    table .dtr-details{
        width: 100%;
    }

    .dataTables_paginate{
        justify-content: center;
    }
    .card {
        margin-bottom: 20px;
    }

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

    .building-card {
        display: none;
    }

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

    .big-nav {
        display: none;
    }

    .small-screen-nav {
        display: block !important;
        height: 100%;
        padding: 20px !important;
        background: #ffffff;
    }

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

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

    .top-navigator {
        display: none;
    }

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

    .modal-body input{
        max-width: 200px;
        width: 100% !important;
    }

    .modal-body select{
        max-width: 200px;
        width: 100% !important;
    }

    .card-list {
        display: flex !important;
        flex-direction: column;
        gap: 12px;
    }
    /* .listview-table table{
        display: none;
    } */
    
}

.listview-table .buttons-next-prev{
    display: flex !important;
    justify-content: end !important;
}

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

.small-screen {
    display: none;
}

.large-screen {
    display: flex;
}


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


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

.dropdown-todo-nav button {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    background-color: #e5e7ec;
    padding: 8px;
    border: none;
    border-bottom: 2px solid var(--primary-blue);
}

.dropdown-todo-nav .dropdown-menu {
    width: 100%;
}

.dropdown-todo-nav .dropdown-menu .dropdown-item {
    display: flex;
    gap: 10px;
    margin-top: 10PX;
}



/* 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;
}

.description .desc-card {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #405772;
}



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

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

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

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

.modal-body 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;
}

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

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

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

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

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

.modal-body .input-btns-radio .radioss {
    display: flex;
    align-items: center;
    gap: 5px;
}

.modal-body .input-btns-radio .radioss input {
    width: auto;
}

.modal-body .input-btns-radio .radioss label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    color: #9fabb9;
    margin: 0;
}

.modal-body .button-save {
    width: 100%;
    display: flex;
    justify-content: end;
}

.modal .modal-content {
    /* background-image: url(/static/assets/images/brand/popup-bg.jpg); */
    background-image: url(/static/assets/images/doodle.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-body .input-btns-assign .assign {
    display: flex;
    padding: 12px 10px;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    border-radius: 6px;
    border: 1px solid #9fabb9;
    background-color: #FFF;
}

.modal-body .input-btns-assign .assign .input-field {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.modal-body .input-btns-assign .assign .input-field input {
    border: none;
    height: 24px;
}

.modal-body .input-btns-assign .assign hr {
    width: 100%;
    margin: 0;
}

#modalChat .modal-header {
    flex-direction: column;
    align-items: flex-start !important;
}

#modalChat .modal-header h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: var(--primary-blue) !important;
}

#modalChat .modal-header .ticket-details .first {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #405772;
}

#modalChat .modal-header .ticket-details .desc {
    color: #9fabb9;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

#modalChat .modal-header button {
    top: 20px;
    position: absolute;
    right: 20px;
}

.modal hr {
    margin: 0;
}

.modal .inputs-left {
    display: flex;
    align-items: end;
    gap: 4px;
}

#modalChat .modal-body {
    gap: 24px;
}

#modalChat .message {
    display: flex;
    padding: 8px;
    flex-direction: column;
    background-color: rgba(16, 45, 79, 0.08);
    border-radius: 10px 10px 10px 0px;
}

#modalChat .message .message-head {
    display: flex;
    justify-content: space-between;
}

#modalChat .message .message-head .name-time {
    display: flex;
    gap: 8px;
}

#modalChat .message .message-head .name-time .name {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #405772;
}

#modalChat .message .message-head .name-time .time {
    color: #9fabb9;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

#modalChat .input-btns-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#modalChat .message .text {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: #708195;
}

#modalChat .message .document {
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 8px;
    background: #fff;
    border-radius: 2px;
}

#modalChat .message .document .detail .first {
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    color: #6f6b7d;
}

#modalChat .message .document .detail .size {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    color: #b9b9c3;
}

#modalChat .dropdown-toggle {
    height: 20px;
    width: auto;
}

#modalChat .dropdown-toggle::after {
    content: '';
    background-image: url(/static/assets/images/svgs/chevron-down-chat.svg) !important;
    background-repeat: no-repeat;
    height: 13px;
    width: 20px;
    top: 2px;
    right: 0;
    position: absolute;
    border: 0 !important;
}

.blued-btn {
    padding: 4px 8px;
    background-color: #eceef1;
    color: #405772;
    border: none;
    border-radius: 4px;
}

.blued-dark-btn {
    padding: 4px 8px;
    background-color: #405772;
    color: #fff;
    border-radius: 4px;
    border: none;
}

.input-btns-right {
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end;
    gap: 24px;
}

.input-btns-right .inputs-right {
    display: flex;
    align-items: end;
    gap: 4px;
}

.input-btns-right .inputs-right .message {
    border-radius: 10px 10px 0 10px !important;
}

.input-form-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 14px;
    border-radius: 6px;
    border: 1px solid #dbdade;
    height: 40px;
}

.input-form-field input {
    border: none;
    background-color: transparent;
}

#modalNewRequest .full-width-input .inputs {
    width: 100%;
}

#modalNewRequest .full-width-input .inputs input {
    width: 100%;
}

#modalNewRequest .full-width-input .height-input {
    width: 100%;
}



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

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

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

input:checked+.slider {
    background-color: #708195;
}

input:focus+.slider {
    box-shadow: 0 0 1px #708195;
}

input:checked+.slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(26px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

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

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

.switch-filter{
    display: flex;
    align-items: center;
    gap: 8px;
}

.switch-filter .body-text {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    color: #708195;
}


.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: #856ef7;
    min-width: 2.375rem;
    min-height: 2.375rem;
}

.profile-desc {
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
}

.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;
    /* gap: 20px; */
}

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

.modal-body .input-btns .inputs {
    display: flex;
    flex-direction: column;
    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: 213px;
}

.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;
}

/* .header-table-2 {
    display: none;
}    */

.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;
  }
  .header-tabs-2 .nav-link.active:hover{
    color: #102d4f;
  }
  .header-tabs-2 .nav-link:hover{
    color: #708195;
  }
  /* end */
  


.small-screen-nav {
    display: block;
    background-color: #fff;
    padding: 15px 0 !important;
}

.small-screen-nav img {
    width: 150px;
}

.bignav {
    display: none;
}

.btn-action:hover,
        .active {
            background-color: transparent;
        }

        .btn-action-td {
            display: flex;
            gap: 8px;
        }

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

   

        @media only screen and (max-width: 765px) {
            .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;
            }
        }
    
        .two-buttons .g-2 {
            display: flex;
        }
    
        .two-buttons .g-2 a {
            margin-right: 10px;
        }
    
        .img-res {
            display: none;
        }
    
        #scheduleTime .dropdown {
            width: 100%;
        }
    
        #scheduleTime .dropbtn {
            border: 2px solid #9FABB9;
            border-radius: 6px;
            color: #000;
            padding: 5px 15px;
            font-size: 16px;
            cursor: pointer;
            width: 100%;
            text-align: start;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
    
        #rescheduleTime .dropdown {
            width: 100%;
        }
    
        #rescheduleTime .dropbtn1 {
            border: 2px solid #9FABB9;
            border-radius: 6px;
            color: #000;
            padding: 5px 15px;
            font-size: 16px;
            cursor: pointer;
            width: 100%;
            text-align: start;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
    
        .dropbtn:hover,
        .dropbtn:focus {
            background-color: #9FABB9;
            border: 2px solid #102D4F;
            color: #102D4F;
        }
    
        .dropdown {
            position: relative;
            display: inline-block;
        }
    
        .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;
        }
    
        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }
    
        .app-header .nav-link {
            display: flex;
            align-items: center;
            padding: 0.5rem;
        }
    
        .pn-section .dropdown a:hover {
            background-color: #fff;
        }
    
        .dropdown a:hover {
            background-color: #ddd;
        }
    
        .show {
            display: block;
        }
    
        .button-flex {
            display: flex;
            gap: 15px;
        }
    
        .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 {
            min-width: 10.5rem;
            text-decoration: none;
            color: #102D4F;
            background: #fff;
            position: relative;
            display: inline-block;
            margin: 0 22px;
            padding: 8px 11px;
            border-radius: 12px 12px 0 0;
            box-shadow: 6px 0px 10px 0px rgba(0, 0, 0, 0.15);
        }
    
        .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: 2px 0 0 0;
            left: -20px;
        }
    
        .header-table ul li .nav-link:after {
            border-radius: 1 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: #405772;
            border: none !important;
            isolation: auto;
        }
    
        .nav-sidebar .menu-is-opening>.nav-link i.right, .nav-sidebar .menu-is-opening>.nav-link svg.right, .nav-sidebar .menu-open>.nav-link i.right, .nav-sidebar .menu-open>.nav-link svg.right{
            transform: rotate(90deg) !important;
        }
    
        [class*=sidebar-dark] .brand-link{
            border: none !important;
        }
    
        #myTab {
            margin: 0 19px;
        }
    
    
        .container .steps {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: space-between;
            position: relative;
        }
    
        .steps .circle {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 50px;
            width: 50px;
            color: #fff;
            font-size: 22px;
            font-weight: 500;
            border-radius: 50%;
            background-color: #708195;
            transition: all 200ms ease;
            transition-delay: 0s;
            position: relative;
        }
    
        .steps .circle.active {
            transition-delay: 100ms;
            color: #ffffff;
            background-color: #102d4f;
        }
    
        .steps .circles {
            display: flex;
            align-items: center;
            gap: 10px;
        }
    
        .steps .circles .heading-circle {
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            color: #102d4f
        }
    
        .steps .circle .heading-circle {
            position: absolute;
    
        }
    
        .steps .progress-bar {
            position: absolute;
            height: 4px;
            width: 100%;
            background: #e0e0e0;
            z-index: -1;
        }
    
        .progress-bar .indicator {
            position: absolute;
            height: 100%;
            width: 0%;
            background: #4070f4;
            transition: all 300ms ease;
        }
    
        .container .buttons {
            display: flex;
            gap: 20px;
        }

        .line {
            width: 60px;
            height: 2px;
            background-color: #708195;
        }
    
        .card-entity {
            margin: 24px 0;
            background-color: #fff;
            display: flex;
            padding: 24px;
            flex-direction: column;
            align-items: flex-start;
            gap: 24px;
            border-radius: 6px;
            box-shadow: 0px 4px 18px 0px rgba(75, 70, 92, 0.10);
        }
    
        .head-card {
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            color: #102d4f;
        }
    
        .card-row {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }
    
        .card-row .input {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }
    
        .card-row .input label {
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            color: #405772;
        }
    
        .card-row .input input,
        select {
            padding: 8px 10px;
            border-radius: 6px;
            border: 1px solid #9fabb9;
            background: #FFF;
            width: 200px;
        }
    
        .btn-action-outline {
            font-weight: 400;
            background-color: #ECF3FF !important;
            color: #212529 !important;
            border: 1px solid #102D4F !important;
            transition: 0.3s;
            font-size: 16px;
        }
    
        .last-cad-row {
            justify-content: flex-start !important;
            gap: 62px;
        }
    
        .contact-detail {
            display: flex;
            padding: 24px;
            flex-direction: column;
            width: 100%;
            align-items: flex-start;
            gap: 24px;
            border-radius: 6px;
            background-color: #fff;
            box-shadow: 0px 4px 18px 0px rgba(75, 70, 92, 0.10);
        }
    
        .contact-detail .table-responsive {
            width: 100%;
        }
    
        .contact-detail .heading {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }
    
        .contact-detail .heading h1 {
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            color: #102D4F;
        }
    
        .button-text {
            justify-content: space-between;
            align-items: center;
        }
    
        .button-text .field {
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            color: #666;
        }
    
        /* .details{
            display: none;
        }
    
        .details-active{
            display: block;
        } */
    
        .form-step {
            display: none;
            transform-origin: top;
            animation: animate 0.5s;
        }
    
        .form-step-active {
            display: block;
        }
    
        .form-step .button-flex {
            width: 100%;
            justify-content: end;
        }
    
    
        @keyframes animate {
            from {
                transform: scale(1, 0);
                opacity: 0;
            }
    
            to {
                transform: scale(1, 1);
                opacity: 1;
            }
        }
    
        .progress-container {
            display: flex;
            justify-content: space-between;
            position: relative;
            margin-bottom: 60px;
            max-width: 100%;
            /* width: 350px; */
            align-items: center;
        }
    
        .progress-container::before {
            content: "";
            background-color: var(--light-grey);
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            height: 4px;
            width: 100%;
            z-index: -1;
        }
    
        .progress {
            background-color: var(--accent-color);
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            height: 4px;
            width: 0%;
            z-index: -1;
            transition: 0.4s ease;
        }
    
        .circle {
            background: var(--light-grey);
            color: var(--light-grey);
            border-radius: 50%;
            height: 10px;
            width: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 3px solid var(--light-grey);
            transition: 0.4s ease;
        }
    
        .circle.active {
            background-color: #102D4F;
            color: #fff;
            scale: 1.1;
        }
    
        .circle .icon {
            position: absolute;
            font-size: 25px;
            bottom: 25px;
        }
    
        .circle .caption {
            position: absolute;
            font-size: 14px;
            font-weight: bolder;
            bottom: -30px;
        }
    
        .process-step {
            border-radius: 100%;
            line-height: 0;
            background-color: #708195;
            text-align: center;
            align-items: center;
            justify-content: center;
            align-self: center;
            display: flex;
            color: #fff;
            width: 35px;
            height: 35px;
            font-weight: 700;
            margin-bottom: 7px;
            z-index: 4;
            cursor: pointer;
        }
    
        .process-step-cont {
            font-family: sans-serif;
            font-size: 16px;
            text-transform: uppercase;
            text-decoration: none;
            white-space: nowrap;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 13px;
            align-content: space-between;
        }
    
        .process-step-cont .heading {
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            color: #102D4F !important;
        }
    
        .col-3 {
            width: 25%;
            position: relative;
        }
    
        .step-1:before {
            content: '1';
        }
    
        .step-2:before {
            content: '2';
        }
    
        .step-3:before {
            content: '3';
        }
    
        .step-4:before {
            content: '4';
        }
    
        .step-5:before {
            content: '5';
        }
    
        .process-main .col-3:not(:first-child):before {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 4px;
            top: 17.5px;
            left: calc(-50% + 20px);
            right: 0;
            background: #ebebeb;
            border: 2px #ebebeb solid;
            -o-transition: .4s;
            -ms-transition: .4s;
            -moz-transition: .4s;
            -webkit-transition: .4s;
            transition: .4s;
        }
    
        .process-main {
            width: 100%;
            min-width: 320px;
            display: flex;
        }
    
        .modal-body .input-gst .input-label-gst input {
            width: 270px;
        }
    
        .modal-body .input-gst .input-button {
            align-items: end;
            display: flex;
        }
    
        .modal-body .input-gst .input-button button {
            padding: 8px 10px;
        }
    

    /*===============pagination===============*/
    .card {
        border: none;
    }

    .card-body {
        padding: 0;
        border: none;
    }

    .table-responsive .table thead th{
        vertical-align: top;
        font-size: 14px;
        line-height: 18px;
        color: #102D4F;
    }
    .table-responsive .table thead th .orange{
        color: #FD7E14;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
    }
    .table-responsive .table thead th .silent{
        color: rgba(16,45,79,0.5);
        font-size: 12px;
        text-transform: capitalize;
        font-weight: 400;
    }

    .table-responsive .table tr td .orange-1{
        color: #FD7E14;
        font-size: 10px;
        font-weight: 400;
     }
    .table-responsive .table tr td .silent-1{
        color: rgba(16,45,79,0.5);
        font-size: 10px;
        font-weight: 400;
     }
    .table-responsive .table tr td .body-regular{
        color: rgba(16,45,79,0.5);
    }


    .modal-content .btn-close{
    background: none!important;
    }
    .table-bordered {
        border: 1px solid #e3e6f0 !important;
    }

    table.dataTable {
        margin-bottom: 15px !important;
    }

    .modal-dialog {
        max-width: 530px;
    }
ul.pagination{
    float: right;
    margin-bottom: 0;
}
    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;
    }    


    .dropdown-menu.dropdown-menu-right{
      transform: none!important; 
        left: auto!important;
        right: 0!important;
        top: 100%!important;
    }


    .modal-sm {
        --bs-modal-width: 350px;
      }
      
      .modal-backdrop.show {
        opacity: 0.2;
      }
      
      .modal-content {
        border: 0;
        border-radius: 6px;
      }
      
      .modal-header {
        border: 0;
        padding: 35px 24px 20px;
        /* justify-content: center */
      }

      .body-app .row-app {
        display: flex;
        gap: 24px;
    }

    .modal-sm {
        max-width: 350px !important;
    }
    
    .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 !important;
        width: 14px;
        height: 14px;
        border-radius: 0;
      }


      .img-pop{
        width: 107px !important ;
        height: 107px !important;
      }


      .approve-btn {
        padding: 5px 15px;
        display: flex;
        align-items: center;
        border: none;
        gap: 10px;
        border-radius: 4px;
        background-color: #102D4F;
        color: #fff;
        font-size: 14px;
    }
    .font16-700{
        font-size: 16px;
        font-weight: 700;
        color: #102D4F;
    }
    .font16-600{
        font-size: 16px;
        font-weight: 600;
        color: #102D4F;
    }
    .tickets-nav .items-nav {
        text-align: center;
        padding: 10px 20px;
        border-bottom: 2px solid transparent;
    }
    .font14-500{
        font-weight: 500;
        font-size: 14px;
        color: #102D4F;
    }
    .font14-700{
        font-weight: 700;
        font-size: 14px;
        color: #102D4F;
    }
    .font13-400{
        font-weight: 400;
        font-size: 13px;
        color: #102D4F;
    }