@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


body {
    background: #ffffff !important;
   font-family: 'Lato', sans-serif;
}

.panel-default {
    border-color: #dddddd3d !important;
}

.panel-footer {

    background-color: #f5f5f545 !important;
}
.btn-success:hover {
    color: #fff;
    background-color: #b9a166;
    border-color: #b9a166;
}
.form-control{

    /* font-weight: 400; */
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.625rem 0.75rem;
    transition: all .15s cubic-bezier(.68,-.55,.265,1.55);
    color: #8898aa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 2px rgba(233,236,239,.05);
    /* font-size: .875rem; */
    height: calc(1.5em + 1.25rem + 5px);
    transition: all .15s ease-in-out;
}

.btn-primary{
  color: #8898aa;
    border-color: #8898aa;
    background-color: transparent;
    background-image: none;
}

.btn {

    position: relative;
    transition: all .15s ease;
    letter-spacing: .025em;
    text-transform: none;
    will-change: transform;
}
.btn {

    font-weight: 600;
    /* line-height: 1.5; */
    /* display: inline-block; */
    padding: 0.625rem 1.25rem;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    color: #525f7f !important;
     border: 1px solid #525f7f !important; 
    border-radius: 0.25rem;
    background-color: transparent;
}

.btn-primary:hover {
    color: #8898aa;
    background-color: #ffffff;
    border-color: #8898aa;
}

html {
    scroll-behavior: smooth;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    z-index: 0  !important;
}
.date {
    display: block;
    text-align: center;
    margin-top: 20px;
       display: none !important;
}

.popover {
    width: 100%;
    max-width: 800px;
}

.product {
    border: 1px solid #dddddd;
    height: 321px;
}

.product>img {
    max-width: 230px;
}

.product-rating {
    font-size: 20px;
    margin-bottom: 25px;
}

.product-title {
    font-size: 20px;
}

.product-desc {
    font-size: 14px;
}

.product-price {
    font-size: 22px;
}

.product-stock {
    color: #74DF00;
    font-size: 20px;
    margin-top: 10px;
}

.product-info {
    margin-top: 50px;
}
.cosBT{
margin-top: -17% !important;
    margin-left: 274px;
    padding: -2px 13px;
    font-size: 19px;
    right: 0;
    bottom: 0;
    background-position: 50%;
    border-radius: 5px 0 5px 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #ffffff !important;
    background-color: #BBA267 !important;
    border-color: #BBA267 !important;
}

.fixed-button {
     position: fixed;
    bottom: 0px; 
    left: 20%;
    right: 20%;
    z-index: 999; 
    gap: 0.5rem;
}


.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    max-width: 80%;
    max-height: 80%;
    overflow-y: auto;
}


