@font-face {
    font-family: 'Barlow';
    src: url('/assets/fonts/Barlow-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url('/assets/fonts/Barlow-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Barlow';
    src: url('/assets/fonts/Barlow-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('/assets/fonts/Manrope-Bold.ttf') format('truetype'),
    url('/assets/fonts/Manrope-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('/assets/fonts/Manrope-Regular.ttf') format('truetype'),
    url('/assets/fonts/Manrope-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('/assets/fonts/Manrope-Light.ttf') format('truetype'),
    url('/assets/fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@import url('/assets/bootstrap/css/bootstrap.css');

html{
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
body{
    font-family: 'Manrope', sans-serif !important;
    background: rgba(250, 252, 254, 1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* h1,h2,h3,h4,h5,h6,span,p,div{
    font-family: 'Manrope', sans-serif !important;
} */

/* new design css starts here  */

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

.green_color{
    color: #3B5526 !important;
}
.green_bg{
    background-color: #3B5526 !important;
}
.blue_color{
    color: #2B3674 !important;
}
.total_assets{
    border-radius: 8px;
}
.total_assets h3{
    text-align: center !important;
    color: white !important;
    font-size: 12px !important;
    margin-bottom: 0;
}
.total_assets p{
    text-align: center !important;
    color: white !important;
    font-size: 20px !important
}
.common_box{
    background: #F0F0F0;
    text-align: center;
    border-radius: 8px;
    padding: 4px 0;
}
.common_box span{
    font-size: 11px;
    font-weight: 500;
}
.common_box p{
    font-size: 12px !important;
    font-weight: 700 !important;
}
.common_box.liabilities{
    background-color: #F13D3D !important;
}
.common_box.liabilities p, .common_box.liabilities span{
    color: white !important;
}
.inflows_box{
    /* border-right: 1px solid gainsboro; */
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    text-decoration: none;
}
.chart_header{
    color: #5B6A8D;
    font-weight: 400;
    font-size: 14px;
}
a.inflows_box:after {
    content: '';
    width: 1px;
    height: 110px;
    background: #dcdcdc;
    position: absolute;
    right: 0;
    top: -36px;
}
ul.list-unstyled li {
    margin-right: 1rem;
}
.green_btn{
    background-color: #3B5526;
    color: white;
    border-radius: 12px;
    padding: 7px 25px;
    font-size: 18px;
}

.red_btn{
    background-color: #bd2b2b;
    color: white;
    border-radius: 12px;
    padding: 7px 25px;
    font-size: 18px;
}

.cancel_btn{
    border-radius: 12px;
    border: 1px solid gainsboro;
    padding: 7px 25px;
    font-weight: 600;
    font-size: 18px;
}
.cancel_btn:hover{
    border: 1px solid gainsboro;
}
.green_btn:hover{
    background-color: #3B5526;
    color: white;
}

.red_btn:hover{
    background-color: #a22f33;
    color: white;
}
.ibanModelContainer .modal-content{
    border-radius: 16px;
}
.ibanModelContainer .modal-header .modal-title{
    color: #5B6A8D;
    font-weight: 500;
    font-size: 15px;
}
.ibanModelContainer .form label{
    color: #211F1F;
    font-weight: 500;
}
.list-unstyled li a{
    white-space: nowrap;
}
.update_password {
    background: white;
    box-shadow: 0px 0px 30px 0px #7090B026;
    padding: 25px;
}
.infoActive{
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    border-color: #86b7fe;
}
.custom_border_right{
    border-right: 1px solid gainsboro;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px !important;
}
.dashboard_tables_scroll{
    max-height: 466px;
    overflow-y: auto;
}
table.table-striped.myTable thead tr th {
    white-space: nowrap;
}
.list-unstyled li a img {
    width: 14px;
    margin-right: 6px;
}
.font_12{
    font-size: 12px !important;
}

/* new design css ends here  */
.secondary_heading{
    font-family: Manrope;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(91, 106, 141, 1);
}
#login_main{
    background-image: url("../images/bg-login.jpeg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center right;
    position: relative;
    overflow: hidden;
}
#login_main .lines_image{
    position: absolute;
    left: 0px;
    width: 500px;
    top: -50px;
}
#login_main .authentication-inner{
    min-width: 550px;
}
#login_main .card{
    box-shadow: none;
    padding: 50px 20px 10px 20px;
    border-radius: 20px;
}

#login_main .authentication-inner img {
    width: 85px;
}
#login_main .authentication-inner h1,
.brand_name{
    font-family: Manrope;
    font-size: 30px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0em;
    color: rgb(57, 64, 83);
}
#login_main label{
    font-family: Barlow;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: left;
}
#login_main button,
#login_main input{
    height: 50px;
    border-radius: 16px;
}
#login_main button{
    background: rgba(0, 128, 97, 1);
}

#navbar{
    background: url("../images/head-bg.jpeg");
    /*background-color: #122466 !important;*/
    border-radius: 0px 0px 30px 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#navbar ul{
    display: flex;
    list-style: none;
    flex-direction: row;
    gap: 20px;
    border-radius: 30px;
    padding: 10px;
    margin: 0px;
    align-items: center;
}
#navbar ul .user_menu_icon img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
header ul li.active a,
header ul a:hover{
    color: rgba(0, 151, 183, 1);
}
header ul a{
    font-family: Manrope;
    font-size: 10px;
    font-weight: 600;
    /* line-height: 30px; */
    /* letter-spacing: -0.02em; */
    text-align: left;
    color: rgba(91, 106, 141, 1);
    text-decoration: none;
    display: flex;
    justify-content: start;
    align-items: center;
    /* gap: 5px; */
}
header input{
    height: 50px;
    border-radius: 10px;
    border: 1px;
}
.blue_button,
.gray_button{
    width: 150px;
    height: 50px;
    border-radius: 10px;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #FFF;
    background: #3B5526;
    text-align: center;
}
.blue_button:hover{
    color: #3B5526;
    background: #FFF;
    border: 1px solid rgb(0, 45, 128);
}
.gray_button{
    color: rgba(41, 41, 41, 1);
    border: 1px solid rgba(175, 175, 175, 1);
    background: #FFF;
}

#navbar .dropdown-menu{
    top: 50px;
    left: 0px;
    height: 0px;
    display: none;
    overflow: hidden;
    transition: 0.3s all ease;
}
#navbar .dropdown-menu li a{
    color: #0d1c4f;
}
#navbar .dropdown-menu li a:hover{
    color: #FFF;
    background: transparent;
}
#navbar .dropdown-menu.show{
    display: flex;
    height: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
}



