html, body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 1rem !important;
}
.content_submit {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    width : 22px !important;
}
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url('<?php echo $content[1]['value']; ?>') no-repeat center center rgba(255, 255, 255, 1);
}

.content_input {
    margin: 0px 0px 0px 0px;
}

.form-body {
    padding: 0 10px;
}

.info-head-text {
    text-align: center;
    color: #888;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}

.m-form__help {
    color: #7b7e8a;
}

.m-form__help {
    font-weight: 300;
    font-size: .85rem;
    padding-top: 7px;
}
.error_msg{
    padding: 50px 0px;color: #f30505;
}

.m-form,
.form-control-label,
label {
    font-weight: 400;
    font-size: 1rem;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    cursor: default;
}

.desc_user_data{
    /*display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.form-control-label{
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hide{
    display:none;
}
.show{
    display: inline !important;
}
.error_msg{
  padding: 50px 0px;color: #f30505;
}
.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}
.btn_auth{
   width:28%;
}
.has-error{
  color: #a94442 !important;
}
.loading_div {
    width: 100px;
    height: 100px;
}
.has-error .form-control {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
body::-webkit-scrollbar { display: none; }
body::-moz-scrollbar { display: none; }
body::-o-scrollbar { display: none; }
body::scrollbar { display: none; }

.otp_options {
    padding-top: 20px;
}

.hide {
    display: none;
}

.none_otp_option {
    width: 100%;
}

.align_center {
    text-align: center;
}