/*MODALS*/

.login-process,
.login-social,
.social-error,
.login-success,
.signup-social,
.signup-success,
.signup-process,
.generating-process,
.generating-success,
.generating-offensive,
.generating-private,
.generating-unknown-error,
.generating-upgrade-please,
.generating-url-error {
    display: none;
}

.login-process .modal-body,
.login-social .modal-body,
.social-error .modal-body,
.login-success .modal-body,
.signup-social .modal-body,
.signup-success .modal-body,
.signup-process .modal-body,
.generating-process .modal-body,
.generating-success .modal-body,
.generating-offensive .modal-body,
.generating-private .modal-body,
.generating-unknown-error .modal-body,
.generating-upgrade-please .modal-body,
.generating-url-error .modal-body {
    text-align: center;
    font-size: 24px;
    height: 503px;
    background-color: #fff;
}

.plate {
    min-height: 420px;
}

.plate .message-lead {
    padding: 24px 0;
    text-align: center;
    font-family: 'Museo Sans Cyrl', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 48px;
    color: #041F3D;
}

.plate .message-icon {
    height: 120px;
    width: 120px;
    margin: -1px auto 16px auto;
    display: block;
}

.plate .process-progress {
    display: block;
    width: 96px;
    margin: 0 auto;
}

.plate .message-sub {
    display: block;


    font-family: 'Museo Sans Cyrl', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 48px;
    color: #333333;

    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 95%;
}


.modal .dot {
    width: 16px;
    height: 16px;
    background-color: #012140;
    border-radius: 50%;
    float: left;
    margin: 0 8px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: fx 1000ms ease infinite 0ms;
    animation: fx 1000ms ease infinite 0ms;
}

.dot:nth-child(2) {
    -webkit-animation: fx 1000ms ease infinite 300ms;
    animation: fx 1000ms ease infinite 300ms;
}

.dot:nth-child(3) {
    -webkit-animation: fx 1000ms ease infinite 600ms;
    animation: fx 1000ms ease infinite 600ms;
}

@-webkit-keyframes fx {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fx {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#modal-create-safeview {
    display: none;
}

.modal {

}

.modal .modal-content {
    border-radius: 10px;
    border: 0;
}

.modal .modal-header {
    height: 160px;
    background-position: 50% 60px;
    background-repeat: no-repeat;
    background-size: 90%;
    border-bottom: 0;
}

.modal .modal-header button {
    opacity: 1;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.modal .modal-title {
    font-family: Oxygen, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 78px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #041F3D;
}

.modal .modal-underline {
    clear: both;
    height: 60px;
    width: calc(100% + 30px);
    overflow: hidden;
    position: relative;
    top: -52px;
    left: -15px;
}

.modal .modal-underline svg:nth-child(1) {
    float: left;
    width: 98px;
    height: 98px;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .21));
}

.modal .modal-underline svg:nth-child(2) {
    position: absolute;
    width: 98px;
    height: 98px;
    top: 0;
    right: 0px;
    transform: rotate(12deg);
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .21));
}

/*subtitle*/
.modal-subtitle {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 0px;
    text-shadow: 0px 1px 1px rgb(46, 50, 62);
}

.vis-subtitle .modal-title {
    margin-top: -5px;
}

.hidden-subtitle .modal-subtitle {
    display: none !important;
}

/*subtitle*/
.modal-body {
    background-color: #fff;
}

.modal-footer {
    margin-top: 0;
    border: 0;
    padding: 0 0 10px;
}

.modal-body > input {
    margin: 2px;
    background-color: #f1f4f7;
    border-radius: 24px;
    box-sizing: border-box;
    border-width: 0;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.36);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.36) !important;
}

.modal .modal-dialog.modal-error {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 1px, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, -1px, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

/*Set New Password Modal*/

#modal-reset.modal .modal-content {
    background-color: #fff;
    border-radius:12px;
}

#modal-reset.modal .modal-header {
    justify-content: center !important;
    height: 120px;
    background-position: 50% 60px;
    background-repeat: no-repeat;
    background-size: 90%;
    border-bottom:0;
}

