@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800&display=swap&subset=latin-ext);
@import url(../../js/plugins/ladda/ladda.min.css);
@import url(../../js/plugins/bootstrap-4.1.1-dist/css/bootstrap.min.css);
@import url(../../js/plugins/sweetalert/sweetalert.css);
/*@import url(../../js/plugins/nucleo/css/style.css);*/
@import url(../../js/plugins/nucleo/css/icons.css);
@import url(errorMessage.css);
@import url(../loginRegister.css);

:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #cacaca !important;
    font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #cacaca !important;
    font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #cacaca !important;
    font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
    color: #cacaca !important;
    font-size: 14px;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #FFFFFF;
    font-size: 15px;
    color: #97A3B0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 30%;
}

.welcome-hero-bg {
    background-image: url("../../images/girl-welcome.svg");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: bottom;
}

a {
    color: #2C7FF2;
    line-height: 25px;
}

label {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

i {
    font-family: Nucleo;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
}

.relative {
    position: relative;
}

.hidden {
    display: none !important;
}

.toogle-password {
    position: absolute;
    top: 34px;
    right: 15px;
    color: #21374F;
}

.form-group > label, h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #8092a4;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
}

.logo-section {
    padding-top: 15px;
    padding-left: 7% !important;
}

.logo-col{
    text-align: center;
}

.card-signin {
    border: 0;
    overflow: hidden;
    margin: 0px 0 40px;
    border-radius: 10px;
}

.card-signin .card-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 2.1rem;
    margin-bottom: 2.5rem;
    letter-spacing: -1px;
}

.card-signin .card-body {
    padding-top: 4rem;
    padding-right: 3.8rem;
    padding-bottom: 3rem;
    padding-left: 3.8rem;
}

.card-signin .card-body-blog {
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    width: 100%;
}
.card-signin .card-body-blog h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #596981;
    margin-bottom: 20px;
}

.card-body-blog .post-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #21374F;
    line-height: 1.2em;
}

.card-body-blog .post-title:hover {
    color: #21374F;
    text-decoration: none;
}

.card-body-blog p {
    font-size: 16px;
}

.hide-in-movile>.card {
    background: transparent;
}

.form-signin {
    position: relative;
    width: 100%;
    z-index: 1;
}

.form-signin input[type=text], .form-signin input[type=password] {
    font-size: 18px;
    line-height: 30px;
}

.form-signin .btn {
    font-size: 90%;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
}


.label-domain {
    position: absolute;
    bottom: 5px;
    font-size: 20px;
}

.agree-box {
    margin: 0 0 0;
}

.card-title {
    color: #21374F;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.bold {
    font-weight: bold !important;
}

.recover-password-section {
    margin-bottom: 1.2rem !important;
}

.uppercase {
    text-transform: uppercase;
}

.label-color {
    color: #97A3B0;
    font-size: 16px;
}

.has-error span.error {
    display: block;
    color: #ef5350;
    padding: 8px 5px 5px;
    font-size: .8rem;
    max-width: 430px;
}
.domain-error {
    color: #ef5350;
}

.has-error .form-control:focus {
    background: none;
    border: 1px solid #e9edf2;
    border-bottom: 2px solid #ef5350;
}

.btn span {
    padding: 10px 60px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    letter-spacing: -0.02em;
    font-weight: bold;
    line-height: 24px;
}

.btn-primary {
    background-color: #1F76FE;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label {
    cursor:pointer;
}

.agree-box label:before {
    content:'';
    background:transparent;
    border: 2px solid #E8EEF3 !important;
    border-radius: 5px;
    display: inline-block;
    height: 20px;
    width: 26px;
    margin-right: 10px;
    text-align:center;
    vertical-align:middle;
    margin-top: 2px;
}

input[type=checkbox]:checked + label:before {
    content: '\2714 \fe0e';
    font-size: 12px;
    font-family:'Times New Roman';
    color:#1F76FE;
}

.alpha {
    padding-left: 0;
}

