/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Customize the background color to match your design.
   */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
   * A better looking default horizontal rule
   */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
   * Remove default fieldset styles.
   */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.dashboard_wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none !important;
}

/*
   * Allow only vertical resizing of textareas.
   */

textarea {
    resize: vertical;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #ebedf43b;
    overflow-x: hidden !important;
}

/* color */
:root {
    --bg-primary: #DAFF8E;
    --bg-primary-hover: #8bc34a;
    --bg-black: #323232;
    --bg-white: #ffffff;
    --bg-button: #323232;
    --bg-button-hover: #8bc34a;
}

.sticky-bottom {
    z-index: 4 !important;
}



/* =============================  Header  ================================= */
.home_header {
    background: #00000091 !important;
}

.header_section {
    z-index: 5;
    position: relative;
    background: #1c1c1c;
}

.header_section .nav-link {
    color: var(--bg-white);
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 26px 16px !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.header_section .nav-link:hover {
    background: var(--bg-primary);
    color: var(--bg-black);
}

.header_right .btn-secondary {
    border-radius: 100px;
    padding: 12px 24px;
    font-size: 15px;
    text-transform: uppercase;
}

.header_right {
    position: absolute;
    top: 11px;
    right: 0;
}

.header_section .navbar-toggler {
    background: #fff;
    font-size: 27px;
    border-radius: 2px;
    outline: none !important;
    box-shadow: none !important;
}

.header_section .offcanvas-header .btn-close {
    opacity: 1;
    font-size: 12px;
    outline: none !important;
    box-shadow: none !important;
}

.header_section .offcanvas {
    border: none !important;
    width: 300px !important;
}

/* button */

.btn-primary {
    background: var(--bg-button);
    border: none !important;
    padding: 10px 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: var(--bg-white);
    font-size: 14px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-primary:hover {
    background: var(--bg-button-hover);
    color: var(--bg-white);
}

.btn-secondary {
    background: var(--bg-button-hover);
    border: none !important;
    padding: 10px 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--bg-white);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: var(--bg-button);
    color: var(--bg-white);
}


/* =============================  Banner  ================================= */

.banner_section {
    margin-top: -74px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 700px;
    padding-top: 250px !important;
}

.banner_section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000006b;
}

.banner_content {
    z-index: 1;
    position: relative;
}

.banner_content p {
    color: var(--bg-white);
    font-size: 31px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0;
}

.banner_content h3 {
    color: var(--bg-white);
    font-size: 44px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0;
    margin-bottom: 13px;
}

.banner_search {
    position: relative;
    background: #ebedf4db;
    padding: 20px 30px;
    margin-top: 50px;
    border-radius: 3px;
    overflow: hidden;
    border-bottom: 5px solid #323232;
}

.banner_search p {
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: var(--bg-black);
    margin-bottom: 12px;
}

.banner_search .input-group-text {
    background: var(--bg-black);
    color: var(--bg-white);
    font-size: 24px;
    font-weight: bold;
    border: none !important;
    border-radius: 0px;
    height: 48px;
}

.banner_search .form-control {
    height: 48px;
    font-size: 14px;
    border: none !important;
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
}

.banner_search .btn-primary {
    height: 48px;
    border-radius: 0px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.banner_search .select-form {
    width: 100%;
}

.banner_search .input-group {
    flex-wrap: inherit !important;
}

.select2-container {
    border-bottom: 2px solid #e8e8e8;
}


.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
    display: flex;
    height: 48px;
    font-size: 14px;
    border-radius: 0px !important;
    border: none !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
    background-color: #F5F5F5 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 48px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d7d6d6;
    border-radius: 50px;
    outline: none !important;
    box-shadow: none !important;
    padding: 5px 10px;
}

.select2-dropdown {
    border: none !important;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}


/* =============================  Login  ================================= */
@font-face {
    font-family: 'Star-foundationclass-Bold';
    src: url("fonts/Star-foundationclass-Bold.eot") format("eot");
    src: url("fonts/Star-foundationclass-Bold.woff") format("woff");
    src: url("fonts/Star-foundationclass-Bold.ttf") format("truetype");
    src: url("fonts/Star-foundationclass-Bold.woff2") format("woff2");
}

@font-face {
    font-family: 'Star-foundationclass-Regular';
    src: url("fonts/Star-foundationclass-Regular.eot") format("eot");
    src: url("fonts/Star-foundationclass-Regular.woff") format("woff");
    src: url("fonts/Star-foundationclass-Regular.ttf") format("truetype");
    src: url("fonts/Star-foundationclass-Regular.woff2") format("woff2");
}

h1,
h2,
h3,
h4 {
    font-family: 'Star-foundationclass-Bold', sans-serif;
    margin: 0;
}

