/* Add here all your CSS customizations */
.Mobile{
    display: none;
}
@media (max-width: 767px) {
    .notMobile{
        display: none;
    }
    .Mobile{
        display: block;
    }
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
#headerAccount .btnHeader,#headerAccount .btnHeader:focus{
    border: none;
    background: none;
}
#headerAccount .dropdown-toggle::after {
   display: none !important;
}
#containerLoadingFilter { position: relative; }
#overlayLoadingFilter {
    display: none; z-index: 99;
    width: 100%; height: 100%;
    position: absolute; top: 0; left: 0;
    background: rgba(66, 22, 22, 0.5);
}
.fastStartHeader a{
    position: absolute;
    background-color: #b07979;
    bottom:0;
    left: 0;
    font-size: 12px;
    padding: 3px !important;
    margin: 1px !important;
    color: #5d040f !important;
}
.page-header-bg {
    /*background-color: #0a2ffb;*/
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-header-bg ul.breadcrumb {
    font-size: 20px;
}

.page-header-bg:before {
    background-image: url('../img/BackGround.svg');
}

.page-header-bg .p-static h1 {
    font-size: 28px;
    font-weight: 800;
}

.page-header-bg .p-static img {
    margin-left: 20px;
}

@media (max-width: 992px) {
    .header-search {
        display: none !important;
    }
}
.page-header .header-name-sub{
    width: 50%;
}

.toggle.toggle-minimal .toggle > .toggle-title {
    background: transparent;
    color: #777;
    border-radius: 0;
    margin: 0;
    padding: 12px 0 12px 41px;
    font-weight: 700;
}

#filterBox .toggle-minimal {
    border: 2px solid #eee;
}

#filterBox .toggle-minimal .toggle {
    padding: 10px 20px;
}

#filterBox .toggle-minimal .toggle .toggle-content {
    padding: 10px;
}

#filterBox .toggle-minimal .toggle .badge {
    padding: 5px 10px;
    font-weight: 100;
}

.btnInTagFilter {
    border: none;
    background: none;
    color: white;
    font-size: 15px;
    padding: 0px 10px 0px 0px;
    margin-right: 20px;
}

#filterBox .toggle-minimal .toggle .toggle-content2 {
    padding: 0px;
    margin-top: 20px;
}

#filterBox .toggle label {
    color: #0a0a0a;
}

.btnInTagFilter2 {
    border: none;
    background: none;
    color: #999;
}

.flatpickr-innerContainer {
    justify-content: center;
}

#filterBox .dateflt .input {
    visibility: hidden;
}

#filterBox span.fltResult {
    color: #e2001e;
}

#filterBox h4 {
    display: inline-flex;
    margin-bottom: 0;
}

#filterBox h5 {
    font-weight: 100;
    color: #999;
    display: inline-flex;
    margin-bottom: 0;
}

#filterBoxSort span {
    display: block;
    padding: 15px 5px;
}
#filterBoxSort li.nav-item {
    background: none;
}

#filterBoxSort ul {
    width: 100%;
    display: flex;
    border: 2px solid #eee;
}

#filterBoxSort ul li {
    display: inline-flex;
    margin-bottom: 0;
}

#filterBoxSort ul li button {
    cursor: pointer;
    border-bottom: 0;
}

#filterBoxSort ul li .active {
    border-bottom: 4px solid #eee;
    border-bottom-color: #e2001e;
}

.divInCard {
    display: flex;
}
.divInCard2{
    position: absolute;
    bottom: 10px;
    padding-top: 20px;
}
.divInCard3{
    padding-bottom: 30px;
}
#listOfComplexes a{
    overflow: hidden;
}
#listOfComplexes .divInCard3 .address{
    width: 100%;
    background-image: linear-gradient(270deg,#888 60%,rgba(0,0,0,0) 95%);
    -webkit-background-clip: text;
    color: transparent;
    white-space: nowrap;
}

