/* Profile Button Styles Starts */

.profile-btn {
    background: #6D51FF !important;
    border: 1.5px solid transparent;
    box-sizing: border-box;
    backdrop-filter: blur(5.43656px);
    border-radius: 4px;
    height: 44px;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.1875px;
    color: #FFFFFF;
}

.profile-btn:hover,
.profile-btn:focus,
.profile-btn:active {
    border: 1.5px solid transparent;
    box-shadow: 0 0 0 0.2rem rgba(38, 52, 255, 0.5);
    border-color: #6D51FF !important;
    color: #fff;
}

.profile-btn.upload,
.btn-secondary.upload {
    margin-top: 24px;
    width: 104px;
    height: 47px;
}

.profile-btn.upload-photo {
    height: 40px;
}

.profile-outline-btn {
    border-color: #6D51FF;
    background: transparent;
    color: #6D51FF;
    font-size: 15px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-btn-lg {
    min-width: 169px;
}

.release-tickets-btn {
    position: relative;
}


@media(max-width:576.98px) {
    .profile-btn-lg {
        margin-bottom: 15px !important;
    }
}

.profile-outline-btn:hover,
.profile-outline-btn:focus,
.profile-outline-btn:active {
    background: #6D51FF;
    border-color: #6D51FF;
    color: #FFFFFF;
}

.ticket-download-btn {
    background-color: #41D96A;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 15px;
    text-align: center;
    letter-spacing: -0.1875px;
    height: 48px;
    color: #ffffff;
}

.ticket-download-btn:hover,
.ticket-download-btn:focus,
.ticket-download-btn:active {
    background-color: #41D96A !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff !important;
}

.fb-btn {
    background: #4267B2;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    height: 48px;
    font-size: 12px;
    color: #fff;
}

.fb-btn:hover,
.fb-btn:focus,
.fb-btn:active {
    background: #4267B2;
    border-color: #4267B2;
    color: #FFFFFF;
}

.fb-btn--connected {
    background-color: #FFFFFF;
    border-color: #4267B2;
    color: #4267B2;
    border-radius: 8px;
    height: 49px;
    width: 177px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.fb-btn--connected:hover,
.fb-btn--connected:focus,
.fb-btn--connected:active {
    background-color: #FFFFFF !important;
    border-color: #4267B2 !important;
    color: #4267B2 !important;
    height: 49px;
}

.fb-btn--connected svg path {
    fill: #4267B2;
}

.gplus-btn {
    background: #DD5144;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    height: 49px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #fff;
}

.gplus-btn:hover,
.gplus-btn:focus,
.gplus-btn:active {
    background: #DD5144;
    border-color: #DD5144;
    color: #FFFFFF;
}

.gplus-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 81, 68, .25);
}

.gplus-btn--connected {
    background-color: #FFFFFF;
    border-color: #DD5144;
    color: #DD5144;
    height: 49px;
    width: 177px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 8px;
}

.gplus-btn--connected:hover,
.gplus-btn--connected:focus,
.gplus-btn--connected:active {
    background-color: #FFFFFF;
    border-color: #DD5144;
    color: #DD5144;
}

.gplus-btn--connected:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 81, 68, .25);
}

.gplus-btn--connected svg path {
    fill: #DD5144;
}

.fb-btn i,
.fb-btn--connected i,
.gplus-btn i,
.gplus-btn--connected i {
    padding-right: 10px;
}

.ticket-download-btn.buy-tickets-btn {
    width: 100%;
}

@media (max-width: 575.98px) {
    .profile-btn-lg {
        min-width: 152px;
        margin-bottom: 15px !important;
    }

    .my-tickets-select-item {
        display: flex;
        flex-direction: column;
    }

    .my-tickets-select-sub-item {
        margin-top: 15px;
        font-size: 10px !important;
    }

    .modal-footer>:last-child {
        margin-top: 10px;
        margin-left: 0 !important;
    }
}

/* Global Styles */

.afton-tickets__outline-box {
    background: #FFFFFF;
    border: 1px solid rgba(118, 102, 255, 0.4);
    box-shadow: 0px 14px 16px rgba(118, 102, 255, 0.15);
    border-radius: 3px;
}

