@font-face {
    font-family: 'Kanit';
    src: url('../fonts/Kanit-Regular.ttf');
}

@font-face {
    font-family: 'Kanit Bold';
    src: url('../fonts/Kanit-Bold.ttf');
}

@font-face {
    font-family: 'Kanit SemiBold';
    src: url('../fonts/Kanit-SemiBold.ttf');
}

@font-face {
    font-family: 'Kanit Light';
    src: url('../fonts/Kanit-Light.ttf');
}

@font-face {
    font-family: 'Kanit Medium';
    src: url('../fonts/Kanit-Medium.ttf');
}

@font-face {
    font-display: block;
    font-family: "bootstrap-icons";
    src: url("../fonts/bootstrap-icons.woff") format("woff2"), url("../fonts/bootstrap-icons.woff2") format("woff");
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

.main-wrapper {
    overflow-x: hidden;
    overflow: hidden;
}

.layout-wraper {
    position: relative;
    top: 36px
}

::placeholder {
    color: #b3b3b3;
}

body {
    background-color: #000;
}

* {
    scrollbar-width: auto;
    scrollbar-color: #999999 #cccccc;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 7px;
    /* scrollbar-width: auto; */
}

*::-webkit-scrollbar-track {
    background: #cccccc;
    border-radius: 0 6px 6px 0;
}

*::-webkit-scrollbar-thumb {
    background-color: #999999;
    border-radius: 10px;
    border: 1px solid #cccccc;
}

.form-floating>.form-control:focus~label::after {
    background-color: transparent;
}


/*-----------------LoginSignUp---------------------*/

.form-floating>.form-control:not(:placeholder-shown)~label::after {
    background-color: transparent;
}

.Loginsignup {
    background-color: white;
    min-height: 100vh;
    background-image: url(../image/loginSignup.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.loginsignupbox {
    padding: 50px 80px;
    background-color: white;
    min-height: 100vh;
}

.formtitle {
    margin-top: 30px;
}

.logo img {
    width: 200px;
    cursor: pointer;
}

.formtitle h1 {
    font-family: 'Kanit';
    font-style: normal;
    font-size: 64px;
    line-height: 66px;
    font-weight: bold;
}

.submit-button {
    margin-top: 30px;
}

.submit-button .btn-submit {
    text-decoration: none;
    background-color: #048d11;
    color: #fff;
    font-family: 'Kanit Light';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    padding: 16px;
    width: 100%;
    border-radius: 10px;
    transition: all 0.5s;
}

.submit-button .btn-submit:hover {
    background-color: #000;
    color: #fff;
}

.input-field .form-control {
    background-color: #e8f0fe;
    border: 1px solid #cccccc;
    color: #000;
    font-family: 'Kanit Light';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    border-radius: 10px;
}

.input-field .form-control.is-invalid {
    border: 1px solid red;
}

.input-field .form-floating label {
    color: #b3b3b3;
}

.input-field .form-control:focus {
    border-color: #cccccc;
    background-color: #e8f0fe;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25)
}

.input-field {
    margin-top: 30px;
}

.other-sign-wrap {
    margin-top: 50px;
}

.other-sign-wrap .line-text {
    height: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.other-sign-wrap .line-text .line {
    height: 1px;
    flex: 1;
    background-color: #cccccc;
}

.other-sign-wrap .line-text .or {
    color: #999999;
    line-height: 15px;
    flex: none;
    font-size: 18px;
    font-family: 'Kanit Light';
    font-style: normal;
    border: 1px solid #cccccc;
    padding: 5px 20px;
    border-radius: 20px;
}

.google-sign {
    margin-top: 60px;
}

.google-sign img {
    width: 28px;
    margin-right: 15px;
}

.google-btn {
    background: transparent;
    border: 1px solid #999999;
    border-radius: 10px;
    font-family: 'Kanit Light';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: #808080;
    padding: 16px;
    width: 100%;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-btn:hover {
    background-color: #048d11;
    color: #fff;
}

.Login {
    margin-top: 60px;
}

.Login a {
    text-decoration: none;
    color: #29abe2;
    font-family: 'Kanit Light';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
    transition: all 0.5s;
}

.Login a:hover {
    text-decoration: underline;
}

.input-group-addon {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    position: absolute;
    right: 1px;
    padding: 14px;
    top: 2px;
    border-radius: 0 10px 10px 0;
}

.input-group-addon a i {
    color: #b3b3b3;
    font-size: 24px;
}


/*------------------Navbar------------------*/

#navbar {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed !important;
    width: 100%;
    z-index: 9999;
    /* top: 36px */
}

#navbar .navbar-nav .nav-item .custom-nav-link {
    color: #fff;
    font-family: 'Kanit Light';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    padding: 8px 20px;
    transition: all 0.5s;
}

.brand-logo {
    max-width: 190px
}

#navbar .navbar-nav .nav-item .custom-nav-link:hover {
    color: #048d11;
}

#navbar .has-search {
    width: 35%;
}


/* #navbar .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 55px;
} */

#navbar .has-search .form-control {
    padding: 10px 20px 10px 70px;
    background-color: #3f3f3f;
    color: #fff;
    font-family: 'Kanit Light';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    border: 0;
    border-radius: 100px;
}

#navbar .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    pointer-events: none;
    color: #fff;
    margin-left: 30px;
    padding: 3px 0 0;
}

#search::placeholder {
    font-family: 'Kanit Light';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

#navbar .has-search .form-control:focus {
    box-shadow: none;
}

.list-event-btn span {
    color: #fff;
    font-family: 'Kanit Light';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
    transition: all 0.5s;
}

.list-event-btn a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.list-event-btn a:hover i,
.list-event-btn a:hover span {
    color: #048d11;
}

.list-event-btn i {
    color: #fff;
    transition: all 0.5s;
}

.profile .dropdown-toggle::after {
    content: none;
}

.profile ul {
    top: 40px !important;
    border-radius: 0;
    box-shadow: -8px 0 10px -6px rgba(0, 0, 0, 0.25);
    right: 0;
}


/* .profile ul li {
        padding: 5px 0;
    } */

.profile ul li .dropdown-item:hover {
    background-color: #e6e6e6;
}

.profile ul li .dropdown-item {
    text-decoration: none;
    color: #808080;
    font-family: 'Kanit';
    display: flex;
    align-items: center;
    padding: 10px 12px 10px 16px;
    font-size: 18px;
}

.profile ul li .dropdown-item span {
    text-decoration: none;
    color: #808080;
    font-family: 'Kanit';
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
}

.profile ul li .dropdown-item i {
    color: #000;
    margin-right: 10px;
    font-size: 20px;
}

#navbar .dropdown-toggle::after {
    content: none;
}

#navbar.navbar-toggler {
    border: 1px solid #fff;
}

#navbar .navbar-toggler-icon {
    background-image: url(../image/Button-line.png);
}

.nav-tabs-content .nav-tabs {
    display: none;
}

.dropdown-item .navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #000 !important;
}

.concerts-dropdown .dropdown-item:focus,
.dropdown-item:hover {
    background-color: #fff;
    color: #000;
}

.concert-list-item {
    padding-left: 0;
    margin-bottom: 0;
}

.concert-list-item li {
    list-style: none;
    /* padding-top: 5px; */
}

.concert-list-item li a {
    color: #000;
    font-family: 'Kanit';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    max-width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}


/*-----------------Home--------------------*/

#home {
    background-image: url(../image/Home.png);
    padding-top: 50px;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    margin-top: 50px;
}

.eventPage {
    margin-top: 60px;
}

#home .has-search {
    width: 100%;
    margin-top: 50px;
}

#home .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    font-size: 22px;
    line-height: 46px;
    text-align: center;
    pointer-events: none;
    color: #000;
    margin-left: 30px;
    /* padding: 3px 0 0; */
}

#home .has-search .form-control {
    background-color: #d3d3d3;
    font-family: 'Kanit Light';
    font-style: normal;
    padding: 12px 20px 12px 70px;
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

#event-list .has-search .form-control {
    background-color: #d3d3d3;
    font-family: 'Kanit Light';
    font-style: normal;
    padding: 12px 20px 12px 70px;
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

#home,
#event-list .landing-content {
    text-align: center;
}

.logBtn {
    margin-right: 10px;
}

#searchBox::placeholder {
    font-family: 'Kanit Light';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #000;
}

.landing-content h1 {
    color: #fff;
    font-family: 'Kanit SemiBold';
    font-style: normal;
    font-size: 64px;
    line-height: 66px;
    margin-bottom: 0;
}

.landing-content p {
    margin-bottom: 0;
    color: #fff;
    font-family: 'Kanit Light';
    font-size: 28px;
    line-height: 30px;
    margin-top: 20px;
}

.events {
    padding: 50px 0;
    border-bottom: 1px solid #262626;
}

.event-title h2 {
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 0;
    text-align: center;
}

.other-event {
    padding-top: 50px;
}


/*-----------------------*/

.wrapper {
    max-width: 1080px;
    margin: 20px auto;
}

.slider-container {
    position: relative;
    width: 100%;
}

.events button {
    background-color: transparent;
    border: none;
    padding: 0px;
    border-radius: 0px;
    margin: 0 30px;
    font-size: 18px;
    transition: all 0.5s;
}

.slider-container .item {
    outline: none;
    padding: 25px 0;
    position: relative;
}

.slides-numbers {
    color: #fff;
    font-size: 20px;
    font-family: 'Kanit';
}

.btn-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
}

.counterArrow {
    display: inline-flex;
    align-items: center;
    background-color: #383838;
    padding: 5px 20px;
    border-radius: 50px;
    min-width: 231px;
}

.media-wrap .card {
    margin: 0 20px;
    background-color: #1f1f1f;
    border-radius: 16px 16px 0 0;
    height: 100%;
}

.media-wrap .card-body {
    /* padding-bottom: 50px; */
    height: 250px;
    overflow-y: auto;
}

/* width */
.media-wrap .card-body::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.media-wrap .card-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

/* Handle */
.media-wrap .card-body::-webkit-scrollbar-thumb {
    background: green;
    border-radius: 5px;
}