#modal-reset.modal .modal-header button {
    color: var(--main-color);
    font-size: 32px;
    font-weight: 300;
    top: -4px;
    right: 4px;
}

#modal-reset.modal .modal-title {
    font-family: Oxygen, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 78px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #041F3D;
}

#modal-reset .btn {
    font-family:"Open Sans", sans-serif;
    font-size:18px;
    font-weight:600;
    line-height:24px;
    text-shadow:0 1px 1px rgba(0,0,0,.12);
    min-width:80px;
    border-radius: 10px;
    box-shadow:0 0 2px 0 rgba(0,0,0,.2),0 1px 2px 0 rgba(0,0,0,.2);
    border:0;
    padding:8px 16px;
    background-image:none;
    background-color:#fff;
    letter-spacing:-.4px;
    color: #2da5d9;
}

#modal-reset .btn-videolink {
    box-shadow: none;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    color: var(--white);
    background-color: var(--main-color) !important;
}

#modal-reset .btn:active {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    outline: none;
}

#modal-reset .btn.btn-videolink:active {
    color: white !important;
    background: var(--button-hover-dark) !important;
}

#modal-reset .btn:focus {
    outline: none !important;
}


#modal-reset .btn.btn-videolink:hover {
    background: var(--button-hover-dark) !important;
    color: var(--white) !important;
}

#modal-reset.modal .close-btn {
    background: none;
    border: none;
    position: absolute;
    top: -11px;
    right: 10px;
}

#modal-reset.modal .form-group label {
    width: 100%;
}

#modal-reset.modal .form-group label .form-control {
    border: 0;
    box-shadow: none !important;
    font-size: 16px;
    line-height: 22px;
    color: #2CA5D9;
    margin: 13px 0 16px;
    height: 50px;
    background: #F2F4F7;
    border-radius: 10px;
}

#modal-reset.modal .form-group label {
    font-family: 'Museo Sans Cyrl', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #002140;
}

#modal-reset.modal .password-ok{
    background: rgba(0, 225, 151, 0.2) !important;
}

#modal-reset.modal .password-error{
    background: rgba(251, 0, 73, 0.2) !important;
}


#modal-reset.modal .form-group label > svg {
    top: -3px;
    left: 5px;
}

#modal-reset .btn-primary {
    background-color: #2840C7 !important;
    transition: background-color linear 330ms !important;
}

#modal-reset .btn-primary:hover {
    background-color: #001baf !important;
}

#pwindicator {
    height: 20px;
    margin: 0;
}

#pwindicator .label {
    font-size: 14px;
}

/* Password strength indicator colors */

.pw-very-weak .label {
    color: #d00;
}

.pw-weak .label {
    color: #d00;
}

.pw-mediocre .label {
    color: #f3f01a;
}

.pw-strong .label {
    color: #f3b31a;
}

.pw-very-strong .label {
    color: #0d0;
}

/*End Set New Password*/
/*LOGIN MODAL*/

#modal-login {
    z-index: 2001;
}

#modal-login .modal-header{
    display: block;
}

@media screen and (max-width: 767px) {
    #modal-login .modal-header{
        height: 130px;
    }
}

#modal-login .modal-title{
    position: relative;
    top: 50px;
}

@media screen and (max-width: 767px) {
    #modal-login .modal-title{
        position: relative;
        top: 37px;
        font-size: 38px;
    }
}

@media screen and (max-width: 375px) {
    #modal-login .modal-title {
        font-size: 30px !important;
        top: 20px;
    }
}

#modal-login .modal-body{
    padding-top: 0;
}

#modal-login .modal-body #loginForm{
    padding-top: 5px;
}

@media screen and (max-width: 375px) {
    #modal-login .modal-body #loginForm{
        top: -24px;
        position: relative;
    }

    #modal-login .modal-body .login-form > div{
        padding: 0;
    }
}


#modal-login #log_emailInput,
#modal-login #log_passwordInput{
    width: 100%;
    height: 50px;
    background: #F2F4F7;
    border-radius: 10px;
    border: 0;
}

#modal-login #log_emailInput{
    position: relative;
    top: 4px;
}

#modal-login #log_emailInput::placeholder,
#modal-login #log_passwordInput::placeholder{
    font-family: 'Museo Sans Cyrl', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #002140;
    padding-left: 13px;
}