.form-label {
    font-family: 'Star-foundationclass-Bold', sans-serif;
    color: #454545;
    font-size: 12px;
}

.box_wrapper {
    padding: 22px;
    border-radius: 6px;
    background: #00000026 !important;
    max-width: 26rem;
    margin: auto;
}

.box_wrapper .btn.btn-link {
    font-size: 14px;
}

.first_step .form-control {
    height: 50px;
    font-size: 13px;
    font-family: 'Star-foundationclass-Regular', sans-serif;
    outline: none;
    box-shadow: none !important;
    border: 1px solid #DDD;
    background: #f5f5f5;
}

.first_step .form-control:focus {
    border-color: #bc3545;
}



.login_wrap {
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}


.first_step .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: 11px;
    border-radius: 3px !important;
    cursor: pointer;
}

.first_step .form-check {
    margin-bottom: 7px;
}

.first_step .form-check-label {
    cursor: pointer;
    font-family: 'Star-foundationclass-Bold';
    font-size: 14px;
}


.first_step .form-check-input:checked {
    background-color: #004AAD;
    border-color: #004AAD;
}

h2.index_heading {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #333333;
}


.btn-primary {
    border: none !important;
    background: var(--bs-button-primary);
    border-radius: 7px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
}

.btn-primary:hover {
    background: #004AAD;
}


.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #004AAD;
    border-color: #004AAD;
    box-shadow: none !important;
}

/* =============================  Best Franchises  ================================= */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Customize the background color to match your design.
   */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
   * A better looking default horizontal rule
   */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
   * Remove default fieldset styles.
   */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


a {
    text-decoration: none !important;
}

/*
   * Allow only vertical resizing of textareas.
   */

textarea {
    resize: vertical;
}

body {
    font-size: 14px;
    font-weight: 400;
    background-color: #f8f8f8;
    font-family: 'Baloo 2', sans-serif;
}

/* color */
:root {
    --bs-primary: #423f98;
    --bs-primary-hover: #1d1f2b;
    --bs-black: #1d1f2b;
    --bs-white: #ffffff;
    --bs-button-primary: #423f98;
    --bs-button-primary-hover: #1d1f2b;
    --bs-button-secondary: #1d1f2b;
    --bs-button-secondary-hover: #423f98;
    --bs-tooltip: #1d1f2b;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-tooltip);
}

/* =============================  Header  ================================= */
.header_section {
    background: #ffffff;
    border-bottom: 1px solid #efefef;
}

.header_section .nav-link {
    font-family: 'Baloo 2', cursive;
    font-size: 15px;
    font-weight: 600;
    color: var(--bs-black) !important;
    padding: 2px 5px 2px 31px !important;
}

.header_section .nav-link:hover {
    color: var(--bs-primary) !important;
}

.header_section .nav-link i {
    vertical-align: middle;
    color: var(--bs-primary);
}

.header_section .navbar-toggler {
    border-radius: 2px;
    font-size: 30px;
    padding: 3px 12px;
    background: var(--bs-primary);
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    position: absolute;
    top: 21px;
    left: 0;
}

.btn-primary {
    border: none !important;
    background: var(--bs-button-primary);
    border-radius: 2px;
    padding: 10px 17px;
    font-size: 15px;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: var(--bs-button-primary-hover);
}

.btn-secondary {
    border: none !important;
    background: var(--bs-button-secondary);
    border-radius: 2px;
    padding: 10px 17px;
    font-size: 15px;
    font-weight: 600;
}

.btn-secondary:hover {
    background-color: var(--bs-button-secondary-hover);
}

.btn-primary i {
    vertical-align: middle;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-white) !important;
    background-color: var(--bs-primary-hover) !important;
    border-color: var(--bs-primary-hover) !important;
}

.form-control::placeholder {
    color: #CCC;
}

.form-control {
    outline: none !important;
    box-shadow: none !important;
    padding: 10px 12px;
    height: auto;
    border: 1px solid #dddd;
    font-size: 14px;
}

.input-group-text {
    background: #fafafa;
}

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

.megamenu_dropdwon .dropdown-toggle {
    font-family: 'Baloo 2', cursive;
    font-size: 15px;
    font-weight: 600;
    color: var(--bs-black) !important;
    padding: 32px 12px 25px 12px !important;
}

.megamenu_dropdwon:hover .dropdown-toggle {
    color: var(--bs-primary-hover) !important;
}


.header_section .megamenu h6 {
    font-size: 19px;
    font-weight: 600;
    color: var(--bs-black);
    margin-bottom: 15px;
}