/* Handle on hover */
.media-wrap .card-body::-webkit-scrollbar-thumb:hover {
    background: #024a09;
}

.media-wrap .card img {
    border-radius: 16px 16px 0 0;
}

.media-wrap .card-footer {
    background-color: #151515;
}

.event-slider h5 {
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px;
}

.event-slider p {
    color: #9f9d9d;
    font-family: 'Kanit';
    font-style: normal;
    font-size: 18px;
    line-height: 20px
}

.event-slider .card-footer {
    padding: 14px 16px;
}

.event-slider .card-footer a {
    color: #9f9d9d;
    text-decoration: none;
    font-family: 'Kanit';
    font-style: normal;
    font-size: 18px;
    line-height: 20px
}

.like {
    position: absolute;
    right: 15px;
    top: 0;
}

.like a {
    font-size: 32px;
}

.slider-holder .favorite-button {
    cursor: pointer;
    border: 0;
    color: white;
}

.slider-holder .favorite-button.is-favorite {
    color: red;
}

.slider-holder .favorite-button .favorite__icon {
    height: 32px;
    width: 32px;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: scale(.6);
    position: absolute;
    font-size: 30px;
    top: 10px;
}

.slider-holder .favorite-button.is-favorite .favorite--enable {
    opacity: 1;
    transform: scale(1);
}

.slider-holder .favorite-button:not(.is-favorite) .favorite--not {
    opacity: 1;
    transform: scale(1);
}


/*------*/

.favorite-button1 {
    cursor: pointer;
    border: 0;
    color: white;
}

.favorite-button1.is-favorite {
    color: red;
}

.favorite-button1 .favorite__icon {
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: scale(.6);
    position: absolute;
    font-size: 30px;
    top: 10px;
}

.favorite-button1.is-favorite .favorite--enable {
    opacity: 1;
    transform: scale(1);
}

.favorite-button1:not(.is-favorite) .favorite--not {
    opacity: 1;
    transform: scale(1);
}


/*------*/

.favorite-button2 {
    cursor: pointer;
    border: 0;
    color: white;
}

.favorite-button2.is-favorite {
    color: red;
}

.favorite-button2 .favorite__icon {
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: scale(.6);
    position: absolute;
    font-size: 30px;
    top: 10px;
}

.favorite-button2.is-favorite .favorite--enable {
    opacity: 1;
    transform: scale(1);
}

.favorite-button2:not(.is-favorite) .favorite--not {
    opacity: 1;
    transform: scale(1);
}


/*------*/

.favorite-button3 {
    cursor: pointer;
    border: 0;
    color: white;
}

.favorite-button3.is-favorite {
    color: red;
}

.favorite-button3 .favorite__icon {
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: scale(.6);
    position: absolute;
    font-size: 30px;
    top: 10px;
}

.favorite-button3.is-favorite .favorite--enable {
    opacity: 1;
    transform: scale(1);
}

.favorite-button3:not(.is-favorite) .favorite--not {
    opacity: 1;
    transform: scale(1);
}


/*--------*/

.favorite-button4 {
    cursor: pointer;
    border: 0;
    color: white;
}

.favorite-button4.is-favorite {
    color: red;
}

.favorite-button4 .favorite__icon {
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: scale(.6);
    position: absolute;
    font-size: 30px;
    top: 10px;
}

.favorite-button4.is-favorite .favorite--enable {
    opacity: 1;
    transform: scale(1);
}

.favorite-button4:not(.is-favorite) .favorite--not {
    opacity: 1;
    transform: scale(1);
}


/*--------Footer--------------*/

#footer {
    padding: 5px 0;
    background-color: #000;
    position: relative;
    z-index: 9999;
}

#footer .rights p {
    color: #666666;
    font-family: 'Kanit';
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
    margin-left: 30px;
}

#footer .terms a {
    color: #666666;
    font-family: 'Kanit';
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
    text-decoration: none;
    transition: all 0.5s;
}

#footer .terms a:hover {
    color: #048d11;
}


/*-------------------Live-event--------------*/

.live-event-content h1 {
    font-family: 'Kanit SemiBold';
    color: #fff;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 15px;
}

.live-event-content p {
    color: #fff;
    font-family: 'Kanit Light';
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    padding-right: 150px;
}

.start-btn {
    background-color: #048d11;
    padding: 8px 20px;
    color: #fff;
    font-family: 'Kanit Light';
    font-style: normal;
    font-size: 22px;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.5s;
}

.start-btn:hover {
    background-color: #fff;
    color: #000;
}

.listing-btn {
    margin-top: 40px;
}

#liveEvent .container-fluid {
    padding-right: 0;
}

.live-event-content {
    /* padding-left: 80px; */
    padding: 50px 0 50px 80px;
}

#eventtype {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #fff;
}

.type-detail {
    padding-left: 80px;
}

.type-detail h1 {
    color: #000;
    font-family: 'Kanit Medium';
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
}

.type-detail p {
    color: #000;
    font-family: 'Kanit Light';
    font-size: 20px;
    line-height: 28px;
    padding-right: 140px;
}


/*---------------------Event Listig Form---------------------*/

.listingForm {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
    /* margin-top: 50px; */
}

#the-count {
    float: right;
    padding: 0.1rem 0 0 0;
    font-family: 'kanit';
    font-style: normal;
    font-size: 15px;
    line-height: 15px;
    color: #808080;
}

#the-count1 {
    float: left;
    padding: 0.1rem 0 0 0;
    font-family: 'kanit';
    font-style: normal;
    font-size: 15px;
    line-height: 15px;
    color: #808080;
    margin-top: 5px;
}

#the-count2 {
    float: right;
    padding: 0.1rem 0 0 0;
    font-family: 'kanit';
    font-style: normal;
    font-size: 15px;
    line-height: 15px;
    color: #808080;
    margin-top: 5px;
    padding-right: 110px;
}

.Event-Listing-form .form-title h1 {
    color: #808080;
    font-family: 'Kanit';
    font-weight: bold;
    font-size: 38px;
    line-height: 40px;
}

.Event-Listing-form .form-title-description p {
    color: #808080;
    font-family: 'Kanit';
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
}

.Event-Listing-form .form-floating label {
    color: #808080 !important;
    font-family: 'Kanit';
    font-size: 16px;
}

.Event-Listing-form .form-control {
    color: #cccccc;
    font-family: 'Kanit light';
    font-size: 14px;
    border-color: #cccccc;
}

.Event-Listing-form .form-control:focus {
    color: #808080;
}

.Event-Listing-form .form-select {
    color: #808080;
    font-family: 'Kanit';
    font-size: 14px;
    border-color: #cccccc;
    padding: 10px 12px;
}

.Event-Listing-form #floatingInput2 {
    border-radius: 6px !important;
    font-family: 'Kanit';
}

#button-add {
    margin-left: 10px;
    border-radius: 6px;
    border-color: #cccccc;
    padding: 0px 30px;
    font-family: 'Kanit';
    font-size: 20px;
    color: #808080;
    transition: all 0.5s;
}

#button-add:hover {
    background-color: #808080;
    color: #fff;
}

.tag {
    margin-top: 80px;
}

hr {
    color: #cccccc;
}

.hr {
    margin-top: 130px;
}

.search-bar .has-search .form-control {
    padding: 10px 14px 10px 56px;
    color: #808080;
    font-family: 'Kanit';
    font-size: 20px;
}

.search-bar .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
    color: #808080;
    font-size: 20px;
    padding: 17px 20px;
}

.hr1 {
    margin-top: 150px;
}

#date {
    background-image: url(../image/date.png);
    background-repeat: no-repeat;
    background-position: 22px 18px;
    padding-left: 55px;
}

.date-label label {
    margin-left: 45px;
}

.Event-Listing-form .form-check {
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 28px;
}

.Event-Listing-form .form-check .form-check-label {
    color: #808080;
    font-family: 'Kanit';
    font-size: 18px;
    line-height: 20px;
}

.Event-Listing-form .form-check .form-check-label span {
    color: #cccccc;
    font-size: 16px;
}

.Event-Listing-form .form-check-input {
    border-radius: 6px;
    font-size: 22px;
}

.Event-Listing-form .form-check-input:checked {
    background-color: #4d4d4d;
    border: 2px solid #cccccc;
    border-radius: 6px;
    font-size: 22px;
}

.form-check-input:focus {
    border-color: #cccccc;
    box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, .25);
}

.Event-Listing-form #floatingSelect {
    color: #808080;
    font-family: 'Kanit';
    font-size: 14px;
    border-color: #cccccc;
    padding: 20px 12px 10px 12px;
}

.Event-Listing-form .form-floating label {
    color: #808080 !important;
    font-family: 'Kanit';
    font-size: 14px;
}

.listingForm .discard {
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 6px;
    color: #808080;
    font-family: 'Kanit';
    font-size: 19px;
    text-decoration: none;
    padding: 8px 12px;
    transition: all 0.5s;
}

.listingForm .discard:hover {
    background-color: #808080;
    color: #fff;
}

.listingForm .save {
    background-color: #ed2e1b;
    border-radius: 6px;
    color: #fff;
    font-family: 'Kanit';
    font-size: 18px;
    text-decoration: none;
    padding: 10px 20px;
    margin-left: 10px;
    transition: all 0.5s;
}

.listingForm .save:hover {
    background-color: #048d11;
}

.Event-Listing-form .form-buttons {
    margin-top: 50px;
    float: right;
}

.Event-Listing-form .search-bar p {
    color: #808080;
    font-family: 'Kanit';
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
}

.Event-Listing-form .has-search {
    width: 100%;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

.search-block {
    display: none;
}


/*------------------------Event Dashboard--------------------*/

.Dashboard-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}

#dashboard-sidebar {
    position: fixed;
    top: 59px;
    left: 0;
    height: 100%;
    background-color: #e0e0e0;
    border-right: 1px solid #b2b2b2;
}

#dashboard-sidebar i {
    font-size: 28px;
    color: #7c7c7c;
}