#asset_form .form-control{
    border: 1px solid rgba(204, 204, 204, 1);
    margin-bottom: auto;

}
.add_btn{
    width: 100px;
    height: 30px;
    top: 730px;
    left: 671px;
    border: 1px solid rgba(164, 164, 164, 1);
    background: #799066;;
    color: #FFF;
    border-radius: 8px;
}
#asset_form{
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 30px 0px rgba(112, 144, 176, 0.15);
    background: #FFF;
    border-radius: 12px;
}
#asset_form h2{
    font-family: Manrope;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
}
#asset_form label{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
}


.asset_list thead tr,
#asset_list thead tr{
    background: rgba(236, 251, 255, 1);
}
.asset_list th,
#asset_list th{
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.005em;
    text-align: left;
    background: transparent;
    padding: 15px 10px;
    color: rgba(0, 100, 128, 1);
}
.asset_list td,
#asset_list td{
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.005em;
    text-align: left;
    padding: 15px 10px;
    color: rgba(27, 27, 27, 1);
}
.asset_list .dropdown-toggle:after,
#asset_list .dropdown-toggle:after{
    display: none;
}
@media print {
    body *:not(.print-modal-content) {
        display: none !important;
    }
    .print-modal-content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        padding: 20px;
        z-index: 9999;
    }
}

.dashboard_count_box{
    background: #FFF;
    box-shadow: 0px 1px 15px 0px rgba(83, 83, 83, 0.08);
    padding: 15px;
    border-radius: 14px;
}
a.dashboard_count_box{
    text-decoration: none;
    cursor: pointer;
}
.dashboard_count_box h3{
    font-family: Inter;
    font-size: 12px;
    /* font-weight: 600; */
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(33, 31, 31, 1);
}
.dashboard_count_box p{
    font-family: Inter;
    font-size: 22px;
    font-weight: 500;
    /* line-height: 36px;
    letter-spacing: 0em; */
    /* text-align: left; */
    color: rgba(33, 31, 31, 1);
}
div.dt-container .dt-paging{
    padding-bottom: 20px;
}
div.dt-container .dt-paging .dt-paging-button{
    background: rgba(178, 189, 215, 1) !important;
    color: #FFF !important;
    border-radius: 8px !important;
    width: 36px !important;
    height: 36px !important;
    padding: 0px !important;
    margin-left: 10px !important;
}
div.dt-container .dt-paging .dt-paging-button.current{
    background: rgba(0, 100, 128, 1) !important;
    color: #FFF !important;
    border-radius: 8px !important;
}
div.dt-container .dt-paging .dt-paging-button.next,
div.dt-container .dt-paging .dt-paging-button.previous{
    background: transparent !important;
    border:  1px solid rgba(178, 189, 215, 1);
    color: #000 !important;
}
div.dt-container .dt-paging .dt-paging-button.first,
div.dt-container .dt-paging .dt-paging-button.last{
    display: none !important;
}
div.dt-container .dt-paging .dt-paging-button.disabled{
    color: rgba(178, 189, 215, 1) !important;
}

.assets_reports #nav-tab {
    border: 0px;
}
.assets_reports #nav-tab button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.assets_reports #nav-tab button{
    border: 0px;
    border-bottom: 4px solid rgba(229, 233, 241, 1);
}
.assets_reports #nav-tab button.active{
    border: 0px;
    border-bottom: 4px solid rgba(0, 128, 97, 1);
}
.assets_reports table{
    width: 100% !important;
}