.header_section .megamenu ul li a {
    font-size: 15px;
    padding: 5px 0px;
    display: block;
    color: #777;
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.header_section .megamenu ul li a:before {
    position: absolute;
    content: "";
    top: 14px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--bs-primary-hover);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.header_section .megamenu ul li a:hover:before {
    width: 8px;
}

.header_section .megamenu ul li a:hover {
    color: var(--bs-primary-hover);
}

.header_section .megamenu ul li a:hover {
    padding-left: 10px;
}



/* =============================  Banner  ================================= */
.banner_section {
    background-image: url('../images/banner/1.jpg');
    position: relative;
}

.banner_section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
}

.banner_heading {
    position: relative;
}

.banner_heading h3 {
    color: var(--bs-white);
    font-size: 42px;
    font-weight: 500;
}

.banner_section .banner_form {
    padding: 7px;
    background: #842226;
    border-radius: 4px;
    position: relative;
    box-shadow: rgb(0 0 0 / 25%) 0px 0.0625em 0.0625em, rgb(0 0 0 / 25%) 0px 0.125em 0.5em, rgb(255 255 255 / 10%) 0px 0px 0px 1px inset;
}

.banner_section .form-control {
    height: 55px;
    border: none !important;
    font-size: 15px;
    font-weight: 500;
    color: var(--bs-black);
    border-radius: 3px;
}

.banner_section .btn-primary {
    padding: 0px 27px;
    font-size: 19px;
}

/* =============================  Category  ================================= */
.category_item {
    border: 1px solid #EEE;
    padding: 16px 10px;
    border-radius: 10px;
    height: 100%;
    vertical-align: middle;
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.category_item:hover {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    background: #ff572224;
    border: 1px solid #ff5722;
}

.category_icon .icon {
    font-size: 42px;
    vertical-align: middle;
    color: #a1a1a1;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.category_item:hover .category_icon .icon {
    color: var(--bs-primary);
}

.category_info h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    color: var(--bs-black);
    margin-bottom: 5px;
}

.category_item:hover .category_info h3 {
    font-weight: 500;
}

.category_info span {
    font-size: 15px;
    color: #7e7e7e;
    font-weight: 500;
}

/* =============================  Ads  ================================= */

.section_heading h3 {
    font-size: 22px;
    font-weight: 500;
    color: var(--bs-black);
    letter-spacing: 1px;
    margin: 0;
}

.ads_wrapper {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 50px 0px rgb(0 0 0 / 10%);
    display: grid;
    height: 100%;
    position: relative;
}

.auction_product {
    position: relative;
    z-index: 5;
}

.auction_product span {
    position: absolute;
    top: 7px;
    cursor: pointer;
    right: 10px;
    z-index: 1;
    background: #ff5722;
    color: var(--bs-white);
    padding: 2px 15px;
    font-weight: 600;
    border-radius: 3px;
}

.ads_img img {
    border-radius: 10px 10px 0px 0px;
}


.ads_wrapper .ads_content {
    padding: 10px;
    display: grid;
}

.ads_wrapper .ads_content ul li {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    padding: 2px 0px;
}

.ads_wrapper .ads_content ul li i {
    color: #b1b1b1;
}

.ads_wrapper .ads_content h3 a {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: var(--bs-black);
    margin-bottom: 15px;
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.ads_wrapper:hover .ads_content h3 a {
    color: var(--bs-primary);
}

.ads_wrapper .ads_bottom {
    border-top: 1px solid #f2f2f2;
    padding-top: 16px;
}

.price span {
    font-weight: bold;
    color: var(--bs-primary);
    font-size: 21px;
}

.ads_wrapper .form-check-label {
    position: relative;
    cursor: pointer;
    text-align: end;
    float: right;
}


.ads_wrapper input[type="checkbox"] {
    display: none;
}

.ads_wrapper .form-check.add_favourite {
    display: inline;
}

.ads_wrapper .form-check-label:before {
    position: absolute;
    content: '\f004';
    top: -4px;
    right: 0px;
    color: #000000;
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #f6f6f6;
}

.ads_wrapper input[type="checkbox"]:checked+label::before {
    content: '\f004';
    color: var(--bs-primary);
    font-weight: bold;
    border-color: var(--bs-primary);
}


/* =============================  Footer  ================================= */

.footer_section {
    background: #ffffff;
}

.footer_section .footer_address ul li {
    font-size: 14px;
    padding: 10px 0px;
    color: #666;
    position: relative;
    padding-left: 25px;
    font-weight: 500;
}

.footer_section .footer_address ul li i {
    font-size: 18px;
    color: var(--bs-primary);
    position: absolute;
    left: 0;
}

.footer_section .footer_heading h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--bs-black);
}

.footer_section .footer_links ul li a {
    font-size: 15px;
    color: #333;
    padding: 8px 0px;
    display: inline-block;
    transition: all 0.3s ease;
}

