html {
    scroll-behavior: smooth;
}

:root {
    --nb-primary: #045DE9;
    --nb-primary-light: #0891F2;
    --nb-grey: #686262;
    --nb-grey-light: #f1f0f0;
    --nb-white: #fff;
    --nb-dark-blue: #0F2D7E;
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    --bs-table-striped-bg: rgb(190 187 187 / 14%);
}

:root {
    --font-secondary: "Poppins";
}

:root {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-secondary);
}

/* google fonts */
@font-face {
    font-family: "poppins";
    src: url("../fonts/poppins-v20-latin-regular.woff") format("woff"),
        url("../fonts/poppins-v20-latin-regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppins";
    src: url("../fonts/poppins.woff") format("woff"),
        url("../fonts/poppins.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

/*---------------------------------------- fonts --------------------------------------*/
.sd-secondary-font {
    font-family: var(--font-secondary);
}

/*----------------------------- font-sizes ----------------------------------------*/
h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
}

h2 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 500;
}

h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
}

h4 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 500;
}

h5 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}

h6 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
}

p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.font-22 {
    font-size: 22px;
}

.radius-20 {
    border-radius: 20px;
}

.font-w-600 {
    font-weight: 600 !important;
}

/* --------------------------background color -------------------------*/
.nb-bg-primary {
    background-color: var(--nb-primary) !important;
}

.nb-bg-primary-light {
    background-color: var(--nb-white);
}

.nb-bg-dark-blue {
    background-color: var(--nb-dark-blue);
}

.nb-bg-grey {
    background-color: var(--nb-grey);
}

.nb-bg-grey-light {
    background-color: var(--nb-grey-light) !important;
}

.bg-gradient-cards {
    background: linear-gradient(90deg, var(--nb-primary) 0%, var(--nb-primary-light) 100%) !important;
}

/* --------------------------font color -------------------------*/
.nb-color-primary {
    color: var(--nb-primary) !important;
}

.nb-color-primary-light {
    color: var(--nb-primary-light);
}

.nb-color-dark-blue {
    color: var(--nb-dark-blue);
}

.nb-color-grey {
    color: var(--nb-grey);
}

.nb-color-light-grey {
    color: var(--nb-grey-light);
}

/* ----------------------------------main css ----------------------------------*/
#sidebar {
    z-index: 9999;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

body {
    font-size: 0.9rem;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/
.header-border {
    border-bottom: 1px solid var(--nb-primary);
}

.page-wrapper {
    height: 100vh;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 260px;
    }
}

/*----------------show sidebar button----------------*/
#show-sidebar {
    /* position: fixed; */
    position: absolute;
    left: 0;
    top: 0px;
    /* border-radius: 0 4px 4px 0px; */
    border-radius: 0px !important;
    /* width: 40px; */
    /* padding: 5px 12px; */
    /* padding: 8px 8px; */
    transition-delay: 0.3s;
    border: none !important;
    background: transparent !important;
    /* background: linear-gradient(90deg, #0f85b3d0 0%, #8addff 100%) !important; */
}

.page-wrapper.toggled #show-sidebar {
    left: -20px;
}

#close-sidebar i {
    font-size: 24px;
}

#show-sidebar .logo-close {
    font-size: 26px;
    padding: 10px 0px;
    display: flex;
    justify-content: center;
}

/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}

/*----------------sidebar-content----------------*/
.sidebar-content {
    max-height: calc(100% - 0px);
    height: calc(100% - 0px);
    overflow-y: auto;
    position: relative;
    border-right: 1px solid var(--nb-primary);
}

.accoro-border-bottom {
    border-bottom: 1px solid var(--nb-primary);
}

.sidebar-content.desktop {
    overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/
.sidebar-wrapper .sidebar-brand {
    padding: 8px 15px;
    display: flex;
    align-items: center;
}

.sidebar-wrapper .sidebar-brand>a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}

/*--------------------sidebar-header----------------------*/
.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}

.sidebar-wrapper .sidebar-header .user-info>span {
    display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
}

