@import "mediaqueries.css";

/*html,body{
  font-family: 'AMX', serif !important;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  color: #444444;
}*/

html,body{
  font-family: 'Roboto', sans-serif !important;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  color: #444444;
}

#content-new {
  display: table;
  height: 100%;
}

footer {
  position: relative;
  bottom: -10rem;
  width: 100%;
}

.bg-color-gray-light-3 {
  background-color: #F9F9F9;
}

.bg-color-red {
  background-color: #e31d1a;
}

.new-btn-red {
  border-radius: 0.25rem;
  border-color: #ef3829;
  color: #ffff !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  font-size: 1.2em;
  background-color: #ef3829;
}

.new-btn-regresar {
  border-radius: 0.25rem;
  border: 1.5px solid #1097ae;
  color: #1097ae;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  font-size: 1.2em;
  background-color: #ffff;
}

.new-btn-red-modal {
  border-radius: 0.25rem;
  color: #ffff;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #ef3829;
}

.new-btn-red:focus,
.new-btn-red:hover,
.new-btn-red:active,
.new-btn-red-modal:focus,
.new-btn-red-modal:hover,
.new-btn-red-modal:active {
  color: #ffff !important;
  background-color: #ef3829 !important;
  border-color: #ef3829 !important;
  outline: none;
  box-shadow: none;
}

.new-btn-regresar:focus,
.new-btn-regresar:hover,
.new-btn-regresar:active{
  color: #1097ae !important;
  background-color: #ffff !important;
  border-color: #1097ae !important;
  outline: none;
  box-shadow: none;
}

.new-btn-close-modal,
.new-btn-close-modal:hover,
.new-btn-close-modal:focus{
  outline: none;
  box-shadow: none;
  border: 0;
  opacity: 1 !important;
}

.new-btn-opciones {
  border: 1.5px solid #e31d1a;
  color: #444444;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 1.2em;
  font-weight: bold;
}

.dropdown-account-user .dropdown-toggle,
.dropdown-account-consulta .dropdown-toggle {
  /* border-radius: 42px; */
  background-color: #e31d1a;
  border-color: #e31d1a;
}

.dropdown-account-user .dropdown-toggle:focus,
.dropdown-account-user .dropdown-toggle:active,
.dropdown-account-consulta .dropdown-toggle:focus,
.dropdown-account-consulta .dropdown-toggle:active {
  background-color: #e31d1a;
  outline: none;
  box-shadow: none;
  border-color: #e31d1a;
}

.dropdown-account-user .dropdown-toggle::after,
.dropdown-account-consulta .dropdown-toggle::after {
  margin-left: 0;
  vertical-align: 0;
  border: 0;
}

.dropdown-account-user .dropdown-menu .dropdown-item.arrow-down-up::after{
  margin-left: 10rem;
}

.arrow-down-up::after {
  content: "\f107";
  font-size: 1.8em !important;
  font-family: "FontAwesome";
  font-weight: normal !important;
}

.arrow-down-up[aria-expanded="true"]::after {
  content: "\f106";
}

.arrow-down-up::after {
  color: #ffff !important;
}