.footer_section .footer_links ul li a:hover {
    color: var(--bs-primary);
}

.footer_section .footer_links p {
    font-size: 15px;
    line-height: 24px;
    color: #888;
}

.footer_section .form-control {
    height: 48px;
    border: none !important;
    border-radius: 2px;
    margin-bottom: 9px;
    background: #eaeaea;
}

.copyright_sec {
    background: #1d1f2b;
    padding: 12px 0px;
}

.copyright-text p {
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.copyright-text p a {
    color: var(--bs-primary);
}

/* ============================= Breadcrumb  ================================= */

.breadcrumb_sec {
    background: #ffffff;
    padding: 12px 0px !important;
}

.breadcrumb_sec .breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb-item a {
    color: #222222;
    font-weight: 400;
    font-size: 14px;
}

.breadcrumb-item.active {
    color: var(--bs-primary);
    font-size: 15px;
    vertical-align: middle;
}

/* ============================= About us  ================================= */
.about_content p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin: 0;
    text-align: justify;
}

.page_content p {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin: 0;
    text-align: justify;
    margin-bottom: 20px;
}

/* =============================  Contact  ================================= */
.contact_section .title h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--bs-black);
}

.contact_info,
.contact_form {
    background: #fff;
    padding: 20px;
}

.contact_section .contact_address ul li {
    font-size: 14px;
    padding: 10px 0px;
    color: #666;
    position: relative;
    padding-left: 25px;
    font-weight: 500;
}

.contact_section .contact_address ul li i {
    font-size: 18px;
    color: var(--bs-primary);
    position: absolute;
    left: 0;
}

.contact_section .form-label {
    font-size: 14px;
    font-weight: 600;
}

.contact_section .form-control {
    border: none;
    width: 100%;
    height: 50px;
    padding: 0px 10px;
    border-radius: 0px;
    color: var(--bs-black);
    background: #f5f5f5;
    border-bottom: 2px solid #e8e8e8;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.contact_section .form-control:focus {
    border-color: var(--bs-primary)
}

.faq_list .accordion-item {
    border: 1px solid #EEE !important;
    margin-bottom: 12px;
    border-radius: 0px !important;
}

.faq_list .accordion-item button {
    font-size: 16px;
    font-weight: 500;
    outline: none !important;
    box-shadow: none !important;
    padding: 26px 19px;
}


.faq_list .accordion-body {
    padding: 20px 20px;
}

.faq_list .accordion-body p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    color: #444;
}

.faq_list .accordion-button:not(.collapsed) {
    background: var(--bs-primary);
    color: #fff !important;
    border-radius: 0px !important;
}

/* .faq_list .accordion-button::after {
    transform: none !important;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
} */

/* =============================  Shop  ================================= */

.shop_sideabr {
    background: #ffffff;
    padding: 15px;
    border-radius: 6px;
}

.shop_heading h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Baloo 2', sans-serif;
    letter-spacing: 0px;
}

.shop_list ul li a {
    color: var(--bs-black);
    font-size: 15px;
    font-weight: 300;
    display: block;
    padding: 5px 0px;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f4f5fa;
}

.shop_list ul li a:hover {
    color: var(--bs-primary);
}

.shop_list ul li a span {
    float: right;
    color: var(--bs-primary);
}

.featured_tag {
    position: absolute;
}

.featured_tag .ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.featured_tag .ribbon span {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #2dbe6c;
    font-weight: 700;
    position: absolute;
    top: 20px;
    left: -21px;
}

.featured_tag .ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #2dbe6c;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #2dbe6c;
}

.featured_tag .ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #2dbe6c;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #2dbe6c;
}

.listing_ad h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #444;
}

.shop_header {
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
}

.shop_header .filter_form .input-group-text {
    background: transparent;
    border: none !important;
    font-size: 14px;
    font-weight: 700;
    color: var(--bs-black);
}

.shop_header .filter_form .form-control {
    border-radius: 4px !important;
    font-size: 15px;
    font-weight: 500;
    max-width: 200px !important;
    height: 42px;
    padding: 9px 12px;
    color: var(--bs-black);
    background: #ffffff;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.shop_checkbox label {
    font-size: 15px;
    font-weight: 500;
}

