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





body{
    background: rgba(250, 252, 254, 1);
}
.secondary_heading{
    font-family: Manrope;
    font-size: 34px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(91, 106, 141, 1);
}
#login_main{
    height: 100vh;
    background: rgba(250, 252, 254, 1) url("/assets/images/login_main.svg");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center right;
    position: relative;
    overflow: hidden;
}
#login_main .lines_image{
    position: absolute;
    left: 0px;
    width: 500px;
    top: -50px;
}
#login_main .authentication-inner{
    transform: translateX(-85%);
    min-width: 450px;
}
#login_main .card{
    box-shadow: none;
    padding: 50px 20px 10px 20px;
}
#login_main .authentication-inner h1,
.brand_name{
    font-family: Manrope;
    font-size: 30px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(57, 83, 60, 1);
}
#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-image: url("/assets/images/nav_bg.png");
    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;
    background: rgba(57, 83, 60, 1);
    border-radius: 30px;
    padding: 10px;
    margin: 0px;
}
#navbar ul .user_menu_icon img{
    width: 25px;
    height: 25px;
    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: 14px;
    font-weight: 700;
    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: rgba(0, 100, 128, 1);
    text-align: center;
}
.blue_button:hover{
    color: rgba(0, 100, 128, 1);
    background: #FFF;
    border: 1px solid rgba(0, 100, 128, 1);
}
.gray_button{
    color: rgba(41, 41, 41, 1);
    border: 1px solid rgba(175, 175, 175, 1);
    background: #FFF;
}

/* Profile menu */
#navbar .profileMenu{
    top: 50px;
    right: 0px;
    /* height: 0px; */
    display: none;
    overflow: hidden;
    transition: 0.3s all ease;
}

#navbar .profileMenu li a{
    color: #FFF;
}
#navbar .profileMenu li a:hover{
    color: #FFF;
    background: transparent;
}
#navbar .profileMenu.show{
    display: flex;
    height: fit-content;
}
/*  */


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

}
.add_btn{
    width: 100px;
    height: 30px;
    top: 730px;
    left: 671px;
    border: 1px solid rgba(164, 164, 164, 1);
    background: rgba(0, 151, 183, 1);
    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: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(33, 31, 31, 1) !important;
}
.dashboard_count_box p{
    font-family: Inter;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(33, 31, 31, 1) !important;
}
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;
    justify-content: space-between;
}
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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -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;
    text-align: center;
    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: 13px;
    font-weight: 400;
    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;
}


#asset_list .scrol1 {
    position: absolute;
    overflow-y: auto;
    max-height: 250px;
    width: auto; /* Adjust as needed */
    z-index: 1050; /* Ensure it appears above other elements */
}
