/* CSS Document */

#cartdiv {
    border: 1px solid #e52160;
    width: 100%;
    display: table;
    margin-bottom: 5px;
}

.row {
    display: table-row;
}

.row div.cell {
    width: 25%;
    display: table-cell;
    text-align: center;
    padding: 8px 5px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

.heading {
    background-color: #e52160;
    color: #fff;
    font-weight: 700;
}

.txt-right {
    text-align: right !important;
}

.highlight {
    background-color: #efefef;
    font-weight: bold;
    border-top: 1px solid #ccc;
}

.deleteitem {
    width: 16px !important;
    height: 16px !important;
    float: left;
    border: 0px solid #fff !important;
}

#delete-cart-form {
    float: right;
    width: 16px;
}

#content input.upweightqty,
#content select.location {
    max-width: 120px;
}

@media screen and (max-width: 600px) {
    .m-hide {
        display: none !important;
    }
    #content input.upweightqty,
    #content select.location {
        max-width: 50px;
    }
}

.error-msg {
    font-size: 1rem;
    text-align: center;
    padding-top: 5px;
    color: red;
}

.more-cta {
    padding: 5px;
    text-align: center;
}

#field_1_13,
#field_1_15,
#field_1_25,
#field_1_26,
#field_1_27,
#field_1_28,
#field_1_29 {
    display: none;
}

#free-delivery {
    display: none;
}

label.error {
    background-color: #ffcfcf;
    border: 1px solid #e6a2a1;
    padding: 5px !important;
    display: block;
    margin-top: 5px !important;
    font-weight: 400;
}

#carttable {
    background-color: #fff;
    border-top: 5px solid #f74471;
    border-bottom: 5px solid #f74471;
    font-size: 15px;
    margin-top: 15px;
    width: 100%;
}

#carttable th {
    background-color: #efefef;
    text-align: center;
    border-bottom: 0px solid #ccc;
    text-align: left;
    font-size: 15px;
}

#carttable input.updateqty {
    width: 50px !important;
    text-align: center;
}

#carttable select,
#carttable .upweightqty {
    width: 90px !important;
}

#carttable td {
    border-top: 1px solid #ccc;
}

#carttable input.deleteitem {
    width: 80px !important;
}

td.right-align {
    text-align: right;
}

#carttable td.tt {
    border-top: 1px solid #ccc;
    background-color: #efefef;
    font-weight: bold;
}

.gform_body {
    padding: 0;
    padding-top: 10px;
    float: left;
    width: 100%;
    font-size: 15px;
}

#gform_wrapper_1,
#gform_wrapper_2 {
    background-color: #fafafa;
    width: 100%;
}

#content ul.gform_fields,
#content ul.gfield_radio {
    margin: 0 !important;
    padding: 0 !important;
}

#content ol.gform_fields {
    margin: 0 !important;
    padding: 0 !important;
}

#content ul.gform_fields li {
    margin: 0 0 8px 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
}
#content ul.gform_fields label {
    display: block;
    color: #000;
    font-size: 15px;
    margin-bottom: 0px;
    padding: 8px 10px;
    font-weight: 400;
    background-color: #035788;
    color: #fff;
}

#content ul.gform_fields .gfield_description {
    color: #000;
    background-color: #fff;
    font-weight: 400;
    margin-top: 0;
    padding: 2px 10px 10px 10px;
    font-size: 13px;
    margin-top: -0px;
    border-bottom: 1px dashed #e52160;
    font-weight: 700;
}

#content ul.gform_fields .gfield_description svg {
    float: left;
    margin-right: 5px;
}

#content ul.gform_fields .gfield_radio label {
    padding: 0;
    color: #000;
    background-color: transparent;
}

.gfield--type-address .ginput_complex {
    border: 1px solid red;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #035788;
}

.gfield--type-address .ginput_complex .ginput_full {
    float: left;
    width: 100%;
}
.gfield--type-address .ginput_complex .ginput_left {
    float: left;
    width: 49.5%;
}
.gfield--type-address .ginput_complex .ginput_left {
    float: left;
    width: 49.5%;
}
.gfield--type-address .ginput_complex .ginput_right {
    float: right;
    width: 49.5%;
}

