.form-start {
     height: 295px;
     width: 236px;
     margin: auto auto;
}
 .selectors-form {
     width: 176px;
     margin: auto auto;
     padding-top: 19px;
}
 .form-selector-h {
     font-weight: 500;
     font-size: 16px;
     line-height: 19px;
     color: #FFFFFF;
}
 .service-select {
     background-image: none;
     background-color: rgba(255, 255, 255, 0);
     overflow: hidden;
}
 .btn-control-scope {
     width: 43px;
     height: 43px;
     background: rgba(239, 49, 57, 0.7);
     border: 1px solid #EF3139;
     font-weight: 400;
     font-size: 16px;
     line-height: 19px;
     color: #FFFFFF;
}


/* CALENDAR */
 .calendar-h1 {
     padding-left: 10px;
     margin-right: 10px;
     font-weight: 500;
     cursor: default;
}
 .calendar-selector {
     position: relative;
     padding-top: 5px;
}
 .calendar-selector button {
     width: 25px;
     height: 27px;
     position: relative;
     border: 0;
     outline: 0;
     background: none !important;
}
 .calendar-selector svg {
     position: absolute;
     top: 0;
     left: 0;
     fill: #EF3139;
}
 #calendar-selected-month {
     position: absolute;
     top: 5px;
     left: 50%;
     transform: translateX(-50%);
     text-align: center;
     width: 115px;
     cursor: default;
}
 #calendar-prev-btn {
     margin-right: 140px;
}
 .day-number {
     width: 26px;
     height: 26px;
     line-height: 26px;
     display: block;
     margin: auto auto;
     font-size: 12px;
}
 .calendar-day {
     cursor: pointer;
     border: solid 1px #FFFFFF;
     padding: 3px 0px;
}
 .calendar-day:not(.calendar-day-not-month):hover {
     border: solid 1px #EF3139;
}
 .calendar-day-not-month {
     cursor: not-allowed;
}
 .calendar-day-not-month .day-number {
     color: #dddde5;
}
 .day-cost {
     font-size: 14px;
     padding-top: 2px;
}
 .week-name {
     font-size: 10px;
     cursor: default;
}
 .calendar-day-selected {
     border: solid 1px #EF3139;
}
 .file-input {
     height: auto !important;
}
 .fileBtn {
     background-color: #e9ecef;
     padding: 8px;
     margin-right: 10px;
     cursor: pointer;
}


@media (max-width: 576px) {
    #files_list_main {
        display: block;
        text-align: center;
    }
    .fileBtn {
        display: block;
        text-align: center;
        margin: auto auto;
    }
}
#files-area{
    width: 100%;
}
.file-block{
    margin: 5px;
    color: #022d62;
    display: flex;
}
.file-delete{
    display: flex;
    color: #ef3139;
    justify-content: center;
    margin-right: 3px;
    cursor: pointer;
}

#form_date_selector {
    position: relative;
}

#form_date_selector::before {
    opacity: 0;
}

#form_date_selector::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    color: transparent;
    background: transparent;
}