.img-cont img {
  width: 100%;
}
.row {
  margin: 0;
}
.clean-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.space-menu {
  padding-bottom: 100px;
}
.modal .modal-dialog .modal-content {
  max-width: 350px;
  margin: 0 auto;
  border-radius: 15px;
}
.modal .modal-dialog .modal-content .modal-header {
  border: 0;
  justify-content: flex-end;
  position: relative;
  padding: 15px 0;
}
.modal .modal-dialog .modal-content .modal-header button {
  padding: 0;
  margin: 10px;
  font-size: 30px;
  position: absolute;
  top: 0;
  opacity: 1;
  color: #D7DF23;
  z-index: 2;
}
.modal .modal-dialog .modal-content .modal-body .info {
  max-width: 250px;
  margin: 0 auto;
}
.modal .modal-dialog .modal-content .modal-body .info p {
  color: #320000;
  font-size: 14px;
}
.modal .modal-dialog .modal-content .modal-body .info .title-modal h4 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #0A720A;
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-body .info .steps ul li {
  display: flex;
  color: #0A720A;
  font-size: 16px;
  margin-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-body .info .steps ul li span {
  display: flex;
  float: left;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background-color: #D7DF23;
  color: #0A720A;
  font-weight: 900;
  font-size: 20px;
  border-radius: 50px;
  margin-right: 10px;
}
.more {
  display: none !important;
}
header {
  box-shadow: 0px 3px 9px 1px #00000066;
  position: fixed;
  bottom: 0;
  background-color: white;
  padding-top: 5px;
  width: 100%;
  z-index: 2;
}
header .custom-nav .img-cont {
  display: none;
}
header .custom-nav .navbar-cont .navbar-list li {
  margin-bottom: 10px;
  padding: 0;
}
header .custom-nav .navbar-cont .navbar-list li a {
  max-width: 70px;
  margin: 0 auto;
  display: block;
}
header .custom-nav .navbar-cont .navbar-list li span {
  color: #707070;
  font-size: 12px;
  display: block;
  text-align: center;
}
header .custom-nav .navbar-cont .navbar-list li .ico {
  font-size: 18px;
}
header .custom-nav .navbar-cont .navbar-list li .more .ico i {
  font-size: 8px;
  margin-right: 1px;
}
header .custom-nav .navbar-cont .navbar-list li:nth-child(n + 5) {
  display: none;
}
header .custom-nav .navbar-cont .navbar-list .active span {
  color: #0A720A;
}
footer {
  display: none;
}
button,
.cta-link {
  border: 0;
  background-color: #0A720A;
  color: white;
  padding: 2px 30px;
  border-radius: 10px;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 16px;
}
select,
input {
  border-radius: 10px !important;
  color: #0A720A !important;
  border: 1px solid #0A720A !important;
  -webkit-text-fill-color: #0A720A;
  /* box-shadow: 0 0 0px 1000px #71ed71 inset; */
}
select:focus,
input:focus {
  box-shadow: 0 0 0 0!important;
}
.header-section {
  margin-bottom: 15px;
}
.header-section .main-cont {
  background: linear-gradient(180deg, #0A720A, #59f38f);
  border-radius: 0 0 120px 0;
  padding-top: 10px;
  padding-bottom: 50px;
}
.header-section .main-cont .movil-sec .row > div i {
  color: white;
  font-size: 25px;
}
.header-section .main-cont .movil-sec .row > div .img-cont {
  max-width: 30px;
  margin: 0 auto;
}
.header-section .main-cont .movil-sec .row > div:first-child .item i {
  font-size: 15px;
}
.header-section .main-cont .movil-sec .row > div:last-child .item {
  text-align: right;
}
.header-section .main-cont .quantity-sec .txt {
  margin-top: 10px;
  font-size: 12px;
  color: white;
  text-align: center;
}
.header-section .main-cont .quantity-sec .txt p {
  font-weight: 300;
  margin: 0;
}
.header-section .main-cont .quantity-sec .txt p:first-child {
  margin-bottom: 5px;
  font-weight: 600;
}
.header-section .main-cont .quantity-sec .num {
  margin-top: 10px;
}
.header-section .main-cont .quantity-sec .num h4 {
  margin: 0;
  text-align: center;
  font-size: 30px;
  color: white;
}
.tab-cont {
  max-width: 350px;
  margin: 0 auto;
}
.tab-cont .menu-tab {
  margin-bottom: 5px;
}
.tab-cont .menu-tab ul {
  display: flex;
  justify-content: center;
}
.tab-cont .menu-tab ul li {
  margin-right: 15px;
}
.tab-cont .menu-tab ul li span {
  color: #320000;
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
}
.tab-cont .menu-tab ul li .active {
  color: #0A720A;
  border-bottom: 2px solid;
}
.tab-cont .menu-tab ul li:last-child {
  margin: 0;
}
.tab-cont .list-tabs {
  padding: 0 10px;
}
.tab-cont .list-tabs .tab-item {
  display: none;
}
.tab-cont .list-tabs .tab-item.active {
  display: block;
}
.home-pag .home .main-cont {
  min-height: 100vh;
  background: linear-gradient(180deg, #0A720A, #59f38f);
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.home-pag .home .main-cont .sub-cont {
  width: 100%;
  padding: 0 30px;
}
.home-pag .home .main-cont .sub-cont .img-cont {
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.home-pag .home .main-cont .sub-cont .title-cont {
  display: none;
}
.home-pag .home .main-cont .sub-cont .cta-sec {
  text-align: center;
  max-width: 310px;
  margin: 0 auto;
}
.home-pag .home .main-cont .sub-cont .cta-sec h4 {
  font-size: 20px;
  color: white;
  text-align: left;
  margin-bottom: 30px;
  padding-left: 10px;
}
.home-pag .home .main-cont .sub-cont .cta-sec > div a {
  font-size: 21px;
  color: white;
  display: block;
  width: 100%;
  border: 1px solid white;
  padding: 10px 0;
  border-radius: 50px;
  margin-bottom: 30px;
}
.home-pag .home .main-cont .sub-cont .cta-sec > div .cta2 a {
  background-color: #0A720A;
}
.home-pag .home .main-cont .sub-cont .terms {
  text-align: center;
}
.home-pag .home .main-cont .sub-cont .terms > div {
  margin-bottom: 5px;
}
.home-pag .home .main-cont .sub-cont .terms > div a {
  color: #0A720A;
  font-weight: 600;
}
.login .home .main-cont .sub-cont .title-lg {
  display: none;
}
.login .home .main-cont .sub-cont .form-sec {
  max-width: 310px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.login .home .main-cont .sub-cont .form-sec button[type="submit"] {
  border-radius: 0;
  display: block;
  background-color: #0A720A;
  width: 100%;
  border: 0;
  font-size: 14px;
}
.login .home .main-cont .sub-cont .form-sec .form-group label {
  font-size: 14px;
  color: white;
}
.login .home .main-cont .sub-cont .form-sec .form-group input {
  border-radius: 0;
  font-size: 14px;
  color: #320000;
  padding-right: 30px;
}
.login .home .main-cont .sub-cont .form-sec .form-group input::placeholder {
  color: #320000;
}
.login .home .main-cont .sub-cont .form-sec .form-group .input-cont {
  position: relative;
}
.login .home .main-cont .sub-cont .form-sec .form-group .input-cont .user-tool {
  position: absolute;
  top: 5px;
  right: 10px;
}
.login .home .main-cont .sub-cont .form-sec .form-group .input-cont .user-tool button {
  padding: 0;
  border: 0;
  background: 0;
  color: #0A720A;
}
.login .home .main-cont .sub-cont .form-sec .form-group .input-cont .pass-tool {
  font-size: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #0A720A;
}
.login .home .main-cont .sub-cont .form-sec .form-group .input-cont .pass-tool .ico-cont.view i:before {
  content: "\f070" !important;
}
.login .home .main-cont .sub-cont .form-sec .form-group:nth-child(2) {
  margin-bottom: 30px;
}
.login .home .main-cont .sub-cont .terms img {
  width: 15px;
}
.login .home .main-cont .sub-cont .terms > div a {
  font-size: 14px;
}
.login .home .main-cont .sub-cont .terms > div:first-child a {
  margin-left: -20px;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .active-header {
  margin-bottom: 15px;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div {
  padding: 0 10px;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div .flex-sect {
  display: flex;
  justify-content: center;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div .flex-sect > div {
  margin-right: 10px;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div .flex-sect > div p {
  margin: 0;
  font-size: 10px;
  color: #0A720A;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div .flex-sect > div p span.INACTIVA {
  color: #F76826;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div .flex-sect > div p span.BLOQUEADA {
  color: #F76826;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div .flex-sect > div p span.ACTIVA {
  color: #7cac69;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div .flex-sect > div p span.DESBLOQUEADA {
  color: #7cac69;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div .flex-sect > div:last-child {
  margin: 0;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div .flex-sect .switch-cta {
  position: relative;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div .flex-sect .switch-cta .click-zone-switch {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div .flex-sect .switch-cta .bar-switch {
  background-color: #e5e5e5;
  height: 12px;
  width: 40px;
  border-radius: 50px;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div .flex-sect .switch-cta .circle-switch {
  height: 20px;
  width: 20px;
  display: inline-block;
  background-color: #0A720A;
  border-radius: 50px;
  top: -4px;
  position: absolute;
  left: -5px;
  transition: 0.5s ease;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div .flex-sect .switch-cta.active .bar-switch {
  background-color: #0A720A;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div .flex-sect .switch-cta.active .circle-switch {
  background-color: #e5e5e5;
  left: 25px;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-balance {
  font-size: 14px;
  color: #0A720A;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-balance h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-balance .list-info ul {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-balance .list-info ul p {
  font-weight: 600;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-balance .foo-txt p {
  color: #0A720A;
  font-size: 12px;
  text-align: center;
  font-weight: 300;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-movements {
  display: none;
  font-size: 16px;
  color: #0A720A;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-movements h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-movements .date-movements {
  font-size: 12px;
  font-weight: 300;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-movements .date-movements span {
  font-weight: 700;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-movements .list-info ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #0A720A;
  border-radius: 10px;
  margin-bottom: 10px;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-movements .list-info ul p {
  margin-bottom: 0;
  font-weight: 700;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-movements .list-info ul .title-info p {
  font-size: 10px;
  color: #99958D;
  font-weight: normal;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-movements .list-info ul .title-info p span {
  font-size: 16px;
  color: #0A720A;
  font-weight: 600;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-movements .list-info ul .resul-info .min-num {
  color: #D90000;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-movements .list-info ul .resul-info .plus-num {
  color: #76B82A;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-movements .list-info ul:last-child {
  margin: 0;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-movements .foo-txt {
  text-align: center;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-movements .foo-txt .cta-cont {
  margin: 20px 0;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-movements .foo-txt p {
  font-size: 12px;
  text-align: center;
  color: #0A720A;
  font-weight: 300;
}
.balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .resume-movements.active {
  display: block;
}
.menu-pag .header-section .main-cont {
  background: #8A8E36;
}
.menu-pag .options .main-cont ul li a {
  display: block;
  padding: 5px 10px;
  border: 1px solid;
  color: #0A720A;
  border-radius: 10px;
  max-width: 310px;
  margin: 0 auto;
  font-weight: 600;
  position: relative;
}
.menu-pag .options .main-cont ul li a i {
  position: absolute;
  right: 15px;
  top: 9px;
}
.pin-pag .header-section .pin-title {
  margin-top: 61px;
}
.pin-pag .header-section .pin-title .title h4 {
  margin: 0;
  text-align: center;
  font-size: 25px;
  color: white;
}
.pin-pag .info .main-cont .tab-cont .list-tabs .tab-item {
  padding-top: 30px;
}
.pin-pag .info .main-cont .tab-cont .list-tabs .tab-item .current-pin {
  text-align: center;
}
.pin-pag .info .main-cont .tab-cont .list-tabs .tab-item .current-pin h1 {
  color: #0A720A;
}
.pin-pag .info .main-cont .tab-cont .list-tabs .tab-item .current-pin .title {
  font-size: 35px;
  font-weight: 700;
}
.pin-pag .info .main-cont .tab-cont .list-tabs .tab-item .current-pin .pin {
  font-size: 100px;
  font-weight: normal;
}
.pin-pag .info .main-cont .tab-cont .list-tabs .tab-item .generate-pin .form-group {
  margin-bottom: 30px;
}
.pin-pag .info .main-cont .tab-cont .list-tabs .tab-item .generate-pin .form-group label {
  font-size: 16px;
  color: #0A720A;
  font-weight: 600;
}
.pin-pag .info .main-cont .tab-cont .list-tabs .tab-item .generate-pin .cta-cont > div {
  margin-bottom: 15px;
}
.pin-pag .info .main-cont .tab-cont .list-tabs .tab-item .generate-pin .cta-cont > div button {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
.pay-pag .header-section .main-cont .pay-cont {
  margin-top: 15px;
}
.pay-pag .header-section .main-cont .pay-cont .title h4 {
  font-size: 25px;
  color: white;
  text-align: center;
}
.pay-pag .header-section .main-cont .pay-cont .card-ico .img-cont {
  max-width: 260px;
  margin: 0 auto;
}
.pay-pag .info .main-cont .tab-cont {
  padding-top: 20px;
}
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .pay-credit .info-cont ul li,
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .up-pay .info-cont ul li {
  padding: 0 5px;
  margin-bottom: 15px;
}
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .pay-credit .info-cont ul li p,
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .up-pay .info-cont ul li p {
  font-size: 12px;
  color: #99958D;
  margin: 0;
}
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .pay-credit .info-cont ul li button,
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .up-pay .info-cont ul li button {
  padding: 5px 10px;
  font-size: 10px;
}
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .pay-credit .info-cont ul li .cta-cont,
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .up-pay .info-cont ul li .cta-cont {
  text-align: left;
}
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .pay-credit .info-cont ul li:first-child p,
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .up-pay .info-cont ul li:first-child p {
  color: #0A720A;
  font-weight: 700;
}
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .openpay {
  display: none;
}
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .openpay h4 {
  font-size: 16px;
  color: #0A720A;
  margin-bottom: 15px;
  font-weight: 700;
}
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .openpay .form-cont {
  border-bottom: 1px solid #F2CB26;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #0A720A;
  margin-bottom: 20px;
}
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .openpay .form-cont .cta-cont {
  text-align: right;
}
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .openpay .info-pay ul li {
  padding: 3px;
}
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .openpay .info-pay ul li p {
  margin: 0;
  font-size: 12px;
  color: #99958D;
}
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .openpay .info-pay > ul > li {
  margin-bottom: 15px;
}
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .openpay .info-pay > ul > li:first-child p {
  color: #0A720A;
  font-weight: 700;
}
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .openpay .info-pay .date-pay li p:first-child {
  color: #0A720A;
}
.pay-pag .info .main-cont .tab-cont .list-tabs .tab-item .cta-cont {
  text-align: center;
}
.pass-pag .header-section .title-pass {
  margin-top: 61px;
}
.pass-pag .header-section .title-pass .txt h4 {
  margin: 0;
  text-align: center;
  font-size: 25px;
  color: white;
  max-width: 200px;
  margin: 0 auto;
}
.pass-pag .form-sec {
  padding: 0 10px;
  max-width: 400px;
  margin: 0 auto;
}
.pass-pag .form-sec .main-cont .form-cont h5 {
  font-size: 16px;
  color: #0A720A;
  font-weight: normal;
}
.pass-pag .form-sec .main-cont .form-cont .form-group label {
  font-size: 16px;
  color: #0A720A;
}
.pass-pag .form-sec .main-cont .form-cont .form-group input {
  border-radius: 0;
  font-size: 16px;
  color: #0A720A;
  padding-right: 30px;
}
.pass-pag .form-sec .main-cont .form-cont .form-group input::placeholder {
  color: #0A720A;
}
.pass-pag .form-sec .main-cont .form-cont .form-group .input-cont {
  position: relative;
}
.pass-pag .form-sec .main-cont .form-cont .form-group .input-cont .pass-tool {
  font-size: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #0A720A;
}
.pass-pag .form-sec .main-cont .form-cont .form-group .input-cont .pass-tool .ico-cont.view i:before {
  content: "\f070" !important;
}
.pass-pag .form-sec .main-cont .form-cont .cta-cont button {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}
.profile-pag .header-section {
  margin-bottom: 60px;
}
.profile-pag .header-section .main-cont {
  padding-bottom: 0;
}
.profile-pag .header-section .main-cont .profile-cont {
  position: relative;
  bottom: -30px;
}
.profile-pag .header-section .main-cont .profile-cont .img-user {
  max-width: 150px;
  margin: 0 auto;
  min-height: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 150px;
  border: 2px solid grey;
  margin-top: 20px;
}
.profile-pag .info-profile .main-cont .txt {
  margin-bottom: 15px;
}
.profile-pag .info-profile .main-cont .txt ul li h5 {
  font-size: 16px;
  color: #0A720A;
}
.profile-pag .info-profile .main-cont .txt ul li p {
  font-size: 12px;
  color: #0A720A;
  word-break: break-all;
}
.profile-pag .info-profile .main-cont .txt ul li p a {
  color: #0A720A;
}
.profile-pag .info-profile .main-cont .cta-cont {
  text-align: center;
}
.profile-data-pag .header-section .main-cont h5 {
  display: none;
}
.profile-data-pag .info-profile .main-cont {
  padding: 0 15px;
}
.profile-data-pag .info-profile .main-cont form h5 {
  color: #0A720A;
}
.profile-data-pag .info-profile .main-cont form .form-group {
  padding: 0 5px !important;
}
.profile-data-pag .info-profile .main-cont form .form-group label {
  font-size: 16px;
  font-weight: 600;
}
.profile-data-pag .info-profile .main-cont form .row div {
  padding: 0;
}
.receipt-country .info-country .main-cont {
  padding: 0 10px;
  max-width: 400px;
  margin: 0 auto;
}
.receipt-country .info-country .main-cont .form-group label {
  font-size: 16px;
  color: #0A720A;
  font-weight: 600;
}
.receipt-country .info-country .main-cont .receipt ul {
  display: flex;
  align-items: center;
}
.receipt-country .info-country .main-cont .receipt ul li:first-child span {
  margin-right: 5px;
  width: 50px;
  height: 50px;
  background-color: #D7DF23;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0A720A;
  border-radius: 50px;
}
.receipt-country .info-country .main-cont .receipt ul li:first-child span i {
  font-size: 20px;
}
.receipt-country .info-country .main-cont .receipt ul li:last-child span {
  display: inline-block;
  padding: 10px 20px;
  color: white;
  background-color: #0A720A;
  border-radius: 10px;
}
.receipt-capture .info-capture .main-cont {
  padding: 0 10px;
}
.receipt-capture .info-capture .main-cont .img-cont {
  max-width: 300px;
  margin: 0 auto;
}
.receipt-capture .info-capture .main-cont .title-capture-movil {
  text-align: center;
}
.receipt-capture .info-capture .main-cont .title-capture-movil p {
  margin: 0;
  font-size: 16px;
  color: #0A720A;
}
.receipt-capture .info-capture .main-cont .title-capture-movil p:last-child {
  font-size: 20px;
  max-width: 200px;
  margin: 0 auto;
  font-weight: 600;
}
.receipt-capture .info-capture .main-cont .title-capture-web {
  display: none;
}
.receipt-capture .info-capture .main-cont .ctas-cont {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.receipt-capture .info-capture .main-cont .ctas-cont button {
  font-size: 12px;
  padding: 5px 15px;
  margin-right: 5px;
}
.receipt-capture .info-capture .main-cont .ctas-cont button:last-child {
  margin: 0;
}
@media (max-width: 992px) {
  .more {
    display: inherit !important;
  }
}
@media (min-width: 992px) {
  body {
    display: flex;
    min-height: 100vh;
    padding: 0 !important;
  }
  header {
    flex: 0 0 200px;
    background: linear-gradient(180deg, #0A720A, #59f38f);
    position: static;
    box-shadow: 0 0 0 0;
  }
  header .custom-nav .img-cont {
    display: block;
    max-width: 100px;
    margin: 0 auto;
    margin-top: 15px;
  }
  header .custom-nav .navbar-cont {
    margin-top: 30px;
  }
  header .custom-nav .navbar-cont .navbar-list li {
    display: block !important;
  }
  header .custom-nav .navbar-cont .navbar-list li a {
    max-width: 170px;
  }
  header .custom-nav .navbar-cont .navbar-list li a span {
    text-align: left;
    padding: 2px 10px;
    border-radius: 5px;
    font-weight: 700;
    color: white;
  }
  header .custom-nav .navbar-cont .navbar-list li .ico {
    display: none;
  }
  header .custom-nav .navbar-cont .navbar-list .active span {
    background-color: #F6FF1A;
  }
  header .custom-nav .navbar-cont .navbar-list .cta-movil {
    display: none;
  }
  footer {
    display: block;
    flex: 0 0 200px;
    background: linear-gradient(180deg, #0A720A, #59f38f);
  }
  footer .main-cont .img-user {
    max-width: 150px;
    margin: 0 auto;
    min-height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 150px;
    border: 2px solid grey;
    margin-top: 20px;
  }
  footer .main-cont .info-user {
    max-width: 150px;
    margin: 0 auto;
    margin-top: 20px;
  }
  footer .main-cont .info-user a {
    color: white;
  }
  footer .main-cont .info-user p,
  footer .main-cont .info-user h5 {
    color: white;
  }
  footer .main-cont .info-user h5 {
    font-size: 16px;
  }
  footer .main-cont .info-user p {
    font-size: 12px;
  }
  footer .main-cont .cta-cont {
    text-align: center;
  }
  footer .main-cont .cta-cont button {
    font-size: 12px;
  }
  .header-section .main-cont {
    background: none;
  }
  .header-section .main-cont .movil-sec {
    display: none;
  }
  .tab-cont {
    max-width: 640px;
    margin: 0 auto;
  }
  .tab-cont .menu-tab {
    margin-bottom: -2px;
  }
  .tab-cont .menu-tab ul {
    justify-content: flex-start;
  }
  .tab-cont .menu-tab ul li {
    cursor: pointer;
    text-align: center;
    margin-right: 0;
    flex: 0 0 150px;
    box-shadow: 0 0 3px 0px #0000005e;
    padding-bottom: 4px;
  }
  .tab-cont .menu-tab ul li .active {
    border-bottom: 0;
  }
  .tab-cont .list-tabs {
    padding: 0;
    padding: 20px;
    box-shadow: 0px 2px 3px 0px #0000005e;
    position: relative;
    z-index: 2;
    background-color: white;
  }
  .cont-pag {
    flex: 1 0 0;
  }
  .home-pag .home .main-cont {
    background: none;
  }
  .home-pag .home .main-cont .sub-cont .row .col-12 {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .home-pag .home .main-cont .sub-cont .row .col-12 .item {
    width: 100%;
    padding: 30px;
  }
  .home-pag .home .main-cont .sub-cont .row .col-12 .home-title {
    border-right: 1px solid #0A720A;
    display: block;
  }
  .home-pag .home .main-cont .sub-cont .row .col-12 .home-title h1 {
    color: #0A720A;
    font-weight: normal;
    max-width: 310px;
    font-size: 40px;
    margin-bottom: 30px;
  }
  .home-pag .home .main-cont .sub-cont .row .col-12 .home-title h1 span {
    font-size: 60px;
    font-weight: 600;
  }
  .home-pag .home .main-cont .sub-cont .row .col-12 .home-title p {
    color: #0A720A;
    margin: 0;
    font-style: italic;
    font-size: 14px;
    text-align: justify;
  }
  .home-pag .home .main-cont .sub-cont .row .col-12 .form-log .img-cont {
    display: none;
  }
  .home-pag .home .main-cont .sub-cont .row .col-12 .form-log .cta-sec h4 {
    display: none;
  }
  .home-pag .home .main-cont .sub-cont .row .col-12 .form-log .cta-sec a {
    padding: 2px;
  }
  .home-pag .home .main-cont .sub-cont .row .col-12 .form-log .cta-sec .cta1 a {
    background-color: #0A720A;
    color: white;
  }
  .home-pag .home .main-cont .sub-cont .row .col-12 .form-log .cta-sec .cta2 a {
    background-color: #D7DF23;
    color: #0A720A;
  }
  .home-pag .home .main-cont .sub-cont .row .col-12 .form-log .terms a {
    border-bottom: 1px solid;
  }
  .login .home .main-cont .sub-cont {
    max-width: 590px;
    margin: 0 auto;
  }
  .login .home .main-cont .sub-cont .img-cont {
    display: none;
  }
  .login .home .main-cont .sub-cont .title-lg {
    text-align: center;
    color: #0A720A;
    display: block;
  }
  .login .home .main-cont .sub-cont .title-lg p {
    font-size: 20px;
  }
  .login .home .main-cont .sub-cont .form-sec {
    max-width: none;
  }
  .login .home .main-cont .sub-cont .form-sec button[type="submit"] {
    max-width: 150px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .login .home .main-cont .sub-cont .form-sec .form-group label {
    color: #0A720A;
    font-size: 20px;
  }
  .login .home .main-cont .sub-cont .form-sec .form-group input {
    font-size: 20px;
    border-radius: 10px;
  }
  .login .home .main-cont .sub-cont .form-sec .form-group .input-cont .pass-tool {
    font-size: 14px;
  }
  .login .home .main-cont .sub-cont .form-sec .form-group .input-cont .user-tool i {
    font-size: 14px;
  }
  .login .home .main-cont .sub-cont .terms a span {
    border-bottom: 1px solid;
  }
  .balance-pag .header-section .main-cont .quantity-sec {
    display: flex;
    justify-content: space-between;
    max-width: 640px;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: -1px 3px 5px -1px #00000042;
    padding: 15px;
    align-items: center;
  }
  .balance-pag .header-section .main-cont .quantity-sec .txt {
    font-size: 25px;
    text-align: left;
    max-width: 140px;
    line-height: 1.1;
  }
  .balance-pag .header-section .main-cont .quantity-sec .txt p {
    color: #0A720A;
  }
  .balance-pag .header-section .main-cont .quantity-sec .txt p:first-child {
    margin-bottom: 30px;
  }
  .balance-pag .header-section .main-cont .quantity-sec .num h4 {
    color: #0A720A;
    font-size: 60px;
  }
  .balance-pag .info .main-cont .tab-cont .list-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .balance-pag .info .main-cont .tab-cont .list-tabs .active-header {
    order: 2;
    flex: 0 0 250px;
    padding-left: 30px;
    margin-bottom: 65px;
  }
  .balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div .flex-sect {
    display: block;
  }
  .balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div .flex-sect > div p {
    font-size: 14px;
  }
  .balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div .flex-sect .switch-cta {
    margin-top: 10px !important;
    zoom: 1.4;
  }
  .balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div:first-child {
    margin-bottom: 15px;
  }
  .balance-pag .info .main-cont .tab-cont .list-tabs .active-header .row > div:first-child .flex-sect div:first-child p {
    font-size: 16px;
  }
  .balance-pag .info .main-cont .tab-cont .list-tabs .tab-item {
    flex: 0 0 350px;
    border-right: 1px solid #0A720A;
  }
  .balance-pag .info .main-cont .tab-cont .list-tabs .tab-item .list-info {
    padding-right: 30px;
  }
  .pin-pag .header-section .main-cont .pin-title .title h4 {
    font-size: 50px;
    color: #0A720A;
  }
  .pin-pag .info .main-cont .tab-cont .list-tabs .tab-item .generate-pin {
    max-width: 400px;
    margin: 0 auto;
  }
  .pin-pag .info .main-cont .tab-cont .list-tabs .tab-item .generate-pin .cta-cont > div button {
    max-width: 250px;
  }
  .pay-pag .header-section .main-cont .pay-cont {
    display: flex;
    justify-content: center;
  }
  .pay-pag .header-section .main-cont .pay-cont .title {
    flex: 0 0 300px;
    order: 2;
  }
  .pay-pag .header-section .main-cont .pay-cont .title h4 {
    font-size: 50px;
    color: #0A720A;
  }
  .pay-pag .header-section .main-cont .pay-cont .card-ico .img-cont {
    max-width: 260px;
    margin: 0 auto;
  }
  .pass-pag .header-section .title-pass .txt h4 {
    font-size: 50px;
    margin: 0 auto;
    color: #0A720A;
    max-width: none;
  }
  .profile-pag .info-profile .main-cont .txt {
    display: none;
  }
  .profile-data-pag .header-section .main-cont .img-user {
    display: none;
  }
  .profile-data-pag .header-section .main-cont h5 {
    display: block;
    text-align: center;
    font-size: 50px;
    color: #0A720A;
  }
  .profile-data-pag .info-profile .main-cont form {
    max-width: 640px;
    margin: 0 auto;
    box-shadow: 0px 0px 5px 1px #00000042;
    padding: 30px;
  }
  .profile-data-pag .info-profile .main-cont form .cta-cont {
    margin-top: 30px;
  }
  .profile-data-pag .info-profile .main-cont form .cta-cont a {
    display: block;
    max-width: 250px;
    margin: 0 auto;
  }
  .receipt-capture .info-capture .main-cont .img-cont {
    margin-bottom: 30px;
  }
  .receipt-capture .info-capture .main-cont .title-capture-movil {
    display: none;
  }
  .receipt-capture .info-capture .main-cont .title-capture-web {
    display: block;
  }
  .receipt-capture .info-capture .main-cont .title-capture-web > p {
    font-size: 20px;
    text-align: center;
    max-width: 490px;
    margin: 0 auto;
    color: #226a31;
  }
  .receipt-capture .info-capture .main-cont .title-capture-web ul {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    left: -28px;
  }
  .receipt-capture .info-capture .main-cont .title-capture-web ul li span {
    margin-right: 5px;
    width: 50px;
    height: 50px;
    background-color: #D7DF23;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0A720A;
    border-radius: 50px;
    font-size: 25px;
  }
  .receipt-capture .info-capture .main-cont .title-capture-web ul li h3 {
    font-size: 40px;
    color: #0A720A;
  }
  .receipt-capture .info-capture .main-cont .ctas-cont button {
    font-size: 16px;
  }
  .receipt-capture .info-capture .main-cont .ctas-cont button:last-child {
    display: none;
  }
}
.table-wrapper {
  background: white;
  padding: 20px 25px;
  width: 127%;
  height: 111%;
  border-radius: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  margin-left: -140px;
}
.table-title {
  padding-bottom: 15px;
  color: #263f6d;
  padding: 16px 30px;
  margin: -20px -25px 10px;
  border-radius: 1px 1px 0 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.247);
  margin-bottom: 35px;
}
.table-title h2 {
  margin: 5px 0 0;
  font-size: 53px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 23px;
  text-align: center;
  letter-spacing: 1.25px;
  color: #226a31;
  opacity: 1;
}
.title-card {
  margin: 5px 0 0;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 23px;
  text-align: left;
  letter-spacing: 1.25px;
  color: #226a31;
  opacity: 1;
}
.table-title h1 {
  margin: 5px 0 0;
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
}
.table-title .btn-group {
  float: right;
}
.table-title .btn {
  color: #fff;
  float: right;
  font-size: 13px;
  min-width: 50px;
  border-radius: 1px;
  border: none;
  outline: none !important;
  margin-left: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.247);
}
.table-title .btn i {
  float: left;
  font-size: 21px;
  margin-right: 5px;
}
.table-title .btn span {
  float: left;
  margin-top: 2px;
}
table.table tr th,
table.table tr td {
  border-color: #e9e9e9;
  padding: 12px 15px;
  vertical-align: middle;
}
table.table tr th:first-child {
  width: 60px;
}
table.table tr th:last-child {
  width: 100px;
}
table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
  background: #f5f5f5;
}
table.table th i {
  font-size: 13px;
  margin: 0 5px;
  cursor: pointer;
}
table.table td:last-child i {
  opacity: 0.9;
  font-size: 22px;
  margin: 0 5px;
}
table.table td a {
  font-weight: bold;
  color: #566787;
  display: inline-block;
  text-decoration: none;
  outline: none !important;
}
table.table td a:hover {
  color: #2196F3;
}
table.table td a.edit {
  color: #58b714;
}
table.table td a.red {
  color: red;
}
table.table td a.delete {
  color: #0A720A;
}
table.table td i {
  font-size: 19px;
}
table.table .avatar {
  border-radius: 1px;
  vertical-align: middle;
  margin-right: 10px;
}
.pagination {
  float: right;
  margin: 0 0 5px;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
}
.pagination li a {
  border: none;
  font-size: 13px;
  min-width: 30px;
  min-height: 30px;
  color: #999;
  margin: 0 2px;
  line-height: 30px;
  border-radius: 1px !important;
  text-align: center;
  padding: 0 6px;
}
.pagination li a:hover {
  color: #666;
}
.pagination li.active a,
.pagination li.active a.page-link {
  background: #03A9F4;
}
.pagination li.active a:hover {
  background: #0397d6;
}
.pagination li.disabled i {
  color: #ccc;
}
.pagination li i {
  font-size: 16px;
  padding-top: 6px;
}
.icons-size {
  color: #0A720A !important;
  font-size: 32px !important;
}
.search {
  width: 26%;
  position: relative;
  display: flex;
}
.searchTerm {
  width: 100%;
  border: 3px solid #707070 !important;
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}
.searchTerm:focus {
  color: #00B4CC;
}
.searchButton {
  width: 60px;
  height: 35px;
  border: 1px solid transparent;
  background: transparent;
  text-align: center;
  color: #BCBCBC;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 21px;
  position: absolute;
  left: 269px;
}
.wrap {
  width: 15%;
  position: absolute;
  top: 84%;
  left: 72%;
  transform: translate(-50%, -50%);
}
.menu-table-second {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 34px;
}
.hint-text {
  float: left;
  margin-top: 10px;
  font-size: 13px;
}
/* Modales Estilo */
.template-modal {
  max-width: 1000px !important;
  margin: 0 auto !important;
  border-radius: 15px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  align-self: center !important;
  width: 607px !important;
  height: 503px !important;
}
.modal-footer-btn {
  border-radius: 0 0 1px 1px;
  justify-content: center;
  border-top: none !important;
  flex-wrap: nowrap;
  padding: 20px 30px;
}
.template-modal-header {
  justify-content: center !important;
}
.center {
  margin-bottom: -40px;
}
.activar-bg {
  color: #98d06e !important;
}
.bloquear-bg {
  color: #c13636 !important;
}
.eliminar-bg {
  color: #f4d333 !important;
}
.position-modal {
  position: absolute !important;
  transform: translate3d(1300px, 976px, 0px) !important;
  top: 0px !important;
  left: 0px !important;
  will-change: transform !important;
}
.titles-credit p {
  font-size: 21px;
  font-family: 'Montserrat', sans-serif;
  color: #0A720A;
}
.container-saldo {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.container-linea .container-linea-saldo {
  color: #1e4f88;
  width: 40px;
  border: 1px solid #1e4f88;
  width: 21vw;
}
.status {
  width: 185px;
}
.modal-calendario {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-end;
}
.calendario {
  width: 679px !important;
  height: 485px !important;
}
.modal-calendario-completo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.container-linea-calendario {
  transform: rotate(90deg);
  color: #1e4f88;
  width: 40px;
  border: 1px solid #1e4f88;
  width: 12vw;
  position: relative;
  top: 158px;
}
.modal-calendario-inputs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 360px;
}
.modal-calendario-status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  height: 360px;
  margin-left: 96px;
  align-content: center;
}
.modal-calendario-status ul {
  list-style: none;
}
.inputs-calendar {
  margin-bottom: 18px;
}
.form-calendar {
  margin-bottom: 50px;
}
form-date {
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.form-date__label {
  font-family: "Helvetica", arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 8px;
}
.form-date__input[type="date"] {
  appearance: none;
  color: #1D1D1D;
  font-family: "Helvetica", arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #ECF0F1;
  background: #ECF0F1;
  display: inline-block;
  visibility: visible;
  width: 140px;
  padding: 4px;
  position: relative;
  height: 28px;
  width: 238px;
  margin-bottom: 47px;
}
.form-date__input[type="date"]:focus {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #80BDFF;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-date__input[type="date"]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background: 0 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  pointer-events: auto;
}
.modal-activo {
  width: 548px !important;
  height: 428px !important;
}
.modal-activo .modal-header .btn-activo {
  bottom: 10px !important;
  right: 0px !important;
  left: 420px !important;
}
.modal-bloquear {
  width: 548px !important;
  height: 428px !important;
}
.modal-bloquear .modal-header .btn-bloquear {
  bottom: 10px !important;
  right: 0px !important;
  left: 420px !important;
}
.modal-eliminar {
  width: 548px !important;
  height: 428px !important;
}
.modal-eliminar .modal-header .btn-eliminar {
  bottom: 10px !important;
  right: 0px !important;
  left: 420px !important;
}
.modal-otp {
  width: 754px !important;
  height: 366px !important;
}
.inputs-otp {
  display: flex;
  flex-direction: row;
  gap: 27px;
}
.inputs-otp .inputs-opt-item {
  height: 90px;
  width: 67px;
}
.inputs-otp input[type="number"] {
  font-size: 65px;
}
.title-center {
  text-align: center;
  margin-right: 30px;
  font-size: 60px;
}
.table-second {
  margin-top: 13px;
  margin-bottom: 79px;
}
th {
  color: white;
}
.title-info-card {
  margin: 5px 0 0;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 23px;
  text-align: center;
  letter-spacing: 0px;
  color: black;
  opacity: 1;
  width: 111px;
  height: 24px;
}
.title-info-card-inactive {
  margin: 5px 0 0;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 23px;
  text-align: center;
  letter-spacing: 0px;
  color: black;
  opacity: 1;
  width: 111px;
  height: 24px;
  color: red;
}
.title-info-card-active {
  margin: 5px 0 0;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 23px;
  text-align: center;
  letter-spacing: 0px;
  color: black;
  opacity: 1;
  width: 111px;
  height: 24px;
  color: #59b713;
}
.item-principal-border {
  background: #0A720A 0% 0% no-repeat padding-box;
  border-radius: 8px;
}
.line-stroke {
  background-color: white;
  color: #C80000;
  transform: rotate(90deg);
  width: 40px;
}
.contenedor-center {
  display: flex;
  flex-direction: row;
  justify-items: center;
  justify-content: center;
  align-items: center;
  height: 16px;
}
.contenedor-center h1 {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
.second-table {
  width: 50%;
}
.icons-card {
  text-align: center;
  gap: 30px;
}
.icons-card a {
  margin-left: 18px;
}
.circle {
  height: 23px;
  width: 24px;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  border-style: solid;
}
.circle-arrow {
  height: 23px;
  width: 24px;
  border-radius: 50%;
  text-align: center;
  border-style: solid;
}
.circle-arrow-border {
  color: white;
}
a:hover {
  color: white;
}
.icons-cards-recursos {
  text-align: center;
}
.icons-cards-recursos a {
  margin-left: 18px;
}
.btn-posicion {
  top: 5px !important;
  right: -14px !important;
  bottom: -35px !important;
}
.item-principal {
  background-color: #134074;
  margin: 5px 0 0;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 23px;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-weight: bold;
}
.btn-close-modal {
  padding: 0!important;
  margin: 10px!important;
  font-size: 48px !important;
  position: absolute !important;
  top: 0 !important;
  opacity: 1 !important;
  color: #0A720A !important;
  z-index: 2 !important;
}
.incrementar-close {
  padding: 0!important;
  margin: 10px!important;
  font-size: 48px !important;
  position: absolute !important;
  top: -6px !important;
  opacity: 1 !important;
  color: #0A720A !important;
  z-index: 2 !important;
  right: 6px;
}
.background {
  background-color: red;
}
tr {
  box-shadow: 6px 42px white;
}
.drop-table {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 11px;
  height: 30px;
  align-items: stretch;
}
.drop-table p {
  white-space: nowrap;
}
.modal-cards {
  position: relative;
  top: 500px;
}
.container-titles {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 33px;
}
.second-title {
  text-align: center;
}
.material-custom {
  font-size: 35px!important;
}
.title-font {
  display: inline-block;
  font-size: 28px;
  color: #0A720A;
}
.parraf-font {
  white-space: nowrap;
  font-size: 16px;
  color: #0A720A;
}
.hover-input:hover {
  background-color: #ecf096;
}
.item-status {
  list-style: none;
}
.clearfix {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
}
.dropdown-menu {
  background-color: #F5F5F5 !important;
}
.line-items {
  color: #134074;
  background-color: #134074;
}
.btn-modal {
  height: 3vh;
  width: 10vw;
  background-color: red;
  box-shadow: 0px 1px 3px #00000033;
  border: 1px solid #0A720A;
  border-radius: 5px;
  opacity: 1;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-modal-active {
  height: 3vh;
  width: 10vw;
  background-color: #0A720A;
  box-shadow: 0px 1px 3px #00000033;
  border: 1px solid #0A720A;
  border-radius: 5px;
  opacity: 1;
  display: inline-block;
  font-weight: 400;
  color: white !important;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 1582px) and (min-width: 1024px) {
  .container {
    max-width: 750px;
  }
  .table-second-tam {
    height: 10px;
    border: 2px solid red;
  }
  .table-wrapper {
    width: 223%;
  }
  .flex-table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 34vw;
    align-content: center;
    width: 93vw;
    position: relative;
    left: 60px;
  }
}
@media (max-width: 1224px) and (min-width: 992px) {
  .container {
    max-width: 750px;
  }
  .table-second-tam {
    height: 10px;
    border: 2px solid red;
  }
  .table-wrapper {
    width: 223%;
  }
  .flex-table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 44vw;
    align-content: center;
    width: 112vw;
    position: relative;
    left: 228px;
  }
  .flex-table-second {
    display: flex;
    justify-content: space-evenly;
    align-content: space-between;
    align-items: baseline;
    flex-wrap: nowrap;
    flex-direction: row;
    position: relative;
    width: 4vw;
    left: 800px;
  }
}
@media (min-width: 600px) and (max-width: 990px) {
  .table-wrapper {
    width: 223%;
  }
  .flex-table {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 56vw;
    align-content: flex-start;
    width: 158vw;
    position: relative;
    left: 133px;
    justify-content: center;
  }
  .flex-table-second {
    display: flex;
    justify-content: space-evenly;
    align-content: space-between;
    align-items: baseline;
    flex-wrap: nowrap;
    flex-direction: row;
    position: relative;
    width: 4vw;
    left: 800px;
  }
  .header-section .main-cont {
    width: 175vw;
  }
  .menu-table-second {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 34px;
  }
}
@media (min-width: 345px) and (max-width: 600px) {
  .table-wrapper {
    width: 223%;
  }
  .flex-table {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 89vw;
    align-content: flex-start;
    width: 173vw;
    position: relative;
    left: 70px;
    justify-content: center;
  }
  .flex-table-second {
    display: flex;
    justify-content: space-evenly;
    align-content: space-between;
    align-items: baseline;
    flex-wrap: nowrap;
    flex-direction: row;
    position: relative;
    width: 4vw;
    left: 727px;
  }
  .header-section .main-cont {
    width: 195vw;
  }
  .menu-table-second {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-top: 100px;
    gap: 152px;
  }
  .table-first {
    position: relative;
    left: 90px;
  }
  .table-first thead {
    display: none;
  }
  .table-first td:first-child {
    background-color: #226a31;
    color: white;
    text-align: center;
  }
  .table-second {
    margin-top: 13px;
    margin-bottom: 79px;
    position: relative;
    right: 276px;
  }
  .table-second thead {
    display: none;
  }
  .table-second td:first-child {
    background-color: #226a31;
    color: white;
    text-align: center;
  }
  .title-card {
    text-align: center;
  }
  .clearfix {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
  }
  .table-title h2 {
    margin-left: 199px;
  }
  .modal-cards {
    left: 50px;
    top: 240px;
  }
  .btn-modal {
    height: 5vh;
    width: 37vw;
  }
  .btn-modal-active {
    height: 5vh;
    width: 37vw;
  }
  .container {
    position: relative;
    bottom: -100px;
  }
}