#modal-login .form-group.email{
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #modal-login .form-group.email{
        margin-top: 10px;
    }
}

#modal-login #log_passwordInput{
    position: relative;
    top: 2px;
}

#modal-login #log_emailInput-outer,
#modal-login #log_passwordInput-outer{
    width: 660px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    #modal-login #log_emailInput-outer,
    #modal-login #log_passwordInput-outer{
        width: 554px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 540px) {
    #modal-login #log_emailInput-outer,
    #modal-login #log_passwordInput-outer{
        width: 275px;
        margin: 0 auto;
    }
}


#modal-submit_logged_warning .modal-dialog,
#modal-submit_warning .modal-dialog,
#modal-login .modal-dialog,
#modal-register .modal-dialog,
#modal-forgot .modal-dialog {
    max-width: 600px;
}

#modal-reset .modal-dialog {
    min-width: 300px;
    max-width: 420px;
    height: 434px;
}

.en #modal-submit_logged_warning .modal-dialog,
.en #modal-submit_warning .modal-dialog,
.en #modal-login .modal-dialog,
.en #modal-register .modal-dialog,
.en #modal-forgot .modal-dialog,
.en #modal-reset .modal-dialog {
    min-width: 300px;
    max-width: 420px;
}

.pt #modal-submit_logged_warning .modal-dialog,
.pt #modal-submit_warning .modal-dialog,
.pt #modal-login .modal-dialog,
.pt #modal-register .modal-dialog,
.pt #modal-forgot .modal-dialog,
.pt #modal-reset .modal-dialog {
    min-width: 300px;
    max-width: 420px;
}

#modal-login .modal-dialog {
    /*margin-top: calc((100vh - 562px) / 2) !important;*/
    max-width: 780px;
}

@media screen and (max-width: 768px) {
    #modal-login .modal-dialog {
        margin-left: 28px;
        margin-right: 28px;
    }
    #modal-premium-limitations-notifications .modal-dialog {
        width: auto !important;
    }
}

@media screen and (max-width: 767px) {
    #modal-login .modal-dialog {
        max-width: 672px;
    }
}

@media screen and (max-width: 375px) {
    #modal-login .modal-dialog {
        max-width: 315px;
    }
}


#modal-login .modal-content {
    height: 788px;
}

@media screen and (max-width: 767px) {
    #modal-login .modal-content {
        height: 807px;
    }
}

@media screen and (max-width: 375px) {
    #modal-login .modal-content {
        height: 720px;
    }
}

#modal-login .modal-footer {
    background: #fff;
    border-radius: 0 0 10px 10px;
    height: 80px;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    #modal-login .modal-footer {
        height: 120px;
    }
}

@media screen and (max-width: 375px) {
    #modal-login .modal-footer {
        height: 78px;
    }
}

#modal-login .modal-footer #forgetpwd,
#modal-login .modal-footer #tos{
    font-family: 'Museo Sans Cyrl', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 48px;
    color: #333333;
}

@media screen and (max-width: 375px) {
    #modal-login .modal-footer #forgetpwd,
    #modal-login .modal-footer #tos{
        font-size: 16px;
        top: -7px;
        position: relative;
    }
}


#modal-login .modal-footer #forgetpwd > a,
#modal-login .modal-footer #tos > a{
    font-weight: bold;
    text-decoration: none;
    color: #333333;
}


#modal-login .loginSignup {
    width: 318px;
    height: 78px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    background-color: #2840c7;
    font-family: 'Oxygen', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    top: 32px;
}

@media screen and (max-width: 375px) {
    #modal-login .loginSignup {
        width: 255px;
        height: 78px;
        top: 28px;
    }
}


.nl #modal-login .loginSignup {
    width: 180px;
    left: 64px;
}

.es #modal-login .loginSignup {
    left: 85px;
    width: auto;
}

.pt #modal-login .loginSignup {
    width: 180px;
    left: -24px;
}

#modal-login .g-recaptcha {
    display: inline-block;
    position: relative;
    top: 14px;
    left: 19px;
    width: 292px !important;
    transform: scale(0.94);
    transform-origin: 0 0;
}

