@import "../vendor/bootstrap/css/bootstrap.min.css";
@import "../vendor/font-awesome-pro/css/all.min.css";
@import "../vendor/toastr/toastr.min.css";
@import "../js/select2/css/select2.min.css";

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&display=swap');


html {
    --scrollbarBG: #dee2e6;
    --thumbBG: #007bc8;
}
body::-webkit-scrollbar {
    width: 11px;
}
body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Nunito',sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    background-color: #fff;
    color: #183153;
    text-align: left;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: unset;
}

a:not(.btn) {
    color: #183153;
    font-weight: normal;
    text-decoration: underline;
}

a:not(.btn):hover {
    color: #00a4a6;
}

.font-normal {
    font-weight: normal;
}

body.sidebar-mounted {
    transition: padding-left 500ms cubic-bezier(0.16, 1, 0.3, 1);
}
body.sidebar-affixed {
    padding-left: 300px !important;
}
.sidebar-mounted.ux-app {
    background-color: #fff !important;
}
body.ux-app.gasket-app {
    background-color: #fff !important;
}
.title {
    font-weight: bold;
    font-size: 18px;
}
.sub-title {
    font-weight: bold!important;
    font-size: 18px!important;
}

.card {
    background-color: rgba(0,0,0,0) !important;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 2.5rem;
    gap: 2.5rem;
}

.btn {
    color: #183153;
    padding: 5px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: .15s ease-in-out;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: min-content;
    white-space: nowrap;
    font-weight: 700;
    border: 1px solid transparent;
    opacity: 1;
    outline: none;
    text-shadow: none;
}

.btn.pill {
    border-radius: 25px;
}

.btn:hover, .btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn.lg {
    padding: 5px 30px;
    height: 48px;
}

.btn-default {
    background-color: #007bc8;
    color: #fff!important;
}

.btn-outline {
    border-color: #dee2e6;
    color: #183153!important;
}

.btn-default:hover {
    border: 1px solid transparent;
    background-color: #005e99;
}

.btn-outline:hover {
    border: 1px solid #183153;
    background-color: transparent;
}

.btn.loading {
    background-color: transparent;
    border-color: transparent;
    color: #183153 !important;
    font-size: 18px;
}

.btn-danger {
    background-color: #ff4c60;
    color: #fff!important;
}

.btn-danger:hover {
    background-color: #e9475a;
    border-color: #e9475a;
    color: #fff!important;
}

.text-danger {
    color: #ff4c60 !important;
}

.text-primary {
    color: #00a4a6 !important;
}

.form-group {
    margin-bottom: 20px;
}

label {
    font-weight: 600;
    margin-bottom: 0;
}

.form-control {
    height: 48px;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.06);
}

.form-control.sm {
    height: 38px;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 2px solid #183153;
    transition: border 80ms cubic-bezier(0.16, 1, 0.3, 1);
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c2c2c2;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c2c2c2;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #c2c2c2;
}
.form-check {
    display: flex;
    align-items: center;
}
.form-check-input,
.form-check-input:focus {
    position: relative;
    width: 1px;
    margin-right: 20px;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}
.form-check-input::after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    margin-top: -5px;
    z-index: 1;
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #dee2e6;

}