.date {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.btn-danger1 {
   color: #ffffff !important;
    background-color: #dc4726 !important;
    border-color: #dc4726 !important;
}


.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd45 !important;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
/*********************************************
                        VIEW
    *********************************************/

.content-wrapper {
    max-width: 1140px;
    background: #fff;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
}

.container-fluid {
    max-width: 1140px;
    margin: 0 auto;
}

.view-wrapper {
    float: right;
    max-width: 70%;
    margin-top: 25px;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
}

/*********************************************
                    ITEM 
    *********************************************/

.service1-items {
    padding: 0px 0 0px 0;
    float: left;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 321px;
    width: 130px;
}

.service1-item {
    height: 107px;
    width: 120px;
    display: block;
    float: left;
    position: relative;
    padding-right: 20px;
    border-right: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.service1-item>img {
    max-height: 110px;
    max-width: 110px;
    opacity: 0.6;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.service1-item>img:hover {
    cursor: pointer;
    opacity: 1;
}

.service-image-left {
    padding-right: 50px;
}

.service-image-right {
    padding-left: 50px;
}

.service-image-left>center>img,
.service-image-right>center>img {
    max-height: 155px;
}

body {
    background: #f4f4f4;
}

img {

    object-fit: cover;
    background-size: cover;
}

.popover {
    position: fixed;
}

/*********************************************
                    fixing white space issue from right 
    *********************************************/
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {

    min-height: 0px;

}

body {
    font-size: 14px;
}

td {
    cursor: pointer;
    text-align: center;

}

.login-form {
    margin: 0 auto;
    width: 500px;
}

.tags {
    background-color: #F7F7F9;
    border: 1px solid #E1E1E8;
    padding: 2px 4px;
    font-size: 1em;
    margin: 1px;
    float: left;
    border-radius: 5px;

}

address {
    margin-top: 47px !important;
}

.myoverlay {

    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 2000;
}

.tags:hover {
    text-decoration: none;
    background-color: #f7f7f7;
}

.gdatepicker select {
    width: 110px;
}

/*added by depak*/
.our-link img {
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

#view-all {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 20px;
    text-decoration: underline;
}

.mod {
    background: rgb(237, 237, 237) none repeat scroll 0% 0%;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    /*background-color: transparent !important;*/
}

.navbar-inverse .navbar-toggle {
    color: #ffffff !important;
    background-color: #6F6348 !important;
    border-color: #6F6348 !important;
    font-size: 17px !important;
    text-transform: uppercase;
    font-weight: bold;
}


/*added by depak*/

/*
.navbar-inner{
background:url(../images/nav_bg.jpg) repeat;
border:none;
}

.navbar .nav > li > a {
color: #F8F8F8;
font-size: 12px;
font-weight: bold;
text-shadow: none;
transition: all 0.2s linear 0s;
}
*/

/*.navbar .nav > li > a:hover {*/
/*    color: #fff;*/
/*}*/




.navbar .nav>li>a:hover {
    background: #00873f !important;
}



img {
    max-width: 100%;

}

.slogan {
    margin-top: 16em;
}

.slogan ul {}

.slogan ul li {
    font-size: 1.5em;
    line-height: 1.6;
    list-style: none;
    color: #FFFFFF;

}

.showcase {
    margin-top: 12em;
}

/*
.nav-collapse .nav > li {
float:left;
}

.navbar .nav.pull-left{
top:5px;
}

.navbar .nav.pull-right {
top: 5px;
}
*/


#box_login .box_wrapper {
    margin-left: 0;
}

#box_login .box {
    background-color: #FFFFFF;
    border: 2px solid #0099CC;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #DDDDDD;
    float: none;
    margin: 40px auto 25px;
    padding-bottom: 26px;
}


#box_login .box .head {
    background-color: #0099CC;
    border-bottom: 1px solid #D6D6D6;
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
    margin-bottom: 37px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    border-radius: 8px 8px 0 0;
}

#box_login .box .head h4 {
    text-transform: uppercase;
    font-size: 24px !important;
    margin: 0;
}

.text-sign {
    font-style: italic;
}


#box_login .box .form {
    margin: 0 auto;
    text-align: center;
    width: 83%;
}


#box_login .box .division {
    display: inline-block;
    margin: 17px 0 23px;
    position: relative;
    text-align: center;
    width: 100%;
}

#box_login .box .division hr.left {
    top: 13px;
}

#box_login .box .division hr {
    border-color: #E2E2E4;
    border-width: 1px;
    margin: 0;
    position: absolute;
    width: 40%;
}


#box_login .box .division hr.right {
    bottom: 6px;
    right: 0;
}

#box_login .box .form input[type="text"],
#box_login .box .form input[type="password"] {
    border-color: #DBDBDB #EAEAEA #EAEAEA #DBDBDB;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    height: 30px;
    margin-bottom: 16px;
    width: 95%;
    border-radius: 0;
    font-style: italic;
}


#box_login .box_wrapper p.already {
    color: #454B52;
    text-align: center;
}

/*.navbar-fixed-top {
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 500;
}*/

