@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

body {
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

.fs-12 {
    font-size: 12px;
}
.fs-24 {
    font-size: 24px;
}
.fs-14 {
    font-size: 14px;
}
.tab-btn-style {
    background-color: transparent !important;
    border-radius: 0px !important;
    font-weight: 700 !important;
    color: rgba(33, 37, 41, 0.75) !important;
}
.tab-btn-style.active {
    border-bottom: 2px solid #10691d !important;
    color: #10691d !important;
    border-bottom: 2px solid green !important;
}
.wrapper {
    background-color: #f4f3f7;
}

.text-light-gray {
    color: #25262c66;
}

.main-content {
    /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
    border: none;
    background-color: transparent;
}

#app-menu {
    background: linear-gradient(#004e0b, #3fbc51);
    border-radius: 30px 0px 0px 30px;
}

.admin-menu span {
    font-size: 16px;
    font-weight: 400;
}

header {
    display: block !important;
    border-bottom: 1px solid #ececed;
    padding: 20px 0;
}

.admin-menu > * {
    margin-block-end: 10px;
}

.logout-text {
    color: #ffd260;
}

.menu-item a.active {
    background: transparent;
}

.menu-item a {
    min-height: 44px;
    text-align: center;
    border-radius: 44px;
    max-width: 174px;
    margin: auto;
}

.menu-item .menu-active {
    background: #ffffff73 !important;
}

.logout-container {
    position: absolute;
    bottom: 20px;
}

.page-content {
    background-color: #f4f3f7;
    padding: 0px 50px;
}

.header-drop-menu {
    background-color: #e5ebe3;
    border-radius: 24px;
    padding: 5px 10px;
}
.header-drop-menu:hover {
    background-color: #e5ebe3;
}
.header-drop-menu.show {
    background-color: #e5ebe3;
    border: none;
}
.header-drop-menu:first-child:active {
    border: none;
}

.header-mesg-info {
    width: 32px;
    height: 32px;
    background: #fafafc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
        max-width: 20px;
    }
}

.hs-dropdown-menu {
    z-index: 1;
}

.avatar-img {
    height: 32px;
    width: 32px;
}

.header-btn {
    background: #e5ebe3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
        max-width: 22px;
    }
}

.header-title {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

#button-toggle-menu {
    height: 40px !important;
}

.user-search-input {
    max-width: 280px;
    height: 40px;
    padding: 0px 40px 0px 12px;
    background-color: #eeeeee;
    border-color: #f6f6f6;
}

.input-search-icon {
    position: absolute;
    max-width: 18px;
    top: 11px;
    right: 12px;
}

.user-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    p {
        font-size: 20px;
        text-transform: uppercase;
    }
}

.user-list-tbl {
    margin-top: 30px;

    table {
        width: 100%;
        font-family: "DM Sans", sans-serif;
    }

    th {
        color: #25262ccc;
        background-color: #f6f6f6;
    }

    th:first-child {
        border-radius: 0px 14px 0px 0px;
    }

    th:last-child {
        border-radius: 14px 0px 0px 0px;
    }

    th,
    td {
        padding: 20px 10px;
        border-bottom: none;
        text-align: center;
    }
}