.form-check-input:checked::after {
    background-color: #00a4a6;
    border-color: #00a4a6;
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-check-label {
    margin-left: 10px;
    cursor: pointer;
}
.loader {
    animation: spin 800ms linear infinite;
}
.add-form input {
    max-width: 400px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.page {
    position: relative;
    top: -24px;
    padding-top: 30px;
}

.page .inner {
    margin-top: 25px;
}

.top-page-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-page-nav .nav-pills .btn.pill.active {
    background-color: #ff4c6083;
}

.top-page-nav .nav-pills .btn.pill:hover {
    background-color: #f5f7f8;
}

.toggle {
    border: 1px solid #dee2e6;
    width: fit-content;
    border-radius: 4px;
    padding: 5px;
    transition: background-color 80ms cubic-bezier(0.16, 1, 0.3, 1);
}

.toggle .btn.pill {
    border-radius: 4px;
}

.toggle .btn.pill.active {
    background-color: #ff4c60;
}

.font-bolder {
    font-weight: 500;
}

.slide {
    background-color: #dee2e6;
    border-radius: 3px;
}

.slide .slide-inner {
    background-color: #00a4a6;
    border-radius: 3px;
    padding: 3px;
}
hr {
    border-color: #dee2e6;
}

.toast-container .ngx-toastr {
    box-shadow: 0px 20px 50px rgb(44 63 88 / 15%) !important;
}

.toast-message {
    line-height: 17px;
}

.toast-success {
    background-color: #00a4a6;
}

.toast-error {
    background-color: #ff4c60;
}

.btn-close,
.btn-close:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none;
}

.bg-success {
    background-color: #00a4a6 !important;
}

.text-success {
    color: #00a4a6 !important;
}

.offcanvas-backdrop {
    opacity: 0 !important;
}

.offcanvas-end {
    border-left: 1px solid #dee2e6 !important;
}

table td {
    padding: 1rem 0.5rem !important;
}

.table tbody + tbody {
    border: none;
}

.navigation-holder {
    margin-top: 6px;
}

.page-nav {
    margin: 15px 0 25px;
}

.page-nav li a {
    color: #183153 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0.5rem 0 !important;
    margin-right: 35px !important;
    margin-bottom: -2px !important;
}

.page-nav li a.active,
.page-nav li a:hover {
    color: #007bc8 !important;
    border-bottom: 3px solid #007bc8 !important;
}

.page-nav li a .icon {
    margin-right: 8px !important;
}

.usage-slider {
    width: 100%;
    overflow: hidden;
    max-width: 220px;
    background-color: #dee2e6;
    border-radius: 5px;
}

.usage-slider .slider-inner {
    background-color: #00a4a6;
    border-radius: 5px;
    padding: 5px;
}

small, .small {
    font-size: 0.875em;
    font-weight: 500;
}

.pointer {
    cursor: pointer;
}

.code {
    font-family: monospace,serif;
}

.modal-backdrop {
    z-index: 999 !important;
    background-color: rgb(169 169 169) !important;
}

.modal-content {
    box-shadow: none !important;
    border: none !important;
}

.modal-header,
.modal-footer  {
    border: none !important;
}

.modal-close {
    border: none !important;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
}
.contact-avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #dee2e6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #111;
}

.list-action {
    opacity: 0.5;
    cursor: pointer;
}

.list-action:hover {
    color: #183153 !important;
    opacity: 1;
}

.apexchart-tooltip {
    padding: 10px 15px !important;
    border: none !important;
    border-radius: 8px !important;
    -webkit-box-shadow: 0px 5px 15px rgba(68, 68, 79, 0.1) !important;
    box-shadow: 0px 5px 15px rgba(68, 68, 79, 0.1) !important;
}

.navbar {
    background-color: #fff;
}
.navbar-collapse {
    flex-basis: initial;
    flex-grow: 0;
}
.auth-holder {
    width: 100%;
    max-width: 520px;
    gap: 0;
    margin: 60px auto 0;
}

