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

html,
body {
    font-size: 1rem !important;
    font-family: 'Poppins' !important;
    ;
    color: #374151;
    line-height: 1.5 !important;
    background: #fff;
}

#loader {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    width: 100px;
    background: #FFF6BF;
    color: black;
    border: 2px solid #FFF6BF;

    position: fixed;
    z-index: 5000;
    top: 13%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1f2937;
}

.required {
    color: #000000;
    background-color: #ffffc4;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #ffffc4;
    border-right: 1px solid #ffffc4;
}

.btn-warning {
    color: #1f2937;
    background-color: #fba918;
    border-color: #fba918;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(17 24 39 / 8%);
}

#btn1 {
    border-radius: 0px;
    background: #303030;
    border: 1px solid #303030;
    text-decoration: none;
    cursor: pointer;
    color: #aaa68a;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

#btn2 {
    border-radius: 0px;
    background: #cc0000;
    border: 1px solid #cc0000;
    text-decoration: none;
    cursor: pointer;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}


.view-invoice .modal-header>h5.modal-title {
    width: 100%;
}

.view-invoice .modal-content {
    height: 100% !important;
}

.regular-font {
    font-size: 12px !important;
}

.card-running-periode {
    border-radius: 20px;
}

.card-running-periode:hover {
    cursor: pointer;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    background-color: rgb(243, 251, 254);
}

.spin-icon-active {
    width: 20px;
    height: 20px;
    animation-name: spin;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


@media screen and (max-width: 768px) {
    .backdrop {
        border-radius: 20px !important;
    }
}

.backdrop {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 1px 2px 17px 0 rgb(149 153 215 / 37%);
    border: 1px solid #f1f1f1;
    border-radius: 40px;
    padding: 10px;
    margin: 10px 0;
}

.btn.btn-primary {
    background-color: #3076C9;
    border-radius: 40px;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}


.backdrop h3 {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.top-line {
    background: #3076C9;
    border-radius: 20px;
    margin-top: 10px;
    color: #CEE4FF;
}

.bottom-line {
    background-color: #E4E4E4;
    margin-top: 5px;
    border-radius: 12px;
}

.modal .modal-title {
    font-size: 26px;
    font-weight: 600;
    color: #3076C9;
}
