/* @import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --primary-color--: #005b8c;
}

a{
    text-decoration: none !important;
    font-size: 16px;
    line-height: 1;
    color: #000;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

body{
    font-family: "Roboto", serif;
    /* background: #ecf0fa; */
    background: #F5F5F5;
}

h1,h2,h3,h4,h5,h6{
    color: #000;
    margin: 0;
}

p{
    margin: 0;
    font-size: 16px;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary-color--);
    border-color: var(--primary-color--);
}

.btn-primary:hover, .btn-primary:focus {
    color: var(--primary-color--);
    background: none;
    border-color: var(--primary-color--);
}

.login_card{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    background: url(../images/login_bg.jpg) no-repeat;
    /* background-size: cover; */
    background-position: center;
}

.login_form{
    width: 450px;
    padding: 60px 40px;
    border-radius: 10px;
    box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
    background: #fff;
}

.login_form .login_form_heading h2{
    font-size: 24px;
    font-weight: 600;
}

.login_form .login_form_heading p{
    font-size: 14px;
    color: #898989
}

.login_form .form-control{
    background-color: rgba(0, 91, 140, 0.15);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: none;
}

.login_form .form-control .input-group{
    position: relative;
}

.login_form .form-group .input-group input{
    border-radius: .25rem !important;
}

.login_form .form-group .input-group button{
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: none;
    color: var(--primary-color--);
    z-index: 4;
    box-shadow: none;
    font-size: 14px;
    height: 100%;
}

.login_form .rf_group{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px 20px;
    flex-wrap: wrap; 
}

.login_form .rf_group .form-check-label{
    font-size: 14px;
}

.login_form .rf_group a{
    font-size: 14px;
    color: var(--primary-color--);
}


.login_card_bg{
    position: relative;
}


.login_card_bg::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/login_bg_2.avif) no-repeat;
    z-index: 2;
    opacity: 0.7;
    background-size: cover;
    background-position: center center;
}

.page_body{
    width: calc(100% - 265px);
    margin-left: 265px;
    padding: 20px;   
    transition: 0.5s;
}

.page_body.slide_col{
    width: calc(100% - 55px);
    margin-left: 55px;
}

header{
    /* background: #ffc107; */
    background: #e3e3e3;;   
    padding: 10px 20px;
    width: calc(100% - 245px);
    margin-left: 245px;
    border-bottom: 1px solid #E6E9EB;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    transition: 0.5s;
}

header.slide_col{
    width: calc(100% - 55px);
    margin-left: 55px;
}

