@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

* {
    box-sizing: border-box;
}

body {
    background: #f8f9fa !important;
    font-family: 'Inter';
}

.w-100{
    width: 100%;
}

table {
    width: 100%;
    font-size: 15px;
}

tr:nth-child(odd) {
    background: #f1f1f1;
}

th,
td {
    text-align: left !important;
    padding: 10px 9px;
}

label {
    margin-bottom: 4px;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
    /* box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); */
}

.hamburger {
    background: transparent;
    border: none;
    color: #dd3944;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.maincontent {
    padding: 0 25px;
}

.highlight {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 12px #ddd;
    margin: 15px 0px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
  ----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    background: #f9f9f9;
    color: #262626;
    transition: all 0.3s;
    box-shadow: 0px 0px 10px #eee;
    position: fixed;
    z-index: 1;
    /*Sid*/
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    margin-top: 20px;
    text-align: center;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #464646;
    padding: 8px 12px;
}

#sidebar ul li {
    padding: 3px 12px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 16px;
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    color: #484848;
    border-radius: 8px;
}

#sidebar ul li a:hover {
    color: #DD3944;
    background: #f5f7ff;
}

#sidebar ul li a svg {
    margin-right: 8px;
    width: 16px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #1b59fb;
    background: rgba(27, 89, 248, 0.1);;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
  ----------------------------------------------------- */

#content {
    width: 100%;
    transition: all 0.3s;
    padding-left: calc(250px + 0px);
    /*Sid*/
}

.dashbox {
    position: relative;
}

.dashbox h1 {
    margin-bottom: 0;
    margin-top: 30px;
}

.dashbox i {
    position: absolute;
    right: 20px;
    bottom: 25px;
    font-size: 40px;
    opacity: 0.8;
}

.notification {
    background: #f1f1f1;
    padding: 12px;
    display: flex;
    margin-top: 15px;
    border-radius: 5px;
    align-items: center;
    position: relative;
}

.notification .leftarea {
    margin-left: 12px;
    margin-top: 5px;
}

.notification .date {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 12px;
    font-weight: 700;
}

.notification .pcircle {
    width: 38px;
    height: 38px;
    background: #d7d7d7;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.notification hr {
    margin-top: 30px;
}

.approve_btn {
    background: #fff;
    border: none;
    box-shadow: 0px 0px 12px #f5f7ff;
    padding: 5px 15px;
    border-radius: 5px;
    width: 50%;
    margin: 0 2%;
}

.header_profile a.dropdown-toggle {
    display: inline-block;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    overflow: hidden;
}

.header_profile .dropdown-toggle::after {
    display: none;
}

.header_profile .dropdown-menu {
    box-shadow: 0px 1px 10px 0 rgb(0 0 0 / 15%);
    border-radius: 4px !important;
    right: 0;
    left: auto !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    top: 120% !important;
}

.header_profile .dropdown-item {
    color: #76838f;
    background-color: transparent !important;
}

.profile-pic {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    height: 150px;
    width: 150px;
    margin: 0 auto;
}

.profile-pic .-label {
    cursor: pointer;
    height: 150px;
    width: 150px;
}

.profile-pic:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    border-radius: 100px;
    margin-bottom: 0;
}

.profile-pic span {
    display: none;
    padding: 0.2em;
}

.profile-pic:hover span {
    display: inline-flex;
}

.profile-pic input {
    display: none;
}

.profile-pic img {
    position: absolute;
    object-fit: cover;
    width: 150px;
    height: 150px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
    border-radius: 100px;
    z-index: 0;
}

form.logform {
    background: #fff;
    box-shadow: 0 0 17px #c2c2c2;
    padding: 25px;
}

.table_filter {
    border-bottom: 1px solid #c4c4c4;
}

.cust_dropdown {
    margin-bottom: 2%;
}

.dropdown-toggle.loc {
    background-color: #fff;
    color: #181818;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    margin-bottom: 2%;
    width: 100%;
    text-align: left;
}

.dropdown-toggle.loc::after {
    display: inline-block;
    margin-left: 20px;
    color: #181818;
    position: relative;
    top: auto;
    right: auto;
    transform: inherit;
}

