@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: "avenirLTStd-black";
    src: url("../fonts/AvenirLTStd-Black.woff2") format("woff2"),
        url("../fonts/AvenirLTStd-Black.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "avenirLTStd-book";
    src: url("../fonts/AvenirLTStd-Book.woff2") format("woff2"),
        url("../fonts/AvenirLTStd-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "avenirLTStd-roman";
    src: url("../fonts/AvenirLTStd-Roman.woff2") format("woff2"),
        url("../fonts/AvenirLTStd-Roman.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "avenirLTStd-roman", sans-serif;
    background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
    margin-bottom: 0;
    font-family: "avenirLTStd-roman", sans-serif;
}

.form-control {
    appearance: auto;
}

/* =============================
          Default Css
============================== */
a {
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

/*Custom scrollbar*/
body {
    scrollbar-color: #338921;
    scrollbar-width: 8px;
}

::-webkit-scrollbar {
    width: 8px;
    transform: translate(5px, 5px);
    padding-right: 10px;
}

::-webkit-scrollbar-track {
    background-color: #e9f6ef;
    border-radius: 2px;
}

::-webkit-scrollbar-track:hover {
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background-color: #338921;
    border-radius: 2px;
    height: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #e9f6ef;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}

/* text selection color */
::-moz-selection {
    /* Code for Firefox */
    color: rgb(255, 255, 255);
    background: #338921;
}

::selection {
    color: rgb(255, 255, 255);
    background: #338921;
}

/* =============================
          Table Design
================================*/
.table th,
.table td {
    vertical-align: middle;
    border-top: 0;
}

/* =============================
          Modal Design
================================*/
.modal-header,
.modal-footer {
    background: transparent;
    border-bottom: 0;
}

.modal-header {
    align-items: center;
}

.modal-title {
    position: relative;
    width: 100%;
}

.modal-title::before {
    position: absolute;
    content: "";
    border-bottom: 1px dashed #9e9e9e;
    width: 80%;
    top: 50%;
    left: 15%;
}

.form_modal .modal-body {
    padding: 0 1rem 1.5rem;
}

.modal-dialog {
    max-width: 1100px;
}

.modal-content {
    border-radius: 1.3rem;
}

.modal_form {
    padding: 0 3%;
}

/* =============================
        Button
================================*/
.btn-primary {
    background-color: #fcd12e;
    border-color: #fcd12e;
    text-transform: uppercase;
    color: #272727;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    padding: 5px 15px;
    min-width: 200px;
    justify-content: center;
    height: 45px;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #1b5610;
    border-color: #1b5610;
}

.btn-primary:hover span img {
    filter: invert(93%) sepia(7%) saturate(28%) hue-rotate(287deg) brightness(105%) contrast(106%);
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0 rgba(29, 213, 72, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #272727;
    background-color: #1b5610;
    border-color: #1b5610;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #1b5610;
    border-color: #1b5610;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(29, 213, 72, 0.5);
}

.btn_white {
    background: #ffffff;
    border: 1px solid #f8e986;
    border-radius: 20px;
    font-size: 13px;
    padding: 0.4rem 1rem;
}

.btn-book {
    display: inline-block;
    font-weight: 400;
    color: #495057;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #338921;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    border-radius: 100px;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s,
        box-shadow 0.15s;
    background-color: #338921;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2.3px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.btn-book:hover {
    color: #fff;
    background-color: #1b530f;
    border-color: #1b530f;
}

.btn-effect {
    display: inline-block;
    font-weight: 400;
    color: #495057;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    line-height: 2;
    border-radius: 100px;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s,
        box-shadow 0.15s;
    background-color: #338921;
    border-color: #338921;
    color: #ffffff;
    width: 100%;
    height: 60px;
    text-transform: capitalize;
    font-weight: 400;
}

.btn-effect:hover {
    background-color: #1b5610;
    color: #fff;
    border-color: #1b5610;
}

.btn-cancle:hover {
    background: #343434;
    color: #fff;
}

/* =============================
        Preloader
================================*/
#preloader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 9999;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-bubblingG {
    text-align: center;
    width: 78px;
    height: 49px;
    margin: auto;
}

.preloader-bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 24px auto;
    background: black;
    border-radius: 49px;
    -o-border-radius: 49px;
    -ms-border-radius: 49px;
    -webkit-border-radius: 49px;
    -moz-border-radius: 49px;
    animation: bubblingG 1s infinite alternate;
    -o-animation: bubblingG 1s infinite alternate;
    -ms-animation: bubblingG 1s infinite alternate;
    -webkit-animation: bubblingG 1s infinite alternate;
    -moz-animation: bubblingG 1s infinite alternate;
}

.preloader-bubblingG #bubblingG_1 {
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
}

.preloader-bubblingG #bubblingG_2 {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

.preloader-bubblingG #bubblingG_3 {
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

@keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: black;
        transform: translateY(0);
    }

    100% {
        width: 23px;
        height: 23px;
        background-color: white;
        transform: translateY(-20px);
    }
}