#modal-login #robot-icon {
    position: relative;
    width: 56px;
    height: 56px;
    margin-left: 0;
    left: 15px;
}

.grecaptcha-badge {
    display: none !important;
}

#modal-demo .modal-header {
    display: block;
    padding: 37px 23px 15px;
    height: 125px;
}

#modal-demo .modal-header svg {
    width: 88px;
    height: 88px;
}

#modal-demo .demo-header {
    padding-left: 2px;
    padding-top: 21px;
    line-height: 1.42;
    letter-spacing: -0.86px;
}

#modal-demo .modal-header .close,
#modal-demo .modal-subtitle {
    visibility: hidden;
}

#modal-demo .modal-dialog {
    min-width: 300px;
    max-width: 380px;
    max-height: 380px;
    margin-top: calc((100vh - 389px) / 2);
    margin-left: auto !important;
    margin-right: auto !important;
}

#modal-demo .modal-body {
    color: var(--main-color);
    text-shadow: none;
    text-align: center;
    padding: 22px 0 0 0;
}

#modal-demo .plate {
    min-height: inherit;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    font-family: OpenSans, Helvetica, "sans-serif";
    font-size: 17px;
    text-align: center;
    color: #3a586e;
    box-shadow: none;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: -0.61px;
    padding-left: 27px;
    padding-right: 27px;
}

#modal-demo .vl-logo {
    width: 80px;
    height: 80px;
}

#modal-demo .modal-title {
    font-family: 'Open Sans', Helvetica, sans-serif;
    background-color: #fff;
    color: var(--main-color);
    line-height: 32px;
    text-shadow: none;
    font-size: 24px;
}

#modal-demo .modal-content {
    background-color: #fff;
}

#modal-demo #sign-in {
    margin: 31px 0 27px 0;
    text-shadow: none;
    border: none;;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bolder;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
    color: #ffffff;
    padding-top: 4px;
}

#modal-demo .maybe-later {
    opacity: 0.89;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.43px;
    text-align: center;
    color: var(--main-color);
    cursor: pointer;
}

#modal-demo #sign-in {
    width: 146px;
    height: 48px;
    border-radius: 24px;
    border: solid 2px rgba(0, 0, 0, 0.08);
    background-color: var(--main-color);
}

@media screen and (max-height: 700px) {
    #modal-login .modal-dialog {
        margin: 40px auto;
        transform: none;
    }
}

@media screen and (min-width: 376px) and (max-width: 767px) {
    #modal-login .modal-dialog {
        margin-left: 8px;
        margin-right: 8px;
    }
}

.modal {
    box-shadow: 0 16px 64px 0 rgba(0, 0, 0, 0.34);
    border-radius: 12px;
}

.modal .close {
    position: relative;
    width: 16px;
    height: 16px;
    float: right;
    margin-left: -44px;
    border-radius: 22px;
    text-shadow: none;
    opacity: 1;
    top: 12px;
    right: 16px;
    cursor: pointer;
    background: none;
    transition: background-color linear 330ms;
}

@media screen and (max-width: 375px) {
    .modal .close {
        top: 1px;
        right: 4px;
    }
}

/* Pure CSS close icon */
.modal .close:before,
.modal .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 24px;
    width: 2px;
    background-color: #012140;
}

.modal .close:before {
    transform: rotate(45deg);
}

.modal .close:after {
    transform: rotate(-45deg);
}

#modal-submit_logged_warning .btn,
#modal-submit_warning .btn,
#modal-login .btn,
#modal-register .btn,
#modal-forgot .btn{
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 24px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);

    min-width: 80px;
    border-radius: 8px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    border: 0;

    padding: 12px 27px;
    background-image: none;
    background-color: #fff;
    letter-spacing: -0.4px;
}

.modal .btn.dropdown-toggle {
    padding: 12px 24px 12px 10px !important;
}

#modal-submit_logged_warning .btn-primary,
#modal-submit_warning .btn-primary,
#modal-login .btn-primary,
#modal-register .btn-primary,
#modal-forgot .btn-primary,
#modal-reset .btn-primary {
    transition: background-color linear 330ms;
    background: #041F3D;
    border-radius: 8px;
}