/*List Table*/

#content ul.gform_fields .gfield_list {
    width: 100%;
    margin-top: 10px;
}

#content ul.gform_fields .gfield_list thead th {
    text-align: left;
    /*width: 25%; */
}

#content ul.gform_fields li#field_1_10 .gfield_list thead th {
    width: 25%;
}

#content ul.gform_fields h2 {
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 14px;

    background-color: #e52160;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

#content ul.gform_fields input {
    width: 100%;
    padding: 6px 10px;
    font-size: 16px;
    margin-bottom: 5px;
}

#content ul.gform_fields input[type="checkbox"] {
    width: auto !important;
    margin-right: 5px;
    float: left;
}

#content ul.gform_fields textarea {
    width: 100%;
    height: 120px;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}

#content ul.gform_fields select {
    width: 100%;
    font-size: 15px;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #fff;
}

#content ul.gfield_radio {
    border: 1px solid #035788;
    float: left;
    padding: 10px 10px !important;
    background-color: #fff;
    width: 100%;
}

#content ul.gform_fields .gfield_radio input {
    width: 25px !important;
    float: left;
}

#content ul.gform_fields .gfield_radio label {
    width: auto;
    float: left;
    float: left;
}

#content ul.gform_fields ul.gfield_radio li {
    width: 100%;
    margin-bottom: 5px;
    float: left;
    position: relative;
    padding-left: 30px;
}

#content ul.gform_fields ul.gfield_radio li input {
    position: absolute;
    top: 0;
    left: 0;
}

#content ul.gfield_checkbox {
    float: left;
    background-color: #fff;
    width: 100%;
    border: 1px solid #035788;
    margin: 0;
    padding: 10px 10px 5px 10px;
}

#content ul.gform_fields .gfield_checkbox input {
    width: 20px !important;
    float: left;
    margin-top: 0px;
}

#content ul.gform_fields .gfield_checkbox label {
    width: auto;
    float: left;
    background-color: transparent;
    color: #000;
    padding: 0;
}

.gfield_error {
    background-color: #ffcfcf;
    border: 1px solid #e6a2a1;
    padding: 5px !important;
    display: block;
    margin-top: 5px !important;
}

.gfield_error label,
.gfield_error .validation_message {
    color: #771d1d !important;
}

li#field_4_2 {
    width: 49% !important;
    float: left;
}

li#field_4_17 {
    width: 49%;
    float: right;
    width: 49% !important;
}

#gform_4 {
    margin-bottom: 20px;
    border-bottom: 4px solid #10c7c9;
    padding-bottom: 20px;
}

.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

#content input#gform_submit_button_1,
#content input#gform_submit_button_2 {
    width: 150px !important;
    padding: 5px;
    margin: 5px 0 0 15px;
    background-color: #e52160;
    border: 2px solid #e52160;
    color: #fff;
    font-weight: 700;
}

.validation_error {
    padding: 10px;
    border: 1px solid #e6a2a1;
    margin: 20px 20px 0px 20px;
    background-color: #ffcfcf;
    color: #771d1d;
}

img.add_list_item {
}

td.gfield_list_icons {
    width: 40px;
}

/*
  #input_1_1{
    display: none;
  }  */

/*
  #field_1_13,#field_1_14,#field_1_15{
    display:none; 
  } 
  
  #total_order{
  display:none;
  }  */

/*Datepicker*/

.ui-datepicker {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    font: 9pt Arial, sans-serif;
    height: auto;
    margin: 5px auto 0;
    width: 216px;
}

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    width: 100%;
}

.ui-datepicker-header {
    background-color: #5ba0d0;
    border-color: #5ba0d0;
    border-style: solid;
    border-width: 1px 0 0;
    box-shadow: 0 1px 1px 0 rgba(250, 250, 250, 0.2) inset;
    color: #e0e0e0;
    font-weight: bold;
    line-height: 30px;
    text-shadow: 1px -1px 0 #000000;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    background-image: url(images/datepicker/arrow.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 600%;
    overflow: hidden;
    text-align: center;
    width: 30px;
}