#dashboard-sidebar .nav-pills .nav-link.active,
#dashboard-sidebar .nav-pills .show>.nav-link {
    padding: 6px 12px !important;
    border-radius: 12px !important;
}

#dashboard-sidebar .nav-pills .nav-link.active i {
    color: #fff;
}

#dashboard-sidebar .nav-item {
    /* padding: 22px 6px; */
    border-radius: 6px;
}

.dashboard-sidebar {
    background-color: #e0e0e0;
    /* min-height: 100vh; */
}

.sidebar-content .sidebar-content-header {
    border-bottom: 1px solid #b2b2b2;
    padding: 10px 0 16px 16px;
}

.sidebar-content .sidebar-content-header a {
    color: #0000ee;
    font-family: 'Kanit';
    font-size: 18px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.sidebar-content .sidebar-content-body .form-status-options .status {
    display: flex;
    align-items: center;
    color: #999999;
    font-family: 'kanit';
    font-size: 16px;
    border: 1px solid #999999;
    border-radius: 16px;
    background-color: #fff;
    text-decoration: none;
    padding: 5px 8px;
    line-height: 17px;
    justify-content: center;
}

.sidebar-content .sidebar-content-body .form-status-options .dropdown {
    width: 25%;
}

.sidebar-content .sidebar-content-body .form-status-options .dropdown-toggle::after {
    content: '';
    display: none;
}

.sidebar-content .sidebar-content-body h1 {
    color: #000;
    font-family: 'Kanit';
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
}

.sidebar-content .sidebar-content-body p {
    color: #828282;
    font-family: 'Kanit';
    font-size: 16px;
    line-height: 20px;
}

.sidebar-content .sidebar-content-body .preview a {
    color: #0000ee;
    font-family: 'Kanit';
    font-size: 18px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.dashboard-content .sidebar-content {
    background: #e0e0e0;
    margin-left: 85px;
    height: 100vh;
    top: 59px;
    left: 0;
    padding: 16px 16px 0 0;
    max-width: 390px;
    overflow-y: scroll;
}

.dashboard-content .listingForm {
    margin-left: 474px;
    padding: 130px 30px 100px;
    /* top: 59px; */
}

.sidebar-content .sidebar-content-body {
    padding: 14px 0 0 16px;
}

.sidebar-content .sidebar-page-link {
    margin-top: 15px;
}

.sidebar-content .sidebar-page-link .page-link {
    text-decoration: none;
    color: #5e5e5e;
    font-family: 'Kanit';
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 12px 16px;
}

.sidebar-content .sidebar-page-link .page-link.active {
    background-color: #fff;
}

.sidebar-content .sidebar-page-link .page-link.active span {
    background-color: #048d11;
}

.sidebar-content .sidebar-page-link .page-link span {
    border-radius: 50%;
    margin-right: 10px;
    background-color: #353535;
    width: 34px;
    height: 34px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-content .listingForm .container-fluid {
    border-bottom: 1px solid #b2b2b2;
}

.dashboard-content .listingForm .Event-Listing-form {
    padding-bottom: 60px;
}

.dashboard-content .listingForm .form-buttons {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.imageuploadify .imageuploadify-images-list i {
    color: #bcbcbc;
}

.imageuploadify .imageuploadify-images-list span.imageuploadify-message {
    border: 0;
    color: #bcbcbc;
    font-family: 'Kanit';
}

.imageuploadify .imageuploadify-images-list button.btn-default {
    border-color: #bcbcbc;
    color: #bcbcbc !important;
}

.imageuploadify .imageuploadify-images-list button.btn-default:hover {
    background-color: #fff !important;
}

.detail-page .image-info ul {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.detail-page .image-info ul li {
    color: #808080;
    font-family: 'Kanit Light';
}

.ticket-form {
    box-shadow: -8px 0 10px -6px rgba(0, 0, 0, 0.25);
    min-height: 100vh;
    position: relative;
    margin-right: 50px;
    /* padding: 20px 20px 0 30px; */
}

.ticket-form .form-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #b2b2b2;
    padding: 20px 0% 15px 30px;
}

.ticket-form .form-body {
    padding: 20px 20px 15px 30px;
}

.ticket-form-box {
    margin-top: 10px;
}

.ticket-form .form-control {
    border-color: #b2b2b2;
    border-radius: 0;
    border: 2px solid;
}

.form-footer {
    border-top: 1px solid #b2b2b2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.publish-detail h2 {
    color: #808080;
    font-family: 'Kanit';
    font-size: 20px;
    margin-bottom: 2px;
}

.publish-detail p {
    color: #828282;
    font-family: 'Kanit';
    font-size: 16px;
    margin-bottom: 0;
}

.publish-detail .price-people .publish-price {
    color: #828282;
    font-family: 'Kanit';
    font-size: 18px;
    margin-bottom: 0;
}

.publish-img .imageuploadify .imageuploadify-images-list i {
    font-size: 28px !important;
}

.publish-img .imageuploadify .imageuploadify-images-list button.btn-default {
    display: none;
}

.publish-img .imageuploadify .imageuploadify-images-list span.imageuploadify-message {
    display: none;
}

.publish-img .imageuploadify {
    justify-content: center;
    min-height: 250px;
    background-color: #e0e0e0;
    border: 0;
    width: 100%;
    margin: 0;
    min-width: 100%;
}

.publish-detail .preview a {
    color: #0000ee;
    font-family: 'Kanit';
    font-size: 18px;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}

.publish-detail-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.publish-box {
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.45);
    margin-top: 50px;
}

.publish-title .form-check-input:checked {
    background-color: blue;
    border-radius: 50%;
}

.publish-title .form-check-input {
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #cccccc;
}

.publish-title .form-check .form-check-label {
    margin-top: 6px;
}

.publish-title {
    margin-top: 60px;
}

.publish-title h4 {
    color: #000;
    font-family: 'Kanit';
    margin-bottom: 0;
}

.publish-page .form-control {
    background-color: #e6e6e6;
    border: 2px solid #cccccc;
    color: #808080;
}

.publish-page .form-floating label {
    background-color: transparent;
}

.publish-page .form-floating>.form-control:not(:placeholder-shown)~label::after {
    background-color: transparent;
}

#time {
    background-image: url(../image/time.png);
    background-repeat: no-repeat;
    background-position: 22px 15px;
    padding-left: 55px;
}

#time-label {
    margin-left: 45px;
}


/*-----------------User-Dashboard-----------------*/

.dashboard-link {
    background-color: #f0f0f0;
    position: fixed;
    top: 59px;
    left: 0;
    width: 15%;
}

.user-dashboard-form {
    padding: 80px 100px 0px 0px;
    /* padding-bottom: 60px; */
}

.dashboard-link ul {
    padding-top: 32px;
    padding-left: 0;
}

.dashboard-link ul li {
    list-style: none;
    padding: 12px 0px 12px 32px;
}

.dashboard-link ul li a {
    text-decoration: none;
    color: #575757;
    font-family: 'Kanit Light';
    font-size: 18px;
    line-height: 20px;
}

.dashboard-link ul li.active {
    background-color: #fff;
}

.user-dashboard-form h1 {
    color: #808080;
    font-family: 'Kanit Bold';
    font-size: 32px;
    line-height: 34px;
}

.user-dashboard-form hr {
    color: #cccccc;
}

.user-dashboard-form h4 {
    color: #808080;
    font-family: 'Kanit';
    font-size: 28px;
    line-height: 30px;
}

.user-dashboard-form p {
    color: #808080;
    font-family: 'Kanit';
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
}

.user-dashboard-form h6 {
    color: #808080;
    font-family: 'Kanit';
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
}

.main-dashboard {
    background-color: #fff;
}

.profile-photo .imageuploadify {
    margin: 0;
    justify-content: center;
    min-height: 250px;
    margin: 0;
    justify-content: center;
    min-height: 250px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.profile-photo .imageuploadify .imageuploadify-images-list i {
    margin-top: 0;
    font-size: 48px;
}

.profile-photo .imageuploadify .imageuploadify-images-list button.btn-default {
    display: none;
}

.profile-photo .imageuploadify .imageuploadify-images-list span.imageuploadify-message {
    font-size: 18px;
    font-family: 'Kanit';
}

.profile-photo .title-box {
    border: 1px solid #e6e6e6;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 10px;
}

.contact-info .form-control {
    border: 2px solid #cccccc;
    color: #828282;
    font-family: 'Kanit';
    font-size: 18px;
}

.contact-info .form-floating label {
    color: #808080;
    font-family: 'Kanit';
    font-size: 18px;
    border: 0;
    top: 0px;
}

.contact-info .form-select {
    color: #808080;
    font-family: 'Kanit';
    font-size: 18px;
    border: 2px solid #cccccc;
    padding: 12px;
}

.user-info-btn {
    background-color: #048d11;
    border-radius: 6px;
    color: #fff;
    font-family: 'Kanit';
    font-size: 18px;
    text-decoration: none;
    padding: 10px 20px;
    transition: all 0.5s;
}

.user-info-btn:hover {
    background-color: #ed2e1b;
}

.user-dashboard-footer {
    position: relative;
    z-index: 9999;
}

.filepond--drop-label {
    color: #4c4e53;
}

.filepond--label-action {
    text-decoration-color: #babdc0;
}

.filepond--panel-root {
    background-color: #edf0f4;
}

.filepond--drop-label.filepond--drop-label label {
    font-family: 'kanit';
}

.filepond--root[data-style-panel-layout~='circle'] {
    border-radius: 0;
    background-color: #fff;
    border: 1px dashed #cccccc;
    margin-bottom: 0;
}

.filepond--drop-label {
    background-color: #fff;
}

.user-dashboard-form .user-email-btn {
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 6px;
    color: #808080;
    font-family: 'Kanit';
    font-size: 19px;
    text-decoration: none;
    padding: 8px 12px;
    transition: all 0.5s;
}

.user-dashboard-form .user-email-btn:hover {
    background-color: #808080;
    color: #fff;
}

.bank-info .form-control {
    background-color: #f2f2f2;
}

.email-preferences .form-check .form-check-label {
    color: #808080;
    font-family: 'Kanit';
    font-size: 18px;
    line-height: 20px;
    margin-left: 10px;
}

.email-preferences .form-check .form-check-label span {
    color: #cccccc;
    font-size: 16px;
}

.email-preferences .form-check {
    padding-left: 0;
    display: flex;
    flex-wrap: nowrap;
}

.email-preferences .form-check-input {
    border-radius: 6px;
    font-size: 22px;
    margin: 0;
}

.email-preferences .form-check-input:checked {
    background-color: #4d4d4d;
    border: 2px solid #cccccc;
    border-radius: 8px;
    font-size: 24px;
}

.contact-info a {
    text-decoration: none;
    color: #0000ff;
    font-family: 'kanit';
}

#other-reason {
    background-color: transparent;
    border-radius: 0;
    border-color: #f2f2f2;
    height: 90px;
}

.close-input .form-control {
    background-color: #e5edff;
}

.close-input .col-form-label {
    color: #808080;
    font-family: 'Kanit';
    font-size: 18px;
    line-height: 20px;
    margin-left: 10px;
}

.contact-info .form-check .col {
    display: flex;
    align-items: flex-start;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper {
    border-radius: 0;
}

#changepassword .modal-header {
    border: 0;
    padding: 0 16px;
}

#changepassword .modal-body h2 {
    color: #000;
    font-family: 'Kanit';
    font-size: 32px;
    line-height: 34px;
    font-weight: 500;
}

