/* TML CSS JSResult Skip Results Iframe */


.file-upload {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #39ace7;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid hwb(200 4% 50%);
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}


.topbar-search {
    -webkit-box-shadow: 0 0 0 30px #F0F0F0 inset !important;
}

.search-ticket {
    -webkit-box-shadow: 0 0 0 30px #F2F4FF inset !important;
}

.bg-clr {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}



.topbar-search::placeholder {
    color: rgba(26, 69, 156, 0.60) !important;
}

.topbar-search:valid {
    background-color: #F0F0F0 !important;
}




.topbar-search:focus {
    outline: none !important;
    background-color: #F2F4FF !important;
}

.file-upload-btn:hover {
    background: #39ace7;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.no-arrow::-webkit-calendar-picker-indicator {
    display: none !important;
}



.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #39ace7;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #39ace7;
    border: 4px dashed #ffffff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.request {
    margin-top: 43px;
    background: #1A459C;
    background-color: rgb(26, 69, 156);
    border-radius: 12px;
    height: 35px;
    width: 47%;
    color: white;
    padding: 4px 34px;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: hwb(200 4% 50%);
    padding: 60px 0;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}


/* styles */

.box1 {
    width: 1008px;
    margin-left: 60px !important;
    height: 650px;
    /* top: 0;
left: 0; */
    background-color: #fdfeff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px #00000040;
}


.event-time {
    background-color: rgba(163, 222, 246, 0.26) !important;
    border: none !important;
    color: #1a459c !important;
    padding: 10px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 16px !important;
    margin: 4px 2px;
    border-radius: 12px;
}



.event-name {
    color: #1A459C;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.available-ticket {
    color: #E55;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (min-width: 700px) {
    .box .rectangle {
        /* position: fixed; */
        width: 508px;
        padding: 40px;
        height: 550px;
        background-color: #fdfeff;
        border-radius: 10px;
        box-shadow: 0px 4px 10px #00000040;
    }
}

.plc::placeholder {
    color: lightslategrey;
}


.box .rectangle {
    /* position: fixed; */
    width: 1008px;

    height: 560px;
    /* top: 0;
left: 0; */
    background-color: #fdfeff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px #00000040;
}

/* preference styles */


.box {
    width: 798px;
    height: 600px;
}


@media screen and (min-width: 700px) {
    .box .rectangle {

        width: 508px;
        padding: 40px;
        height: 460px;
        /* top: 0;
left: 0; */
        background-color: #fdfeff;
        border-radius: 10px;
        box-shadow: 0px 4px 10px #00000040;
    }



    */ .rectangle {
        position: fixed;
        width: 508px;
        padding: 40px;
        height: 360px;

        background-color: #fdfeff;
        border-radius: 10px;
        box-shadow: 0px 4px 10px #00000040;
    }

    .btn {
        border-radius: 120px;
        box-shadow: 0px 4px 10px #b3dbef45;
        float: right;

    }

    /* end preferences styles */

    /* apply responsives */

    /* .login-input {
        padding: 192px 150px 70px 200px !important;
        border-radius: 25px;
        background-color: white;
    } */





    input[type="date"]::before {
        content: attr(placeholder);
        position: absolute;
        color: #999999;
    }

    input[type="date"] {
        color: #ffffff;
    }

    input[type="date"]:focus,
    input[type="date"]:valid {
        color: #666666;
    }

    input[type="date"]:focus::before,
    input[type="date"]:valid::before {
        content: "";
    }

    .create-button {
        color: #fff;
        border: none;
        border-radius: 5px;
        height: 40px;
        margin-top: 10px;
        width: 100%;
        background-color: #00A0FF;
    }

    .google-button {
        color: #fff;
        border-radius: 5px;
        margin-top: 10px;
        background-color: #1A459C;
        padding-top: 3px;
        display: block;
        height: 30px;
        text-align: center;
    }

    .button-google .button-microsoft {
        text-transform: uppercase;
        padding: 5px;
        color: grey;
        cursor: pointer;
        background: transparent;
        /* no background! */
        border: 1px solid grey;
        border-radius: 5px;
    }



    .input-wrapper {
        display: inline-block;
        position: relative
    }

    .input-wrapper:after {
        position: absolute;
        right: 6px;
    }

    /* .sign-input {
        padding: 145px 125px 103px 125px !important;
        border-radius: 25px;
        /* box-shadow: 0px 0px 10px #00000040; */
    background-color: white;
}

