﻿
.agt_registration_block {
    display: flex;
    column-gap: 60px;
    position: relative;
}

.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: 600;
    color: var(--active-menu);
    display: inline-block;
}
.menu_icon {
    width: 25px;
    min-width: 25px;
    height: 24px;
}

.hotel_menu_icon {
    background-position: -5px -45px
}

.fligt_hotel_menu_icon {
    background-position: -80px -45px
}

.flight_menu_icon {
    background-position: -43px -45px
}

.tour_menu_icon {
    background-position: -163px -45px
}

.rent_menu_icon {
    background-position: -203px -45px
}

.transfer_menu_icon {
    background-position: -287px -44px;
    width: 37px
}

.package_menu_icon {
    background-position: -121px -45px
}

.visa_menu_icon {
    background-position: -579px -48px
}

.build_menu_icon {
    background-position: -305px -45px
}

.insurance_menu_icon {
    background-position: -246px -45px
}
.form_left_reg::before {
    content: '';
    background: #DBE0E5;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 48px;
    margin: auto;
    border: 1px dashed #DBE0E5;
}

.form_left_reg, .form_right_reg {
    flex: 1;
}

.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;
}
.banner_title div {
    font-weight: 600;
    font-size: 34px;
}
.agt_reg .banner_title {
    text-align: left;
    max-width: 100%;
    padding-bottom: 30px;
}

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;
    top: 11px;
}

.agt_reg {
    position: relative;
    padding: 64px 0;
}

.form_left_reg {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}

.number_div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.agt_content_block {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.num_agt {
    position: relative;
}

.agt_content_block p {
    font-size: 16px;
    font-weight: 400;
    color: var(--all-text-main);
    margin: 0;
}

.form_right_reg h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    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;
}

.floating-input, .floating-select {
    position: relative;
    width: 100%;
    display: block;
    color: #7E8389;
    font-size: 16px;
    line-height: 30px;
    padding: 0 16px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid var(--border-color);
    font-weight: 400;
}

.reg_form_div {
    display: flex;
    gap: 32px;
    flex-direction: column;
}

.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;
}

.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: 700;
    color: var(--all-text-main);
}

.floating-label .fileUpload input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

input[type=file] {
    opacity: 0;
}

.ft_icon {
    height: 32px;
    width: 32px;
    display: block;
    left: 0;
    background-position: -438px -26px;
    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: 400;
    color: var(--all-text-main);
}
/***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: 10px;
    float: right;
    margin-left: 10px;
}

.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: 2px;
}

.select_code {
    width: 150px;
    border-radius: 8px;
}

.floating-label .ddl {
    width: 150px;
    border: 0;
}

.floating-label.tel-box {
    display: flex;
    position: relative;
    gap: 10px;
}

.floating_input_div select {
    position: relative;
    width: 100%;
    display: block;
    color: #7E8389;
    font-size: 16px;
    line-height: 30px;
    padding: 0 16px;
    height: 56px;
    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 {
    max-width: 170px;
}


/***end*/
@media (max-width:767px) {
    .agt_reg .banner_title {
        padding-bottom: 0;
    }
    .banner_title div {
        font-weight: 600;
        font-size: 22px;
    }
    .agt_reg {
        padding: 30px 0;
    }

    .menu_icon {
        transform: scale(0.8);
    }

    li.n_div {
        width: calc(100%/1 - 0px);
    }

    .floating-two {
        flex-direction: column;
    }
}
