@import url('raleway-fonts.css');

body {
    font-family: 'raleway', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    min-height: 100vh;
}

#loading-cntr {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: #fff;
    z-index: 1001;
}

#loading-image {
    z-index: 1002;
    width: 200px;
    height: auto;
    margin-top: -50px;
}

/* Back to Top */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 9999;
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.2s ease-out;
    border-radius: 5px;
}

    .back-to-top:hover,
    .back-to-top:active,
    .back-to-top:focus {
        opacity: 1;
    }

    .back-to-top i {
        color: #000;
    }

.home-banner {
    background-repeat: no-repeat;
    background-image: url('./../images/DigitalHead-scaled.jpg');
    background-size: cover;
    background-position: 50%;
    background-attachment: scroll;
    min-height: 260px;
}

.navbar-brand img {
    height: 50px;
}

.app-header {
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.app-header.fixed-header {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 99;
}

    .app-header.fixed-header .navbar-brand img {
        height: 30px;
    }

.app-header.fixed-header {
    border-bottom: 1px solid #ddd;
}

    .app-header.fixed-header .main-navbar .navbar-nav li a {
        color: #000;
    }

        .app-header.fixed-header .main-navbar .navbar-nav li a.active {
            color: #000;
        }

.gray-section {
    background: linear-gradient(to bottom, #e9ecf2, #ffffff);
}

.assist-section {
    text-align: center;
    padding: 0 80px;
}

    .assist-section img {
        height: 70px;
    }

    .assist-section h2 {
        color: #000;
        font-size: 28px;
        line-height: 1.4em;
        font-weight: 600;
    }

    .assist-section p {
        font-size: 16px;
    }

    .assist-section .line-prime-blue {
        margin: 30px auto;
    }

.line-prime-blue {
    border-color: #00b0f0;
    background-color: #00b0f0;
    height: 5px;
    width: 200px;
    opacity: 1;
}

.btn-garnet {
    background: #96194e;
    color: #fff;
    border: none;
}

    .btn-garnet:hover, .btn-garnet:focus, .btn-garnet:active {
        background: #b41558 !important;
        color: #fff !important;
        border: none;
    }


.footer-logo img {
    width: 200px;
    margin: 0 auto;
}

.app-footer {
    background: linear-gradient(to bottom, #001c41, #003d8d);
    padding: 20px;
}

.default-card {
    border-radius: 0;
    border-color: #ddd;
    background-color: #fff;
    color: #000;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);
}

    .default-card .card-header {
        background-color: #fff;
        border-bottom-color: #e9ebec;
        padding: 12px 15px 12px 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .default-card .card-header .card-title {
            font-size: 16px;
            margin: 0;
            color: #000;
            font-weight: 600;
        }

.main-navbar .navbar-nav li a {
    color: #fff;
}

    .main-navbar .navbar-nav li a.active {
        color: #fff;
    }

.navbar-collapse {
    flex-grow: inherit;
}

.navbar-toggler {
    background-color: #ddd;
}


.home-banner-txt {
    color: #fff;
    padding-top: 120px;
}

    .home-banner-txt h6 {
        font-size: 18px;
        font-family: oswald, helveticaneue, helvetica neue, helvetica-neue, Helvetica, Arial, sans-serif;
        font-weight: 500;
        text-transform: uppercase;
    }

    .home-banner-txt h2 {
        font-size: 35px;
        font-family: raleway, Helvetica, Arial, sans-serif;
        font-weight: 800;
        text-transform: none;
    }

.footer-txt {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.download-excel ul {
    min-width: 90px;
}

    .download-excel ul li a {
        font-size: 12px;
    }

.form-input-search {
    display: flex;
}

.search-filter {
    margin-left: 10px;
}

    .search-filter .form-control {
        font-size: 16px;
    }

    .search-filter select {
        width: 250px;
    }

.form-input-search .search-input {
    width: 250px;
}

.search-filter .bootstrap-select .btn-light {
    border: 1px solid #dee2e6;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
}

.bs-searchbox .form-control {
    padding: 5px;
    font-size: 12px;
}

.bs-actionsbox .btn {
    font-size: 10px;
    padding: 1px;
}

.bootstrap-select .dropdown-menu li a {
    font-size: 16px;
}


.table-style-2 thead th {
    background: #020e18;
    color: #fff;
}


@media (max-width:768px) {
    .assist-section {
        padding: 0px;
    }
}

@media (max-width:600px) {
    .form-input-search {
        display: block;
        width: 100%;
    }

    .form-input-search {
        display: block;
        width: 100%;
    }

    .search-filter {
        margin-bottom: 10px;
    }

    .home-banner {
        min-height: 250px;
    }

    .home-banner-txt h6 {
        font-size: 18px;
    }

    .home-banner-txt {
        padding-top: 110px;
    }

        .home-banner-txt h2 {
            font-size: 28px;
        }

    .navbar-nav li {
        text-align: center;
    }
}

/* Back to Top end*/
