.loaderpage{
    display:none;
    z-index: 99999999999;
    position: absolute;
    width: 100%;
    background: #000000c7;
    height: 100vh;
    place-items: center;
    justify-content: center;
   
    font-size: 81px;
    color: #fff;
}
.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}
.otp-input-wrapper {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.otp-input-wrapper input {
    text-align: center;
    padding: 0;
    width: 100%;
    font-size: 32px;
    font-weight: 600;
    color: #3e3e3e;
    background-color: transparent;
    border: 0;
    margin-left: 12px;
    letter-spacing: 58px;
    font-family: sans-serif !important;
}
.otp-input-wrapper input:focus {
  box-shadow: none;
  outline: none;
}
.otp-input-wrapper svg {
  position: relative;
  text-align: center;
  width: 380px;
  height: 2px;
}
.regua_desinger {
    background: #000;
    border-radius: 0 30px 30px 0;
    width: 90%;
    height: 51px;
    color: #fff;
    background-color: #ff9800;
    position: relative;
    margin-bottom: 1em;
    text-align: center;
    padding-top: 8px;
    padding-left: 30px;
}

.tag_plan{
    position: absolute;
    right: -1px;
    top: -1px;
    background-color: #ff9800;
    padding: 1px;
    width: 47px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    border-radius: 0px 0px 0px 15px;
    font-size: 11px;
}

.sidebar{
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}

.btn-float-reseller i{
    position: fixed;
    background: #490174;
    padding: 10px 11px 10px 11px;
    z-index: 99999;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.btn-float-reseller span{
    display: none;
    position: fixed;
    bottom: 11px;
    z-index: 9999;
    left: 59px;
    background: #490174;
    color: #fff;
    padding: 8px 15px 8px 15px;
}

.btn-float-reseller span:after {
    content: "";
    top: -5px;
    width: 0;
    height: 0;
    position: absolute;
    left: -21px;
    border-top: 22px solid transparent;
    border-bottom: 26px solid transparent;
    border-right: 26px solid #01201d;
    border-radius: 50%;
}

.regua_desinger:after{
    content: "";
    top: -14px;
    width: 0;
    height: 0;
    position: absolute;
    left: -15px;
    border-top: 39px solid transparent;
    border-bottom: 43px solid transparent;
    border-left: 46px solid #ffffff;
    border-radius: 50%;

}
.regua_desinger:before{
    content: "";
    width: 0;
    top: -16px;
    height: 0;
    position: absolute;
    right: -26px;
    border-top: 41px solid transparent;
    border-bottom: 43px solid transparent;
    border-left: 60px solid #ff9800;
    border-radius: 50%;

}
.dropSearchUl{
    list-style: none;
    padding: 0;
    box-shadow: 0 1px 15px 1px rgb(82 82 82 / 28%);
    top: 50px;
    margin-left: 24px;
    position: absolute;
    background-color: #fff;
    width: 90%;
    z-index: 9;
    border-radius: 10px;
    display:none;
}

.dropSearchUl li{
    padding-left: 10px;
    padding-top: 7px;
    height: 40px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #666464;
    cursor: pointer;
    background-color: #fff;
}

.dropSearchUl li:hover{
    background-color: #ff9800;
    color: #Fff;
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #4bb543;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}
#title-span {
  color : #B22234;
}

.fa-flag-usa {
  margin: 0 .3em;
  color: #3C3B6E;
}

#chart-container {
  width: 825px;
  height: 500px;
  position: relative;
}

#tooltip {
  border-radius: 4px;
  box-shadow: 2px 1px 5px 1px #000;
  font-family: 'Lato', sans-serif;
  min-width: fit-content;
  background-color: #A8E7E9;
  padding: .5em 1em;
  position: absolute;
  bottom: 100px;
  left: 0;
}

