body {
    /* background-color: #eff4ff; */
    /* background-color: #f2f3fa; */
    /* background-color: whitesmoke; */
    background-color: #ebebeb;
    color: #212529;
}

.content-area {
    /* background-color: whitesmoke; */
    background-color: #ebebeb;
    /* background-color: #f4f4f4; */
}

/* .video-content {
    background-color: #f5f5f5;
} */

.user-navbar-bg {
    background-color: #072146;
}

/* .card {
    background-color: #f5f5f5;
    box-shadow: none;
    margin-bottom: 1.8rem;
} */


.page-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 255px;
    background-color: #072146;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1029;
    padding-bottom: 35px;
}

.sidebar-menu li.mm-active {
    background-color: #043263;
}

.page-sidebar ul :hover {
    background-color: #043263;
}

.auth-wrapper {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;;
    padding: 50px 15px 30px 15px;
}

.auth-wrapper .card {
    max-width: 400px;
    flex-basis: 400px;
    /* box-shadow: 0 5px 20px #d6dee4; */
    box-shadow: 0 5px 50px rgb(80, 79, 79);
}

.auth-wrapper .card-register{
    max-width: 590px;
    flex-basis: 590px;
    /* box-shadow: 0 5px 20px #d6dee4; */
    box-shadow: 0 5px 50px rgb(80, 79, 79);
}

.auth-content {
    max-width: 400px;
    flex-basis: 400px;
    /* box-shadow: 0 5px 20px #d6dee4; */
    box-shadow: 0 5px 50px rgb(80, 79, 79);
}

.auth-head-icon {
    position: relative;
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background-color: #fff;
    box-shadow: 0 5px 20px #d6dee4;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.home-link {
    position: absolute;
    left: 5px;
    top: 10px;
}

.badge-alert {
    color: #fff;
    background-color: #dc3545;
    /* background-color: #c70039; */
}

.alert-danger {
    color: #fff;
    background-color: #c70039;
    border: #fff;
} */

.alert-warning {
    color: #fff;
    background-color: #fd7e14;
    border-color: #fd7e14;
}

.text-alert-danger {
    color: #c70039;
}

.badge-cancelled {
    color: #fff;
    background-color: #d81e60;
}

.dropdown-menu-right {
    right: 5px!important;
    left: auto;
}

.contacts-table tbody tr td:first-child {
    /* padding-left: 1.5rem; */
    padding-left: 10px;
    padding-right: 1px;
}

.contacts-filter-nav .nav-link {
    color: inherit;
    border-radius: 0.25rem;
    padding: .75rem 1rem;
}

.contacts-filter-nav .nav-link .material-icons {color: #6c757d;}

.contacts-filter-nav .nav-link.active {
    background-color: #bfc8fa;
    color: #2949EF;
}

.contacts-filter-nav .nav-link.active .material-icons {color: #2949EF;}
.dataTables_info {padding-left: 1.5rem}
.dataTables_paginate {padding-right: 1.5rem}

.data-widget-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    color: #6a89d7;
}

.zoom-card:hover{
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01);
    transition: transform .3s;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

/* ALERT COLORS */
.color-primary{
    background-color: #2949ef;
}
.color-info{
    background-color: #00bcd4;
    /* background-color: #4caf50; */
}
.color-danger{
    background-color: #FE4D2E;
}
.color-yellow{
    background-color: #FDA424;
}
.color-purple{
    background-color: #6f42c1;
}
.color-pink{
    background-color: #e83e8c;
}
.color-success{
    background-color: #06b68a;
    /* background-color: #4caf50; */
}
.color-light{
    background-color: #dee2e6;
}
.color-secondary{
    background-color: #6c757d;
}
.color-indigo{
    background-color: #6610f2;
}
.color-dark{
    background-color: #343a40;
}
.color-warning{
    background-color: #fd7e14;
}

/* Order status colors */
.pending {
    background-color: #fd7e14;
    color: #fff;
}
.completed {
    /* background-color: #00bcd4; */
    background-color: #4caf50;
    color: #fff;
}
.on-hold {
    background-color: #fd7e14;
    color: #fff;
}
.processing {
    background-color: #2949ef;
    color: #fff;
}
.cancelled {
    background-color: #6c757d;
    color: #fff;
}
.refunded {
    background-color: #e63636;
    color: #fff;
}
.failed {
    background-color: #c4afaf;
    color: #fff;
}
.danger  {
    background-color: #dc3545;
    color: #fff;
}
.delete  {
    background-color: #dc3545;
    color: #fff;
}
.dark  {
    background-color: #343a40;
    color: #fff;
}

.star-yellow {
    color: #FDA424;
}

/* MODA FORM */
.demo-modal .modal {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
	display: block;
}

.modal-lg {
    max-width: 60%!important;
}

.input-command {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    background-color: #2c2f48!important;
    color: #e9dc28!important;
    font-family: 'Courier New';
  }

/* .note-editor.note-frame .note-editing-area .note-editable {
    padding: 10px;
    overflow: auto;
    color: #000;
    word-wrap: break-word;
    background-color: #fff;
    height: 280px!important;
} */

.card-body-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.8rem;
}

