@font-face{font-family:"Playfair Display";src:url("../../fonts/PlayfairDisplay-Regular.ttf");}
@font-face{font-family:"Raleway";src:url("../../fonts/Raleway-Regular.ttf");}
@font-face{font-family:"Spectral";src:url("../../fonts/Spectral-Regular.ttf");}
@font-face{font-family:"Rubik";src:url("../../fonts/Rubik-Regular.ttf");}
/***
UI Loading
***/
.spinner, .spinner_send_email, .spinner_new_referral, .spinner_security_code{
    display: none;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top:3px solid #f25a41;
    border-radius: 100%;
    float: right;
    margin: auto auto auto 10px;
    animation: spin 1s infinite linear;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    } to {
          transform: rotate(360deg);
      }
}

/* Spinner */

@keyframes spinnerBlockElement {
    0% {
      transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }
    100% {
      transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
  }

.spinner_block_element::before {
    animation: 1.5s linear infinite spinnerBlockElement;
    animation-play-state: inherit;
    border: solid 5px #cfd0d1;
    border-bottom-color: var(--primary);
    border-radius: 50%;
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
  }

/*------------------------------------
Noty
------------------------------------*/
#noty_layout__topRight,
#noty_layout__bottomRight,
#noty_layout__bottomLeft,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__bottomCenter {
    width: 380px;
}

#noty_layout__topFullWidth,
#noty_layout__bottomFullWidth {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-filter: blur(0);
    filter: blur(0);
}

#noty_layout__topFullWidth {
    top: 0;
    left: 0;
}

#noty_layout__bottomFullWidth {
    bottom: 0;
    left: 0;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
    opacity: 1;
}

[class*="noty_theme__unify--v1"] {
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 1.57143rem;
}

.noty_theme__unify--v1--dark {
    background-color: #2e3c56;
}

.noty_theme__unify--v1--light {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
}

.noty_type__success.noty_theme__unify--v1 {
    background-color: #1cc9e4;
}

.noty_type__info.noty_theme__unify--v1 {
    background-color: #1d75e5;
}

.noty_type__error.noty_theme__unify--v1 {
    background-color: #e62154;
}

.noty_type__warning.noty_theme__unify--v1 {
    background-color: #e6a821;
}

.noty_body {
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
}

[class*="noty_theme__unify--v1"] .noty_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.noty_theme__unify--v1--light .noty_body {
    color: #41464B;
}

.noty_body__icon {
    position: relative;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    width: 3.92857rem;
    height: 3.92857rem;
    font-size: 1.57143rem;
}

.noty_body__icon::before {
    display: block;
}

.noty_body__icon > i {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.noty_theme__unify--v1 .noty_body__icon {
    background-color: rgba(245, 249, 249, 0.2);
}

.noty_theme__unify--v1--dark .noty_body__icon {
    background-color: rgba(245, 249, 249, 0.1);
}

.noty_theme__unify--v1--dark.noty_type__success .noty_body__icon {
    color: #1cc9e4;
}

.noty_theme__unify--v1--dark.noty_type__info .noty_body__icon {
    color: #1d75e5;
}

.noty_theme__unify--v1--dark.noty_type__error .noty_body__icon {
    color: #e62154;
}

.noty_theme__unify--v1--dark.noty_type__warning .noty_body__icon {
    color: #e6a821;
}

.noty_theme__unify--v1--light.noty_type__success .noty_body__icon {
    background-color: rgba(28, 201, 228, 0.15);
    color: #1cc9e4;
}

.noty_theme__unify--v1--light.noty_type__info .noty_body__icon {
    background-color: rgba(29, 117, 229, 0.15);
    color: #1d75e5;
}

.noty_theme__unify--v1--light.noty_type__error .noty_body__icon {
    background-color: rgba(230, 33, 84, 0.15);
    color: #e62154;
}

.noty_theme__unify--v1--light.noty_type__warning .noty_body__icon {
    background-color: rgba(230, 168, 33, 0.15);
    color: #e6a821;
}

[class*="noty_theme__unify--v1"] .noty_close_button {
    top: 14px;
    right: 14px;
    width: 0.85714rem;
    height: 0.85714rem;
    line-height: 0.85714rem;
    background-color: transparent;
    font-weight: 300;
    font-size: 1.71429rem;
    color: #fff;
    border-radius: 0;
}

.noty_theme__unify--v1--light .noty_close_button {
    color: #cad6d6;
}

.noty_progressbar {
    height: 0.5rem !important;
}

.noty_theme__unify--v1 .noty_progressbar {
    background-color: rgba(0, 0, 0, 0.08) !important;
}

.noty_theme__unify--v1--dark.noty_type__success .noty_progressbar {
    background-color: #1cc9e4;
}

.noty_theme__unify--v1--dark.noty_type__info .noty_progressbar {
    background-color: #1d75e5;
}

.noty_theme__unify--v1--dark.noty_type__error .noty_progressbar {
    background-color: #e62154;
}

.noty_theme__unify--v1--dark.noty_type__warning .noty_progressbar {
    background-color: #e6a821;
}

.noty_theme__unify--v1--light.noty_type__success .noty_progressbar {
    background-color: rgba(28, 201, 228, 0.15);
}

.noty_theme__unify--v1--light.noty_type__info .noty_progressbar {
    background-color: rgba(29, 117, 229, 0.15);
}

.noty_theme__unify--v1--light.noty_type__error .noty_progressbar {
    background-color: rgba(230, 33, 84, 0.15);
}

.noty_theme__unify--v1--light.noty_type__warning .noty_progressbar {
    background-color: rgba(230, 168, 33, 0.15);
}

/*------------------------------------
Error Classes
------------------------------------*/
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #b94a48;
}
/*------------------------------------
Error Classes
------------------------------------*/
.gr-horizontal-align{
    min-width: fit-content;
    align-self: center;
    margin: 0px 10px 0px 0px;
}
.gr-word-break-text{
    word-break: break-all;
}
.gr-label-white label{
    color: white !important;
}
.gr-bg-whitesmoke{
    background-color: whitesmoke !important;
}
.gr-transparent-brd-bottom-gray input{
    background-color: transparent !important;
    border: none;
    border-bottom: solid 1px #BBBBBB !important;
    border-radius: 0px !important;

}
.gr-transparent-brd-bottom-gray input:hover{
    border-bottom: solid 1px #BBBBBB !important;
    border-radius: 0px !important;
}
/*------------------------------------
Materials Marketings
------------------------------------*/
.gr-box-marketing-materials-scroll-width::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.gr-box-marketing-materials-scroll-width::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.gr-box-marketing-materials-scroll-width::-webkit-scrollbar-thumb
{
    background-color: gray;
}

.gr-table-items{
    overflow-x: hidden;
    max-height: 350px;
}
/*------------------------------------
END Materials Marketings
------------------------------------*/

/*------------------------------------
  Select
------------------------------------*/
.custom-u-select .bootstrap-select .dropdown-toggle .filter-option-inner{
    padding-right: 0px;
}


/*------------------------------------
  reCAPTCHA
------------------------------------*/
.grecaptcha-badge {
    visibility: hidden;
}