#leyenda {
  position: absolute;
  top: 8em;
  left: -10px;
  transform: rotate(-90deg);
}
.blocked_sig .btn_renew{
    background-color: #ff9800;
    color: #FFF;
    padding: 7px;
    border-radius: 38px;
    text-decoration: none;
    font-size: 24px;
}
.blocked_sig{
    z-index: 9999;
    width: 100%;
    position: absolute;
    height: 100vh;
    text-align: center;
    font-size: 40px;
    backdrop-filter: blur(4px);
    padding-top: 10%;
    font-weight: 700;
}
.selected_type_tempalte_click{
    cursor:pointer;
}
.selected_type_tempalte_click .selected_type_template{
    position: absolute;
    right: 10px;
    top: 10px;
}
.selected_type_tempalte_click.active{
    border:1px solid #ff9800;
}

.selected_type_tempalte_click.active .selected_type_template{
    color:#ff9800;
}

body {
  table-layout: fixed;
}
.dtr-details{
      width: 100%!important;
}
.table.dataTable thead th, table.dataTable tfoot th{
    font-weight: 100;
}

.ui-sortable li {
    cursor: move!important;
}
.blut_setting{
    position: absolute;
    height: 100%;
    width: 87%;
    z-index: 9;
    filter: blur(2px);
    background-image: url('../img/blur_setting.png');
}
.question_info_pix{
  position: absolute;
  left: 6px;
  bottom: 7px;
  color: #202124;
  opacity: 0.3;
  cursor: pointer;
}
.question_info_pix:hover{
  opacity: 1;
}
.method_null{
  font-size: 14px;
  color: #ff9800;
  height: 30px;
  display: block;
  margin: 0px;
}
.defined_method_disabled span{
  position: absolute;
  top: 0;
  font-size: 11px;
  text-align: center;
  margin-left: 9px;
}
.defined_method_disabled{
  cursor: no-drop;
  opacity: 0.2;
}
.defined_method.active{
  opacity: 1;
  border: 1px solid #ff9800;
}
.active_method{
  position: absolute;
  bottom: 0;
  right: 6px;
  font-size: 17px;
  color: #ff9800;
}
.defined_method:hover{
  opacity: 1;
}
.defined_method{
  cursor: pointer;
  opacity: 0.6;
}

.info-tag{
  border-left: 5px solid #ff9800;
  padding-left: 5px;
  font-size: 9px;
}
.hideboxclosed{
  display: none;
}
.boxgiftcoins {
  animation: treme 0.1s linear infinite;
}
.backgroundcoins{
  background-image: url('../img/backgroundcoins.png?v=1');
  background-size: contain;
}

@keyframes treme {
  0% {margin-left: 0;}
  25% {margin-left: 5px;}
  50% {margin-left: 0;}
  75% {margin-left: -5px;}
  100% {margin-left: 0;}
}
.img_tag_sig{
  width: 90px;
  position: absolute ;
  top: 10px;
  right: 5px;
  z-index: 9;
}
.fa-coin-cobreivc{
  background-image: url(../fonts/coin-cobreivc.svg?v=2);
  width: 30px;
  height: 34px;
  background-size: 75%;
  background-position-y: top;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
  transition: 0.2s;
}

.active .fa-coin-cobreivc{
  background-image: url(../fonts/coin-cobreivc-active.svg?v=2)!important;
  opacity: 1;
}

#buy:hover .fa-coin-cobreivc{
  opacity: 1;
}

.fa-coin-cobreivc::before{
   content: "";
}
small{
  font-size:11px;
  margin-left: 10px;
  color: gray;
}