/* Custom File Upload Styles Starts */
.profile-file {
    position: relative;
    float: left;
    width: 120px;
}

.profile-file-label {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-file-label::after {
    display: none;
}

/* Custom File Upload Styles Ends */

/* Profile Button Styles Ends */

.afton-ticket__wrap {
    width: 100%;
    padding-top: 65px;
    position: relative;
}

/* .main-header{
	box-shadow: 0px 5px 40px rgba(118, 102, 255, 0.31);
} */
.profile-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.profile-head {
    font-family: 'Khand', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    color: #343434;
    margin-bottom: 0;
}
.customer-contact-link {
    position: relative;
    outline: 0;
    font-size: 14px;
    padding: 8px 15px;
}
.profile-tab {
    border-color: #7666FF;
    width: 100%;
}

.profile-tab .nav-item {
    margin-bottom: 0;
}

.nav-item .profile-tab-link {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #888C98;
    margin-right: 35px;
    padding: 10px 0;
    position: relative;
    border: 0;
}

.profile-tab .profile-tab-link:focus,
.profile-tab .profile-tab-link:hover {
    color: rgb(106, 89, 255);
    border: 0;
}

.profile-tab .profile-tab-link.active:hover {
    border: 0;
}

.profile-tab-link.active {
    color: #7666FF !important;
    border: 0;
}

.profile-tab-link.active::before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #7666FF;
    border-radius: 3px;
}

.profile-picture-head {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #343434;
    margin-bottom: 0;
}

.profile-picture-upload-wrap {
    margin-top: 28px;
    display: flex;
}