@-webkit-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: black;
        -webkit-transform: translateY(0);
    }

    100% {
        width: 23px;
        height: 23px;
        background-color: white;
        -webkit-transform: translateY(-20px);
    }
}

.btn-cancle {
    display: inline-block;
    font-weight: 400;
    color: #495057;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    line-height: 2;
    border-radius: 100px;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s,
        box-shadow 0.15s;
    background-color: transparent;
    border-color: #343434;
    color: #343434;
    width: 100%;
    height: 45px;
    text-transform: capitalize;
    font-weight: 400;
}

/*==================================
        Table Design
===================================*/
.table-bordered th,
.table-bordered td {
    border: 2px solid #ffffff;
}

.table thead th {
    color: #00724c;
    border-bottom: 0;
    font-weight: 600;
}

.table tbody tr {
    background: #fff;
    border: 1px solid #c1d5d8;
    border-bottom: 10px solid #fff;
}

.table-bordered td {
    background: #9a9a9a3d;
    vertical-align: middle;
}

/*==================================
        Text Color
===================================*/

/*-------------------------- switch box ---------------------------------*/
.switch_cbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-check-input:checked {
    background-color: #00c007;
    border-color: #00c007;
}

.form-switch .form-check-input {
    width: 2.7em;
    height: 1.4em;
}

.form-control:focus {
    border-color: #088bcc;
}

/* =============================
        Form Design
================================*/
input.form-control[type="checkbox"] {
    width: 15px;
    height: 15px;
}

/* =============================
        Login Page
================================*/
section.login-sec {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.login-secleft {
    background: url("../images/login-bg.svg") no-repeat;
    background-size: cover;
    padding: 10%;
    height: 100vh;
    position: relative;
}

.loginleft_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.login-secright {
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-around;
    padding: 15px 20px 15px 10px;
    width: 85%;
}

.single-login label {
    margin-bottom: 12px;
    font-size: 16px;
    color: #4e4e4e;
}

.checkbox-inlines label {
    font-size: 15px;
    color: #4e4e4e;
}

.checkbox-inlines {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    margin: 15px 0 0;
}

.single-login {
    margin-top: 20px;
    position: relative;
}

.single-login .form-control {
    padding: 0.375rem 2.1rem 0.375rem 0.75rem;
    height: 50px;
    font-size: 13px;
    border-radius: 30px;
    background: #f5f5f5;
    border: 1px solid #f0f0f0;
    color: #000000;
    font-weight: 500;
    position: relative;
}

.mob_no {
    position: absolute;
    top: 56%;
    right: 4%;
    color: #b1d54a;
}

.single-login .eye-icon {
    position: absolute;
    top: 60%;
    right: 2%;
    color: #676767;
}

.forget_pass a {
    color: #ff5353;
}

.forget_pass {
    text-align: right;
    margin: 10px 0 0;
}

.signup-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.signup-checkbox .register-btn .register-con {
    transition: all 0.3s;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}

.login-rightbody h3 {
    color: #131311;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.2px;
    position: relative;
    margin-bottom: 6%;
}

.login-rightbody h3::before {
    position: absolute;
    content: "";
    border-bottom: 1px dashed #333;
    width: 70%;
    height: 55%;
    right: 0;
}

.login-righthead img {
    margin-bottom: 15px;
}

.login-rightbody .nav {
    gap: 15px;
    justify-content: center;
    flex-wrap: nowrap;
}

.login-rightbody .nav-pills .nav-link {
    background: 0 0;
    border: 1.5px solid #2b8a9a;
    border-radius: 25px;
    min-width: 150px;
    color: #2b8a9a;
}

.login-rightbody .nav-pills .nav-link.active,
.login-rightbody .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2b8a9a;
}