#changepassword .modal-dialog {
    max-width: 700px;
}

#changepassword .modal-content {
    padding: 50px 60px;
}

#changepassword .modal-footer {
    border: 0;
    padding: 0;
    justify-content: left;
    padding-left: 16px;
    display: block;
    padding-top: 12px;
}

#changepassword .modal-footer .btn-save {
    background-color: #048d11;
    color: #fff;
    border-radius: 6px;
    font-family: 'Kanit';
    font-size: 19px;
    text-decoration: none;
    padding: 8px 30px;
    transition: all 0.5s;
    margin: 0;
}


/*-----------------Event_list------------------*/

#event-list {
    /* background-image: url(https://urbantix.s3.amazonaws.com/Theater.jpg); */
    padding-top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-bottom: 50px; */
    min-height: 350px;
    margin-top: 50px;
}

.event-listing-content button {
    background-color: transparent;
    border: 0;
}

.event-listing-content .counterArrow {
    display: inline-flex;
    align-items: center;
    background-color: #383838;
    padding: 5px 20px;
    border-radius: 50px;
    min-width: 131px;
    justify-content: center;
}

.event-listing-content .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-listing-content h1 {
    color: #fff;
    font-family: 'Kanit';
    font-size: 48px;
    line-height: 50px;
}

.event-listing-content hr {
    margin: 30px 0;
}

.event-listing-content p {
    color: #fff;
    font-family: 'kanit';
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
}

.event-listing-content {
    margin-top: 250px;
}

.event-listing-content h4 {
    color: #fff;
    font-family: 'Kanit';
    font-size: 24px;
    line-height: 26px;
}

.event-listing-content .wrapper {
    max-width: 100%;
    margin: 20px 0;
}

.event-listing-content .slider-container .item {
    outline: none;
    padding: 25px 0;
    position: relative;
    height: 350px;
}

.event-listing-content .media-wrap {
    height: 100%;
}

.event-listing-content .event-slider h5 {
    color: #fff;
    font-family: 'Kanit';
    font-style: normal;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
}

.event-listing-content .event-slider .card-text {
    color: #aaa9a9;
    font-family: 'Kanit';
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
}

.event-listing-content .media-wrap .card-body {
    padding-bottom: 50px;
    padding-top: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 12px 12px 0 0;
}

.event-listing-content .media-wrap .card {
    margin: 0 20px;
    background-color: transparent;
    border-radius: 12px;
    height: 100%;
}

.event-listing-content .event-slider .card-footer {
    padding: 14px 16px;
    border-radius: 0 0 12px 12px;
    background-color: rgba(53, 53, 53, 1);
}

.event-listing-content .event-slider .card-footer a {
    color: #fff;
    text-decoration: none;
    font-family: 'Kanit';
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
}

#show-list {
    background-color: #fff;
    padding-top: 90px;
    padding-bottom: 50px;
}

.show-list h5 {
    color: #000;
    font-family: 'Kanit';
    font-size: 18px;
    line-height: 20px;
}

.show-list h6 {
    color: #808080;
    font-family: 'Kanit';
    font-size: 14px;
    line-height: 16px;
}

.btn-buy-ticket {
    background-color: #000;
    color: #fff;
    font-family: 'Kanit';
    font-size: 16px;
    line-height: 18px;
    border-radius: 8px;
    padding: 12px 15px;
    transition: all 0.5s;
    border: 0;
}

.btn-buy-ticket:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

.show-list h3 {
    color: #000;
    font-family: 'Kanit';
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 50px;
}

.view-more {
    text-decoration: none;
    color: #939393;
    font-family: 'Kanit';
    font-size: 16px;
    display: flex;
    align-items: center;
}

.view-more span {
    background-color: #e8e6e6;
    padding: 5px 10px;
    border-radius: 12px;
    margin-right: 20px;
}

.view-more span i {
    color: #939393;
}

.search-icon-btn {
    display: none;
}

.slider-holder5 {
    margin-left: -20px;
    margin-right: -20px;
}


/*----------------------------------Like Page-----------------------*/

#like {
    background-color: #fff;
    padding-top: 100px;
    /* margin-top: 50px; */
}

#like h1 {
    color: #000;
    font-family: 'Kanit SemiBold';
    font-size: 64px;
    line-height: 68px;
    font-weight: 600;
}

#like .like-box {
    margin-top: 50px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
}

#like .like-box:last-child {
    border: 0;
}

.like-content h2 {
    color: #000;
    font-family: 'Kanit';
    font-size: 28px;
    line-height: 30px;
}

.like-content h6 {
    color: #048d11;
    font-family: 'Kanit';
    font-size: 22px;
    line-height: 24px;
}

.like-content p {
    color: #808080;
    font-family: 'Kanit';
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}

.heart-button .favorite-button {
    cursor: pointer;
    border: 0;
    color: red;
    background-color: #fff;
    position: relative;
    /* left: 7px;
    top: -3px; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.heart-button .favorite-button .favorite__icon {
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: scale(0.6);
    position: absolute;
    font-size: 22px;
}

.heart-button .favorite-button.is-favorite .favorite--enable {
    opacity: 1;
    transform: scale(1);
}

.heart-button .favorite-button:not(.is-favorite) .favorite--not {
    opacity: 1;
    transform: scale(1);
}

.heart-button {
    width: 50px;
    height: 50px;
    border: 1px solid #a6a6a6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.like-button a i {
    font-size: 22px;
    color: #000;
    margin-right: 30px;
}


/*-------------------------------Event--------------------------*/

.event-list .dashboard-content .listingForm {
    /* margin-left: 85px; */
    padding: 60px 30px 100px;
    min-height: 100vh
}

.event-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.event-content .nav-link.active {
    border: 0;
}

.event-content .nav-link {
    border-radius: 30px;
    border: 1px solid #a6a6a6;
    padding: 8px 20px;
    color: #000;
    font-family: 'Kanit';
    font-size: 18px;
    line-height: normal;
    margin-left: 30px;
}

.event-content .nav-link i {
    margin-right: 7px;
}

.event-content .dropdown {
    margin-left: 30px;
    background-color: #198754;
    border-radius: 30px;
}

.event-content .dropdown .dropdown-item:hover {
    background-color: #198754;
    color: #fff;
}

.event-content .dropdown .dropdown-item {
    color: #000;
    padding: 10px 20px;
    font-family: 'Kanit Light';
    font-size: 18px;
    line-height: normal;
}

.event-content .dropdown button {
    color: #fff;
    padding: 10px 20px;
    font-family: 'Kanit';
    font-size: 18px;
    line-height: normal;
}

.event-content .dropdown button:active {
    color: #fff;
    border-color: transparent;
}

.td-event {
    width: 60%;
}

.td-other {
    width: 5%;
}

.td-color {
    background-color: #efefef !important;
    font-family: 'Kanit';
    font-size: 18px;
    line-height: normal;
}

#list-view .listing-event {
    margin-top: 60px;
}

#list-view table td {
    font-family: 'Kanit';
    font-size: 18px;
    line-height: normal;
    color: #7f7f7f;
    vertical-align: middle;
}

#list-view .dropdown-toggle::after {
    display: none;
}

#list-view table .dropdown .btn:active,
#list-view table .dropdown .btn.show {
    border-color: transparent;
}

#list-view table .event-details {
    display: flex;
    align-items: center;
}

#list-view table .event-details .date span {
    color: #ed2e1b;
}

#list-view table .event-details img {
    width: 50px;
    margin-left: 15px;
}

#list-view table .event-details .event-name h6 {
    margin-bottom: 0;
    color: #000;
}

#list-view table .event-details .event-name {
    margin-left: 15px;
}

#list-view table .event-details .event-name p {
    margin-bottom: 0;
    font-size: 15px;
}

#list-view .page-link {
    color: #000;
    font-family: 'Kanit Light';
    font-size: 18px;
    line-height: normal;
}

.event-detail-page {
    margin-top: 50px;
}

.event-detail-page .page-header .event-timing p {
    margin-bottom: 0;
    background-color: #cddfd6;
    color: #000;
    font-family: 'Kanit';
    font-size: 18px;
    line-height: normal;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 8px;
}

.event-detail-page .page-header span {
    display: block;
    color: #000;
    font-family: 'Kanit';
    font-size: 18px;
    line-height: normal;
    margin-top: 5px;
}

.event-detail-page .page-header h1 {
    color: #000;
    font-family: 'Kanit SemiBold';
    font-size: 54px;
    margin-bottom: 0;
}

.event-detail-page .get-tickets {
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
    border-radius: 12px;
    margin-top: 30px;
}

.event-detail-page .header-button .get-tickets p {
    color: #000;
    font-family: 'Kanit';
    font-size: 18px;
    line-height: normal;
    text-align: center;
}

