/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.menu_cuenta {
    border-radius: 20px;
    padding: 0px;
    overflow: auto;
}
.menu_cuenta li {
    list-style: none;
    padding: 10px 30px;
    background: #797778;
    font-size: 18px;
}
.menu_cuenta li:hover, .menu_cuenta li.active {
    background-color: #ff5353;
}
.menu_cuenta li a, .menu_cuenta li i {
    color: #fff;
}

.loader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.switch{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    position: relative;
    width: 50px;
    height: 26px;
    border-radius: 15px;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 40%);
    background: #cbcbd1;
    transition: all 0.3s;
}

.input-switch[type="checkbox"]:checked + label{
    background: #15910a;
}

.input-switch[type="checkbox"]:checked + label::before {
    transform: translateX(24px);
}
.switch::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 3px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
    transition: transform 0.3s;
}

.input-switch[type="checkbox"]:checked + label::after{
    width: 14px;
    height: 14px;    
    left: 8px;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/checkmark-switcher.svg);
    background-size: 14px 14px;
}

.switch::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/uncheck-switcher.svg);
    background-size: 12px 12px;
}

span.tooltip-1 {
    padding: 5px;
    background-color: #f7d957;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    margin: 5px;
}

#clock {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    margin-top: 50px;
}

#clock span {
    border-radius: 10px;
    padding: 20px;
    background: #073e75;
    color: #fff;
}

@media (min-width: 992px){
    .modal-lg, .modal-xl {
        max-width: 1200px !important;
    }
}

.dataTables_paginate {
    margin-top: 15px;
    text-align: center;
}

.dataTables_paginate .paginate_button {
    padding: 10px;
    background: #073e75;
    margin: 2px;
    border-radius: 10px;
    color: #fff;
}

.dataTables_paginate .paginate_button.disabled{
    cursor: not-allowed;
}

.top_banner .opacity-mask{
    background-position: center center;
    background-size: cover;
}

@media (max-width: 720px){
    .whatsapp{
        width: 4em; 
        right: 12px;
    }
}