.status {
    max-width: 100px;
    min-height: 33px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.status-free {
    background-color: #4ff36666;
}

.status-trial {
    background-color: #fd995d66;
}

.status-paying {
    background-color: #dd62eb66;
}

.user-btn {
    border: 1px solid #949ebe;
    border-radius: 10px;
    max-width: 75px;
    min-height: 32px;
    width: 100%;
    color: #1b2559;
    font-weight: 500;
}

.user-btn:focus-visible {
    border: 1px solid #949ebe;
}

.user-btn:hover {
    border: 1px solid #949ebe;
}

.user-list-tbl select {
    max-width: 70px;
    border: none;
    color: #25262c66;
    font-size: 12px;
}

.user-tbl-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-count {
    white-space: nowrap;
    font-size: 12px;
    margin: 0;
}

.modal {
    font-family: "DM Sans", sans-serif;
}

.modal-header {
    border: none;
}

.nav-pills .nav-link {
    background-color: #f6f6f6;
    color: black;
    font-family: "DM Sans", sans-serif;
}

.nav-pills .nav-link.active {
    background-color: #d3fcd9;
    color: black;
}

.user-profile-avatar img {
    max-width: 130px;
    min-height: 130px;
    border-radius: 50%;
}

.user-form {
    margin-top: 40px;
    margin-bottom: 20px;
}

.modal-body {
    padding: 35px;
}

.modal .form-label {
    font-size: 16px;
    font-weight: 400;
    color: #25262c66;
}

input,
select {
    height: 50px;
    border-radius: 8px;
}

input::placeholder {
    color: #25262c66 !important;
}

select[name="c-status"] {
    color: #3fbc51;
}

.car-count {
    color: #3fbc51;
}

.unlink-btn {
    color: #3fbc51;
    border: 1px solid #3fbc51;
    border-radius: 10px;
    padding: 15px 20px;
}

select[name="paymentFilter"] {
    font-size: 12px;
    width: 108px;
    border: navajowhite;
    font-weight: 400;
    height: 30px;
}

select[name="paymentFilter"]:focus {
    box-shadow: none !important;
}

.billing-tbl {
    font-family: "Roboto", sans-serif;
    white-space: nowrap;

    th,
    td {
        padding: 20px 10px;
        font-size: 12px;
        text-align: left;
    }

    td {
        border: none;
        vertical-align: middle;
    }

    th {
        border-bottom: 0;
        color: #283344;
        font-weight: 300;
    }
}

.badge-complete {
    background-color: #1a932e12;
    color: #10691d;
    border-radius: 20px;
    margin-right: auto;
    padding: 5px 10px;
}

.badge-red {
    background-color: #9442291c;
    color: #944229;
    border-radius: 20px;
    margin-right: auto;
    padding: 5px 10px;
}

.system-status,
.user-list-section {
    background-color: white;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 25px;
}

.system-status {
    font-family: "DM Sans", sans-serif;
}

.status-header {
    background-color: #f6f6f6;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    border-radius: 14px 14px 0 0;
}

.status-child {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
}

.green-status {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #3fbc51;
}

.red-status {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: red;
}

.setting-card {
    border-radius: 12px;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 45px;

    label {
        font-weight: 400;
        font-family: "DM Sans", sans-serif;
        color: #25262c66;
    }

    input {
        font-family: "DM Sans", sans-serif;
    }
}

.setting-card-title {
    font-size: 20px;
    padding-bottom: 15px;
}

.filled-green {
    color: white;
    border: 1px solid #3fbc51;
    background-color: #3fbc51;
    border-radius: 10px;
    padding: 15px 20px;
}

.payment-container .nav-pills .nav-link {
    font-weight: 500;
    background-color: #ececec;
}

.payment-container .nav-pills .nav-link.active {
    background-color: #d3fcd9;
}

.income-card {
    background-color: white;
    border-radius: 12px;
    min-height: 100px;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;

    h4 {
        font-weight: 700;
        padding-top: 5px;
    }

    p {
        font-size: 14px;
        font-weight: 300;
    }
}

.dollar-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
}

.payment-table {
    background-color: white;
    padding: 24px;
    border-radius: 12px;
    min-height: 475px;
}

.payment-status-card {
    border-radius: 12px;
    border: none;
    padding: 24px;
    min-height: 460px;
}

.payment-status-card .card-header {
    background-color: white;
    border: none;
    border-radius: 12px 12px 0 0;
    padding: 0;
}

.revenue-card {
    background-color: white;
    padding: 24px;
    border-radius: 12px;
}

.revenue-card-inner {
    background-color: #f6f6f6;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;

    h4 {
        font-weight: 700;
        padding-top: 5px;
    }

    p {
        font-weight: 300;
        font-size: 14px;
    }
}

.p-s-content {
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 15px;

    h4 {
        font-size: 18px;
        font-weight: 700 !important;
        font-family: "DM Sans", sans-serif;
    }
}

.free-user-color {
    background-color: #187726;
}

.paid-user-color {
    background-color: #2ddd47;
}

.auth-card-container {
    border-radius: 20px !important;
}

.auth-card-container input {
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    box-shadow: none;
    font-family: "DM Sans", sans-serif;
}

.auth-card-container input:focus {
    border: 1px solid #dfdfdf;
    box-shadow: none;
}

.auth-card-container label {
    color: #25262c66;
    font-family: "DM Sans", sans-serif;
}

.auth-logo {
    max-width: 160px;
    margin: auto;
}

.auth-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 0 !important;
    background-color: #3fbc51 !important;
    padding: 15px !important;
    border-radius: 10px !important;
    margin-top: 20px !important;
}