.dropdown-account-user .dropdown-menu,
.dropdown-account-consulta .dropdown-menu,
.options-navbar-menu .dropdown .dropdown-menu {
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-account-user .dropdown-menu,
.dropdown-account-consulta .dropdown-menu {
  background-color: #333333;
}

.dropdown-account-user .dropdown-item:active,
.dropdown-account-user .dropdown-item:hover,
.dropdown-account-user .dropdown-item:focus,
.dropdown-account-consulta .dropdown-item:active,
.dropdown-account-consulta .dropdown-item:hover,
.dropdown-account-consulta .dropdown-item:focus {
  background-color: #ef3829;
  color: #ffffff;
}

.new-btn-opciones:focus,
.new-btn-opciones:hover,
.new-btn-opciones:active {
  border: 1.5px solid #ef3829 !important;
  color: #444444 !important;
  background-color: #ffffff !important;
  outline: none;
  box-shadow: none;
}

.icon-phone-blue {
  position: absolute;
  z-index: 3;
  width: 20px;
  margin-top: 0.8rem;
  margin-left: 0.7rem;
}

.inputs-customize,
.select-customize .dropdown-toggle {
  border-radius: 0.25rem;
  padding-left: 2.5rem;
  padding-top: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  border: 1.5px solid #bbbbbb;
  font-size: 1.2em;
  font-weight: 500;
  color: #444444;
}

.inputs-customize:focus,
.inputs-customize:active {
  outline: none !important;
  box-shadow: none !important;
  border: 1.5px solid #bbbbbb !important;
}

.inputs-focus-error{
  border: 1.5px solid #ef3829 !important;
}
.inputs-focus-error:focus,
.inputs-focus-error:active {
  outline: none !important;
  box-shadow: none !important;
  border: 1.5px solid #ef3829 !important;
}

.header-titles {
  background: linear-gradient(180deg, #f4f4fb 0%, #ffffff 100%);
  border-radius: 8px;
}

.bg-header-titles {
  background: #f4f4fb;
  border-radius: 8px;
}
.seleccionar-requerimiento {
  border-radius: 8px;
  background-color: #f9f9f9;
}

.select-customize,
.select-customize .dropdown-toggle:focus,
.select-customize .dropdown-toggle:active {
  box-shadow: 0px 0px 4px 0px #00000029;
  border: 0px;
  border-radius: 0.25rem;
  outline: none !important;
}

.select-customize .dropdown-toggle {
  border: 0px;
}

.select-customize .dropdown-toggle::after {
  margin-left: 0;
  vertical-align: 0;
  border: 0;
}
.select-customize .dropdown-toggle::after {
  content: "\f107";
  font-size: 1.8em !important;
  font-family: "FontAwesome";
  font-weight: normal !important;
  color: #ef3829;
}

.select-customize .dropdown-toggle[aria-expanded="true"]::after {
  content: "\f106";
}

.py-0-10 {
  padding-top: 0.1rem !important;
  padding-bottom: 0.1rem !important;
}

.w-40{
  width: 40%;
}
.select-customize .dropdown-menu {
  min-width: 100% !important;
}
.font-size-1_2 {
  font-size: 1.2em;
}

.font-size-1_15 {
  font-size: 1.15em;
  /*font-size: 14px;
  font-family: "Roboto";
  font-weight: normal;*/
}

.font-size-1_5 {
  font-size: 1.5em;
}

.font-size-2 {
  font-size: 2em;
}

.font-weight-bold-500 {
  font-weight: 500;
}

.hr-color-gray {
  border: 1px solid #dcdcdc;
}

.color-text-gray {
  color: #888888;
}

.color-text-blue {
  color: #1097ae;
}

.bg-color-gray{
  background-color: #BBBBBB;
}

.bg-color-purple-light{
  background-color: #F5F5FE;
}

.bg-color-gray-ligth{
  background-color: #F9F9F9;
}

.bootstrap-select.select-customize {
  min-width: 100%;
}
.bs-select-requirement .filter-option-inner-inner.icon-none::before,
.bs-select-require-rason .filter-option-inner-inner.icon-none::before {
  content: none;
}

.bs-select-requirement .filter-option-inner-inner::before,
.bs-select-require-rason .filter-option-inner-inner::before {
  content: url("../img/new-icons-gestor-tickets/logo-claro-gray.svg");
}

.icon-cambio-plan-red::before {
  content: url("../img/new-icons-gestor-tickets/icon-cambio-plan-red.svg");
}

.icon-cambio-plan-blue::before{
  content: url("../img/new-icons-gestor-tickets/icon-cambio-plan-blue.svg");
}

.icon-reposicion-simcard-red::before {
  content: url("../img/new-icons-gestor-tickets/icon-reposicion-simcard-red.svg");
}

.icon-suspension-robo-red::before {
  content: url("../img/new-icons-gestor-tickets/icon-suspension-robo-red.svg");
}

.icon-activacion-sva-red::before {
  content: url("../img/new-icons-gestor-tickets/icon-activacion-sva-red.svg");
}

.icon-reposicion-simcard-online-blue::before {
  content: url("../img/new-icons-gestor-tickets/icon-reposicion-simcard-online-blue.svg");
}

.icon-compra-simcard-blue::before {
  content: url("../img/new-icons-gestor-tickets/icon-compra-simcard-blue.svg");
}

.icon-reposicion-simcard-robo-blue::before {
  content: url("../img/new-icons-gestor-tickets/icon-reposicion-simcard-robo-blue.svg");
}

.icon-reposicion-simcard-daño-blue::before {
  content: url("../img/new-icons-gestor-tickets/icon-reposicion-simcard-daño-blue.svg");
}

.icon-reposicion-eSIM-blue::before {
  content: url("../img/new-icons-gestor-tickets/icon-reposicion-eSIM-blue.svg");
}

.bs-select-city .filter-option-inner-inner::before {
  content: url("../img/new-icons-gestor-tickets/icon-location-gray.svg");
}

.bs-select-province .filter-option-inner-inner::before,
.bs-select-city .filter-option-inner-inner.icon-none::before {
  content: url("../img/new-icons-gestor-tickets/icon-location-blue.svg");
}

.bs-select-account-bscs .filter-option-inner-inner::before {
  content: url("../img/new-icons-gestor-tickets/icon-cuenta-bscs-blue.svg");
}

.bs-select-nuevo-plan .filter-option-inner-inner::before {
  content: url("../img/new-icons-gestor-tickets/icon-ver-plan-blue.svg");
}

.bs-select-requirement .filter-option-inner-inner::before,
.bs-select-require-rason .filter-option-inner-inner::before,
.bs-select-nuevo-plan .filter-option-inner-inner::before,
.icon-cambio-plan-red::before,
.icon-cambio-plan-blue::before,
.icon-reposicion-simcard-red::before,
.icon-suspension-robo-red::before,
.icon-activacion-sva-red::before,
.icon-reposicion-simcard-online-blue::before,
.icon-compra-simcard-blue::before,
.icon-reposicion-simcard-robo-blue::before,
.icon-reposicion-simcard-daño-blue::before,
.icon-reposicion-eSIM-blue::before,
.bs-select-province .filter-option-inner-inner::before,
.bs-select-city .filter-option-inner-inner::before,
.bs-select-account-bscs .filter-option-inner-inner::before {
  height: 32px;
  margin-right: 0.5rem;
  width: 32px;
  float: left;
  display: block;
}

.bs-select-province .filter-option-inner-inner::before,
.bs-select-city .filter-option-inner-inner::before,
.bs-select-account-bscs .filter-option-inner-inner::before,
.bs-select-nuevo-plan .filter-option-inner-inner::before {
  height: 20px;
  width: 20px;
}

.select-shadow-none.select-customize {
  border: 1.5px solid #bbbbbb;
  box-shadow: none;
}

.select-type-services
  .bootstrap-select
  .dropdown-menu
  .dropdown-menu.inner
  .dropdown-item {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}

.select-customize.bootstrap-select
  .dropdown-menu
  .dropdown-menu.inner
  .dropdown-item
  span:nth-child(n + 2) {
  font-size: 1.06em;
  font-weight: 500;
}

.select-customize .dropdown-menu .dropdown-item.active,
.select-customize .dropdown-menu .dropdown-item:hover,
.select-customize .dropdown-menu .dropdown-item:focus {
  background-color: #f4f4fb !important;
  color: #444444;
}

.bs-select-requirement .filter-option-inner-inner,
.bs-select-require-rason .filter-option-inner-inner {
  align-items: center;
  display: flex;
}

.select-customize .bs-select-active-roaming{
  padding-top: 0.05rem !important;
    padding-bottom: 0.05rem !important;
}
.content-repo-simcard {
  box-shadow: 0px 0px 4px 0px #00000029;
  border-radius: 8px;
}

.disabled-true {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.disabled-button-true {
  cursor: not-allowed;
  pointer-events: none;
}

.items-complete-repo-simcard {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.table-simcard-repuestas td {
  vertical-align: middle;
  padding-top: 1.5rem;
}

.table-simcard-repuestas thead th,
.table-simcard-repuestas tbody td {
  border: 0px;
}

.table-simcard-repuestas thead th:first-child {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

.table-simcard-repuestas thead th:last-child {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

/* Customize checkboxes */

/* The container */
.container-input {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  border-radius: 0.25rem;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
}

/* On mouse-over, add a grey background color 
.container-input input ~ .checkmark {
  background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
.container-input input:checked ~ .checkmark {
  background-color: #1097ae;
  border: 1px solid #1097ae;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-input input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-input .checkmark:after {
  left: 6px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Fin Customize checkboxes */

.tabs-reposicion-simcard .nav-link,
.tabs-cambio-plan .nav-link{
  color: #888888;
  border-bottom: 2px solid #888888;
}

.tabs-reposicion-simcard .nav-link.active,
.tabs-reposicion-simcard .nav-link.active:focus ,
.tabs-cambio-plan .nav-link.active,
.tabs-cambio-plan .nav-link.active:focus{
  color: #444444;
  line-height: 20px;
  border-bottom: 4px solid #ef3829;
  font-weight: 500;
}


.new-btn-adjuntar-doc{
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  border-radius: 0.25rem;
  border: 1.5px solid #1097ae;
  color: #1097ae;
  padding: 0.75rem;
  font-weight: 500;
  font-size: 1.2em;
  background-color: #ffff;
}

.icon-calendar-new {
  position: absolute;
  margin-left: 0.7rem;
  margin-top: .5rem;
  z-index: 3;
  width: 20px;
}

.input-datepicker {
    padding: 4px;
    padding-left: 3rem;
}

a.download-layout:focus,
a.download-layout:active,
a.download-layout:hover{
  color: #1097ae;
}

.info-plan p{
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 0px;
}

.precio-plan{
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.opciones-gestor-tickets {
  display: grid;
  grid-gap: 2rem;
  /* grid-template-columns: repeat(3,1fr); */
  justify-items: center;
}

.btns-outlined-shadow-none:focus,
.btns-outlined-shadow-none:hover,
.btns-outlined-shadow-none:active {
  outline: none !important;
  box-shadow: none !important;
}

#modalTicket .modal-header,
#modalValidaciones .modal-header{
  border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.carousel-control-next-icon,
.carousel-control-prev-icon{
  background: none;
}

.carousel-indicators li{
  background-color: #1097ae;
}
.carousel-control-next-icon::after,
.carousel-control-prev-icon::after {
  content: "\f105";
  font-size: 4em !important;
  font-family: "FontAwesome";
  font-weight: normal !important;
  color: #1097ae !important;
}
.carousel-control-next-icon::after {
  content: "\f105";
}
.carousel-control-prev-icon::after {
  content: "\f104";
}

.carousel-control-prev{
  left: -2rem;
}

.carousel-control-next{
  right: -2rem;
}