
body{
    background-color: #f6f6f6;
}
#timer_sec{
    padding:36px 0px;
    background-color: #fff;
}
.timer_heading{
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    line-height: 1.33;
    /* padding: 24px 18px; */
    color: #262626;
    background-color: #fff;
}
.drop_heading{
    padding: 7px 16px;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 0;
    padding-top: 15px;
}
.timer_flex{
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 350px;
    font-weight: 400;
}
.timer_flex .timer_item .num{
    font-size: 46px;
    line-height: 1.5;
    font-weight: 400;
}
.timer_flex .timer_item .text{
    font-size: 14px;
    line-height: 1.4;
    margin-left: -1px;
    font-weight: 700;
    line-height: 1.43;
    color: #727272;
    text-transform: uppercase;
}

.ticket_title{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #262626;
    margin: 0 0 16px;
    margin-top: 48px;

}
.ticeket_container{
    background-color: white;
    padding: 32px;
    border: 1px solid #ebebeb;
}
.ticket_set{
    display: flex;
    justify-content: space-between;
    padding: 0 0 24px;
    border-bottom: 1px solid #ebebeb;
    margin: 15px 0 0;
}
.ticket_set_left .set_heading{
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 700;
}
.ticket_set_left .set_para{
    font-size: 16px;
    line-height: 1.4;
    color: #727272;
}
.ticket_set_right{
    display: flex;
    align-items: center;
}
.ticket_set_right button{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 30px;
    width: max-content;
    border-radius: 20px;
    user-select: none;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    font-family: Averta, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: 4px 12px 4px 8px;
    border: 1px solid rgb(214, 214, 214);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 6px 12px;
    color: rgb(100, 100, 100);
    background-color: transparent;
}
.availability_div{
    padding: 32px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-top: 48px;
    
}
.availability_div a{
 
    color: #026cdf;
    text-decoration: none;
}
.tips_box{
    padding: 32px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}
.tips_flex{
    display: flex;
    margin-top: 25px;
}
.tips_flex .tips_img{
    font-size: 16px;
    color: #1f262d;
    margin-right: 12px;
    display: flex;
    align-items: center;
}
.tips_flex .tips_text{
    font-size: 16px;
    color: #1f262d;
}
.hidden {
    display: none;
  }
  .toggle_btn{
    text-align: center;
  }
.toggle_btn button{
background-color: transparent;
border: none;
margin-top: 25px;
font-size: 16px;
line-height: 1.4;
padding: 0;
font-weight: 700;
color: #026cdf;
background: transparent;
}
.toggle_btn button span{
    margin-left: 30px;
}

@media screen and (max-width:450px) {
    .ticket_set{
        display: block;
    }
    .ticket_set_right{
        margin-top: 10px;
    }
    .timer_flex{
        justify-content: space-around;
    }
    .timer_flex .timer_item .num{
        font-size: 36px;
    }
}


/* 2nd page */
/* body{
    background-color: black;
} */
.silvest_dang{
    display: flex;
    justify-content: space-between;
}
.silvest_heading{
    font-size: 48px;
        font-weight: 700;
        line-height: 52px;
        font-family: Inter, "Helvetica Neue", Roboto, Arial, "Lucida Grande", "sans-serif";
        color: white;
}

