@charset "utf-8";

/*CSS DEFININDO VARIAVEIS*/
:root {
  --bg-body: #0f0f0f;
  --btn-primary-color: #309f6f;
  --color-primary: none;

  /*Split Pages*/
  --sign-split-img-logo: url("../img/x-img-logo.png");
  --sign-split-img-cover: url("../img/x-sign-cover.jpg");
}



/*GLOBAL SITE STYLE*/
body {
  background: var(--bg-body);
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
  color: #000;
}


/*SIGN: Split Pages -> Logo*/
.img-logo-split {
  content: var(--sign-split-img-logo);
  width: 125px;
  height: 61px;
  opacity: 0.4;
  filter: brightness(0) invert(1);
}

/*SIGN: Split Pages -> Backgrounds*/
.bg-sign-left {
  background: var(--sign-split-img-cover) right top no-repeat var(--bg-body);
  background-size: cover;
}

.bg-sign-right {
  background: var(--bg-body);
}

/*SIGN: Split Pages -> Buttons e Links*/
/*Butons*/
.x-sign-btn {
  width: 90%;
  padding: 18px 20px 20px;
  font: 700 17px/26px 'Open Sans', Arial, sans-serif;
  color: #fff;
  border-radius: 40px;
}

.x-sign-btn {
  background: var(--btn-primary-color);
}

.x-sign-btn:hover {
  color: #fff;
}

/*Links*/
.x-sign-link {
  font: 700 13px/18px 'Open Sans', Arial, sans-serif;
  color: #757680;
  text-decoration: none;
  cursor: pointer;
}

.x-sign-link:hover {
  color: #757680;
  text-decoration: underline;
}

.x-sign-mini-link {
  font: 500 13px/24px 'Open Sans', Arial, sans-serif;
  color: #757680;
}

.x-sign-mini-link:hover {
  text-decoration: underline;
  color: #757680;
}


/*CUSTOM INPUT GROUP*/
.x-inp-group {
  height: 50px !important;
  margin-bottom: 50px;
}

.x-inp-group-label {
  font-size: 14px;
  color: #000;
  user-select: none;
}

.x-inp-group-field {
  background: #f5f6fa;
  outline-style: none !important;
  box-shadow: none !important;
  border-color: #ddd !important;
}

.x-fa-icon {
  font-size: 20px;
  color: #000;
  margin-right: 5px;
}

.x-svg-icon {
  width: 24px;
  height: 24px;
  fill: #1a2333;
  color: #9599A6;
  vertical-align: middle;
  margin-right: 5px;
}

/*REMOVE BOX-SHADOW DO TOASTR.JS*/
#toast-container>div {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}


/*ANIMACAO BOTOES;*/
.animate-down-2,
.animate-left-2,
.animate-right-2,
.animate-up-2,
.scale-down-2,
.scale-up-2 {
  transition: all .2s ease;
}

.animate-hover:hover .animate-up-2,
.animate-up-2:hover {
  transform: translate(0, -2px);
}


.sidebar-icon-only .sidebar .nav .nav-item .nav-link {
  border-radius: 0px !important;
}

.container_index {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.container_index .sidebar .nav .nav-item .nav-link {
  text-align: justify !important;
  color: #6C7383;
}

.collapse .flex-column {
  margin: 0;
  padding: 15px !important;
  background-color: #4B49AC;
}

.modal_saque {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal_saque .modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

.close {
  color: #aaa;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.alert-saque {
  display: none;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@media (max-width: 600px) {
  .modal_saque .modal-content {
    background-color: #fefefe;
    margin: 50% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
  }
}

.menu-title {
  margin-left: 5px;
}

.modal_contratos {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal_contratos .modal-content {
  /* background-color: #e9e9e9; */
  margin: 10% auto;
  border: 1px solid #888;
  width: 30%;
  border-radius: 30px;
}

.modal_contratos .modal-body {
  padding: 30px;
  background-color: #e9e9e9;
  overflow-y: scroll;
  height: 50vh;
}

.modal_contratos .modal-header {
  background: rgb(19, 0, 126);
  justify-content: unset !important;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.modal_contratos .modal-header .modal-title {
  align-self: center;
  color: #FFF;
  font-weight: 800;
}

.img-modal {
  width: auto;
  height: 10vh;
}

.card-contrato {
  background-color: #FFF;
  border-radius: 30px;
  padding: 20px;
}

.texto-azul {
  color: #3b3a88;
}

/* FIM */

@media (max-width: 576px) {
  .modal_contratos {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    overflow: hidden;
    padding-top: 24%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }

  .modal_contratos .modal-content {
    /* background-color: #e9e9e9; */
    margin: 10% auto;
    border: 1px solid #888;
    width: 90%;
    border-radius: 30px;
  }

  .modal_contratos .modal-body {
    padding: 30px;
    background-color: #e9e9e9;
    overflow-y: scroll;
    height: 50vh;
  }

  .modal_contratos .modal-header {
    background: rgb(19, 0, 126);
    justify-content: unset !important;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .modal_contratos .modal-header .modal-title {
    align-self: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 800;
  }

  .img-modal {
    width: auto;
    height: 10vh;
  }

  .card-contrato {
    background-color: #FFF;
    border-radius: 30px;
    padding: 20px;
  }
}

@media (max-width: 767px) {
  #chartdiv {
    width: 110% !important;
    height: 390px !important;
    margin: 0 !important;
  }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212529 !important;
  line-height: 18px !important;
  font-size: 15px;
}

.select2-container .select2-selection--single {
  box-sizing: border-box !important;
  cursor: pointer !important;
  display: block !important;
  height: 44px !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}