.login-rightbody .tab-content .btn-effect,
.login-rightfooter .btn-effect {
    width: 100%;
}

.login-rightfooter.purchase_btn .btn-effect {
    width: auto;
}

.loginform_box .single-login {
    margin: 0;
    border-radius: 12px;
    box-shadow: none;
}

.loginform_box .single-login input.form-control {
    border: none;
    border-radius: 0;
}

.loginform_box {
    border: 1px solid #57bac9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 4px 6px 10px 1px #33333338;
    background: #fff;
}

.loginform_box .single-login:nth-child(1) input {
    border-bottom: 1px solid #57bac9;
}

.loginleft_img {
    padding: 25px 0 0;
}

.loginleft_con h2 {
    color: #fff;
    text-align: right;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
}

.register-btn {
    padding-top: 18px;
    text-align: center;
}

.register-btn a {
    color: #338921;
    text-decoration: none;
    font-size: 14px;
}

.loginleft_con {
    padding-right: 18%;
}

.login-rightfooter p {
    color: #00724c;
    font-size: 15px;
    font-weight: 500;
}

.login-rightfooter p a {
    color: #338921;
}

/*======================================
    Dashboard design
========================================*/
.fixed-header .app-header {
    height: 80px;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 4px 4px 6px #00000026;
}

.app-main__inner.card {
    background: transparent;
}

.top_barhead h3 {
    color: #1f393f;
    font-size: 20px;
    font-weight: 600;
}

.app-header-right {
    min-width: 20%;
}

.dashboard_mainsec {
    padding: 0 15px;
}

.closed-sidebar .app-header__logo {
    width: 100px;
    padding: 0 8px;
    gap: 6px;
    align-items: center;
}

.closed-sidebar .menuitem_name {
    font-size: 0;
    line-height: 0.2rem;
}

.collaspe_logo {
    display: none;
}

.closed-sidebar .app-header__logo .collaspe_logo {
    display: block;
}

.closed-sidebar .app-header__logo .logo-src {
    display: none;
}

.closed-sidebar .header__pane.ml-auto {
    margin-left: 0 !important;
}

.closed-sidebar .hamburger-inner,
.closed-sidebar .hamburger-inner::before,
.closed-sidebar .hamburger-inner::after {
    width: 18px;
}

.closed-sidebar .hamburger--elastic .hamburger-inner::after {
    top: 12px;
}

.closed-sidebar .app-sidebar .app-sidebar__inner ul li a {
    text-indent: 0.51rem;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.closed-sidebar .app-sidebar .app-sidebar__inner ul li a span {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.closed-sidebar .app-sidebar__inner ul>li>a {
    line-height: 0.6rem;
}

.closed-sidebar .adminb_title {
    display: none;
    margin-bottom: 30px;
}

.widget_profile ul {
    list-style: none;
    padding: 0 20px;
    margin: 0;
}

.widget_profile ul li {
    margin-bottom: 10px;
}

.widget_profile ul li a {
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    z-index: 6;
    position: relative;
    color: #333;
}

.card-body {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03),
        0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03),
        0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05),
        0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all 0.2s;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 1.25rem 0;
    margin-bottom: 25px;
}