.sidebar-brand a img {
    height: 50px;
    /* width: 50px; */
    object-fit: contain;
}

/*-----------------------sidebar-search------------------------*/
/* .sidebar-wrapper .sidebar-search > div {
    padding: 10px 20px;
  } */

/*----------------------sidebar-menu-------------------------*/
.sidebar-wrapper ul li:hover {
    background-color: #fff;
    color: var(--nb-primary);
}

.sidebar-wrapper .sidebar-menu ul li a span {
    font-size: 16px;
    line-height: 26px;
}

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 11px 30px 11px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 16px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 15px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 10px;
}

/* .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
  } */
.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 0px;
    margin-left: 5px;
    font-size: 12px;
    line-height: 22px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>i:after {
    transform: rotate(90deg);
    right: 17px;
}

.accoro-text {
    color: var(--nb-primary);
}

/*--------------------------side-footer------------------------------*/
.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

.sidebar-footer>a {
    flex-grow: 1;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 18px;
    color: var(--nb-primary-light);
}

.sidebar-footer>a .notification {
    position: absolute;
    top: 0;
}

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

.badge-sonar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #980303;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 8px;
}

.page-wrapper .page-content>div {
    padding: 20px 40px;
}

.page-wrapper .page-content {
    overflow-x: hidden;
}

/*------scroll bar---------------------*/
::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #525965;
}

::-webkit-scrollbar-thumb:active {
    background: #525965;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.active {
    background-color: var(--nb-primary-light) !important;
    color: var(--nb-white) !important;
} 

.active .sidebar-link {
    background-color: var(--nb-primary-light) !important;
    color: var(--nb-white) !important;
}

/*-----------------------------chiller-theme-------------------------------------------------*/
/* .chiller-theme .sidebar-wrapper {
      background: #31353D;
  } */

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid var(--nb-primary);
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme {
    color: #818896;
}

.sidebar-wrapper .sidebar-menu ul li a {
    color: var(--nb-grey);
    font-size: 15px;
}

/* .chiller-theme .sidebar-wrapper .sidebar-header .user-info,
  .chiller-theme .sidebar-footer>a:hover i {
      color: #b8bfce;
  } */

/* .page-wrapper.chiller-theme.toggled #close-sidebar {
      color: #bdbdbd;
  } */
.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span {
    color: #16c7ff;
    text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: var(--nb-grey-light);
    color: var(--nb-primary);
}

.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
    background-color: var(--nb-grey-light);
    margin-top: -7px;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.table {
    color: var(--nb-dark-blue) !important;
}

/* .chiller-theme .sidebar-footer {
      background: #3a3f48;
      box-shadow: 0px -1px 5px #282c33;
      border-top: 1px solid #464a52;
  } */
.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}

/* ------------------dropdown button----------------------- */
.dropdown_button img {
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-family: montserrat;
    border: 1px solid #ffffff;
}

.user-info {
    display: block;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
}

.user-info-left {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 0;
}

.user-info li {
    padding: 10px 12px;
    text-decoration: none;
    text-align: left;
    display: block;
    list-style: none;
    background-color: #f5f5f5;
    border: 1px solid white;
    cursor: pointer;
}

.user-info li a {
    text-decoration: none;
    color: #000;
}

.user-info li:hover {
    background-color: #c7c7c7;
    color: white;
}