.divInCard .icons {
    margin-top: 5px;
    margin-left: 10px;
    font-size: 17px;
}

.divInCard .toman {
    color: #0a0a0a;
    font-size: 20px;
}

.divInCard .toman2 {
    font-size: 14px;
    color: #888;
}
.divInCardOpaC5{
    opacity: 0.5;
}

.starcard {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #f5f1f1;
    padding: 2px 5px;
}

.starcard span {
    color: black;
    margin-right: 5px;
}

.starcard .icons {
    color: red;
    font-size: 15px;
}

.specialComplex {
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: #f5f1f1;
    padding: 2px 5px;
}

.specialComplex span {
    color: black;
}

.saleCard {
    background-color: #f5f1f1;
    padding: 0px 5px;
    color: red !important;
    width: fit-content;
    text-decoration: line-through;
    margin-right: 25px;
}

.header-logo {
    /*width: 20%;*/
}

.header-logo a, .header-logo svg {
    width: inherit;
}

#filterBoxBtn button i {
    margin-left: 10px;
}
#filterBoxBtn .btn-block{
    border: 2px solid #ad5046;
    background: #ffdfdf;
}

.cityInHeader
{
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 15px;
    border-radius: 4px;
    transition: all ease-out .3s;
}

.cityInHeader:hover{
    cursor: pointer;
    color: black !important;
    background-color: rgba(0, 0, 0, 0.1);
}

#header .cityInHeader span {
    background: none;
    font-size: 20px;
    margin-right: .5rem;
}

@media (max-width: 575px) {
    .header-city {
        position: absolute;
        left: 0;
        margin: 10px 20px;
        color: white;
        border-radius: 4px;
        background-color: #e2001e;
        padding: 2px;
    }
    #header .cityInHeader span{
        font-size: 15px;
    }

    #header .cityInHeader span,
    #header .cityInHeader i{
        color: white!important;
    }

    #header .cityInHeader {
        font-size: 15px;
        background-color: transparent;
        padding: 2px 15px;
    }

    #header .header-login {
        padding-top: 35px;
        margin-left: 10px;
    }

    #filterBoxSort ul li button {
        padding: 10px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    #filterBoxSort ul {
        justify-content: flex-end;
    }
}

@media (max-width: 991px) {
    #searchInfilter {
        display: block;
    }

    #filterBox {
        display: none;
    }

    #filterBoxBtn {
        display: block;
    }

    #upSubEventDetail {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (min-width: 991px) {
    #filterBoxBtn {
        display: none;
    }

    #searchInfilter {
        display: none;
    }
}

@media (min-width: 1440px) {
    .dateflt2 {
        display: none;
    }

    .dateflt {
        display: block;
    }
}

@media (max-width: 1440px) {
    .dateflt2 {
        display: block;
    }

    .dateflt {
        display: none;
    }
}
.card-img-top {
    max-height: 200px;
}
.card {
    width: 100%;
}
.owl-stage .card-img-top {
    height: 165px;
}
@media (max-width: 575px) {
    .card-img-top {height: 200px!important;width: 396px;}}

.cityInHeader .select2-container--default .select2-selection--single {
    border: none;
    background: none;
}

.subEventLabel1 {
    text-align: left;
    width: 120px;
    background-color: #f6f2f2;
    padding-right: 50px;
    padding-left: 5px;
    margin-left: 10px;
    font-size: 16px;
}

.subEventLabel7 {
    cursor: pointer;
    text-align: center;
    width: 120px;
    background-color: #f6f2f2;
    padding-right: 5px;
    padding-left: 5px;
    margin: 10px auto;
    font-size: 16px;
}

ul.subEventdetail li {
    display: block;
}

ul.subEventdetail li * {
    display: inline-block;
}

.subEventLabel2 {
    font-weight: 600;
    font-size: 16px;
}

.subEventLabel3 {
    font-size: 14px;
}

.subEventLabel5 {
    text-align: justify;
}

