﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600;700&family=Inter:wght@300;400;500;600;700;800&family=Roboto:wght@500&display=swap');

html, body {
    height: 100%;
    background-color: #F4F5F7;
}

@media only screen and (max-width: 991px) {
    .h-100 {
        height: auto !important;
    }
}

@media (min-width: 1320px) and (max-width: 1540px) {
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 86.66666667% !important;
    }
}
/*
@media (min-width: 1400px) {
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}*/

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

.mainColor {
    color: #4E5A74;
}

.mainColorLighter {
    color: #2D3E50;
}

.secondaryColor {
    color: var(--SecondaryColor, #ff7a59);
}

.colorWhite {
    color: #fff !important;
}

.main-container {
    height: 100% !important;
}

.login-container {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgb(146 153 184 / 1%);
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: 384px;
}

@media only screen and (max-width: 576px) {
    .login-container {
        background-color: #fff;
        border: none;
        border-radius: unset;
        box-shadow: none;
        padding-left: 64px;
        padding-right: 64px;
        padding-top: 24px;
        padding-bottom: 24px;
        max-width: none;
    }
}

.login-container-title {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    color: #2D3E50;
}

.login-container-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #4E5A74;
}

.login-reset-password {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #4E5A74;
    text-align: justify;
    text-justify: inter-word;
}


@media (min-width: 1540px) {

    .right-side-align {
        margin-left: 150px !important;
    }

    .left-side-align {
        margin-right: 150px !important;
        margin-left: auto !important;
    }
}

.left-side {
    background-color: #fff;
}

.right-side {
    background-color: #F4F5F7;
}

.left-title {
    font-family: 'Barlow', sans-serif;
    font-size: 42px;
    color: #2D3E50;
}

.left-content {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #4E5A74;
}

.left-grey-title {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    color: #8C929C;
}

.left-testimonial {
    background-color: #F4F5F7;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #4E5A74;
}

.fw-400 {
    font-weight: 400;
}

.bubble {
    background-color: #F4F5F7;
    color: #4E5A74;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    margin: 20px 10px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 34px;
}

    .bubble::before {
        background-color: #F4F5F7;
        color: #4E5A74;
        content: "\00a0";
        display: block;
        height: 16px;
        width: 16px;
        position: absolute;
        bottom: -7.5px;
        transform: rotate(47deg) skew(5deg);
        -moz-transform: rotate(47deg) skew(5deg);
        -ms-transform: rotate(47deg) skew(5deg);
        -o-transform: rotate(47deg) skew(5deg);
        -webkit-transform: rotate(47deg) skew(5deg);
        left: 50%;
    }


.barlow {
    font-family: 'Barlow', sans-serif;
}

.inter {
    font-family: 'Inter', sans-serif;
}

.fs-48px {
    font-size: 48px !important;
}

.fs-18px {
    font-size: 18px !important;
}

.fs-16px {
    font-size: 16px !important;
}

.fs-14px {
    font-size: 14px !important;
}

.fs-12px {
    font-size: 12px !important;
}

.fs-10px {
    font-size: 12px !important;
}


.divider-line {
    width: 100%;
    height: 13px;
    border-bottom: 1px solid #dbe0e7;
    text-align: center
}

.divider-text {
    padding: 0 10px;
    background-color: #fff;
    color: #8c8ca1;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}


.form-control {
    height: 48px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    border: 1px solid #dbe0e7;
}

.form-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #2D3E50;
    font-weight: 500;
}

.form-label {
    margin-bottom: 0.2rem;
}

#emailHelp {
    color: #8C8CA1;
}

/*social media section*/
.facebook-login, .facebook-signup, .google-login, .google-signup {
    text-align: center;
}

.loginBtn {
    box-sizing: border-box;
    position: relative;
    margin: 0em;
    /*padding: 10px 25px 10.5px 80px;*/
    border: none;
    text-align: center;
    line-height: 48px;
    white-space: nowrap;
    border-radius: 3px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    color: #FFF;
    cursor: pointer;
    width: 100%;
    padding-left: 40px;
}

    .loginBtn:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 0;
        /*left: 20%;
         width: 52px;*/
        height: 48px;
        margin-left: 1px;
    }

    .loginBtn:focus {
        outline: none;
    }

    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    }