/* ----------------------------dashboard-------------------------- */
.dashboard-cards {
    border-radius: 15px;
    padding: 50px 20px;
    /* border: 2px solid var(--nb-primary-light);   */
    background: linear-gradient(148deg, #dcebff 50%, #ffffff 100%) !important;
}

.dash-icons {
    height: 60px;
    border-radius: 50%;
    width: 60px;
}

.dash-icons i {
    font-size: 28px;
    display: flex;
    justify-content: center;
    padding: 16px 0px;
}

.swiper-container {
    width: 100%;
    max-width: 100%;
    height: 450px;
    margin: 0 auto;
    overflow: hidden !important;
}

.car-image img {
    height: auto;
    width: 100%;
    object-fit: contain;
}

.swiper-slide {
    height: auto !important;
}

.car-item {
    padding: 0px 10px;
}

.car-image {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.car-item .radius {
    border-radius: 20px;
    padding: 12px 10px !important;
}

.carousel-card p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

/*----------------------------------- login form ---------------------------*/
.login-btn button {
    border: none;
    border-radius: 40px;
    padding: 10px 20px;
    width: 100%;
}

.sd-login-img .sd-login-lottie {
    height: 400px;
}

.rounded-input {
    border-radius: 30px;
}

.login-form-bg::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../images/sec_5_bg.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.md-margin-auto {
    position: absolute;
    top: 22%;
    margin: 0px 25% 0 25%;
}

@media(max-width: 340px) {
    .md-margin-auto {
        margin: 0px 0% 0 0%;
    }
}

/*-------------------------- forms ------------------------------*/
.form-select {
    height: 45px !important;
}

.form-select:focus {
    box-shadow: none !important;
    border: 1px solid var(--nb-primary) !important;
}

.form-group {
    margin-bottom: 25px;
}

.form-group>label {
    display: block;
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
}

.custom-control-label {
    color: #000;
    font-size: 16px;
}

.form-control {
    height: 45px;
    background: #ecf0f4;
    border-color: transparent;
    padding: 0 15px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-control:focus {
    border-color: var(--nb-primary) !important;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

textarea.form-control {
    height: 160px;
    padding-top: 15px;
    resize: none;
}

.status-btn {
    font-size: 14px !important;
    width: 102px;
}

.btn {
    padding: 10px 30px;
    font-size: 18px;
    letter-spacing: 0.050em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: var(--nb-primary);
    border-color: var(--nb-grey-light);
}

.btn-primary:hover {
    color: var(--nb-primary);
    background-color: #ffffff;
    border-color: var(--nb-primary);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.btn-primary:focus,
.btn-primary.focus {
    color: var(--nb-primary);
    background-color: #ffffff;
    border-color: var(--nb-primary);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: var(--nb-primary);
    background-color: #ffffff;
    border-color: var(--nb-primary);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

/* ------------------user profile image--------------- */
.profile-pic {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    /* align-items: center; */
    position: relative;
    transition: all 0.3s ease;
}

.profile-pic input {
    display: none;
}

.profile-pic img {
    position: absolute;
    object-fit: cover;
    width: 300px;
    height: 400px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .35);
    border-radius: 15px;
    z-index: 0;
    border: 1px solid var(--nb-primary);
}

.profile-pic .-label {
    cursor: pointer;
    width: 300px;
    height: 400px;
}

.profile-pic:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 400px;
    background-color: rgba(0, 0, 0, .8);
    z-index: 10000;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    border-radius: 15px;
    margin-bottom: 0;
    z-index: 1;
}

.profile-pic span {
    display: inline-flex;
    padding: 0.2em;
    height: 2em;
}

/*----------------------------- table list -----------------------*/
.table> :not(:last-child)> :last-child>* {
    border-bottom-color: #fff !important;
}

.table {
    text-align: center;
}

.table th {
    border-bottom: 1px solid #d2d1d1;
    /* border-right: 1px solid #ffffff; */
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
}

.table td {
    border-bottom: 1px solid #d2d1d1;
    /* border-right: 1px solid #ffffff; */
    background: #ffffffd2;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #000;
    padding: 14px 12px 14px 12px;
}

.table thead th {
    padding: 15px 20px;
    text-align: center;
    background: #84b4ff !important;
}
.accoro-bg-info{
    background: var(--nb-primary) !important;
}
.table tr th {
    /* background: #f1f1f1; */
}

/* .table-radius {
    border-radius: 10px;
} */

/* -----------------------------login form css ---------------------*/
.main-form {
    min-height: 100vh;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.nb-form {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nb-inputField {
    background-color: transparent;
    padding: 0 0 10px 5px;
    font-size: 15px;
    letter-spacing: 1px;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
}

.nb-inputField:first-of-type,
.nb-inputField:nth-of-type(2) {
    margin-bottom: 35px;
}

.nb-inputField:focus-visible {
    border-bottom: solid 2px #000;
    outline: none;
}

.nb-sumbitButton {
    width: 220px;
    padding: 15px 0;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 50px;
}

.nb-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-img img {
    height: 200px;
    width: 200px;
}

.nb-form-container {
    background: linear-gradient(to left, #fff 50%, #0fb2f2 50%);
    width: 800px;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
}

.nb-content,
.nb-svgs {
    margin: auto;
}

/*--------------- user list page -----------------------*/
.user-list-img img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 50%;
}

/* ------------------------user detail view page------------------------------------- */
.user-view {
    position: relative;
    border: 1px solid var(--nb-grey-light);
    border-radius: 20px;
    height: 400px;
}

.user-view img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

/*------------------ image preview on upload and multi select css -----------------*/
.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.upload__img-box {
    width: 110px;
    padding: 0 10px;
    margin-bottom: 10px;
    object-fit: contain;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

/* -----------------activity form --------------*/
.hide {
    display: none;
}

/* ----------------------------footer css ------------------------*/
.page-wrapper.toggled .nb-footer {
    padding-left: 126px
}

.page-wrapper .nb-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-left: 0px;
    bottom: 0;
}

.page-wrapper .nb-footer>div {
    padding: 5px 0px 5px 0px;
}

/* -----------------activities view------------------------- */
.actvity-view img {
    height: 150px;
    width: 150px;
    /* object-fit: contain; */
    border-radius: 10px;
}

.activity-details {
    border: 1px solid var(--nb-primary);
}

/* -----------------select option ----------------------------*/
.nb-select-option {
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    color: #000;
    background-color: #ecf0f4;
    background-image: none;
    cursor: pointer;
}

.nb-select-option::-ms-expand {
    display: none;
}

.nb-select {
    position: relative;
    display: flex;
    height: 3.5em;
    border-radius: .25em;
    overflow: hidden;
}

.nb-select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    color: var(--nb-primary-light);
    background-color: var(--nb-primary);
    transition: .25s all ease;
    pointer-events: none;
}

.nb-select:hover::after {
    color: var(--nb-primary-light);
}

/*----------------------------- ratings stars css -------------------------*/
.nb-rating-stars {
    font-size: 30px;
    color: #e67e22;
}

.nb-rating-stars-star.half {
    position: relative;
}

.nb-rating-stars.half:before {
    position: relative;
    z-index: 9;
    width: 47%;
    top: 5px;
    display: block;
    overflow: hidden;
}

.nb-rating-stars.half:after {
    content: '';
    position: absolute;
    z-index: 8;
    color: #545557;
    top: 0;
    left: 0;
}




/* tabs css */
.season_tabs {
    position: relative;
    /* min-height: 360px; */
    /* min-height: 500px; */
    min-height: 100vh;
    height: 100vh;
    clear: both;
    margin: 25px 0;
}

.season_tab {
    float: left;
    clear: both;
    width: 286px;
}

.season_tab label {
    background: #e5f6fbda;
    padding: 10px;
    border: 1px solid #ccc;
    margin-left: -1px;
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    left: 1px;
    width: 264px;
    height: 56px;
    display: table-cell;
}

/* .season_tab [type=radio] {
    display: none;   
  } */
.season_tab .radio {
    display: none;
}

.season_content {
    position: absolute;
    top: 0;
    left: 286px;
    background: white;
    right: 0;
    bottom: 0;
    padding: 20px;
    /* border: 1px solid #ccc; */
}

.season_content span {
    animation: 0.5s ease-out 0s 1 slideInFromTop;
}

[type=radio]:checked~label {
    /* background: white;
    border-bottom: 2px solid var(--nb-primary);
    z-index: 2; */
}

.radio:checked~label~.season_content {
    z-index: 1;
}

.multi-imgs {
    display: flex !important;
    justify-content: space-between !important;
}




.field {
    /* position: absolute;
    z-index: -1 !important; */
}

.imageThumb {
    max-height: 85px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
}

.pip {
    display: inline-block;
    margin: 0px 20px 0 0;
    color: #000;
    font-size: 15px;
    padding-top: 40px;
}

.btn-next {
    position: relative;
    /* top:40px; */
    display: flex !important;
    justify-content: end !important;
}

.remove-one {
    display: flex !important;
    color: white !important;
    padding: 3px !important;
    cursor: pointer;
}

.remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}

.remove:hover {
    background: white;
    color: black;
}

.new {
    padding: 0px 20px;
}

.group1 {
    display: block;
    margin-bottom: 15px;
}

.group1 input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.group1 label {
    position: relative;
    cursor: pointer;
}

.group1 label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--nb-primary);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.group1 input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
    width: 6px;
    height: 14px;
    border: solid var(--nb-primary);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.approve-icon i {
    font-size: 20px;
}

.all-img {
    padding: 5px;
    border-radius: 10px;
    border: 2px solid var(--nb-grey-light);
}

.all-img img {
    min-height: 150px;
    width: 100%;
    object-fit: contain;
    height: 150px;
}

.user-list-img img {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
    border-radius: 50%;
}

.single-img {
    position: relative;
}

.owl-carousel {
    display: block;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    padding: 5px 10px !important;
}

.owl-nav {
    display: flex !important;
    justify-content: end !important;
}

.owl-nav .owl-next i,
.owl-nav .owl-prev i {
    color: #fff !important;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    background-color: var(--nb-primary) !important;
}

.single-img img {
    width: 100%;
    height: auto;
    min-height: 190px;
    object-fit: contain;
    border: 2px solid var(--nb-grey-light);
    border-radius: 10px;
}

.single-img-style {
    height: auto;
    width: 100%;
}

#imagePreviewContainer {
    display: flex;
    flex-wrap: wrap;
}

.previewImage {
    width: 150px;
    height: 150px;
    margin: 5px;
    position: relative;
}

.removeImageIcon {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 5px;
}

/*----------Details view css of cars page---------*/
.detail-table {
    text-align: left !important;
}

.detail-table td {
    /* border-bottom: none !important; */
}

.detail-table tr td {
    font-size: 18px !important;
}

.detail-border-right {
    /* border-right: 2px solid var(--nb-primary); */
}

.title-width {
    width: 300px;
}

.detail-table td {
    padding: 10px 12px !important;
}

.radio {
    display: none;
}

.w20 {
    width: 20%;
}

.inline-block {
    display: inline-block;
    margin-right: -4px;
}

.vertical-top {
    vertical-align: top;
}

.w80 {
    width: 80%;
}

.TabContent {
    display: none;
    padding: 24px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .16);
}

.TabContent.active {
    display: block;
    animation: fadeInUp .6s ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.TabList ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.TabList ul li a {
    text-decoration: none;
    width: 90%;
    font-size: 18px;
    padding: 12px 20px;
    text-align: center;
    display: block;
    border: 1px solid var(--nb-grey-light);
    color: #000;
    background: #fff;
}

.TabList ul li {
    margin-bottom: 5px
}

.TabList ul li a:hover {
    background: var(--nb-primary-light);
    border: 1px solid var(--nb-primary-light);
}

.TabList ul li.current a {
    text-decoration: none;
    border: 1px solid var(--nb-primary-light);
    background: var(--nb-primary-light);
    color: #fff
}

@media (max-width:1300px) {
    .w20 {
        width: 29%;
    }

    .w80 {
        width: 71%;
    }
}

@media (max-width:991px) {
    .TabList ul li a {
        font-size: 14px;
        padding: 8px 10px;
    }
}

@media(max-width: 768px) {
    .TabsMainColRight {
        display: block;
        width: 100%;
        padding-top: 25px
    }

    .TabsMainColLeft {
        width: 100%;
        display: block
    }

    .TabList ul li a {
        width: 100%;
        display: block
    }
}

/* data tables css */
.dt-search [type=search] {
    outline-offset: 0px !important;
    -webkit-appearance: none !important;
}

.dt-search :focus-visible {
    outline: none !important;
}

div.dt-container .dt-search input {
    border: 1px solid var(--nb-grey-light) !important;
}

div.dt-container .dt-input {
    border: 1px solid var(--nb-grey-light) !important;
    padding: 6px 5px !important;
}

.dt-length label {
    padding-left: 5px;
}

table.dataTable thead>tr>th.dt-orderable-asc,
table.dataTable thead>tr>th.dt-orderable-desc,
table.dataTable thead>tr>td.dt-orderable-asc,
table.dataTable thead>tr>td.dt-orderable-desc {
    text-align: center !important;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: center;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
    border: 1px solid var(--nb-primary);
    background: #fff;
    color: var(--nb-primary) !important;
}

div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button {
    background: var(--nb-grey-light);
    color: var(--nb-grey) !important;
}

div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
    border: 1px solid var(--nb-primary) !important;
    color: var(--nb-primary) !important;
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
    border-bottom: none !important;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom: none !important;
}

table.dataTable {
    width: 100% !important;
}

div.dt-container .dt-paging .dt-paging-button:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
    background: #fff !important;
    color: var(--nb-primary) !important;
    border: 1px solid var(--nb-primary) !important;
}