.ui-datepicker-prev {
    background-position: center -30px;
    float: left;
}

.ui-datepicker-next {
    background-position: center 0;
    float: right;
}

.ui-datepicker thead {
    background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #bbbbbb;
}

.ui-datepicker th {
    color: #666666;
    font-size: 6pt;
    padding: 5px 0;
    text-align: center;
    text-shadow: 1px 0 0 #ffffff;
    text-transform: uppercase;
}

.ui-datepicker tbody td {
    border-right: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
    padding: 0;
}

.ui-datepicker tbody td:last-child {
    border-right: 0 none;
}

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbbbbb;
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0 none;
}

.ui-datepicker td span,
.ui-datepicker td a {
    color: #666666;
    display: inline-block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-shadow: 1px 1px 0 #ffffff;
    width: 30px;
}

.ui-datepicker-calendar .ui-state-default {
    background: linear-gradient(to bottom, #ededed 0%, #dedede 100%) repeat scroll 0 0 transparent;
    box-shadow: 1px 1px 0 0 rgba(250, 250, 250, 0.5) inset;
}

.ui-datepicker-calendar .ui-state-hover {
    background: none repeat scroll 0 0 #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
    background: none repeat scroll 0 0 #fff2aa;
    border: 1px solid #c19163;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
    color: #666666;
    margin: -1px;
    position: relative;
    text-shadow: 0 1px 0 #ffffff;
}

.ui-datepicker-unselectable .ui-state-default {
    background: none repeat scroll 0 0 #f4f4f4;
    color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    margin-left: 0;
    width: 29px;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    margin-right: 0;
    width: 29px;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #d7d7d7;
}

/* tour selection form*/

#field_2_4,
#field_2_7 {
    margin-top: 20px !important;
    display: block;
    padding-top: 10px;
}

#field_2_7 {
    border-top: 1px solid #962424;
    padding-top: 5px !important;
}

#field_2_6 {
    padding-top: 5px !important;
}

.gfield_list {
    font-weight: normal;
    border-top: 1px solid #962424;
    border-bottom: 1px solid #962424;
    margin-bottom: 15px;
}

.gfield_list th {
    font-weight: normal;
    width: 30%;
}

#input_2_7_6 {
    width: 100% !important;
    padding: 2px;
    font-size: 14px !important;
    margin-bottom: 5px;
}

.gfield_list select {
    font-size: 14px !important;
}
/*------------*/
/*------------*/
/*------------*/
/*------------*/
/* Bulk Cart*/
/*------------*/
/*------------*/
/*------------*/
/*------------*/

.page-template-template-notitle h1,
.page-template-template-notitle .page-id-2406 .marquee {
    display: none;
}

.bulk-date-picker {
    padding: 8px 10px;
    background-color: #e52160;
    margin: 15px 0 3px 0;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
}
.bulk-instuctions {
    margin: 5px 0;
}
.bulk-instuctions b {
    color: #e52160;
}
.bulk-instuctions .cat-btn {
    color: #f58220;
    font-weight: 700;
}
.bulk-instuctions a {
    font-weight: 700 !important;
}
.bulk-date-picker ul {
    display: table;
}

.bulk-date-picker ul li {
    display: table-cell;
    padding: 5px !important;
}

#content .bulk-date-picker input {
    border: 1px solid #fff !important;
    padding: 5px;
    width: 120px;
    display: inline-block;
}
.bulk-date-picker input[type="checkbox"] {
    display: none;
    border-radius: 5px;
}
.bulk-date-picker label {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 0 5px;
}

@media (max-width: 720px) {
    /* Your styles for screens under 720px width go here */
    #content .bulk-date-picker ul {
        display: block;
        text-align: left;
        margin: 0;
        padding: 10px;
    }
    #content .bulk-date-picker ul li {
        display: block;
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
        width: 100%;
    }
    #content .bulk-date-picker label {
        color: #fff;
        display: block;
        margin-bottom: 4px;
        width: 100%;
    }
    #content .bulk-date-picker input {
        width: 100%;
        display: block;
    }
}