.auth-screen-bg {
    background: linear-gradient(to bottom right, #004e0b, #3fbc51);
}

.filter-btn {
    background-color: #eeeeee;
    border-radius: 8px;
    max-width: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    font-family: "DM Sans", sans-serif;
    min-height: 40px;
    gap: 15px;
    color: #25262c99;
    font-weight: 400;
}

.filter-btn:hover {
    background-color: #eeeeee;
}

.dropdown-toggle::after {
    display: none;
}

select[name="typeExport"] {
    background-color: #f4f3f7;
    border: 1px solid #d1deeb;
    border-radius: 8px;
    max-width: 80px;
}

.statistic-card {
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.statistic-card > *:not(:last-child) {
    margin-block-end: 20px;
}

.static-card-user {
    background-color: #edeff2;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-green {
    background-color: #4ff36666;
}

.quantity-orange {
    background-color: #fd995d66;
}

.static-quantity {
    border-radius: 20px;
    height: 60px;
    max-width: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.static-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.static-status-green {
    color: #31aa7a;
}

.static-status-week {
    color: #bcbcbc;
}
select.statisticsFilter {
    background-image: url("../assets/images/calendar.png");
    background-size: 15px;
    height: 28px;
    background-color: #f6f6f6;
    border-radius: 6px;
    max-width: 100px;
    width: 100%;
    font-size: 12px;
    border: none;
}
.region-select {
    height: 28px;
    background-color: #f6f6f6;
    border-radius: 6px;
    max-width: 100px;
    width: 100%;
    font-size: 12px;
    border: none;
}
.driver-status {
    color: #944229;
    display: flex;
    align-items: center;
}

@property --percentage {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

.counter {
    animation: counter 5s ease-out;
    animation-fill-mode: forwards;
    counter-reset: num var(--percentage);
}
.driver-status-icon-bg {
    background-color: #e5ebe3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes counter {
    from {
        --percentage: 0;
    }
    to {
        --percentage: var(--counter-end);
    }
}

.percentage-chart {
    width: 60px;
    height: 60px;
    position: relative;
}
.percentage-chart-bg {
    fill: none;
    stroke: #e5ebe3;
    stroke-width: 3;
}

.percentage-chart-stroke {
    fill: none;
    stroke-width: 3;
    stroke: #3fbc51;
    stroke-linecap: round;
    animation: progress 5s ease-out forwards;
}

.counter {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 24px;
    color: #3c9ee5;
    transform: translate3d(-50%, -50%, 0);
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.time-breakdown {
    /*height: 100vh;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-evenly;*/
}

.time-breakdown-chart {
    display: flex;
    gap: 20px;
}
.time-breakdown-chart p {
    margin: 6px 0 0 0;
    color: #909090;
    font-size: 14px;
}
.time-breakdown-chart h4 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}

.percentage-chart-meeting .percentage-chart-stroke {
    stroke: #fd995d;
}
.percentage-chart-distraction .percentage-chart-stroke {
    stroke: #3fbc51;
}

.percentage-chart-meeting .counter {
    color: #fd995d;
}

.percentage-chart-distraction .counter {
    color: #fd995d;
}
.driver-this-month .percentage-chart-stroke {
    stroke: #fd995d !important;
}

.chart-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 16px;
}
.green-customer {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background-color: #3fbc51;
}
.orange-customer {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background-color: #fd995d;
}
#line-chart {
    width: 100% !important;
    height: 100% !important;
}
#barChart {
    width: 100% !important;
    height: 100% !important;
    margin-top: 50px;
}
.sr-btn{
    background-color: #3fbc51;
    border-color: #3fbc51;
}
.sr-btn:hover{
    background-color: #004e0b;
}
.pagination .active>.page-link{
    background-color: #3fbc51;
    border-color: #3fbc51;
}
.pagination .page-link{
    border-radius: 0 !important;
}
.table-striped>tbody>tr:nth-of-type(odd)>*{
    --bs-table-bg-type:rgb(244 244 244);
}
#userTypeChart{
    width: 200px !important;
    height: 200px !important;
    margin: auto;
}
html[dir='ltr'] #app-menu{
    border-radius: 0px 30px 30px 0px;
}
html[dir='ltr'] .admin-menu.hs-accordion-group{
    padding-right: 2rem !important;
    padding-left: 0 !important;
}
html[dir='rtl'] .toggle-password{
    right: unset  !important;
    left: 20px;
}

.dropdown-item.active, .dropdown-item:active{
    background-color:#3fbc51 !important;
}
.lang-drop .btn.show{
    background-color:#004e0b !important;
    border: 2px solid black;
}
.auth-screen-bg .sr-btn:hover{
    background-color:white !important;
}
.auth-screen-bg .sr-btn{
    border: 2px solid white;
    font-weight: bold;
    background: white;
    color: #3fbc51;
}
.auth-screen-bg .sr-btn.show{
    background-color:white !important;
    border: 2px solid white;
}
@media only screen and (min-width: 992px) {
    #button-toggle-menu {
        display: none;
    }

}

@media only screen and (max-width: 992px) {
    .page-content {
        padding: 0px 20px;
    }

    .main-content {
        margin: 20px 0px;
    }
    .income-card{
        justify-content: space-between;
    }
}
@media only screen and (max-width: 550px) {
    .nav-pills .nav-link{
        font-size: 14px;
    }
}
