﻿
.agt_registration_block {
    display: flex;
    position: relative;
    background: var(--other-bg);
    border-radius: 8px;
}

.form-content .num_agt span {
    width: 96px;
    height: 96px;
    line-height: 96px;
    text-align: center;
    position: relative;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    background: #EDF1FE;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    color: var(--btn-two-bg);
    display: inline-block;
}


.form_left_reg, .form_right_reg {
    flex: 1;
}

    .form_left_reg h1 {
        color: #FFF;
        text-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 119.462%;
        position: absolute;
        top: 133px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

.remork_text_area textarea {
    box-sizing: border-box;
    border-radius: 8px;
    width: 100% !important;
    padding: 16px;
    min-height: 237px;
    border: 1px solid var(--border-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    resize: none;
}

.agt_reg .banner_title {
    text-align: left;
    max-width: 100%;
}

span.warrnig_lable {
    color: #D4D9DE;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-top: 5px;
}

.remork_text_area {
    margin-bottom: 45px;
}

.agt_reg .drop_icon {
    width: 22px;
    height: 22px;
    pointer-events: none;
    position: absolute;
    top: 19px;
    right: 10px;
    z-index: 1;
}

.agt_reg .down_arrow {
    right: 10px;
    left: auto;
    background-position: -317px -52px;
}

.floating_input_div .common_button {
    width: 100%;
    min-width: 210px;
    line-height: 30px;
    margin: 15px 0 0 auto;
}

.agt_reg {
    position: relative;
}

.form_left_reg {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    max-width: 470px;
    border-radius: 8px 0 0 8px;
    position: relative;
}

    .form_left_reg img {
        border-radius: 8px 0 0 8px;
        height: 100%;
        object-fit: cover;
    }

.number_div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.agt_content_block {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.num_agt {
    position: relative;
}

.agt_content_block p {
    font-size: 16px;
    font-weight: 300;
    color: var(--all-text-sub);
    margin: 0;
}

.form_right_reg h5 {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
}

.ch_lable_in .lbl_up {
    font-size: 12px;
    position: absolute;
    color: #777E90;
    z-index: 1;
    white-space: nowrap;
    top: 10px;
    font-weight: 400;
    pointer-events: none;
    background: transparent;
    width: auto;
    max-width: fit-content;
    left: 15px;
    right: 0;
    text-align: left;
}

.ch_lable_in .floating-input, .ch_lable_in .floating-select {
    padding: 20px 0px 0px 16px;
}

.pannel_row {
    display: flex;
    gap: 10px;
}

.floating-input, .floating-select {
    position: relative;
    width: 100%;
    display: block;
    color: #454545;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    padding: 0 16px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid var(--border-color);
}

    .floating-input::placeholder, .floating-select::placeholder {
        font-weight: 300;
        color: #454545;
    }

.reg_form_div {
    display: flex;
    gap: 32px;
    flex-direction: column;
    padding: 25px 20px;
    border-radius: 0 8px 8px 0;
}

.floating_input_div {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    width: 100%;
}

.floating-two {
    display: flex;
    gap: 16px;
    width: 100%;
}

.floating-label {
    width: 100%;
    position: relative;
    flex: 1;
}

.upload-files label {
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: var(--all-text-sub);
    line-height: 20px;
    display: inline-block;
}

.floating-label .fileUpload {
    display: flex;
    width: 100%;
    margin-top: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
    background: #fff;
    border: 1px dashed var(--border-color);
    border-radius: 8px;
    height: 160px;
    padding: 16px;
}

.input-group-btn span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.floating-label .fileUpload input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

input[type=file] {
    opacity: 0;
}

.phone_code {
    display: flex;
    gap: 10px;
}

.ft_icon {
    height: 32px;
    width: 32px;
    display: block;
    left: 0;
    background-position: -548px -204px;
    right: 0;
    margin: 0 auto;
    position: relative;
}

p.note_text {
    text-align: center;
    margin-top: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: var(--all-text-sub);
    display: inline-block;
}

.by_counting, .by_counting label a {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    color: var(--btn-bg);
    justify-content: flex-end;
}
/***tab css for supplier register*/
ul.agent_services {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 0;
}

li.n_div {
    width: calc(100%/2 - 4px);
    background: #F6F8FA;
    padding: 8px 16px;
    border-radius: 6px;
}

span.service_info {
    display: flex;
    align-items: center;
    gap: 12px;
    float: right;
}

.service_tick {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: var(--all-text-sub);
    margin-bottom: 8px;
}

.agent_services .input_check_box label::before {
    top: 11px;
}

.select_code {
    width: 130px;
    border-radius: 8px;
}

.floating-label .ddl {
    width: 130px;
    border: 0;
}

.floating-label.tel-box {
    display: flex;
    position: relative;
}

.floating_input_div select {
    position: relative;
    width: 100%;
    display: block;
    color: #7E8389;
    font-size: 16px;
    line-height: 30px;
    padding: 0 16px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid var(--border-color);
    font-weight: 400;
}

.floating_input_div .tel_div {
    width: 130px;
    height: 50px;
}

@media (max-width:1120px) {
    .select_code {
        width: 80px;
        border-radius: 8px;
    }

    .floating_input_div .tel_div {
        width: 80px;
    }
}


@media (max-width:991px) {
    .form_left_reg {
        max-width: 300px;
    }

        .form_left_reg h1 {
            font-size: 30px;
        }

    .reg_form_div {
        padding: 10px;
    }

    .reg_form_div {
        gap: 15px;
    }
}

/***end*/
@media (max-width:767px) {
    .pannel_row {
        gap: 10px;
        flex-direction: column;
    }

    .floating_input_div .tel_div, .select_code {
        width: 130px;
    }

    .form_right_reg h5 {
        font-size: 16px;
    }

    .floating_input_div {
        gap: 10px;
    }

    .menu_icon {
        transform: scale(0.8);
    }

    li.n_div {
        width: calc(100%/1 - 0px);
    }

    .floating-two {
        flex-direction: column;
    }
}
