.breadcrumb {
    background-color: white !important;
    padding: 5px 20px !important;
    margin-bottom: 0;
    list-style: none;
    border: 1px solid #e9ecef;
}

.breadcrumb a {
    color: #4a4a4a;;
    font-weight: 400;
}

/* .btn {
    color: white !important;
} */

.card-footer {
    border-top: 1px solid #dee2e6;
}

.card .card-header .card-title {
    font-size: 1.3rem;
    font-weight: bold;
}

.table-bordered {
    border: 0 !important;
}

table.table-bordered.dataTable tbody td {
    border-bottom-width: 1px !important;
}

.panel-module {
    min-height: 480px;
}

.sbox {
    webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
}

.panel-module .icon {
    padding-top: 12px;
    width: 150px;
    float: left;
    height: 180px;
    background: #ffffff26;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px;
    transition: width 2s;
    text-align: center;
}

.panel-module .icon .iconname {
    font-weight: bold;
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 14px;
    line-height: 10px;
}

.panel-module .icon .iconimage {
    width: 100%;
    text-align: center;
}

.panel-module .icon:hover {
    background: #cdcdcd;
    cursor: pointer;
}

.panel-module img {
    height: 70px;
    margin-top: 15px;
    border-bottom: 1px solid #9E9E9E;
    padding-bottom: 10px;
}

.pd {
    padding: 5px;
}

.panel-module .icon .icondesc {
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
}

.panel-module .icon .iconname .tituloicon {
    font-size: 14px;
    font-weight: bold;
}

.panel-module a {
    color: #222222;
}

.nav-info-user li a {
    color: #0c0c0c;
    font-weight: 500;
}

.nav-info-user li a span {
    font-weight: normal;
}

.control-sidebar-content hr {
    border-color: #dee2e6;
}

.password-progress {
    margin-top: 10px;
    margin-bottom: 0;
}

.nav-info-user .nav-item span {
    font-size: 13px;
}

.input-group-search .dropdown-item:active {
    background-color: #dee2e6;
}

.dataTables_scroll {
    overflow: auto;
}

.form-control-checkbox {
    height: 25px;
    width: 25px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

@media (max-width: 991.98px) {
    .control-sidebar-open .control-sidebar, .control-sidebar-open .control-sidebar::before {
        right: 0;
        display: block;
    }
}

.tooltip-inner {
    font-size: 13px !important;
    text-align: left;
}

.cursor-pointer {
    cursor: pointer;
}

.module-selected {
    background-color: #cdcdcd !important;
}

.cart {
    position: relative;
  }
  
#cart_menu_num {
    position: absolute;
    top: 0;
    left: 55%;
    background: red;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 2px;
  }


  /*
Full screen Modal 
*/
.fullscreen-modal .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  @media (min-width: 768px) {
    .fullscreen-modal .modal-dialog {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .fullscreen-modal .modal-dialog {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .fullscreen-modal .modal-dialog {
       width: 1170px;
    }
  }


/* AEMM */

  .modal-derecha-ant {
    display: none;                   /* Hidden by default */
    position: fixed;
    z-index: 1;                       /* Sit on top  (popup)  */
    padding-top: 100px;
    right: 0;
    width: 300px;
    top: 60px;
    bottom: 10px;
    background-color: whitesmoke;
    color: #f3f3f3;
    padding: 2rem;
    border-radius: 1rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    /* transition: .3s; */
    /* overflow: auto; */
    /* box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.8); */
    pointer-events:none;
    transition: all 1s;
  }

/* The Modal (background) */
  .modal-derecha {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    right: 0;
    top: 60px;
    bottom: 10px;
    width: 400px; 
    color: #f3f3f3;
    padding: 2rem;
    border-radius: 1rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /* display: flex; */
    flex-direction: column;
    gap: 1rem;

    /* height: 100%;  */
    overflow: auto; /* Enable scroll if needed */
    transition: 0.3s;
    /* transition: all 1s; */
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.8); 
  }

  /* Modal Header */
  .modal-derecha-header {
    padding: 2px 16px;
    text-align: center;
    height: 30px;
    background-color: #5cb85c;
    color: white;
  }
  

  /* Modal Footer */
  .modal-derecha-footer {
    padding: 2px 16px;
    background-color: aliceblue;
    color: black;
  }
  /* Modal Body */
  .modal-derecha-body {padding: 2px 16px;}

  /* Modal Content */
  .modal-derecha-content {
    position: relative;
    color: black;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s

  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* .modal-derecha.active {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  } */

  /* The Close Button */
  .close-modal-derecha {
    color: black;
    float: right;
    font-size: 18px;
    font-weight: bold;
  }
  
  .close-modal-derecha:hover,
  .close-modal-derecha:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