.subEventLabel4 {
    font-size: 14px;
    color: #999;
}

.starSubEvent {
    font-weight: 600;
    font-size: 20px;
    margin-right: 20px;
}

.subEvetDiv1 {
    margin-top: 20px;
    border: 2px solid #eee;
}

.subEvetDiv1 .nav-item a.nav-link {
    color: #000 !important;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
}
@media (max-width: 767px) {
    #filterBoxSort ul {
        padding-top: 30px;
    }
    #filterBoxSort ul .title{
        top:0;
    }
}

.subEventWeekDay {
    justify-content: space-evenly;
}

.subEventWeekDay div {
    width: auto;
    margin-top: 10px;
    cursor: pointer;
    /*background-color: black;*/
}

.subEventWeekDay .resBg {
    background-color: black;
}

.subEventWeekDay .weekTitle {
    display: block;
    color: white;
    background-color: rgba(40, 28, 31, 0.22);
    width: 100%;
    font-size: 20px;
    padding: 5px 15px;
}

.subEventWeekDay .col {
    padding: 0px 5px;
}

.subEventWeekDay .weekFooter {
    display: flex;
    place-content: center;
    padding-bottom: 10px;
    color: white;
    background-color: rgb(87 54 73 / 69%);
    width: 100%;
    font-weight: 600;
}

.subEventWeekDay .weekFooter1 {
    font-size: 25px;
    margin-left: 3px;
}

.subEventWeekDay .weekFooter2 {
    font-size: 14px;
}

.resBgActive {
    background-color: red !important;
}

.subEventWeekDay .resBg:hover {
    background-color: red;
}

.resDiv1 {
    min-width: 90px;
    cursor: pointer;
    margin: 5px;
    border: rgba(0, 0, 0, 0.16) solid 2px;
    background-color: #ffffff;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.resDiv12, .resDiv13 {
    font-size: 18px;
    margin: 10px 0px;
}

.resDiv18 {
    font-size: 14px;
    margin: 4px 0px;
}
.resDiv182{
    color: #a76ecf;
}
.resDiv183{
    color: #3858a6;
}
.resDiv184{
    color: #b96a26;
}

.resDiv14 {
    color: #a76ecf;
    background-color: #eae5e5;
}

.resDiv-reserved {
    border-bottom: 3px solid #a76ecf;
    background-color: rgba(218, 207, 207, 0.32);
}
.resDiv-reserved2 {
    border-bottom: 3px solid #3858a6;
    background-color: rgba(218, 207, 207, 0.32);
}
.resDiv-reserved3 {
    border-bottom: 3px solid #b96a26;
    background-color: rgba(218, 207, 207, 0.32);
}

.resDiv-full {
    background-color: rgba(218, 207, 207, 0.32);
}

.resDiv-free {
    border: 2px solid #000;
}

.resDiv14 i {
    margin: 5px;
}

.resDiv16 {
    color: #595858;
    background-color: #eae5e5;
}

.resDiv17 {
    color: #9b9b9b;
    font-size: 12px;
}

.commentDiv {
    padding: 30px;
}

.commentDiv img {
    width: 50px;
    height: 50px;
}

.commentDiv .commentName {
    font-weight: 600;
    color: black;
    font-size: 16px;
}

.commentDetail {
    display: flex;
    margin-right: 10px;
    margin-top: 15px;
}

.commentTime {
    margin-right: 20px;
    text-align: -webkit-center;
}

.commentTime i {
    float: right;
    margin: 5px;
}

.commentStar {
    display: inline-flex;
    margin-right: 30px;
}

.commentStar i {
    margin-left: 5px;
    color: red;
}

.commentPurched {
    height: fit-content;
    margin-right: 30px;
    padding: 0px 5px;
    font-size: 10px;
    border: 1px #999 dashed;
}

.commentDiv2 {
    margin-top: 20px;
    margin-right: 20px;
    text-align: justify;
}

