﻿@font-face {
    font-family: "Droid Arabic Kufi";
    /* Add other properties here, as needed. For example: */
    font-weight: normal;
    font-style: normal italic;
    src: url(@Url.Content("~/fonts/DroidArabicKufi/DroidKufi-Regular.woff2")) format('woff2');
}

@font-face {
    font-family: "Droid Arabic Kufi";
    /* Add other properties here, as needed. For example: */
    font-weight: bold;
    font-style: normal italic;
    src: url(@Url.Content("~/fonts/DroidArabicKufi/DroidKufi-Bold.woff2")) format('woff2');
}

html, body {
    font-family: "Droid Arabic Kufi", "Poppins", Arial, sans-serif;
    background: #fcfdf8;
    font-size: 0.89rem;
    color: rgb(26, 28, 25);
}

    html .header {
        background-color: #005318;
        border-bottom-color: #005318;
        border-top-color: #005318;
        color: #fff;
    }

.log-body {
    padding-top: 80px;
    justify-content: flex-start;
}

.lang-btns.container {
    max-width: 1320px;
    position: absolute;
    z-index: 1005;
    top: 10px;
}

.card {
    margin-bottom: auto;
}

    .card .card-body {
        background-color: #D4E8D1;
        border-radius: 11.2px;
    }

.lang-btns .btn, .lang-btns .btn:hover {
    color: #777;
}

    .lang-btns .btn:hover, .lang-btns .btn:focus, .lang-btns .btn:active, .lang-btns .btn:active:focus {
        color: #fff;
    }

.header .toggle-sidebar-left {
    display: none;
}

.lang-btns .btn {
    color: #fff;
}

.header .logo-container {
    background-color: #005318;
    color: #fff;
}

.search-remittance-inquiry {
    border: 1px solid rgb(26 28 25 / 86%);
    border-radius: 0.35rem;
}

    .search-remittance-inquiry:focus-within {
        border-color: #2e2520;
    }

    .search-remittance-inquiry .form-control, .search-remittance-inquiry .btn {
        border: 0;
        box-shadow: none;
    }

    .search-remittance-inquiry .btn {
        padding-left: 0;
        padding-right: 0;
        min-width: 2.5rem;
    }

        .search-remittance-inquiry .btn > .fas, .search-remittance-inquiry .btn > .far {
            font-size: 20px;
            color: #005318
        }

.card-title {
    font-weight: 400;
}

#map {
    border: 0;
    box-shadow: none;
}

.text-success {
    color: #005318 !important;
}

.alert-danger {
    color: #434941;
    background-color: #f9dbd7;
    border-color: #f9dbd7;
}

.alert-success {
    color: #434941;
    background-color: #e3eee3;
    border-color: #e3eee3;
}

.form-control, .input-group-text {
    background-color: #D4E8D1 !important
}

.card-header {
    border-bottom: 0;
}

.table thead th, .table thead td, .table:not(.table-collapsable):not(.table-threshold) tbody > tr:nth-child(even) {
    background-color: #fff;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    background-color: transparent !important;
}

.search-remittance-inquiry:focus-within {
    border-color: #005318;
}
@media screen and (max-width: 992px) {
    .header {
        position: fixed;
    }

    .log-body {
        padding-top: 38px;
    }

    .header .logo-container {
        background-color: #005318;
        background-image: none !important;
        color: #fff;
    }

    .logo-container h2.companyName {
        margin-left: 14px !important;
    }


    .lang-btns.container {
        /*position: fixed;*/
        top: 0px;
    }

        .lang-btns.container .btn {
            min-width: auto;
            padding: 0;
        }

    .alert {
        padding: 1.8rem 1.9rem;
        border: 1px solid transparent;
        border-radius: 11.2px;
        margin-top: 1rem;
    }

    .header {
        display: none
    }

    .lang-btns .btn {
        color: #000;
        padding: 0.375rem 0.75rem 0 !important;
        font-size: 1rem;
    }

        .lang-btns .btn:hover, .lang-btns .btn:focus, .lang-btns .btn:active, .lang-btns .btn:active:focus {
            color: #000;
        }

   /* .search-remittance-inquiry {
        border: 1.5px solid rgb(26 28 25 / 86%);
    }*/
}

