.CodeMirror,
.CodeMirror-scroll {
    min-height: 150px !important;
}

.custom-button:active {
    border-style: none;
    -webkit-tap-highlight-color: transparent;
}

.custom-button:hover {
    transform: none;
}

.custom-button:focus,
.custom-button:active:focus,
.custom-button.active:focus {
    outline: none !important;
    outline-offset: 0 !important;
}

.input-group-btn>.custom-button:hover,
.input-group-btn>.custom-button:focus,
.input-group-btn>.custom-button:active {
    z-index: 0 !important;
}

.rrssb-buttons li.rrssb-twitter a {
    background-color: #000000 !important;
}

.rrssb-buttons li.rrssb-twitter a:hover {
    background-color: #000000 !important;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #f5f5f5;
}

.dtpicker-overlay {
    opacity: 0 !important;
    display: none !important;
}

.radio-label {
    margin-right: 20px;
}

/* .footer-custom-container {
    background: white;
    height: 60px;
} */

.custom-footer {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-top: 1.8rem;
    margin-bottom: 0.5rem;
    justify-content: start;
    display: flex;
    align-items: center;
}

.custom-footer-class {
    position: relative;
    bottom: 0;
    width: 100%;
    background: white;
}


.responsive-table {
    overflow: auto;
}

@media (max-width: 768px) {
    .footer-custom-container {
        margin-top: 25px;
    }
}

.touch .sidebar .content {
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
    .touch .sidebar .content {
        overflow-y: scroll;
    }

    /* Organiser Dasboard Tables */
    .custom-th {
        width: 10px;
    }

    .organiser-name-font {
        font-size: small;
    }

}

/* Organiser Dasboard Tables */
@media (min-width: 769px) {
    .custom-th {
        padding-left: 0 !important;
    }
}

/* Event Image at customize/general  */
.thumbnail.custom_thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.bth_image_container {
    position: relative;
    display: inline-block;
}


.btn_delete_organiser_logo {
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 4px;
    background: white;
}

/* End */

/*  */
.btn_delete_custom_upload_image {
    position: relative;
    right: 35px;
    bottom: 22px;
    padding: 4px;
    background: white;
}

div#custom_uploaded_images img {
    width: 120px;
    position: relative;
}

.mr-1 {
    margin-right: 1px
}

.mr-2 {
    margin-right: 2px
}

.mr-3 {
    margin-right: 3px
}

.mr-4 {
    margin-right: 4px
}

.visibility_draft_span {
    background: #5c5c5c;
    font-size: smaller;
    padding: 2px;
}

.visibility_live_span {
    background: green;
    font-size: smaller;
    padding: 2px;
}

li.menu-list.active i::before {
    content: "\e755";
    font-family: 'iconfont';
}

/* Dashbord */
@media (max-width: 576px) {
    .sm-dashbord {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 768px) {
    .sm-dashbord {
        margin-bottom: 15px !important;
    }
}

.g-recaptcha {
    justify-content: center;
    display: flex;
}

@media (max-width: 375px) {
    .custom-panel {
        padding: 6px !important;
    }
}

@media (max-width: 320px) {

    .g-recaptcha {
        transform: scale(0.82);
        transform-origin: 0 0;
        justify-content: none;
        display: block;
        margin-bottom: -10px;
    }

}

.events-sidebar {
    justify-content: left;
    display: flex;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 15px;
}

.required-val {
    content: '*';
    color: red;
    font-size: 9px;
}

.disabled_btn {
    pointer-events: none;
    cursor: not-allowed;
    background: #f5f5f5;
}

.sidebar .content>.heading {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
    padding: 15px 25px 15px 17px;
}

/* Customize Event - Tab Event Details */
.disabled_form .form-control {
    background-color: #eee !important;
    pointer-events: none;
    cursor: not-allowed;
}

.disabled_form .thumbnail {
    background-color: #eee !important;
    pointer-events: none;
    cursor: not-allowed;
}

.disabled_form .CodeMirror {
    background-color: #eee !important;
    pointer-events: none;
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.5);
}

.disabled_form .editor-toolbar {
    background-color: #eee !important;
    pointer-events: none;
    cursor: not-allowed;
}

/* End */

/* Customize Event - Tab Tickets */
.disabled_form .panel-success>.panel-heading {
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: #eee;
    pointer-events: none;
    cursor: not-allowed;
}

.disabled_form .panel-body {
    background-color: #eee !important;
    pointer-events: none;
    cursor: not-allowed;
}

.disabled_form .disable-tickets-footer {
    background-color: #eee !important;
    pointer-events: none;
    cursor: not-allowed;
}

