﻿
.request-table {
    width: 94%;
    height: auto;
    display: flex;
    padding: 0;
    position: relative;
    align-self: auto;
    box-sizing: border-box;
    align-items: flex-start;
    flex-shrink: 1;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    margin-right: 3%;
    margin-left: 3%;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05), 0px 5px 25px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    margin-top: 2%;
    margin-bottom: 80px;
}
.table-body {
    display: flex;
    flex-direction: row;
    padding-bottom: 40px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05), 0px 5px 25px rgba(0, 0, 0, 0.07);
    border-radius: 0px 0px 15px 15px;
    width: 100%;
    min-height: 850px;
}
.table-body-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 2%;
    padding-top: 1%;
    padding-right: 2%;
}
.table-body-right {
    padding-left: 3%;
    display: flex;
    flex-direction: column;
    padding-top: 1%;
}
.create-label-1 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */


    color: #222222;
    margin-left: 3%;
    margin-top: 2%;
}
.create-label-2 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    /* identical to box height, or 133% */


    color: #999999;
    margin-left: 3%;
    margin-top: 1%;
}
.create-font-3 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height, or 120% */


    color: #333333;
    margin-top: 40px;
}
.gray-input {
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-shrink: 0;
    border-color: transparent;
    border-radius: 7px;
    background-color: #F6F5F6;
    outline: none;
    width: 100%;
    height: 50px;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 50px;
    /* identical to box height, or 333% */

    margin-top: 10px;
    color: #333333;
    padding-left:15px;
}
    .gray-input:hover {
        background-color: #F1F0F1;
    }

    .gray-input::placeholder {
        font-family: 'Inter Tight';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 50px;
        /* identical to box height, or 333% */


        color: rgba(153, 153, 153, 0.5);
    }

.table-header-create {
    background: #F9F8F9;
    border-radius: 15px 15px 0px 0px;
    height: 80px;
    width:100%;
    display:flex;
    flex-direction:row;
    cursor:pointer;
}

.table-header-left {
    padding:0;
}

.table-header-right {
    padding: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.create-info-large-block  {
    margin-top:40px;
}

.create-font-4 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */


    color: #999999;
}

.create-slider {
    -webkit-appearance: none;
    width: 100%; /* Full-width */
    height: 4px; /* Specified height */
    background: linear-gradient(to right, #0E8C1A 0%, #0E8C1A 50%, #F6F5F6 50%, #F6F5F6 100%); /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s;
    border-radius: 15px;
}



    .create-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        background: #FFFFFF;
        border: 4px solid #0E8C1A;
        border-radius: 50px;
        
    }




.create-font-5 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: rgba(153, 153, 153, 0.5);
}

.create-drag-drop {
    display: flex;
    background: rgba(14, 140, 26, 0.05);
    border: 2px dashed #0E8C1A;
    border-radius: 7px;
    margin-top: 10px;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    /* identical to box height, or 357% */

    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(153, 153, 153, 0.5);
}

    .create-drag-drop input[type=file]:focus + label {
        outline: none;
        outline: none;
    }

.create-drag-drop-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    position: absolute;
    z-index: -10;
}

.create-drag-drop.dragover{
    background: rgba(241, 128, 82, 0.1);
    border: 2px dashed #0E8C1A;
    border-radius: 7px;
    color: #0E8C1A;
}
.gray-input-right-sign {
    position: absolute;
    top: 0;
    right: 15px;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 50px;
    /* identical to box height, or 333% */

    text-align: right;
    color: rgba(153, 153, 153, 0.5);
}
.create-next-step {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    gap: 10px;
    background: #0E8C1A;
    border-radius: 50px;
    width: 250px;
    height: 50px;
    border-color: transparent;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: white;
    bottom: 0;
    position: absolute;
    right: 40px;
    text-decoration:none;
    
}
    .create-next-step:hover {
        background: #0E8C1A;
        cursor: pointer;
    }
    .create-next-step:active {
        background: #555555;
        cursor: pointer;
    }

.request-table-second {
    width: 94%;
    height: auto;
    display: none;
    padding: 0;
    position: relative;
    align-self: auto;
    box-sizing: border-box;
    align-items: flex-start;
    flex-shrink: 1;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    margin-right: 3%;
    margin-left: 3%;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05), 0px 5px 25px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    margin-top: 2%;
    margin-bottom: 80px;
    background-color: #ffffff;
}

.first-step-info {
    background: #EFEFF2;
    border-radius: 8px;
    height: 86px;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* padding: 30px; */
    align-items: center;
}
.create-previous-step {
    background-color: transparent;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* identical to box height, or 160% */

    letter-spacing: 0.02em;
    color: #0E8C1A;
    cursor:pointer;
}
    .create-previous-step:hover {
        color: #D25320;
    }

.create-font-6 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    /* identical to box height, or 123% */


    color: rgba(153, 153, 153, 0.5);
}
.create-font-7 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    letter-spacing: 0.02em;
    color: #333333;

}

.fin-type {
    background: #FFFFFF;
    border: 2px solid #EEEEEE;
    border-radius: 7px;
    height: 50px;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 50px;
    width: 49%;
    padding-left: 10px;
    color: #333333;
    display: flex;
    align-items: center;
}

    .fin-type:hover {
        border: 2px solid #0E8C1A;
    }
        .fin-type:hover .radioBtn {
            width: 20px;
            height: 20px;
            border: 1px solid #0E8C1A;
            border-radius: 50px;
        }
.radioBtn {
    width:20px;
    height:20px;
    background: #F6F5F6;
    border: 1px solid #CDCDD5;
    border-radius: 50px;
}

.customChecked .radioBtn {
    background-position: center;
    background-image: url('../images/active-radio.svg');
    
}
.create-drag-drop-label {
    cursor: pointer;
    width: 100%;
}
    .create-drag-drop-label:hover {
        color: #0E8C1A;
    }

.document-list-elem-image {
    cursor:pointer;
}
.agreement-checkbox.agreement-checkbox-error-state {
    outline: 2px solid #ff0000;
    outline-offset: 2px;
    box-shadow: 0 0 8px 2px rgba(255, 0, 0, 0.4);
    border-radius: 3px;
}

.agreement-checkbox-error-text {
    display: block !important;
    color: #ff0000;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 500;
}
