@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');


body {
    margin:  0 auto;
    font-family: "Urbanist", serif;
    font-size: 16px;
}
p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    word-break: break-all;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1, h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0;
}
.form-control:focus, .btn:focus, .form-select:focus, .pagination .page-link:focus, .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-success {
    box-shadow: none;
    outline: none;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

.form-control {
    border: 1px solid #d6d6d6;
    border-radius: 12px;
    min-height: 50px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    margin-top: 8px;
    padding-right: 50px;
}

.form-group {
    position: relative;
}

.form-group .img_after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    width: 60px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.checkbox label {
    font-size: 18px;
    font-weight: 400;
    color: #383838;
    padding-left: 28px;
    line-height: 35px;
}

.custom_checkbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
}

.checkbox {
    position: relative;
    margin-top: 10px;
}

.checkbox label:before {
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    height: 20px;
    width: 20px;
    border: 1px solid #333;
    border-radius: 4px;
}
.checkbox .custom_checkbox:checked ~ label:before {
    background: #333;
}
.checkbox .custom_checkbox:checked ~ label:after {
    position: absolute;
    left: 4px;
    top: 12px;
    content: "";
    height: 7px;
    width: 12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-56deg);
}
.forgot_password a {
    font-size: 20px;
    color: #323232;
    font-weight: 600;
    text-decoration: inherit;
    margin-top: 10px;
    display: inline-block;
}

.btn.btn_primary {
    background: #323232;
    border-radius: 10px;
    min-height: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 5px;
    text-align: center;
    min-width: 120px;
    justify-content: center;
}
.btn.btn-warning {
    border-radius: 10px;
    min-height: 44px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 5px;
    text-align: center;
    min-width: 90px;
    justify-content: center;
}

.btn.btn-success {
    border-radius: 10px;
    min-height: 44px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 5px;
    text-align: center;
    min-width: 90px;
    justify-content: center;
}

.btn.btn_primary .icon {
    height: 40px;
    background: #fff;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-left: auto;
}