#content .bulk-date-picker input[type="submit"] {
    padding: 5px 20px;
    border: 3px solid #fff !important;
    border-radius: 35px;
    background-color: #e52160;
    font-weight: 700;
    color: #fff;
    width: auto;
    text-transform: uppercase;
}

.fixed-cart {
    position: fixed;
    bottom: 25px;
    right: 25px;
    height: 70px;
    width: 80px;
    line-height: 60px;
    font-size: 40px;
    text-align: center;
    background-color: #fff;
    z-index: 100;
    border-radius: 0 0 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.fixed-cart [class^="icon-"] {
    line-height: 70px;
    color: #000;
    display: block;
    margin-left: -3px;
}

.fixed-cart b {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    top: 10px;
    left: -25px;
    height: 40px;
    width: 40px;
    line-height: 35px;
    text-align: center;
    background-color: #e52160;
    z-index: 100;
    color: #fff;
    border-radius: 50%;
}

.fixed-cart em {
    position: absolute;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;

    top: -40px;
    left: 0px;
    height: 40px;
    width: 100%;
    line-height: 35px;
    text-align: center;
    background-color: #e52160;
    z-index: 100;
    color: #fff;
    border-radius: 20px 20px 0 0;
}

.shake {
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-5px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(5px);
    }
}

.isotope-buttons {
    padding: 10px;
    margin-bottom: 15px;
}
.isotope-buttons button {
    border: 3px solid #f58220;
    border-radius: 35px;
    background-color: #f58220;
    padding: 3px 8px;
    color: #fff;
    margin-right: 3px;
    margin-bottom: 5px;
    font-weight: 700;
}

.isotope-select {
    display: none;
}

.product-row {
    display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
}

/*
.bulk-scroller h2 {
    margin: 20px 0 !important;
    padding: 15px 30px !important;
    background-color: #f58220;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border-top-right-radius: 25px;
}
.bulk-scroller h2 span {
    font-size: 14px;
    margin-left: 10px;
    border-bottom: 2px solid #fff;
}*/

.scroller {
    display: flex;
}

.product-grid {
    float: left;
    width: 100%;
}

.product-item {
    padding: 12px;
    position: relative;
    float: left;
    width: 25%;
}