.commentTumb {
    left: 60px;
    position: absolute;
}

@media (max-width: 575px) {
    .commentPurched {
        margin-top: 30px;
    }
}

.coomentInput1 {
    width: 100%;
    min-height: 200px;
}

.commentDiv .starRating {
    cursor: pointer;
    width: 80px;
    font-size: 48px;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
}

.commentDiv .ratingTitle {
    text-align: center;
    font-size: 14px;
}

.starRating:hover {
    color: red;
}

.sliderSubEvent {
    z-index: 10;
    margin-top: -85px;
}

@media (max-width: 991px) {
    .sliderSubEvent {
        z-index: 10;
        margin-top: 0px;
    }
}

.iconSubEventShare {
    margin-right: 10px;
    width: 50px;
    padding: 5px;
    font-size: 15px;
    background-color: white;
    color: black;
    border-radius: 50%;
    cursor: pointer;
}

#attributes .badge {
    margin-left: 2px;
}

#listOfComplexes div.col-md-4 {
    margin-bottom: 10px !important;
}

#filterBoxSort li.nav-item button.active {
    outline: none !important;
}

#filterBoxSort li.nav-item button:not(.active) {
    border-bottom: none;
    outline: none !important;
}

.hiddenContent {
    overflow: scroll;
    width: 100%;
    overflow-x: hidden;
    /*position: absolute;*/
    /*bottom: 80px;*/
    /*color: white;*/
    height: 200px;
}

#fullDescription {
    max-height: 100px;
    overflow: hidden;
}

.fullDescriptionBG {
    font-size: 14px !important;
    background: url("../img/gradient_wn.png");
}

[id^="subEventTimes"] .timeDiv {
    display: contents;
}

.header-nav-features-toggle2 {
    background: none;
    border: none;
    margin-right: 10px;
    display: flex;
}

.header-nav-features-toggle2 i {
    font-size: 20px;
    margin-top: 5px;
    margin-left: 2px;
}

#headerAccount span {
    font-size: 16px;
}

.commentTumb {
    cursor: pointer;
}

.factor-header {
    padding: 2px 20px;
}

.factor-body {
    padding: 2px 20px;
}

#f_listOfSanses div {
    text-align: center;
    justify-content: center;
}

#f_listOfSanses .col-lg-2{
    margin-top: 5px;
}

#f_listOfSanses .f-s-day {
    font-size: 11px;
    display: inline-flex;
    width: 30%;
    padding: 2px 5px;
    background-color: black;
    color: silver;
}

#f_listOfSanses .f-s-time {
    display: inline-flex;
    width: 70%;
    background-color: #464545;
    color: #e7e7e7;
}

#f_listOfSanses .f-s-header {
    display: flex;
    margin-bottom: 2px;
}

#f_listOfSanses .f-s-div {
    display: block;
    background-color: #ededed;
    border: 2px solid rgba(0, 0, 0, 0.06);
}

#search-result-box {
    display: none;
    margin-top: 2px;
    width: 30%;
    height: auto;
    max-height: 100px;
    position: absolute;
    background-color: rgb(242 242 242);
    border: 2px solid rgba(180, 179, 179, 0.11);
}

#search-result-box ul {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    list-style-type: none;
}

#search-result-box a {
    color: black;
}

#nameComplex-box {
    display: none;
    margin-top: 35px;
    width: 85%;
    height: auto;
    max-height: 100px;
    position: absolute;
    background-color: rgb(242 242 242);
    border: 2px solid rgba(180, 179, 179, 0.11);
    z-index: 19;
}
#nameComplex-box ul {
    padding-right: 5px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    list-style-type: none;
}

#nameComplex-box button{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    color: #a09191;
    border: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: right;
}

.contractPrint .header {
    display: flex;
    background-color: black;
    justify-content: space-between;
    align-items: center;
}

.contractPrint .header img {
    height: 60px;
    padding: 10px 10px;
}

.contractPrint .header * {
    display: flex;
}