#modal-submit_logged_warning .btn-primary:hover,
#modal-submit_warning .btn-primary:hover,
#modal-login .btn-primary:hover,
#modal-register .btn-primary:hover,
#modal-forgot .btn-primary:hover,
#modal-reset .btn-primary:hover,
#modal-login .btn-primary:focus,
#modal-register .btn-primary:focus,
#modal-forgot .btn-primary:focus,
#modal-reset .btn-primary:focus {
    background-color: #153B65;
}

.modal .btn-primary:disabled{
    opacity: 0.65;

    /* alternate disabled button styling from Figma*/

    /*background: #FFFFFF !important;
    border: 2px solid #041F3D !important;
    color: #041F3D !important;*/
}


.modal .close svg {
    width: 44px;
    height: 44px;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .21));
}

#modal-submit_logged_warning,
#modal-submit_warning,
#modal-login,
#modal-register,
#modal-forgot,
#modal-reset {
    font-size: 16px;
}

.modal .connect-with {
    padding: 24px 0;
    text-align: center;
    font-family: 'Museo Sans Cyrl', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 48px;
    color: #041F3D;
}

@media screen and (max-width: 375px) {
    .modal .connect-with {
        padding: 24px 0 0 0;
    }
}


.connect-with.choose{
    position: relative;
    top: -5px;
    letter-spacing: -0.01em;
    padding: 0;
}

@media screen and (max-width: 375px) {
    .modal .connect-with.choose {
        font-size: 18px;
        line-height: 27px;
        top: -23px;
    }
}


.connect-with.or-log-in{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 48px;
    color: #333333;
    position: relative;
    top: 17px;
}

@media screen and (max-width: 767px) {
    .connect-with.or-log-in{
        top: 27px;
    }
}

@media screen and (max-width: 375px) {
    .connect-with.or-log-in{
        top: -15px;
    }
}

.modal #connect-social {
    background-color: #fff;
    text-align: center;
    position: relative;
    top: 15px;
}

@media screen and (max-width: 767px) {
    .modal #connect-social {
        top: 30px;
    }
}

@media screen and (max-width: 375px) {
    .modal #connect-social {
        top: 0;
    }
}

.modal #connect-social button {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    background-color: #F2F4F7;
    border: 0;
    outline: 0;
}

.modal #connect-social button.btn-facebook > svg {
    width: 64px;
    height: 64px;
    margin-left: -3px;
    margin-top: -1px;
}

.modal #connect-social button.btn-google-plus {
    margin-left: 20px;
}

.modal #connect-social button.btn-google-plus > svg {
    width: 44px;
    height: 64px;
    margin-left: 0;
    margin-top: 0;
}

.modal #connect-social .fa {
    color: #f5f5f5;
    font-size: 20px;
}

.modal .h-text {
    border-top: 1px Solid #ccc;
    text-align: center;
    margin-bottom: 20px;
}

.modal .h-text span {
    position: relative;
    top: -14px;
    background-color: #fff;
    padding: 0 40px;
}

.modal .form-group label {
    font-family: 'Museo Sans Cyrl', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #002140;
}

.modal .form-group label > svg {
    width: 44px;
    height: 44px;
    margin-right: 14px;
    display: inline-block;
    top: 15px;
    position: relative;
}

#modal-login .form-group label .form-control,
#modal-register .form-group label .form-control,
#modal-reset .form-group label .form-control,
#modal-forgot .form-group label .form-control,
#modal-video-password .form-group label .form-control {
    width: calc(100% - 100px);
    display: inline-block;
    font-size: 16px;
    border: 1.5px solid #d6d6d6;
    transition: border 330ms;
}

.modal .signUpHere {
    height: auto;
    background-color: #FFC107;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, .13) inset;
    font-size: 14px;
    color: #333A60;
    line-height: 50px;
    text-align: center;
}

.modal .signUpHere a {
    color: #333A60;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.2px;
}

/*REGISTER MODAL*/
@media screen and (max-width: 600px) {
    #modal-register .captcha svg {
        display: none;
    }

    #modal-register .captcha {
        text-align: center;
    }
}