.shop_checkbox label {
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.shop_checkbox .form-check-input {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-top: 0px;
    border: 1px solid var(--bs-primary);
    border-radius: 50px;
    outline: none !important;
    box-shadow: none !important;
}

.shop_checkbox .form-check-input:checked[type=radio] {
    background: var(--bs-primary);
}

.shop_checkbox .form-check {
    margin-bottom: 7px;
}

.shop_price .form-control {
    border: none !important;
    background: #fff;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px !important;
    border-radius: 0px;
}

.shop_price span.input-group-text {
    border: none !important;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px !important;
}

.shop_price .btn-primary {
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px !important;
}

.shop_price input::-webkit-outer-spin-button,
.shop_price input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shop_price input[type="number"] {
    -moz-appearance: textfield;
}

.shop_pagination .page-link {
    width: 50px;
    height: 50px;
    margin: 0px 10px;
    border: none !important;
    border-radius: 50px !important;
    line-height: 38px;
    font-size: 18px;
    font-family: 'Baloo 2', sans-serif;
    font-weight: 500;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
}

.shop_pagination .page-link.active {
    background: var(--bs-primary);
    color: #fff !important;
}

.shop_wrap {
    border-bottom: 2px dashed #ff572229;
    padding-bottom: 18px;
    max-height: 433px;
    overflow: hidden;
    overflow-y: auto;
}

.ads_wrapper .ads_img {
    overflow: hidden;
    position: relative;
}

.shop_wrap::-webkit-scrollbar {
    width: 3px;
}

.shop_wrap::-webkit-scrollbar-thumb {
    background-color: #ddd;
}

.shop_wrap:last-child {
    border-bottom: 0px;
}


.single_ad_left {
    box-shadow: rgb(99 99 99 / 12%) 0px 2px 8px 0px;
    padding: 20px;
    background: #ffff;
    border-radius: 4px;
}

.ad_details_section .ad_wrap {
    padding: 21px 18px;
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 4px;
    background: #fff;
    border-radius: 4px;
}

.ad_details_section .ad_header h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: var(--bs-black);
    margin-bottom: 10px;
}

.ad_details_section .ad_details h3 {
    font-size: 21px;
    color: var(--bs-black);
    margin-bottom: 13px;
}

.ad_details_section .ad_details p {
    font-size: 17px;
    line-height: 29px;
    text-align: justify;
    color: #666;
}

.ad_details_section .ad_price h4 {
    margin: 0;
    font-size: 22px;
    color: var(--bs-primary);
}

.ad_details_section .heading h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
}


.ad_wrap ul li {
    font-size: 15px;
    padding: 10px 0px;
    border-bottom: 1px solid #f5f5f5;
}

.ad_wrap ul li span {
    float: right;
    font-weight: 600;
}

.bid_form .form-control {
    height: 50px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px !important;
    border: 1px solid #EEE;
    font-size: 14px;
    font-weight: 500;
}

.bid_form .btn-primary {
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px !important;
}

.single-cta {
    border-bottom: 1px solid #EEE;
    padding-bottom: 22px;
}

.single-cta:last-child {
    border: 0;
}

.single-cta h4 {
    font-size: 21px;
    font-weight: 600;
    color: var(--bs-black);
    margin-bottom: 6px;
}

.single-cta i {
    font-size: 54px;
    color: #312525;
    margin-bottom: 14px;
}

.single-cta p {
    margin: 0;
    font-size: 14px;
    color: #888;
}

/* Chrome, Safari, Edge, Opera */
.bid_form input::-webkit-outer-spin-button,
.bid_form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.bid_form input[type="number"] {
    -moz-appearance: textfield;
}


.ad_wrap .form-control {
    box-shadow: rgb(0 0 0 / 5%) 1.95px 1.95px 2.6px !important;
    border: 1px solid #EEE;
    height: 50px;
    font-size: 16px;
}

.ad_wrap ul li span a {
    color: var(--bs-primary);
}


.product-item__gallery .mySwiper2 {
    position: relative;
    width: 100%;
    height: 640px;
    margin-bottom: 4px;
    overflow: hidden;
    background-color: #222;
}

.product-item__gallery .mySwiper2 .swiper-slide {
    /* display: flex; */
    justify-content: center;
}

.product-item__gallery .mySwiper2 .swiper-slide img {
    width: 75%;
    margin: 0px auto;
}

.product-item__gallery .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    transition: all 0.3s ease-in;
}

.product-item__gallery .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.product-item__gallery .swiper {
    width: 100%;
    height: 100%;
}