span.sub_drop {
    transform: rotate(270deg);
}

.menuitem_name span {
    padding-right: 5px;
}

.vertical-nav-menu li.mm-active .menuitem_name {
    font-weight: 600;
    color: #ffffff;
}

.vertical-nav-menu li.mm-active .menuitem_name span img {
    filter: invert(0%) sepia(0%) saturate(30%) hue-rotate(167deg) brightness(100%) contrast(107%);
}

.vertical-nav-menu li.mm-active {
    position: relative;
    cursor: pointer;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #4f6605;
}

.app-sidebar__inner ul {
    padding-right: 0;
}

.menuitem_name {
    font-size: 15px;
    color: #eeffbe;
    font-weight: 500;
    line-height: 2.2rem;
}

p.menuitem_name span img {
    width: 20px;
}

.vertical-nav-menu li.mm-active>a {
    padding: 0 10px;
}

.vertical-nav-menu li.mm-active>ul.mm-collapse.mm-show>.menuitem_name {
    font-weight: 300;
}

li.app-sidebar__heading.mm-active span.sub_drop {
    color: #000;
    transform: rotate(0deg);
}

.topbar_icon {
    width: 26px;
    height: 26px;
    position: relative;
}

/*.noti_count {
  position: absolute;
  top: -10px;
  right: -5px;
  background: #f8b807;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}
.noti_count p {
  font-size: 10px;
  color: #fff;
}*/

.widget-content-left.widget_searchbox {
    margin-left: 25px;
}

/* menu box */
.menuitem_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app-theme-white.fixed-header .app-header__logo {
    width: 85%;
}

.widprofile_dropdown p span {
    font-size: 20px;
}

button.search_btn {
    position: absolute;
    right: 10px;
    top: 0;
    border: none;
    background: transparent;
    height: 100%;
    color: #9d9d9d;
}

button.search_btn i {
    color: #98c3c9;
}

.app-theme-white.app-container {
    background: #fff;
}

.widprofile_dropdown {
    display: flex;
    align-items: center;
    gap: 6px;
}

.widget-content-left.widget_noti {
    width: 50px;
}

.topbar_icon {
    position: relative;
}

.topbar_icon::before {
    position: absolute;
    content: "";
    background: #338921;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    right: 0px;
    top: 0;
    border: 1.5px solid #fff;
}

.widprofile_dropdown p {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 15px;
    position: relative;
    padding-right: 25px;
}

.widprofile_dropdown p::after {
    position: absolute;
    content: "\f078";
    font-family: "fontawesome";
    right: 0;
}

section.dashboard_sec .app-main__inner.card {
    background: url("../images/dashboard-bg.png") no-repeat center;
    background-size: cover;
}

.dashboardmain_body {
    padding: 0 2%;
}

.dahboardbox_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 35px;
    justify-content: center;
}

.dashbox_single {
    background: #fff;
    padding: 20px;
    height: 180px;
    box-shadow: 5px 5px 15px #bcbcbc;
    text-align: center;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    width: 200px;
}

.dashbox_single::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 65%;
    z-index: 0;
    left: 0;
    top: 0;
    background: #fcd12e;
    border-radius: 20px 20px 80px 80px;
}

.dashbs_img,
.dashbs_title {
    position: relative;
}

.dashbs_title h6 {
    color: #343434;
    font-size: 20px;
    margin-top: 35%;
}

.dashbox_single.active::before {
    background: #338921;
}

.dashbox_single.active img {
    filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(256deg) brightness(130%) contrast(100%);
}

.dashbox_single:hover::before {
    background: #338921;
}

