html,
body {

    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1B262C;
}

.bg-nav {
    background-color: #F4F4F4;
}


/* Breadcrums */

.breadcrumb {
    background-color: transparent;
}

.header {
    color: #435663;
    font-size: 22px;
    font-weight: 600;
}

.card {
    border: none;
}

.card .card-header {
    border: none;
    background-color: #3282B8;
    color:#fff !important;
}

.card .card-title {
    font-size: 1.2rem;
    color: #fff !important;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.bg-grey {
    background-color: #cccccc;
}

.modal .modal-header .modal-title {
    font-size: 1.1rem;
    color: #071952;
    font-weight: 600;
}

.modal label {
    color: #333333;
    font-weight: 600;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 1px;
}

.form-control-user1 {
    /* font-size: .8rem; */
    border-radius: 10rem;
    padding: 3;
    height: 50px;
}

.bg-grad {
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

.mt-50 {
    margin-top: 50px;
}

#auth {
    height: 100vh;
    overflow: hidden;
}

.text-big {
    font-size: 1.5rem;
}

.text-black {
    color: #000000;
}

.font-bold-600 {
    font-weight: 600;
}

.font-bold-800 {
    font-weight: 800;
}

.stats-icon {
    width: 3rem;
    height: 3rem;
    /* width: 100%;
    height: 70px; */
    border-radius: 0.5rem;
    background-color: black;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-icon.purple {
    background-color: #9694ff;
}

.stats-icon.blue {
    background-color: #57caeb;
}

.stats-icon.green {
    background-color: #5ddab4;
}

.stats-icon.red {
    background-color: #ff7976;
}

.py-4-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.card {
    border-radius: 0.75rem;
}

.text-mid {
    font-size: 0.95rem;
    font-weight: 600;
}

.text-blue {
    color: #071952;
}

label {
    font-size: 13px;
    font-weight: 600;
    color: #071952;
    text-transform: uppercase;
}

.req {
    color: crimson;
}


/* =========================== Form input  CSS ============================ */

#login-form label {
    font-size: 15px;
    font-weight: bold;
    color: #666;
    margin-bottom: 0px;
}

#login-form input,
#login-form select {
    border: 0px;
    border-bottom: 1px solid #aaa;
    border-radius: 0px;
    box-shadow: none;
    padding-left: 0px;
    margin-bottom: 10px;
}

#login-form input::placeholder {
    font-size: 14px;
    text-transform: uppercase;
}

#login-form input:hover,
#login-form input:focus-within {
    border-bottom-color: #cf375d;
}

#login-form .btn-grad {
    background-image: linear-gradient(to right, #7474BF 0%, #348AC7 51%, #7474BF 100%)
}

#login-form .btn-grad {
    /* margin: 10px; */
    /* padding: 15px 45px; */
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    /* border-radius: 10px; */
    display: block;
    border: none;
}

#login-form .btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.sidebar.toggled .nav-item .nav-link span {
    font-size: 0.75rem;
    display: block;
    font-weight: 700;
}

.bg-back {
    background-color: #F7ECDE;
}

.bg-card {
    background-color: #FBF8F1;
}

.bg-heavy {
    background-color: #E9DAC1;
}

.bg-btn {
    background-color: #007580;
    color: #fff;
}

.text-green {
    color: #54BAB9;
}

.text-sm {
    font-size: 0.8rem;
    color: #000000 !important;
}

.bg-title-card {
    background-color: #f3f3f3;
}

.btn-dropdown {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
}

#setup label,
#outreach label {
    font-size: 12px;
    font-weight: 600;
}

#setup select option {
    font-size: 13px;
    font-weight: bold;
    word-wrap: break-word;
    overflow: hidden;
}

#setup .table,
#otable .table {
    font-size: 12px !important;
    font-weight: bold;
}

.bg-light-blue {
    background-color: #f2f7ff;
}

.bg-white {
    background-color: #ffffff;
}
/* label {
    font-size: 14px;
} */

/* ============ Toggle Switch ========================== */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #069431b7;
}

input:focus+.slider {
    box-shadow: 0 0 1px #069431b7;
}

input:checked+.slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/* Side Pane  */

/* The sidepanel menu */
.sidepanel {
    height: 100vh;
    /* Specify a height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 99999;
    /* Stay on top */
    top: 0;
    right: 0;

    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.38);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.8px);
    -webkit-backdrop-filter: blur(7.8px);
    border: 1px solid rgba(255, 255, 255, 0.16);

    /* background-color: #FBF8F1; */
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 10px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidepanel */
}

/* The sidepanel links */
/* .sidepanel a {
    position: absolute;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
} */
.sidepanel a {
    text-decoration: none;
}

/* When you mouse over the navigation links, change their color */
/* .sidepanel a:hover {
    color: #000000;
  
} */

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
    position: absolute;
    /* top: 10px; */
    right: 25px;
    /* font-size: 25px; */
    /* margin-left: 50px; */
    border: 1px solid transparent;
    background-position: center;
    width: 25px;
    text-align: center;
    border-radius: 33px;
    transition: 0.3s;
    font-weight: 600;

}

.sidepanel .closebtn:hover {
    font-weight: bold;
    border: #646FD4 1px solid;
    color: #646FD4;
    transform: rotate(180deg);
    transition: 0.3s;

}

.sidepanel .table-display {
    font-size: 13px;
    color: #333;
}

.sidepanel .table-display td {
    vertical-align: top;
}

.bg-amount {
    background-color: #f2eaf8;
}

#subnav {
    background-color: #0F4C75;
    display: flex;
    flex-flow: row wrap;
    min-height: 50px;
    align-items: center;
    padding: 10px;
}

#subnav a {
    /* background-color: #004b8d; */
    color: #fff;
    padding: 7px 10px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;

}
.dropdown-menu {
    background-color: #0F4C75;
    border-color: #0F4C75;
}

#subnav a:hover {
    background-color: #BBE1FA;
    color: #000000;
}

#subnav .active {
    background-color: #BBE1FA;
    color: #000000;
}

.topbar {
    height: 60px;
}

.mt-120 {
    margin-top: 140px;
}

.bg-head {
    background-color: #435663;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-purple {
    background-color: #435663;
    color: #fff;
    font-weight: 600;
}

.page-link {
    padding: 5px 10px;
    font-size: 12px;
}

.dataTables_info {
    font-size: 12px;
}

#wrapper #content-wrapper {
    background-color: #f8f7ff;
    min-height: 100vh;
}

a,
.text-brown {
    color: #071952;
}

.form-control {
    color: #000 !important;
    font-weight: 500;
}

/* Mobile Screen */
@media screen and (max-width: 480px) {
    #subnav {
        min-height: 120px;
        justify-content: space-between;
    }

    #subnav a {
        font-size: 10px;

    }

    #logo_img {
        width: 50%;
    }

    .mt-120 {
        margin-top: 200px;
    }

    .mt-sm {
        margin-top: 10px;
    }
}
.dropdown:hover>.dropdown-menu {
  display: block;
}