﻿.navbar.navbar-expand-sm {
    background: #008ad2;
    padding: 0px;
}


.navbar-expand-sm .navbar-nav .dropdown-menu {
    padding: 0px;
}

.footer[b-wdpi53ob3r] {
    color: #fff;
    bottom: 0;
    width: 100%;
    background: #4c4c4c;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 14px;
    position: absolute;
    line-height: normal;
}

.logo-text {
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    color: #008ad2;
    font-weight: 600;
}

ul.navbar-nav.flex-grow-1 li:hover {
    background-color: #f07c00;
}

a.nav-link.dropdown-toggle {
    color: #fff;
}

.sample_card {
    box-shadow: 4px 3px 12px 0px #bfbdbd;
    border: none;
    font-family: 'Poppins', sans-serif;
}

.asterisk {
    color: red;
    font-weight: 600;
    font-size: 19px;
}

.bootbox-close-button {
    font-size: 30px;
}

.btn.btn-backbutton {
    background-color: #008ad2;
    color: #fff;
}

    .btn.btn-backbutton:hover {
        background-color: #05699d;
        color: #fff;
    }

.buttons {
    font-family: 'Poppins', sans-serif;
}



/* top scroll Start */
#Scroll_top_button.show {
    opacity: 1;
    visibility: visible;
}

#Scroll_top_button {
    display: inline-block;
    background-color: #f07c00;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 26px;
    position: fixed;
    bottom: 60px;
    right: 29px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 1000;
    text-decoration: none;
    cursor: pointer !important;
}

.bi-arrow-up::before {
    content: "\f145";
    font-size: 2em;
    color: #fff;
    margin-top: 8px;
    text-align: center;
    margin-left: -2px;
}
/* top scroll End */



/* loader start */
#loading_indicator {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 10px solid grey;
    border-radius: 50%;
    border-top: 10px solid #008ad2;
    width: 100px;
    height: 100px;
    animation: spinIndicator 1s linear infinite;
}

@keyframes spinIndicator {
    100% {
        transform: rotate(360deg);
    }
}

/* loader End */



/* Multi select Start */
.btn.multi_select.dropdown-toggle {
    background: transparent;
    color: #212529;
    border-color: #d7d7d7;
}

    .btn.multi_select.dropdown-toggle:hover {
        background: transparent;
        color: #212529;
        border-color: #d7d7d7;
    }

.form-check-input[type=checkbox] {
    border-radius: .25em;
    color: #000;
    border: 1px solid grey;
}

li.nav-item {
    border-right: 2px solid #f1f1f1;
}

a.dropdown-item:hover {
    background-color: #f07c00;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

a.dropdown-item {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    background: #008ad2;
}

a.nav-link {
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
}

li.nav-item.active {
    border-right: 2px solid #fff;
}
/* Multi select End */

button.bootbox-close-button.close {
    margin-left: 27rem;
    background: #fff;
    border: none;
}

ul.dropdown-menu.show {
    background: #008ad2;
    padding: 0px;
    color: #fff;
}

.card-header.login_header {
    background-color: #799be7;
    color: #fff;
}

.card-header.headercolor {
    background: #008ad2;
    color: #fff;
    text-align:center;
    font-weight:600;
}
button.btn.btn-customsubmit {
    border-radius: 5px;
    border: none;
    background: #f07c00;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}

    button.btn.btn-customsubmit:hover {
        border-radius: 5px;
        border: none;
        background: #cd6a00;
        color: #FFF;
        font-size: 18px;
        font-weight: 500;
    }
