@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --blue: #102f4c;
}
body{
    font-family: "Inter", sans-serif;
    background-color: #f5f9fc;
}

.sidebar {
    width: 266px;
    height: 100vh;
    position: fixed;
    padding: 15px 0;
    overflow-y: auto;
    background-color: #fff;
  }
  .sidebar .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #16192c;
    font-size: .875rem;
    font-weight: 500;
  }
  .sidebar .nav-item {
    margin-bottom: 10px;
  }
.sidebar .main_link:hover{
    background-color: #f5f9fc;
}
.sidebar .sub_link{
    color: #525f7f;
    font-weight: 400;
}
.sidebar .sub_link:hover{
    color: #5c60f5;
}
.logo{
    display: inline-block;
    padding: 2px 13px;
}
.top-header {
    padding: 20px 10px;
}
.profile {
    width: 35px;
    height: 35px;
}
.profile img{
    width: 100%;
    border-radius: inherit;
}
.name span{
    color: #16192c;
    font-weight: 600;
    font-size: 14px;
}
.dropdown-menu-end{
  box-shadow: 0px 16px 16px -1px rgba(10,22,70,.1),0px 0px 1px 0px rgba(10,22,70,.06);
  border-color: #4c404000;
}
.profile_itemss{
    color: #16192c;
    font-weight: 400;
    font-size: 14px;
}
.profile_itemss:hover{
    color: #5c60f5;
    background-color: transparent;
}
.right_side{
    background-color: #f5f9fc;
    height: 100vh;
}
.bg_white{
    background-color: #fff;
    padding: 12px 20px;
}
.table-light tr th{
    color: #525f7f;
    background-color: #f5f9fc;
    font-size: 10.8px;
    font-weight: 500;
}
.main_right {
    padding: 20px;
}
.table_data td p{
    color: rgb(22,25,44);
    font-size: 13px;
    font-weight: 500;
}
table th, td{
    padding: 10px 20px !important;
    vertical-align: middle;
}
.table_data:hover{
    --bs-table-hover-bg: #f5f9fc !important;
}
.view_btn{
   color: #16192c;
   font-size: 14px;
   font-weight: 500;
   border: 1px solid;
   border-color: #e7eaf0;
   text-decoration: none;
   padding: 8px 16px;
   border-radius: 6px;
}
.view_btn:hover{
    background-color: #e7eaf0;
    border-color: #e7eaf0;
 }
 .delete_btn:hover{
    background-color: #e7eaf0;
    border-color: #e7eaf0;
    color: rgba(255,51,102, 1);
 }
.delete_btn{
    color: #16192c;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid;
    border-color: #e7eaf0;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 6px;
    background-color: #fff;
}
.common_circle{
    text-align: center;
    vertical-align: middle;
    width: 3rem;
    height: 3rem;
    border-radius: .375rem;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}
.h6.font-semibold{
    font-size: .875rem;
}
.h3.font-bold{
    font-size: 1.375rem;
    font-weight: 600;
}
.bg-soft-success {
    background-color: #ccf5e7 !important;
}
.bg-soft-danger {
    background-color: #ffd6e0 !important;
}
.badge.badge-pill{
    font-size: .67em;
}
.badge {
    line-height: 1rem;
}
.text-xs.text-muted{
    font-size: 12px;
}

.w-full {
    width: 100% !important;
}

.login_btn{
    color: #16192c;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid;
    border-color: #e7eaf0;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #e7eaf0;
}
.login_btn:hover{
    border: 1px solid #e7eaf0;
    background-color: #e7eaf0;
}
.blue-btn{
    background-color: var(--blue);
}
.blue-btn:hover{
    background-color: var(--blue);
    opacity: 0.9;
}
.nav-tabs .nav-link{
    color: #000;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: var(--blue);
    color: #fff;
}
.form-control:focus {
    box-shadow: none;
}


@media (min-width:1200px) and (max-width:1399px){
    .sidebar {
        width: 225px;
    }
}


.cursorset{
    cursor: pointer;
}

.reportimgmodal{
    position: relative;
    .close{
       position: absolute;
       top: -10px;
       right: -10px;
  background: var(--blue);
      border: none;
       border-radius: 50%;
       width: 40px;
       height: 40px;
       box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
       i{
        font-size: 16px;
        color: white;
       }
    }
}

.dashboard_tab{
    overflow: hidden;
    a{
        background-color: #f0f4f7;
        box-shadow: 
        rgba(42, 51, 70, 0.03) 0px -1px 1px -0.5px,
        rgba(42, 51, 70, 0.04) 0px -2px 2px -1px,
        rgba(42, 51, 70, 0.04) 0px -3px 3px -1.5px,
        rgba(42, 51, 70, 0.03) 0px -5px 5px -2.5px,
        rgba(42, 51, 70, 0.03) 0px -10px 10px -5px,
        rgba(42, 51, 70, 0.03) 0px -24px 24px -8px;
    border-bottom: none;
    
        margin-right: 5px;
        &:hover{
            background: #102f4cc3;
            color: white;
        }
    }

}

.dashboard_categories_table{
    background-color: white;
    table{
        th,td{
            border: 1px solid rgb(206, 206, 206);
        }
        & tr:hover{
            background-color: rgb(244, 244, 244);
        }
    }

   
}