/* .note-editor.note-frame {
    border: 0px solid #a9a9a9;
} */


.myIframe {
    position: relative;
    padding-bottom: 60.25%;
    padding-top: 30px;
    height: 0;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
    border: solid black 0px;
}
.myIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 540px;
}

@media (max-width: 640px){
    iframe {
        height: 1200px
        }
    }

@media (max-width: 420px){
    iframe{
        height: 1600px
    }
}

/* WEB CSS */

.header-navbar {
    background-color: #072146!important;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    cursor: pointer;
}

.center {
    font-size: 4.1rem;
    margin-top: 12%;
    margin-bottom: 0;
    margin-left: 10%;
    margin-right: 10%;
    border: 0px solid green;
    padding: 10px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1030;
}

/* .gap {
    margin-top: 90px;
} */

.btn-delete {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-delete:hover {
    color: #fff;
    background-color: #c5303e;
    border-color: #dc3545;
}

.btn-outline-delete {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-delete:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.text-muted-link {
    color: #6c757d!important;
}

.text-muted-link:hover {
    color: #2949ef!important;
}

.switch-solid.switch-success input:checked~span {
    background-color: #34af67;
    border-color: #38c172;
}

/* COUNTDOWN */
#clockdiv{
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
  }

  #clockdiv > div{
    padding: 10px;
    border-radius: 3px;
    background: #00BF96;
    display: inline-block;
  }

  #clockdiv div > span{
    padding: 15px;
    border-radius: 3px;
    background: #00816A;
    display: inline-block;
  }

  .smalltext{
    padding-top: 5px;
    font-size: 16px;
  }


/*
*
* ==================================================
* UNNECESSARY STYLE - JUST TO MAKE IT LOOKS NICE
* ==================================================
*
*/
.countdown {
    text-transform: uppercase;
    font-weight: bold;
}

.countdown span {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 3rem;
    margin-left: 0.8rem;
}

.countdown span:first-of-type {
    margin-left: 0;
}

.countdown-circles {
    text-transform: uppercase;
    font-weight: bold;
}

.countdown-circles span {
    width: 100px;
    height: 100px;
    border-radius: 15%;
    /* background: rgba(255, 255, 255, 0.2); */
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.countdown-circles span:first-of-type {
    margin-left: 0;
}


/*
*
* ==================================================
* FOR DEMO PURPOSES
* ==================================================
*
*/
/* body {
    min-height: 100vh;
}

.bg-gradient-1 {
    background: #7f7fd5;
    background: -webkit-linear-gradient(to right, #7f7fd5, #86a8e7, #91eae4);
    background: linear-gradient(to right, #7f7fd5, #86a8e7, #91eae4);
}

.bg-gradient-2 {
    background: #654ea3;
    background: -webkit-linear-gradient(to right, #654ea3, #eaafc8);
    background: linear-gradient(to right, #654ea3, #eaafc8);
}

.bg-gradient-3 {
    background: #ff416c;
    background: -webkit-linear-gradient(to right, #ff416c, #ff4b2b);
    background: linear-gradient(to right, #ff416c, #ff4b2b);
}

.bg-gradient-4 {
    background: #007991;
    background: -webkit-linear-gradient(to right, #007991, #78ffd6);
    background: linear-gradient(to right, #007991, #78ffd6);
}

.rounded {
    border-radius: 1rem !important;
} */

.alert-success {
    color: #fff;
    background-color: #37bf71;
    border-color: #34af67;
}

.navbar-dark {
    background-color: #072146!important;
}

.logo-cb {
    max-width: 65px!important;
}

.navbar-dark .navbar-brand {
    color: #fff;
    font-size: 28px!important;
    padding-top: 0px!important;
}

@media (max-width: 420px){
    .navbar-dark .navbar-brand {
        color: #fff;
        font-size: 20px!important;
        /* padding-left: 10px; */
    }
    .logo-cb {
        max-width: 55px!important;
    }
}


/* REDIMENCIONA RESPONSIVE VIDEO FRAME */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}

.table-hover .table-info {
    background-color: #0d6efd;
    border-radius: 5px;
}

.table-hover .table-info:hover {
    background-color: #f44336;
    border-radius: 5px;
}

.table-hover .table-info:hover a {
    color: #fff;
}

.table-hover .table-info a {
    color: #fff;
}

.material-icons{
    color:#06b68a;
}

@media screen and (min-width: 1025px) {
    .ocultar-div-desktop {
        display:none;
    }
}

@media screen and (max-width: 1025px) {
    .ocultar-div-mobile {
        display:none;
    }
}

.responsive-diagonal {
    width: 100%;
    height: 100%;
    min-height:15vh;
    border-radius: .6rem;
    background: linear-gradient(to right bottom, #0f0f15 50%, #191b26 50%);
}


.canvas, img {
    border-radius: 7px;
}

.banner-circulos {
    background-color: #ffffff;
}

.jumbotron {
    background-color: #ffffff;
}

.alnright {
    text-align: right;
}

/* @media (prefers-color-scheme: dark) {
    aca viene el dark-mode automatico por css
} */