.event-detail-page .header-button .get-tickets .save {
    background-color: #ed2e1b;
    border-radius: 6px;
    color: #fff;
    font-family: 'Kanit';
    font-size: 18px;
    text-decoration: none;
    padding: 10px 20px;
    margin-left: 0px;
    transition: all 0.5s;
    width: 100%;
    text-align: center;
}

.event-detail-page .header-button .get-tickets .save:hover {
    background-color: #048d11;
}

.event-detail-page .page-content .follow-section {
    display: flex;
    justify-content: space-between;
    background-color: #f1f1f1;
    padding: 25px 20px;
    border-radius: 12px;
}

.event-detail-page .page-content .follow-section p {
    color: #000;
    font-family: 'Kanit Light';
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
}

.event-detail-page .page-content .follow-section a {
    background-color: #0D6EFD;
    border-radius: 6px;
    color: #fff;
    font-family: 'Kanit';
    font-size: 18px;
    text-decoration: none;
    padding: 10px 30px;
    margin-left: 0px;
    transition: all 0.5s;
    width: 100%;
    text-align: center;
}

.event-detail-page .page-content {
    margin-top: 50px;
}

.event-detail-page .page-content .location-details .location-icon {
    padding: 5px 10px;
    background-color: #f1f1f1;
    display: inline-block;
    border-radius: 6px;
}

.event-detail-page .page-content .location-details .location-icon i {
    color: #198754;
}

.event-detail-page .page-content .location-details .location-name h5 {
    color: #000;
    font-family: 'Kanit';
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
}

.event-detail-page .page-content .location-details .location-name p {
    color: #7c7c7c;
    font-family: 'Kanit Light';
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
}

.event-detail-page .page-content .location-details {
    display: flex;
    align-items: self-start;
    border-right: 1px solid #ebe7e7;
}

.event-detail-page .page-content .location-details .location-name {
    margin-left: 10px;
}

.event-detail-page .page-content .location-details .location-name a {
    text-decoration: none;
    color: #0D6EFD;
    font-family: 'Kanit';
    font-size: 15px;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 10px;
}

#show-map .accordion-button::after {
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230D6EFD'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#collapse-btn .accordion-body iframe {
    margin-top: 30px;
}

#show-map .accordion-button {
    margin-left: 10px;
    color: #0D6EFD;
    font-family: 'Kanit';
    font-size: 15px;
    line-height: normal;
    padding-left: 0;
    padding-top: 0;
    padding: 0;
}

.ticket-detail-qr {
    margin-top: 40px;
    color: #000;
    font-family: 'Kanit SemiBold';
    font-size: 28px;
    margin-bottom: 10px;
}

#show-map .accordion-button:not(.collapsed) {
    background-color: transparent;
    border: 0;
    box-shadow: none
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-button:focus-visible {
    border-color: transparent;
    box-shadow: none;
}

.event-detail-page .page-content .location {
    margin-top: 40px;
}

.event-detail-page .page-content h3 {
    color: #000;
    font-family: 'Kanit SemiBold';
    font-size: 28px;
    margin-bottom: 20px;
}

.event-details-page .Event-Listing-form {
    padding-bottom: 0 !important;
}

.event-details-page {
    padding-bottom: 50px !important;
}


/*-----------------event-ticket-------------------------*/

#event-ticket {
    padding-top: 50px !important;
    height: 100vh;
}

.ticket-list .fa-equals {
    color: #cccccc;
}

.ticket-list span {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.ticket-list span i {
    color: #048d11;
    font-size: 10px;
    margin-right: 7px;
}

.ticket-list p {
    display: flex;
    align-items: center;
    margin-left: 10px
}

.ticket-list p i {
    font-size: 8px;
    margin-right: 7px;
}

.ticket-list .event-name {
    margin-left: 30px !important;
}

.ticket-list table td {
    padding: 20px 8px;
}

.ticket-list {
    margin-top: 50px;
}

.ticket-list .edit-capacity {
    text-decoration: none;
    color: #198754;
    font-family: 'Kanit';
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
    text-align: center;
}


/*------------------------Ticketmodal-----------------------*/

#Ticketmodal .modal-body {
    padding: 16px 0;
}

#Ticketmodal .ticket-modal-content .ticket-modal-header h3 {
    color: #000;
    font-family: 'Kanit';
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
}

#Ticketmodal .ticket-modal-content .ticket-modal-header p {
    color: #7c7c7c;
    font-family: 'Kanit';
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
}

#Ticketmodal .ticket-modal-content .ticket-modal-header {
    border-bottom: 1px solid #cccccc;
    text-align: center;
    padding: 16px 0;
}

#Ticketmodal .ticket-modal-content .ticket-modal-body {
    height: 400px;
    padding: 40px 10px;
    overflow-y: auto;
}

#Ticketmodal .ticket-modal-footer {
    text-align: center;
    border-top: 1px solid #cccccc;
    padding: 20px 10px;
}

#Ticketmodal .ticket-modal-footer p {
    color: #7c7c7c;
    font-family: 'Kanit';
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
}

#Ticketmodal .ticket-modal-footer .paypal {
    background-color: #198754;
    border-radius: 6px;
    color: #fff;
    font-family: 'Kanit';
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
    margin-left: 10px;
    transition: all 0.5s;
    display: inline-block;
    min-width: 175px;
}

#Ticketmodal .ticket-modal-footer .paypal-disabled {
    background-color: #19875466;
    border-radius: 6px;
    color: #fff;
    font-family: 'Kanit';
    font-size: 18px;
    text-decoration: none;
    padding: 10px 20px;
    margin-left: 10px;
    transition: all 0.5s;
    display: inline-block;
    min-width: 175px;
}

.btn-popover {
    border: 0;
    padding: 0;
}

#Ticketmodal .ticket-modal-footer .pay-another {
    background-color: #ed2e1b;
    border-radius: 6px;
    color: #fff;
    font-family: 'Kanit';
    font-size: 18px;
    text-decoration: none;
    padding: 10px 20px;
    margin-left: 10px;
    transition: all 0.5s;
    display: inline-block;
    min-width: 175px;
}

#Ticketmodal .ticket-modal-footer .pagination-button {
    margin-top: 20px;
}

#Ticketmodal .ticket-modal-footer .pay-another:hover,
#Ticketmodal .ticket-modal-footer .paypal:hover {
    background-color: #048d11;
}

#Ticketmodal .ticket-modal-content .ticket-modal-body .ticket-info {
    border: 1px solid #198754;
    border-radius: 6px;
    padding: 20px 15px;
    margin-top: 15px;
}

#Ticketmodal .ticket-modal-content .ticket-modal-body .ticket-info:first-child {
    margin-top: 0;
}

#Ticketmodal .ticket-modal-content .ticket-modal-body .info-header {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

#Ticketmodal .ticket-modal-content .ticket-modal-body .info-header h5 {
    color: #000;
    font-family: 'Kanit';
    font-size: 22px;
    margin-bottom: 0;
}

#Ticketmodal .ticket-modal-content .ticket-modal-body .ticket-info .info-body {
    margin-top: 20px;
}

#Ticketmodal .ticket-modal-content .ticket-modal-body .ticket-info .info-body h4 {
    color: #000;
    font-family: 'Kanit';
    font-size: 22px;
    margin-bottom: 0;
}

#Ticketmodal .ticket-modal-content .ticket-modal-body .ticket-info .info-body h5 {
    color: #cccccc;
    font-family: 'Kanit';
    font-size: 16px;
    margin-bottom: 5px;
}

#Ticketmodal .ticket-modal-content .ticket-modal-body .ticket-info .info-body h6 {
    color: #7c7c7c;
    font-family: 'Kanit';
    font-size: 18px;
    margin-bottom: 0;
}

#Ticketmodal .ticket-modal-content {
    border-right: 1px solid #cccccc;
}

#Ticketmodal .rupees-count .order-summary h6 {
    color: #000;
    font-family: 'Kanit';
    font-size: 20px;
    margin-bottom: 30px;
}

#Ticketmodal .rupees-count .order-summary {
    padding: 20px 20px 0;
}

#Ticketmodal .rupees-count .order-summary .total {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

#Ticketmodal .rupees-count .order-summary .summary {
    margin-top: 15px;
}

#Ticketmodal .rupees-count .order-summary .summary p {
    color: #7c7c7c;
    font-family: 'Kanit';
    font-size: 18px;
    margin-bottom: 0;
}

#Ticketmodal .rupees-count .order-summary .summary i {
    font-size: 15px;
    margin-left: 5px;
}


/* #Ticketmodal {
    z-index: 1999;
} */

#Ticketmodal .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #cccccc;
    padding: 20px;
    border-radius: 50px;
}

.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.quantity__minus,
.quantity__plus {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0;
    background: #198754;
    text-decoration: none;
    text-align: center;
    line-height: 23px;
    cursor: pointer;
    border-radius: 5px;
}

.quantity__minus span,
.quantity__plus span {
    color: #fff;
}

.quantity__input {
    width: 32px;
    height: 19px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff;
    color: #000;
    border: 0;
}

.quantity__minus:link,
.quantity__plus:link {
    color: #8184a1;
}

