html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.table.reduce-padding tbody tr td {
    padding: 3px 10px !important;
}

.border-ccc {
    border:1px solid #ccc;
}


/* Global Sidebar Width Classes */
.sidebar-sm {
    --bs-offcanvas-width: 300px !important;
}

.sidebar-md {
    --bs-offcanvas-width: 400px !important;
}

.sidebar-lg {
    --bs-offcanvas-width: 600px !important;
}

.sidebar-xl {
    --bs-offcanvas-width: 800px !important;
}

.sidebar-xxl {
    --bs-offcanvas-width: 1000px !important;
}

div.sidebar-xxl-2 {
    --bs-offcanvas-width: 1680px !important;
}



.text-right{
    text-align:right;
}
.text-center{
    text-align:center;
}


div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    margin:10px 25px;
}


.dataTables_paginate .pagination li.previous.disabled a, .dataTables_paginate .pagination li.prev a{
    min-width:120px;
}

.dataTables_paginate .pagination li.previous.disabled a, .dataTables_paginate .pagination .page-item:first-child .page-link {
    min-width: 120px;
}


.dataTables_paginate .pagination li.next.disabled a, .dataTables_paginate .pagination li.next a{
    min-width:120px;
}


table tr.details {
    display: none;
    background: #f9f9f9;
}


/* Timeline CSS */


.time-line-box {
    height: 100px;
    width: 100%;
}

.time-line-box .timeline {
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: center;
}

.time-line-box .timestamp {
    margin: auto;
    margin-bottom: 5px;
    padding: 0px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time-line-box .status {
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    border-top: 3px solid #455EFC;
    position: relative;
    transition: all 200ms ease-in;
}

.time-line-box .status span {
    padding-top: 8px;
}

.time-line-box .status span:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #455EFC;
    border-radius: 12px;
    border: 2px solid #455EFC;
    position: absolute;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 200ms ease-in;
}

.swiper-container {
    width: 100%;
    margin: auto;
}

.swiper-wrapper {
    display: inline-flex;
    flex-direction: row;
    overflow-y: auto;
    justify-content: center;
}

.swiper-container::-webkit-scrollbar-track {
    background: #a8a8a8b6;
}

.swiper-container::-webkit-scrollbar {
    height: 2px;
}

.swiper-container::-webkit-scrollbar-thumb {
    background: #4F4F4F !important;
}

.swiper-slide {
    text-align: center;
    font-size: 12px;
    width: 200px;
    height: 100%;
    position: relative;
}

/* End of Timeline CSS */