.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index: 1990;
    cursor: pointer;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/*scroll*/
/* cards-socios-reading */
*::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
    display: block;  /* Ocultar scroll */
}

/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
*::-webkit-scrollbar-thumb {
    background: #1E2A31;
    border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
*::-webkit-scrollbar-thumb:hover {
    background: #2b3d55;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
*::-webkit-scrollbar-thumb:active {
    background-color: #222c42;
}

/* Ponemos un color de fondo y redondeamos las esquinas del track */
*::-webkit-scrollbar-track {
    background: #25395a;
    border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
*::-webkit-scrollbar-track:hover,
*::-webkit-scrollbar-track:active {
  background: rgb(41, 78, 112);
}
/* end scroll*/

/*cuadros en item list*/
.list-group-item {
    margin: 1rem;
    border: 3px solid #1E2A31;
}

/*tachados*/

.tachado-oblicuo {
    position: relative;
}
 
.tachado-oblicuo:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 3px solid;
    border-color: red;
     
    -webkit-transform:rotate(-20deg);
    -moz-transform:rotate(-20deg);
    -ms-transform:rotate(-20deg);
    -o-transform:rotate(-20deg);
    transform:rotate(-20deg);
}

.invoice__address {
    margin-bottom: 63px;
}

/* gauges Select Style */
.gauge-select-option {
    cursor: pointer;
    user-select: none;
}

.gauge-select-option:hover {
    background-color: #1e2a31;
}

/* center data gauge */
.center-gauge-data {
    text-align: center;
    width: 100%;
}

/*order gauge style*/
#order-gauge {
    color: chocolate;
}

#gauge-select {
    left: 25px;
    width: auto;
    border-radius:15%;
    font-size: x-large;
    line-height: normal;
    background-color: #1e2a31;
    color: white;
    border: 2px solid #24465a;
}

/*text the month*/
#month-text {
    font-size: x-large;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: gold;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 50;
    border: 2px solid white;
    border-radius: 1rem;
}

/*tarjeta gauge*/

#ads {
    margin: 30px 0 30px 0;
}

#ads .card-notify-badge {
    position: absolute;
    left: -10px;
    top: -20px;
    background: #f2d900;
    text-align: center;
    border-radius: 30px 30px 30px 30px; 
    color: #000;
    padding: 5px 10px;
    font-size: 14px;
}

#ads .card-notify-year {
    position: absolute;
    right: -10px;
    top: -20px;
    background: #ff4444;
    border-radius: 50%;
    text-align: center;
    color: #fff;      
    font-size: 14px;      
    width: 50px;
    height: 50px;    
    padding: 15px 0 0 0;
}


#ads .card-detail-badge {      
    background: #f2d900;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: #000;
    padding: 5px 10px;
    font-size: 14px;
    margin: 0 1rem 0 1rem;
}

#ads .card:hover {
    background:  #1e2a31;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    border-radius: 4px;
    transition: all 0.3s ease;
}

#ads .card-image-overlay {
    font-size: 20px;
}

#ads .card-image-overlay span {
    display: inline-block;              
}

.m-auto {
    text-align: center;
}

#ads .ad-btn {
    text-transform: uppercase;
    width: 150px;
    height: 40px;
    border-radius: 80px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    border: 3px solid #e6de08;
    display: block;
    text-decoration: none;
    margin: 20px auto 1px auto;
    color: #000;
    overflow: hidden;        
    position: relative;
    background-color: #e6de08;
}

#ads .ad-btn:hover {
    background-color: #e6de08;
    border: 2px solid #e6de08;
    color: #ffffff;
    background: transparent;
    transition: all 0.3s ease;
    box-shadow: 12px 15px 20px 0px rgba(201, 218, 235, 0.699);
}

#ads .ad-title h5 {
    text-transform: uppercase;
    font-size: 18px;
}

@media (min-width: 768px){
    .profile {
        display: block;
    }
    .profile__info {
        display: table-cell;
        vertical-align: middle;
        padding: 30px;
    }
}