.product-item__gallery .swiper-slide {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.product-item__gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.thumbsimg img {
    width: 100%;
    height: 100px !important;
}


.ad_details_section .heading a {
    color: var(--bs-primary);
}


.cstm_modal .modal-content {
    border: none !important;
    border-radius: 0px;
    padding: 10px;
}

.modal {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: #4356c32b;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.modal-body {
    padding: 0;
}

.bidAmount_list .modal-header {
    padding: 3px 0px 20px 0px;
}

.bidAmount_list table th {
    border: 1px solid #EEE;
}

.bidAmount_list table tr td {
    border: 1px solid #EEE;
    font-size: 16px;
    font-weight: 400;
}

.bidAmount_list .modal-header .btn-close {
    border: none !important;
    opacity: 1;
    font-size: 13px;
    outline: none !important;
    box-shadow: none !important;
}

.related-post__slider-item {
    margin: 0px 8px;
    display: grid;
}

.related-post__slider-item .ads_wrapper {
    box-shadow: none !important;
    border: 1px solid #ddd;
}

.related_ads_section button.slider-btn--prev.slick-arrow,
.related_ads_section button.slider-btn--next.slick-arrow {
    border: 1px solid #EEE;
    width: 38px;
    height: 38px;
    border-radius: 33px;
    background: #EEE;
    color: #000;
    font-size: 18px;
    margin: 0px 6px;
    line-height: 6px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.related_ads_section button.slider-btn--prev.slick-arrow:hover,
.related_ads_section button.slider-btn--next.slick-arrow:hover {
    background: var(--bs-primary);
    color: #fff;
}

.slider-btn {
    text-align: end;
}

.related-post__header {
    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;
}

.adpost_form {
    background: #fff;
    padding: 20px 20px;
}

.adpost_form .dropdown button {
    background: #fff !important;
}

.adpost_form .form-control {
    border: none;
    width: 100%;
    height: 50px;
    padding: 7px 10px;
    border-radius: 0px;
    color: var(--bs-black);
    background: #f5f5f5;
    border-bottom: 2px solid #e8e8e8;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.adpost_form .form-control:focus {
    border-color: var(--bs-primary)
}

.adpost_form .form-label {
    font-size: 15px;
    color: var(--bs-black);
    font-weight: 600;
}

.adpost_form .text-danger {
    color: #dc3545 !important;
    font-size: 18px;
}

.adpost_form .heading h3,
.seller_info .heading h3 {
    font-size: 20px;
    color: var(--bs-black);
    font-weight: 700;
}

.adpost_form .form-control[type=file] {
    cursor: pointer;
    line-height: 43px;
    padding-top: 3px;
}

.upload-text,
.image-uploader .uploaded {
    background: #f5f5f5;
}

.image-uploader {
    border: none !important;
    border-bottom: 2px solid #e8e8e8 !important;
}

.image-uploader .uploaded .uploaded-image .delete-image {
    background-color: #f44336;
}

.user_dashboard .dropdown {
    padding: 14px 0px;
}

.user_dashboard .dropdown-menu {
    padding: 0;
    z-index: 5;
    border-radius: 0px !important;
}

.user_dashboard li {
    display: block !important;
}

.user_dashboard .dropdown-menu li a {
    padding: 7px 12px;
    font-size: 15px;
}

.user_dashboard .dropdown-item:focus,
.user_dashboard .dropdown-item:hover {
    background: #423f98 !important;
    color: #fff;
}

.dashboard_wrap {
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    background: #fff;
}

.profile_info img {
    background: #fff;
    padding: 1px;
    border: 3px solid #423f98;
    width: 100px !important;
    height: 100px !important;
}

.dashboard_profile ul li a {
    font-size: 15px;
    border-bottom: none;
    border-right: 0;
    border-left: 0;
    padding: 12px 15px;
    color: var(--sidebar-text) !important;
    display: block;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.dashboard_profile ul li a.active {
    background: var(--bs-primary);
    color: var(--sidebar-text) !important;
}


.dashboard_profile ul li a:hover {
    color: var(--bs-primary) !important;
}

/* .dashboard_wrapper {
    background: #fff;
    border: 1px solid #f8f8f8;
    border-radius: 6px;
    padding-top: 5px;
} */
.dashboard_card .card_item {
    border: 1px solid #EEE;
    padding: 12px 10px;
    border-radius: 7px;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.dashboard_card .card_item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4e65e429;
}

.dashboard_card .card_item h1 {
    font-size: 28px;
    font-family: 'Baloo 2';
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.dashboard_card .card_item h5 {
    font-size: 16px;
}

.dashboard_card .card_body {
    position: relative;
}

.badge {
    padding: 5px 8px;
    display: inline-block;
    height: 18px;
}

.dashboard_wrapper .table {
    border: 1px solid #EEE;
    text-align: center;
    min-width: 900px;
    margin-bottom: 0;
}

.dashboard_wrapper .table th {
    border: 1px solid #EEE;
    font-size: 12px;
}

.dashboard_wrapper .table td {
    border: 1px solid #EEE;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
}

.dashboard_wrapper .table .dropdown-toggle {
    background: #f3f3f3;
    border: none !important;
    font-size: 19px;
    border-radius: 50px;
    font-weight: bold;
    outline: none !important;
    box-shadow: none !important;
    line-height: 15px;
    width: 36px;
    height: 36px;
}

.dashboard_wrapper .dropdown-menu {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 0;
    min-width: 100px !important;
}

.dashboard_wrapper .dropdown-menu a {
    padding: 6px 14px;
    font-weight: 600;
    font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-white) !important;
    background-color: var(--bs-primary) !important;
}

.dashboard_wrapper .heading h3 {
    font-size: 17px;
    color: #333;
    font-weight: 500;
    margin: 0;
    padding: 10px;
    background: #fff;
    font-family: 'Roboot', sans-serif;
}

.user_dashboard .form-control {
    width: 100%;
    height: 46px;
    padding: 4px 10px;
    border-radius: 4px;
    color: var(--bs-black);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    border: 1px solid #e6dede !important;
}

.user_dashboard .form-control:focus {
    border-color: var(--bs-primary)
}


.user_dashboard .form-label {
    font-size: 14px;
    color: #606269;
}



.user_dashboard .form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
    line-height: 36px;
}



/*  chat box */


.chat-message-left,
.chat-message-right {
    display: flex;
    flex-shrink: 0
}

.chat-message-left {
    margin-right: auto
}

.chat_box .chat-message-right {
    flex-direction: row-reverse;
    margin-left: auto
}

.chat_box .user_list {
    display: block !important;
    margin-bottom: 5px;
    background: #fafafa;
    padding: 7px 9px;
    border-radius: 6px;
    transition: all 0.5ms ease-in;
    -webkit-transition: all 0.5ms ease-in;
    -moz-transition: all 0.5ms ease-in;
    -ms-transition: all 0.5ms ease-in;
    -o-transition: all 0.5ms ease-in;
}


.chat_box .user_list.active {
    background: #dddddd !important;
}

.chat_box .user_list:hover {
    background: #dddddd;
}


.chat_box .user_list img {
    border-radius: 50px;
    border: 1px solid #ddd;
    margin-right: 8px;
}

.chat_box .user_list h3 {
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-black);
    margin: 0;
    margin-bottom: 5px;
}

.chat_box .user_list span {
    font-size: 12px;
    padding: 0px 12px;
    display: inline-block;
    color: #fff;
    border-radius: 0px 10px;
}

.chat_box .user_list .online {
    background: #2dbe6c !important;
}

.chat_box .user_list .offline {
    background: #d5d5d5 !important;
    color: #000;
}

.chat_box .border-right {
    border-right: 1px solid #efeeee;
}

.selected_user.header {
    background: #fafafa;
    padding: 10px 20px;
}

.selected_user.header h5 {
    font-size: 16px;
    color: var(--bs-black);
    margin: 0;
    font-weight: 700;
}

.selected_user.header span {
    font-size: 12px;
    padding: 0px 12px;
    display: inline-block;
    color: #fff;
    border-radius: 0px 10px;
    background: #2dbe6c;
}

.chat_form .form-control {
    border: none;
    height: 52px;
    padding: 7px 10px;
    border-radius: 0px;
    color: var(--bs-black);
    background: #f5f5f5;
    border-bottom: 2px solid #e8e8e8;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.chat_messages {
    padding: 20px 17px;
    height: 500px;
    background-color: white;
    overflow: auto;
}

.chat_messages::-webkit-scrollbar {
    width: 3px;
}

.chat_messages::-webkit-scrollbar-thumb {
    background-color: #ddd;
}

.chat_msg:last-child {
    border: 0;
}

.chat_msg {
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 20px;
}

.chat_msg h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: #423f98;
}