/*.navbar-inner-nav{
background:#ffffff;
margin-top:20px;
}



.navbar .navbar-inner-nav .nav > li > a{
color:#666;
font-weight: normal;
font-size:12px;
}*/

.navbar .navbar-inner-nav .nav>li>a:hover {
    color: #0099CC;
}

.thumbnail {
    max-width: 30em;
    height: 30em;
}

.mycontent {
    min-height: 400px;
    margin-top: 10px;
}

.s2ui_hidden_button {
    position: absolute;
    z-index: -1000;
}

#forgotPasswordFormContainer .ui-dialog-title {
    display: none;
}

.s2ui_error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    padding: 8px 35px 8px 14px;

}

#registerForm {
    text-align: left;
}

.form .ui-dialog-titlebar,
.form .ui-widget-header {
    display: none;
}

.form .ui-widget-content {
    border: none;
}

body>div.jGrowl.top-right {
    top: 40%;
    right: 40%;
}

table {
    font-size: 12px;
}




#addThis {

    padding: 12px 0;

}

.profile-thumb {}

.profile-thumb img {
    border-radius: 3px;
    width: 100px;
}

#banner {
    background: url("../images/banner-main-top.png") -220px 0;
    height: 390px;
    margin-bottom: 20px;
}

#banner p {
    width: 580px;
    color: #fff;
    text-shadow: 1px 1px rgba(111, 111, 111, 0.5);
    font-size: 14px;
}

.nomargin {
    margin: 0 !important;
}

body {
    font-size: 12px;
}

.orange {
    color: #faa732;
}



a:hover {
    color: #0099CC;
}


#hero {
    background: linear-gradient(to bottom, #FFFFFF 1%, #F9F9F9 100%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #D1D2D4;
    box-shadow: 0 3px 8px 0 #E7E7E7;
    height: 330px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.carousel {
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
}


.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}


#hero .carousel-inner .item {
    height: 350px;
    padding: 0 70px;
}


#hero .item h1 {
    font-size: 26px;
    margin-left: 20px;
    margin-top: 30px;
    line-height: 32px;
}


#hero .item .btn {
    font-size: 18px;
    margin-left: 20px;
    margin-top: 25px;
}

#hero .item p {
    font-size: 14px;
    line-height: 24px;
    margin-left: 20px;
}



#intro {
    margin-top: 65px;
    text-align: center;
}


#intro h1 {
    color: #252B34;
    font-size: 28px;
    font-weight: normal;
    margin: 0 auto;
    text-shadow: 2px 2px 1px white;
    font-weight: bold;
    line-height: 38px;
    /*
width: 55%;
*/
}

.features_page {
    margin-top: 50px;
}


.features_page .features2 {
    margin-top: 70px;
}

.features_page .section_header {
    margin-top: 55px;
}

.section_header {
    color: #484848;
    font-weight: bolder;
    margin-bottom: 15px;
    margin-top: 40px;
    position: relative;
    text-align: center;
}

.section_header hr {
    border-bottom: 2px solid white;
    border-top: 1px solid #BEC0C3;
    position: absolute;
    width: 25%;
}

.section_header span {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: #337ab7;
}



.section_header hr.right {
    right: 0;
    top: 0;
}


.features_page h3.intro {
    color: #282F39;
    font-size: 22px;
    font-weight: normal;
    line-height: 32px;
    margin: 0 auto 70px;
    text-align: center;
    width: 83%;
}


.features_page .feature2 {
    margin-bottom: 50px;
    position: relative;
}

.pagination-centered {
    text-align: center;
}

/*from here*/
.c-form input[type="text"] {
    border-radius: 0px;
}

.c-form input,
textarea {
    border-radius: 0px;
}