.profile__img {
    float: unset;
}

.profile__img__edit{
    position: initial;
}

/* CSS reading especial*/
.mt-30{margin-top:30px !important}
.mt-40{margin-top:40px}
.mb-30{margin-bottom:30px}
.box-gauge{text-align:center}
.box-gauge:after,.box-gauge:before{content:""}
.box-gauge{overflow:hidden}
.box-gauge .post{
    background-color: rgb(245, 212, 68);;
    padding: 1rem;
    font-weight: bold;
    border-radius: 3rem;
    text-shadow: 2px 2px 2px #000;
    font-size: x-large !important;
}
.box-gauge .icon a:hover{border-radius:50%}
.box-gauge{box-shadow:0 0 3px rgba(0,0,0,.3);position:relative}
.box-gauge .box-content,.box-gauge:after,.box-gauge:before{position:absolute;left:7%;right:7%;transition:all .3s}
.box-gauge:after,.box-gauge:before{display:block;background:rgba(0,0,0,.3);top:10%;bottom:10%;z-index:1;transform:scale(0,1)}
.box-gauge:after{top:10.8%;bottom:10.8%;transform:scale(1,0)}
.box-gauge:hover:after,.box-gauge:hover:before{transform:scale(1);animation:animate 1.5s}
.box-gauge:hover:before{border-top:3px solid #fff;border-bottom:3px solid #fff}
.box-gauge:hover:after{border-left:3px solid #fff;border-right:3px solid #fff}
.box-gauge img{width:100%;height:auto;transition:all .3s}
.box-gauge:hover img{transform:scale(1.2);filter:blur(5px);-moz-filter:blur(5px);-webkit-filter:blur(5px)}
.box-gauge .box-content{padding:30px 10px;top:10%;bottom:10%;opacity:0;z-index:2}
.box-gauge:hover .box-content{box-shadow:0 0 0 35px rgba(255,255,255,.3);opacity:1;transition:all .3s}
.box-gauge .title{font-size:24px;font-weight:600;color:rgb(245, 212, 68);margin:0 0 5px}
.box-gauge .post{display:block;margin:0 0 5px;font-size:14px;color:rgba(255,255,255,.8)}
.box-gauge .description{font-size:14px;color:#fff;margin:0 0 20px}
.box-gauge .icon{padding:0;margin:0;list-style:none}
.box-gauge .icon li{display:inline-block;margin:0 10px 0 0}
.box-gauge .icon li a{cursor: pointer; font-size: xx-large; display:block;width:80px;height:80px;line-height:80px;color:#fff;background:rgb(245, 212, 68);transition:all .5s}
.box-gauge .icon a:hover{text-decoration:none;animation:animate-hover .5s;transition:all .3s}
@keyframes animate{
    0%,100%{opacity:1}
}
@keyframes animate-hover{
    0%{box-shadow:0 0 0 10px rgba(255,255,255,.3)}
    50%{box-shadow:0 0 0 5px rgba(255,255,255,.3)}
    100%{box-shadow:0 0 0 0 rgba(255,255,255,.3)}
}
@media only screen and (max-width:990px){
    .box-gauge{margin-bottom:30px}
    .box-gauge .box-content{padding:10px}
    .box-gauge .description{margin-bottom:10px}
}
@media only screen and (max-width:479px){
    .box-gauge .title{margin:0}
}
.box-gauge .box-content .title{
    opacity: 1;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: transparent !important;
}

table.dataTable tbody tr {
    background-color: transparent !important;
}

table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: transparent !important;
}

table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: transparent !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 1.5rem !important;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #ffffff24 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #626266c2;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #cecfd2 !important;
}

button.dt-button, div.dt-button, a.dt-button, input.dt-button {
   color: white !important; 
}

.select2-container{
    z-index: 2000;
}

.bootstrap-datetimepicker-widget{
    z-index: 2001;
}