.tribe-dialog .tribe-tickets__tickets-item-remove{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='square' stroke-width='1.5' transform='translate(1 1)' stroke='%23bababa'%3E%3Cpath d='M10.91 5.09l-5.82 5.82m5.82 0L5.09 5.09'/%3E%3Ccircle cx='8' cy='8' r='8'/%3E%3C/g%3E%3C/svg%3E");
    transition: .2s;
}

.tribe-dialog .tribe-dialog__close-button.tribe-modal__close-button, .tribe-dialog .tribe-dialog__close-button.tribe-modal__close-button:hover, .tribe-dialog .tribe-dialog__close-button.tribe-modal__close-button:active, .tribe-dialog .tribe-dialog__close-button.tribe-modal__close-button:focus{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cpath d='M16 2L2 16m14 0L2 2' stroke='%23bababa' fill='none' fill-rule='evenodd' stroke-linecap='square' stroke-width='2'/%3E%3C/svg%3E");
}

.tribe-dialog .tribe-tickets__tickets-item-remove:hover{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='square' stroke-width='1.5' transform='translate(1 1)' stroke='%235d5d5d'%3E%3Cpath d='M10.91 5.09l-5.82 5.82m5.82 0L5.09 5.09'/%3E%3Ccircle cx='8' cy='8' r='8'/%3E%3C/g%3E%3C/svg%3E");
    transition: .2s;
}

.tribe-dialog .tribe-tickets__form.tribe-tickets__attendee-tickets-item{
    background-color: #DBF0ED;
}

.tribe-dialog .tribe-dialog__title{
    font-family: 'GT America Compressed';
    font-size: 34px !important;
}

.tribe-dialog .tribe-tickets__tickets-footer-quantity, .tribe-dialog .tribe-tickets__tickets-footer-total, .tribe-dialog .tribe-tickets__tickets-item-quantity-number, .tribe-dialog .tribe-tickets__tickets-item-total-wrap{
    font-family: 'GT America Extended' !important;
}

.tribe-dialog .tribe-tickets__form.tribe-tickets__attendee-tickets-item *{
    font-family: 'GT America Extended';
}

.tribe-dialog .tribe-tickets__form.tribe-tickets__attendee-tickets-item> div header, .tribe-dialog .tribe-tickets__form.tribe-tickets__attendee-tickets-item> div label{
    width: 15%;
    min-width: 15%;
    margin-right: 20px !important;
}

.tribe-dialog .tribe-common-form-control-checkbox-radio-group{
    display: flex;
}

.tribe-dialog .tribe-tickets__form-field-input-wrapper{
    display: flex;
}

.tribe-dialog .tribe-tickets__form-field-input-wrapper select, .tribe-dialog .tribe-tickets__form-field-input-wrapper input{
    background-color: white;
}

.tribe-dialog .tribe-tickets__form-field--birth .tribe-tickets__form-field-input-wrapper select{
    width: calc(100% - 10px) !important;
    margin-right: 10px !important;
}

.tribe-dialog .tribe-tickets__form-field--birth .tribe-tickets__form-field-input-wrapper .tribe-tickets__form-field--birth-year{
    width: 100% !important;
    margin-right: 0px !important;
}

.tribe-dialog .tribe-tickets__attendee-tickets-item--has-focus{
    border-left-color: #5E9499 !important;
}

.tribe-dialog .tribe-tickets__attendee-tickets-item--has-focus:before{
    border-left-color: #5E9499 !important;
    background: #5E9499 !important;
}

.tribe-dialog button[type="submit"]{
    background-color: #5E9499 !important;
    font-family: 'GT America Extended' !important;
    color: white !important;
    font-weight: 500;
    text-decoration: none !important;
}

.tribe-dialog .tribe-tickets__attendee-tickets-footer-divider{
    margin-left: 10px !important;
    margin-right: 10px !important;
}