@media screen and (max-width: 321px) {
    .modal-subtitle {
        font-size: 17px;
    }
}

#modal-register .captcha svg {
    margin-right: 14px;
    position: relative;
    top: -12px;
}

#modal-register iframe {
    border: 0 !important;
}

#modal-register .g-recaptcha {
    display: inline-block;
}

#modal-register .ageField label > div {
    width: calc(99% - 96px);
    height: 48px;
    text-align: left;
    color: #555;
    display: inline-block;
}

#modal-register .ageField label > svg {
    top: 6px;
}

#modal-register .ageField label > div {
    vertical-align: top;
}

#modal-register .ageField label > div svg {
    width: 44px;
    height: 44px;
    margin-right: -36px;
    margin-top: -14px;
    vertical-align: top;
    float: right;
}

#modal-register .ageField .btn {
    background-color: #fff;
    border: 2px Solid #dedede;
    color: #2da5d9;

    border-radius: 8px;
    height: 100%;
    width: 60%;
    text-align: left;
    box-shadow: none;
}

#modal-register .ageField .ddval {
    vertical-align: top;
    line-height: 21px;
    font-size: 16px;
}

#modal-register .ageField .btn:focus, #ageField .btn:active {
    background-image: none;
    outline: none;
    box-shadow: none;
}

#modal-register .ageField .dropdown-menu a {
    padding: 4px 10px;
}

#modal-register .ageField .dropdown-menu {
    width: 60%;
    font-size: 16px;
}

@media screen and (max-width: 500px) {
    .enlargeheader {
        height: 190px !important;
    }
}

@media screen and (max-width: 400px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

#modal-forgot .modal-header{
    justify-content: center;
}

#modal-forgot .modal-dialog .email-input > label{
    display: block;
}

#modal-forgot .modal-dialog .email-input > label > svg{
    top: 0;
}

#modal-forgot .email-input {
    margin-bottom: 0;
}

#modal-forgot .email-input > label {
    margin-bottom: 0;
}

#modal-forgot div.modal-body.first {
    padding-bottom: 3px;
}

#modal-forgot #auth-notify {
    height: 22px;
}

#modal-forgot .auth-notify {
    color: #ffc766;
}

.tos {
    padding: 15px 60px;
    color: #516778;
    text-align: center;
    line-height: 27px;
}

#will-receive {
    padding: 0 55px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Museo Sans Cyrl', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 48px;
    color: #041F3D;
}

#email-sent {
    padding: 0 55px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Museo Sans Cyrl', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 48px;
    color: #041F3D;
}

/* simple modal */
.simplemodal .modal-dialog {
    min-width: 300px;
    max-width: 420px;
}

.page-safeview.es .simplemodal .modal-dialog {
    max-width: 520px;
}

.page-safeview.pt .simplemodal .modal-dialog {
    max-width: 520px;
}

.simplemodal .modal-content {
    background-color: #3641B5 !important;
    background-image: none !important;
}

.simplemodal .modal-body {
    padding-bottom: 1px;
}

.simplemodal .modal-body > p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: center;
    color: #62737a;
}

.simplemodal .modal-body > p > a {
    color: #3641B5;
}

.simplemodal .modal-header {
    height: 48px !important;
    background-image: none !important;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.36);
    position: relative;
    top: 0;
    z-index: 999;
    left: 0;
}

.simplemodal .modal-footer {
    height: 110px;
    text-align: center;
}

.simplemodal input[type="text"] {
    border-radius: 8px;
    box-shadow: none !important;
    border: 2px Solid #dedede;
    background-color: #fff;
}

.simplemodal h4.modal-title {
    font-size: 20px !important;
    color: #f5f5f5;
    text-shadow: 0px 1px 1px rgb(46, 50, 62);
    text-align: center;
    line-height: 42px;
    letter-spacing: 0px;
    /* padding-left: 10px; */
}

.simplemodal .modal-footer {
    background-color: #fff !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.modal.simplemodal .close {
    position: relative;
    width: 44px;
    height: 44px;
    float: right;
    margin-left: -44px;
    border-radius: 22px;
    text-shadow: none;
    opacity: 1;
    top: 4px;
    left: -4px;
    background-color: transparent;
    transition: background-color linear 330ms;
}