.chat_msg p {
    margin: 0;
    font-size: 15px;
    color: #2f2f2f;
    line-height: 26px;
}

.chat_msg .text-muted {
    text-align: center;
    font-weight: 600;
}


.lg-backdrop {
    background-color: #303030 !important;
}

.lg-toolbar .lg-icon {
    color: #fff;
}

.seller_dashboard {
    border: 1px solid #f2f2f2;
    background: #fff;
    padding: 15px 21px;
    border-radius: 10px;
    position: relative;
}

.seller_dashboard .profile {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
}

.info_seller img {
    width: 16px;
    height: 16px;
    margin-bottom: 7px;
}

.info_seller .star span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 8px;
    font-weight: 400;
    color: #333;
}

.info_seller h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 4px;
}

.info_seller p {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.info_seller p strong {
    color: #212121;
    margin: 0px 3px;
}


.chat_seller_btn {
    position: absolute;
    top: 31px;
    right: 15px;
}

.seller_dashboard_shop .nav-pills {
    max-width: 600px;
    margin: 0 auto;
}

.seller_dashboard_shop .nav-item {
    display: block;
    width: 33.33%;
}

.seller_dashboard_shop .nav-item button {
    width: 100%;
}

.seller_dashboard_shop .nav-pills .nav-link {
    font-size: 16px;
    color: var(--bs-black);
    border-radius: 0px;
    padding: 13px 5px;
    background: #e8e8e8;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 600;
}

.seller_dashboard_shop .nav-pills .nav-link.active {
    background: var(--bs-primary) !important;
    color: #fff;
}

.seller_dashboard_shop .shop_header {
    border-bottom: 1px solid #e3e3e3;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    padding-bottom: 12px;
}

.seller_sort_info .profile {
    border: 2px solid #DDD;
    margin-bottom: 5px;
}

.seller_sort_info h3 a {
    font-size: 20px;
    font-weight: 600;
}

.seller_sort_info h3 {
    margin: 0;
}

.seller_sort_info p {
    margin: 0;
    font-size: 15px;
    padding: 6px 0px;
    border-bottom: 1px solid #f5f5f5;
}

.seller_sort_info .star {
    margin: 0;
    font-size: 15px;
    padding: 6px 0px;
    border-bottom: 1px solid #f5f5f5;
}

.seller_sort_info .star img {
    width: 16px;
    height: 16px;
    margin-bottom: 7px;
}

.seller_sort_info .star span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 8px;
    font-weight: 400;
    color: #333;
}