.bordered {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px 10px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

.p-margin p {
    margin: 0px;
}

.contact-form input[type="text"] {
    background-color: #FFFFFF;
    border-radius: 0;
    border: 1px solid #CCCCCC;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.contact-form input,
textarea,
select,
.uneditable-input {
    width: auto;
    border-radius: 0px;
}

.contact-form textarea {
    width: 90%;
    background-color: #FFFFFF;
    border-radius: 0;
    border: 1px solid #CCCCCC;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

#advancedFilter {

    padding: 6px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.advancedFilter {

    padding: 6px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 6px;
}

#advancedFilter1 {

    padding: 6px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 6px;
}


#advancedFilter input[type="text"] {
    margin-bottom: 0;
}


label {
    font-size: 12px;
}

#details-wrap {
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
}

#details {
    border-radius: 4px;
    position: absolute;
    top: 80px;
    left: 0px;
    background: #fff;
    z-index: 99;
    display: none;


}

a#close-detail {
    position: absolute;
    z-index: 99;
    top: 59px;
    left: 0;
    display: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    font-size: 12px;
    border-radius: 0px;
}


/* updated lagter*/
/*.footer{
width: 100%;
bottom: 0;
font-size: 12px;
color: #666666;
}*/

.f-top {
    min-height: 180px;
    color: #484848;
    min-width: 320px;
}

.f-btm {
    background: #000000;
    min-height: 40px;
    min-width: 320px;
}

.f-quick>li {
    list-style-type: none;
}

.f-quick>li>a {
    text-decoration: none;
    color: #CCCCCC;
    transition: all 0.3s ease-in-out 0s;
}

.f-quick>li>a:hover {
    color: #0099CC;
    padding-left: 5px;
}

.f-social>li {
    list-style-type: none;
}