.modal.simplemodal .close:hover {
    background-color: rgba(0, 32, 77, .16);
}

.simplemodal .btn-default {
    font-size: 18px !important;
    font-weight: 600 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal !important;
    letter-spacing: -0.5px !important;
    text-align: center;
    color: #3641b5;
}

.simplemodal #link_to_share,
.simplemodal #link_to_share_pl {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    height: 38px;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: -0.3px;
    margin-right: -10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 4px 0 rgba(0, 0, 0, 0.21) !important;
    border: solid 1px transparent;
    color: rgba(0, 0, 0, 0.5);
}

.simplemodal #URLCopy {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding: 0px;
    position: relative;
    top: 0;
    left: 0;
    height: 38px;
    z-index: 2;
}

@supports (-moz-appearance:none) {
    .simplemodal #URLCopy {
        top: -0.5px;
        height: 38px;
    }
}

.simplemodal .btn-little {
    height: 40px !important;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 0 4px 0 rgba(0, 0, 0, 0.21) !important;
    border: solid 1px transparent !important;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0)) !important;
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 6px !important;
    font-size: 18px !important;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: center;
    color: #008bd1;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.simplemodal .btn-primary {
    font-size: 18px !important;
    font-weight: 600 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal !important;
    letter-spacing: -0.5px !important;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

#shareButton > svg {
    width: 25px;
    height: 25px;
}


.share-widget {
    width: 336px; /* set width to keep all buttons the same size*/
    margin: 0 auto; /* center the social buttons block */
    padding-bottom: 25px;
}

.modal-dialog-centered {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#modal-share_safeview .close:before,
#modal-share_safeview .close:after {
    display: none;
 }

#modal-add_playlist .close:before,
#modal-add_playlist .close:after {
    display: none;
}

#modal-add_playlist .close {
    top: -4px !important;
}

#modal-share_playlist .close:before,
#modal-share_playlist .close:after {
    display: none;
}

#modal-addcircle .close:before,
#modal-addcircle .close:after {
    display: none;
}

#modal-add-seat .close:before,
#modal-add-seat .close:after {
    display: none;
}

#modal-change-role .close:before,
#modal-change-role .close:after {
    display: none;
}

#modal-invite-members .close:before,
#modal-invite-members .close:after {
    display: none;
}

#modal-team_place_emails .close:before,
#modal-team_place_emails .close:after {
    display: none;
}

#modal-team_billing_info .close:before,
#modal-team_billing_info .close:after {
    display: none;
}

#modal-add-videos-to-playlist .close:before,
#modal-add-videos-to-playlist .close:after {
    display: none;
}

/* Modal add video to Playlist*/

#modal-add-videos-to-playlist .modal-dialog {
    width: 420px;
    height: 520px;
}

#modal-add-videos-to-playlist .modal-body {
    height: 453px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

#modal-add-videos-to-playlist .single-safeview {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    display: flex;
    margin-bottom: 8px;
    cursor: pointer;
    margin-right: 2px;
}

#modal-add-videos-to-playlist .safeview-preview {
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    width: 86px;
    height: 60px;
    position: relative;
}

#modal-add-videos-to-playlist .safeview-duration {
    color: white;
    position: absolute;
    top: 23px;
    right: 3px;
}

#modal-add-videos-to-playlist .single-safeview.active .safeview-duration {
    display: none;
}

#modal-add-videos-to-playlist .safeview-title {
    color: #426076;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    width: 302px;
    position: relative;
}

#modal-add-videos-to-playlist .single-safeview.active .safeview-title {
    color: #fff;
    background-color: #14418B;
}

#modal-add-videos-to-playlist .safeview-selected {
    background: #169ED9;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -13px;
    display: none;
}

#modal-add-videos-to-playlist .single-safeview.active .safeview-selected {
    display: flex;
}

#modal-add-videos-to-playlist .safeview-selected > svg {
    width: 22px;
    height: 22px;
}

#modal-add-videos-to-playlist .safeviews-container {
    overflow-y: scroll;
    height: 355px;
    padding-top: 2px;
}

