/* Minification failed. Returning unminified contents.
(271,38): run-time error CSS1033: Expected closing bracket, found 'i'
(271,39): run-time error CSS1031: Expected selector, found ']'
(271,39): run-time error CSS1025: Expected comma or open brace, found ']'
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked)
{
    position: absolute;
    right: -9999px;
}

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-right: 28px;
    cursor: pointer;
    line-height: 21px;
    display: inline-block;
    font-family: 'Heebo', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #231f20;
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before
{
    content: '';
    position: absolute;
    right: 0;
    top: 3px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: .0625rem solid #b1b1b1;
    border-radius: unset;
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after
{
    content: '';
    width: 6px;
    height: 6px;
    /*background: #000;*/
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: unset;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: url('../Content/check-mark.png');
}

[type="checkbox"]:not(:checked) + label:after
{
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked + label:after
{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.theme-invalid
{
    position: relative;
}

.theme-invalid::before
{
    position: absolute;
    font-family: 'Rubik', sans-serif;
    font-size: 0.75rem;
    color: #fff;
    background: #d01e25;
    content: attr(data-msg);
    padding: 0 0.25rem;
    right: 65%;
    top: 2rem;
}

.theme-invalid input,
.theme-invalid select
{
    border-bottom: 0.125rem solid #d01e25 !important;
}

label.theme-invalid:before
{
    border-bottom: 0.125rem solid #d01e25 !important;
    position: unset;
    content: unset;
    padding: 0;
    left: 0;
    top: 0;
}

@media(min-width: 960px)
{
    .odd::before
    {
        left: 1rem;
    }
}

.overlay-hidden
{
    display: none;
}

.overlay
{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(000,000,000,0.7);
}

.overlay__inner
{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content
{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner
{
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin
{
    100%
    {
        transform: rotate(360deg);
    }
}

*
{
    box-sizing: border-box;
}

html, body
{
    margin: 0;
    padding: 0;
    font-family: 'Heebo', sans-serif;
    font-size: 1rem;
    touch-action: manipulation;
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    direction: rtl;
}

.recaptchaWrapper .grecaptcha-badge
{
    top: 5rem;
}

::placeholder
{
    opacity: 1;
    direction: rtl;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #555556;
}

:-ms-input-placeholder
{
    direction: rtl;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #555556;
}

::-ms-input-placeholder
{
    direction: rtl;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #555556;
}

.checkboxInput
{
    text-align: right;
    margin: 0;
    padding: 0;
}

.checkboxInput input[type="checkbox"]:checked
{
    background-color: transparent !important;
}

.checkboxInput input[type="checkbox" i]
{
    margin: 0;
}

.arrowInput
{
    display: flex;
    margin-top: 0.75rem;
}

.arrowInput div
{
    border: 0px solid;
}

.arrowInput div:nth-child(1)
{
    flex: 90%;
}

.arrowInput div:nth-child(2)
{
    flex: 10%;
}

.arrowInput input
{
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #555556;
    width: 100%;
    height: 2.5rem;
    border: .0625rem solid #b1b1b1;
    padding: 0 .5rem;
    border-radius: unset;
    box-shadow: none;
}

#buttonSubmit
{
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    height: 2.5rem;
    outline: none;
}

#buttonSubmit > div
{
    background: #d01e25;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-content: center;
}

.arrowInput img
{
    width: 1.8rem;
}

.recaptchaWrapper
{
    display: flex;
    justify-content: center;
    margin-top: 0.625rem;
    direction: ltr;
}

.hidden
{
    display: none;
}

.notification
{
    /*position: relative;
    top: 2rem;*/
    height: 2rem;
    background: #d01e25;
    text-align: center;
    position: relative;
    top: 1.5rem;
    margin: 0 1rem;
    font-family: 'Heebo', sans-serif;
    font-size: 1rem;
    color: #fff;
    direction: rtl;
    line-height: 2rem;
    vertical-align: middle;
}
