

/* Start:/local/templates/.default/components/bitrix/form.result.new/scammer_form/style.css?17757390354341*/
.form-scammer{
    max-width: 500px;
    width: 100%;
    padding: 40px 40px;
    border: 2px solid #80c6c5;
    border-radius: 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 500;
    background: #fff;
    overflow-y: scroll;
    height: 80%;
    overflow-x: hidden;
    display: none;
}
.form-scammer.active{
    display: block;
}
.form-scammer::-webkit-scrollbar{
    width: 0em;
}
.form-scammer::-webkit-scrollbar-track{
    /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
    /*height: 80%;*/
}
.form-scammer::-webkit-scrollbar-thumb{
    background-color: #008b8a;
    outline: 1px solid slategrey;
}
.form-scammer form{
    display: flex;
    flex-direction: column;
}
.form-scammer .form__input{
    height: 50px;
    font-size: 16px;
}
.form-scammer .form-title{
    text-transform: none;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    color: #008b8a;
    font-family: 'Ubuntu';
    margin-bottom: 10px;
}

.item-checkbox{
    display: flex;
    flex-direction: column;
}

.form-scammer .select{
    background: #80c6c5;
    color: #000;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}
.form-scammer .select .select_title{
    cursor: pointer;
    font-size: 16px;
    position: relative;
}
.form-scammer .select .select_title:after{
    content: '';
    display: block;
    background: url("/local/templates/.default/components/bitrix/form.result.new/scammer_form/./images/dropdown.svg")center/cover no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.form-scammer .select .select_title.active:after{
    transform:translateY(-50%) rotate(180deg);
}
.form-scammer .select .select_title small{
    color: red;
}
.form-scammer .select .select-list{
    position: absolute;
    top: 100%;
    background: #80c6c5;
    left: 0;
    padding: 10px 10px;
    display: none;
}

.form-scammer .select .select-list.active{
    display: flex;
    flex-direction: column;
    z-index: 50;
}
.form-scammer .select .select-list .item{
    color: #000;
    cursor: pointer;
    margin-bottom: 10px;
}

.form-scammer .item-checkbox{

}
.form-scammer .item-checkbox label{
    color: #008b8a;
    font-family: 'Ubuntu';
    font-size: 20px;
}
.form-scammer .item-checkbox small{
    font-size: 16px;
    padding-left: 20px;
    color: #a7b3c7;
}

.form-scammer .d-flex{
    display: flex;
    position: relative;
}
.form-scammer .d-flex .calendar-icon{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url("/local/templates/.default/components/bitrix/form.result.new/scammer_form/./images/calendar.svg")center/cover no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.form-scammer .align-center{
    align-items: center;
}
.form-scammer .g-30{
    gap: 30px;
}
.form-scammer input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    background: #80c6c5;
    border-radius: 25px;
    color: #fff;
    width: max-content;
    margin-top: 10px;
}

.danger-text{
    font-size: 16px;
    color: red;
}
#scammer_submit{
    margin-top: 10px;
}
.mt-10{
    margin-top: 10px;
}
.mb-10{
    margin-bottom: 10px;
}

.close-scammer{
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background: url("/local/templates/.default/components/bitrix/form.result.new/scammer_form/./images/close.svg")center/cover no-repeat;
    width: 20px;
    height: 20px;
}

/* popup success */
.popup-success-wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0,0,0,.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-success{
    max-width: 420px;
    width: calc(100% - 30px);
    background: #fff;
    border: 2px solid #80c6c5;
    border-radius: 25px;
    padding: 30px 25px;
    text-align: center;
}

.popup-success__text{
    font-size: 18px;
    line-height: 1.4em;
    color: #008b8a;
    font-family: 'Ubuntu';
    margin-bottom: 20px;
}

.popup-success__actions{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.popup-success .popup-success__close.btn.btn-orange{
    width: auto;
    min-width: 0;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1.2;
    max-width: 140px !important;
    width: auto !important;
}
/* End */
/* /local/templates/.default/components/bitrix/form.result.new/scammer_form/style.css?17757390354341 */