.silvest_btn1 button{
background-color: transparent;
border-radius: 24px;
border: 1px solid rgb(207, 212, 217);
padding: 0 10px;
/* padding-left: 12px; */
/* padding-right: 5px; */
color: white;
font-size: 12px;

}
/* .silvest_btn1 button svg{
margin-left: 5px;

} */
.silvest_btns{
  display: flex;
    align-items: center;
    justify-content: end;
    width:140px;
}
.silvest_btn2 button{
    border-radius: 50px;
    border: 1px solid rgb(207, 212, 217);
    color: white;
    background-color: transparent;
    height: 35px;
    width: 35px;
    margin-left: 8px;
    
}
.silvest_btn2 button svg{
  margin-left: -4px;
    
}
.two_tabs{
    display: flex;
}
.two_tabs .tab{
    font-size: 16px;
    font-weight: 600;
    color:white;
    padding:10px 0;
}
.two_tabs .border_active{
 
    border-bottom: 2px solid white;
}
.line{
    height:1px;
    width:100%;
    background-color:white;
}
.location button{
    font-family: inherit;
    cursor: pointer;
    width: auto;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-flex;
    gap: 4px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 10px 16px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    fill: rgb(255, 255, 255);
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    width: max-content;
    opacity: 0.97;
}
.location button:hover{
opacity: 0.9;
}
.country {
    font-family: inherit;
    cursor: pointer;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-flex;
    gap: 15px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 10px 16px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    fill: rgb(255, 255, 255);
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    width: max-content;
    opacity: 0.97;
}
.country:hover {
   opacity: 1;
}
.other_drop {
    font-family: inherit;
    cursor: pointer;
    width: auto;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-flex;
    gap: 4px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 10px 16px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    fill: rgb(255, 255, 255);
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    width: max-content;
    opacity: 0.97;
}
.other_drop:hover{
    opacity: 1;
    background-color: white;
    color: black;
}
.other_drop:hover svg path {
   fill: black;
   stroke: black;
}
.buttons_flex{
    display: flex;
    padding: 20px 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.buttons_flex div{
    margin-right: 6px;
    
}
.header_top{
    min-height: 280px;
    background-color: black;
}
.ticket_body{
    margin-top: 0px;
}


.main_ticket_flex{
    display: flex;
    border-style: solid;
    border-color: rgb(207, 212, 217);
    border-width: 0px;
    border-radius: 7px;
    background-color: white;
    padding: 20px 15px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    margin-top: 15px;
}
.main_flex_outer{
    border-radius: 12px;
    background-color: white;
    padding: 12px 0px;
    margin-top: 15px;
}
.main_flex_outer .btn_part_no_ticket{
 padding-left: 13px;
 padding-right: 13px;
 justify-content: space-between;
}
.for_border{
    border-color: rgb(0 0 0) !important;
    border-width: 1px;
    position: relative;
   
}
.top_badge{
    border: 1px solid rgb(0 0 0);
    padding: 7px;
    position: absolute;
    right: 15px;
    top: -20px;
    z-index: 9;
    border-radius: 6px;
    color: rgb(255 255 255);
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
    background-color: rgb(0 0 0);
}
.top_badge svg{
    margin-bottom: -2px;
}
.date_part{
    padding: 0px 13px;
    width: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgb(207, 212, 217)
}
.date_part .month{
    color: rgb(0 0 0);
    font-size: 17px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    display: flex;
    -webkit-box-pack: start;
    place-content: center flex-start;
}
.date_part .day{
    color: rgb(0 0 0);
    font-size: 17px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    display: flex;
    -webkit-box-pack: start;
    place-content: center flex-start;
    margin-top: 3px;
}

.date_part .time{
    color: rgb(47, 52, 59);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-top: 4px;
    display: flex;
    -webkit-box-pack: start;
    place-content: center flex-start;
    text-align: left;
}

.text_part{
    word-break: break-word;
    padding: 0px 8px 0px 20px;
    width: 100%;
}
.text_part .text_heading{
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 4px;
}
.text_part .text_para{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: rgb(133 133 133);
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.text_part .text_lugar{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: rgb(97 97 97);
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.text_para .d-flex img{
    width: 15px;
    height: 10px;
    margin-top: 5px;
    margin-right: 6px;
}
.red_icon button{
    border: none;
    padding: 0;
    background-color: transparent;
}
.red_icon svg{
margin-top: -3px;
}
/* .icon svg{
    margin-left: 2px;
} */
.btn_part_flex{
    display: flex;
    align-items: center;
}
.red_text{
    font-size: 14px;
    color: #DB2C7B;
}
.follow_btn button{
    font-family: inherit;
    cursor: pointer;
    position: relative;
    text-align: center;
    vertical-align: middle;
    /* box-sizing: border-box; */
    display: inline-flex;
    gap: 4px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 8px;
    padding: 10px 20px;
    background-color: #000000;
    color: rgb(255 255 255);
    fill: rgb(13 13 13);
    border: 1px solid rgb(0 0 0);
    font-size: 14px;
    font-weight: 600;
    width: max-content;
}
.follow_btn button:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    fill: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
}
.btn_part{
display: flex;
align-items: center;
padding: 0px 8px;
margin-left: auto;
padding-right: 15px;
}
.svg_part{
    margin-right: 7px;
}
.recently_heading{
    font-weight: bold;
    flex: 1 1 100%;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 16px 0px 8px;
}
.first_flex {
    width: 55%;
}
.no_event_heading{
    font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-bottom: 25px;
}
.btn_part_no_ticket .no_ticket_text{
    font-size: 16px;
    font-weight: 500;
    color: rgb(47, 52, 59);
    line-height: inherit;
    width:max-content
}
.btn_part_no_ticket .join_btn{
    font-size: 16px;
    font-weight: 500;
    color: #0075C4;
    line-height: inherit;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.join_btn span svg{
    margin-right: 7px;
    margin-bottom: 3px;
}
.this_week{
    font-weight: 700;
    font-size: 14px;
}
.ticket_main{
    padding-bottom: 40px;
}
.ticket_main a{
    text-decoration: none;
    color: black;
}
.right_media_box img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.media_body{
    padding: 15px 15px;
    background-color: white;
    padding: 15px 20px;
}
.media_body a{
    text-decoration: none;
}
.media_body .card_heading{
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}
.media_body .card_para{
    font-size: 18px;
    /* font-weight: 700; */
    line-height: 27px;
    margin-top: 15px;
}
.media_player img{
    width: 100%;
    height: auto;
}
.social_media a{
margin-right: 10px;
}
.social_media{
    padding: 12px 0;
}

.sub_text_md{
    -webkit-font-smoothing: antialiased;
    font-family: var(--font-family, Roobert, 'Helvetica Neue', Arial, Helvetica, sans-serif);
    font-feature-settings: var(--font-feature-settings, 'salt');
    font-size: 14px;
    letter-spacing: 0.0125rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

.event_heading_v2 {
    font-size: 28px;
    line-height: 1.25em;
    font-weight: 800;
    color: rgba(255, 255, 255, 1.00);
    font-family: "Monument Extended", Arial, Helvetica, sans-serif;
}

.event_subheading_v2 {
    color: rgba(186, 189, 193, 1.00);
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 5px;

}

.event_subheading_v2 a{
    color: rgba(186,189,193,1.00);
    font-weight: 700;
    color: white;
    text-decoration: none;
}
.event_subheading_v2 a:hover{
    cursor: pointer;
    opacity: 0.7;
}

.select_ticket_buton_v2{
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}
.select_ticket_buton_v2 .ticket_btn1_v2 button{
    padding: 10px 20px;
    background-color: rgb(255 255 255 / 17%);
    color: rgb(255 255 255);
    line-height: 20px;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    border-radius: 5px;
    border: none;
}
.select_ticket_buton_v2 .ticket_btn1_v2 button:hover{
    opacity: 0.8;
}
.select_ticket_buton_v2 .ticket_btn2_v2 button{
    padding: 10px 20px;
    background-color: rgba(255,255,255,1.00);
    color: rgba(27,27,27,1.00);
    line-height: 20px;
    letter-spacing:0.5px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 15px;
    text-transform: uppercase;
    font-family: "Space Grotesk", Roboto, Arial, Helvetica, sans-serif;
    border-radius: 5px;
    border: none;
}

.hover_div{
}
.hover_div:hover{
    /*
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 6px 0px;
    */
    background-color: rgb(255, 255, 255);
    border-color: rgb(0 0 0) !important;
    border-width: 1px;
}
.sort{
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
    position: relative;
    z-index: 9999;
    margin-top: 30px;
    margin-bottom: 30px;
}
.sort button{
   background-color: transparent;
   border: none;
   font-weight: 500;
   line-height: 20px;
}
.sort button:hover{
    color: #026cdf;
}
.sort button svg {
    margin-top: -4px;
    margin-right: 7px;
}
.sort button:hover svg {
    fill: #026cdf;
}
.sort_text{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 10px;
}
.no_action{
    color: rgb(103, 115, 131);
}


.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-btn {
    font-family: inherit;
    cursor: pointer;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-flex;
    gap: 4px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 10px 16px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    fill: rgb(255, 255, 255);
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    width: max-content;
    opacity: 0.97;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
}

.dropdown-content .dropdown-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    color: #333;
    padding: 8px 16px;
    cursor: default;
    min-height: 48px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.dropdown-content .dropdown-item:hover {
    background-color: #f1f1f1;
}

.dropdown-content .dropdown-item.selected {
    background-color: #f1f1f1;
    color: #333;
}

.dropdown-content .dropdown-item .tick-icon {
    display: none;
    margin-left: auto;
    color: black !important; /* Green color for tick */
}

.dropdown-content .dropdown-item.selected .tick-icon {
    display: block;
}

/* Hidden input for Flatpickr */
#dateRangePicker {
    position: absolute;
    top: 100%; /* Position below the dropdown */
    left: 0;
    z-index: 1000; /* Ensure it appears above other elements */
    display: none; /* Initially hidden */
    visibility: hidden;
}
.dropdown-content .dropdown-item .tick-icon {
    display: none;
    margin-left: auto;
    color: black; /* Change tick icon color to black */
}

/* hover */

.silvest_btn1 {
    display: flex;
    align-items: center;
    position: relative; /* For absolute positioning of text */
    overflow: hidden;
    width: 60px; /* Initial width */
    transition: width 0.3s ease; /* Smooth transition for width */
    white-space: nowrap;
    background-color: transparent; /* Optional: Background color for visibility */
    border: 1px solid rgb(207, 212, 217); /* Optional: Border for visibility */
    color: white;
    border-radius: 50px;
    padding: 5px 0px;
    height: 32px;
}

.silvest_btn1 button {
    display: flex;
    align-items: center;
    padding: 5px;
    border: none;
    background: transparent;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    padding-left: 8px;
}

.silvest_btn1 .number {
    font-size: 12px;
    color: white;
    transition: opacity 0.3s ease;
    position: relative; /* For positioning of the text */
    z-index: 1; /* Ensure it is above other elements */
    margin-right: px; /* Space between number and icon */
    /* padding-left:5px; */
    cursor: pointer;
}

.silvest_btn1 .icon {
    display: inline-block;
}

.silvest_btn1.expanded {
    width: 95px; /* Expanded width */
}

.silvest_btn1.expanded .number {
    opacity: 0;
}

.silvest_btn1::before {
    content: "follow";
    font-size: 12px;
    color: white;
    position: absolute;
    left: 10px; /* Position at the start */
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap; /* Ensure text doesn't wrap */
    z-index: 1; /* Ensure it is above other elements */
    opacity: 0; /* Hide text by default */
    transition: opacity 0.3s ease, content 0.3s ease; /* Smooth transition */
    cursor: pointer;
}

.silvest_btn1.expanded::before {
    opacity: 1; /* Show text when expanded */
}

.silvest_btn1.followed::before {
    content: "followed"; /* Change text when followed */
}

.silvest_btn1.followed .icon path {
    fill: white; /* Change fill color to black when followed */
}

.silvest_btn1 .icon path {
    fill: transparent; /* Initial fill color */
    transition: fill 0.3s ease; /* Smooth transition for color change */
}

.silvest_btn1 .icon {
    margin-left: auto; /* Push icon to the right */
}
/* fav */
.svg_part {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border: 1px solid gray;
    overflow: hidden;
    background-color: white;
}

.favorite-icon {
    transition: transform 0.3s ease;
}

.favorite-text {
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 40px; /* Position text to the left side of the SVG */
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}
.svg_outer {
    width: 120px;
    text-align: end;
}
/* sort button */
 /* Button styles */
.sort-button {
background-color: transparent;
border: none;
font-weight: 500;
line-height: 20px;
display: flex;
align-items: center;
cursor: pointer;
position: relative;
padding: 10px;
}

/* SVG inside button */
.sort-button svg {
margin-top: -4px;
margin-right: 7px;
}

/* Dropdown container */
.sort-dropdown {
display: none; /* Initially hidden */
position: absolute;
background-color: white;
/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
margin-top: 5px;
z-index: 100;
width: 180px;
padding: 8px;
box-shadow: rgba(15, 15, 15, 0.12) 0px 5px 10px 0px;
border-radius: 8px;
}

/* Dropdown option styles */
.sort-option {
padding: 8px;
cursor: pointer;
color: #333;
font-size: 14px;
display: flex;
justify-content: space-between;
}
.sort-option.selected {

border: 1px solid rgb(0, 0, 0);
border-radius: 8px;
color: rgb(0, 0, 0);
}

/* Tick mark styles */
.tick-icon {
color: black; /* Change tick color to black */
display: none; /* Hidden by default */
}

/* Show tick for selected option */
.sort-option.selected .tick-icon {
display: inline;
}
/* preloader */
.preloader, .content {
/* display: flex;
flex-direction: row;
align-items: center;
justify-content: center; */
width: 100%;
height: 100%;
}

.preloader {
position: absolute;
top: 40px;
left: 0;
right: 0;
/* bottom: 0; */
background-color: #f5f7f8;
z-index: 9999;
overflow: hidden;
display: none; /* Hidden by default */
}

.column {
display: flex;
/* flex-direction: column; */
align-items: center;
justify-content: center;
padding: 15px 10px;
}

.placeholder {
background-color: #ddd;
border-radius: 4px;
/* margin: 10px 0; */
}

.image-placeholder {
width: 300px;
height: 60px;
background-image: linear-gradient(90deg, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
background-size: 200% 100%;
animation: loading 1.5s infinite;
}

.text-placeholder {
width: 300px;
height: 20px;
background-image: linear-gradient(90deg, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
background-size: 200% 100%;
animation: loading 1.5s infinite;
margin-right: auto;

}
.one{
max-width: 100px;
height: 30px;
background-image: linear-gradient(90deg, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
background-size: 200% 100%;
animation: loading 1.5s infinite;
margin-right: auto; 
margin-right: 10px;
}
.two{
width: 350px;
min-width: 500px;
height: 30px;
background-image: linear-gradient(90deg, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
background-size: 200% 100%;
animation: loading 1.5s infinite;
margin-right: auto;
margin-right: 10px; 
}
.three{
max-width: 150px;
height: 30px;
background-image: linear-gradient(90deg, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
background-size: 200% 100%;
animation: loading 1.5s infinite;
margin-right: auto; 
}


@keyframes loading {
0% {
background-position: 200% 0;
}
100% {
background-position: -200% 0;
}
}

.content_top {
display: none;
}

.content_top.loaded {
/* display: flex; */
transition: opacity 0.5s ease-in-out;
opacity: 1;
}

.list-group-item{
    border-color: rgb(224 231 238 / 0%) !important;
    padding: 0 15px;
    background-color: #f5f7f8;
}


@media screen and (max-width:450px) {

    .btn_part_no_ticket{
        display: none !important;
    }

    .date_part{
        padding: 0px;
        margin-top: 0px;
    }
    .sort_dropdown{
        width: 140px;
    }

    .event_heading_v2 {
        margin-top: 15px;
    }

    .select_ticket_buton_v2 {
        justify-content: center;
    }

    .first_flex {
        width: 100%;
    }
    .silvest_btn1 button{
        width: 72px;
    }
    .media_body{
        display: none;
    }
    .buttons_flex {
        display: flex;
        padding: 20px 0;
        width: 350px;
        overflow-x: auto;
        margin: auto;
    }
    .other_drop,.country{
        height: 41px;
    }
    .silvest_heading{
        color: black;
        font-size: 36px;
        line-height: 35px;
        margin-top: 15px;
    }
    .silvest_dang{
        display: block;
    }
    .two_tabs .tab{
        color: black;
    }
    .two_tabs .border_active{
        border-color: black;
    }
    .line{
        background-color: black;
    }
    .silvest_btn1 button{
        color: black;
    }
    /* .silvest_btn1 button svg{
        stroke: black;
    } */
    .silvest_btn1 button svg path{
        stroke: black;
    }
    .silvest_btn2 button svg path{
        stroke: black;
    }
    .country{
        color: black;
        width: max-content;
    }
    .other_drop{
        color: black;
        width: max-content;
    }
    .country svg path{
        fill: black;
    }
    .other_drop svg path{
        fill: black;
    }
   .outer{
    width: 150px;
   }
   .silvest_btn1 .number{
    color: black;
   }
   .buttons_flex div{
    position: relative;
   }
   .silvest_btns{
       justify-content:start;
   }
}