.feedback_list {
    border: 1px solid #e8e8e8;
    padding: 15px 15px;
    border-radius: 6px;
    background: #fff;
}

.feedback_list .feedback_img img {
    border-radius: 3px;
}

.feedback_content .star img {
    width: 17px;
    height: 17px;
}

.feedback_content h6 {
    font-size: 13px;
    color: #666;
    margin-bottom: 4px;
}


.feedback_content .star {
    margin-bottom: 9px;
}

.feedback_content p {
    margin: 0;
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
    color: #555;
}

.review_form .form-control {
    background: #f7f7f7;
    border: 1px solid #EEE;
    padding: 10px 10px;
}

.review_form {
    background: #fff;
    padding: 20px 20px;
}



/* sign in */

.signin_form {
    padding: 30px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    box-shadow: 0px 20px 60px 0px rgb(0 0 0 / 4%);
}

.signin_form .heading h3 {
    color: #070707;
    font-weight: 600;
    font-size: 23px;
    margin: 0;
    margin-bottom: 10px;
}

.signin_form .heading p {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.signin_form .heading p a {
    color: #423f98;
    font-weight: bold;
}

.signin_form .heading p a {
    color: #423f98;
    font-weight: bold;
}

.signin_form .form-control {
    border: none;
    width: 100%;
    height: 50px;
    padding: 7px 10px;
    border-radius: 0px;
    color: var(--bs-black);
    background: #f5f5f5;
    border-bottom: 2px solid #e8e8e8;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.signin_form .form-control::placeholder {
    color: #AAA;
}

.signin_form .form-control:focus {
    border-color: var(--bs-primary)
}

.signin_form .form-label {
    font-size: 15px;
    font-weight: 500;
}

.signin_form .form-check label {
    cursor: pointer;
    font-size: 15px;
}

.signin_form .form-check .form-check-input {
    margin-top: 0px;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    border: 1px solid #c6c6c6 !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.signin_form .form-check-input:checked {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.signin_form .password_forgot a {
    font-weight: 600;
    font-size: 14px;
    color: var(--bs-black);
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

.signin_form .password_forgot a:hover {
    color: var(--bs-primary)
}

.signin_form .btn-primary {
    height: 50px;
    font-size: 17px;
}

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

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}

.card {
    box-shadow: 0 0 1px rgb(0 0 0 / 0%), 0 1px 3px rgb(0 0 0 / 9%) !important;
    border: 1px solid #FFF !important;
}

.signature_table table {
    min-width: auto !important;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1340px !important;
    }
}


button.navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
}


.btn {
    border-radius: 6px;
    padding: 12px 10px;
}

.card-header {
    padding: 12px 11px;
    border-bottom: 1px solid #EEE;
    background: transparent;
}



.dropdown-menu {
    border: 1px solid #DDD;
    padding: 7px 0px;
}





































































































































































































































































/* ==========================================================================
     Helper classes
     ========================================================================== */

/*
   * Hide visually and from screen readers
   */

.hidden,
[hidden] {
    display: none !important;
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
   * Hide visually and from screen readers, but maintain layout
   */

.invisible {
    visibility: hidden;
}

/*
   * Clearfix: contain floats
   *
   * The use of `table` rather than `block` is only necessary if using
   * `::before` to contain the top-margins of child elements.
   */

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */

@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
