.pull-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.offcanvas-end, .offcanvas-start, .offcanvas-top, .offcanvas-bottom {
    border-left: 0;
}

.footer{
    padding:  5px 10px;
    height: auto;
}

.table th {
    text-align: center;
}

.icon{
    font-size: 100px;
}

.table > :not(caption) > * > * {
  padding: .3rem .6rem;
  vertical-align: middle;
}

.form-label{
    color: #878a99;
    font-weight: 400;
    font-size: 0.75rem;
    margin-bottom: 0.3rem;
}

.form-group{
    margin-bottom: 0.7rem;
}

.text-right{
    text-align: right;
}

.radio-lg, .check-lg{
    height: 20px;
    width: 20px;
}

.table th, td{
    font-size: 0.75rem;
}

.badge{
    font-size: 0.65rem;
}


.page-link {
  padding: .175rem .65rem;
  font-size: 0.7rem;
}

.dataTables_info, .dataTables_length, .dataTables_filter{
    font-size: 0.7rem;
    color: #878a99;
}



/*SELECT 2*/
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
}
/*.select2-dropdown {
  border: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}*/

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #1f449d !important;
}

.select2-search__field :focus-visible {
  border: 1px solid #1f449d !important;
}

.select2-dropdown {
  border: 1px solid #dadee3 !important;
}

/*.select2-container--default .select2-search--dropdown .select2-search__field,.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  border: 1px solid #0ab39c !important;
}*/

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212529;
  line-height: 20px !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: .5rem .9rem !important;
}


.dragrable tr td{
    cursor:all-scroll;
}
.w-10{
    width: 10% !important;
}
.w-15{
    width: 15% !important;
}

.w-20{
    width: 20% !important;
}

.w-30{
    width: 30% !important;
}

.auth-one-bg .bg-overlay {
  background: linear-gradient(to right,#293a7f,#0d75be);
}

[data-layout="vertical"][data-sidebar="dark"] .navbar-menu {
  background: #293a7f;
  border-right: 1px solid #293a7f;
}


[data-layout="vertical"][data-sidebar="dark"] .navbar-nav .nav-link.active {
    background: #2c60be;
}

[data-layout="vertical"][data-sidebar="dark"] .navbar-nav .nav-link {
  color: #c0cefe;
}

.page-item.active .page-link {
  background-color: #293a7f;
  border-color: #293a7f;
}

.table th{
    color: #293a7f;
}

.table td{
    color: #212529 !important;
}

.choices {
margin-bottom: 0;
}

.btn-primary {
    background-color: #293a7f;
    border-color: #293a7f;
}
.btn-primary:hover {
    background-color: #002c7c;
    border-color: #002c7c;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: #002c7c;
  border-color: #002c7c;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    background-color: #002c7c;
  border-color: #002c7c;
}

.ribbon-box .ribbon {
  font-size: .7125rem;
}

/*.transaction_type:hover{
    box-shadow:  0 1px 2px rgba(64, 195, 178, 0.5) !important;
    background-color: #293a7f;
}

.transaction_type:hover h2{
    color: #fff;
}*/

#printme {
    color: #f3f3f9;
}

.mr-15{
    margin-right: 15px;
}

.semi-bold{
    font-weight: 600;
}

.bold{
    font-weight: 700;
}

.counter{
    font-size: 2vw;
    color: #fff;
    white-space: nowrap;
}

.bg-counter{
    background-color: #d0090f;
}

.now_serving{
    font-size: 65px;
    line-height: 65px;
    color: #293a7f;
    font-weight: 700;
}

.queue_no{
    /*font-size: 42px;
    line-height: 42px;*/
    font-size: 2.5vw;
    line-height: 2.5vw;
    color: #212529;
    font-weight: 650;
    /*border-bottom: 1px solid #eee;*/
    padding: 10px 20px;
    white-space: nowrap;
}

.queue_stack{
    border-right:1px solid #eee;
    border-left:1px solid #eee;
}

.footer-display{
    position: fixed;
    background-color: #212529;
    color: #fff;
    font-size: 30px;
    z-index: 1200;
}