.left_header h4{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.left_header p{
    font-size: 14px;
    color: #000;
}

.right_header ul{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.right_header ul li.header_search{
    width: 200px;
}

.right_header ul li.header_search .input-group .input-group-text{
    border-radius: 10px;
    background: #fff;
    color: #86909c;
    position: relative;
    border-color: #efefef;
}

.right_header ul li.header_search .input-group .input-group-text::before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 25px;
    transform: translateY(-50%);
    background: #E6E9EB;
}

.right_header ul li.header_search .input-group .form-control{
    border-radius: 10px;
    border-left: none;
    border-color: #efefef;
    box-shadow: none;
}

.right_header ul li.profile .profile_info{
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 1px solid #E6E9EB;
    padding-left: 15px;
    cursor: pointer;
}

.right_header ul li.profile .profile_info .img{
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.right_header ul li.profile .profile_info .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right_header ul li.profile .profile_info .name{
    display: flex;
    flex-direction: column;
}

.right_header ul li.profile .profile_info .name p{
    font-weight: 500;
    line-height: 1;
}

.right_header ul li.profile .profile_info .name p i{
    font-size: 12px;
}

.right_header ul li.profile .profile_info .name span{
    font-size: 12px;
    color: #051a1ab3;
    line-height: 1;
}

.right_header ul li.profile{
    position: relative;
}

.right_header ul li.profile .profile_log{
    position: absolute;
    width: auto;
    padding: 10px;
    background: #fff;
    left: unset;
    right: 1px;
    box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
    border-radius: 5px;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.right_header ul li.profile:hover .profile_log{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.right_header ul li.profile .profile_log a{
    font-size: 16px;
    color: #000;
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
    border-bottom: 1px solid #E6E9EB;
    transition: 0.3s;
}

.right_header ul li.profile .profile_log a:hover{
    color: var(--primary-color--);
}

.right_header ul li.profile .profile_log a i{
    padding-right: 10px;
}

.right_header ul li.profile .profile_log .log_out_btn{
    width: 100%;
    padding-right: 10px;
    padding: 5px;
    font-size: 16px;
    border-radius: 50px;
    border: 1px solid var(--primary-color--);
    background: none;
    color: var(--primary-color--);
    transition: 0.3s;
    padding-bottom: 8px;
}

.right_header ul li.profile .profile_log .log_out_btn:hover{
    color: #fff;
    background: var(--primary-color--);
}

.sidebar_btn{
    font-size: 26px;
    cursor: pointer;
    display: none;
}

.sidebar {
    position: fixed;
    width: 265px;
    left: 0;
    top: 0;
    height: 100vh;
    padding: 20px;
    /* background: var(--primary-color--); */
    background: #003560;
    overflow: auto;
    border-radius: 0 0px 0px 0;
    z-index: 100;
    transition: 0.5s;
}

.sidebar.collapse_sidebar{
    padding-left: 5px;
    padding-right: 5px;
    width: 55px;
    transition: 0.5s;
}

.sidebar.collapse_sidebar:hover{
    padding-left: 20px;
    padding-right: 20px;
    width: 265px;
}

.sidebar .sidebar_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}

.sidebar.collapse_sidebar .sidebar_head{
    justify-content: center;
}

.sidebar.collapse_sidebar:hover .sidebar_head{
    justify-content: space-between;
}

.sidebar .sidebar_head .logo img{
    width: 60%;
}

.sidebar.collapse_sidebar .sidebar_head .logo{
    display: none;
}

.sidebar.collapse_sidebar:hover .sidebar_head .logo{
    display: block;
}

.sidebar .sidebar_head .menu_btn{
    color: #fff;
    cursor: pointer;
    display: none;
}

.sidebar .sidebar_head .slide_btn{
    color: #fff;
    cursor: pointer;
}

.menu{
    /* padding-top: ; */
}

.menu > ul > li.drop_btn{
    position: relative;
}

.menu > ul > li.drop_btn::before{
    content: '\f105';
    position: absolute;
    right: 10px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    top: 13px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.sidebar.collapse_sidebar .menu > ul > li.drop_btn::before{
    display: none;
}

.sidebar.collapse_sidebar:hover .menu > ul > li.drop_btn::before{
    display: block;
}

.menu > ul > li.drop_btn.active::before{
    content: '\f107';
}

.menu > ul > li.drop_btn:hover::before{
    color: #fff;
}

.menu > ul > li > a {
    display: flex;
    padding: 13px 13px;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    font-weight: 400;
    align-items: center;
    font-size: 14px;
}

.sidebar.collapse_sidebar .menu > ul > li > a {
    font-size: 0;
}

.sidebar.collapse_sidebar:hover .menu > ul > li > a {
    font-size: 14px;
}

.sidebar.collapse_sidebar .menu > ul > li > a i{
    font-size: 14px;
}

.menu > ul > li > a:hover, .menu > ul > li.active > a {
    background-color: rgb(26 88 138);
    color: #fff;
}

.menu > ul > li.active{
    /* margin-bottom: 5px; */
}

.menu > ul > li > a i {
    padding-right: 15px;
}

.drop_menu{
    padding-left: 20px;
    display: none;
}

.drop_menu > ul{
    position: relative;
}

.drop_menu > ul::after{
    content: '';
    position: absolute;
    height: calc(100% - 12px);
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.4);
    width: 2px;
}

.drop_menu > ul > li > a{
    padding: 7px 20px;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
}

.drop_menu > ul > li > a:hover{
    color: #fff;
}

.drop_menu > ul > li > a::before{
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 13px;
    height: 15px;
    border-bottom-left-radius: 8px;
    border-left: 2px solid rgba(255, 255, 255, 0.4);
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

.drop_menu > ul > li > a::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 13px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.drop_menu > ul > li.sub_menu_btn{
    position: relative;
}

.drop_menu > ul > li.sub_menu_btn::before{
    content: '\f105';
    position: absolute;
    right: 10px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    top: 4px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.drop_menu > ul > li.sub_menu_btn:hover::before{
    color: #fff;
}

.drop_menu > ul > li.sub_menu_btn.active::before{
    content: '\f107';
    color: #fff;
}

.sub_menu{
    display: none;
}

.sub_menu > ul > li > a{
    padding: 7px 20px;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    position: relative;
    padding-left: 40px;
    font-size: 14px;
}


.sub_menu > ul > li > a:hover{
    color: #fff;
}

.sub_menu > ul > li > a::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 13px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.page_info{
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    gap: 10px;
}

.page_heading h1{
    font-size: 24px;
    font-weight:600;
}

.breadcrumb{
    gap: 5px;
    margin: 0;
}

.breadcrumb li a{
    font-size: 14px;
}

.breadcrumb li:not(:last-child)::after{
    content: '/';
    padding-left: 5px;
}

.breadcrumb li{
    font-size: 16px;
}

.breadcrumb li:last-child{
    color: var(--primary-color--);
}

.main_card{
    padding: 30px 30px;
    background: #fff;  
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}

.dashboard_cards{
    padding: 20px 20px;
    background: #fff;
    border-radius: 10px;
    border-bottom: 2px solid var(--primary-color--);
    /* border-bottom: 2px solid #bd83ff; */
    /* background: #f2e8ff; */
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    height: 100%;
    background: #005b8c1f;
}

.dashboard_cards.bg_yellow{
    border-bottom: 2px solid #ffc107;
    background: #fef4de;
}

.dashboard_cards.bg_green{
    border-bottom: 2px solid #0ad05e;
    background: #ddfbe8;
}

.dashboard_cards.bg_red{
    border-bottom: 2px solid #ea0b31;
    background: #fee2e7;
}

.dashboard_cards h3{
    font-size: 18px;
    color: var(--primary-color--);
}

.dashboard_cards.bg_red p {
    color: #EA0B31;
}

.dashboard_cards.bg_yellow p {
    color: #ffc107;
}

.dashboard_cards.bg_green p {
    color: #0ad05e;
}

.dashboard_cards .cards_details{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard_cards .cards_details .count p{
    font-size: 32px;
    font-weight: 600;
    color: #000;
}

.dashboard_cards.bg_yellow .cards_details .count p{
    /* color: #ffc107; */
}

.dashboard_cards .cards_details .icon{
    width: 45px;
    height: 45px;
    background: #005b8c38;
    color: var(--primary-color--);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 22px;
}

.dashboard_cards.bg_yellow .cards_details .icon{
    background: #ffc10738;
    color: #ffc107;
}

.dashboard_cards.bg_green .cards_details .icon{
    background: #0ad05e38;
    color: #0ad05e;
}

.dashboard_cards.bg_red .cards_details .icon{
    background: #ea0b3138;
    color: #ea0b31;
}

/*  */

.activity_log{
    background: #fff;
    padding: 20px 15px;
    border-radius: 10px;
}

.heading h2{
    font-size: 22px;
    font-weight: 600;
}

.activity_log .heading{
    border-bottom: 1px solid #E6E9EB;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.activity_card{
    border-bottom: 1px dashed #E6E9EB;
    padding-bottom: 10px;
}

.activity_card .head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.activity_card .head p{
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.activity_card .head span{
    color: #86909C;
    font-size: 14px;
}

.activity_card .comment{
    color: #86909C;
    margin: 5px 0;
    font-weight: 500;
}

.activity_card .comment span{
    color: var(--primary-color--);
}

.activity_card  p{
    color: #86909C;
}

.border_l_dashed{
    border-left: 1px dashed #939393;
}

.card_body_new {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.zoom_in_modal.modal.fade      .modal-dialog { transform: scale(0.8) }
.zoom_in_modal.modal.fade.show .modal-dialog { transform: scale(1) }

.card_body_header{
    border-bottom: 1px solid #E6E9EB; 
    padding-bottom: 10px;
}

.view_btn{
    color: var(--primary-color--);
}

.view_btn i{
    font-size: 14px;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date{
    text-align: left;
}

.active_green{
    background: #0ad05e;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
}

.inactive_red{
    background: #ea0b31;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
}

.inactive_red:hover{
    color: #fff;
}

.view_btn_bg{
    background: var(--primary-color--);
    color: #fff !important;
    padding: 2px 5px;
    font-size: 12px;
}

.view_btn_bg:hover{
    color: #fff;
}

.edit_orange{
    background: #e89b04;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
}

.edit_orange:hover{
    color: #fff;
}

.btn_grey{
    background:grey;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
}

.btn_grey:hover{
    color: #fff;
}

.border_new{
    border: 1px solid #dee2e6;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current{
    background: #0ad05e;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover{
    background: #0ad05e;
}

div.dt-container .dt-paging .dt-paging-button:hover{
    background: var(--primary-color--);
}

.select2-container {
    width: 100% !important;
    z-index: 9999;
}

table.dataTable{
    width: 100% !important;
}

.imgdoc{
    width:200px !important;
    border:1px solid grey !important;
}