@media (min-width: 991px) {
    .concerts-dropdown .nav-tabs-content .nav-tabs .nav-link.active:hover {
        background-color: #e6e6e6;
        color: #000;
        border-right: 1px solid #666666;
    }

    .concerts-dropdown {
        min-width: 520px;
        height: 500px;
        overflow-y: auto;
        padding-top: 0;
    }

    .nav-tabs-content .nav-tabs {
        display: flex;
        flex-flow: column nowrap;
    }

    .nav-tabs-content .nav-tabs {
        border-bottom: none;
        display: flex;
    }

    .nav-tabs-content .nav-tabs {
        margin: 0 15px;
    }

    .nav-tabs-content .nav-tabs .nav-item+.nav-item {
        margin-top: 0.25rem;
    }

    .nav-tabs-content .nav-tabs .nav-link {
        transition: border-color 0.125s ease-in;
        white-space: nowrap;
    }

    .nav-tabs-content .nav-tabs .nav-link:hover {
        background-color: #f7f7f7;
        border-color: transparent;
    }

    .nav-tabs-content .nav-tabs .nav-link.active {
        border-radius: 6px;
        margin-right: -1px;
        border-top: 0;
        border-bottom: 0;
        border-left: 0;
        background-color: #e6e6e6;
    }

    .nav-tabs-content .nav-tabs .nav-link.active:hover {
        background-color: #fff;
        border-color: #0275d8 #fff #0275d8 #0275d8;
    }

    .nav-tabs-content .card {
        border: none;
    }

    .nav-tabs-content .card .card-header {
        display: none;
    }

    .nav-tabs-content .card .collapse {
        display: block;
    }

    .concerts-dropdown .nav-tabs-content .concert-dropdown-items {
        border-right: 1px solid #666666;
    }

    .concerts-dropdown ul {
        border: 0;
        padding-left: 15px;
    }

    .concerts-dropdown .nav-tabs {
        padding-top: 12px;
        width: 200px;
    }

    .concerts-dropdown ul .nav-link {
        font-family: 'Kanit';
        font-weight: normal;
        font-style: normal;
        font-size: 20px;
        line-height: 22px;
        color: #000;
        transition: all 0.5s;
        padding: 8px 16px !important;
        border: 0;
        border-radius: 0;
    }

    .concerts-dropdown ul .nav-link.active {
        border: 0;
        color: #048d11;
        background-color: #e6e6e6;
        border-radius: 6px;
    }

    .concerts-dropdown ul .nav-link:hover {
        background-color: #e6e6e6;
        border-radius: 6px;
        color: #048d11;
    }

    .concerts-dropdown ul .nav-link:focus {
        border: 0;
    }

    .concerts-dropdown #myTabContent {
        border-left: 1px solid #666666;
    }

    .concerts-dropdown .accordion-item {
        border: 0 !important;
    }

    .dashboard-content .sidebar-content {
        position: fixed;
    }

    .dashboard-content .listingForm {
        position: relative;
    }

    .dashboard-link {
        height: 100%;
    }

    #navbar .dropdown:hover>.dropdown-menu {
        display: block;
    }

    #navbar .dropdown>.dropdown-toggle:active {
        /* Without this, clicking will make it sticky */
        pointer-events: none;
    }
}



.ticket-list .event-name {
    margin-left: 10px !important;
}

.ticket-list .edit-capacity {
    font-size: 16px;
}

.ticket-list {
    margin-top: 0px;
}

.ticket-list table td {
    padding: 10px 8px;
}

.like-con {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media(max-width:1199px) {
    .form-group .has-search {
        position: relative;
    }

    #navbar .has-search .form-control-feedback {
        display: none;
    }

    #navbar .has-search .form-control {
        display: none;
    }

    .live-event-content p {
        font-size: 18px;
        line-height: 24px;
        padding-right: 0px;
    }

    .live-event-content {
        /* padding-left: 80px; */
        padding: 50px 0 50px 60px;
    }

    .live-event-content h1 {
        font-size: 38px;
        line-height: 42px;
    }

    .type-detail {
        padding-left: 60px;
    }

    .type-detail p {
        color: #000;
        font-family: 'Kanit Light';
        font-size: 20px;
        line-height: 28px;
        padding-right: 0px;
    }

    /* #navbar .has-search {
        position: relative;
        height: 40px;
        width: 40px;
    }
    #navbar .has-search .input-box-search {
        position: absolute;
        right: calc(100% - 40px);
        top: 80px;
        height: 60px;
        width: 300px;
        background: #3E8DA8;
        border-radius: 6px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.4s ease;
    }
    #navbar.showInput .has-search .input-box-search {
        top: 65px;
        opacity: 1;
        pointer-events: auto;
        background: #3E8DA8;
    }
    .has-search .input-box-search::before {
        content: '';
        position: absolute;
        height: 20px;
        width: 20px;
        background: #3E8DA8;
        right: 10px;
        top: -6px;
        transform: rotate(45deg);
    }
    .has-search .input-box-search input {
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 4px;
        transform: translate(-50%, -50%);
        height: 35px;
        width: 280px;
        outline: none;
        padding: 0 15px;
        font-size: 16px;
        border: none;
    } */
    .dashboard-content .sidebar-content {
        max-width: 340px;
    }

    .dashboard-content .listingForm {
        margin-left: 424px;
    }

    .sidebar-content .sidebar-content-body h1 {
        font-size: 22px;
        line-height: 27px;
    }

    .detail-page .image-info ul {
        display: block;
    }

    .dashboard-link ul li {
        list-style: none;
        padding: 12px 0px 12px 12px;
    }

    .search-icon-btn {
        display: block;
    }

    .search-block {
        padding: 10px;
    }

    .search-block {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 58px;
        background-color: #000;
        border-radius: 0 0 12px 12px;
        z-index: 1;
    }

    .ticket-form {
        min-height: auto;
        box-shadow: none;
        padding-right: 20px;
    }

    .form-footer {
        position: static;
    }

    .dashboard-content .listingForm .form-buttons {
        margin: 25px 0;
    }

    .header-button {
        margin-top: 40px;
    }

    #Ticketmodal .ticket-modal-content .ticket-modal-body {
        padding: 30px 20px;
    }

    #Ticketmodal .modal-dialog {
        max-width: 90%;
    }
}

@media(max-width:1024px) {
    .formtitle h1 {
        font-size: 54px;
        line-height: 56px;
    }

    .formtitle {
        margin-top: 20px;
    }

    .input-field {
        margin-top: 30px;
    }

    .submit-button {
        margin-top: 25px;
    }

    .google-sign {
        margin-top: 50px;
    }

    .google-btn {
        font-size: 20px;
        line-height: 31px;
        padding: 14px 0;
    }

    .Login {
        margin-top: 50px;
    }

    .loginsignupbox {
        padding: 50px 20px;
    }

    #navbar .nav-link {
        font-size: 18px;
        line-height: 24px;
        padding: 8px 8px;
    }

    .has-search {
        width: 100%;
    }

    #navbar .has-search .form-control {
        padding: 10px 20px 10px 50px;
    }

    #navbar .has-search .form-control-feedback {
        margin-left: 20px;
    }

    .list-event-btn span {
        font-size: 12px;
        margin-top: 3px;
    }

    .landing-content h1 {
        font-size: 54px;
        line-height: 56px;
    }

    .landing-content p {
        font-size: 26px;
        line-height: 28px;
        margin-top: 15px;
    }

    #home {
        padding-bottom: 50px;
        min-height: 400px;
    }

    #event-list {
        padding-bottom: 50px;
        min-height: 300px;
    }

    .events {
        padding: 30px;
    }

    .other-event {
        padding-top: 30px;
    }

    #footer .rights p {
        font-size: 20px;
        line-height: 22px;
        margin-left: 25px;
    }

    #footer .terms a {
        font-size: 20px;
        line-height: 22px;
    }

    .live-event-content h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .live-event-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .live-event-content {
        /* padding-left: 80px; */
        padding: 50px 0 10px 50px;
    }

    .start-btn {
        padding: 5px 15px;
        font-size: 18px;
    }

    .listing-btn {
        margin-top: 30px;
    }

    #eventtype {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .type-detail h1 {
        margin-bottom: 15px;
    }

    .type-detail p {
        color: #000;
        font-family: 'Kanit Light';
        font-size: 18px;
        line-height: 26px;
        padding-right: 0px;
    }

    .hr {
        margin-top: 100px;
    }

    .tag {
        margin-top: 60px;
    }

    .hr1 {
        margin-top: 100px;
    }

    .dashboard-content .listingForm {
        margin-left: 337px;
    }

    .dashboard-content .sidebar-content {
        max-width: 260px;
        margin-left: 77px;
    }

    .sidebar-content .sidebar-content-body h1 {
        font-size: 20px;
        line-height: 25px;
    }

    .sidebar-content .sidebar-page-link .page-link {
        padding: 10px 16px;
    }

    #dashboard-sidebar {
        padding: 0 12px !important;
    }

    .sidebar-content .sidebar-content-body .form-status-options .dropdown {
        width: 40%;
    }

    .ticket-form .form-body {
        padding: 20px 0px 15px 10px;
    }

    .event-listing-content {
        margin-top: 150px;
    }

    .event-list .dashboard-content .listingForm {
        /* margin-left: 77px; */
        padding: 60px 30px 100px;
        min-height: 100vh;
    }
}