.contractPrint h2 {
    padding: 15px;
    margin: 10px 0px;
    color: white;
}

.contractPrint .bgkyo {
    min-width: 70px;
    font-size: 10px;
    min-height: 5px;
    background-color: black;
    margin-left: 10px;
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
    }

    .contractPrint h2 {
        print-color-adjust: exact;
        color: white;
    }

    .contractPrint .bgkyo {
        print-color-adjust: exact;
        background-color: black;
    }

    .no-print, .no-print * {
        display: none;
    }
}

@media (max-width: 575px) {
    #headerAccount span {
        font-size: 12px;
    }
    #header .header-nav-features {
        padding-right: 0px;
        margin-right: 0px;
    }
}
.handShakeLik{
    color:black;
    margin-left: 20px;
}
.phoneNumber{
    font-size: 20px;
    margin-top: 30px;
    display: grid;
    position: absolute;
    left:0;
}
@media (max-width: 991px) {
    .phoneNumber{
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .phoneNumber {
        display: none;
    }

    .handShakeLik {
        display: none;
    }

    .subEvetDiv1 .nav-item a.nav-link {
        font-size: 14px;
        padding: 10px;
    }
    #swal2-title{
        font-size: 20px !important;
    }
    .swal2-popup {
        font-size: 0.8em !important;
    }
}
@media (min-width: 767px) {
    #fastStartHeader{
        display: none;
    }
}
.phoneNumber a i{
    margin-left: 5px;
}
.resDiv1 input[type="checkbox"]{
    accent-color: #e2001d;
}
.messageA{
    text-align: -webkit-center;
    display: block;
    width: 100%;
    align-content: center;
    font-size: 30px;
    margin: 10px auto;
    color: black;
}
.imgSetting{
    width: 100%;
}
#mfooter{
    width: 100%;
    bottom: 0;
    position: fixed;
    background-color: white;
    --tw-shadow: 0px -9px 18px #00000026;
    --tw-shadow-colored: 0px -9px 18px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    z-index: 99;
}
#mfooter .container{
    padding: 0;
    margin: 0;

}
.mfICon{
    display: block;
    width: 25%;
    padding: 12px 10px;
    -webkit-box-shadow: inset 1px 1px 1px #d7c4c4;
    -moz-box-shadow:    inset 1px 1px 1px #d7c4c4;
    box-shadow:         inset 1px 1px 1px #d7c4c4;
    /*display: inline-flex;*/
}
.mfICon button{
    width: 100%;
    height: 100%;
    padding:0 ;
    border-radius: 0px;
    border: none;
}
.mfICon button:hover{
    background-color: transparent;
    color: #e2001d;
}
.mfICon button i{
    font-size: 25px;
}
.row-mfooter{
    /*display: flex;*/
    margin: 0 !important;
}
.mfICon h4{
    font-size: 12px;
}
@media (max-width: 575px) {
    #mfooter{
        display: block;
    }
}
@media (min-width: 575px) {
    #mfooter{
        display: none;
    }
}
#footer .imgFooter img{
    height: inherit;
    padding: 20px;
}
.subEvetDiv1 input[type=radio] {
    border: 0px;
    width: 100%;
    margin-top: 5px;
    height: 1.5em;
    accent-color: #e2001d;
}
.resDivH{
    display: flex;
}
.resDivH span{
    margin-right: 5px;
}
#headerTopUserDropdown{
    border: 2px #e2001d solid;
    box-shadow: 2px 2px 10px #2f2f2f;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