.f-social>li>a {
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

.f-social>li>a:hover {
    opacity: 0.5;
}

.f-heading {
    border-bottom: 1px solid;
    color: #0099cc;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 0 5px;
}

.top {

    color: #FFF;
}

.top-title {
    color: #FFFFFF;
    padding: 30px 5px 5px 0px;
}

.lead {
    font-size: 14px;
    color: #E1E1E1;
    line-height: 20px;
    vertical-align: middle;
    padding: 5px 5px 5px 0px;
}

.btn-modified {
    background: none;
    border: 1px solid #FFFFFF;
    padding: 10px 15px;
    border-radius: 2px;
    color: #FFFFFF;
    text-shadow: none;
}

.btn-modified:hover {
    transition: all 0.2s ease-in-out 0.1s;
    background: #FFFFFF;
    border: 1px solid #FFF;
    border-radius: 2px;
}

.btn-outline-inverse {
    color: #fff;
    background-color: #0099CC;
    border-color: #FFFFFF;
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active {
    color: #0099CC;
    text-shadow: none;
    background-color: #fff;
    border-color: #fff;
}

.reg-text {
    padding: 0 10px;
}

/*responsive footer*/
@media (max-width: 767px) {
    .f-btm {
        margin-right: -20px;
        margin-left: -20px;
    }

    .f-top {
        margin-right: -20px;
        margin-left: -20px;
    }
}

.shareurl {
    border: 1px solid #f9f9f9;
    padding: 3px;
}

.remMargin {
    margin-left: 0;
}

.tokenfield {
    height: 80px !important;
    margin-bottom: 10px;
}

.lead1 {
    color: #333;

    font-size: 1.5em;
}

.remGrey {
    background: #fefefe;
}

.table-buttons td {
    border-top: none;
}

.form-error {
    color: #ff3300;
}



.mblock {
    background: none repeat scroll 0 0 #d9edf7;
    color: #fff;
    display: block;
    margin: 20px 0;
    padding: 19px;
    border-radius: 5px;
    color: #454545;
}

.mblock .header-small {
    color: #0088cc;
}


.header-small {
    color: #0088cc;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 5px;
}

.quote {
    background: none repeat scroll 0 0 #454545;
    color: #efefef;
    font-size: 24px;
    line-height: 40px;
    margin: 0 -19px -19px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #353535;
}

/*.navbar .nav > li > a:hover {*/
/*    background: #0099CC;*/
/*}*/

.header-small span {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    width: auto !important;
}

/*.btn-primary {*/
/*    color: #bba367 !IMPORTANT;*/
/*    background-color: transparent !IMPORTANT;*/
/*    border-color: #bba367 !IMPORTANT;*/
/*}*/

.btn-success {
    color: #fff !important;
    background-color: #bba367;
   border-color: #bba367 !important;
    
}

a {
    color: #bba367 !important;
    text-decoration: none;
    font-weight: bold !important;
}

.btn-default1 {
   color: #ffffff !important;
    background-color: #6F6348;
    border-color: #6F6348 !important;
    font-size: 17px !important;
    text-transform: uppercase;
    font-weight: bold;
}


.navbar-inverse {
    background-color: #fff;
    border-color: #ffffff;
    box-shadow: 0 4px 2px rgb(0 0 0 / 8%);
}


.category-inner li {
    float: left
}

.category-inner li,
.category-inner li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.category-inner li a {
    font-size: 12px;
    min-width: 80px;
    min-height: 40px;
    font-weight: 700;
    border-radius: 5px;
    padding: .2rem 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: unset;
    box-sizing: unset;
    white-space: nowrap;
    background-color: #f4f4f4 !important;
    color: #656565 !important;
    margin: 1.5rem .5rem .5rem;
    text-align: center;
    line-height: normal
}

.category-inner li a:first-of-type {
    margin-left: 0
}

.category-inner li.active {
 
    font-size: 12px;

    border-radius: 5px;
    /* padding: 0.2rem 1rem; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: unset;
    box-sizing: unset;
    white-space: nowrap;
    /*background-color: #bba367 !important;*/
    color: #656565 !important;
    /* margin: 1.5rem 0.5rem 0.5rem; */
    text-align: center;
    line-height: normal;
    opacity: 0.5;

}


.category-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: unset;
    box-sizing: unset
}

.category-inner.noscroll {
    display: block !important;
    text-align: center;
    padding: 1rem 0
}

.category-inner.noscroll li {
    display: inline-block !important;
    float: none
}

.category-inner.noscroll li a {
    min-width: 60px;
    min-height: 35px;
    margin: .2rem;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none !important;
    text-transform: uppercase;
}

.category-outer {
    overflow-y: auto
}

.category-inner {
  max-height: 100px; /* Adjust this value as needed */
  overflow-y: auto;
}


/* Define styles for the scrollable list */
.category-inner.noscroll {
    overflow: hidden; /* Hide the overflow on all screens */
}

/* Apply scroll bar on screens with a max-width of 768px (adjust as needed) */
@media (max-width: 768px) {
    .category-inner.noscroll {
        overflow-x: scroll; /* Enable horizontal scroll */
        white-space: nowrap; /* Prevent wrapping of list items */
    }
}

/* Width and height of the scrollbar (optional) */
::-webkit-scrollbar {
    width: 5px; /* Adjust this value to make the scrollbar narrower */
}

/* Track (the background of the scrollbar) */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Change this to the background color you want */
     border-radius: 5px; /* Optional: Round the corners of the scrollbar handle */
    width: 5px; /* Adjust this value to make the scrollbar handle narrower */
    height: 5px; /* Adjust this value to make the scrollbar handle the same size on both sides */
}

/* Handle (the draggable part) for both up and down scrollbar */
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:vertical {
    background: #bba367; /* Change this to the red color you want */
    border-radius: 5px; /* Optional: Round the corners of the scrollbar handle */
    width: 5px; /* Adjust this value to make the scrollbar handle narrower */
    height: 5px; /* Adjust this value to make the scrollbar handle the same size on both sides */
}

/* Optional: Hover styles for the scrollbar handle */
::-webkit-scrollbar-thumb:hover {
    background: #bba367; /* Change this to a darker red color on hover if desired */
}

        #page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