@media (max-width:991px) {
    #navbar .has-search {
        display: none;
    }

    .Loginsignup {
        background-image: none;
    }

    .nav-tabs-content .tab-pane {
        display: block !important;
        opacity: 1;
    }

    #navbar .navbar-nav .nav-item .custom-nav-link {
        color: #fff;
    }

    .concerts-dropdown {
        padding: 0;
    }

    #content h5 a {
        color: #000;
        text-decoration: none;
        font-family: 'Kanit';
        font-weight: normal;
        font-style: normal;
        font-size: 20px;
        line-height: 22px;
    }

    #offcanvasNavbar2 .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }

    .concerts-dropdown #myTabContent .accordion-button {
        font-family: 'Kanit' !important;
        font-weight: normal !important;
        font-style: normal;
        font-size: 20px !important;
        line-height: 22px !important;
        color: #000 !important;
    }

    .concerts-dropdown #myTabContent .accordion-button:not(.collapsed) {
        background-color: #e6e6e6;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-button:not(.collapsed)::after,
    .accordion-button::after {
        background-image: url(../image/updown.svg);
    }

    .landing-content h1 {
        font-size: 48px;
        line-height: 50px;
    }

    .landing-content p {
        font-size: 24px;
        line-height: 27px;
        margin-top: 10px;
    }

    #home {
        padding-bottom: 0px;
        min-height: 350px;
    }

    #event-list {
        padding-bottom: 30px;
        min-height: 220px;
    }

    .event-slider h5 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .media-wrap .card-body {
        padding: 12px 12px 40px 12px;
    }

    .event-slider p {
        font-size: 16px;
        line-height: 18px;
    }

    .event-slider .card-footer a {
        font-size: 16px;
        line-height: 18px;
    }

    .events {
        padding: 20px 0;
    }

    .other-event {
        padding-top: 30px;
    }

    #footer .rights p {
        font-size: 14px;
        line-height: 15px;
        margin-left: 20px;
    }

    #footer .terms a {
        font-size: 14px;
        line-height: 17px;
    }

    #liveEvent .col-lg-6:last-child {
        padding-left: 0;
        margin-top: 20px;
    }

    .live-event-content {
        /* padding-left: 80px; */
        padding: 50px 0 10px 12px;
    }

    .live-event-content p {
        padding-right: 80px;
        font-size: 18px;
        line-height: 24px;
    }

    .live-event-content h1 {
        font-size: 34px;
        line-height: 38px;
    }

    .type-detail {
        padding-left: 12px !important;
    }

    .type-detail p {
        margin-bottom: 40px;
    }

    .type-detail h1 {
        margin-bottom: 10px;
    }

    #eventtype {
        padding-bottom: 10px;
    }

    #dashboard-sidebar {
        width: 100%;
        position: relative;
        height: auto;
        border-right: 0;
        padding: 5px 0 !important;
    }

    #dashboard-sidebar ul {
        display: flex;
        flex-direction: row !important;
        justify-content: space-evenly !important;
    }

    .dashboard-content .sidebar-content {
        max-width: 100%;
        margin-left: 0;
        height: auto;
        /* display: flex; */
        width: 100%;
        top: 127px;
        padding: 0;
        border-top: 1px solid #b2b2b2;
        margin-top: 59px;
    }

    .sidebar-content .sidebar-page-link {
        margin-top: 10px;
        display: flex;
        justify-content: space-around;
        padding-bottom: 10px;
    }

    .sidebar-content .sidebar-content-header {
        padding: 10px 0 10px 16px;
    }

    .sidebar-content .sidebar-content-body .form-status-options {
        position: absolute;
        top: 9px;
        right: 10px;
    }

    .sidebar-content .sidebar-content-body .form-status-options .dropdown {
        width: 100%;
    }

    .sidebar-content .sidebar-content-body {
        padding: 0 0 0 16px;
    }

    .sidebar-content .sidebar-content-body h1 {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 23px;
    }

    .sidebar-content .sidebar-content-body .sidebar-content-body-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 16px;
    }

    .sidebar-content .sidebar-content-body p {
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .sidebar-content .sidebar-content-body .preview a {
        margin-top: 10px;
        font-size: 16px;
    }

    .sidebar-content .sidebar-page-link .page-link span {
        width: 28px;
        height: 28px;
        font-size: 18px;
    }

    .sidebar-content .sidebar-page-link .page-link {
        padding: 3px 14px;
        border-radius: 40px;
    }

    .dashboard-content .listingForm {
        margin-left: 0;
        padding: 30px 20px 30px;
    }

    .ticket-form .form-body {
        padding: 20px 0px 15px 0px;
    }

    .ticket-form-page {
        padding-left: 0 !important;
    }

    .dashboard-link ul {
        display: flex;
        flex-direction: row;
        overflow: auto;
        white-space: nowrap;
        padding-top: 0;
        margin-bottom: 0;
    }

    .dashboard-link ul li {
        padding: 12px 12px 12px 12px;
    }

    .dashboard-link {
        width: 100%;
        z-index: 1;
    }

    .user-dashboard-form {
        padding: 120px 25px 25px 25px;
        /* padding-bottom: 40px; */
    }

    .event-listing-content h1 {
        font-size: 38px;
        line-height: 40px;
    }

    .event-listing-content p {
        font-size: 18px;
        line-height: 20px;
    }

    .event-listing-content {
        margin-top: 100px;
    }

    .event-listing-content h4 {
        color: #fff;
        font-family: 'Kanit';
        font-size: 22px;
        line-height: 24px;
    }

    .event-listing-content .media-wrap .card {
        margin: 0 10px;
    }

    .event-listing-content .event-slider h5 {
        font-size: 22px;
        line-height: 24px;
    }

    .event-listing-content .event-slider .card-text {
        font-size: 16px;
        line-height: 18px;
    }

    .event-listing-content .slider-container .item {
        height: 300px;
    }

    .event-listing-content .event-slider .card-footer a {
        font-size: 16px;
        line-height: 18px;
    }

    .event-listing-content .counterArrow {
        padding: 3px 20px;
        min-width: 125px;
    }

    .event-listing-content .slides-numbers {
        font-size: 18px;
    }

    #navbar .offcanvas {
        width: 80%;
        background-color: #000;
    }

    #navbar .offcanvas-header {
        padding-bottom: 0;
    }

    #navbar .offcanvas .accordion-body {
        padding-top: 0;
    }

    .sidebar-content .sidebar-page-link .page-link.active {
        padding-left: 5px;
    }

    .event-list .dashboard-content .listingForm {
        margin-left: 0;
        padding: 60px 30px 100px;
        min-height: 100vh;
    }

    #event-ticket {
        padding-top: 30px !important;
        margin-top: 0px;
    }

    .ticket-list {
        margin-top: 30px;
    }

    #event-ticket .Event-Listing-form {
        padding-bottom: 40px;
    }
}

@media(max-width:768px) {
    .search-block {
        top: 48px;
    }

    .like-con {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .brand-logo {
        max-width: 150px;
    }

    #navbar .has-search .form-control-feedback {
        top: 5px;
        right: 185px;
    }

    #navbar .container-fluid {
        flex-wrap: nowrap;
    }

    #navbar .has-search .form-control-feedback {
        background-color: transparent;
    }

    .landing-content h1 {
        font-size: 36px;
        line-height: 38px;
    }

    .landing-content p {
        font-size: 20px;
        line-height: 23px;
        margin-top: 7px;
    }

    #home {
        padding-bottom: 0px;
        min-height: 300px;
    }

    #home {
        padding-bottom: 20px;
        min-height: 250px;
    }

    .event-slider h5 {
        font-size: 26px;
        line-height: 27px;
        margin-bottom: 10px;
    }

    .event-slider p {
        font-size: 18px;
        line-height: 20px;
    }

    .event-slider .card-footer a {
        font-size: 18px;
        line-height: 20px;
    }

    .counterArrow {
        min-width: 190px;
    }

    .events button {
        margin: 0 20px;
    }

    .footer-logo {
        text-align: center;
    }

    .live-event-content p {
        padding-right: 12px;
        font-size: 16px;
        line-height: 22px;
    }

    .live-event-content h1 {
        font-size: 32px;
        line-height: 33px;
        margin-bottom: 5px;
    }

    #eventtype {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .type-detail p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .type-detail h1 {
        font-size: 26px;
        line-height: 28px;
    }

    .listingForm {
        padding-top: 30px;
        padding-bottom: 40px;
        background-color: #fff;
    }

    .Event-Listing-form .form-title h1 {
        font-size: 32px;
        line-height: 34px;
    }

    hr {
        margin: 0.8rem 0;
    }

    .Event-Listing-form .form-title-description p {
        font-size: 18px;
        line-height: 22px;
    }

    .Event-Listing-form .input-group {
        margin-top: 30px !important;
    }

    .Event-Listing-form .title-box {
        margin-bottom: 35px !important;
    }

    .tag {
        margin-top: 50px;
    }

    .Event-Listing-form .tag-box {
        margin-top: 0px !important;
    }

    .hr {
        margin-top: 80px;
    }

    .hr1 {
        margin-top: 60px;
    }

    .date-label label {
        margin-left: 20px;
    }

    .Event-Listing-form .form-buttons {
        margin-top: 40px;
        float: right;
    }

    #date {
        background-position: 14px 28px;
        padding-left: 40px;
    }

    .btn-wrap {
        justify-content: center;
    }

    .dashboard-link {
        top: 49px;
    }

    .event-listing-content {
        margin-top: 50px;
    }

    .event-listing-content .event-slider h5 {
        font-size: 20px;
        line-height: 22px;
    }

    .event-listing-content .event-slider .card-text {
        font-size: 14px;
        line-height: 16px;
    }

    .event-listing-content .event-slider .card-footer a {
        font-size: 14px;
        line-height: 16px;
    }

    .btn-buy-ticket {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 13px;
    }

    #changepassword .modal-content {
        padding: 40px 40px;
    }

    .like-card {
        margin-top: 20px;
    }

    .event-content .dropdown {
        margin-left: 0;
        margin-top: 15px;
    }

    .event-detail-page {
        margin-top: 30px;
    }

    .event-detail-page .page-content {
        margin-top: 20px;
    }

    .event-detail-page .page-header h1 {
        font-size: 44px;
    }

    #Ticketmodal .ticket-modal-content {
        border-right: 0;
    }

    #Ticketmodal .ticket-modal-content .ticket-modal-body {
        height: auto;
        border-bottom: 1px solid #cccccc;
    }

    #Ticketmodal .ticket-modal-content .ticket-modal-header {
        padding: 0 0 10px 0px;
    }
}