.product-item .product-item-bg {
    padding: 20px 20px 0px 20px;
    background-color: #fff;
    /* border: 3px solid #efefef;*/

    border-radius: 20px;
    padding-bottom: 60px;
    height: 400px;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media screen and (max-width: 1200px) {
    /* These styles will be applied when the screen width is 1200px or less */
    .product-item {
        width: 50%;
    }
    .product-item .product-item-bg {
        padding: 10px 10px 0px 10px;
    }
}

@media screen and (max-width: 600px) {
    .product-item .product-item-bg {
        height: 440px;
    }
}

@media screen and (max-width: 380px) {
    .product-item {
        width: 100%;
    }
}

.product-item div.available {
    position: absolute;
    right: 5px;
    top: 50px;
    border-radius: 50%;
    background-color: green;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #fff;
}

.product-item div.available:before {
    content: "Available";
    color: green;
    font-size: 12px;
    position: absolute;
    right: 25px;
    line-height: 20px;
    top: 0;
    text-align: right;
    width: 100px;
}

.product-item div.not-available {
    position: absolute;
    right: 5px;
    top: 50px;
    border-radius: 50%;
    background-color: red;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #fff;
}

.product-item div.not-available:before {
    content: "Not Available";
    color: red;
    font-size: 12px;
    position: absolute;
    right: 25px;
    line-height: 20px;
    top: 0;
    text-align: right;
    width: 100px;
}
.product-item a.features {
    position: absolute;
    top: 15px;
    right: 0px;
    background-color: #000;
    display: inline-block;
    padding: 5px 10px;

    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}
.feature-list {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 90%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 10px !important;

    padding: 20px !important;
    font-size: 14px;
    color: #fff;
    display: none;
    z-index: 100;
}
.feature-list li {
    padding: 0px !important;
    margin: 0 0 7px 10px !important;
}

.product-item img {
    width: 120px;
    display: block;
    height: auto;
    padding: 10px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 10px !important;
}
.product-item h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;

    display: block;
    height: auto;
    margin-bottom: 15px;
}
.product-item ul.pricing {
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.product-item ul.pricing li {
    display: table-row;
}
.product-item ul.pricing li span {
    display: table-cell;
    padding: 5px 10px;
    font-size: 14px;
}
.product-item ul.pricing li span:last-of-type {
    width: 100px;
}

.product-item a.bulk-add-cart {
    position: absolute;
    bottom: 20px;
    left: 8%;
    width: 84%;
    display: block;
    padding: 5px;
    border: 3px solid #035788;
    border-radius: 35px;
    background-color: #fff;
    text-align: center;
    margin-top: 5px;
    font-weight: 700 !important;
    color: #035788 !important;
}
.product-item a.bulk-add-cart:hover {
    border: 3px solid #f58220;
    color: #f58220 !important;
}

.bulk-cart-no-dates {
    padding: 5px;
    display: block;
    border: 2px solid red;
    position: absolute;
    bottom: 15px;
    left: 8%;
    width: 84%;
    display: block;
    padding: 5px;
}

div.oneweek li.oneweek {
    font-weight: 700 !important;
    color: #ed1c24;
}

div.twoweek li.twoweek {
    font-weight: 700 !important;
    color: #ed1c24;
}

div.fourweek li.fourweek {
    font-weight: 700 !important;
    color: #ed1c24;
}

li.insurance a:before {
    content: " [+]";
}
li.active {
    font-weight: 700 !important;
    color: #ed1c24;
}
li.active a:before {
    content: " [-]";
}

.slick-track {
    margin-left: 0 !important;
}

.slick-prev,
.slick-next {
    z-index: 50;
}

.slick-prev:before,
.slick-next:before {
    opacity: 1 !important;
    font-size: 30px !important;
    color: #ed1c24 !important;
}
div.28 li.28 {
    font-weight: 700 !important;
    color: #ed1c24;
    text-decoration: underline;
}
.ajax-cart {
    position: fixed;
    display: none;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 450px;
    max-width: 90%;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 0 0 5px 5px;
    z-index: 50;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#content .ajax-cart h3 {
    position: absolute;
    bottom: 100%;
    left: 0%;
    width: 100%;
    background-color: #f58220;
    font-weight: 700;
    padding: 15px 25px;
    color: #fff;
    margin: 0;
    border-radius: 5px 5px 0 0;
}

#content .ajax-cart .ajax-cart-close {
    position: absolute;
    display: block;
    top: -60px;
    right: -15px;
    width: 50px;
    height: 50px;
    background-color: #e52160;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding: 15px;
    color: #fff;
    margin: 0;
    border-radius: 50%;
}

#content .ajax-cart ul {
    margin: 0;
    padding: 10px 10px 8px 10px;
}
#content .ajax-cart ul.cart-items li {
    margin: 10px 0 10px 0 !important;
    padding: 0 !important;
    list-style: none !important;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 400;
}

#content .ajax-cart ul.cart-items li b {
    background-color: #f58220;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    transform: translateY(-3px);
}

#content .ajax-cart ul.cart-items li em {
    font-style: normal;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    transform: translateY(-2px);
}
#content .ajax-cart ul.cart-items li:last-of-type {
    border-top: 1px solid #efefef;
    padding-top: 5px !important;
    color: #ed1c24;
}
#content .ajax-cart ul.cart-buttons {
    margin: 0 0 5px 0;
    padding: 0;
}
#content .ajax-cart ul.cart-buttons li {
    margin: 0;
    padding: 0;
    list-style: none !important;
}
#content .ajax-cart ul.cart-buttons li a {
    margin: 0;
    padding: 0;
    display: block;
    border: 3px solid #ed1c24;
    border-radius: 35px;
    background-color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: 700 !important;
    color: #ed1c24 !important;
}

.raw-cart {
    position: fixed;
    right: 50px;
    top: 150px;
    width: 500px;
    padding: 5px;
    background-color: #771d1d;
    color: #fff;
    height: 500px;
    overflow-y: scroll;
    display: none;
}

#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000000;
}

.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
