.nom_box b{
    color: #797979;
}
.text-orange-eva{
    color: #ff9900;
}

#popupNotGetSms{
    display: block;
    cursor: pointer;
}

.block-story-wait{
    border: 1px solid #f4f4f4;
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
    color: #6b6b6b;
    padding: 15px 15px;
    width: 80%;
    background-color: #fefefe;
}

/**BTN send history**/
.btn-send-history{
    color: #ffffff;
    text-align: center;
    padding: 15px;
    background-color: rgb(136, 206, 16);
    box-shadow: rgba(102, 204, 0, 0.62) 0 0.125rem 0.625rem, rgba(102, 204, 0, 0.58) 0 0.0625rem 0.125rem;
    width: 250px;
    border-radius: 60px;
    opacity: 0.9;
    margin: 20px auto;
}
.btn-send-history:hover {
    opacity: 1;
    color: #ffffff;
}

#questionBtn {
    color: #6b6b6b;
    border:2px solid #88CE10
}


.btn-send-history.btn-empty{
    background-color: #bebebe;
    box-shadow:none;
}

/**BTN social**/
.btn-social-facebook {
    border-radius: 5px;
    background-color: #4267B2;
    width: 165px;
    height: 50px;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
}
.btn-social-google {
    border-radius: 5px;
    background-color: #ffffff;
    border: 2px solid #4285F4;
    width: 165px;
    height: 50px;
    color: #232d37;
    padding: 10px;
    font-size: 18px;
}
.btn-social-facebook:hover{color: #ffffff}
.fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
/**PRELOADING**/
.preloader {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

.status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 5px solid rgba(0, 0, 0, 0.08);
    border-right: 5px solid rgba(0, 0, 0, 0.08);
    border-bottom: 5px solid rgba(0, 0, 0, 0.08);
    border-left: 5px solid #ff9800;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/**BTN top**/
#button {
    display: inline-block;
    background-color: #FFFFFF;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 60px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(13, 44, 100, 0.15);
}

#button i::before {
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    line-height: 40px;
    color: #ff9900;
}

#button:hover {
    cursor: pointer;
    background-color: #f0f0f0;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/**BTN form**/
.btn-form {
    background-color: #ff9900;
    box-shadow: 0 0.125rem 0.625rem rgba(255, 133, 22, 0.62), 0 0.0625rem 0.125rem rgba(255, 133, 22, 0.58);
    color: #ffffff;
    width: 90%;
    padding: 15px;
    border-radius: 60px;
    opacity: 0.9;
}

.btn-form:hover {
    opacity: 1;
    color: #ffffff;
}

/**FORM**/
#signup-form{
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}
#signup-form input{
    height: 50px;
    border: 1px solid #aaa;
}
#signup-form select{
    height: 50px;
    border: 1px solid #aaa;
}
.form-control:focus{
    border-color: rgba(245, 130, 32, 0.72);
    box-shadow: 0 0 0 0.2rem rgba(255, 136, 33, 0.25);
}
.select2-container .select2-selection--single{
    height: 50px!important;
    padding-top: 11px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 13px!important;
}
.select2 .select2-container .select2-container--default{
    width: 100%;
}
#rules-label-link{
    color: #ff9900;
}

.form-control.is-valid, .was-validated .form-control:valid{
    background-image: none;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
    background-image: none;
}

#request-password-reset-form{
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}
#reset-password-form{
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

/**CROP**/
.croppie-container .cr-viewport, .croppie-container .cr-resizer{
    border:2px solid gray;
}

.btn-rotate{
    border: 1px solid gray;
    background-color: gainsboro;
}
