.max-w-100{
    max-width: 100%;
}
.fa-15x {
    font-size: 1.5em !important;
}

.text-gold {
    color: goldenrod;
}

input.button:disabled {
    background: #dddddd;
}

.ticketinformation {
    text-align: center;
}

.ticketinformation .avatar {
    max-width: 100%;
    max-height: 300px;
}

.ticketinformation div {
    margin: 5px;
}

.ticketinformation .define {
    text-align: left;
}

.float-left {
    float: left;
}

.btn-lg {
    min-height: 50px;
    line-height: 28px;
}

.iconmiddleright {
    position: absolute;
    right: 5px;
    top: 23px;
}

.text-start {
    text-align: left !important;
}

.overlay-base {
    z-index: 65555;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    left: 0;
    top: 0;
}
.overlay-base .spinnerelement {
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 50px;
    position: absolute;
    top: calc(50% - 25px);
}

.overlay-inside {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    position: fixed;
    background-color: #fff;
    overflow: visible;
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 80%;
    text-align: center;
    z-index: 655550;
    top: calc(50% - 123px);
    left: calc(50% - 195px);
    width: 390px;
}

.align-content-center {
    align-content: center !important
}
.justify-content-center{justify-content:center!important}
.ehrazhoviat {
    background-repeat: no-repeat;
    background-position: left;
    text-align: right;
    background-size: contain;
    min-width: 350px;
    font-size: 24px !important;
    font-weight: bold;
}

.width-300px {
    min-width: 300px;
}

@media (min-width: 700px) {
    .width-50p {
        width: 48% !important;
        max-width: 48% !important;
        min-width: auto !important;
    }
}

@media (max-width: 404px) {
    .overlay-inside {
        left: 1%;
        min-width: 98%;
        right: 1%;
    }
}