#divOfSansDetail .nav-tabs{
    margin-bottom: -2px !important;
}
#divOfSansDetail .nav-tabs li .nav-link, .nav-tabs li{
    background-color: white;
}
#divOfSansDetail .nav-tabs li .nav-link{
    border: 3px solid rgba(0, 0, 0, 0);
    opacity: 30%;
}
#divOfSansDetail .nav-tabs li .nav-link:hover{
    /*border: 3px solid rgba(0, 0, 0, 0) !important;*/
    opacity: 100%;
    background: none;
}
#divOfSansDetail .nav-tabs li.active .nav-link{
    /*border: 3px solid #e74c3c;*/
    box-shadow: 0 5px 0 white,0 0 0 2px #e2001d;
    border-bottom: none;
    /*box-shadow: 10px 0 2px white;*/
    opacity: 100%;
    background: white;
}
#divOfSansDetail .tab-content{
    box-shadow:inset 0 0 0 2px #e2001d;
    /*border-radius: 10px 0px 10px 10px;*/
}
#divOfSansDetail li.navActive{
    padding: 0 3px;
    background: none;
}

#divOfSansDetail .nav-tabs li.active .nav-link:hover{
    opacity: 100%;
}

#listOfComplexes div:hover *:not(.discountDivOver){
    color: #e2001d !important;
}
#listOfComplexes div:hover span.address{
    width: 100%;
    background-image: linear-gradient(270deg,#e2001d 60%,rgba(0,0,0,0) 95%);
    -webkit-background-clip: text;
    color: transparent !important;
    white-space: nowrap;
}
#listOfComplexes .badge{
    background-color: #555;
    margin-left: 2px;
}
#listOfComplexes .icons{
    color: #555;
}
#listOfComplexes div:hover .badge{
    background-color: #e2001d !important;
    color: white !important;
}
#divOfSansDetail div[id^=subEventWeekDay] {
    justify-content: center !important;
    padding-right: 10px;
    padding-left: 10px;
}

div[id^=sansesTableT_] .contents{
    display: flex;
}
div[id^=sansesTableT_] .content{
    width: 250px;
    margin-left: 2px;
}
div[id^=sansesTableT_] .title{
    font-size: 16px;
}

div[id^=sansesTableT_] .times{
    background-color: #544e4e;
    padding: 2px 5px;
}

div[id^=sansesTableT_] .dates{
    text-align: center;
    width: 100%;
    display: block;
    color: #0a0a0a;
    margin-top: 2px;
    background-color: #eaeaea;
}
#reserves-page .sansesTableT .fdFF{
    text-align: center;
    padding: 2px;
    font-size: 11px;
    border-radius: 5px;
}
#reserves-page .divBH3{
    display: flex;
    justify-content: space-between;
}
#reserves-page .divBH2{
    display: block;
}
#reserves-page .divBH{
    /* it was 24% */
    width: 100%;
    width: -webkit-fill-available;
    margin: 2px;
    display: grid;
    border: 2px solid rgb(144 116 112 / 6%);
    border-radius: 5px;
}
#reserves-page .divBH .titled{
    font-weight: 600;
}
#reserves-page .divBH span{
    padding: 5px;
}
#reserves-page .divBH .fdFF{
    border-radius: 5px;
    padding: 2px;
    text-align: center;
}
#reserves-page .divBH6{
    display: flex;
    justify-content: space-between;
    background-color: rgba(182, 164, 164, 0.05);
    box-shadow: 1px 1px 5px #b82e4b57;
}
#reserves-page .divBH7{
    cursor:pointer;
    font-size: 16px;
    font-weight: 600;
}
@media (max-width: 575px) {
    #reserves-page .divBH{
        width: 100%;
    }
    #reserves-page .divBH3 {
        display: block;
    }
    #reserves-page .divBH .fdFF {
        margin: 0px 10px;
    }
    #reserves-page .divBH7{
        font-size: 12px;
    }
    button[id^=sansesTableBfd]{
        display: none;
    }

}
button[id^=sansesTableB]{
    padding: 2px;
}
.tamasInStatic{
    width: 100%;
    margin-top: 20px;
}
.swal2-popup .swal2-title {
    font-size: 1.5em !important;
}
#subEvetDiv1 #divOfSansDetail .nav-tabs li .nav-link, .nav-tabs li {
    background: none;
}
.featured-box-quaternary .icon-featured {
    background-color: #e8e8e9 !important;
    color: black;
}
.icon-featured {
    margin: 0px !important;
}
.card-header-fs:hover{
    background-color: #3d3c3c !important;
}
.box-content .icon-featured:hover{
    background-color: #dcdcdc !important;
}
.row-fs{
    padding: 30px;margin: 0px 30px;
}
@media (max-width: 992px) {
    .row-fs{
        padding: 10px;margin: 0px 0px;
    }
}

