@font-face {
    font-family: "quicksand-bold";
    src: url("../../fonts/quicksand/Quicksand-Bold.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "quicksand-500";
    src: url("../../fonts/quicksand/Quicksand-Bold.ttf")  format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "quicksand-400";
    src: url("../../fonts/quicksand/Quicksand-Light.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
:root {
    --primary-color-bg: linear-gradient(135deg, #fc425c, #fe8c71);
    --theme-primary-color: #fd6767;
    --theme-primary2-color: #fd5a63;
    --theme-primary: #fd5a63;
    --theme-primary-light: #ffebe7;
    --theme-black-color: #4a4a4a;
    --theme-green-light: #f0f3de;
    --theme-orange-light: #ffe9e4;
    --theme-yellow-light: #ffefcb;
    }
.login-logo{
        margin-top: 20px;
}
.error{
    color:red;
    font-weight: normal;
}
/* Admin Main logo  */
.h-15px {
    height: 35px !important;
}
.h-25px {
    height: 17px !important;
}
.progress_indicator{
display: flex;
gap: 5px;
align-items: center;
}
.note-editor.note-frame.fullscreen {
    background-color: white;
    }
    .hap-btn{
        background: rgb(252, 66, 92) !important;
                    background: linear-gradient(90deg, rgba(252, 66, 92, 1) 35%, rgba(254, 140, 113, 1) 100%) !important;
                    color:#fff;
    }
.aside .aside-logo {
    background: rgb(252, 66, 92) !important;
  
}
.flex-lg-grow-1{
    background: rgb(252, 66, 92) !important;
    background: linear-gradient(90deg, rgba(252, 66, 92, 1) 35%, rgba(254, 140, 113, 1) 100%) !important;
    color:#fff;
}
.header{
    background: rgb(252, 66, 92) !important;
    background: linear-gradient(90deg, rgba(252, 66, 92, 1) 35%, rgba(254, 140, 113, 1) 100%) !important;
    color:#fff;
} 
.aside-menu{
    background-color: white;
}
.aside-menu .menu-item.show > .menu-link {
    transition: color 0.2s ease;
    background: rgb(252, 66, 92) !important;
    background: linear-gradient(90deg, rgba(252, 66, 92, 1) 35%, rgba(254, 140, 113, 1) 100%) !important;
    color: #ffffff;
}

.aside-menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .aside-menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease;
    background: rgb(252, 66, 92) !important;
    background: linear-gradient(90deg, rgba(252, 66, 92, 1) 35%, rgba(254, 140, 113, 1) 100%) !important;
    color: #ffffff;
}
.btn.btn-primary {
    color: #fff;
    background: rgb(252, 66, 92) !important;
    background: linear-gradient(90deg, rgba(252, 66, 92, 1) 35%, rgba(254, 140, 113, 1) 100%) !important;
}
.page-link.active, .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background: rgb(252, 66, 92) !important;
  
    border-color: var(--bs-pagination-active-border-color);
}
.nav-line-tabs .nav-item .nav-link.active, .nav-line-tabs .nav-item.show .nav-link, .nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgb(252, 66, 92);
    transition: color 0.2s ease;
}
a.nav-link.active{
    color: rgb(252, 66, 92) !important;
}
.text-active-primary.active i {
    transition: color 0.2s ease;
    color: rgb(252, 66, 92) !important;
}

.btn-danger
{
    color: #fff;
    background: #960327 !important;
}

/** New login forms css **/

.alert-success, .alrt-scss{
        color:rgb(1, 96, 1) !important;
        border: none !important;
        padding: 0px !important;
}
.alert-danger {
    border: none !important;
    color: #F00;
}
/* .main-container-login{
    padding: 0px 0px !important;
 } */

 .main-container-login .position-relative{
    margin-left: -20px;
 }
 .gradient-bg-desktop {
 z-index: -1;
 background-image: url('../../backend/media/logos/HeaderLogin.png') !important;
 background-repeat: no-repeat;
 background-size: cover;
 height: 100vh;
 width: auto;
 background-position: 100%;
 position: relative;
 }
 .gradient-bg-desktop h2 {
 color: #fff;
 font-size: 48px;
 font-family: "quicksand-bold";
 }
 .gradient-bg-desktop p {
 color: #fff;
 font-size: 20px;
 font-family: "quicksand-500";;
 }
 .input-label {
 color: var(--theme-black-color);;
 font-family: "quicksand-500";
 font-size: 14px;
 margin-bottom: 2px;
 }
 .form-input {
 font-family: "quicksand-500";
 font-size: 16px;
 padding: 8px 16px;
 background: #fff;
 color: var(--theme-black-color);
 border-radius: 20px;
 border: .7px solid #ededed;
 box-shadow: 0 3px 7px 0 #0000001f;
 }
 .btn-theme {
 background: var(--primary-color-bg);
 padding: 8px 20px;
 border-radius: 40px;
 font-size: 16px;
 color: #fff;
 border: none;
 cursor: pointer;
 width: 100%;
 font-family: "quicksand-500";
 }
 .color-primary {
 color: var(--theme-primary-color);
 }
 .login-form-auth{
 width:100%;
 }
 .login-form-auth .rs-pass{
    color:#fd6767;
    font-family: "quicksand-500"
 }
 .fp-hdng{
 color:#000;
 }
 
 @media only screen and (max-width: 768px) {
    /* .main-container-login{
    padding: 20px 0px !important;
 } */


 .main-container-login .position-relative{
    margin-left: -20px;
 }

    .gradient-bg-desktop {
        height: 57vh;
}
.login-illustration img{
    width:200px;
}
 }