.btn.btn_primary .icon img {
    min-width: 16px;
}
.login_register_page_wrapper {
    background: url(../images/login_page_bg.jpg) no-repeat scroll center / cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_register_page_wrapper .form_wrapper {
    max-width: 604px;
    margin-left: auto;
}

.login_register_page_wrapper .form_header {
    background: #292929;
    text-align: center;
    min-height: 118px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px 16px 0px 0px;
}

.login_register_page_wrapper .form_content {
    background: #fff;
    padding: 30px 52px 52px;
    border-radius: 0 0 16px 16px;
}

.login_register_page_wrapper .form_content h2 {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.login_register_page_wrapper .form_content p {
    font-size: 18px;
    color: #333333;
    opacity: 0.7;
    text-align: center;
    margin-bottom: 30px;
}

.login_register_page_wrapper .form-group label {
    font-size: 18px;
    color: #333;
    margin-top: 8px;
}

.required {
    color: #FF2D2D;
}

/************************Dashboard Page Css Start***********************/
.page_wrapper_row {
    display: flex;
    /* flex-wrap: wrap; */
    background: #F5F4F7;
}

.custom_leftbar {
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    overflow-y: auto;
    background: #252525;
    position: relative;
    padding: 10px 28px 0px 28px;
    min-width: 325px;
    max-width: 325px;
    transition: 0.2s all;
    max-height: 100vh;
}

.custom_rightbar {
    flex-grow: 1;
}

.dashboard_page_wrapper {
    min-height: 100vh;
}

.sidebar_toppart .brand {
    position: sticky;
    top: -15px;
    z-index: 999;
    left: 0;
    right: 0;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 24px;
    margin-bottom: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #252525;
    padding-top: 15px;
}
.sidebar_toppart .brand img {
  max-width: 172px;
  transition: 0.2s all;
}
.sidebar_toppart {
    flex-grow: 1;
}
.sidebar_links li a {
    display: inline-block;
    padding: 12px 15px;
    min-height: 50px;
    width: 100%;
    border-radius: 12px;
    font-size: 18px;
    text-decoration: inherit;
    color: #fff;
    font-weight: 400;
    display: flex;
    transition: 0.2s all;
}
.sidebar_links li .active {
    background: #fff;
    transition: 0.2s all;
}
.sidebar_links li .active {
    color: #333;
    transition: 0.2s all;
}
.sidebar_links li .active img {
    filter: brightness(0);
    transition: 0.2s all;
}
.sidebar_links li a img {
    min-width: 28px;
    margin-right: 10px;
    position: relative;
    top: -3px;
    transition: 0.2s all;
}

.copyright_text {
    text-align: center;
    color: #a8a8a8;
    font-size: 12px;
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 10px;

}
.sidebar_bottompart {
    padding-top: 0px;
    position: sticky;
    bottom: 0;
    background: #252525;
    padding-bottom: 20px;
}
.custom_rightbar {
    padding: 22px;
    word-wrap: break-word !important;
    max-height: 100vh;
    overflow-y: auto;
    min-height: 100vh;
}
.top_rightbar {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.user_profile_widget, .user_profile_widget .description {
    display: flex;
    align-items: center;
}

.user_profile_widget .description button {
    border: none;
    margin-left: 2px;
    background: transparent;
    font-size: 24px;
    padding-right: 0;
}

.user_profile_widget .description h5 {
    font-size: 18px;
    color: #333333;
}

.user_profile_widget .description p {
    font-size: 16px;
    color: #1E807F;
}

.user_profile_widget .icon img {
    width: 100%;
    max-width: 50px;
    margin-right: 12px;
    min-width: 50px;
    object-fit: cover;
}
.weather_widget {
    color: #333;
    font-size: 20px;
    text-decoration: inherit;
    margin-left: 24px;
    display: inline-block;
}

.weather_widget .icon img {
    margin-right: 8px;
}
.white_box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
    min-height: 10px;
    padding: 30px;
    height: 100%;
}
    .collapse_sidebar .custom_leftbar {
        padding: 15px 10px;
        min-width: 95px;
        max-width: 95px;
        transition: 0.2s all;
    }
    .collapse_sidebar .sidebar_toppart .brand img {
        max-width: 100%;
        transition: 0.2s all;
    }
    .collapse_sidebar .sidebar_links li a img {
        min-width: 28px;
        margin-right: 0;
        transition: 0.2s all;
        margin-bottom: 5px;
    }
    .collapse_sidebar .sidebar_links li a {
        padding: 12px 8px;
        font-size: 12px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        transition: 0.2s all;
    }
    .collapse_sidebar .sidebar_bottompart {
        bottom: -20px;
    }


    @media only screen and (max-width:991px) {

        .dashboard_body .page_wrapper_row {
            overflow: hidden;
        }
        .dashboard_body .custom_rightbar {
            min-width: 810px;
               transition: 0.2s all;
        }
        .collapse_sidebar .custom_rightbar {
            min-width: 50px;
            transition: 0.2s all;
        }
    }
    @media only screen and (max-width:575px) {
        .custom_leftbar {
            min-width: 280px;
            max-width: 280px;
            padding: 10px 18px 0px 18px;
        }
        .sidebar_links li a {
            font-size: 16px;
        }
        .sidebar_links li a img {
            min-width: 22px;
            margin-right: 10px;
            max-width: 22px;
        }
    }

    .collapse_sidebar .custom_menu_dropdown .sub_menu li a {
        padding: 5px 0px 5px 0px;
        word-break: break-all;
        font-size: 12px;
    }
    .collapse_sidebar .custom_menu_dropdown .sub_menu li:before {
        display: none;
    }

/************************Dashboard Page Css End***********************/

.section_title {
    font-size: 24px;
    margin-bottom: 10px;
}

.view_all {
    font-weight: 600;
    text-decoration: inherit;
    color: #333;
    font-size: 18px;
    padding-bottom: 10px;
}
.default_table thead th {
    background: #2C2C2C;
}
.default_table thead {
    border-radius: 12px;
}
.default_table thead th {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 30px;
    white-space: nowrap;
}

.default_table {
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
}

.default_table tbody tr:nth-child(odd) {
    background: #EAEEF0;
}

.default_table tbody tr td {
    font-size: 18px;
    padding: 14px 30px;
    white-space: nowrap;
}
#myBarChart {
    width: 100%;
    height: 400px;
}
.chartjs-tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.total_users_label {
    display: flex;
    align-items: center;
}

.total_users_label .total-users-span {
    font-size: 40px;
    color: #2ACE76;
    line-height: 42px;
}

.total_users_label .icon {
    margin-right: 11px;
}
.year_selectbox .form-select {
    font-size: 18px;
    color: #29C772;
    border: none;
    padding: 10px 30px 10px 10px;
    background-size: 16px;
    background-position: right;
    font-weight: 500;
}

.total_revenue {
    font-size: 32px;
    font-weight: 700;
}
.sidebar_toppart .sidebar_links li {
    margin-bottom: 8px;
}
canvas {
    width: 100% !important;
}
.chart-labels {
    display: none;
}
.page_not_found {
    min-height: 100vh;
    background: url(../images/not_found_bg.jpg) no-repeat scroll top / cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page_not_found h3 {
    font-size: 50px;
    color: #fff;
    text-align: center;
}

.page_not_found p {
    font-size: 18px;
    color: #c1c1c1;
    text-align: center;
    margin: 16px 0;
}

.page_not_found h2 {
    font-size: 130px;
    color: #fff;
    font-weight: 700;
}

.page_not_found h5 {
    font-size: 36px;
    color: #c1c1c1;
    margin-bottom: 30px;
    font-weight: 600;
}

.page_not_found .btn.btn_primary {
    max-width: 210px;
    margin: 0 auto;
}


.default_toggle_btn .toggle_btn {
    background: #fff;
    width: 52px;
    height: 30px;
    display: inline-block;
    border: 1px solid #cfcfcf;
    border-radius: 200px;
    position: relative;
    margin: 8px 2px;
}

.default_toggle_btn .toggle_btn:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    background: #dddddd;
    border-radius: 100%;
    top: 4px;
    left: 4px;
    transition:0.2s all;
}

.default_toggle_btn input:checked ~ .toggle_btn:before {
    background: #fff;
    left: 25px;
    transition:0.2s all;
}

.default_toggle_btn input:checked ~ .toggle_btn {
    background: #333;
    border-color:#333;
    transition:0.2s all;
}

.default_toggle_btn {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.default_toggle_btn .toggle_input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.default_toggle_btn .active_txt {
    opacity: 0;
    position: relative;
    top: -17px;
}
.default_toggle_btn .deactive_txt {
    position: absolute;
    right: -12px;
    top: 10px;
    opacity: 0.4;
}

.default_toggle_btn input:checked ~ .active_txt {
    opacity: 1;
}

.default_toggle_btn input:checked ~ .deactive_txt {
    opacity: 0;
}
.Search-filter {
    display: flex;
    align-items: center;
}

.Search-filter .form-control {
    min-height: 44px;
    padding: 10px 18px;
}

.Search-filter .btn {
    min-height: 44px;
    margin-top: 6px;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    padding: 8px 24px;
    border-radius: 8px;
}
.btn.btn-dark:hover, .btn-dark:focus, .btn_primary:focus, .btn_primary:hover {
    background: #fff;
    color: #000!important;
    border-color:#000 !important;
}


.btn-secondary:hover, .btn-secondary:focus {
    background: #fff;
    color: #000;
    border-color: #000;
}

.btn-success:hover, .btn-success:focus {
    background: #fff;
    color: #12b112ef;
    border-color: #198754;
}

.btn-danger:hover, .btn-danger:focus {
    background: #fff;
    color: #b11212;
    border-color: #b11212;
}
.btn-warning:hover, .btn-warning:focus {
    background: #fff;
    color: #ffc107;
    border-color: #ffc107;
}

.pagination li a {
    background: #fff;
    border-radius: 8px !important;
    border-color: #d6d6d6;
    color: #333;
    min-width: 40px;
    text-align: center;
    font-size: 18px;
}

.pagination .page-link {min-width: 40px;font-size: 18px;border-radius: 8px;}

.pagination .page-item.active .page-link {
    background: #333;
    border-color: #333;
    border-radius: 8px;
    min-width: 40px;
    text-align: center;
    font-size: 18px;
}
.pagination p {
    font-size: 18px;
    margin-top: 10px;
}
.btn.small_btn {
    min-height: 44px;
    min-width: 100px;
}
.note-editable {
    min-height: 250px;
}
label {
    font-size: 18px;
}


.custom_menu_dropdown .dropdown-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.custom_menu_dropdown .sub_menu li a {
    padding: 5px 5px 5px 40px;
    min-height: auto;
    font-size: 16px;
    opacity: 0.7;
    font-weight: 300;
}

.custom_menu_dropdown .sub_menu li {
    position: relative;
}

.custom_menu_dropdown .sub_menu li:before {
    position: absolute;
    left: 23px;
    top: 12px;
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    opacity: 0.5;
}
.custom_menu_dropdown .sub_menu .link-active:before {
    opacity: 1;
}

.custom_menu_dropdown .sub_menu {
    max-height: 0px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s all;
}

.active_menu .sub_menu {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    transition: 0.2s all;
    padding-top: 18px;
    padding-bottom: 18px;
}
.custom_menu_dropdown .fa-solid {
    position: relative;
    transition: 0.2s all;
    transform: rotate(0deg);
  }
  .active_menu .fa-solid {
    transition: 0.2s all;
    transform: rotate(90deg);
    margin-right: 4px;
}
.custom_menu_dropdown .sub_menu .link-active a {
    opacity: 1;
}

.parsley-errors-list,.error-text
{
    color:#FF2D2D;
}


.nav-pills .nav-link.active,.nav-pills .show>.nav-link
{
    background-color: #2c2c2c;
}

.nav-link {
    color: #000;
}

.nav-link:focus, .nav-link:hover {
    color: #9a969a;
}












@media only screen and (max-width:991px) {
.weather_widget {
    font-size: 18px;
}
.weather_widget .icon img {
    width: 100%;
    max-width: 38px;
}
.user_profile_widget .icon img {
    max-width: 50px;
    min-width: 50px;
}
.user_profile_widget .description h5 {
    font-size: 16px;
}
.user_profile_widget .description p {
    font-size: 16px;
}
.section_title {
    font-size: 22px;
}
.default_table thead th, .default_table tbody td {
    font-size: 16px;
}
}


@media only screen and (max-width:768px) {
    .login_register_page_wrapper .form_header {
        min-height: 128px;
    }
    .login_register_page_wrapper .form_header img {
        max-width: 180px;
    }
    .login_register_page_wrapper .form_content h2 {
        font-size: 32px;
    }
    .login_register_page_wrapper .form_content p {
        font-size: 18px;
    }
    .login_register_page_wrapper .form_content {
        padding: 30px 40px 45px;
    }
    .form-group .img_after {
        height: 52px;
    }

    .form-control {
        min-height: 54px;
        font-size: 16px;
    }
    .checkbox label, .forgot_password a {
        font-size: 18px;
        list-style: 30px;
    }
    .checkbox label:before {
        height: 22px;
        width: 22px;
    }
    .checkbox .custom_checkbox:checked ~ label:after {
        height: 7px;
        width: 13px;
    }
    .login_register_page_wrapper .form-group label {
        font-size: 18px;
    }
    .page_not_found h3 {
        font-size: 32px;
    }
    .page_not_found h2 {
        font-size: 90px;
    }
    .page_not_found h5 {
        font-size: 22px;
    }
}

@media only screen and (max-width:585px) {
    .weather_widget {
        margin-left: 10px;
        font-size: 12px;
        flex-direction: column;
        align-items: center;
        display: flex;
    }
    .user_profile_widget .description h5, .user_profile_widget .description p {
        display: none;
    }
    .user_profile_widget .icon img {
        margin-right: 0;
    }
    .user_profile_widget .description button {
        padding-right: 0;
    }

}


@media only screen and (max-width:440px) {
    .login_register_page_wrapper .form_content {
        padding: 30px 30px 35px;
    }
}