.omega {
    padding-right: 0;
}

.img-fluid {
    max-width: 20%;
    height: auto;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-t-23 {
    margin-top: 23px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-30 {
    margin-top: 30px;
}

.btn-block {
    margin: 35px 0 30px;
}

.title-message {
    text-transform: uppercase;
    padding-bottom: 12px;
    font-weight: bold;
}

.form-group {
    margin-bottom: 1rem;
}


.footer {
    font-size: 14px;
    margin-bottom: 80px;
}

@media (max-width:576px) {
    .hide-in-movile {
        display: none;
    }

    .recover-password-section .pull-right {
        float: none;
    }

    .recover-password-section .pull-left {
        float: none;
    }

    .recover-password-section {
        text-align: center;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .logo-section {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .alpha {
        padding-left: 15px;
    }

    .label-domain {
        position: unset;
    }
}

/* LADDA SPINER ------------------------------*/

.ladda-button .ladda-spinner {
    top: 33%;
}

.ladda-button[disabled],
.ladda-button[disabled]:hover,
.ladda-button[data-loading],
.ladda-button[data-loading]:hover {
    border-color: #007bff;
    background-color: #007bff;
}

.header-row ol,
.header-row ol li {
    display: inline;
}

.header-row .row-steps {
    display: inline;
}

span.step-option,
span.step-number {
    position: relative;
    top: 9px;
}

span.current-step-option {
    color: white;
    background: #1977d4;
    border-color: #1977d4;
}

.right-side-column {
    background: #FFFFFF;
    border-left: 1px solid rgba(0,0,0,.1);
}

.form-outer-container {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
}
.form-inner-container {
    width: 100%;
}

.background-white {
    background-color: #FFFFFF;
}

.subscription-info-container {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 60px;
}

.subscription-info-container h3 {
    color: black;
    font-weight: bold;
    font-size: 16px;
}

.subscription-info {
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.1);
}

.plan-info {
    padding: 0px 30px 30px 30px;
}

.plan-info > span{
    font-weight: 600;
    color: #1977d4;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    margin-left: 1px;
}

.plan-info > div.plan-details > span {
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 17px;
    text-transform: none;
    display: block;
}

.plan-info > div.plan-details > ul {
    list-style-type: none;
    padding-left: 10px;
}

.plan-info > div.plan-details > ul > li {
    margin-bottom: 10px;
}

.plan-info > div.plan-details > ul > li > i {
    font-size: 12px;
    color: #3dc57c;
    margin-right: 17px;
}

.plan-info > div.plan-details > hr {
    margin-top: 28px;
    margin-bottom: 20px;
    border-color: #c6cfd9;
}

.plan-info > div.plan-details > div.price-details > div {
    display: inline;
    float: right;
}

.plan-info > div.plan-details > div.price-details {
    font-weight: bold;
}

.plan-info > div.plan-details > div.price-details > span,
.plan-info > div.plan-details > div.price-details > div > span:nth-child(1) {
    color: black;
    font-size: 18px;
}

.plan-info > div.plan-details > div.price-details > div > span:nth-child(2){
    margin-left: -2px;
}

.extra-info-container {
    margin-top: 40px;
}

.extra-info-container > div/*,
.students-register-container*/ {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.extra-info-container > div > p {
    margin-bottom: 0px;
    text-align: center;
    color: #c6cfd9;
}

/*.students-register-container {*/
/*    text-align: center;*/
/*    margin-top: 70px;*/
/*    font-size: 15px;*/
/*}*/

html, body, body > div:nth-child(1), body > div:nth-child(1) > div:nth-child(2) {
    height: 100%;
}

body > div:nth-child(1) > .row {
    margin-left: 0px;
    margin-right: 0px;
}

.step-number {
    border-style: solid;
    border-width: 1px;
    font-size: 13px;
    border-radius: 100%;
    padding: 4px 8px;
    color: #7F92A4;
    margin-right: 5px;
}

#global-regional-settings > span.ladda-label > i,
#submit > span.ladda-label > i {
    position: relative;
    top: 5px;
    font-size: 21px;
    left: 12px;
    font-weight: 600;
}

div.user-data .company-initials,
div.user-data .profile-picture {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #97A3B0;
    color: white;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

div.user-data .profile-picture > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

div.user-data .company-initials > span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div.user-data.position-relative {
    border: 1px solid #efeded;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
}

div.user-data .company-username {
    display: inline-block;
    top: 23px;
}

div.user-data .company-username~i {
    position: absolute;
    right: 5%;
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
    color: black;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

div.user-data .company-username > span.company {
    font-weight: bold;
    color: black;
    line-height: 14px;
    font-size: 14px;
}

div.user-data .company-username > span {
    font-size: 14px;
    display: block;
}

.icon-card-plans > i {
    position: relative;
    top: 3px;
}

/* SWEET ALERT -------------------------------------------------------- */

.sweet-alert {
    font-family: 'Roboto', sans-serif;
    padding: 30px;
    text-align: right;
    width: 500px;
    border-radius: 10px; !important;
}

.sweet-alert h2 {
    margin-top: 10px;
    font-size: 22px;
    text-align: left;
    line-height: 30px;
}

.sweet-alert p {
    font-weight: 400;
    text-align: left;
    padding-right: 20px;
    margin-left: 123px;
}

.sweet-alert button {
    border-radius: 5px;
    padding: 8px 25px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.sa-button-container {
    margin-top: 20px;
}

.sweet-alert .sa-icon {
    display: inline-block;
    border-color: #ef5350 !important;
    float: left;
    margin-right: 35px !important;
    margin-bottom: 50px !important;
    margin-top: 5px !important;
}

.sa-confirm-button-container .confirm{
    background-color: #ef5350 !important;
}

.sweet-alert .sa-icon.sa-warning .sa-body, .sweet-alert .sa-icon.sa-warning .sa-dot {
    background-color: #ef5350 !important;
}

.company-section {
    text-align: center;
    margin: 20px 0px;
}

.company-section > span {
    padding-right: 10px;
    padding-left: 10px;
    z-index: 10;
    font-weight: 600;
    position: relative;
    color: #1977d4;
    background: #FFFFFF;
    font-size: 12px;
}

.company-section > hr {
    z-index: 1;
    position: relative;
    bottom: 11px;
    margin: 0px;
}

#form > div.user-company-fields > div.form-group.relative.focused.has-error > span {
    max-width: 400px;
}

body > div:nth-child(1) > div:nth-child(2) > div.col-lg-7.col-md-12.col-xl-9.col-sm-12.background-white > div > div > div > div.response > div > div.alert-message > h3,
#form > div.response > div > div.alert-message > h3 {
    font-size: 24px;
}

.signup-right-side {
    background: white;
    border-left: 1px solid #ced4da;
}

.plan-label {

}

.plan-label > h3 {
    font-size: 18px;
    opacity: 35%;
}

/* Plan and Add On cards */

subscription-header-label label:nth-child(1){
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.subscription-header-label label:nth-child(2){
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 13px;
}

.subscription-header-label a {
    font-size: 15px;
}

#change-plan,
.subscription-header-label a > span {
    text-decoration-line: underline;
}

.subscription-header-label a > i {
    padding-left: 11px;
    top: -8px;
    position: absolute;
    font-size: 1.5rem;
}

.subscription-header-card .card-plans,
.card-payment {
    padding: 20px;
    border: 1px solid #e7ecf1;
    border-radius: 5px;
}

.subscription-header-card .card-payment label,
.subscription-header-card .card-plans label {
    display: block;
    font-size: 15px;
    color: #899aab;
    line-height: 1.3;
}

.subscription-header-card .card-payment label {
    line-height: 0.8;
    font-size: 15px;
}

.subscription-header-card .card-plans label:nth-child(1),
.subscription-header-card .card-plans label:nth-child(2) {
    margin-bottom: 0;
}

.subscription-header-card .card-plans label:nth-child(1) > span,
.subscription-header-card .card-payment label:nth-child(1) > span {
    font-weight: 600;
    color: #233651;
}

.card-plans .icon-card-plans {
    font-size: 20px;
    border-radius: 100%;
    padding: 2px 10px;
    background-color: #e1eeff;
    color: #b3d3ff;
    height: 40px;
}

.card-plans .user-account-input {
    font-weight: 600;
    border-radius: 8px;
}

.card-plans .container-check-card-plans {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
.container-check-card-plans input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

    /* Create a custom radio button */
.checkmark {
    /*position: absolute;*/
    /*left: -7px;*/
    /*height: 23px;*/
    /*width: 23px;*/
    /*background-color: #eee;*/
    /*border-radius: 50%;*/
    /*margin-top: 7px;*/

    position: relative;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin-top: 0px;
    display: inline-block;
    border: 1px solid #919191;
}

    /* On mouse-over, add a grey background color */
.container-check-card-plans:hover input ~ .checkmark {
    /*background-color: #ccc;*/
}

    /* When the radio button is checked, add a blue background */
.container-check-card-plans input:checked ~ .checkmark {
    background-color: #2777E5;
    border-color: #2777E5;
}
/*.plan-selection input:checked ~ .checkmark {*/
/*    background-color: #2777E5;*/
/*}*/

.container-check-card-plans {
    cursor: pointer;
}

    /* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

    /* Show the indicator (dot/circle) when checked */
.container-check-card-plans input:checked ~ .checkmark:after {
    display: block;
}

    /* Style the indicator (dot/circle) */
.container-check-card-plans .checkmark:after {
    left: 4px;
    top: 2px;
    width: 5px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.current-plan .card-plans,
.current-card .card-payment,
.plans > .option-plans:not(.disabled) .card-plans:hover,
.addons > .option-plans:not(.disabled) .card-plans:hover,
.subscription-header-card .card-payment:hover,
.selected-plan,
.selected-addon {
    background-color: #f3f8ff;
    border-color: #b8d5ff !important;
}

.subscription-header-card .card-payment .credit-card-img {
    width: 40px;
    height: 25px;
}

.subscription-header-card .card-payment .paypal-img {
    height: 28px;
}

.payment-method-img {
    height: 25px;
    margin-top: -12px;
}

.subscription-header-card .card-payment div > a:hover {
    color: #1675e0;
}

.subscription-header-card .card-payment > i {
    font-size: 26px;
    position: absolute;
    bottom: 74%;
    left: 93%;
}

div.subscription-info-container > div.totals-section .total-now {

}

div.subscription-info-container > div.totals-section .total-now > h3 {
    color: black;
    font-size: 18px;
    font-weight: bold;
}

div.subscription-info-container > div.totals-section .total-now > span {
    font-size: 18px;
    font-weight: bold;
    color: black;
}


div.subscription-info-container > div.totals-section .total-after-trial-period {

}

div.subscription-info-container > div.totals-section .total-after-trial-period > h3 {
    color: #97A3B0;
    font-size: 16px;
    font-weight: normal;
}

div.subscription-info-container > div.totals-section .total-after-trial-period > span {
    font-size: 16px;
}

div.subscription-info-container > div.totals-section .total-now,
div.subscription-info-container > div.totals-section .total-after-trial-period {
    padding-top: 17px;
    padding-bottom: 17px;
    border-top: 1px solid rgba(0,0,0,.1);
}

div.subscription-info-container > div.totals-section .total-now > h3,
div.subscription-info-container > div.totals-section .total-after-trial-period > h3 {
    display: inline;
}

div.subscription-info-container > div.totals-section .total-now > span,
div.subscription-info-container > div.totals-section .total-after-trial-period > span {
    float: right;
    text-transform: uppercase;
}

.my-23 {
    margin: 23px 0px !important;
}

.plan-details {
    padding: 30px 30px 30px 30px;
}

.header {
    /*padding: 5px 15px;*/
    /*border-bottom: 1px solid rgba(0,0,0,.1);*/
    /*position: relative;*/
    /*background: #F3F8FF;*/
    /*border-top-left-radius: 8px;*/
    /*border-top-right-radius: 8px;*/
}

.header > div {
    /*display: inline-block;*/
    /*margin-left: 18px;*/
    /*position: absolute;*/
    /*top: 10px;*/
}

.header > i {
    font-size: 25px;
    color: black;
    font-weight: 100;
}

.grow-shrink-plans i {
    font-size: 30px;
    cursor: pointer;
}

.plans > .option-plans.disabled {
    color: red;
}

.plans > .option-plans.disabled .subscription-header-card .card-plans label,
.plans > .option-plans.disabled .subscription-header-card .card-plans label:nth-child(1) > span {
    color: #D4DBE3;
}

.plans > .option-plans.disabled .card-plans .icon-card-plans {
    background: #E7ECF1;
    color: #C6CFD9;
}

/********** Firm dropdown style **********/

div.user-data .company-username > span.firm-name-span {
    font-size: 14px;
    display: block;
    line-height: 14px;
}

#firms-companies-scroll {
    padding: 15px 30px 13px 12px;
    border: 1px solid #efeded;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#firms-companies-scroll.open {
    position: absolute;
    z-index: 10;
    background: white;
    width: 100%;
}

#firms-companies-scroll > div.outer-container > div.firm-container {
    padding: 9px 4px 9px 15px;
    border-radius: 8px;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
}

#firms-companies-scroll > div.outer-container > div.firm-container:not(.no-firm-style):hover,
#firms-companies-scroll > div.outer-container > div.firm-container:not(.no-firm-style).checked {
    padding: 8px 3px 8px 14px;
    background-color: #F3F8FF;
    border: 1px solid #B8D5FF;
    color: black;
    font-weight: 600;
    display: flex;
    align-items: center;
}

#firms-companies-scroll > div.outer-container > span.chk {
    position: absolute;
    top: 20px;
    left: 332px;
}

#firms-companies-scroll .firm-initials {
    /*display: inline-block;*/
    /*padding: 5px 8px;*/
    /*color: white;*/
    /*border-radius: 8px;*/
    /*margin-right: 5px;*/
    /*text-align: center;*/
    /*width: 38px;*/
    /*height: 38px;*/
    /*font-weight: bold;*/

    padding: 5px 8px;
    color: white;
    border-radius: 8px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
    height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

#firms-companies-scroll .firm-initials > span:nth-child(1){
    /*position: relative;*/
    /*top: 3px;*/
}

#firms-companies-scroll span.firm-name{
    /*position: relative;*/
    /*top: 3px;*/
    font-size: 14px;
}

#firms-companies-scroll.show-in-reverse {
    display: flex;
    flex-direction: column-reverse;
}

