* { padding: 0; margin: 0; }
html, body {
  min-height: 100% !important;
  height: 100%;  
}
.content-top {
  padding-top: 2vh;
}
.input-select-content > div {
  padding: 0 !important;
}
.button-select-option div button {
  font-size: 12px !important;
}
.ei-height{
  height: 70vh !important;
  overflow-y: auto;
  /* background-color: #eee !important; */
  /* padding-top: 15px !important; */
  /* border: 2px solid #bababa !important; */

  /* padding: 1px !important; */
}
.ni-height{
  height: 98vh !important;
  overflow-y: auto;
  /* background-color: #eee !important; */
  /* padding-top: 15px !important; */
  /* border: 2px solid #bababa !important; */
  padding: 1px !important;
}
.text-foot-custom {
  font-size: 12px !important;
}
.bg-grey{
  background-color: #eee !important;
}
.bg-white{
  background-color: #fff !important;
}
.content-border{
  border: 2px solid #bababa !important;
}
.terf-height{
  /* height: 42.5vh !important; */
  height: 68vh !important;
  overflow-y: auto;
}
.terf-height tbody > tr td {
  padding: 0px;
  font-size: 12px;
}
.container-carusel-custom{
    width: 100%;
    display:block;
    overflow:hidden;
}
.carousel-custom{
    display:block;
    width: 100%;
    height: auto;
    background: white;
    overflow-x: scroll;
    padding: 10px;
    margin: 0;
    white-space: nowrap; 
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.item-custom {
    display: inline-block;
    width: 150px;
    height: 150px;    
    margin: 0 10px;    
    background: rgba(0, 0, 0, 0.05) no-repeat center center;
    background-size: cover;
    position:relative;
    border-radius: 20px;
    box-shadow: 0 0 10px #dfdfdf;
    cursor: pointer;
}
.item-custom div{
  width: 100%;
  /* top:10%; */
  position:absolute;
  text-align:center;
  font-size: 9em;
  color: white;
}
.item-custom h1{
  font-size: 12px !important;
  top: 80%;
  position: absolute;
  color: #333333;
  text-align: center;
  width: 100%;
  font-size: 4em;
}
.cursor{
  cursor: pointer;
}
/* .card:hover{
  box-shadow: 0 0 15px 0 #4497ed;
} */
.card-custom:hover{
  box-shadow: 0 0 15px 0 #4497ed;
}
.card-header{
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #283d62 !important;
}
.rdt_TableHeadRow{
  background-color: #518de5 !important;
  color: #fff !important;
}
.zIndex{
  z-index: 0 !important;
}
table thead > tr th {
  text-transform: uppercase;
  text-align: center !important;
  background-color: #eee !important;
}
table tbody > tr td {
  text-transform: uppercase;
  text-align: center !important;
}
.bgDanger{
  background-color: #dc3545;
  color: #fff;
}
.bgSuccess{
  background-color: #198754;
  color: #fff;
}
.custom-modal-header-color{
  color: #518de5 !important;
  background-color: #fff !important;
}
.custom-modal-header{
  background-color: #0d6efd !important;
  color: #fff !important;
}
.custom-modal-header > button.btn-close{
  background-color: #fff !important;
}
.main-color{
  color: #518de5 !important;
}
.main-bg-color{
  background-color: #518de5 !important;
}
.headers-styling{
  background-color: #eee !important;
  color: #000 !important;
}
.badge-accounts{
  font-size: 10px !important;
  padding: 5px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.nav-bar{
  /* border-radius: 10px; */
  padding: 5px;
}
.textAlignLeft{
  text-align: left !important;
}
.textAlignRight{
  text-align: right !important;
}
.dropdown-menu{
  min-width: 18rem !important;
}
.text-bg-primary{
  color: #fff !important;
  background-color: #0a58ca !important;
}
.text-bg-success{
  color: #fff !important;
  background-color: #198754 !important;
}
.text-bg-danger{
  color: #fff !important;
  background-color: #dc3545 !important;
}
.text-bg-warning{
  color: #000 !important;
  background-color: #ffc107 !important;
}
.text-bg-info{
  color: #000 !important;
  background-color: #0dcaf0 !important;
}
.task-header{
  text-align: left !important;
  font-size: 12px !important;
  font-weight: bold !important;
  text-transform: initial;
}
.task-content-header{
  font-size: 12px;
  font-weight: bold;
  text-align: left !important;
  text-transform: initial;
  border-bottom: none !important;
}
.task-content-detail{
  font-size: 12px;
  text-align: justify !important;
  text-transform: inherit;
  color: #6c757d !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.task-table thead tr > th { 
  background-color: #283d62 !important;
  color: #fff !important;
}
.task-table-2 thead tr > th { 
  background-color: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}
.task-action-btn {
  color: #000 !important;
  font-size: 16px !important;
  margin-right: 15px !important;
}
.task-table thead tr { 
  border-bottom: 1px solid #eee !important;
  border-bottom-width: 0 !important;
}
.table>:not(:first-child){
  border-top: none !important;
}
table.task-table tbody > tr:hover {
  background-color: #eee;
}
table.appointment-table tbody > tr:hover {
  background-color: #eee !important;
  cursor: pointer !important;
}
.rdt_TableCol_Sortable > div{
  font-size: 12px;
}
.rdt_TableCell > div {
  font-size: 11px;
}
.react-datetime-picker{
  background-color: #fff;
}
.th-class{
  font-size: 12px;
}
.td-class{
  font-size: 11px;
}
.td-summary-class{
  font-size: 13px;
}
.select-styling{
  padding: 0;
  border: none;
}
h3{
  color: #518de5;
}
.main-color{
  color: #518de5;
}
.left-column-detail{
  width: 50%;
  text-align: right !important;
}
.rigth-column-detail{
  width: 50%;
  text-align: left !important;
}
.bg-color{
  background-color: #283d62 !important;
}
.bg-color-td{
  background-color: #fff !important;
}
.border-dotted{
  border-top: 4px dotted #000 !important;
}
.top-padding-5p{
  padding-top: 5px !important;
}
.top-padding-8p{
  padding-top: 8px !important;
}
.top-padding-10p{
  padding-top: 10px !important;
}

.react-datetime-picker__calendar.react-datetime-picker__calendar--open{
  z-index: 999999 !important;
}

.text-bold{
  font-weight: bold;
}

.align-left{
  text-align: left !important;
}

.card-body-custom{
  padding: 0.5rem;
}

.discount-btn-payment{
  padding: 0px 10px;
}

.custom-pos-selected{
  margin-bottom: 0px !important;
}

.custom-pos-selected > select {
  height: 3.2rem !important;
}

.show-content {
  display: block;
}

.hide-content {
  display: none;
}

.bg-card-header {
  background-color: #0d6efd !important;
  color: #fff !important;
}

.text-align-left {
  text-align: left !important;
}

table.hover-table tbody > tr:hover {
  background-color: #eee;
}

.react-datetime-picker__wrapper {
  border-radius: 5px !important;
  border-color: #ccc !important;
}

.card-content-text-10 {
  font-size: 10px;
}

.card-content-text-18 {
  font-size: 18px;
}

.card-content-label {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  text-transform: initial;
}

.card-options {
  padding: 10px 10px;
  text-align: left;
  text-transform: capitalize !important;
}

.card-options-2 {
  padding: 60px 10px;
  text-align: left;
  text-transform: capitalize !important;
}

.css-26l3qy-menu {
  z-index: 999999 !important;
}

.btn-custom-link {
  color: #797676 !important;
  font-size: 14px !important;
  text-decoration: none !important;
}

.blink_me {
  animation: blinker 1s linear infinite;
  color: #adc303;
  font-weight: bold;
  font-size: 18px;
}

.comment-row {
  text-align: left !important;
  text-transform: capitalize !important;
}

@keyframes blinker {
  50% { opacity: 0; }
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}