.dt-layout-table .dt-layout-cell table {
    border-top-left-radius: 6px !important;
}

/* top-right border-radius */
table tr:first-child th:last-child {
    border-top-right-radius: 6px;
}

/* bottom-left border-radius */
table tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
table tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

#myTable thead,
th,
tr,
td {
    vertical-align: middle !important;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
    transition: transform .3s !important;
    transform: rotate(90deg) !important;
    right: 17px !important;
}

/* / checkbox active/inactive code / */
.checkbox {
    margin-bottom: 10px;
}

.checkbox label {
    cursor: pointer;
}

.switch {
    width: 100%;
}

.switch,
.switch label {
    position: relative;
}

.checkbox.switch label {
    padding-left: 0;
}

input[type='checkbox'].switch-control {
    position: absolute;
    left: 10px;
    top: 5px;
}

input[type='checkbox'].switch-control~.switch-label {
    position: relative;
    display: inline-block;
    min-height: 34px;
    padding-left: 90px;
    line-height: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.price-style {
    display: flex;
    justify-content: space-between;
}

input[type='checkbox'].switch-control~.switch-label:before {
    content: 'Inactive';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 90px;
    border: none !important;
    border-radius: 20px;
    background-color: #DC3545;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-indent: 22px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.switch-alternative input[type='checkbox'].switch-control~.switch-label:before {
    content: '\2716';
    text-indent: 30px;
}

input[type='checkbox'].switch-control~.switch-label:after {
    content: '-';
    position: absolute;
    left: 2px;
    margin-left: 3px;
    top: 6px;
    bottom: 3px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #ccc;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

input[type='checkbox'].switch-control:checked~.switch-label:before {
    content: 'Active';
    background-color: #339900;
    color: #fff;
    text-align: left;
    text-indent: 6px;
    border-radius: 20px;
}

input[type='checkbox'].switch-control:checked~.switch-label:after {
    left: 60px;
}

.switch-alternative input[type='checkbox'].switch-control:checked~.switch-label:before {
    content: '\2714';
    text-indent: 10px;
}

.switch-alternative input[type='checkbox'].switch-control:checked~.switch-label:before {
    background-color: #3399cc;
}

.carousel-card .price-tag {
    margin: 0px 0px 0px 5px;
    padding: 2px 45px;
    font-size: 15px
}

#openPopupBtn {
    padding: 10px 20px;
    font-size: 16px;
}

.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table,
th,
td {
    border: 1px solid #ddd;
    padding: 8px;
}

th {
    background-color: #f2f2f2;
    text-align: left;
}