@font-face {
    font-family: 'Eina01';
    src: url("../static/fonts/Eina01-Bold.ttf");
}
@font-face {
    font-family: 'SF Pro Text Regular';
    src: url('../static/fonts/SFProText-Regular.ttf');
}
  
body {
    /*background-image: linear-gradient(234deg, #4f3a7b, #282729 61%, #2d2d2d) !important;*/
    background-color: #fff;
    font-family: 'SF Pro Text Regular';
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.ui.button {
    font-weight: 600;
}
.ui.stackable.top-content {
    padding-left: 16% !important;
    padding-right: 16% !important;
}
ul {
    padding: 0 !important;
}
.transparent {
    background-color: transparent !important;
}
.image-login {
    width: 120px !important;
    height: auto;
    object-fit: contain;
}
.text-left {
    text-align: left !important;
}
.positive {
    background: #3a9f3d !important;
}
.white {
    color: white !important;
}
.behind {
    z-index: -1 !important;
}
.top-content {
    z-index: 10000 !important;
}
.wave-section-bottom-authorize {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50vw;
    z-index: -1;
}
.wave-section-top-authorize {
    float: right;
    width: 28vw;
    margin-bottom: -1rem;
}
.ui.raised.segment, .ui.raised.segments {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border:none !important;
    -webkit-box-shadow: 0 15px 20px 0 rgba(109, 109, 109, 0.1);
    box-shadow: 0 15px 20px 0 rgba(109, 109, 109, 0.1);
    background-color: #ffffff;
}
.ui.positive.submit.button {
    font-family: 'Eina01';
    height: 38px;
    border-radius: 24px;
    font-weight: 400;
    background-color: #00A460 !important;
}
.ui.positive.submit.button:hover {
    background: #3cac3f !important;
}
.ui.white.submit.button {
    font-family: 'Eina01';
    color: #3c3c3c !important;
    background: white;
    border-radius: 24px;
    height: 38px;
    font-weight: 400;
    border: solid 1px #e0e0e0;
}
.ui.white.submit.button:hover {
    background-color: #f5f5f5 !important;
}
.wave-purple-container {
    display: block;
    margin: 0 0 0 33%;
}
.wave-purple-container-top {
    position: absolute;
    width: 340px;
    margin: auto !important;
    right: 0;
}
.wave-purple {
    max-width: 50rem;
}
.logo-footer {
    width: 120px !important;
}
.description {
    width: 32vw;
    border-radius: 8px;
    margin: 0 0 12rem 6rem;
    padding: 3rem;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.description img{
    margin-bottom: 12px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 20px;
    margin-left: 40px;
}
.description>h1 {
    font-size: 42px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 66.24px;
    letter-spacing: normal;
    color: #00A460;
    margin-top: 0;
    font-family: 'Eina01';
}
.login-input-container {
    border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: 2rem;
}
.login-input-container .field input {
    background-color: #F4F4F4 !important;
    border-radius: 8px !important;
    padding-left: 12px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.login-input-container .field.show-password {
    text-align: left;
    color: #666;
}
.login-input-container .field input[type="checkbox"] {
    margin-right: 12px;
}
.login-input-container .field input[type="checkbox"]:hover {
    cursor:pointer;
}
.login-input-container .list-product{
    list-style: none; 
    display:flex;
}
.login-input-container .list-product li{
    margin-right: 16px;
    border-radius: 8px;
    box-shadow: 0 5px 10px 0 rgba(109,109,109,.1);
    padding: 10px;
}
.container-form-custom {
    margin: 2rem 24% !important;
    padding: 32px;
    border-radius: 4px;
    background: white;
}
.container-form-custom .forgot{
    margin-top: 16px;
    box-shadow: none !important;
    padding: 0px;
    /* margin: 10px; */
    /* padding: 10px; */
 }
 .container-form-custom .forgot a{
    color: #00A460;
    font-weight: 700;
 }
 .container-form-custom.form-forgot{
     text-align: left;
     margin: 4rem 24% !important;
 }
 .container-form-custom.form-forgot h1{
    font-size: 24px;
    font-weight: 700;
}
.container-form-custom.form-forgot p{
    margin: 0 0 2em;
}
 .container-form-custom.form-forgot .submit{
    margin-top: 16px;
}
.container-form-custom.form-forgot label{
    display: block;
    margin-bottom: 8px;
}
.container-form-custom.form-forgot input{
    background-color: #F4F4F4 !important;
    border-radius: 8px !important;
    padding-left: 12px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border: none !important;
}
.ui.form {
    text-align: center;
    height: 100% !important;
    width: 100% !important;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.full-height {
    height: 100vh !important;
}
.label-text {
    position: relative;
    display: table;
    color: #888888;
    font-size: 12px;
}
input[type=text],
input[type=password]{
    padding-left: 0 !important;
    border: none !important;
    /*color: white !important;*/
}
::-webkit-placeholder { /* Chrome/Opera/Safari */
    color: #444343 !important;
}
::-webkit-placeholder:focus { /* Chrome/Opera/Safari */
    color: #444343 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #444343 !important;
}
:-ms-placeholder { /* IE 10+ */
    color: #444343 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #444343 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.my-1rem {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.mb-2rem {
    margin-bottom: 2rem !important;
}
.mb-5rem {
    margin-bottom: 5rem !important;
}
.mt-1rem {
    margin-top: 1rem !important;
}
.mt-5rem {
    margin-top: 5rem !important;
}
.mb-1rem {
    margin-bottom: 1rem !important;
}
.mt-1half-rem {
    margin-top: 1.5rem !important;
}
.mt-2rem {
    margin-top: 2rem !important;
}
.p-0-2rem {
    padding: 0 2rem;
}
.p-0 {
    padding: 0 !important;
}
.p-5rem {
    padding: 5rem !important;
}
.p-12rem {
    padding: 12rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.p-4rem-3rem {
    padding: 4rem 3rem !important;
}
.pt-1rem {
    padding-top: 1rem !important;
}
.pt-2rem {
    padding-top: 2rem !important;
}
.pt-3rem {
    padding-top: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.py-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.text-requirement {
    font-size: 14px !important;
    margin-bottom: .5rem !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3c3c3c;
}
.authorize-middle-content {
    width: 300px;
    margin: 0 auto;
}
.text-middle-authorize {
    font-size: 14px !important;
    color: #3c3c3c;
    text-align: left;
}
.text-question {
    padding-top: 8rem !important;
    padding-bottom: 3rem !important;
}
.ui.form .container-form {
    background-color: rgba(124, 127, 127, 0.2);
    border: 0.5px solid #4d7c8c;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
}
.ui.form label {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3c3c3c;
    /*color: white !important;*/
}
.ui.form .btn-submit {
    background: #d92e30;
    color: white;
}
.container-form p a{
    color: white;
    font-style: italic;
}
.ui.checkbox {
    float: left;
}
.ui.list.text-left {
    margin-left: 50px;
    color: #3c3c3c;
}
.ui.list.text-left li::before {
    content: "•" !important;
    color: #209923 !important;
    font-size: 30px;
}
.list.text-left li {
    font-size: 14px !important;
}
.section-button {
    /* margin: 0 30%; */
}
.section-button .white, .section-button .positive {
    width: 144px;
    margin: 0 10px;
}
.ui.yellow.message {
    -webkit-box-shadow: none;
    box-shadow: none !important;
    border-radius: 0px !important;
}
.formloginlogout .ui.teal.button {
    width: 100%;
}
#authorizationForm h3 {
    padding-bottom: 20px;
}
#authorizationForm h3 span {
    color: #00b5ad!important;
}
#authorizationForm .control-group {
    padding-top: 20px;
}
.bg-logout {
    background: rgba(124, 127, 127, 0.2) !important;
    border: 0.5px solid #4d7c8c !important;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
    color: white;
}
.bg-gradient {
    background: url("../static/bg-gradient.svg") no-repeat;
    background-size: cover;
    display: flex !important;
}
.select-dashboard {
    background: url("../static/bg-gradient-top.svg") no-repeat;
    background-size: contain;
    width: 100vw;
    background-color: #F4F4F4;
}
.select-dashboard .welcome {
    font-family: 'Eina01' !important; 
    font-size: 24px;
}
.select-dashboard .container-form-custom {
    margin-top: 50px !important;
}
.select-dashboard .list-product{
    list-style: none; 
    display:flex;
}
.select-dashboard .list-product li{
    margin-right: 16px;
    border-radius: 8px;
    box-shadow: 0 5px 10px 0 rgba(109,109,109,.1);
    padding: 10px;
}
.left-side {
    background: url("../static/bg-login.jpg") no-repeat;
    background-size: cover;
    display: flex !important;
}
.right-side {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: column;
}
.text-powered-by {
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3c3c3c;
}
.text-powered-by span{
    font-weight: 600;
}
.text-application-name {
    font-family: 'Eina01' !important; 
    font-size: 22px !important;
    text-transform: capitalize;
    font-weight: 400 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3c3c3c;
}
.error-message {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 0px;
    color: #da0b0b;
}
.success-message {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 0px;
    color: #3cac3f;
}
.welcome {
    font-family: 'Eina01' !important; 
    font-weight: bold !important;
    font-size: 24px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 8px;
    color: #3c3c3c;
}
.welcome-two {
    font-size: 14px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 24px;
    color: #999;
}
.ui.vertical.divider:after, .ui.vertical.divider:before {
    position: absolute;
    left: 50%;
    content: '';
    z-index: 3;
    border-left: 1px solid rgba(0, 0, 0, 0.11) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.09) !important;
    width: 0%;
    height: calc(100% - 0rem) !important;
}
.ui.column.grid>[class*="twelve wide"].column, .ui.grid>.column.row>[class*="twelve wide"].column, .ui.grid>.row>[class*="twelve wide"].column, .ui.grid>[class*="twelve wide"].column {
    width: 93%!important;
}

.form-change-password .welcome {
    font-family: 'Eina01' !important; 
    font-size: 24px;
    margin-bottom: 20px;
}
.form-change-password .text-powered-by {
    margin-top: 50px;
}
.form-change-password .ui.segment {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0px;
    border: none;
}
.form-change-password .container-form-custom-done {
    margin: 0 25% !important;
    margin-top: 50px !important;
}
.form-change-password .container-form-custom-done .positive{
    font-family: 'Eina01' !important;
    width: 144px;
}
.form-change-password .container-form-custom-done .container-form-done{
    margin-bottom: 48px;
    color: #3c3c3c;
}
.form-change-password .container-form-custom-done .container-form-done img{
    width: 80px;
}
.form-change-password .container-form-custom-done .container-form-done h1{
    font-family: 'Eina01' !important;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 32px;
    font-size: 24px;
}
.form-change-password .container-form-custom-done{
    box-shadow: 0 5px 10px 0 rgba(109, 109, 109, 0.1);
    padding: 32px;
    border-radius: 4px;
    background: white;
}
.form-change-password .container-form-custom {
    margin: 0 35.6% !important;
    margin-top: 50px !important;
}
@media only screen and (max-width: 1025px) {
    .form-change-password .container-form-custom {
        margin: 0 30% !important;
        margin-top: 50px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .form-change-password .container-form-custom {
        margin: 0 34% !important;
        margin-top: 50px !important;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1360px) {
    .form-change-password .container-form-custom {
        margin: 0 35% !important;
        margin-top: 50px !important;
    }
}
@media only screen and (min-width: 1361px) and (max-width: 1366px) {
    .form-change-password .container-form-custom {
        margin: 0 35% !important;
        margin-top: 50px !important;
    }
}
.form-change-password .container-form-custom .positive{
    font-family: 'Eina01';
    padding: 10px;
}
.form-change-password .container-form-custom .back-button {
    font-family: 'Eina01';
    color: #3c3c3c;
    height: 38px;
    font-weight: 400;
    border-radius: 24px;
    border: solid 1px #e0e0e0;
    background: white;
}
.form-change-password .container-form-custom .back-button:hover {
    background-color: #f5f5f5 !important;
}
.form-change-password .container-form-custom .change-password-input-container {
    border-radius: 4px;
    background-color: white;
}
.form-change-password .container-form-custom .header{
    font-family: 'Eina01';
    font-weight: 400;
    font-size: 14px !important;
}
.form-change-password .container-form-custom label{
    margin-bottom: 5px;
}
.form-change-password .container-form-custom .change-password-input-container .field:first-child{
    height: 85px;
    border-bottom: 1px dashed #e0e0e0;
}
.form-change-password .container-form-custom .change-password-input-container .field:nth-child(2){
    margin-bottom: 0px;
}
.form-change-password .container-form-custom .change-password-input-container .field:nth-child(3){
    height: 95px;
}
.form-change-password .container-form-custom .reset-password-input-container {
    border-radius: 4px;
    background-color: white;
}
.form-change-password .container-form-custom .reset-password-input-container .field:first-child{
    border-bottom: none;
}
.form-change-password .container-form-custom .reset-password-input-container .field:nth-child(2){
    height: 95px;
    margin-bottom: 0px;
}
.form-change-password .container-form-custom .ui.message{
    background: transparent;
    color: #999;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 0;
    padding: 0px;
    padding-top: 8px;
}
.form-change-password .container-form-custom input[type=password]{
    border: solid 1px #e0e0e0 !important;
    border-radius: 4px !important;
    padding-left: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.form-change-password .container-form-custom .bottom-section{
    justify-content: center;
    margin-top: 32px;
}
.form-change-password .wave-purple-container-bottom {
    position: absolute;
    width: 600px;
    margin: auto !important;
    right: 0;
    bottom: -21px;
}
.form-change-password .message {
    text-align: left;
}
.form-change-password .container-form-custom .rules {
    font-size: 14px;
}
.form-change-password .message ul.errorlist {
    font-style: italic;
    font-size: 12px;
    padding-bottom: 8px !important;
    list-style: none;
    color: #d50f0f;
}
.form-change-password .message ul.list ul li::before {
    color: #a8a8a8 !important;
}
.form-change-password .message ul.errorlist li::before{
    content: none !important;
}

#qr {
    display: none;
    height: 200px;
    width: 200px;
    margin-top: 32px;
}
/* ----------- Non-Retina Screens ----------- */
@media only screen
and (max-device-width: 812px) {
    .ui.list.text-left {
        margin: 0 20%;
    }
    .list.text-left li {
        font-size: 14px !important;
    }
    .section-button {
        margin: 0 20%;
    }
    .section-button .white {
        margin-bottom: 1rem;
    }
    .wave-section-bottom-authorize {
        position: relative;
        bottom: 1remx;
        left: 0;
        width: 90vw;
        z-index: -1;
        -webkit-transform: translate3d(0,0,0);
    }
    .wave-section-top-authorize {
        float: right;
        width: 20vw;
        margin-bottom: -5px;
    }
    .container-form-custom {
        margin: 0 1rem !important;
    }
    .full-height {
        height: auto !important;
    }
    .ui.form {
        padding: 0 !important;
    }
    .description {
        width: 70vw;
        border-radius: 8px;
        background-color: rgba(252, 252, 252, 0.45);
        margin: 2rem 12rem 5rem 2rem;
        padding: 3rem;
    }
}
@media only screen and (max-width: 767px) {
    .ui.grid > .stackable.stackable.row > .column, .ui.stackable.grid > .column.grid > .column, .ui.stackable.grid > .column.row > .column, .ui.stackable.grid > .column:not(.row), .ui.stackable.grid > .row > .column, .ui.stackable.grid > .row > .wide.column, .ui.stackable.grid > .wide.column {
        width: 100% !important;
        margin: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 0 !important;
    }
}
.btn-resend-otp {
    background: none !important;
    color: #00A460 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.btn-resend-otp:hover {
    color: #3cac3f !important;
}
.ui.form .field.field input:-webkit-autofill {
    box-shadow: 0 0 0 100px #f4f4f4 inset!important;
}
.ui.form .field.field input:-webkit-autofill:focus {
    box-shadow: 0 0 0 100px #f4f4f4 inset!important;
}
.ui.segment {
    box-shadow: none !important;
    border: none !important;
}
.ui.segment {
    box-shadow: none !important;
    border: none !important;
}
#notif-resend-otp-success, #notif-resend-otp-failed {
    font-size: 12px;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    align-items: center;
    margin-top: 12px;
    position: absolute;
}
#notif-resend-otp-success p, #notif-resend-otp-failed p {
    margin: 0 0 0 8px;
}
#notif-resend-otp-success {
    background: #E1FFF1;
    color: #00A460;
}
#notif-resend-otp-failed {
    background: #FFEEF3;
    color: #C70226;
}
.field-password {
    position: relative;
}
#id_password {
    padding-right: 48px;
}
.login-eye {
    position: absolute;
    right: 12px;
    bottom: 12px;
    cursor: pointer;
}
.select-dashboard-header {
    position: relative;
    width: 100vw;
    z-index: 99999;
    background: white;
}
.select-dashboard-header>div {
    position: absolute;
    top: 0;
    left: 0;
    padding: 18px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: white;
}
.select-dashboard-header-right {
    display: flex;
    align-items: center;
}
.select-dashboard-header-right p {
    margin: 0 1rem 0 0;
}
.product-list {
    padding: 0 40px !important;
    padding-top: 76px !important;
    background-color: rgba(0,0,0,0.05);
    height: 100%;
}
.product-list-item {
    background: white;
    padding: 1rem;
    min-height: 180px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
}
.product-list-item-img {
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-list-item-name {
    margin-top: 2rem;
    color: black;
}
.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #21ba45;
    border-right: 3px solid #21ba45;
    border-bottom: 3px solid #21ba45;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin-right: 10px;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.select-dashboard-title {
    font-size: 24px;
    font-family: 'Eina01';
    font-weight: 400;
    margin: 1em 0;
    color: #444444;
}

.ui.error.message {
    display: block !important;
    color: #C70226 !important;
    background-color: #FFEEF3 !important;
}