.profile-picture-upload-icon {
    background: #7666FF;
    border: 1px solid rgba(52, 52, 52, 0.2);
    height: 112px;
    width: 112px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.profile-picture-upload-icon .img {
    object-fit: contain;
    object-position: center;
    height: 100%;
}

.abs-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-picture-upload-icon-right {
    padding: 1px 21px;
}

.profile-picture-upload-info {
    font-size: 13px;
    line-height: 24px;
    color: rgba(28, 35, 49, 0.6);
}

.profile-basic-info-wrap {
    width: 100%;
    float: left;
    margin-top: 64px;
}

.profile-basic-info-form {
    margin-top: 15px;
    margin-bottom: 30px
}

.profile-basic-info-label {
    font-size: 10px;
    line-height: 12px;
    color: #343434;
    padding-left: 10px;
    margin-bottom: 0px;
}

.profile-basic-info-form input:disabled {
    background: #F8F8F8 !important;
    border: 1px solid #BABDC1 !important;
}

.profile-basic-info-form input:disabled::placeholder {
    color: #C6C8CB;
}

.profile-tab-wrap-sm {
    display: none;
}

.my-tickets-body {
    border: 1px solid #E8E9EA;
    border-radius: 8px;
    padding: 0;
    border-right: none;
}

.my-tickets-head--text {
    font-size: 14px;
    font-weight: 500;
    color: rgba(28, 35, 49, 0.6);
    margin: 30px 0 15px;
}

.my-tickets-head-left {
    padding-left: 13px;
    padding-right: 0;
    height: 100%;
}
.my-tickets-head-left .row{
    height: 100%;
}


.bold-5 {
    font-weight: 500;
}

.my-tickets-head-right {
    background: rgba(52, 52, 52, 0.02);
    padding-top: 13px;
    padding-bottom: 9px;
    height: 50px;
    border-left: 1px solid #dedede;
}

.my-tickets-head-right__outer-wrapper{
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.my-tickets-head-right__outer-wrapper .my-tickets-head-right{
    padding: 15px;
    min-width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    height: 100%;
}
.my-tickets-head-right__outer-wrapper .my-tickets-head-right:last-of-type{
    flex-grow: 1;
}
.my-tickets-head-right__outer-wrapper .my-tickets-head-right__inner-wrapper{
    display: flex;
    background: rgba(52, 52, 52, 0.02);
    width: 100%;
}
.my-tickets-head-right__outer-wrapper .my-tickets-head-end{
    padding: 15px 20px;
    background-color: #343434;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    flex-shrink: 0;
}
.disabled .my-tickets-head-right__outer-wrapper .my-tickets-head-end{
    background-color: #ccc;
}
.disabled .my-tickets-head-right__outer-wrapper .my-tickets-head--download.disabled {
    background-color: #ccc;
}
.disabled .my-tickets-head-right__outer-wrapper .my-tickets-head--download.disabled .my-tickets-head--download-image {
    cursor: default;
}
@media (max-width: 991.98px) {
    .my-tickets-head-right__outer-wrapper{
        flex-direction: column;
    }
    .my-tickets-head-right__outer-wrapper .my-tickets-head-end{
        border-bottom-left-radius: 8px;
        border-top-right-radius: 0;
        padding-right: 5px;
        height: 32px;
        padding: 0;
    }
    .my-tickets-head-right__outer-wrapper .my-tickets-head-right{
        min-width: unset;
        width: calc(100% / 3);
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px){
    .profile-picture-head.change-password ~ .profile-basic-info-form {
        margin-bottom: 120px
    }
}

.my-tickets-head-end {
    padding-right: 0;
}

.my-tickets-head {
    display: flex;
    align-items: center;
}

.my-tickets-head--text-wrap {
    padding: 0 80px;
    padding-left: 0;
}

.my-tickets-body-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #E8E9EA;
    border-radius: 8px;
}

.my-tickets-body--text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #343434;
    position: relative;
}
@media(max-width:991.98px){
    .my-tickets-body--text{
        font-size: 12px;
        line-height: 16px;
    }
}

.my-tickets-body--image-wrap {
    position: relative;
}
.my-tickets-body__img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
@media(max-width:767.98px){
    .my-tickets-body--image-wrap{
        width: 50px;
    }
}
.my-tickets-body--image {
    height: 56px;
    width: 100px;
    box-shadow: 0px 0px 8px -1px rgba(52, 52, 52, 0.6);
    margin: -3px 0;
}

.my-tickets-head--download {
    background-color: #343434;
    width: 100%;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;

}

.my-tickets-head-left-sm {
    display: none;
}

.my-tickets-body--sub-text {
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #747158;
}

.my-tickets-head--download-link {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.my-tickets-head--download-link img {
    margin-left: 7px;
}

.my-tickets-head--download-link:hover,
.my-tickets-head--download-link:focus,
.my-tickets-head--download-link:active {
    text-decoration: none;
    color: #FFFFFF;
}

.my-tickets-head--download-image {
    display: none;
}

.my-tickets-body--text.disabled {
    color: rgba(52, 52, 52, 0.4);
}

.my-tickets-head--download.disabled {
    background-color: rgba(52, 52, 52, 0.4);
}

.my-tickets-show-more::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #7666FF;
    top: 19px;
}

.my-tickets-show-more {
    margin: 65px 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.my-tickets-show-more .profile-btn {
    z-index: 1;
}

.my-tickets-download-tickets-item-right--text {
    font-size: 16px;
    margin-top: 4px;
}

.my-tickets-download-tickets-cost--text {
    font-size: 14px;
}

.my-tickets-download-tickets-total-cost--text {
    font-size: 18px;
}

@media (min-width : 991.98px) {
    .my-tickets-body--sub-text {
        display: none;
    }

    .my-tickets-head--download-image {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .my-tickets-head--download-link {
        display: none;
    }
}

@media (max-width : 991.98px) {
    .afton-ticket__wrap {
        padding-top: 30px;
    }

    .profile-basic-info-wrap {
        margin-top: 30px;
    }

    .nav-item .profile-tab-link {
        margin-right: 25px;
    }

    .profile-head {
        font-size: 36px;
    }

    .my-tickets-head--download {
        border-bottom-left-radius: 8px;
        border-top-right-radius: 0;
        justify-content: flex-end;
        padding-right: 5px;
        height: 32px;
    }

    .my-tickets-head-right {
        height: auto;
        border-top: 1px solid #dedede;
    }

    .my-tickets-head-right:first-child {
        border-left: 0;
    }

    .my-tickets-head--text {
        display: none;
    }

    .my-tickets-head--text.show {
        display: flex;
        margin-bottom: 20px;
    }

    .my-tickets-body {
        border-right: 1px solid #E8E9EA;
        margin-left: 0;
        margin-right: 0;
    }

    .my-tickets-body--image {
        position: relative;
        top: 0;
        margin: 10px 0;
    }

    .my-tickets-wrap {
        margin-top: 21px;
    }

    .my-tickets-head--text.show {
        color: #343434;
    }

    .my-tickets-head-end {
        padding-left: 0;
    }
    .my-tickets-head-left .row{
        width: 100%;
    }
}

@media (max-width: 767.98px){
    .profile-picture-head.change-password {
        margin-top: 43px;
    }
}

@media (max-width : 575.98px) {
    .profile-tab-wrap {
        display: none;
    }

    .profile-tab-wrap-sm {
        position: fixed;
        display: flex;
        width: 100%;
        bottom: 0;
        z-index: 999;
        background: #fff;
    }

    .profile-tab-wrap-sm .profile-tab {
        justify-content: center;
        border-bottom: none;
        border-top: 1px solid #dee2e6;
    }

    .profile-tab .nav-item {
        flex-grow: 1;
        text-align: center;
    }

    .profile-tab-wrap-sm .profile-tab-link.active {
        border-bottom: none;
    }

    .profile-tab-wrap-sm .profile-tab-link.active::before {
        top: -2px;
    }

    .profile-picture-head {
        margin-top: 27px;
    }

    .my-tickets-head-left-sm {
        display: inline-flex;
    }

    .profile-tab-wrap-sm .profile-tab-link {
        display: block;
        text-align: center;
        font-size: 15px;
        padding: 15px 0;
        margin-right: 0;
    }

    .my-tickets-download-tickets-item-right {
        padding: 0 7px !important;
    }

    .profile-picture-upload-icon {
        width: 105px;
        height: 105px;

    }

    .profile-picture-upload-icon img {
        /* width: 45px; */
    }

    .profile-basic-info-form .form-group {
        margin-bottom: 5px;
    }
}


/* Change Delivery Method Modal Section */

.my-tickets__change-method-modal-wrap {
    background: rgba(248, 248, 248, 0.3);
    backdrop-filter: blur(13.5914px);
}

.my-tickets__change-method-modal-content {
    padding: 53px 52px 50px;
    border-color: rgba(118, 102, 255, 0.6);
}

.my-tickets__change-method-modal-head-wrap {
    margin: 0;
    padding: 0;
    border: none;
    flex-direction: column;
}

.afton__modal-head {
    font-family: 'Khand', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.0571429px;
    text-transform: uppercase;
    color: #1C2331;
    text-align: center;
    margin-bottom: 12px;
}
.afton__modal-warning {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: #EB5757;
}
.afton__modal-sub-head {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #666;
    margin-bottom: 10px;
}

.afton__modal-sub-head.link {
    color: #51BFFF;
}

.afton__modal-sub-head.link:hover {
    text-decoration: none;
}

.my-tickets__change-method-modal-body {
    padding: 0;
}

.my-tickets__change-method-modal-footer-wrap {
    margin-top: 44px;
    padding: 0;
    border: none;
    display: flex;
    align-items: unset;
    justify-content: center;

}
.my-tickets__change-method-modal-footer-wrap .profile-outline-btn {
    line-height: 1;
}
@media(max-width: 575.98px) {
    .my-tickets__change-method-modal-footer-wrap .btn{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .my-tickets__change-method-modal-footer-wrap {
        flex-direction: column;
    }
}

/* Custom Select */
.my-tickets-select {
    background-color: #FFFFFF;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.4px;
    color: #1C2331;
    min-width: 158px;
    height: 48px;
    padding-left: 15px;
    margin-top: 5px;
    white-space: normal;
}

.my-tickets-select.active {
    background-color: #7666FF;
    color: white;
}

.my-tickets-select--label {
    font-size: 10px;
    color: #777B83;
    margin-top: 32px;
    margin-bottom: 0;
}

.my-tickets-select-sub-item {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: rgba(28, 35, 49, 0.6);
    position: absolute;
    margin-bottom: 25px;
}

.my-tickets-select-item:focus,
.my-tickets-select-item:hover,
.my-tickets-select-item:active {
    background-color: rgba(109, 81, 255, 0.05);
    color: #16181b;
}

.my-tickets-select-menu {
    top: -6px !important;
    left: 6px !important;
    will-change: transform;
     padding: 8px 6px;
    background: #FFFFFF;
    border: 1px solid rgba(65, 217, 106, 0.4);
    box-sizing: border-box;
    box-shadow: 0px 8px 25px rgba(145, 123, 135, 0.35);
    border-radius: 4px;
    width: 97% !important;
    max-height: 200px;
    overflow-y: auto;

}

.my-tickets-select-menu .afton-ticket__custom-select-options {
    white-space: normal !important;
    line-height: 1 !important;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11;
    padding: 4px 6px;
}

.my-tickets-select-menu li {
    padding: 5px 3px;
    position: relative;
    margin: 0 3px;
}

.my-tickets-select-menu li:focus,
.my-tickets-select-menu li:hover,
.my-tickets-select-menu li:active {
    background-color: rgba(109, 81, 255, 0.05);
    color: #16181b;
    cursor: pointer;
}

.my-tickets-select-menu .my-tickets-select-sub-item {
    position: relative !important;
    font-size: 13px !important;
    top: -2px;
    left: 6px;
    z-index: -1;
}

.my-tickets-select-menu .my-tickets-select-sub-item.item1 {
    margin-left: 60px;
}

.my-tickets-select-menu .my-tickets-select-sub-item.item2 {
    margin-left: 110px;
}

.my-tickets-select-menu .my-tickets-select-sub-item.item3 {
    margin-left: 100px;
}
@media (max-width: 991.98px) {
    .dropdown {
        position: unset;
    }
}

@media (max-width: 575.98px) {
    .my-tickets__change-method-modal-content {
        padding: 43px 21px 50px;
    }

    .my-tickets-select-menu {
        left: 5px !important;
    }

    .my-tickets-select-menu .my-tickets-select-sub-item {
        margin: 0 !important;
    }
}


/* Custom Control Radio button */

.afton-ticket__custom-control {
    padding-top: 8px;
}

.afton-ticket__custom-control-label {
    font-size: 14px;
}

.custom-radio .custom-control-input:checked~.afton-ticket__custom-control-label::after {
    background: #6d51ff url("../img/global/tick.svg") no-repeat top 3px center/10px 8px;
    border-radius: 50%;
}

.afton-ticket__custom-control-label::before {
    top: 2px;
    left: -24px;
}

/* Address Section */

.address-wrap {
    margin-top: 30px;
}

.add-address-wrap {
    background: rgba(118, 102, 255, 0.1);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 304px;
    min-height: 192px;
    margin-right: 8px;
    margin-left: 8px;
}

.add-address--link {
    color: #51BFFF;
    font-size: 16px;
}

.add-address--link:hover,
.add-address--link:focus,
.add-address--link:active {
    color: #51BFFF;
    text-decoration: none;
}

.address-show-wrap {
    min-width: 304px;
    min-height: 192px;
    margin-right: 8px;
    margin-left: 8px;
}

.address-show-wrap.sm {
    min-height: 98px;
    min-width: 100%;
    margin-right: 8px;
    margin-left: 8px;
}

.address-show-wrap.sm .address-show-content-wrap {
    padding: 11px 10px 14px;
}

.address-show-head {
    border-bottom: 1px solid rgba(118, 102, 255, 0.6);
    display: flex;
    float: left;
    width: 100%;
    padding: 8px 20px 6px;
}

.address-show-head.default {
    background: rgba(118, 102, 255, 0.4);
}

.default .address-show-head--text {
    font-weight: 500;
    color: #7666FF;
}

.address-show-head--text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #343434;
    margin-bottom: 0;
}

.address-show-head--icon-wrap {
    margin-left: auto;
    text-align: right;
}

.address-show-head--icon {
    padding-right: 14px;
}

.address-show-content-wrap {
    padding: 48px 20px 19px;
}

.address-show-content-head--text {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #343434;
    margin-top: 11px;
    margin-bottom: 1px;
}

.address-show-content--text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #aaacb1;
}

.my-connection-wrap {
    padding: 24px 20px 28px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

@media (max-width : 767.98px) {
    .address-show-wrap {
        margin: 5px 10px 0 0;
        min-width: 100%;
    }

    .add-address-wrap {
        margin: 10px 10px 0 0;
        min-width: 100%;
        min-height: 64px;
    }

    .address-wrap.my-connections {
        margin-top: 0;
    }
}

@media (max-width : 575.98px) {
    .address-wrap .address-wrap {
        padding: 5px 15px;
    }

    .address-wrap.address-wrap {
        margin-top: 0;
    }
}


/* My Connections Section */
.address-show-head--text#connected {
    display: flex;
    align-items: center;
}

.address-show-head--text#connected img {
    padding-right: 10px;
}

.my--connection-head--text#connected span {
    color: #7666FF;
}