.dashbox_single:hover img {
    filter: invert(100%) sepia(3%) saturate(0%) hue-rotate(256deg) brightness(130%) contrast(100%);
}

.dashbs_img img {
    width: 70px;
}

/*======================================
    Account design
========================================*/
.dashboard_headtitle {
    position: relative;
    display: flex;
}

.dashboard_headtitle::after {
    content: "";
    position: absolute;
    border-bottom: 1px dashed #333;
    height: 100%;
    width: 84%;
    bottom: 50%;
    right: 0;
}

.dashboard_headtitle h4 {
    padding-right: 15px;
}

.acount_actionbtn {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin: 2% 0;
}

.dashboard_table {
    background: #fff2c6;
    padding: 25px;
    border-radius: 16px;
}

.dashboard_table table tbody td {
    min-width: 220px;
}

.dashboard_table table tr {
    height: 35px;
}

.dashboard_table table thead {
    border-bottom: 1.5px solid #979797;
    margin-bottom: 15px;
}

.action_btn a {
    color: #6e6e6e;
}

/* =============================
        Pre Alerts
================================*/
.user_details {
    display: flex;
    justify-content: space-between;
    margin: 25px 0 40px;
    align-items: flex-end;
}

span.acrive_box {
    background: #389a00;
    padding: 3px 10px;
    color: #f9f9f9;
    border-radius: 10px;
}

.userde_left p {
    margin-bottom: 5px;
    color: #343434;
    font-weight: 500;
}

.actionbtn_box {
    display: flex;
    gap: 15px;
}

.userde_right {
    text-align: right;
}

.wallet_box p {
    font-size: 20px;
    color: #343434;
}

.wallet_box {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 6%;
    align-items: center;
}

.wallet_box img {
    width: 20px;
}

.singleaction_box {
    width: 50px;
    height: 50px;
    background: #fcd12e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 15px;
}

.singleaction_box img {
    width: 25px;
}

.main_wrapper {
    background: #e8e8e8;
    padding: 25px;
    border-radius: 16px;
}

.nav-pills .nav-link.active {
    background: #338921;
}

.nav-item .nav-link {
    font-weight: 400;
    min-width: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #676767;
    min-height: 50px;
    color: #fff;
}

.nav-item .nav-link span img {
    width: 30px;
}

.nav-item .nav-link span img {
    width: 26px;
    margin-right: 10px;
}

.mainwrh_left .nav {
    gap: 15px;
}

.mainwr_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.mainwrh_right {
    background: #ffffff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 12px;
}

.alert_icon img {
    width: 25px;
}

.account_mainwrapper {
    display: grid;
    grid-template-columns: repeat(5, 255px);
    gap: 18px;
    margin: 35px 0;
}

.account_singlebox {
    background: #f9f9f9;
    padding: 12px;
    border-radius: 10px;
}

.accsing_head {
    background: #fff2c6;
    padding: 6px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px 10px 0 0;
    margin-bottom: 15px;
}

.package_name {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}

.accsing_body p {
    margin-bottom: 5px;
}

.accsb_action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.singleaccsb_box {
    background: #e8e8e8;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.dashboard_form {
    width: 50%;
    background: #fff;
    margin: 25px auto;
    padding: 15px 25px;
    border-radius: 15px;
    box-shadow: 0px 7px 14px 3px #afafaf;
}

.dashboardf_btn {
    gap: 10px;
    display: flex;
    width: 70%;
    margin: 15px 0 15px auto;
}

.dashboardf_btn .btn-effect,
.dashboardf_btn .btn-cancle {
    height: 55px;
}

.select_package {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    gap: 10px;
}

.select_package .btn-cancle {
    width: auto;
}

.invoice_box {
    display: flex;
    text-align: center;
    gap: 15px;
    flex-wrap: wrap;
    padding: 15px;
    min-height: 400px;
}

.single_invoice p {
    color: #000;
}