*/ .signup-forget {
    color: var(--Blue, #007AFF);
    float: right;
    font-size: 14.878px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 13.83px */
    letter-spacing: -0.198px;
}

/* login mobile responsive */

@media (max-width: 475px) {

    /* resonpivive mobile */


    .ticket-attribute {
        border-radius: 18px !important;
        border: 1px solid rgba(26, 69, 156, 0.40) !important;
        /* background: rgba(255, 255, 255, 0.20) !important; */
        display: flex;
        width: 920px;
        padding: 11px 0px 11px 25px !important;
        align-items: center;
    }

    /* login responsive */
    .login-input {
        padding: 0px 15px 0px 15px !important;
        border-radius: 25px;
        background-color: white;
    }

    .sign-input {
        padding: 0px 15px 0px 15px !important;
        border-radius: 25px;

        background-color: white;
    }

    .top-space {
        margin-top: 0px;
        overflow: hidden;
    }

    .button-google .button-microsoft {
        text-transform: uppercase;
        padding: 5px;
        color: grey;
        cursor: pointer;
        float: none !important;
        align-items: center;
        background: transparent;
        /* no background! */
        border: 1px solid grey;
        border-radius: 5px;
    }



}

.create-button {
    color: #fff;
    border: none;
    border-radius: 5px;
    height: 40px;
    margin-top: 10px;
    width: 100%;
    background-color: #00A0FF;
}




.google-button {
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    background-color: #EA4335;
    padding-top: 10px;
    display: block;
    height: 40px;
    text-align: center;
}

.google-buttons {
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    background-color: #1A459C;
    padding-top: 10px;
    display: block;
    height: 40px;
    text-align: center;
}

.responsive-text {
    word-wrap: break-word !important;
    white-space: normal !important;
    max-width: 100% !important;
}

.or-style {
    color: #CDCACA;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 1.44px;
}

.forget-style {
    color: #5EB3BE;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    /* 250% */
    letter-spacing: 1.12px;
}

.form-style {
    color: #BEBCBC !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 1.12px;
}

.navbar-border {
    padding: 0px 10px 0px 0px !important;
    /* top: 17px !important; */
    margin-bottom: 4px !important;
    border: 1px solid #A3DEF6;
    /* box-shadow: 1px 1px 1px 0px #A3DEF6; */
}



.sidebar-option {
    color: #034F75;
    border: 0.5px solid #A3DEF6;
    border-radius: 10px;
}

.post-ticket-button {
    color: #1A459C;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.ticket-attribute {
    border-radius: 18px !important;
    border: 1px solid rgba(26, 69, 156, 0.40) !important;
    /* background: rgba(255, 255, 255, 0.20) !important; */
    display: flex;
    width: 920px;
    padding: 11px 0px 11px 25px !important;
    align-items: center;
}

/* ::placeholder {
    color: #1a459c !important;
} */



.ticket-button {
    cursor: context-menu;
    background-color: #1a459c !important;
    border: none !important;
    color: white !important;
    padding: 5px !important;
    text-align: center !important;
    height: 40px;
    display: inline-block !important;
    font-size: 16px !important;
    margin: 4px 2px;
    border-radius: 30px;
    cursor: pointer;
}

.exchange-ticket-button {

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: white !important;
    border: none;
    color: #1a459c;
    padding: 10px;
    width: 65%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 22px;
    border-radius: 30px;
    cursor: pointer;
}




.errspan {
    float: right;
    margin-right: 6px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    color: red;
}

.exchange-button:link {
    color: #1A459C !important;
}

.exchange-button {
    color: #1A459C !important;
    border-radius: 18px;
    border: 1px solid var(--1-a-459-c, #1A459C);
    /* box-shadow: 5px 6px 19.2px 0px rgba(85, 172, 238, 0.27); */
    width: 15%;
    text-align: center;
    height: 40px;
    padding: 6px;
    text-decoration: none;
}

.ticket-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.search-widget {
    border: 1px solid var(--1-a-459-c, #1A459C) !important;
    background: #F0F0F0 !important;
    border: 1px solid #858585;
    display: inline-block;
    height: 35px;
    float: right;
    border-radius: 50px !important;
    width: 25%;
    padding: 1px 13px;
    height: 38px;
    margin-top: -2px !important;
}


.search-widgets {
    border: 1px solid var(--1-a-459-c, #1A459C) !important;
    background: white !important;
    border: 1px solid #858585;
    display: inline-block;
    height: 35px;
    float: right;
    border-radius: 50px !important;
    width: 25%;
    padding: 1px 13px;
    height: 38px;
    margin-top: -2px !important;
}



.button-approve {
    padding: 5px 30px 5px 20px;
    width: 45%;
    font-size: 14px;
    border-radius: 15px;
    color: white;
    border: 1px solid var(--a-3-def-7, #A3DEF6);
    background-color: var(--1-a-459-c, #1A459C);
}

.button-decline {
    padding: 0px 15px 0px 22px;
    width: 45%;
    font-size: 14px;
    border-radius: 15px;
    color: #1A459C;
    border: 1px solid var(--a-3-def-7, #1A459C);
    background-color: #d9d9d9 !important;
}


.approve {
    padding: 5px 30px 5px 20px;
    width: 50% !important;
    text-align: center;
    font-size: 14px;
    border-radius: 15px;
    color: white !important;
    border: 1px solid var(--a-3-def-7, #A3DEF6);
    background-color: var(--1-a-459-c, #1A459C);
}



.decline {
    padding: 4px 15px 0px 15px !important;
    /* width: 45%; */
    font-size: 14px;
    border-radius: 15px;
    color: #1A459C !important;
    border: 1px solid var(--a-3-def-7, #1A459C);
    background-color: white !important;
}

.search-widget input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    border: 0;
    height: 35px;
}

.search-widget button {
    background-color: transparent;
    color: #1293D4;
    border: 0;
    height: 35px;
}

.event-details {
    color: #55ACEE;
    margin-bottom: -8px;

}

.event-customer {
    color: #E22934;
}

.space-left {
    margin-left: -116px
}

.bg-exchange {
    background-color: white !important;
    /* height: 33vh; */
    padding: 14px 0px 14px 0px;
    border-radius: 12px;
    /* width: 101%; */
    margin-left: 0px;
}

.bg-exchange-available {
    background-color: white !important;
    /* height: 33vh; */
    padding: 14px 0px 14px 0px;
    border-radius: 12px;
    /* width: 102%; */
    margin-left: 0px;
}

.bg-event {
    background-color: white;
    /* height: 35vh; */
    padding: 14px 0px 14px 0px;
    border-radius: 12px;
    width: 100%;
    margin-left: 0px;
}

.event-date {
    margin-bottom: -2px;
    font-size: 32px;
    font-weight: 359;
    color: #1a569c;
}

.event-name {
    margin-bottom: 1px;
    color: #1A459C;
    font-size: 20px;
}

.search-ticket:focus {
    outline: none;
}

.extra-style {
    width: 20%;
    padding-bottom: 8px;
}

.event-address {
    margin-bottom: -2px;
    line-height: normal;
}

.event-day {
    font-size: 20px;
    margin-bottom: -12px;
    color: #55ACEE;
}

.plc::placeholder {
    color: #1A459C !important;
}

.search-ticket::placeholder {
    color: #1D275F !important;
}

.bg-available {
    background-color: white;
    border-radius: 12px;
    /* width: 101%; */
    /* height: 60px; */
    padding: 10px;
    margin-left: 0px;
}

.images-off {
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
}

.containe img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.bg-price {
    background-color: white;
    border-radius: 12px;
    /* height: 120vh; */
}

.price-list {
    vertical-align: middle;
    font-size: 14px;
    margin-left: 37px;
    color: white !important;
}

.bg-all-tickets {
    background-color: white;
    border-radius: 50px;
    width: 25%;
}

.price-free {
    vertical-align: middle;
    font-size: 14px;
    margin-left: 37px;
    color: black !important;
}

.prefernce-placeholder::placeholder {
    color: #1A459C !important;
}

input::-ms-reveal {
    display: none;
}

.bg-ticket {
    background-color: white;
    margin-left: 271px;
    border-radius: 12px;
}

.modal-space {
    margin-left: -180px !important;
}


@media (max-width:400px) {
    .mobile {
        margin-left: 27px !important;
    }
}

@media (max-width:470px) {
    .mobiles {
        margin-left: 31px !important;
    }
}

@media (max-width:576px) {
    .post-final-space {
        width: 0px !important;
    }

    .img-setting {
        width: 45% !important;
        height: 95px !important;
    }

    .font-styless {
        font-size: 16px !important;
    }

    .my-ticket-button {
        font-size: 12px !important;
    }

    .login-space-footer {
        margin-left: 0px !important;
    }

    .explore-footer {
        margin-left: 0px !important;
    }

    .modal-space {
        margin-left: 0px !important;
        width: 100% !important;
    }

    .alignment-category {
        text-align-last: center !important;
    }

    .ticket-button-space {
        margin-bottom: 1rem;
    }

    .description-text {
        margin-left: 25px;
        max-width: 635px;
        font-family: "Roboto";
        font-size: 12px;
        font-weight: 500;
        line-height: 23px;
        letter-spacing: 0em;
        text-align: center;

    }

    .sub-text {
        font-family: "Roboto";
        font-size: 20px;
        font-weight: 500;
        line-height: 53px;
        letter-spacing: 0em;
        text-align: center;

    }

    .title-text {
        font-family: "Roboto";
        font-size: 50px;
        font-weight: 700;
        line-height: 70px;
        letter-spacing: 0em;
        text-align: center;

    }

    .my-btn {
        float: none !important;
    }

    .mobile-width {
        width: 81% !important;
    }

    .side-space {
        padding: 0px 10px 0px 10px !important;
    }

    .top-last-space {
        margin-top: 23px !important;
    }

    .section-space {
        margin-left: 30px !important;
    }

    .left-space {
        margin-left: 15px !important;
    }

    .small-font {
        font-size: 20px !important;
    }

    .top-spacesd {
        margin-top: 25px !important;
    }

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

    .spaces {
        margin-left: 5px !important;
    }

    .large-space {
        margin-left: 0px;
    }


    #cross-button {
        display: block;
    }

    .side-bar {
        display: contents;
    }

    .mobile-space {
        margin-top: 6px !important;
    }

    .text-size {
        font-size: 9px;
    }

    .topbar-search::placeholder {
        font-size: 11px;
    }

    .text-sets {
        display: none;
    }

    .text-set {
        display: none;
    }

    .price-space {
        padding-top: 4px !important;
    }

    .sign-input {
        padding: 145px 40px 103px 40px !important;
        border-radius: 25px;
        /* box-shadow: 0px 0px 10px #00000040; */
        background-color: white;
    }

    .login-input {
        padding: 25px 50px 70px 50px !important;
        border-radius: 25px;
        background-color: white;
    }

    /* .auth-font {
        font-size: 9px;
    } */

    .sign {
        /* float: right; */
        padding-top: 0px;
        font-size: 1rem;
    }

    .font-style {
        font-size: 10px !important;
    }

    th {
        font-size: 9px !important;

    }

    td {
        font-size: 9px !important;

    }

    .professional-button {
        border: none;
        width: 100%;
        height: 35px;
        border-radius: 4.553px !important;
        background: var(--Shades-White, #FFF) !important;
        color: var(--Primary-Blue-500, #1D4ED8) !important;
        text-align: center !important;
        font-size: 13px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: normal !important;
    }

    select {
        font-size: 12px !important;
    }

    .bg-all-tickets {
        background-color: white;
        border-radius: 50px;
        width: 50%;
    }

    .button-all-ticket {
        height: 30px !important;
        width: 100% !important;
        font-size: 14px !important;
        border-radius: 10px !important;
        color: #1A459C;
        border: 1px solid var(--a-3-def-7, #1A459C);
    }

    .request {
        margin-top: 43px;
        background: #1A459C;
        background-color: rgb(26, 69, 156);
        border-radius: 12px;
        height: 35px;
        text-align: center;
        width: 100%;
        float: left !important;
        color: white;
        padding: 4px 34px;
    }

    .bg-ticket {
        background-color: white;
        margin-left: 271px;
        /* height: 105vh !important; */
        /* width: 100%; */
        border-radius: 12px;
    }

    .exchange-button {
        margin-top: 5px;
        /* font-size: 17px; */
        color: #1A459C !important;
        border-radius: 18px;
        border: 1px solid var(--1-a-459-c, #1A459C);
        /* box-shadow: 5px 6px 19.2px 0px rgba(85, 172, 238, 0.27); */
        width: 60%;
        text-align: center;
        height: 27px;
        padding: 0px;
    }

    .large-action {
        display: none !important;
    }

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

    .mobile {
        margin-left: 40px !important;
    }

    .bg-price {
        background-color: white;
        border-radius: 12px;
        /* height: 200vh !important; */
    }

    .date-topbar {
        display: none;
    }

    .request-button {

        font-size: 8px;
        margin-top: -10px;
        background: #1A459C;
        border-radius: 12px;
        height: 25px;
        width: 100%;
        color: white;
        padding: 6px 32px;
        text-decoration: none;
    }

    .bg-available {
        background-color: white;
        border-radius: 12px;
        /* width: 101%; */
        /* height: 210px; */
        padding: 10px;
        margin-left: 0px;
    }

    .exchange-ticket-button {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        background-color: white !important;
        border: none;
        color: #1a459c;
        padding: 10px;
        width: 70%;
        text-align: left;
        text-decoration: none;
        display: inline-block;
        margin: 4px 22px;
        border-radius: 30px;
        cursor: pointer;
    }

    .space-left {
        margin-left: 0px
    }

    /* .button-approve {
        padding: 8px 20px 9px 20px !important;
        width: 45% !important;
        font-size: 14px;
        border-radius: 15px;
        color: white;
        border: 1px solid var(--a-3-def-7, #A3DEF6);
        background-color: var(--1-a-459-c, #1A459C);
    } */

    .extra-style {
        width: 45%;
        padding-bottom: 8px;
    }

    .bg-event {
        background-color: white;
        /* height: 20vh; */
        padding: 14px 0px 14px 0px;
        border-radius: 12px;
        width: 100%;
        margin-left: 0px;
    }

    .event-date {
        font-size: 14px;
        font-weight: 259;
        color: #1a569c;
    }

    .hide-img {
        display: none !important;
    }

    .button-approve {
        padding: 8px 20px 0px 20px;
        width: 73% !important;
        font-size: 14px;
        border-radius: 15px;
        color: white;
        border: 1px solid var(--a-3-def-7, #A3DEF6);
        background-color: var(--1-a-459-c, #1A459C);
    }

    .button-approves {
        padding: 8px 20px 0px 20px;
        width: 55% !important;
        font-size: 10px;
        border-radius: 15px;
        color: white;
        border: 1px solid var(--a-3-def-7, #A3DEF6);
        background-color: var(--1-a-459-c, #1A459C);
    }

    .button-declines {
        width: 50% !important;
        padding: 4px 25px 21px -1px !important;
        font-size: 10px;
        height: 38px;
        border-radius: 15px;
        color: #1A459C;
        border: 1px solid var(--a-3-def-7, #1A459C);
    }

    .button-decline {
        width: 48% !important;
        padding: 4px 25px 21px -1px !important;
        font-size: 14px;
        height: 38px;
        border-radius: 15px;
        color: #1A459C;
        border: 1px solid var(--a-3-def-7, #1A459C);

    }

    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */


    .post-ticket-button {
        color: #1A459C;
        font-size: 25px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .event-date {
        margin-bottom: -3px;
        font-size: 20px;
        font-weight: 359;
        color: #1a569c;
    }

    .event-day {
        font-size: 20px;
        margin-bottom: -5px;
        color: #55ACEE;
    }

    .event-name {
        margin-bottom: 1px;
        color: #1A459C;
        font-size: 13px;
    }

    .event-address {
        font-size: 13px;
        margin-bottom: -2px;
        line-height: normal;
    }

    .event-customer {
        color: #E22934;
        font-size: 13px;
    }

    .event-details {
        color: #55ACEE;
        margin-bottom: -8px;
        font-size: 13px;
    }

    .space-bottom {
        margin-bottom: 5px;
    }

    .ticket-button {
        cursor: context-menu;
        background-color: #1a459c !important;
        border: none !important;
        color: white !important;
        padding: 9px !important;
        text-align: center !important;
        height: 32px !important;
        display: inline-block !important;
        font-size: 8px !important;
        margin: -3px -9px !important;
        border-radius: 30px !important;
    }

}

@media (min-width:576px) {
    .post-final-space {
        width: 40px;
    }

    .img-setting {
        width: 60% !important;
        height: 100px !important;
    }

    .font-styless {
        font-size: 1.1rem !important;
    }

    .login-space-footer {
        margin-left: 0px !important;
    }

    .explore-footer {
        margin-left: 0px !important;
    }

    .pad-style {
        padding-right: 60px !important;
    }

    .modal-space {
        margin-left: -30px !important;
        width: 112% !important;
    }

    .alignment-category {
        text-align-last: center !important;
    }

    .ticket-button-space {
        margin-bottom: 1rem;
    }

    .side-space {
        padding: 0px 60px 0px 60px !important;
    }

    .section-space {
        margin-left: 45px !important;
    }

    .left-space {
        margin-left: 28px !important;
    }

    .top-spacesd {
        margin-top: -9px !important;
    }

    .large-space {
        margin-left: 0px;
    }

    #cross-button {
        display: block;
    }

    .side-bar {
        display: contents;
    }

    .text-sets {
        display: none;
    }

    .text-set {
        display: none;
    }

    .price-space {
        padding-top: 7px;
    }

    .sign-input {
        padding: 145px 70px 103px 70px !important;
        border-radius: 25px;
        /* box-shadow: 0px 0px 10px #00000040; */
        background-color: white;
    }

    .login-input {
        padding: 25px 70px 100px 70px !important;
        border-radius: 25px;
        background-color: white;
    }

    /* .auth-font {
        font-size: 9px;
    } */

    .sign {
        /* float: right; */
        padding-top: 11px;
        font-size: 1rem;
    }

    .exchange-ticket-button {
        font-size: 19px;
        font-weight: 700;
        background-color: white !important;
        border: none;
        color: #1a459c;
        padding: 10px;
        width: 80%;
        text-align: left;
        margin: 4px 22px;
        border-radius: 30px;
        cursor: pointer;
    }

    .bg-all-tickets {
        background-color: white;
        border-radius: 50px;
        width: 35%;
    }

    .top-space {
        margin-top: 25px;
    }

    .bg-ticket {
        background-color: white;
        margin-left: 271px;
        /* height: 103vh;
        width: 100%; */
        border-radius: 12px;
    }

    .request {
        margin-top: 43px;
        background: #1A459C;
        background-color: rgb(26, 69, 156);
        border-radius: 12px;
        height: 35px;
        text-align: center;
        width: 55%;
        float: left !important;
        color: white;
        padding: 4px 34px;
    }

    .exchange-button {
        color: #1A459C !important;
        border-radius: 18px;
        border: 1px solid var(--1-a-459-c, #1A459C);
        /* box-shadow: 5px 6px 19.2px 0px rgba(85, 172, 238, 0.27); */
        width: 35%;
        text-align: center;
        height: 40px;
        padding: 6px;
        text-decoration: none;
    }

    .large-action {
        display: none !important;
    }

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

    .mobile {
        margin-left: 50px !important;
    }

    .bg-price {
        background-color: white;
        border-radius: 12px;
        /* height: 200vh !important; */
    }

    .date-topbar {
        display: none;
    }

    .list-order li {
        color: var(--Shades-White, #FFF);
        font-size: 16.21px;
        font-weight: 500;
        line-height: 30px !important;
    }

    .professional-button {
        border: none;
        width: 100%;
        height: 35px;
        border-radius: 4.553px !important;
        background: var(--Shades-White, #FFF) !important;
        color: var(--Primary-Blue-500, #1D4ED8) !important;
        text-align: center !important;
        font-size: 13.21px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: normal !important;
    }

    .request-button {
        margin-top: -15px;
        background: #1A459C;
        border-radius: 12px;
        height: 35px;
        width: 60%;
        color: white;
        padding: 4px 29px;
        text-decoration: none;
    }

    .bg-available {
        background-color: white;
        border-radius: 12px;
        /* width: 101%;
        height: 210px; */
        padding: 10px;
        margin-left: 0px;
    }

    .button-approve {
        padding: 8px 20px 9px 20px !important;
        width: 45% !important;
        font-size: 14px;
        border-radius: 15px;
        color: white;
        border: 1px solid var(--a-3-def-7, #A3DEF6);
        background-color: var(--1-a-459-c, #1A459C);
    }

    .button-approves {
        padding: 8px 20px 9px 20px !important;
        width: 45% !important;
        font-size: 14px;
        border-radius: 15px;
        color: white;
        border: 1px solid var(--a-3-def-7, #A3DEF6);
        background-color: var(--1-a-459-c, #1A459C);
    }

    .button-decline {
        width: 50% !important;
        padding: 4px 25px 21px -1px !important;
        font-size: 14px;
        height: 38px;
        border-radius: 15px;
        color: #1A459C;
        border: 1px solid var(--a-3-def-7, #1A459C);

    }

    .button-declines {
        width: 50% !important;
        padding: 4px 25px 21px -1px !important;
        font-size: 14px;
        height: 38px;
        border-radius: 15px;
        color: #1A459C;
        border: 1px solid var(--a-3-def-7, #1A459C);

    }

    .extra-style {
        width: 45%;
        padding-bottom: 8px;
    }

    .hide-img {
        height: 28vh !important;
    }

    .bg-event {
        background-color: white;
        /* height: 31vh; */
        padding: 14px 0px 14px 0px;
        border-radius: 12px;
        width: 100%;
        margin-left: 0px;
    }

    .event-date {
        margin-bottom: -2px;
        font-size: 18px;
        font-weight: 359;
        color: #1a569c;
    }

    .event-name {
        margin-bottom: 1px;
        color: #1A459C;
        font-size: 18px;
    }

    .event-address {
        font-size: 18px;
        margin-bottom: -2px;
        line-height: normal;
    }

    .event-customer {
        color: #E22934;
        font-size: 15px;
    }

    .event-details {
        color: #55ACEE;
        margin-bottom: -8px;
        font-size: 15px;
    }

    .ticket-button {
        cursor: context-menu;
        background-color: #1a459c !important;
        border: none !important;
        color: white !important;
        padding: 10px !important;
        text-align: center !important;
        height: 40px;
        display: inline-block !important;
        font-size: 9px !important;
        margin: 1px -10px;
        border-radius: 30px;

    }

    .space-left {
        margin-left: 0px;
    }


}


@media (min-width: 768px) {
    .img-setting {
        width: 53% !important;
        height: 100px !important;
    }

    .minor-space {
        margin-top: 4px !important;
    }

    .modal-space {
        margin-left: -145px !important;
        width: 158% !important;
    }

    .alignment-category {
        text-align-last: left !important;
    }

    .ticket-button-space {
        margin-bottom: 0rem;
    }

    .side-space {
        padding: 0px 100px 0px 100px !important;
    }

    .professional-button {
        border: none;
        width: 100%;
        height: 35px;
        border-radius: 4.553px !important;
        background: var(--Shades-White, #FFF) !important;
        color: var(--Primary-Blue-500, #1D4ED8) !important;
        text-align: center !important;
        font-size: 11.21px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: normal !important;
    }



    .text-set {
        display: none;
    }

    .price-space {
        padding-top: 7px;
    }

    .sign-input {
        padding: 145px 70px 103px 70px !important;
        border-radius: 25px;
        /* box-shadow: 0px 0px 10px #00000040; */
        background-color: white;
    }

    .login-input {
        padding: 192px 70px 70px 70px !important;
        border-radius: 25px;
        background-color: white;
    }

    /* .auth-font {
        font-size: 9px;
    } */

    .sign {
        /* float: right; */
        padding-top: 11px;
        font-size: 1rem;
    }

    .approve {
        padding: 5px 30px 5px 20px;
        width: 100% !important;
        text-align: center;
        font-size: 9px;
        border-radius: 15px;
        color: white !important;
        border: 1px solid var(--a-3-def-7, #A3DEF6);
        background-color: var(--1-a-459-c, #1A459C);
    }

    .decline {
        /* margin-top: 3px !important; */
        text-align: center;
        padding: 4px 15px 5px 12px !important;
        width: 100% !important;
        font-size: 9px;
        border-radius: 15px;
        color: #1A459C !important;
        border: 1px solid var(--a-3-def-7, #1A459C);
        background-color: white !important;
    }

    .button-decline {
        width: 25% !important;
        padding: 4px 25px 21px -1px !important;
        font-size: 14px;
        height: 38px;
        border-radius: 15px;
        color: #1A459C;
        border: 1px solid var(--a-3-def-7, #1A459C);

    }

    .button-declines {
        width: 25% !important;
        padding: 4px 25px 21px -1px !important;
        font-size: 14px;
        height: 38px;
        border-radius: 15px;
        color: #1A459C;
        border: 1px solid var(--a-3-def-7, #1A459C);

    }

    .exchange-ticket-button {
        font-size: 24px;
        font-weight: 700;
        background-color: white !important;
        border: none;
        color: #1a459c;
        padding: 10px;
        width: 80%;
        text-align: left;
        margin: 4px 22px;
        border-radius: 30px;
        cursor: pointer;
    }

    .bg-all-tickets {
        background-color: white;
        border-radius: 50px;
        width: 30%;
    }

    .top-space {
        margin-top: 32px !important;
    }

    .bg-ticket {
        background-color: white;
        margin-left: 271px;
        /* height: 64vh;
        width: 100%; */
        border-radius: 12px;
    }

    .request {
        margin-top: 43px;
        background: #1A459C;
        text-align: center;
        background-color: rgb(26, 69, 156);
        border-radius: 12px;
        height: 35px;
        width: 60%;
        color: white;
        padding: 4px 34px;
    }

    .exchange-button {
        color: #1A459C !important;
        border-radius: 18px;
        border: 1px solid var(--1-a-459-c, #1A459C);
        /* box-shadow: 5px 6px 19.2px 0px rgba(85, 172, 238, 0.27); */
        width: 25%;
        text-align: center;
        height: 40px;
        padding: 6px;
        text-decoration: none;
    }

    .bg-available {
        background-color: white;
        border-radius: 12px;
        /* width: 101%;
        height: 60px; */
        padding: 10px;
        margin-left: 0px;
    }

    .large-action {
        display: block !important;
    }

    .mobile-action {
        display: none !important;
    }

    .mobile {
        margin: 30px 0px 40px 0px !important;
    }

    .bg-price {
        background-color: white;
        border-radius: 12px;
        /* height: 120vh !important; */
    }

    .date-topbar {
        display: none;
    }

    .list-order li {
        color: var(--Shades-White, #FFF);
        font-size: 16.21px;
        font-weight: 500;
        line-height: 30px !important;
    }

    .request-button {
        margin-top: -10px;
        background: #1A459C;
        border-radius: 12px;
        height: 35px;
        width: 55%;
        color: white;
        padding: 4px 45px;
        text-decoration: none;
    }

    .space-left {
        margin-left: 0px;
    }

    .button-approve {
        padding: 8px 20px 9px 20px !important;
        width: 25% !important;
        font-size: 14px;
        border-radius: 15px;
        color: white;
        border: 1px solid var(--a-3-def-7, #A3DEF6);
        background-color: var(--1-a-459-c, #1A459C);
    }

    .button-approves {
        padding: 8px 20px 9px 20px !important;
        width: 25% !important;
        font-size: 14px;
        border-radius: 15px;
        color: white;
        border: 1px solid var(--a-3-def-7, #A3DEF6);
        background-color: var(--1-a-459-c, #1A459C);
    }

    .extra-style {
        width: 45%;
        padding-bottom: 8px;
    }

    .hide-img {
        height: 28vh;
    }

    .bg-event {
        background-color: white;
        /* height: 31vh; */
        padding: 14px 0px 14px 0px;
        border-radius: 12px;
        width: 100%;
        margin-left: 0px;
    }

    .event-date {
        margin-bottom: -2px;
        font-size: 25px;
        font-weight: 359;
        color: #1a569c;
    }

    .event-name {
        margin-bottom: 1px;
        color: #1A459C;
        font-size: 20px;
    }

    .event-address {
        font-size: 20px;
        margin-bottom: -2px;
        line-height: normal;
    }

    .event-customer {
        color: #E22934;
        font-size: 20px;
    }

    .event-details {
        color: #55ACEE;
        margin-bottom: -8px;
        font-size: 20px;
    }

    .ticket-button {
        cursor: context-menu;
        background-color: #1a459c !important;
        border: none !important;
        color: white !important;
        padding: 9px !important;
        text-align: center !important;
        height: 40px;
        display: inline-block !important;
        font-size: 12px !important;
        margin: -1px -2px;
        border-radius: 30px;

    }
}


@media (min-width:992px) {
    .login-space-footer {
        margin-left: -35px !important;
    }

    .explore-footer {
        margin-left: -25px !important;
    }

    .modal-space {
        margin-left: -150px !important;
        width: 158% !important;
    }


    #cross-button {
        display: none;
    }

    .side-bar {
        display: none !important;
    }



    .text-set {

        display: contents !important;
    }

    .price-space {
        padding-top: 10px;
    }

    .price-spaces {
        padding-top: 0px;
    }

    .sign-input {
        padding: 145px 125px 103px 125px !important;
        border-radius: 25px;
        /* box-shadow: 0px 0px 10px #00000040; */
        background-color: white;
    }

    .login-input {
        padding: 192px 150px 70px 200px !important;
        border-radius: 25px;
        background-color: white;
    }

    .auth-font {
        font-size: 9px;
    }

    .sign {
        /* float: right; */
        padding-top: 11px;
        font-size: 1rem;
    }

    .button-approves {
        padding: 8px 20px 9px 20px !important;
        width: 25% !important;
        font-size: 14px;
        border-radius: 15px;
        color: white;
        border: 1px solid var(--a-3-def-7, #A3DEF6);
        background-color: var(--1-a-459-c, #1A459C);
    }

    .button-declines {
        width: 20% !important;
        padding: 4px 25px 21px -1px !important;
        font-size: 14px;
        height: 38px;
        border-radius: 15px;
        color: #1A459C;
        border: 1px solid var(--a-3-def-7, #1A459C);

    }

    .exchange-ticket-button {
        font-size: 24px;
        font-weight: 700;
        background-color: white !important;
        border: none;
        color: #1a459c;
        padding: 10px;
        width: 80%;
        text-align: left;
        margin: 4px 22px;
        border-radius: 30px;
        cursor: pointer;
    }

    .bg-all-tickets {
        background-color: white;
        border-radius: 50px;
        width: 30%;
    }

    .top-space {
        margin-top: 32px !important;
    }

    .bg-ticket {
        background-color: white;
        margin-left: 271px;
        /* height: 65vh;
        width: 100%; */
        border-radius: 12px;
    }

    .request {
        margin-top: 43px;
        background: #1A459C;
        background-color: rgb(26, 69, 156);
        border-radius: 12px;
        text-align: center;
        height: 35px;
        width: 60%;
        color: white;
        padding: 4px 34px;
    }

    .large-action {
        display: block !important;
    }

    .mobile-action {
        display: none !important;
    }

    .date-topbar {
        display: block;
    }

    .bg-price {
        background-color: white;
        border-radius: 12px;
        /* height: 120vh; */
    }

    .bg-ticket {
        background-color: white;
        /* margin-left: 271px; */
        /* height: 83vh;
        width: 160vh; */
        border-radius: 12px;
    }

    .list-order li {
        color: var(--Shades-White, #FFF);
        font-size: 16.21px;
        font-weight: 500;
        line-height: 38px !important;
    }

    .request-button {
        margin-top: -3px;
        background: #1A459C;
        border-radius: 12px;
        height: 35px;
        width: 50%;
        color: white;
        padding: 4px 29px;
        text-decoration: none;
    }

    .bg-available {
        background-color: white;
        border-radius: 12px;
        /* width: 101%;
        height: 60px; */
        padding: 10px;
        margin-left: 0px;
    }

    .space-left {
        margin-left: -5px;
    }

    .hide-img {
        height: 28vh;
    }

    .bg-event {
        background-color: white;
        /* height: 31vh; */
        padding: 14px 0px 14px 0px;
        border-radius: 12px;
        width: 100%;
        margin-left: 0px;
    }

    .event-name {
        margin-bottom: 1px;
        color: #1A459C;
        font-size: 20px;
    }


    .event-address {
        font-size: 20px;
        margin-bottom: -2px;
        line-height: normal;
    }

    .event-customer {
        color: #E22934;
        font-size: 20px;
    }

    .event-details {
        color: #55ACEE;
        margin-bottom: -8px;
        font-size: 20px;
    }

    .button-approve {
        padding: 8px 20px 9px 20px !important;
        width: 28% !important;
        font-size: 14px;
        border-radius: 15px;
        color: white;
        border: 1px solid var(--a-3-def-7, #A3DEF6);
        background-color: var(--1-a-459-c, #1A459C);
    }

    .ticket-button {
        cursor: context-menu;
        background-color: #1a459c !important;
        border: none !important;
        color: white !important;
        padding: 9px !important;
        text-align: center !important;
        height: 40px;
        display: inline-block !important;
        font-size: 12px !important;
        margin: -1px -2px;
        border-radius: 30px;

    }

}

@media (min-width:1200px) {
    .img-setting {
        width: 30% !important;
        height: 100px !important;
    }

    .minor-space {
        margin-top: 0px !important;
    }

    .modal-space {
        margin-left: -180px !important;
        width: 158% !important;
    }


    .large-space {
        margin-left: 10px;
    }

    .text-sets {
        display: contents;
    }


    .login-input {
        padding: 192px 150px 70px 200px !important;
        border-radius: 25px;
        background-color: white;
    }

    .auth-font {
        font-size: 17px;
    }

    .sign {
        float: right;
        padding-top: 11px;
        font-size: 1rem;
    }

    .approve {
        padding: 5px 30px 5px 20px;
        width: 50% !important;
        text-align: center;
        font-size: 8px;
        border-radius: 15px;
        color: white !important;
        border: 1px solid var(--a-3-def-7, #A3DEF6);
        background-color: var(--1-a-459-c, #1A459C);
    }

    .decline {
        padding: 5px 15px 0px 15px !important;
        width: 50% !important;
        font-size: 9px;
        border-radius: 15px;
        color: #1A459C !important;
        border: 1px solid var(--a-3-def-7, #1A459C);
        background-color: white !important;
    }

    .exchange-ticket-button {

        font-size: 24px;
        font-weight: 700;
        background-color: white !important;
        border: none;
        color: #1a459c;
        padding: 10px;
        width: 75%;
        text-align: center;
        margin: 4px 22px;
        border-radius: 30px;
        cursor: pointer;
    }

    .bg-all-tickets {
        background-color: white !important;
        border-radius: 50px !important;
        width: 25% !important;
    }

    .top-space {
        margin-top: 32px !important;
    }

    .bg-ticket {
        background-color: white;
        margin-left: 271px;
        /* height: 66vh !important;
        width: 100%; */
        border-radius: 12px;
    }

    .request {
        margin-top: 43px;
        background: #1A459C;
        background-color: rgb(26, 69, 156);
        border-radius: 12px;
        text-align: center;
        height: 35px;
        width: 47%;
        color: white;
        padding: 4px 34px;
    }

    .large-action {
        display: block !important;
    }

    .mobile-action {
        display: none !important;
    }

    .bg-price {
        background-color: white;
        border-radius: 12px;
        /* height: 135vh !important; */
    }

    .bg-ticket {
        background-color: white !important;
        margin-left: 271px;
        /* height: 83vh;
        width: 160vh; */
        border-radius: 12px;
    }

    .list-order li {
        color: var(--Shades-White, #FFF);
        font-size: 16.21px;
        font-weight: 500;
        line-height: 38px !important;
    }

    .request-button {
        margin-top: 27px;
        background: #1A459C;
        background-color: rgb(26, 69, 156);
        border-radius: 12px;
        height: 35px;
        width: 36%;
        color: white;
        padding: 4px 34px;
    }

    .bg-available {
        background-color: white;
        border-radius: 12px;
        /* width: 101%;
        height: 60px; */
        padding: 10px;
        margin-left: 0px;
    }

    .space-left {
        margin-left: -116px;
    }

    .hide-img {
        height: 28vh;
    }

    .bg-event {
        background-color: white;
        /* height: 31vh; */
        padding: 14px 0px 14px 0px;
        border-radius: 12px;
        width: 100%;
        margin-left: 0px;
    }

    .button-approve {
        padding: 8px 20px 9px 20px !important;
        width: 20% !important;
        font-size: 14px;
        border-radius: 15px;
        color: white;
        border: 1px solid var(--a-3-def-7, #A3DEF6);
        background-color: var(--1-a-459-c, #1A459C);
    }

    .event-name {
        margin-bottom: 1px;
        color: #1A459C;
        font-size: 20px;
    }

    .event-address {
        font-size: 20px;
        margin-bottom: -2px;
        line-height: normal;
    }

    .event-customer {
        color: #E22934;
        font-size: 20px;
    }

    .event-details {
        color: #55ACEE;
        margin-bottom: -8px;
        font-size: 20px;
    }

    .extra-style {
        width: 20%;
        padding-bottom: 8px;
    }

    .ticket-button {
        cursor: context-menu;
        background-color: #1a459c !important;
        border: none !important;
        color: white !important;
        padding: 9px !important;
        text-align: center !important;
        height: 40px;
        display: inline-block !important;
        font-size: 12px !important;
        margin: -1px -2px;
        border-radius: 30px;

    }
}




.table {
    border-collapse: collapse;
}

td,
th {
    padding: .5em 1em !important;
}

th {
    background-color: #ccc;
}

td {
    text-align: center;
    vertical-align: middle;
}

tbody:before {
    line-height: 1em;
    content: "_";
    color: white;
    display: block;
}