
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.woff") format('woff');
    font-weight: 400;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Bold.woff") format('woff');
    font-weight: 700;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-SemiBold.woff") format('woff');
    font-weight: 600;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Light.woff") format('woff');
    font-weight: 300;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium.woff") format('woff');
    font-weight: 500;
}

:root {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fffdf6;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
    font-family: "Raleway", sans-serif;
    overflow-x: hidden;
    color: #8E8E8E;
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.toast.showing {
    opacity: 0;
}
.toast:not(.show) {
    display: none;
}

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}
.toast-container > :not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

#navbarSideMenu .nav-subtitle {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 0.8rem;
    font-weight: 600;
    opacity: 0.8;
}

.list .row-list:nth-child(odd) {
    background-color: #f2f2f2;
}

.btn-outline {
    border: 1px solid #002647;
}

.btn-outline:hover {
    border: 1px solid #00264770;
}

#navbarSideMenu .navbar-nav .nav-item {
    padding: 3px 0;
    font-size:0.9rem;
}

#navbarSideMenu .navbar-nav .nav-item .nav-link:hover {
    background: #4f84b221;
}

#navbarSideMenu a.nav-link.active {
    font-weight: bold!important;
}

#navbarSideMenu a.nav-link.active i {
    color: #4f83b2 !important;
}

#navbarSideMenu .navbar-nav .nav-item i, .navbar-nav .nav-item svg {
    margin-right: 10px;
    width:18px;
}

#snackbar {
    background-color: #002647;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 300px;
    color: #fff;
    text-align: center;
    padding: 16px;
    position: fixed;
    z-index: 99999999;
    bottom: 30px;
    font-size: 17px;
    left: 50%;
    transform: translate(-50%, -50%);
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid #000;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}
#snackbar.show {
    visibility: visible;
    /* -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
     animation: fadein 0.5s, fadeout 0.5s 2.5s;*/
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}
#snackbar.hide {
    visibility: visible;
    -webkit-animation: fadeout 0.5s;
    animation: fadeout 0.5s;
}


.bg-img {
    background-image: url("/templates/static/img/carrierCheck-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.subpage-bg-img {
    background-image: url("/templates/static/img/carrierCheck-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

h1 {
    font-weight: bold;
    color: #002647;
}

h2 {
    font-size: 1.1rem;
    color: #161515;
}

h3 {
    font-size: 1.1rem;
    color: #161515;
}

.text-dark {
    color: #002647;
}

.btn-primary {
    background: #002647;
    border-radius: 4px;
    padding: 8px 20px;
    border:0;
    color: white;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary:hover, .btn-primary:active {
    background: #053560 !important;
}

.btn-secondary {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
    color: white;
    border: 0;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card {
    box-shadow: 0px 0px 6px 0px #00000030;
    border: 0;
    padding: 30px;
}

.card-success {
    background: #ebf5e59c;
}


.text-success {
    color: #4DC305!important;
}
.card-primary{
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.card-danger {
    background: #ff00004f;
}
.text-danger {
    color: #c30505!important;
}

.dates-table > div:nth-child(even) {
    background: #F6F6F6;
}

.nav-item{
    display: flex;
    align-items: center;
}

.pagination {
    width:fit-content;
    padding:10px;
}

.pagination-item {
    background: #f2f2f2;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
 }

.subpage-banner {
    padding: 150px 0 50px;
}

a {
    text-decoration: none;
    color: #6b6a6a;
}

.footer {
    background: #F5F5F5;
}

.floating-input-container {
    position: relative;
    margin-bottom: 20px;
}

.floating-input:focus {
    background-color: #ECECEC;
    border: 2px solid white;
}

.floating-input {
    font-family: "Arial";
    background-color: #ECECEC;
    color: #002647;
    width:100%;
    outline: none;
    padding: 1rem 0.75rem;
    border: 0;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mainpage-img {
    margin-left:-50px;
}

.floating-label {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.floating-input:not(:read-only):focus + .floating-label, .floating-input:not(:placeholder-shown) + .floating-label {
    transform: translateY(-15px);
    font-size: 0.8rem;
}

.floating-input:not(:read-only):focus, .floating-input:not(:placeholder-shown) {
    padding-top:1.6rem;
    padding-bottom:0.6rem;
}

.btn-generate-raport {
    padding: 16px;
    border-radius:5px;
    line-height: normal;
}

.signature {
    background: #212122;
}

.form-check-input:checked {
    background-color: #da870c;
    border-color: #fd6d0d;
}

.bg-dark {
    background: #053560;
}

.bg-grey{
    background: #86868a;
}

.border-danger {
    border: 1px solid;
    background: rgba(255, 0, 0, 0.1);
    padding: 15px;
    border-radius: 5px;
}

.btn:disabled {
   background-color: #ffa41d;
}

.nav-item .btn-icon {
    padding: 0 !important;
    width: 40px;
    height: 40px;
}

.accordion-header .accordion-button {
    padding: 20px; 
    box-shadow: 0 0px 10px 0 #7e7e7e30;
    border: 1px solid #65656530;
}

.accordion-header .accordion-button:not(.collapsed) {
    background: #0026471f;
}

.form-control:read-only {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}

.form-floating>.form-control:read-only~label::after, .form-floating>:read-only~label::after {
    background-color: var(--bs-secondary-bg);
}


.header-section {
    z-index:99;
}


.hr-sect {
    font-family: 'Montserrat', sans-serif;

    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: #333;
    font-size: 1rem;
    margin: 8px 0px;
}
.hr-sect::before,
.hr-sect::after {
    content: "";
    flex-grow: 1;
    background: #333;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 16px;
}
@media only screen and (max-width: 992px) {

    .btn-generate-raport {
        padding: 7px;
    }

    .mainMenu .navbar-collapse {
        padding: 30px 15px;
        background: #000000c7;
        backdrop-filter: blur(5px);
        position: absolute;
        width: 100%;
        left:0;
        top:0;
        height: 100vh;
        z-index: 999;
    }

    .mainMenu .navbar-collapse .navbar-nav {
        height: 90vh;
        gap:10px;
    }

    .mainMenu .navbar-collapse .nav-item{
        justify-content: center;
    }

    .card {
        padding: 15px;
    }

    .mainpage-img {
        margin-left:0px;
    }
}

@media only screen and (min-width: 992px) {
    .position-lg-relative {
        position: relative;
    }
}
