body {
    background: #F9F6FD;
    font-family: 'Montserrat', sans-serif;
    color: #262B43;
}

.custom-header-bg {
    padding: 8px 30px;
    background: #1d54eb !important;
}

.swcont {
    clear: both;
    margin: 0;
    top: -4px;
    position: relative;
    display: inline-block;
    left: -50px;
}

.switch,
.toggle {
    animation: 1s ease 0s normal none infinite running bugfix;
}

.switch {
    border: 0 none;
    color: #fff;
    float: left;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    position: relative;
    min-width: 260px;
    top: 5px;
}

.switch legend {
    border: 0 none;
    color: #fff;
    float: left;
    font-size: 12px;
    text-align: right;
    width: 50%;
}

.switch input {
    opacity: 0;
    position: absolute;
}

.switch input:checked+label {
    color: #fff;
}

.switch label {
    color: #64676b;
    cursor: pointer;
    float: left;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    margin: 0 -2px 0 2px;
    padding: 10px 0px;
    position: relative;
    text-align: center;
    width: 25%;
    z-index: 2;
}

.switch .switch-button {
    background-color: #F04F23;
    clear: both;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 25%;
    z-index: 1;
}

.switch legend::after {
    background-color: #fff;
    border-radius: 0;
    content: "";
    height: 100%;
    left: 50%;
    padding: 2px;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 0;
}

.switch input:last-of-type:checked~.switch-button {
    left: 75%;
}

.custom-search span {
    position: absolute;
    margin-left: 15px;
    height: 25px;
    display: flex;
    align-items: center;
    z-index: 1;
    color: #fff;
    top: 7px;
}

.custom-search input {
    height: 40px;
    width: 280px;
    background: rgba(255,255,255,0.1);
    margin-right: 30px;
    border: 0 !important;
    color: #fff;
    padding-left: 50px;
    color: white;
}

.custom-search input::placeholder {
    color: #fff;
}

.custom-search input:focus {
    outline: none;
    border: 0;
    color: #fff;
    background-color: transparent;
}

.login {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    top: 0px;
    margin-right: 10px;
}

.profile_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #7F9FF5;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}


.dropdown-menu.custom {
    right: 0;
    left: inherit;
    padding: 10px !important;
    -webkit-box-shadow: 0 10px 31px rgba(0,0,0,.2);
    box-shadow: 0 10px 31px rgba(0,0,0,.2);
    border: 0;
    border-radius: 3px;
    margin-top: 19px;
}

.nav-item::marker{
    color: #1d54eb;
    content:none
}

.logo-img{
    width: auto;
}

.widget-flat p{  
    font-size: 12px;
    color: #474a5e;
    font-weight: 600 !important;
}


.widget-flat{
    height: 100px;
}

.orange-icon i{
    color:#ee4013;
    font-size: 20px;
}

.blue-icon i{
    color: #1d54eb;
    font-size: 20px;
}

.green-icon i{
    color: #119a56;
    font-size: 20px;
}

.icon-box i{
    background-color: #ffefea;
    height: 70px;
    border-radius: 100%;
    width: 70px;
    line-height: 70px;
    font-size: 35px;
}

.green-icon .icon-box i{
    background-color: #e5fff3;
}

.blue-icon .icon-box i{
    background-color: #e6efff;
}

.orange-btn:hover, .orange-btn:active {
    background-color: #ee4013;
    outline: none;
    transition: none;
}

.blue-btn:hover, .blue-btn:active {
    background-color:#1d54eb;
    outline: none;
    transition: none;
}

.green-btn:hover, .green-btn:active {
    background-color: #119a56;
    outline: none;
    transition: none;
}

.custom_gid_block a:hover i {
    color: #fff;
}

.custom_gid_block a:hover p{
    color: #fff;
}

/* Login Css Start */
.login-box-body .form-group input {
    border: 1px solid #636880;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #888888;
    height: 60px;
    padding: 0 25px;
}

.login-box .btn.btn-primary.orange {
    -webkit-box-shadow: 0px 2px 8px #00000029;
    box-shadow: 0px 2px 8px #00000029;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.back_to_portal {
    max-width: 1000px;
    margin: 20px auto 20px;
}

.back_to_portal i {
    position: relative;
    top: 3px;
    margin-right: 1rem;
    font-weight: 600;
}

.back_to_portal a:hover{
    text-decoration: none;
}

.base-text {
    color: #262B43 !important;
    font-size: 14px;
    font-weight: 500;
}

.base-text:hover {
    color: #2D62ED !important;
}

.bg {
    background: #F4F3F9;
}

.login-card-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.login-card {
    overflow: hidden;
    max-width: 1000px;
    width: inherit;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 20px #0000000f;
    box-shadow: 0px 0px 20px #0000000f;
}

.login-card .card-body {
    padding: 120px 90px 120px 90px;
}

.login-box-body .base2-text {
    color: #888888;
    font-weight: 600;
}

.login-box-body h3.base-text {
    font-weight: bold;
    color: #282933;
    font-size: 24px;
}

.login-box-body h3.base-text:hover {
    font-weight: bold;
    color: #282933 !important;
    font-size: 24px;
}

.orange {
    background: #F04F23;
    height: 60px;
    border: 0;
    font-weight: 600;
    -webkit-box-shadow: 0px 2px 8px #00000029;
    box-shadow: 0px 2px 8px #00000029 !important;
}

.orange:hover {
    background: #F04F23;
}

.orange:focus {
    background: #F04F23;
}

.orange:active{
    background: #F04F23;
}

.forgot_pass:hover{
    text-decoration: none !important;
}

.forgot_pass {
    color: #24486C;
}

.forgot_pass:hover {
    color: #24486C;
}

.contact_support {
    margin: 30px auto;
    max-width: 1000px;
    text-align: center;
}

.login-page .contact_support {
    color: #888888;
}

.login-page .contact_support a {
    color: #2D62ED;
    text-decoration: underline;
}

.forgot_pass i{
    position: relative;
    top: 2px;
}
/* Login Css End */