@media(max-width:576px) {
    .search-block {
        top: 46px;
    }

    .loginsignupbox {
        padding: 20px 0px;
    }

    .formtitle h1 {
        font-size: 42px;
        line-height: 44px;
    }

    .formtitle {
        margin-top: 10px;
    }

    .input-field {
        margin-top: 20px;
    }

    .other-sign-wrap {
        margin-top: 35px;
    }

    .google-sign {
        margin-top: 35px;
    }

    .google-btn {
        font-size: 20px;
        line-height: 29px;
        padding: 12px 0;
    }

    .Login {
        margin-top: 30px;
    }

    #navbar .navbar {
        flex-wrap: nowrap;
    }

    .brand-logo {
        max-width: 140px;
    }

    #navbar .has-search .form-control-feedback {
        background-color: transparent;
        padding: 0px;
        border-radius: 12px;
        top: 10px;
        right: 135px;
    }

    .list-event-btn span {
        font-size: 10px;
        margin-top: 3px;
        line-height: 10px;
    }

    #navbar .navbar-toggler {
        padding-left: 0;
    }

    #navbar .navbar-toggler-icon {
        width: 25px;
    }

    .landing-content p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 7px;
    }

    .event-title h2 {
        font-size: 26px;
        line-height: 27px;
    }

    .counterArrow {
        padding: 3px 10px;
        min-width: 140px;
    }

    .slides-numbers {
        font-size: 16px;
    }

    .foooter-content {
        flex-direction: column;
    }

    .rights {
        margin-top: 5px;
        margin-left: 0;
    }

    #footer .rights p {
        margin-left: 0;
    }

    .media-wrap .card {
        margin: 0 15px;
    }

    .live-event-content {
        /* padding-left: 80px; */
        padding: 20px 0 10px 8px;
    }

    .live-event-content h1 {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .live-event-content p {
        padding-right: 12px;
        font-size: 15px;
        line-height: 20px;
    }

    .listing-btn {
        margin-top: 20px;
    }

    .type-detail {
        padding-left: 8px !important;
    }

    .landing-content h1 {
        font-size: 32px;
        line-height: 34px;
    }

    #home {
        padding-bottom: 0px;
        min-height: 230px;
        padding-top: 10px;
    }

    #event-list {
        padding-bottom: 0px;
        min-height: 200px;
        padding-top: 10px;
    }

    #home .has-search .form-control-feedback {
        margin-left: 20px;
    }

    #event-list .has-search .form-control-feedback {
        margin-left: 15px;
    }

    #home .has-search {
        margin-top: 40px;
    }

    #event-list .has-search {
        margin-top: 20px;
    }

    #home .has-search .form-control {
        padding: 12px 20px 12px 50px;
    }

    #event-list .has-search .form-control {
        padding: 12px 20px 12px 50px;
    }

    .Event-Listing-form .form-title h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .listingForm {
        padding-top: 20px;
    }

    .Event-Listing-form .form-title-description p {
        font-size: 16px;
        line-height: 20px;
    }

    hr {
        margin: 0.5rem 0;
    }

    .tag {
        margin-top: 30px;
    }

    .hr {
        margin-top: 40px;
    }

    .hr1 {
        margin-top: 40px;
    }

    .Event-Listing-form .save {
        font-size: 16px;
        padding: 5px 20px;
    }

    .user-info-btn {
        font-size: 16px;
        padding: 5px 20px;
    }

    .Event-Listing-form .discard {
        font-size: 15px;
        padding: 5px 12px;
    }

    .Event-Listing-form .user-email-btn {
        font-size: 15px;
        padding: 5px 12px;
    }

    .Event-Listing-form .form-buttons {
        margin-top: 30px;
    }

    .Event-Listing-form .time-box {
        margin-top: 16px;
    }

    .profile a img {
        width: 30px;
        height: 30px;
    }

    .sidebar-content .sidebar-content-body .sidebar-content-body-title {
        display: block;
    }

    .sidebar-content .sidebar-page-link {
        justify-content: left;
        overflow: auto;
        white-space: nowrap;
        padding-left: 12px;
        margin-top: 10px;
    }

    .dashboard-content .listingForm {
        margin-left: 0;
        padding: 20px 0px 20px;
        margin-top: 0;
    }

    .dashboard-content .listingForm .form-buttons {
        margin-top: 20px;
    }

    .dashboard-content .listingForm .Event-Listing-form {
        padding-bottom: 30px;
    }

    #dashboard-sidebar i {
        font-size: 20px;
    }

    .sidebar-content .sidebar-content-body h1 {
        font-size: 18px;
        line-height: 23px;
    }

    .sidebar-content .sidebar-content-body p {
        margin-top: 5px;
        font-size: 14px;
        line-height: 16px;
    }

    .sidebar-content .sidebar-content-body .preview a {
        margin-top: 5px;
        font-size: 14px;
    }

    .sidebar-content .sidebar-page-link .page-link span {
        width: 22px;
        height: 22px;
        font-size: 14px;
    }

    .sidebar-content .sidebar-page-link .page-link {
        padding: 2px 16px;
        border-radius: 40px;
    }

    .ticket-form .form-body {
        padding: 20px 0px 15px 0px;
    }

    .publish-img .imageuploadify {
        min-height: 180px;
    }

    .publish-detail {
        padding: 0 10px 10px;
    }

    .publish-detail-bottom {
        position: relative;
        bottom: 0;
        margin-top: 10px;
    }

    .form-buttons {
        padding-right: 12px;
    }

    .publish-title h4 {
        font-size: 20px;
    }

    .Event-Listing-form .form-check .form-check-label {
        font-size: 16px;
        line-height: 18px;
    }

    #dashboard-sidebar {
        top: 47px;
    }

    .dashboard-content .sidebar-content {
        margin-top: 47px;
        overflow-y: hidden !important;
    }

    .publish-box {
        margin-top: 30px;
    }

    .dashboard-link {
        top: 47px;
    }

    .user-dashboard-form h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .user-dashboard-form {
        padding: 125px 25px 25px 25px;
        /* padding-bottom: 20px; */
    }

    .user-dashboard-form h4 {
        font-size: 22px;
        line-height: 24px;
    }

    .email-preferences .form-check-input {
        font-size: 20px;
    }

    .email-preferences .form-check .form-check-label {
        font-size: 16px;
        line-height: 18px;
    }

    .email-preferences .form-check-input:checked {
        font-size: 20px;
    }

    #event-list {
        padding-top: 0px;
        background-position: center;
    }

    .event-listing-content {
        margin-top: 30px;
    }

    .event-listing-content h1 {
        font-size: 34px;
        line-height: 36px;
    }

    .event-listing-content p {
        font-size: 16px;
        line-height: 20px;
    }

    .event-listing-content h4 {
        color: #fff;
        font-family: 'Kanit';
        font-size: 18px;
        line-height: 20px;
    }

    .event-listing-content .slides-numbers {
        font-size: 14px;
    }

    .event-listing-content .counterArrow {
        padding: 3px 5px;
        min-width: 100px;
    }

    #show-list {
        background-color: #fff;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .show-list h3 {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .show-list h5 {
        font-size: 16px;
        line-height: 18px;
    }

    .show-list h6 {
        font-size: 12px;
        line-height: 14px;
    }

    .btn-buy-ticket {
        font-size: 12px;
        line-height: 16px;
        padding: 8px 11px;
    }

    .event-listing-content .slider-container .item {
        height: 250px;
    }

    #time {
        background-position: 15px 22px;
        padding-left: 43px;
    }

    #time-label {
        margin-left: 25px;
    }

    .slider-holder5 {
        margin-left: 10px;
        margin-right: 10px;
    }

    #changepassword .modal-content {
        padding: 30px 10px;
    }

    #changepassword .modal-body h2 {
        font-size: 24px;
        line-height: 26px;
    }

    #like {
        padding-top: 60px;
    }

    #like h1 {
        font-size: 48px;
        line-height: 50px;
    }

    #like .like-box {
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .event-content .nav-link {
        padding: 5px 15px;
        margin-left: 15px;
    }

    .event-content .page-tab {
        margin-top: 15px;
    }

    .event-content #list-view-tab {
        margin-left: 0;
    }

    #list-view .listing-event {
        margin-top: 10px;
    }

    .event-list .dashboard-content .listingForm {
        margin-left: 0;
        padding: 60px 0px 0px;
        min-height: 100vh;
    }

    .listingForm .save {
        margin-left: 0;
    }

    #list-view table td {
        font-size: 16px;
    }

    .event-content .dropdown button {
        padding: 5px 15px;
        font-size: 16px;
    }

    #list-view .pagination {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .event-detail-page .page-header h1 {
        font-size: 34px;
        margin-top: 5px;
    }

    .like-con {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .event-detail-page .page-content .follow-section {
        padding: 15px 20px;
    }

    .event-detail-page .page-content .follow-section a {
        font-size: 16px;
        padding: 7px 20px;
    }

    .event-detail-page .page-content .location {
        margin-top: 20px;
    }

    .event-detail-page .page-content h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .event-detail-page .get-tickets {
        padding: 20px 20px;
    }

    .header-button {
        margin-top: 30px;
    }

    .ticket-list .event-name {
        margin-left: 10px !important;
    }

    .ticket-list .edit-capacity {
        font-size: 16px;
    }

    .ticket-list {
        margin-top: 0px;
    }

    .ticket-list table td {
        padding: 10px 8px;
    }

    #Ticketmodal .modal-dialog {
        max-width: 100%;
    }

    #Ticketmodal .ticket-modal-content .ticket-modal-header h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 3px;
    }

    #Ticketmodal .ticket-modal-content .ticket-modal-header p {
        font-size: 16px;
    }

    #Ticketmodal .btn-close {
        top: 5px;
        right: 5px;
        padding: 12px;
    }

    #Ticketmodal .ticket-modal-content .ticket-modal-body {
        padding: 20px 20px;
    }

    #Ticketmodal .ticket-modal-content .ticket-modal-body .info-header h5 {
        font-size: 18px;
    }

    #Ticketmodal .ticket-modal-content .ticket-modal-body .ticket-info {
        padding: 12px 15px;
    }

    #Ticketmodal .ticket-modal-content .ticket-modal-body .ticket-info .info-body h6 {
        font-size: 16px;
    }

    #Ticketmodal .ticket-modal-content .ticket-modal-body .ticket-info .info-body h5 {
        font-family: 'Kanit Light';
        font-size: 15px;
    }

    #Ticketmodal .ticket-modal-content .ticket-modal-body .ticket-info .info-body h4 {
        font-size: 20px;
    }

    #Ticketmodal .ticket-modal-content .ticket-modal-body .ticket-info .info-body {
        margin-top: 10px;
    }

    #Ticketmodal .ticket-modal-footer p {
        font-size: 16px;
    }

    #Ticketmodal .rupees-count .order-summary h6 {
        margin-bottom: 10px;
    }

    #Ticketmodal .rupees-count .order-summary .total {
        padding-bottom: 15px;
    }
}


.modal-open {
    overflow-y: hidden;
}

.page-content {
    margin-top: 100px;
    /* height: 100vh; */
    color: #fff;
}