

/* ***** THIS IS STYLES FOR THE CUSTOMER PORTAL SCREEN - Pages/Portal/Index.cshtml ***** */

body{
   /* min-height: 100vh;*/
    font-family: 'Overpass', sans-serif;
    overflow-x: hidden;
}

.portal-main-container {
    background-color: white;
    display: flex;
    flex-direction: column;
    margin-top: 69px;
    color: #203864;
}

.top-div{
    display: flex;
    flex: 0.6;
    flex-direction: column;
    /* background-color: pink; */
}

.portal-header {
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    font-size: 25px;
    /*color: #203864;*/
    /*flex: 1;*/
    color: white;
}

.welcome-text{
    font-weight: bold;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    color: #203864;   
}

.header{
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    color: #203864; 
    margin-bottom: 10px; 
}

.text{
    font-size: 16px;
    color: #203864;
    font-weight: 400;
}

.welcome-div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* background-color: pink;  */
    flex:1;
    align-items: center;
    border-radius: 10px;
    background-color: #f1f6f9;
    padding: 18px;
    margin-top: 30px;
}

.body-div{
    display: flex;
    flex-direction: column;
}

.body-container-one {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

.middle-top-right-div {
    display: flex;
    flex-direction: column;
    width: 48.5%;
    justify-content: space-between;
    
}

.active-session-div {
    background-color: #f1f6f9;
    width: 48.5%;
    flex-direction: column;
    display: flex;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    justify-content: center;
}

.icon-div{
    flex: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-box{
    background-color: #203864; 
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white
}

.text-div{
    display: flex;
    text-align: center;
    flex-direction: column;
}

.add-code-div{
    background-color: #f1f6f9;
    /*flex: 1;*/
    text-align: center;
    border-radius: 10px;
    padding: 20px;
}

.login-to-wincat-container {
    background-color: #f1f6f9;
    border-radius: 10px;
    text-align:center;
    padding: 20px;
}

.body-container-two {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 22vh;
    justify-content: space-between;
}

.buy-plan-div{
    background-color: #f1f6f9;
    width: 48.5%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.cards-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card {
    background-image: linear-gradient( #FFB03B, #E9A43E);
    border: 2px solid #FFB03B;
    border-radius: 25px;
    padding: .2rem;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    transition: box-shadow .4s;
}

  .card:hover {
    box-shadow: 0 0 15px rgba(33,33,33,.2); 
  }
  
  /* CHANGES MADE */
  .mini-card-body {
    width: 160px;
    padding: 10px;
  }

  .mini-cards-container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  /* CHANGES MADE */
.mini-card-title {
    text-align: center;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    color: #203864;
}

/* CHANGES MADE */
.mini-plan-style {
    text-align: center;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: #203864;
}

.pricing-button-container {
    text-align: center;
}

#pricing-button {
    background-image: linear-gradient(#203864, rgb(60, 94, 156));
    /*border: 2px solid rgb(60, 94, 156);*/ 
    border-radius: 50px;
    color: white;
    font-size: 16px;
    font-family: 'Overpass', 'serif';
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    margin-top: 30px; 
    margin-bottom: 7%;
    transition: all 0.5s ease 0s; 
}

.pricing-button-portal {
    background-image: linear-gradient(#203864, rgb(60, 94, 156));
    /*border: 2px solid rgb(60, 94, 156);*/
    border-radius: 50px;
    color: white;
    font-size: 15px;
    font-family: 'Overpass', 'serif';
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    transition: all 0.5s ease 0s;
}

.login-to-portal {
    background-image: linear-gradient(#203864, rgb(60, 94, 156));
    border-radius: 50px;
    color: white;
    font-size: 16px;
    padding: 6px 35px 6px 35px;
    transition: all 0.5s ease 0s;
}

.deactivate-btn {
    background-image: linear-gradient(#DD1A21, #950F14);
    border-radius: 50px;
    color: white;
    font-size: 15px;
    padding: 6px 35px 6px 35px;
}

.login-to-portal-disabled:disabled {
    pointer-events: auto;
    background-color: #BAC3D4;
    border-radius: 50px;
    color: white;
    font-size: 16px;
    padding: 6px 35px 6px 35px;
    border: none;
}

/* @media (max-width: 800px) {
    .card-title {
        font-size: 18px;
        padding-bottom: 10px;
    }  
} */

.card-text {
    text-align: center;
    color: #203864;
    font-weight: 400;
    font-size: 16px;
}


/* CHANGES */
.mini-card-price {
    text-align: center;
    color: white;
    font-weight: 900;
    font-size: 26px;
}

.session-history-div {
    display: flex;
    flex-direction: column;
    background-color: orange;
    /*flex: 1.5;*/
    border-radius: 10px;
    padding: 15px;
    width: 48.5%;
    background-color: #f1f6f9;
    text-align: center;
    justify-content: center;
}



.session-hist-header{
    background-color: #203864;
    padding: px;
    border-radius: 5px;
    color: white;
    margin-top: 15px;
    font-size: 17px;
    font-weight: bold;
}

.sessions-container{
    height: 150px;
    overflow-y:auto
}

.card-white {
    --background-image: linear-gradient( #f1f6f9, #f1f6f9);
    background-image: linear-gradient( #203864, #203864);
    border: 2px solid black;
}

.text-info {
    color: #03a9f4 !important;
}

.step-text {
    font-weight: bold;
    color: #FFB03B;
}

/* ------------  REGISTER PAGE STYLES START --------------- */

.reg-form-container {
    margin: 0 auto; 
    width: 51%; 
    padding-top: 25px;
}

/* tablet */
@media only screen and (max-width: 1024px) {
    .reg-form-container {
        margin: 0 auto;
        width: 75%;
        padding-top: 25px;
    }
}

.text-passrequire {
    text-align: left;
    line-height: 14px;
}

.pass-req-text{
    color: #707070;
    font-size: 12px;
}

.pass-req-header {
    font-size: 13px;
    color: #203864;
    font-weight: bold;
}

.form-group-reg {
    margin-bottom: 15px;
}

    .form-group-reg input {
        border-radius: 5px;
        border: 2px solid #DCDCDC;
    }

.reg-labels {
    font-size: 15px;
    font-weight: 500;
    color: #203864;
}

.security-div {
    display: flex;
    flex-direction: column;
    border: 2px solid #DCDCDC;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    
}

.reg-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .reg-row div {
        width: 46%;
    }

.sec-text {
    font-size: 16px;
    font-weight: bold;
    color: #203864;
}

.next-button {
    width: 170px;
    padding: 10px 0px 10px 0px;
    border-radius: 30px;
    color: white;
    background-color: #FCAF3B;
    border: 2px solid #C27D15;
}

.reg-cancel-btn {
    width: 160px;
    padding: 10px 0px 10px 0px;
    border-radius: 30px;
    color: #203864;
    border: 2px solid #DCDCDC;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.reg-btn-container{
    margin-bottom: 50px;
}

/* tablet */
@media only screen and (max-width: 1024px) {
    .reg-btn-container {
        margin-bottom: 30px;
    }
}

/* --------------- REGISTER PAGE STYLES END --------------- */



/* --------------- VERIFY EMAIL PAGE STYLES START --------------- */

.verify-email-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    color:#203864;
    margin-top: 30px;
}

/* phone */
@media only screen and (max-width: 412px) {
    .verify-email-container {
        width: 80%;
    }
}

.check-email-header {
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    font-size: 28px;
}

/* phone */
@media only screen and (max-width: 412px) {
    .check-email-header {
        font-size: 25px;
    }
}

.check-email-sub-header {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}

/* phone */
@media only screen and (max-width: 412px) {
    .check-email-sub-header {
        font-size: 16px;
    }
}

.warning-text {
    margin-bottom: 25px;
    font-size: 18px;
}

.main-cont {
    background-color: #f1f6f9;
    border-radius: 10px;
    padding: 32px;
    text-align: center;
    margin: 20px;
    height: fit-content;
    display: flex;
    align-self: center;
    flex-direction: column;
    border: 10px solid #203864;
}


#resendConfirm:hover {
    color: darkorange;
}

/* --------------- VERIFY EMAIL PAGE STYLES END --------------- */


/* --------------- SIGN IN (STEP 3) PAGE STYLES START --------------- */

.loginstep3-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 23%;
    margin: 0 auto;
    color: #203864;
    margin-top: 30px;
}

/* tablet */
@media only screen and (max-width: 1024px) {
    .loginstep3-container {
        width: 40%;
    }
}

/* phone */
@media only screen and (max-width: 412px) {
    .loginstep3-container {
        width: 80%;
    }
}

.loginstep3-header{
    font-weight: bold;
    font-size: 24px;
}

.loginstep3-sub-header {
    font-weight: 500;
    font-size: 17px;
}

.thanks-for-verifying-container {
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #2FAE51;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 25px;
}

.ty-text {
    font-size: 14px;
    color: #2FAE51;

}

.loginstep3-err-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 35%;
    margin: 0 auto;
    color: #203864;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: pink;
}