main {
    display: flex;
}
.sidebar {
    background-color: #f5f7f8;
    border-right: 1px solid #dee2e6;
    width: 200px;
    height: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    bottom: 0;
    padding: 27px 0;
    transition: left 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.logo-small {
    display: none;
}

@media only screen and (max-width: 1260px) {
    .sidebar {
        width: 80px;
    }
    .sidebar nav ul li .nav-link .label {
        display: none;
    }
    .main-content {
        margin-left: 80px !important;
    }
    .logo-small {
        display: block;
    }
    .logo-big {
        display: none;
    }
}

.sidebar .logo {
    padding: 0 30px;
}

.sidebar .logo img {
    height: 35px;
}

.sidebar .top .menu {
    font-size: 20px;
}

.sidebar nav ul {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
}

.sidebar nav ul li {
    list-style: none;
}

.sidebar nav ul li.section span {
    display: block;
    padding: 15px 30px;
    font-weight: 700;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.sidebar nav ul li .nav-link {
    position: relative;
    font-size: 16px;
    color: #183153;
    font-weight: 600;
    display: flex;
    padding: 15px 30px;
    align-items: center;
    overflow-x: hidden;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
}

.sidebar nav ul li .nav-link.active {
    color: #007bc8;
}

.sidebar nav ul li .nav-link .icon {
    width: 30px;
}

.main-content {
    flex-grow: 1;
    margin-left: 200px;
    min-height: 100vh;
}

.container {
    width: 100%;
    padding: 22px 50px;
    max-width: none !important;
    position: relative;
}

.header {
    position: absolute;
    right: 50px;
    z-index: 99;
    display: flex;
    background-color: #fff;
    align-items: center;
}

.header a {
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    border-radius: 24px;
    padding: 0px 16px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header a:hover {
    color: #111;
    background-color: #dee2e6;
}

.header .action-buttons {
    display: flex;
    margin-left: 10px;
}

.header .icon-button {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border: 1px solid #dee2e6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.account-side {
    position: absolute;
    width: 280px;
    right: -280px;
    border-left: 1px solid #dee2e6;
    height: 100%;
    top: 0;
    z-index: 99;
    background-color: #fff;
    padding: 20px 30px 15px 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: right 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.account-side.show {
    right: 0;
}

.account-side .close {
    color: #111;
    opacity: 1;
    cursor: pointer;
}

.account-side .close:hover {
    color: #00a4a6;
}

.account-side .holder {
    margin-top: 40px;
}

.account-side .holder .avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #dceaf7;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #111;
    margin-bottom: 15px;
}

.account-side .footer {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}
.welcome {
    font-size: calc(2rem * 1.125);
    font-weight: 400;
}
.whats-new {
    font-size: 16px;
    font-weight: 500;
}

.stat-card {
    border-radius: 4px;
    border: 1px solid #dee2e6;
    padding: 20px;
}

.select2-selection {
    height: 48px!important;
    border-radius: 4px!important;
    border: 1px solid #dee2e6!important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.06)!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    position: absolute;
    top: 0;
    right: 6px;
    width: 20px;
}
.text-muted {
    color: #a1abb5!important;
}
#toast-container {
    top: 20px;
    right: 50px;
}
#toast-container>div {
    opacity: 1;
    box-shadow: none;
    border: none;
}
#toast-container>div:hover {
    box-shadow: none;
    opacity: 1;
    cursor: pointer;
}
.page-item .page-link {
    text-decoration: none;
    outline: none!important;
    padding: 5px 15px;
}
.page-item .page-link:hover,
.active>.page-link, .page-link.active {
    background-color: rgba(0, 123, 200, 0.10);
    border-color: #dee2e6;
    color: #007bc8;
}
.active>.page-link, .page-link.active {
    border-color: #dee2e6;
}

.active>.page-link:hover, .page-link.active:hover {
    color: #007bc8;
}
.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: rgb(153 202 233 / 10%);
}
.bootstrap-datetimepicker-widget {
    z-index: 9999;
    position: absolute;
}
.text-warning {
    color: #ff8730 !important;
}

th {
    color: #a1abb5 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container .select2-search--inline .select2-search__field {
    margin: 10px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f7f8 !important;
    border: 1px solid #dee2e6 !important;
}

.bg-light {
    background-color: #f5f7f8 !important;
}

.border-light {
    border-color: #d8e7ef !important;
}

.text-default {
    color: #183153 !important;
}

.text-info {
    color: #007bc8 !important;
}
.driver-trip {
    border-bottom: 2px solid #183153;
}
.select2-container {
    z-index: 99999;
}
.logo {
    width: 80px;
    border-radius: 80px;
}
.socials-list {
    display: flex;
    gap: 30px;
}
.socials-list > div {
    text-align: center;
    width: 200px;
}
.social-avatar {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
}

.social-avatar.sm {
    height: 30px;
    width: 30px;
}

.social-avatar.md {
    height: 50px;
    width: 50px;
}

.socials-list .social-divider {
    width: 15px;
    border-bottom: 2px dashed #dee2e6;
    height: 2px;
}
