/******************* General Styles *******************/

body {
    font-family: 'Alte Haas Grotesk', sans-serif !important;
    /* background: url('/new_design/1920_subpages_main.6ebe948.jpg'); */
    /* background: url('/img/2024_tall_bg_planet_2.webp'); */
    /* background-repeat: no-repeat; */
    /* background-size: 100% auto; */
    /* background-position: top center; */
    /* background-attachment: fixed; */
    background: #220047 !important;

    /* Add the blur effect */
    /* filter: blur(8px); */
    /* -webkit-filter: blur(8px); */
}

.login {
    font-size: 14px;
    letter-spacing: 2px;
}

.login:hover {
    /* font-weight: bold;*/
    color: #dd8255 !important;
}

.forgot {
    color: rgb(221 130 85) !important;
    margin-top: 12px;
}

.register {
    /* background: rgb(221 130 85) !important; */
    border-color: #dd8255;
    font-size: 14px;
    letter-spacing: 2px;
}

.sold_out {

    border-radius: 15px;
    border: 2px solid #000;
    position: absolute;
    right: -90px;
    bottom: 20px;
    background: #ffffff !important;
    padding: 10px 10px;
    color: black !important;
    width: 300px;
    text-align: center;
    transform: rotate(-45deg) scale(0.5);
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;

    /* position: absolute;
    right: -90px;
    bottom: 20px;
    background: #ff5c42 !important;
    padding: 2px 10px;
    color: white !important;
    width: 300px;
    text-align: center;
    transform: rotate(-45deg) scale(0.75,1);
    font-size: 24px;
    text-transform: uppercase; */
}

.coming_soon {
    border-radius: 15px;
    border: 2px solid #000;
    position: absolute;
    right: -90px;
    bottom: 20px;
    background: #ffffff !important;
    padding: 10px 10px;
    color: black !important;
    width: 300px;
    text-align: center;
    transform: rotate(-45deg) scale(0.5);
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;

    /* position: absolute;
    right: -90px;
    bottom: 20px;
    background: #087a2a;
    padding: 2px 10px;
    color: white !important;
    width: 300px;
    text-align: center;
    transform: rotate(-45deg) scale(0.75,1);
    font-size: 16px; */
}

.sold_out_big {
    background: #fb3f21;
    color: white !important;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
    margin-top: 78px;
}

.sold_out:before {}

.page-links {
    font-weight: bold !important;
    color: black !important;
}

.in_stock {
    background: #2f9a5f;
    color: rgb(0, 0, 0);
    margin-right: 6px;
}

.limit_stock {
    background: #ff5c42;
    color: #ece5e5;
    margin-right: 6px;
    text-transform: uppercase;
}

.out_stock {
    background: #d7a3a3;
    color: black;
    margin-right: 6px;
}

.bgwhite {
    color: white;
}

.systempagesselct {
    font-size: 16px !important;
    font-weight: bold !important;
}

.ProseMirror {
    padding: 10px;
    background-color: white;
}

.bgwhites {
    background-color: #f5f5f5;
    color: rgb(51, 51, 51);
}