#asset_form .dt-buttons button{
    font-family: Barlow;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    border: 0px;
    padding: 4px 12px;
}
.buttons-csv{
    background: #52946f;
    color: #FFF;
}
.buttons-excel{
    background: #1f8a19;
    color: #FFF;
}
.buttons-pdf{
    background: #912d2d;
    color: #FFF;
}
.reserved_text{
    font-family: Inter;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: right;
    color: rgba(0, 0, 0, 1);
}
#asset_form .step {
    display: none;
}

#asset_form .step_btn {
    margin-top: 20px;
    text-align: right;
}

#asset_form .step_btns button {
    margin-left: 10px;
}
ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: absolute;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
    width: 110%;
    left: 22%;
}
.form-stepper-horizontal li:first-child:after {
    z-index: 10;
}
.form-stepper-horizontal li:nth-child(2):after {
    z-index: 9;
}
.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: rgba(218, 146, 71, 1);
}
.form-stepper .form-stepper-completed:before{
    content: url("/assets/icons/check.png");
    position: absolute;
    display: block;
    top: 8px;
    left: 40px;
    z-index: 9999;
    width: 26px;
    height: auto;
}
.form-stepper .form-stepper-completed:nth-child(2):before{
    left: 100px;
}
.form-stepper .form-stepper-completed:nth-child(3):before{
    left: 90px;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
    right: -40px;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    background: #FFF;
    border-radius: 50%;
    position: relative;
    z-index: 99;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    border: 3px solid rgba(0, 100, 128, 1) !important;
    background: #FFF !important;
    color: #fff;
}
.form-stepper .form-stepper-active .form-stepper-circle span{
    background: rgb(0, 100, 128, 1) !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.form-stepper .form-stepper-active .label {
    color: rgba(0, 100, 128, 1) !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: rgba(0, 100, 128, 1) !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #FFF;
    border: 3px solid rgba(222, 240, 245, 1);
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: rgba(218, 146, 71, 1) !important;
    color: #fff;
}
.form-stepper .form-stepper-completed .label {
    color: rgba(218, 146, 71, 1) !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: rgba(0, 100, 128, 1) !important;
    color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}
.form-stepper .label {
    font-family: Barlow;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.01em;
    text-align: center;
    color: rgba(153, 163, 185, 1);
    text-decoration: none;
}
.form-stepper a {
    cursor: default;
    text-decoration: none;
}
#asset_form #img_preview{
    width: 100%;
}

#time_line .sessions {
    margin-top: 2rem;
    border-radius: 12px;
    position: relative;
}

#time_line ul{
    list-style: none;
    padding: 0px;
}
#time_line li {
    padding-bottom: 1.5rem;
    border-left: 1px solid #abaaed;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}
#time_line li:last-child {
    border: 0px;
    padding-bottom: 0;
}
#time_line li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid #4e5ed3;
    box-shadow: 3px 3px 0px #bab5f8;
    box-shadow: 3px 3px 0px #bab5f8;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 0px;
}

#time_line .time {
    color: #2a2839;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
@media screen and (min-width: 601px) {
    #time_line .time {
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 600px) {
    #time_line .time {
        margin-bottom: 0.3rem;
        font-size: 0.85rem;
    }
}
@media screen and (max-width: 992px) {
    #asset_form > div > div > div:nth-child(1){
        width: 90% !important;
    }
}
.logs_header{
    width: fit-content;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    padding: 5px 10px;
    border-bottom: 3px solid rgba(0, 128, 97, 1);
}
#search_result ul ,
#purchased_suggestion ul ,
#names_suggestion ul {
    list-style: none;
}
#search_result,
#purchased_suggestion,
#names_suggestion{
    background: #FFF;
    top: 50px;
    left: 0px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 999;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

#asset_list .dropdown-menu {
    position: fixed !important;
    top: 50% !important;
    left: 85% !important;
    transform: translate(-92%, -50%) !important;
}
#AssigneesTable{
    max-height: 500px;
    overflow-y: auto;
}
.select2-container{
    width: 100% !important;
}
.select2-container .select2-selection--single{
    height: 40px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-top: 7px;
}
#filters_form label{
    font-family: Manrope;
    font-size: 10px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(91, 106, 141, 1);
}
p.counts_assets{
    font-family: Inter;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
}
#office_counts_table{
    max-height: 500px;
    overflow-y: auto;
}
#asset_list td > img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.footer {
    background-image: url("../images/footer.jpeg");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    clear: both;
    position: relative;
    height: 40px;
    margin-top: 0px;
}

     /* Tooltip CSS */
     .custom-tooltip {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

    .custom-tooltip .tooltip-text {
        visibility: hidden;
        width: 250px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.3s;
    }

    .custom-tooltip:hover .tooltip-text {
        visibility: visible;
        opacity: 1;
    }