.disabled_form .disable-tkt-btn {
    background-color: rgba(0, 0, 0, 0.5) !important;
    pointer-events: none;
    cursor: not-allowed;
    border-color: rgba(0, 0, 0, 0.5) !important;
}

/* End */

/* Customize Event - Tab Social */
.disabled_form .disable-social-btns {
    background-color: #eee !important;
    pointer-events: none;
    cursor: not-allowed;
}

.disabled_form .disable-affliates-table {
    background-color: #eee !important;
    pointer-events: none;
    cursor: not-allowed;
}

.disabled_form .disable-alert-yet {
    background-color: #eee !important;
    pointer-events: none;
    cursor: not-allowed;
}

/* End */

/* Customize Event - Tab Payment */
.disabled_form .disable-offline-checkbox {
    background-color: #eee !important;
    pointer-events: none;
    cursor: not-allowed;
}

.disabled_form .disable-ec-payment {
    background-color: #eee !important;
    pointer-events: none;
    cursor: not-allowed;
}

/* End */

/* Attendees List */
.disabled_form .btn-success {
    background-color: rgba(0, 0, 0, 0.5) !important;
    pointer-events: none;
    cursor: not-allowed;
    border-color: rgba(0, 0, 0, 0.5) !important;
}

/* End */

/* Search Button Disable on All Pages */
.disabled_form .btn-default {
    background-color: rgba(0, 0, 0, 0.5) !important;
    pointer-events: none;
    cursor: not-allowed;
    border-color: rgba(0, 0, 0, 0.5) !important;
}

/* End */

/* Attendees */
.disabled_form .disable-attendees-table {
    background-color: #eee !important;
    pointer-events: none;
    cursor: not-allowed;
}

.disabled_form .attendee_list {
    background-color: #eee !important;
    pointer-events: none;
    cursor: not-allowed;
}

/* End */

/* Checkin */
.disabled_form .btn-rd-danger {
    background-color: rgba(0, 0, 0, 0.5) !important;
    pointer-events: none;
    cursor: not-allowed;
    border-color: rgba(0, 0, 0, 0.5) !important;
}

.disabled_form .btn-gr-success {
    background-color: rgba(0, 0, 0, 0.5) !important;
    pointer-events: none;
    cursor: not-allowed;
    border-color: rgba(0, 0, 0, 0.5) !important;
}

/* End */

/* Survey */
.disabled_form .disable-survey-table {
    background-color: #eee !important;
    pointer-events: none;
    cursor: not-allowed;
}

/* End */

/* Access Codes */
.disabled_form .disable-access-codes-table {
    background-color: #eee !important;
    pointer-events: none;
    cursor: not-allowed;
}

/* End */

.disabled_form .browse-e-img {
    pointer-events: none;
    cursor: not-allowed;
}

/* Navbar Logo */
.navbar-logo {
    max-width: 150px;
}

/* Beta Text */
.logo-container {
    display: flex;
    align-items: center;
    position: relative;
}

.beta-label {
    background-color: #ffc000;
    color: #4f81bd;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    margin-left: 5px;
    display: none;
}

@media (min-width: 1024px) {
    .custom-logo {
        max-width: 40%;
        /* Limit the width to 40% */
        display: block;
        /* To enable the use of margin auto for centering */
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1023px) {
    .custom-logo {
        max-width: 55%;
        /* Limit the width to 55% */
        display: block;
        /* To enable the use of margin auto for centering */
        margin-left: auto;
        margin-right: auto;
    }
}

.btn_event_gray.live {
    pointer-events: none;
    cursor: not-allowed;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.sidebar.event_live {
    margin-top: 0px;
}

.sidebar.event_not_live {
    margin-top: 45px;
}

input[name="iban"] {
    text-transform: uppercase;
}

input[name="retype_iban"] {
    text-transform: uppercase;
}

.nav-divider {
    border-top: 1px solid #6c6e81;
    height: 0px;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid #404675;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}


@keyframes spinner-border {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Event Form Page Flyer Section CSS Start */
.flyer-section {
    width: 900px;
    margin-bottom: 8px;
}

.flyer-section .image {
    position: relative;
    width: 100%;
    height: 100%;
}

.flyer-section img {
    width: 100%;
}

a.btn_delete_event_image {
    position: absolute;
    top: 5px;
    right: 12px;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.btn_delete_event_image i {
    font-size: 16px;
    color: #dc3545;
}

/* Event Form Page Flyer Section CSS End */

.btn-disabled{
    background-color: #8f92aa !important; 
    border-color: #8f92aa !important;
}

.btn-instagram{
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
    color: white;
}
.organiser-social-section{
    margin-top: 20px;
    margin-bottom: 10px;
}

.organiser-social-section a{
    margin-right: 10px;
}