.embreveinto{
    background-color: #ff9800;
    color: #fff;
    padding: 5px;
    bottom: 0;
    right: 0;
    position: absolute;
    border-radius: 23px 0px 0px 0px;
    font-size: 13px;
    padding-left: 10px;
}
.embreve{
  position: absolute;
  background-color: rgb(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.background_image_upload{
  text-align: center;
  cursor: pointer;
  min-height: 150px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position-y: center;
  background-position-x: center;
}
.background_image_upload:hover{
  transition: 0.8s;
  background-size: 60%;
}
.btn_upload_image{
  font-size: 40px;
  color: #ffff;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
}
.btn_upload_image:hover{
   opacity: 0.8;
}
.control_message_text{
    border: 1px solid #ff9800!important;
    padding: 5px!important;
    border-radius: 7px!important;
}
.card_add_message:hover{
   box-sizing: border-box!important;
  -moz-box-sizing: border-box!important;
  -webkit-box-sizing: border-box!important;
   border: 1px solid  #28a745!important;
}
.pointer{
  cursor: pointer;
}
.btn_remove_message:hover{
  opacity: 0.5;
}
.btn_remove_message{
  float: right;
  right: 74px;
  position: absolute;
  font-size: 18px;
  color: #f1173f;
  cursor: pointer;
}
.startAudio:hover{
  background-color: #0fc0ce;
}
.startAudio{
    border: none;
    padding: 15px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background-color: #ff9800;
    color: #fff;
    font-size: 16px;
    margin: 10px;
}

.stopAudio{
    display: none;
    border: none;
    padding: 15px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background-color: #eb1f1f;
    color: #fff;
    font-size: 16px;
    margin: 10px;
}

@keyframes fa-blink {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 0; }
}

.fa-blink {
  -webkit-animation: fa-blink .75s linear infinite;
  -moz-animation: fa-blink .75s linear infinite;
  -ms-animation: fa-blink .75s linear infinite;
  -o-animation: fa-blink .75s linear infinite;
  animation: fa-blink .75s linear infinite;
}

.btn_add_message:hover{
  opacity: 0.5;
}
.btn_add_message{
    width: 100%;
    height: 49px;
    font-size: 16px;
    background-color: transparent;
    border-style: dashed;
    border-radius: 7px;
}
button:focus, input:focus, textarea:focus {
    outline: none;
}
.btn_collapse{
  width: 100%;
  height: 50px;
  font-size: 15px;
  border: none;
  border-radius: 7px;
  text-align: left;
  padding-left: 13px;
  margin-bottom:10px;
}
.icon_setting_caixa{
    position: absolute;
    right: 25px;
    bottom: 12px;
    font-size: 13px;
    background: -webkit-linear-gradient(#0df5af, #0f8937);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}

.simbol_currency{
  font-size: 14px;
}
#values_saldo{
  font-size: 32px!important;
}
#values_entrada{
  font-size: 32px!important;
}
#values_saida{
  font-size: 32px!important;
}
.hide{
  display: none;
}
.flipswitch {
    position: relative;
    background: white;
    width: 30px;
    height: 17px;
    -webkit-appearance: initial;
    border-radius: 3px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    font-size: 0;
    font-family: Trebuchet, Arial, sans-serif;
    cursor: pointer;
    border: 1px solid #ddd;
    vertical-align: middle;
}
.flipswitch:after {
  position: absolute;
  top: 5%;
  display: block;
  line-height: 32px;
  width: 45%;
  height: 90%;
  background: gray;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease-in 0s;
  color: black;
  border-radius: 3px;
}

.flipswitch:after {
  left: 2%;
  content: "Não";
}

.flipswitch:checked:after {
  left: 53%;
  content: "Sim";
  background: #ff9800!important;
}
.dataTables_length{
  float: right;
}
input[type="search"]{
  margin-left: 10px;
  border: 1px solid #ff9800;
  border-radius: 10px;
}

.dataTables_length select{
    height: 27px;
    border: 1px solid #ff9800;
    border-radius: 7px;
    padding: 3px;
    font-size: 13px;
}
.dataTables_empty{
    text-align: center;
    color: gray;
    font-size: 20px;
}
.paginate_button {

    background: #ff9800;
    color: #fff!important;
    padding: 2px;
    margin-right: 10px;
    border-radius: 7px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px!important;
    position: relative;
    cursor: pointer;

}

.add_plan_now{
  display: none;
}
.iti--allow-dropdown{
  width: 100%;
}
.iti__selected-flag{
  padding: 0 7px 0 13px;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container{
      left: 4px!important;
}

.form-group .form-control, .input-group .form-control{
  height: 50px!important;
}
.table-responsive{
  min-height: 15px!important;
}

::-webkit-scrollbar {
  width: 1px;
  height:1px;
  background: #ff9800;
}