/* -- HELPERS -- */
.pl-5 {
    padding-left: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.hidden{
    display: none !important;
}
.cursor-pointer{
    cursor: pointer !important;
}
.disabled-div {
    pointer-events: none;
    opacity: 0.7;
}

/* -- PROGRESS -- */

#nprogress .bar {
    background: #cb2431;
}
#nprogress .peg{
    display: none !important;
}

#nprogress .spinner-icon {
    border-top-color: #cb2431;
    border-left-color: #cb2431;
}

/* -- LOGO -- */
.accounts-logo{
    /* height: auto !important; */
    /* width: 250px; */
    margin-left: 0px;
    margin-top: 10px !important;
}
.accounts-logo img{
    width: 100% !important;
}

.u-divider--xs{
    font-size: 0.95rem !important;
}

/* PACE */
.container-loader-screen{
    background-image: linear-gradient(180deg, #0050b5 15%, #19a0ff 100%) !important;
    height: 100vh !important;
}
.pace .pace-progress:after{
    color: #fff !important;
}

/* SPINNER */
.spinner {
    margin: 100px auto 0;
    margin-top: 45px;
    /* width: 39px; */
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #fff;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

.cursor-pointer{
    cursor: pointer !important;
}


/*!* BG COVER *!*/
/*.bg-brand-cover{*/
    /*background-image: linear-gradient(180deg,#0050b5 15%,#19a0ff 100%)!important;*/
/*}*/

/* LOGO */
.container-logo{
    position: fixed;
    right: 20px !important;
    top: 20px !important;
}

/*#testemonials-slick{*/
    /*!*position: absolute;*!*/
    /*!*top: calc(50vh - 100px) !important;*!*/
    /*padding-top: calc(50vh - 60px) !important;*/
    /*padding-left: 50px !important;*/
    /*padding-right: 50px !important;*/
/*}*/
/*.container-need-help{*/
    /*!* position: fixed; *!*/
    /*!* bottom: 0px !important; *!*/
    /*!* right: 0px !important; *!*/
    /*!* bottom: 0px !important; *!*/
    /*padding-left: 140px !important;*/
/*}*/