#modal-add-videos-to-playlist #add-to-playlist {
    position: relative;
    right: -330px;
    top: -13px;
}

#modal-add-videos-to-playlist #add-to-playlist svg {
    width: 40px;
    height: 40px;
}

#modal-add-videos-to-playlist .search-safeviews{
    margin-bottom: 10px;
}

#modal-add-videos-to-playlist #search-safeviews,
#modal-add-videos-to-playlist #search-safeviews:hover,
#modal-add-videos-to-playlist #search-youtube,
#modal-add-videos-to-playlist #search-youtube:hover {
    background: #fff !important;
}

#modal-add-videos-to-playlist .btn-search{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

#modal-add-videos-to-playlist #search-safeviews svg,
#modal-add-videos-to-playlist #search-youtube svg {
    width: 33px;
    height: 33px;
}

#modal-add-videos-to-playlist .nav-tabs > li:not(.active)  > a {
    color: #fff;
}

#modal-add-videos-to-playlist .nav-tabs > li:hover > a {
    color: #555;
}

/* Modal video password */

#modal-video-password .close:before,
#modal-video-password .close:after {
    display: none;
}

#modal-addto_playlist .close:before,
#modal-addto_playlist .close:after {
    display: none;
}

#modal-video-password .close:before,
#modal-video-password .close:after {
    display: none;
}

#modal-addto_playlist .close:before,
#modal-addto_playlist .close:after {
    display: none;
}

#modal-upgrade-profile .close:before,
#modal-upgrade-profile .close:after {
    display: none;
}

#modal-addtocircle_object .close:before,
#modal-addtocircle_object .close:after {
    display: none;
}

#modal-addcontact .close:before,
#modal-addcontact .close:after {
    display: none;
}

#modal-premium-limitations-notifications .close:before,
#modal-premium-limitations-notifications .close:after {
    display: none;
}

#modal-rename_object .close:before,
#modal-rename_object .close:after {
    display: none;
}

#modal-rename_playlist .close:before,
#modal-rename_playlist .close:after {
    display: none;
}

#modal-profile-pic .close:before,
#modal-profile-pic .close:after {
    display: none;
}

#modal-invite-members .close:before,
#modal-invite-members .close:after {
    display: none;
}

#modal-addcontacttocircle_object .close:before,
#modal-addcontacttocircle_object .close:after {
    display: none;
}

#modal-sales-call .modal-dialog{
    max-width: 600px;
}

#modal-sales-call .modal-header{
    height: 65px;
    background: white;
    padding: 0 15px ;
}

#modal-sales-call .modal-header .close{
    top: 8px;
}

#modal-sales-call .close:before, #modal-sales-call .close:after {
    height: 29px;
    width: 3px;
}

#modal-sales-call .modal-header button.btn-close {
    font-size: 22px;
}

#modal-sales-call .modal-body{
    overflow: hidden;
    height: 700px;
    padding-bottom: 0;
}

#modal-sales-call iframe{
    border: 0;
    overflow: hidden;
    position: relative;
    top: -110px;
}

#modal-premium-limitations-notifications .modal-content {
    background-color: #fff !important;
}

#modal-premium-limitations-notifications .modal-header {
    box-shadow: none;
    height: 70px !important;
}

#modal-premium-limitations-notifications .modal-header button {
    top: 0px !important;
    left: 8px !important;
    color: var(--main-color);
    font-size: 35px;
    font-weight: 300;
}

#modal-premium-limitations-notifications .modal-header .modal-title {
    text-transform: capitalize;
    font-size: 22px !important;
    color: var(--main-color);
    margin-top: 32px;
}

#modal-premium-limitations-notifications .modal-body{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 30px 40px 20px 40px;
}

#modal-premium-limitations-notifications .modal-body p{
    text-align: center;
    font-family: museo sans cyrl, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #041f3d;
}

#modal-premium-limitations-notifications #upgrade-to-premium {
    background-color: var(--main-color);
    color: var(--white);
}

#modal-premium-limitations-notifications #upgrade-to-premium svg {
    width: 30px;
    height: 30px;
    margin-left: -5px;
}

#modal-premium-limitations-notifications #upgrade-to-premium > span {
    vertical-align: middle;
}