h1,
h2,
h3,
h4,
h5,
h6 {
    color: #25396f;
}

.bg-nav {
    background-color: #F4F4F4;
}


/* Breadcrums */

.breadcrumb {
    background-color: transparent;
}

.header {
    color: #25396f;
    font-size: 28px;
    font-weight: bold;
}

.card {
    border: none;
}

.card .card-header {
    border: none;
}

.card .card-title {
    font-size: 1.2rem;
    color: #25396f;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.bg-grey {
    background-color: #cccccc;
}

.modal .modal-header .modal-title {
    font-size: 1.1rem;
    color: #25396f;
    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, #b5a1fd36 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: #25396f;
}

label {
    font-size: 16px;
    font-weight: 600;
    color: #25396f;
}

.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.9rem;
}
.bg-title-card{
    background-color: #89c2d9;
}

/* .bg-title-card-1{
    background-color: #bac8cf;
} */

.btn-dropdown{
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
}

#setup label, #outreach label{
    font-size: 13px;
    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;
}

.mt-12{
    margin-top: 12px;
}

/* * 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: 999;
    /* 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: #ffffff;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* 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: 40px;
    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: middle;
}

.discard{
    width: 100%;
    height: 90%;
    padding: 10px;
    border-radius: 10px;
    background-image: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%);
    margin-bottom: 30px;
}
.discard h5{
    font-size: 18px;
    padding: 5px;
    text-align: center;
    font-weight: 600;
    
}