/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
 @font-face {
    font-family: 'iransansxv';
    src: url('iranansxv.woff') format('woff-variations'),
    /* will be the standard and works in Safari now */
		 url('iranansxv.woff') format('woff'),
    /* for the other supporting browsers */
	url('iranansxv.woff2') format('woff2');
    /* for the other supporting browsers */
   
    font-weight: 100 900;
    font-display: fallback;

}
body, button, input, select, textarea {
    color: #333;
    font-family: 'iransansxv',tahoma!important;
}
.already-registered.new-coowhm {
    display: block;
    text-align: right!important;
    border: 1px solid #e3e9ec;
    font-family: 'iransansxv',tahoma!important;
    border-radius: 8px;
}
.activite-logreg-form {

    direction: rtl!important;
    text-align: right!important;
    font-family: 'iransansxv',tahoma!important;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-right: 15px!important;
    padding-left: 0px!important;
}
div#additionalinfo .row {
    padding: 5px 0 5px 0;
    border-bottom: 1px dashed #f4f2ff;
}
a.btn.btn-block.btn-danger {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
div#sidebarTicketCc {
    display: none;
}
span.qty {
    color: #24d746;
    font-weight: bold;
    font-size: 12px;
}
input#inputPhone {
    direction: ltr;
    text-align: right;
}