.my-connection-wrap#connected {
    padding-top: 24px;
}

.my--connection-head--text {
    font-size: 14px;
    line-height: 17px;
    color: rgba(28, 35, 49, 0.6);
}

@media (max-width : 767.98px) {
    .my-connections-wrap {
        min-width: 100%;
        margin-top: 8px;
        margin-left: 0 !important;
    }
}

/* custom Styles */
.afton-color-black {
    color: #343434;
}

.mt-18 {
    margin-top: 18px;
}

.mb-6 {
    margin-bottom: 6px;
}


/* fastbar styles */
.my-tickets-body {
    border-right: 1px solid #E8E9EA !important;
}
.my-tickets-body--image-wrap {
    position: relative;
    z-index: 10;
}
.fastbar-ticket {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 15px;
}
.fastbar-ticket.fastbar-pending{
    background-color: #FFF5EA;
}
.fastbar-ticket.fastbar-active{
    background-color: #F2FDF5;
}
.fastbar-ticket__head {
    margin:0 0 5px 0;
    display: flex;
    font-family: 'Khand', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #1C2331;
}
.fastbar-ticket__head img {
    height: 21px;
    margin-left: 10px;
}
.fastbar-ticket__data {
    display: flex;
    align-items: flex-start;
}
.fastbar-ticket__data p{
    display: block;
    margin: 0;
    padding-right: 60px;
    flex-grow: 1;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.46px;
    color: #FF9624;
}
.fastbar-ticket.fastbar-pending .fastbar-ticket__data p{
    color: #FF9624;
}
.fastbar-ticket.fastbar-active .fastbar-ticket__data p{
    color: #26AF4B;
}
.fastbar-ticket__data p strong{
    font-weight: bold;
}
.fastbar-ticket__data .btn{
    flex-basis: 150px;
    flex-grow: 0;
    flex-shrink: 0;
}
@media (max-width : 767.98px) {
    .fastbar-ticket__data {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }
    .fastbar-ticket__data p {
        padding-right: 0;
    }
    .fastbar-ticket__data .btn {
        flex-basis: auto;
        flex-grow: 0;
        flex-shrink: 0;
        margin: 10px 0 0 0;
        width: 50%;
    }
}