.bgwhite a {
    color: #d2bbbb;
    text-decoration-line: underline;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.pb-20 {
    margin-bottom: 80px;
}

.pt-20 {
    padding-top: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.underline {
    text-decoration: underline;
}

.editor-wrapper {
    padding: 20px;
}

.padding-zero {
    padding: 0px;
}

.margin-zero {
    margin: 0px;
}

.border-none {
    border: none;
    border-radius: 0 !important;
}

.cursor-default {
    cursor: default !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

body .default-text-color {
    color: #e4d1ab;
}

.body-component-wrap {
    /* border: solid 1px #0000005e;
    box-shadow: 0px -7px 20px #b9a4a4;
    padding: 35px 20px; */
}

.alert-payment {
    color: #950600 !important;
    background-color: #4b3e3e5c !important;
    border-color: #97080600 !important;

    padding: 10px;
}

.descroption-wrap {
    color: #ffffff;
    padding: 15px;
    width: 100%;
    text-transform: uppercase;
    background: #00000047;
    border: 1px solid white;
}

.descroption-wrap>span {
    color: white;
}

.pmethod {
    font-weight: bold !important;
}

.component-title {
    color: #ffffff;
    text-shadow: 1px 1px #533b1c;
    text-transform: uppercase;

}

.black {
    color: black !important;
}

.white {
    color: #eeac8e !important;
    text-shadow: 0px 0px #fffbfb;
}

.page-title {
    font-weight: bold;
    background-color: #522d2d;
    color: transparent;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

/******************** Home ************************/
.modal-title {
    color: #787777;
    text-transform: uppercase;
}

/**************** Orser + Profile info page (/home) ******************/

.your-details th,
.your-details td {
    border: none;
    color: #fff;
}

.m-0 {
    margin: 0px;
}


.greens,
.green {
    color: #69b973;
}

.your-order-card .card-body {
    color: #787777;
    background: #ddd6d6;
}

.your-order-card .tent-feature-row .col:nth-child(2) {
    border: none;
}

.your-details-wrap {
    padding-top: 20px;
    background: #15161700;
}

.order-info-alert {
    color: #070707;
    font-weight: 600;
}

.tent-read-more-btn {
    background-color: transparent !important;
}

.btn {
    text-transform: uppercase;
    background-color: white;
    color: black;
}

.btn-unsuccess2 {
    background-color: rgb(77, 20, 20);
    color: white;
}

.btn-success2 {
    background-color: rgb(58, 77, 20);
    color: white;
}

.btn-unsuccess2:hover,
.btn-success2:hover {
    background-color: rgb(43, 43, 43);
    color: white
}

/*********************** My Order Page *************************/
.my-order-list-default {
    background: #05050542;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #d7d7d7;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 5px;
}

.add-extra-list>a>span {
    color: white !important;
    text-transform: uppercase;
}

.my-order-list-default li {
    border: none;
}

.footer-links a {
    color: #f3efe8;
    padding: 10px;
    background: #222;
}

/**************** Login Ragister styles *******************/
.login-register-form-wrap {
    border: solid 1px #0000005e;
    box-shadow: 0px -7px 20px #b9a4a4;
    padding: 20px;
    border-radius: 0px;
    cursor: default !important;
}

.col-wrap-default {
    background: #131212e0;
    color: white;
    padding: 20px;
}

.login-register-form-submit-btn {
    background: transparent;
    color: #dd8255;
    border-color: #dd8255 !important;
}

.login-register-form-submit-btn:hover {
    /* color:#e4cfa9;
    letter-spacing: 3px;
    font-weight: bold; */
    border-color: #dd8255 !important;
}

/********* Order Details and Add Extra styles **************/
.add-extra-list .list-group-item-action {
    padding: 8px 20px;
}

.add-extra-list .list-group-item:first-child,
.add-extra-list .list-group-item:last-child {
    /* border-radius:0px; */
}

.hr-component-title-devider {
    border: 1px solid #522d2d99;
    margin-top: 0px;
}

.shopping-card-list .list-group-item:hover {
    background: #fff;
}

.list-group-item {
    background-color: transparent !important;
    /* border: 1px solid rgb(0 0 0 / 19%) !important; */
    border: none !important;
}


/******************* Create view ************************/
.create-page-wrap ul {
    background: white;
}

.create-page-wrap ul a,
.create-page-wrap ul li {
    color: #222;
}

.create-page-wrap .news-card {
    background: none;
}

.create-page-wrap .tent-card-wrap {
    padding: 0 !important;
    background: #e2d7c2
}


/**************************************/
.show-mobile {
    display: none !important;
}

.administration {
    background-color: transparent !important;
}

.administration h3 {
    margin-left: 20px;
    margin-bottom: 20px;
}



.show-tablet {
    display: none !important;
}

.credencials {
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 0px 1px white
}

/* Tablet styles *****************************/

@media all and (min-width: 480px) and (max-width: 992px) {

    .show-tablet {
        display: block !important;
    }

    .hide-tablet {
        display: none;
    }

    body {
        background-size: cover !important;

    }

}

/* Mobile styles ****************************/


/* 1231234*/

@media all and (max-width: 480px) {
    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: block !important;
    }

    body {
        background-size: cover !important;

    }

    .container-fluid {
        padding: 0px;
    }

    .page-title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .body-component-wrap {
        padding-top: 20px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .footer-links a {
        display: block;
        border-top: 1px solid rgb(85, 85, 85);
    }

    .footer-links {
        margin-bottom: 20px
    }
}


.modal-mask {
    position: absolute;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
}

.modal-wrapper {
    padding-top: 35px;
    padding-bottom: 20px;
    display: table-cell;
    vertical-align: middle;
}


.modal-container {
    width: 60%;

    position: relative;
    top: 0;
    bottom: 0;
    max-height: 100%;

    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: "Alte Haas Grotesk", Arial, sans-serif;
}

.modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.modal-body {
    margin: 20px 0;

}

.modal-default-button {
    float: right;
}

/*
   * The following styles are auto-applied to elements with
   * transition="modal" when their visibility is toggled
   * by Vue.js.
   *
   * You can easily play with the modal transition by editing
   * these styles.
   */

.modal-enter {
    opacity: 0;
}

.modal-leave-active {

    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    /* -webkit-transform: scale(1.1);
    transform: scale(1.1); */
    transform: translateY(1000px);
}

.modal-leace-active,
.modal-enter-active {
    transform: translateY(1000px);

}

.modal-header {
    padding: 0;

}

.modal-body {
    padding: 0;
}

.btn-outline-secondary {
    border: 0;
}

a:hover {
    color: white;
}

/*********** Mobile Styles ***************/

@media all and (max-width: 480px) {
    .modal-container {
        width: 90%;
    }

    .list-tents {
        padding: 2px !important;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    /* body { */
    /*     background-size: cover !important; */
    /**/
    /* } */

    /* .event-dates-under-logo{ */
    /* 	font-size: 10px !important; */
    /* 	left 26% !important; */
    /* } */
    /* .event-dates-under-logo > small { */
    /* 	font-size: 10px !important; */
    /* } */

    .navbar-brand>span {
        bottom: -4px !important;
    }

    .list-heading {
        margin-top: 15px;
    }

    .modal-default-button {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, .125);
    }

    .close-modal-icon-link {
        position: fixed;
        right: 8%;
        top: 40px;
        background: #dedede91;
        z-index: 9;
    }

    .vs__dropdown-menu {
        background: red !important;
    }

}

.opacity-05 {
    opacity: 0.5 !important;
}