/* =============================
        Account Auth User
================================*/
.auth_box {
    margin: auto;
    padding: 40px;
}

.single_authdes {
    display: flex;
    gap: 28px;
    margin: 0 0 10px;
}

p.text_green {
    color: #389a00;
}

.single_authdes h6,
.single_authdes p {
    font-size: 17px;
}

.single_authdes h6 {
    width: 120px;
}

/* =============================
      Manage Accoutn Profile
================================*/
.dashbf_large {
    width: 80%;
}

.addfile {
    display: flex;
    gap: 12px;
    align-items: center;
}

.upload_file input {
    display: none;
}

.uploadfile_img {
    background: #ededed;
    padding: 10px;
    border-radius: 50%;
}

.uploadfile_img img {
    width: 25px;
}

.upload_file label {
    margin: 0;
    cursor: pointer;
}

/* =============================
      Wallet Balance
================================*/
.dashbf_small {
    width: 30%;
}

.delete_con {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.delete_con h6 {
    font-size: 20px;
    margin-bottom: 14px;
}

.delete_con p {
    color: #343434;
    font-size: 15px;
}

.delete_con .dashboardf_btn {
    width: 100%;
}

/* search box */
.search_box {
    position: relative;
    min-width: 300px;
}

.search_box .form-control {
    padding-right: 10%;
    background: #f5f5f5;
    border-color: #f5f5f5;
    border-radius: 20px;
    min-height: 50px;
}

button.search_btn {
    position: absolute;
    right: 10px;
    top: 0;
    border: none;
    background: transparent;
    height: 100%;
    color: #9d9d9d;
}

/* search box/ */
.search_result {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.single_searchre {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff2c6;
    border-radius: 60px;
    padding: 12px 10px;
}

.single_searchre h6 {
    margin: 0;
    font-size: 16px;
    color: #343434;
}

.single_searchre a {
    color: #000;
    font-size: 18px;
    margin-top: 5px;
}

.text_red {
    color: #d10e00;
}

/* switch icons */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #338921;
}

input:focus+.slider {
    box-shadow: 0 0 1px #338921;
}

input:checked+.slider:before {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.single_switchbox {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.modldash_btn {
    width: 40%;
}

.nav-pills .nav-link:hover {
    color: #fff !important;
}

.switchwrap .single_switchbox {
    flex: 0 0 33%;
    max-width: 33%;
}

/* =============================
      Account Package
================================*/
.package_head {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
}

.package_nobox {
    display: flex;
    justify-content: space-between;
}

.packhead_right h6 {
    color: #343434;
    padding-bottom: 6px;
}

.packhead_right {
    text-align: right;
}

.packnb_left .text_green {
    font-weight: 500;
    padding: 10px 0;
    font-size: 16px;
}

.packnb_left h6 {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 6px;
}

.packnb_left {
    width: 50%;
    padding-bottom: 30px;
}

.single_packhbr {
    display: flex;
    gap: 10px;
    margin: 0 0 10px;
}

.package_body table tbody tr {
    border: 0;
    border-bottom: 10px solid #fff;
}

.package_body table thead th {
    border-bottom: 1px solid #999;
}

/* =============================
        Manifests Page
================================*/
.manifest_table {
    background: #e8e8e8;
    margin-top: 7%;
}

.manitab_actionbox {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    margin-bottom: 2rem;
}

.dashboard_table.manifest_table table tbody td {
    min-width: auto;
}

.table_manifest {
    width: 100%;
}

.table_manifest i {
    color: #353535;
}

.single_actionmani {
    width: 50px;
    height: 50px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.pagination_table {
    margin: 1.5rem auto;
}

.pagination_table .pagination {
    justify-content: flex-end;
    gap: 10px;
}

.pagination_table .pagination li a {
    color: #353535;
    border-radius: 50%;
}

.manifest_modal .modal-dialog {
    max-width: 800px;
}