.marquee {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

.marquee span {
  display: inline-block;
  width: max-content;

  padding-left: 100%;
  /* show the marquee just outside the paragraph */
  will-change: transform;
  animation: marquee 45s linear infinite;
}



@keyframes marquee {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}


/* Respect user preferences about animations */

@media (prefers-reduced-motion: reduce) {
  .marquee span {
    animation-iteration-count: 1;
    animation-duration: 0.01; 
    /* instead of animation: none, so an animationend event is 
     * still available, if previously attached.
     */
    width: auto;
    padding-left: 0;
  }
}

/*.marquee-container {
  height: 30px;
  overflow: hidden;
}

.marquee {
    top: 0;
    left: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%
  }
}*/

.bg-service-light{
    background-color: #272e35;
}

.span_serving{
    font-size: 1.5vw;
    line-height: 2vh;
    white-space: nowrap;
}

.bg-soft-serving{
    color: #fff;
    background-color: #212529;
    border-color: 1px solid #212529;
}


.apexcharts-title-text{
    font-weight: 500;
    color: #405189;
    fill: #405189;
}

/*.media-player{
    width:50vw; 
    height: 13vh; 
    position: fixed; 
    bottom: 41.5vh; 
    right: 0; 
    z-index: 1000;
}*/


/*.media-player{
    width: 50%;
    height: 30%;
}*/

/*.media-player{
    position: fixed;
    bottom: 0;  
    right: 0;
    margin-bottom: 55px;  

    width: 50%;
    z-index: 1000;
    background-color: #171a1e;
}

.carousel-item{
  height: 350px !important;
}

.carousel-item img, .carousel-item video{
  position: absolute;
  margin: 0 auto;
  min-width: 100%;
  height: 350px;
  max-width: none;
}*/

.media-player{
    background-color: #171a1e;
    min-width: 35%;
    max-width: 35%;
    height: 90vh;
    margin-bottom: 55px;  
}

.media{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.icon-sm{
    font-size: 0.5rem;

}

.display-name{
    font-size: 7vh;
}



/*

FRONT PAGE

*/



.navbar-landing.is-sticky {
  background-color: #f3f3f9;
}

.navbar-landing{
    background-color: #fff;
}

.bold{
    font-weight: 700;
}

.semi-bold{
    font-weight: 600;
}

.pull-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-20{
    width: 20%;
}

.w-30{
    width: 30%;
}

.w-40{
    width: 40%;
}



.auth-one-bg {
  background-image: url(../images/auth-one-bg.jpg);
}

.accordion-button:not(.collapsed) {
  color: #0ab39c;
}

[data-layout="horizontal"] .menu-dropdown {
  min-width: 20rem;
}

[data-layout="horizontal"] .navbar-nav .nav-item:hover > .nav-link {
  color: #0ab39c; 
}

[data-layout="horizontal"] .navbar-menu .navbar-nav .nav-sm .nav-link.active, [data-layout="horizontal"] .navbar-menu .navbar-nav .nav-sm .nav-link:hover {
  color: #fff;
  background-color: #0ab39c;
}

/*[data-layout="horizontal"] .navbar-nav .nav-item:hover > .nav-link::after {
  color: #fff
}*/

/*@media (min-width: 768px){
.topbar-user {
  background-color: #0ab39c;
}*/

/*#page-header-user-dropdown span{
    color: #fff;
}*/

[data-layout="horizontal"] .navbar-menu .navbar-nav .nav-link.active {
  color: #fff;
  background-color: #0ab39c;
  height: 100%;
}

[data-layout="horizontal"] .navbar-menu .navbar-nav > li:nth-of-type(2) > .nav-link.menu-link {
  padding:  0.8rem 1rem;
}

.listjs-pagination li.active .page {
  color: #fff;
  background-color: #0ab39c;
  border-color: #0ab39c;
}

.pagination-next, .pagination-prev {
  color: #0ab39c;
}

.listjs-pagination li .page {
  color: #212529;
}

.nav-tabs-custom .nav-item .nav-link.active {
  color: #0ab39c;
}

.nav-link {
  color: #6d7080;
}

.nav-link:focus, .nav-link:hover {
  color: #0ab39c;
}

.nav-tabs-custom .nav-item .nav-link::after {
  background: #0ab39c;
  height: 3px;
}

.listjs-pagination li .page {
  padding: .175rem .75rem;
}

.pagination-next, .pagination-prev {
  padding: .175rem .75rem;
}

.progress-nav .nav .nav-link.active, .progress-nav .nav .nav-link.done {
  background-color: #0ab39c;
}

.progress-nav .nav .nav-link {
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
}

.progress-bar {
    background-color: #0ab39c;
}

.tab-pane{
    padding-left: 2rem;
    padding-right: 2rem;
}

.auth-bg-cover {
  background: linear-gradient(-45deg,#405189 50%,#dadee3);
}

.btn-load .spinner-border, .btn-load .spinner-grow {
  height: 16px;
  width: 16px;
}


.progress-nav .nav .nav-link.active, .progress-nav .nav .nav-link.done {
  background-color: #0ab39c !important;
}

.tab-pane {
  padding: 0;
}

.table-normal th{
    color: #212529;
}
