@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap');

:root {
    --main-bg-color: #fff; 
    --main-text-color: #555; 
    --dark-text-color: #222; 
    --light-text-color: #c7c7c7; 
    --primary-color: #0A6ED1; 
    --light-bg-color: #ededee; 
    --dark-bg-color: #000000; 
    --rounded: 3px;
    --poppins: "Poppins", sans-serif;
}

body {
    background-color: #EAEEF3;
    font-family: var(--poppins);
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6 {
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}
.font-16 {
    font-size: 16px;
}
.font-17 {
    font-size: 17px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-25 {
    font-size: 25px;
}
.btn {
    border-radius: var(--rounded);
    text-transform: capitalize;
}
.bootstrap-select .dropdown-toggle::after {
    display: none;
}
.navbar.sub-menu a {
    text-decoration: none;
    color: #fff;
    padding: 5px 0px;
    border-radius: var(--rounded);
    position: relative;
}
.navbar.sub-menu a:hover {
    /* background: rgb(255 255 255 / 37%); */
    color: #000000;
}
.navbar.sub-menu a.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #D1E8FF;
}
.object-cover {
    object-fit: cover;
}
.bg-theme-gradient {
    background: linear-gradient(90deg, #1464B4 0%, #3C95ED 100%);
}
select.menu-dropdown {
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/dropdown.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    background-color: transparent;
    color:#fff;
    font-weight: 600;
    border: 0;
    font-size: 14px;
}
select.menu-dropdown:focus {
    outline: none;
}
select.menu-dropdown option {
    color: black;
    padding: 3px;
}
.login-box {
    max-width: 500px;
}
label {
    font-size: 14px;
    font-weight: 400;
    color: #6A6D70
}
.btn {
    font-size: 14px;
}
.btn-primary {
    background: var(--primary-color);
}
.decoration-none {
    text-decoration: none;
}
.form-select, .form-control, .h-40{
    height: 40px;
    font-size: 14px;
    border-radius: var(--rounded);
}
.list-none {
    list-style: none;
}
.sap-news{
    position: absolute;
    background-color: #063868;
    color: #ffffff;
    line-height: 1.5;
    font-size: 12px;
    padding: 15px;
    bottom: 0;
}
.card {
    border: 0;
    box-shadow: 0px 2px 8px 0px #0000001A;
}
.dashboard-section .card-body {
    width: 165px;
}
.bg-light-blue {
    background: #378FE680;
}
.bg-gray {
    background-color: #F2F2F2 !important;
}
.table-md td, .table-md th {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-weight: 400;
}
.back-btn{
    padding: 4px 6px;
    background-color: #D9D9D9;
    border-radius: var(--rounded);
    line-height: 0;
}
a {
    color:#1464b4;
}
a:hover {
    color:#3b94ec;
}
.lh-1-8  {
    line-height: 1.8;
}
 .lh-2{
    line-height:2;
 }
.copyright {
    background-color: #ffffff14;
    font-size: 12px;
}
.table-md th {
    font-weight: 600;
    vertical-align: top;
}
table .selected {
    background-color: rgb(20 100 180 / 12%);
}
.bootstrap-select input{
    height: 35px;
}
.bootstrap-select .dropdown-menu {
    font-size: 14px;
}
.allocate-table th, .allocate-table td {
    white-space: nowrap;
    padding: 0 10px;
}
.allocate-table th:first-child, .allocate-table td:first-child {
    position: sticky;
    left: 0;
    background: #fff;
}
.allocate-table th:first-child {
    background: #F2F2F2;
}
@media only screen and (min-width: 768px) {
    .container-fluid{
        padding-left: 20px;
        padding-right: 20px;
    }
}