﻿
@font-face {
    font-family: 'demibold';
    font-weight: 600;
    font-style: normal;
    src:url('https://res.cloudinary.com/globes/raw/upload/v1743583231/fonts/almoni2025/almoni-demibold-aaa_cnfiuk.woff2') format('woff2')
}

@font-face {
    font-family: 'almoniDL700';
    font-weight: 700;
    font-style: normal;
    src: url('https://res.cloudinary.com/globes/raw/upload/v1743583231/fonts/almoni2025/almoni-bold-aaa_gaczl3.woff2') format('woff2')
}
@font-face {
    font-family: 'almoniDL400';
    font-weight: 400;
    font-style: normal;
    src:url('https://res.cloudinary.com/globes/raw/upload/v1743583231/fonts/almoni2025/almoni-regular-aaa_u7hpey.woff2') format('woff2')
}
 @font-face {
  font-family: 'OpenSansHebrew';
  font-style: normal;
  font-weight: 400;
  src: url(/Static/fonts/OpenSansHebrew/OpenSansHebrew-Regular.ttf) format('truetype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: almoniDL400;
    background-color: #fff9f4;
    padding: 20px;
    direction: rtl;
    color: #1A1A1A;
}

.form-container {
    padding: 0px 30px 30px 30px;
    border-radius: 8px;
    background-color: #fff9f4;
    /*box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    background-color: white;*/
    max-width: 1080px;
    margin: 0 auto;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: flex-end;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .form-group.small {
        flex: 0.7;
    }

label  {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 18px;
    color:  #1A1A1A;
    text-align: right;
     font-family: 'demibold';
}


.dropdown-title { font-family: almoniDL400;  font-weight: normal;  text-align: right;
    color: #1A1A1A;
    font-size: 18px;}


input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 0;
 
    direction: rtl;
    text-align: right;
    color: #1A1A1A;
    font-size: 18px;
    line-height: 24px;
     font-family: almoniDL400;
    
}

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    select:focus,
    textarea:focus {
        outline: none;
       border: 3px solid #494949;
    }

select {
    background-color: white;
    cursor: pointer;
}

.textarea-group {
    margin-top: 20px;
}

    .textarea-group label {
        margin-bottom: 10px;
        display: block;
    }

textarea {
    width: 100%;
    height: 120px;
    resize: vertical;
 
}

.char-counter {
    text-align: right;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.dropdown-arrow {
    position: relative;
}

    .dropdown-arrow::after {
        content: url(https://res.cloudinary.com/globes/image/upload/v1680513180/Digital/Base_Arrow_ranwyt.svg);
        position: absolute;
    left: -5px;
    top: -10px;
        
        pointer-events: none;
    
    }

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    padding-left: 30px;
}


.dropdown-container {
    position: relative;
    max-width: 400px;
   
    background: white;
    
    /*box-shadow: 0 4px 12px rgba(0,0,0,0.15);*/
}

.dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 20px;
 
    cursor: pointer;
    border: 1px solid #ccc;
    /*
         border-radius: 8px 8px 0 0;
        border-bottom: 1px solid #e0e0e0;*/
}

    .dropdown-header.open {
        border-bottom: 2px solid #494949;
    }

 
.dropdown-arrow {
    font-size: 12px;
    color: #666;
    /*transition: transform 0.3s ease;*/
}

    /*.dropdown-arrow.open {
        transform: rotate(180deg);
    }*/

.dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: white;
    border-radius: 0 0 8px 8px;
    position: absolute;

}

    .dropdown-content.open {
        max-height: 550px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }


.checkbox-wrapper {
    display: grid;
        grid-template-columns: 20px 1fr;
    width: 100%;
    gap: 8px;
}

.checkbox-item {
    display: flex;
    align-items: flex-start;
    padding: 12px 20px;
 
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .checkbox-item:hover {
        background-color: #f8f9fa;
    }

    .checkbox-item:last-child {
        border-bottom: none;
    }


#dropdownContent .hidden-checkbox {      -webkit-box-shadow: none;
    width: 20px;
    height: 20px;
    accent-color: #c00;
}
 .uploadBtnwR {display: flex;max-width: 250px;  margin: 0 auto; gap:28px; direction: ltr; }
 
.uploadBtnwR  .button { width: 190px;  height: 38px;  font-size: 16px;  margin: 0 auto; color: #676767;font-family: OpenSansHebrew;text-align: center;}
.uploadBtnwR span:before { content:url(https://res.cloudinary.com/globes/image/upload/v1753691096/Upload_Button_unlcf0.png); 
    display: block;}

#submit_button {

    border-radius: 50px;
    background: #DF1323;
    height: 45px;
    padding: 0 50px;


    color: #fff;
    border: 0;
 
 
    max-width: 152px;
    width: 100%;
    font-size: 20px;
    font-family: 'almoniDL700';
    cursor: pointer;
}
.submitWr {text-align: center;}
#submit_button.active {
    background: #676767;
    color: #fff;
}

.uploadBtn{
    margin-top:20px;
}

.error{
    border:2px solid #cc0000 !important;
}

#SBSendMailSuccess{
    text-align:center;
    margin:10px 10px;
}

#rules{
    margin: 50px auto 40px;
    max-width: 740px;
    text-align:center;
}

.errorMessage{
    margin-top: 8px;
color: #C00 !important;
    visibility: hidden;
    display: flex;
    align-items: center;
    font-size: 14px  !important;
    line-height: 18px  !important;
    gap: 4px;
}


.errorMessage:before {content:url(https://res.cloudinary.com/globes/image/upload/v1753690011/Error_Icon_st8tft.svg)}
.dropdown-container.error .dropdown-header,
.dropdown-container.error .dropdown-content {border: 0 !important;}

.detail div {    font-size: 16px; 
    line-height: 18px;
    color: #1A1A1A;
    text-align: right;
    font-family: 'demibold';}


.uploadBtn {border-radius: 4px;border: 1px dashed #676767; padding: 16px;}









@media screen and (max-width: 480px) {
    .form-row {
        display:grid;
    }

 
.form-container {padding:0;margin-bottom: 50px;}
 

}