.loginBtn-facebook {
    background-color: #1877f2;
    /*    background-image: linear-gradient(#4C69BA, #3B55A0);*/
    /*text-shadow: 0 -1px 0 #354C8C;*/
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 48px;
}

    .loginBtn-facebook:before {
        /* border-right: #4559e7 1px solid;*/
        background: url('../images/login/FacebookLogo.svg') 0px 12px no-repeat;
        left: 20%;
        width: 25px;
    }

    .loginBtn-facebook:hover,
    .loginBtn-facebook:focus {
        /* background-color: #2464E1;*/
        /* background-image: linear-gradient(#5B7BD5, #4864B1);*/
    }

    .loginBtn-facebook.signup {
        padding: 16px 15px 20px 75px;
    }

.loginBtn-google {
    background: #fff;
    color: #333;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.17), 0 0 3px 0 rgba(0, 0, 0, 0.08);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.54);
}

    .loginBtn-google:before {
        background: url('../images/login/GoogleLogo.svg') 0px 12px no-repeat;
        left: 25%;
        width: 25px;
    }

    .loginBtn-google:hover,
    .loginBtn-google:focus {
        /* background: #f9f6f6;*/
    }

    .loginBtn-google.signup {
        padding: 16px 28px 20px 85px;
    }

/*end social media section*/