/* MY TICKET WITH ORDER NUMBER STARTS */

.my-ticket--multiple-order-body{
    border: 1px solid #B5A7FF;
    border-radius: 0px 8px 8px 8px;
    padding: 25px 20px 20px;
}
.my-ticket--multiple-order-body.disabled{
    border-color: #E8E9EA;
}
.my-ticket--multiple-order{
    padding: 12px 15px 4px;
    font-size: 15px;
    color: #343434;
    border: 1px solid #B5A7FF;
    width: fit-content;
    margin-bottom: -1px;
    border-bottom: none;
    background: #fff;
    position: relative;
    border-radius: 8px 8px 0px 0px;
    font-weight: 500;
    z-index: 999;
    max-width: 90%;
}
.my-ticket--multiple-order.disabled{
    color: rgba(52, 52, 52, 0.4);
    border-color: #E8E9EA;
}
.my-ticket--multiple-order-body .my-tickets-body:last-child{
    margin-bottom: 0 !important;
}

@media (max-width: 991.98px) {
    .my-ticket--multiple-order-body{
        padding: 10px 8px;
    }
    .my-ticket--multiple-order{
        padding: 6px 8px 4px;
        font-size: 12px;
    }
}

/* MY TICKET WITH ORDER NUMBER ENDS */