.firm-container.no-firm-style {
    border-top: 1px solid #efeded;
    border-radius: 0px !important;
    /*margin-top: 15px;*/
    padding-bottom: 0px !important;
    padding-top: 8px !important;
}

#firms-companies-scroll:not(.show-in-reverse) .outer-container:last-of-type {
    margin-top: 15px;
}

#firms-companies-scroll.show-in-reverse .outer-container:first-of-type {
    margin-top: 15px;
}

.firm-initials.no-firm-style i {
    color: #7F92A4;
    position: relative;
    top: -3px;
    font-weight: 100;
    font-size: 25px;
}

.checkmark-firm.no-firm-style {
    top: calc(40% + 2px);
}

.checkmark-firm.no-firm-style.new-account-not-default {
    top: calc(40% + 2px);
}

#firms-companies-scroll div.firm-initials.no-firm-style + span.firm-name {
    top: -9px !important;
}
    /*********** Radio styles ****************/

input[type="radio"]:not(:checked),
input[type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

input:checked ~ .checkmark-firm {
    background-color: #2777E5;
    border-color: #2777E5;
}

input:checked ~ .checkmark-firm:after {
    display: block;
}

.checkmark-firm:after {
    left: 4px;
    top: 2px;
    width: 5px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark-firm:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark-firm {
    position: absolute;
    top: 40%;
    right: 4%;
    transform: translate(-50%, -50%);
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin-top: 7px;
    cursor: pointer;
    border: 1px solid #919191;
}

label.firm-radio {
    display: contents;
}

div.outer-container:has(span.checkmark-firm:hover ) > div.firm-container:not(.no-firm-style) {
    padding: 8px 3px 8px 14px !important;
    background-color: #F3F8FF;
    border: 1px solid #B8D5FF;
    color: black;
    font-weight: 600;
}

/************* Dropdown Open and close styles *****************/


div.user-data.has-firms-closed {
    margin-bottom: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 1px solid #efeded;
    display: flex;
    align-items: center;
}

div.user-data.has-firms-open {
    margin-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 0px solid white;
    display: flex;
    align-items: center;
}

/************ Over writing the default error styles ***********/

.error-message {
    min-width: auto;
}

@media only screen and (max-width: 1876px) {
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media only screen and (max-width: 1651px) {
    span.step-option.should-hide-steps,
    span.step-option.should-hide-steps{
        display: none;
        text-align: center;
        margin-left: 0px;
    }

    div.row.header-row > div.col-lg-7 > div {
        text-align: center;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1571px) {
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 35%;
        max-width: 35%;
    }
}

/*@media only screen and (max-width: 1443px) {*/
/*    .students-register-container > label,*/
/*    .students-register-container > span {*/
/*        display: block;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 1411px) {*/
/*    .students-register-container > label,*/
/*    .students-register-container > span {*/
/*        display: block;*/
/*    }*/
/*    .should-hide-steps {*/
/*        display: none;*/
/*    }*/
/*}*/


@media only screen and (max-width: 1344px) {
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}


@media only screen and (max-width: 1180px) {
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 53%;
        max-width: 53%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 47%;
        max-width: 47%;
    }
}

@media only screen and (max-width: 1199px) {
    .should-hide-steps {
        display: none;
    }
}

@media only screen and (max-width: 1115px) {
    .logo-section {
        padding-left: 6% !important;
    }
}

@media only screen and (max-width: 1070px) {
    .logo-section {
        padding-left: 5% !important;
    }
}


@media only screen and (max-width: 1020px) {
    .logo-section {
        padding-left: 4% !important;
    }
}

@media only screen and (max-width: 992px) {
    .should-hide-plan-info {
        display: none;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 0%;
        max-width: 0%;
    }
}

@media only screen and (max-width: 768px) {
    .alpha {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .row {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.sign-up-line-wor-1 {
    border-style: solid;
    border-width: 2px;
    position: absolute;
    top: 3px;
    right: 6px;
    color: #eee;
    width: 25%;
    border-top-color: inherit;
}

.sign-up-line-wor-2 {
    border-style: solid;
    border-width: 2px;
    position: absolute;
    top: 3px;
    right: 0px;
    color: #eee;
    width: 17%;
    border-top-color: inherit;
}

/* CHECKBOX AS  RADIO STYLES */

input[type=checkbox].addons-check:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 1px;
    width: 5px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.plan-card input[type=checkbox].addons-check {
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    background: #FFFFFF;
    border: 1px solid #919191;
    border-radius: 4px;
    position: relative;
    /*left: 14px;*/
    /*top: 8px;*/
    opacity: initial;
    cursor: pointer;
    display: inline-block;
}

.plan-card input[type=checkbox].addons-check:checked   {
    background-color: #2777E5;
    border-color: #2777E5;
    outline: none;
}

.plan-card input[type=checkbox].addons-check:focus,
input[type=checkbox].addons-check:active {
    outline: none;
}