.form-button {
    background: var(--PrimaryColor, #ff7a59);
    border-radius: 0.25rem;
    text-indent: 0;
    display: block;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 48px;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    height: 48px;
    cursor: pointer;
    width: 100%;
    border: 1px solid var(--PrimaryColor, #ff7a59);
}

    .form-button:hover {
        background-color: #e95733;
        color: #ffffff;
        border: 1px solid #e95733;
        text-decoration: none;
    }

    .form-button:focus-visible {
        outline: none;
    }


.forgot-password-link {
    color: var(--PrimaryColor, #ff7a59);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

    .forgot-password-link:hover {
        color: #e95733;
    }

.formSignUp {
    color: var(--PrimaryColor, #ff7a59);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    text-decoration: none;
}

    .formSignUp:hover {
        color: #e95733;
    }

.formLogin {
    color: var(--PrimaryColor, #ff7a59);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    text-decoration: none;
}

    .formLogin:hover {
        color: #e95733;
    }

.login-notification.error {
    color: #D50000;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.login-notification.success {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #7f9435;
}



/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Open Sans', Arial, sans-serif;
}

html {
    background: #FFF;
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-size: 14px;
}

div.hr {
    height: 1px;
    background: #DDD;
    margin: 10px 0;
}

.login-form {
    padding: 40px;
}

.logo {
    text-align: center;
}

    .logo img {
        margin: 0 auto;
    }

.headline span {
    display: block;
    font-size: 44px;
    font-weight: 600;
    color: #555555;
    padding: 0 10px;
}

.subheadline {
}

    .subheadline span {
        display: block;
        padding: 0 10px;*/
/* padding-bottom: 30px;*/
/*text-align: left;
        font-weight: 400;
        font-size: 18px;
        color: #555555;
    }

.privacy {
}

    .privacy span {
        display: block;
        margin: 0 auto;
        margin-top: 45px;
        text-align: center;
        font-size: 13px;
        color: #aaa;
        max-width: 720px;
        line-height: 1.3em;
    }

.login-menu {
    position: absolute;
    top: 20px;
    right: 30px;
    text-align: right;
}

    .login-menu a {
        display: none;
        color: #009bf7;
        text-decoration: none;
        font-size: 16px;
    }

        .login-menu a:hover {
            text-decoration: underline;
        }

        .login-menu a#lnkSignUp {
            display: inline;
        }

#formForgotPassword > .form-wrapper {
    width: auto;
    margin: 0 10px;
    display: block;
}

.forgot-password-link {
    margin-top: 10px;
    text-align: center;
    width: 240px;
}

    .forgot-password-link a {
        color: #009bf7;
        text-decoration: none;
        font-size: 16px;
    }

        .forgot-password-link a:hover {
            text-decoration: underline;
        }

#formLogin {*/
/*display: block;*/
/*}

#formSignUp {
}

.login-wrapper.return-user #formLogin, .login-wrapper.return-user #formSignUp {
    display: none;
}

.form-container {
    display: none;
}

    .form-container.return-user {
        text-align: center;
    }

        .form-container.return-user input[type=password] {
            display: block;
            margin: 0 auto;
            margin-top: 20px;
            color: #333;
            outline: 0;
            width: 60%;
            padding: 8px;
            font-size: 16px;
            font-family: Open Sans;
            border-radius: 3px;
            border: 1px solid #999999;
            text-align: center;
        }

        .form-container.return-user a.form-button {
            margin: 0 auto;
            margin-top: 20px;
        }

        .form-container.return-user .login-notification {
            margin-top: 10px;
        }

.form-wrapper {*/
/*display: none;*/
/*display: table;
    table-layout: fixed;
    width: 100%;
    height: 262px;
    margin-top: 20px;
}

.form-container.return-user .form-wrapper {
    margin-top: 0;
    height: 190px;
}

.form-wrapper .login-left, .form-wrapper .login-middle, .form-wrapper .login-right {
    display: table-cell;
    vertical-align: middle;
}

.form-wrapper .login-left {
    width: 43%;
    padding: 0 10px;
}

    .form-wrapper .login-left a {
        display: block;
        text-align: center;
    }

        .form-wrapper .login-left a img {
            margin: 0 auto;
        }

    .form-wrapper .login-left span.policy {
        display: block;
        text-align: center;
        margin-top: 10px;
        font-size: 13px;
        color: #555;
    }

.google-login, .google-signup {
    text-align: center;
    margin-top: 10px;*/
/* display:none;*/
/*}

.form-wrapper .login-right {
    width: 53%;
    padding: 0 10px;
    vertical-align: top;
}

    .form-wrapper .login-right table {
        table-layout: fixed;
        width: 100%;
    }

.login-form-table {
    margin-top: 35px;
}

.form-wrapper .login-right table td {
    padding: 3px;
}

    .form-wrapper .login-right table td.label {
        width: 140px;
        font-size: 16px;
    }

    .form-wrapper .login-right table td.input {
        padding-right: 0;
    }

.form-wrapper .login-middle {
    text-align: center;
}

    .form-wrapper .login-middle span {
        display: block;
        text-align: center;
        background: #FFF;
        padding: 10px 0;
        font-size: 16px;
        font-weight: bold;
    }

.form-wrapper .input input[type=text], .form-wrapper .input input[type=password], .form-wrapper .input input[type=email] {
    display: block;
    color: #333;
    outline: 0;
    width: 240px;
    padding: 8px;
    font-size: 16px;
    font-family: Open Sans;
    border-radius: 3px;
    border: 1px solid #999999;
}

span.label {
    display: block;
    padding: 5px;
    font-size: 16px;
}

.form-wrapper div.input input[type=email] {
    width: 100%;
    text-align: center;
}

.form-wrapper .button-wrapper {
    margin-top: 10px;
    text-align: center;
}

    .form-wrapper .button-wrapper a {
        margin: 0 auto;
        width: 300px;
    }

span.avatar-container {
    display: block;
    opacity: 0;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

span.welcome-msg {
    display: block;
    font-size: 30px;
    margin-top: 20px;
}

span.instructions {
    display: block;
    margin-top: 10px;
}

.other-user-instructions {
    margin-top: 20px;
}

    .other-user-instructions a {
        color: #009bf7;
        text-decoration: none;
        font-size: 14px;
    }

        .other-user-instructions a:hover {
            text-decoration: underline;
        }

a.link-button {
    display: block;
    padding: 20px;
    background: #009bf7;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.optional-separator {
    margin-top: 10px;
}

    .optional-separator span {
        display: block;
        text-transform: uppercase;
        text-align: center;
    }

.optional-signup {
    margin-top: 10px;
    text-align: center;
}

    .optional-signup a.sm-button {
        display: inline-block;
        margin: 0 auto;
        padding: 15px;
        text-decoration: none;
        min-width: 72px;
    }

        .optional-signup a.sm-button i {
            font-size: 40px;
        }

    .optional-signup a.fb-login {
        background: #3a5795;
        border: 1px solid #35508a;
        color: #FFF;
    }

.success-wrapper {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 450px;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}

    .success-wrapper img {
        margin: 0 auto;
    }

    .success-wrapper span {
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-top: 20px;
        color: #fff;
        font-size: 16px;
    }

.login-notification {
    display: block;
    padding: 10px;
    margin: 0 10px;
    font-size: 14px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

    .login-notification.success {
        background: #f4ffcd;
        border-color: #c4d684;
        color: #7f9435;
    }

    .login-notification.error {
        color: #842029;
        background-color: #f8d7da;
        border-color: #f5c2c7;
    }


.form-button {
    padding-top: 12px;
    display: block;
    -moz-box-shadow: inset 0px 1px 0px 0px #fce397;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce397;
    box-shadow: inset 0px 1px 0px 0px #fce397;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5d03d), color-stop(1, #ff9b05) );
    background: -moz-linear-gradient( center top, #f5d03d 5%, #ff9b05 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d03d', endColorstr='#ff9b05');
    background-color: #f5d03d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-indent: 0;
    border: 1px solid #ffa200;
    display: block;
    color: #ffffff;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ff7700;
    height: 60px;
    cursor: pointer;
    width: 240px;
}

    .form-button:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff9b05), color-stop(1, #f5d03d) );
        background: -moz-linear-gradient( center top, #ff9b05 5%, #f5d03d 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9b05', endColorstr='#f5d03d');
        background-color: #ff9b05;
        color: #ffffff;
        border: 1px solid #ffa200;
        text-decoration: none;
    }*/
/* Pop */
/*@-webkit-keyframes pop {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pop {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.btn-fb-login {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
    margin: 0 auto;
    padding: 15px;
    color: #FFF;
    font-size: 20px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    background: #3a5795;
    border: 1px solid #35508a;
}

    .btn-fb-login:hover {
        -webkit-animation-name: pop;
        animation-name: pop;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    .btn-fb-login i.fa {
        margin-right: 10px;
        font-size: 30px;
        float: left;
    }


.facebook-login, .facebook-signup, .google-login, .google-signup {
    text-align: center;
}

.loginBtn {
    box-sizing: border-box;
    position: relative;
    margin: 0em;
    padding: 16px 25px 20px 80px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 3px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 21px;
    color: #FFF;
    cursor: pointer;
}

    .loginBtn:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 1px;
        left: 10px;
        width: 52px;
        height: 68px;
    }

    .loginBtn:focus {
        outline: none;
    }

    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    }

.loginBtn-facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    text-shadow: 0 -1px 0 #354C8C;
}

    .loginBtn-facebook:before {
        border-right: #364e92 1px solid;
        background: url('../images/login/icon_facebook.png') 6px 22px no-repeat;
        left: 15px;
        width: 47px;
    }

    .loginBtn-facebook:hover,
    .loginBtn-facebook:focus {
        background-color: #5B7BD5;
        background-image: linear-gradient(#5B7BD5, #4864B1);
    }

    .loginBtn-facebook.signup {
        padding: 16px 15px 20px 75px;
    }

.loginBtn-google {
    background: #4285F4;
    border: 1px solid transparent;
    padding: 16px 42px 20px 85px;
}

    .loginBtn-google:before {
        border-right: #4285DF 1px solid;
        background-color: #fff !important;
        background: url('../images/login/icon_google.png') 6px 10px no-repeat;
        left: 0;
        width: 61px;
    }

    .loginBtn-google:hover,
    .loginBtn-google:focus {
        background: #508ef5;
    }

    .loginBtn-google.signup {
        padding: 16px 28px 20px 85px;
    }

.gclid-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 11px;
    color: #777;
}*/
/* Typed cursor */
/*.typed-cursor {
    display: none !important;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}*/
/*JOHN CHANGES*/
/*.login-main-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333333;
    background-image: url(../images/login-background-3.jpg);
    background-size: 100%, 100%;
}

.login-wrapper {
    width: 900px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #dddddd;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: 0px 0px 7px #333;
}

.google-login, .google-signup {
    margin-top: 10px;*/
/*    display: none;*/
/*}

.headline {
    font-size: 40px;
}*/





.btn {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 0;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    text-transform: capitalize;
    line-height: 20px;
}

    .btn:focus {
        outline: none;
        box-shadow: none;
    }

/*btn-primary*/
.btn-primary, .btn-primary:visited, .btn-primary:focus {
    background: var(--PrimaryColor, #ff7a59);
    border-color: var(--PrimaryColor, #ff7a59);
}

    .btn-primary:hover,
    .btn-primary::after,
    .btn-primary:active,
    .btn-primary:visited,
    .btn-check:focus + .btn-primary,
    .btn-check:active + .btn-primary,
    .btn-check:checked + .btn-primary,
    .btn-primary.active, .btn-primary:active,
    .show > .btn-primary.dropdown-toggle {
        background-color: #D73E1E;
        border: 1px solid #D73E1E;
    }

        .btn-primary:active:focus,
        .btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
            outline: 0;
            background-color: #D73E1E;
            border: 1px solid #D73E1E;
            box-shadow: 0 0 0 1px #D73E1E;
        }

    .btn-primary.disabled, .btn-primary:disabled {
        background: var(--PrimaryColor, #ff7a59);
        border-color: var(--PrimaryColor, #ff7a59);
        opacity: 0.65;
    }


.btn-outline-primary {
    background: #ffffff;
    color: var(--PrimaryColor, #ff7a59) !important;
    border-color: var(--PrimaryColor, #ff7a59);
}

    .btn-outline-primary:hover, .btn-outline-primary::after, .btn-outline-primary:active, .btn-outline-primary:visited, .btn-outline-primary:focus, .btn-check:focus + .btn-outline-primary,
    .btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary:active, .show > .btn-outline-primary.dropdown-toggle {
        color: #D73E1E !important;
        background-color: #F6F6F7;
        border: 1px solid #D73E1E;
    }

        .btn-outline-primary:active:focus,
        .btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary:active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            outline: 0;
            color: #D73E1E !important;
            border: 1px solid #D73E1E;
            box-shadow: 0 0 0 1px #D73E1E;
        }


/*btn-scondary*/
.btn-secondary {
    background: #2C6ECB;
    border-color: #2C6ECB;
}

    .btn-secondary:hover, .btn-secondary::after, .btn-secondary:active, .btn-secondary:visited, .btn-secondary:focus, .btn-check:focus + .btn-secondary,
    .btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
        background-color: #1F5199;
        border: 1px solid #1F5199;
    }

        .btn-secondary:active:focus,
        .btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            outline: 0;
            background-color: #1F5199;
            border: 1px solid #1F5199;
            box-shadow: 0 0 0 1px #1F5199;
        }

    .btn-secondary.disabled, .btn-secondary:disabled {
        background: #2C6ECB;
        border-color: #2C6ECB;
        opacity: 0.65;
    }


.btn-outline-secondary {
    background: #ffffff;
    color: #2C6ECB !important;
    border-color: #2C6ECB;
}

    .btn-outline-secondary:hover, .btn-outline-secondary::after, .btn-outline-secondary:active, .btn-outline-secondary:visited, .btn-outline-secondary:focus, .btn-check:focus + .btn-outline-secondary,
    .btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary:active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #1F5199 !important;
        background-color: #F6F6F7;
        border: 1px solid #1F5199;
    }

        .btn-outline-secondary:active:focus,
        .btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary:active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            outline: 0;
            color: #1F5199 !important;
            border: 1px solid #1F5199;
            box-shadow: 0 0 0 1px #1F5199;
        }

/*btn-success*/
.btn-success {
    background-color: #00ba88;
    border-color: #00ba88;
}

    .btn-success:hover, .btn-success::after, .btn-success:active, .btn-success:visited, .btn-success:focus, .btn-check:focus + .btn-success,
    .btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
        background-color: #038360;
        border: 1px solid #038360;
    }

        .btn-success:focus + .btn, .btn-success:active:focus,
        .btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
            outline: 0;
            background-color: #038360;
            border: 1px solid #038360;
            box-shadow: 0 0 0 1px #038360;
        }

    .btn-success.disabled, .btn-success:disabled {
        background-color: #00ba88;
        border-color: #00ba88;
        opacity: 0.65;
    }

.btn-outline-success {
    background: #ffffff;
    color: #00ba88 !important;
    border-color: #00ba88;
}

    .btn-outline-success:hover, .btn-outline-success::after, .btn-outline-success:active, .btn-outline-success:visited, .btn-outline-success:focus, .btn-check:focus + .btn-outline-success,
    .btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success:active, .show > .btn-outline-success.dropdown-toggle {
        color: #038360 !important;
        background-color: #F6F6F7;
        border: 1px solid #038360;
    }

        .btn-outline-success:active:focus,
        .btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success:active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            outline: 0;
            color: #038360 !important;
            border: 1px solid #038360;
            box-shadow: 0 0 0 1px #038360;
        }

btn.btn-success.loading {
    background-color: #E9E9E9;
    border-color: #E9E9E9;
    color: #D6D6D6 !important;
    cursor: default;
}

.tagsDropDownButton {
    background-color: #fff !important;
    border: 1px solid #dbe0e7 !important;
    color: #4e5a74 !important;
    font-family: Inter !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

.btn-lg {
    min-width: initial !important;
    min-height: 48px !important;
    height: 48px !important;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn-md {
    min-width: initial !important;
    min-height: 38px !important;
    height: 38px !important;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 7px;
    padding-bottom: 7px;
}