.fa-solid, .fas {
    font-weight: 900;
}

.dt_picker {
    height: 38px;
}
.dt_picker {
    background-color: #fff;
    color: #181818;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.count_highlight{
    font-weight: 600;
    color: #1b59fb;
}

.table_head{
    font-size: 12px;
    font-weight: 600;
    color: #8392AB;
    background-color: #e4f2f5!important;
}

.table_data{
    font-size: 12px;
    cursor: pointer;
}

.txt_focus{
    font-weight: 600;
    color: #172B4D;
}

.status-danger{
    background-color: #E51837;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}

.status-success{
    background-color: #71CF8B;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}
.status-warning{
    background-color: #EFBE11;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}

.pdf_download{
    color: #1B59F8;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
}

/* .data_table{
    overflow-x: scroll;
} */

.tbl_data{
    width: 100%;
}

.modal_heading{
    font-size: 26px;
    font-weight: 500;
}

.loc.alt {
    background-color: rgba(240, 242, 245, 0.37);
    color: #000;
    border: 0px solid #fff;
    border-radius: 5px;
    margin-bottom: 2%;
    padding: 0.375rem 0.75rem;
}

.dropdown-toggle.loc.alt::after {
    display: inline-block;
    margin-left: 65%;
    color: #181818;
    position: relative;
    top: auto;
    right: auto;
    transform: inherit;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}
}

.loc.alt{
    text-align: left;
}

.cust_dropdown label{
    font-size: 16px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background: rgba(27, 89, 248, 0.13);
}

.delete_btn{
    color: #1B59F8;
    border: 1px solid #1B59F8;
    transition: all 0.5s;
}

.delete_btn:hover{
    color: #fff;
    border: 1px solid #1B59F8;
    background-color: #1B59F8;
    transition: all 0.5s;
}

.add_btn{
    color: #fff;
    background-color: #1B59F8;
    transition: all 0.5s;
}

.add_btn:hover{
    color: #1B59F8;
    background-color: #fff;
    transition: all 0.5s;
    border: 1px solid #1B59F8;
}

.tbl_data_alt{
    width: 100%;
}

@media (min-width: 576px){
.modal-dialog.cust_invent_modal_width {
    max-width: 80%;
    margin: 1.75rem auto;
}
}

.inv_tb_head{
    font-size: 12px;
    font-weight: 500;
    color: #8392AB;
    background-color: #fff!important;
    border-bottom: 0.2px solid #c4c4c4;
}

/* Sign In */
.page_left, page_right{
    height: 100vh;
}

.left_bg{
    background: #1B59F8;
}

.left_content, .right_content{
    height: 100vh;
}

.page_head{
    color: #fff;
    font-size: 54px;
    font-weight: 500;
}

.form_head{
    font-size: 38px;
    font-weight: 500;
}

.c_blue{
    color: #1B59F8;
}

.form_field{
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 5px 15px;
}

.form_field:focus-visible{
    outline: 1px solid #1B59F8;
    border-radius: 5px;
    padding: 5px 15px;
}

.bg_img1{
    width: 20%;
    left: 0;
    bottom: 0;
}

.bg_img2{
    width: 20%;
    right: 0;
    bottom: 8%;
}

.bg_img3{
    width: 20%;
    right: 5%;
    top: 0;
}

.annotation{
    font-size: 14px;
    font-weight: 500;
    color: #181818;
    text-decoration: none;
}

.annotation.ver_lnk{
    color: #04a777;
    padding: 5px;
    border-radius: 5px;
    background: rgba(113, 207, 139, 0.32);
    width: 50%;
}

.counter{
   border-radius: 10px;
   padding: 15px 25px;
   color: #fff;
}

.c_icon {
   width: 50px;
   background-color: #fff;
   border-radius: 100%;
   padding: 10px;
   height: 50px;
}

h2.counter_num {
   font-size: 4rem;
}

p.counter_name {
   font-size: x-large;
   font-weight: 500;
}

.counter.c1{
   background-color: #F77062;
}

.counter.c2{
   background-color: #62AFF7;
}

.counter.c3{
   background-color: #BE62F7;
}

.counter.c4{
   background-color: #F762CD;
}