.switchBox .sLabel{
    margin-right: 5px;
}
.dateflt3 input{
    background-color: white;
    margin-top: 5px;
}
.swal2-actions button{
    background-color: #e2001d !important;
}
.flatpickr-disabled{
    opacity: 0.5;
}
.subEvetDiv1 .btn-circle{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0;
}
.subEvetDiv1 thead th{
    color: silver;
    background-color: #0a0a0a;
}

.subEvetDiv1 .td-table-input{
    width: 150px;display: flex;align-items: center;
}
/* ticketTimes1 */
.ticketTimes1 table td,.ticketTimes1 table th{
    vertical-align: middle!important;
    text-align-last: center;
    text-align: -webkit-center;
}
.ticketTimes1 .dayDiv{
    width: 100px;
    height: 100px;
    text-align: center;
    align-content: center;
    display: grid;
    background-color: #b6b6b6;
    border-radius: 10px;
}
.ticketTimes1 .dayDivM .icon-check{
    margin-top: -10px;
    margin-right: -15px;
    position: absolute;
    color: #09b009;
    font-size: 18px;
}
.ticketTimes1 .dayDivM2 .icon-check{
    margin: 2px;
    color: #09b009;
    font-size: 18px;
}
.ticketTimes1 .dayDivM2 .div76{
    padding: 5px;
    background-color: #eeebeb;
    border-radius:3px;
    text-align: center;
}
.ticketTimes1 .dayDiv .icon-check{
    margin-right: -20px;
    position: absolute;
    color: #09b009;
    font-size: 38px;
}
.ticketTimes1 .timeDiv{
    font-size: 23px;
}
.ticketTimes1 .green{
    color: #09b009 !important;
}
.ticketTimes1 .bgGreen{
    color: #25521f !important;
    background-color: #a5f5a5 !important;
}
.ticketTimes1  .red{
    color: #b62c78 !important;
}
.ticketTimes1 .priceDiv1{
    display: block;
    color: #09b009;
    font-size: 26px;
}
.ticketTimes1 .priceDiv2{
    color: #b62c78;
    font-size: 18px;
    text-decoration: line-through;
}
.ticketTimes1 .priceDiv1m{
    display: block;
    color: #09b009;
    font-size: 18px;
}
.ticketTimes1 .priceDiv2m{
    color: #b62c78;
    font-size: 12px;
    text-decoration: line-through;
}
.ticketTimes1 .dateMDiv{
    color: silver;
    background-color: #0a0a0a;
    padding: 2px;
    text-align: center;
    border-radius: 5px;
}
.ticketTimes1 .rightMDiv{
    width: 50%;margin: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.ticketTimes1 .leftMDiv{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.ticketTimes1 .row_ticket_m{
    display: flex;
    border: 2px solid rgba(72, 56, 63, 0.2);
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
    flex-direction: column;
}
.flex-direction-column{
    flex-direction: column !important;
}
.flex-direction-row{
    flex-direction: row !important;
}
#f_listOfTickets .div1{
    /*box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
    border: 1px solid #c7c5c5;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

#f_listOfTickets .div2{
    display:flex;width: 100%;
    justify-content: space-between;
}
#f_listOfTickets .div4{
    position: absolute;
    display: flex;
    flex-direction: column;
}
#f_listOfTickets .div6{
    padding: 5px;
    background-color: #cecece;
    border-radius: 5px;
    text-align: center;
}
#f_listOfTickets .text-2 span{
    font-weight: 600;
}

#f_listOfTickets canvas{
    margin-top: 40px;
}
div[id^=sansesTableT_].tkcDiv .contents{
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
div[id^=sansesTableT_].tkcDiv .contents .content{
    display: flex;
    flex-wrap: wrap;
}
div[id^=sansesTableT_].tkcDiv .contents .alert{
    border: 2px solid #856404;
    width: 100%;
}
div[id^=sansesTableT_].tkcDiv .div3 span{
    font-weight: 600;
}
div[id^=sansesTableT_].tkcDiv .div3{
    display: block;
    width: 100%;
}
.questionsDiv{
    padding: 10px;
    border: 2px solid #cccccc;
    border-radius: 10px;
}
.filedSportWI img{
    width: 100%;
}
.filedSportWI .custom-control{
    padding: 1px !important;
    align-items: center;
    text-align: center;
}
.crossed{
    text-decoration: line-through;
}
#listOfComplexes .discountDivOver{
    display: block;
    position: absolute;
    left: 5px;
    bottom:5px;
    background-color: #e2001d;
    color: white;
    font-size: 25px;
    padding: 2px;
    border-radius: 10px;
}
.featured-boxes-style-3 .featured-box .icon-featured2{
    width: 100px;
    height: 100px;
}
#formModal .form-group {
    margin-bottom: 0.1rem;
}
jdp-container{
    z-index: 10000 !important;
}
jdp-overlay{
    z-index: 9999 !important;
}
.nullResulBox{
    border: 1px solid #b7b7b7;
    border-radius: 5px;
}
.nullResulBox .borderDown{
    border-bottom: 1px solid #dadada;
}
.nullResulBox .text-2{
    color: darkred;
}
.nullResulBox .text-1{
    color: grey;
}
.percentOnTickets{
    width: fit-content;
    background: #e2001e;
    border-radius: 5px;
    font-size: 15px;
    padding: 2px 5px;
    color: white;
    position: absolute;
    right: 150px;
    rotate: -10deg;
    /*top:0;*/
    /*left: 0;*/
}
.percentOnTickets1{
    display: block;
    width: fit-content;
    background: #e2001e;
    border-radius: 5px;
    font-size: 15px;
    padding: 2px 5px;
    color: white;
    rotate: 10deg;
}
.percentOnTickets2{
    display: block;
    width: fit-content;
    background: #e2001e;
    border-radius: 5px;
    font-size: 15px;
    padding: 2px 5px;
    color: white;
    position: absolute;
    left: 0;
    margin-bottom: 100px;
    rotate: -10deg;
}

.percentOnTickets3{
    display: block;
    width: fit-content;
    background: #e2001e;
    border-radius: 5px;
    font-size: 15px;
    padding: 2px 5px;
    color: white;
    position: absolute;
    right: 0;
    margin-bottom: 10px;
    rotate: 10deg;
}
#searchInfilter{
    display: none;
}

.cityModalSearch
{
    border: 1px solid #d2d2d2;
    padding: .5rem 10px;
    border-radius: 8px;
    margin-bottom: 1rem;
}
.cityModalSearch:focus-within{
    border: 1px solid #e2001e;
    box-shadow: inset 0px 0px 2px #e2001e;
}

.cityModalSearch i
{
    font-size: 1.2rem;
}
.cityModalSearch input
{
    margin-right: .5rem;
    border: none;
    outline: none;
}

.see_more
{
    font-weight: bold;
    color: #444 !important;
    text-shadow: 0px 2px 6px rgba(68, 68, 68, 0.7);
    transition: all .3s ease;
}

.see_more:hover
{
    font-weight: bold;
    text-shadow: 0px 2px 6px rgba(226, 0, 30, 0.7);
    color: #e2001e !important;
}

.section_title{
    text-shadow: 0px 1px 6px rgba(68, 68, 68, 0.7);
}
