@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
body {
	font-family: 'Poppins', sans-serif;
}
.toast {
    display: none;
    min-width: 20vw;
}
.toast.show {
    display: block;
    opacity: 1;
    position: fixed;
    z-index: 99999999;
    margin: 20px;
    right: 0;
    top: 3.5rem;
}
.swal2-container {
    z-index: 99999999;
}
#preloader2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #ffffff82;
}

#preloader2:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #1977cc;
    border-top-color: #d1e6f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: smaller;
    color: #000000cf;
    font-style: italic;
}
.modal-dialog.large {
    width: 80% !important;
    max-width: unset;
}
.modal-dialog.mid-large {
    width: 50% !important;
    max-width: unset;
}
#viewer_modal .btn-close {
    position: absolute;
    z-index: 999999;
    /*right: -4.5em;*/
    background: unset;
    color: white;
    border: unset;
    font-size: 27px;
    top: 0;
}
#viewer_modal .modal-dialog {
    width: 80%;
    max-width: unset;
    height: calc(90%);
    max-height: unset;
}
#viewer_modal .modal-content {
    background: black;
    border: unset;
    height: calc(100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
#viewer_modal img,
#viewer_modal video {
    max-height: calc(100%);
    max-width: calc(100%);
}





/****************************************/
.main-sidebar {
    background: #ffffff;
}
.content-wrapper {
    background-color: #ffffff;
}
.sb-icon svg {
    width: 22px;
}
.nav-sidebar {
    grid-gap: 10px;
}
.nav-link {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.sb-icon {
    margin-left: 8px;
}
.nav-pills .nav-link {
    color: #45494d;
}
nav.main-header {
    background: #fff;
    margin-bottom: 15px;
}
.header-title {
    margin: 3px 0 0;
    font-size: 26px;
}
.form-control, .select2-container--default .select2-selection--multiple, .custom-select, .btn-default {
    border: 2px solid #ced4da;
    box-shadow: none;
    background-color: #fff;
    height: auto;
    font-size: 14px;
    min-height: unset;
}
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single {
    border: 2px solid #80bdff;
}
footer.main-footer {
    padding: 3px 20px;
    font-size: 12px;
}
.filter-strip {
    display: flex;
    grid-gap: 10px;
}
.filter-strip .col2 {
    flex: 1;
}
.filter-strip .col1 {
    flex: 0.5;
}
.filter-strip .col3 {
    flex: 1;
    white-space: nowrap;
}
table>thead .sorting:before,
table>thead .sorting:after,
table>thead .sorting_asc:before,
table>thead .sorting_asc:after,
table>thead .sorting_desc:before,
table>thead .sorting_desc:after,
table>thead .sorting_asc_disabled:before,
table>thead .sorting_asc_disabled:after,
table>thead .sorting_desc_disabled:before,
table>thead .sorting_desc_disabled:after {
    bottom: 3px !important;
}
table th {
    border-bottom: 2px solid #e7ebef !important;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
table td {
    padding: 5px;
    border-top: 1px solid #e7ebef;
    font-size: 13px;
}
.btn {
    font-size: 15px;
    white-space: nowrap;
}
.btn-gray {
    background: #fff;
    border: 1px solid #7ab5f4;
    color: #007bff;
    font-size: 13px;
    padding: 4px 10px;
}
.btn-gray:hover {
    background: #bfdeff;
    color: #000;
}
.btn-red {
    background: #ffcbcb;
}
.layout-navbar-fixed .wrapper .content-wrapper {
    margin-top: 70px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #007bff;
}
.page-form {
    max-width: 800px;
    margin: 30px auto 0;
    box-shadow: 0px 4px 8px 0px rgb(152 163 180 / 22%);
    border-radius: 10px;
    background: #fff;
    padding: 30px 20px;
}
.pageForm-section {
    display: flex;
    grid-gap: 20px;
}
.control-label {
    font-weight: 500 !important;
    margin: 0 0 4px;
    color: #5a5e62;
}
.layout-footer-fixed .wrapper .content-wrapper {
    padding-bottom: 13px;
}
.dataTables_scrollBody {
    height: calc(100vh - 255px);
}


.logo-xbyte{margin-left: 20px; margin-top: 20px;}
.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: calc(1.5rem + 1px) !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #E61F2D;
}

.bg-primary {
    background-color: #E61F2D !important;
}
.bg-primary1 {
    background-color: #ffb300 !important;
}
.bg-primary2 {
    background-color: #9c27b0 !important;
}
.bg-primary3 {
    background-color: #26a69a !important;
}

.inner-text{color:white; font-size: 25px !important; text-transform: uppercase !important;}
.icon-circle {
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.sub-txt{margin-top: 5px; color:white;}
.small-box .icon {
    color: rgba(255, 255, 255, 0.5) !important;
    z-index: 0;
}
.mt-search{margin-bottom: 37px;}
.mt-search1{margin-bottom: 29px;}
.inner-text-digi{font-size: 35px! important; color: white;}

.nav-pills .nav-link:not(.active):hover {
    color: #E61F2D !important;
}
.chart-change{border-radius: 10px; box-shadow: 0 1px 20px 0 rgb(0 0 0 / 10%);padding: 10px;}



/****************************************************************/
.content-wrapper>.content {
    padding: 15px 20px;
}
body {
    background: #fcfcfd;
}
.content-wrapper {
    background: transparent;
    margin: 0 !important;
}
.card, .small-box {
    box-shadow: 0px 4px 8px 0px rgb(152 163 180 / 22%);
    border-radius: 10px;
}
.card-header {
    border: 0;
    padding: 20px 20px 0;
}
.small-box.dsb-box .icon {
    color: #fff !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 15px;
}

.small-box.bg-primary {
    background: #ffffff !important;
    box-shadow: 0px 0px 0px 2px #ffb9b9 inset;
}
.small-box.bg-primary .icon {
	background: #ffb9b9 !important; 
}

.small-box.bg-primary1 {
	background: #ffffff !important;
    box-shadow: 0px 0px 0px 2px #b9dbff inset;
}
.small-box.bg-primary1 .icon {
	background: #b9dbff !important; 
}

.small-box.bg-primary2 {
	background: #ffffff !important;
    box-shadow: 0px 0px 0px 2px #ffe0b9 inset;
}
.small-box.bg-primary2 .icon {
	background: #ffe0b9 !important; 
}

.small-box.bg-primary3 {
	background: #ffffff !important;
    box-shadow: 0px 0px 0px 2px #cab9ff inset;
}
.small-box.bg-primary3 .icon {
	background: #cab9ff !important; 
}


.small-box .icon>i {
    position: static;
    font-size: 40px !important;
}
.small-box.dsb-box {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 10px 25px;
}

.small-box.dsb-box .inner {
	flex: 1;
}
.small-box.dsb-box .inner-text-digi {
    color: #000;
    font-size: 19px !important;
    letter-spacing: 1px;
    margin: 0 0 3px;
}
.small-box.dsb-box .inner-text {
    color: #000;
    text-transform: capitalize !important;
    font-size: 16px !important;
    margin: 0;
}
.navbar-dark {
    background-color: #152030;
}
.navbar-brand {
    padding: 0;
    margin: 0 20px;
    display: flex;
    align-items: center;
}
.navbar-brand img {
    height: 28px;
}
.navbar.navbar-expand {
    padding: 2px 10px;
    position: sticky;
    top: 0;
    z-index: 999;
}
.nav-menu-link {
    color: rgb(255 255 255 / 76%);
    padding: 10px 7px;
    margin: 0 7px;
    font-size: 15px;
    display: flex;
    align-items: center;
    grid-gap: 2px;
}
.nav-menu-link:hover {
	color: #fff;
}
.navbar-nav {
    align-items: center;
}
table th, table th b {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    color: #000;
}
.dataTables_wrapper > .row:first-child {
    padding: 10px 10px 0;
}
.dataTables_wrapper > .row:last-child {
    padding: 0 10px 10px;
}
.icon-btn {
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: #007bff;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #ffffff;
}
.icon-btn:hover {
    background: #ffffff;
    color: #007bff;
}
.dataTables_wrapper .dataTables_length label, .dataTables_wrapper .dataTables_filter label {
    font-size: 14px;
    font-weight: 300 !important;
    display: flex;
    align-items: center;
    grid-gap: 8px;
}
.dataTables_wrapper .dataTables_filter label {
	justify-content: flex-end;
}
.b-box {
    border: 1px solid #cfd7de;
    background: #fff;
    border-radius: 10px;
}
.b-box .table tbody tr td:nth-child(2) {
    font-weight: 600;
}
.nowrap {
    white-space: nowrap;
}
.link-box {
    color: #007bff;
    border: 1px solid #7ab5f4;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 7px;
    white-space: nowrap;
}
.link-box:hover {
    background: #bfdeff;
    color: #000;
}
.page-title {
    margin-bottom: 20px;
}
.page-title h2 {
    font-size: 22px;
    font-weight: 600;
}
