.ticket-container {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 5%;
    padding-top: 5%;
}

.ticket-content {
    width: 600px;
    height: 300px;
    background-color: #6a9eb0;
    border-radius: 5px;
    align-items: center;
    padding: 30px;
}

.ticket-content .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.ticket-content button {
    position: relative;
    width: 100%;
    height: 10vh;
    border-radius: 5px;
    font-family: 'KalamehWebFaNum', arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    align-items: center;
}

.ticket-img{
    width: 200px;
    height: 150px;
    border-radius: 10px;
    padding: 2%;
}

.ticket-button image{
    align-items: center;
}

/*.ticket-container {*/
/*    width: auto;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    height: auto;*/
/*    padding-bottom: 5%;*/
/*    padding-top: 5%;*/
/*}*/

/*.ticket-content {*/
/*    width: 600px;*/
/*    height: 300px;*/
/*    background-color: #6a9eb0;*/
/*    border-radius: 5px;*/
/*    align-items: center;*/
/*    padding: 30px;*/
/*}*/

/*.ticket-content .title {*/
/*    text-align: center;*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*}*/

/*.ticket-content button {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 10vh;*/
/*    border-radius: 5px;*/
/*    font-family: 'KalamehWebFaNum', arial, sans-serif;*/
/*    font-size: 30px;*/
/*    font-weight: bold;*/
/*    align-items: center;*/
/*}*/

/*.ticket-img{*/
/*    width: 200px;*/
/*    height: 150px;*/
/*    border-radius: 10px;*/
/*    padding: 2%;*/
/*}*/

/*.ticket-button image{*/
/*    align-items: center;*/
/*}*/

/*!**************!*/

.ticket-main-wrapper{
    width: 100%;
    display: flex;
    padding: 60px;
    background-color: #fff;
    border-radius: 8px;
    margin: 30px 0;
}
.ticket-main-wrapper-right {
    width: 50%;
    align-items: center;
    border-left: 1px solid #d1d1d1;
    display: flex;
    padding-left: 60px;
}
.ticket-main-wrapper-left{
    width: 50%;
    padding-right: 60px;
}
.ticket-right-btns{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.ticket-right-btn{
    width: 200px;
    margin: 6px;
}
.ticket-mc-title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.ticket-mc-title-name {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 6px;
}
.ticket-main-right-text{
    display: block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-bottom: 24px;
}
.ticket-main-left-text {
    display: block;
    width: 100%;
    font-size: 15px;
}
.ticket-main-btns-group{
    display: flex;
    align-items: center;
}
.ticket-main-btn-send {
    background-color: #d71921;
    width: calc(35% - 12px);
    margin-right: 12px;
}
.ticket-main-btn-add {
    display: flex;
    width: 65%;
    align-items: center;
    height: 50px;
    border-radius: 8px;
    justify-content: center;
    background-color: transparent;
    border: 2px solid #d1d1d1;
    padding: 12px 36px;
    transition: none;
    font-size: 16px;
}
.ticket-main-btn-add i {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
}
.ticket-main-btn-add span{
    margin-left: 6px;
}
@media screen and (max-width: 1200px){
    .ticket-main-wrapper{
        padding: 40px;
    }
    .ticket-main-wrapper-left{
        padding-right: 40px;
    }
    .ticket-main-wrapper-right {
        width: 50%;
        padding-left: 40px;
        border-left: 1px solid #d1d1d1;
    }
    .ticket-main-btns-group{
        flex-wrap: wrap;
    }
    .ticket-main-btn-add {
        width: 100%;
        order: 2;
    }
    .ticket-main-btn-send{
        width: 100%;
        margin-right: 0;
        order: 1;
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 992px){
    .ticket-main-wrapper-right {
        width: 100%;
        padding-left: 0;
        padding-right: 0px;
        border-left: 0 solid #d1d1d1;
        border-bottom: 1px solid #d1d1d1;
        padding-bottom: 40px;
    }
    .ticket-main-wrapper{
        flex-wrap: wrap;
    }
    .ticket-main-wrapper-left {
        width: 100%;
        padding: 0;
        padding-top: 40px;
    }
}
@media screen and (max-width: 768px){
    .ticket-main-wrapper {
        padding: 30px;
        margin: 24px 0;
    }
    .ticket-right-btn{
        width: 100%;
    }
}
@media screen and (max-width: 576px) {
    .ticket-mc-title-name {
        font-size: 17px;
    }
    .ticket-main-left-text {
        font-size: 14px;
    }
    .ticket-main-right-text{
        font-size: 14px;
    }
}
