.section_main_part {
    min-height: 100%;
    box-sizing: border-box;
}

.agent-dashboard-section {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    padding-top: 0;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
}

    .agent-dashboard-section .title {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        padding-bottom: 10px;
        padding-top: 10px;
        margin: 0px 0 15px 0;
        background: var(--other-bg-light);
    }

.title-icon {
    display: inline-flex;
    height: 25px;
    width: 25px;
    float: left;
    z-index: 1;
    margin-right: 10px;
    background-image: url(/assets/whitelable1/img/registration-strip.svg);
}

.reg-icon {
    display: inline-flex;
    height: 25px;
    width: 20px;
    float: left;
    z-index: 1;
    margin-right: 15px;
    background-image: url(/assets/whitelable1/img/registration-strip.svg);
    position: absolute;
    top: 32px;
    left: 10px;
}

.con-detail {
    background-position: -28px 2px;
}

.agent-reg {
    background-position: -54px 2px;
}

.p-agencyIcon {
    background-position: 0px -29px;
}

.p-addressIcon {
    background-position: 50px -29px;
}

.p-webIcon {
    background-position: -60px -29px;
}

.p-countryIcon {
    background-position: 0px -60px;
}

.p-cityIcon {
    background-position: 50px -60px;
}

.p-zipIcon {
    background-position: -60px -60px;
}

.c-agentIcon {
    background-position: 0px -90px;
}

.c-mobIcon {
    background-position: 50px -90px;
}

.c-telIcon {
    background-position: -60px -90px;
}

.c-mailIcon {
    background-position: 0px -120px;
}

.c-cmailIcon {
    background-position: 50px -120px;
}

.c-currIcon {
    background-position: -60px -120px;
}

.c-dsgntnIcon {
    background-position: 0px -150px;
}

.c-skypeIcon {
    background-position: 50px -150px;
}

.c-whtsapIcon {
    background-position: -60px -150px;
}

.a-userIcon {
    background-position: 0px -177px;
}

.a-pwdIcon {
    background-position: 50px -177px;
}

.a-cpwdIcon {
    background-position: -60px -177px;
}

.input_box {
    color: #000000;
    font-weight: normal;
    height: 42px;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 40px;
    font-size: 14px;
    border: 1px solid #ededed;
    border-radius: 3px;
    background: #fff;
    line-height: 42px;
}

.form-group label {
    font-size: 12px;
    width: 100%;
}

.con-code {
    width: 30%;
    display: block;
    float: left;
    border-radius: 3px 0px 0px 3px;
}

.mob-no {
    width: 70%;
    border-radius: 0px 3px 3px 0px;
    padding-left: 5px;
}

small {
    margin-left: 5px;
    color: red;
    font-size: 9px;
}

.terms_condition a {
    color: var(--primary-color);
}

.red_txt {
    color: #e61111 !important;
}

@media (max-width: 767px) and (min-width: 320px) {
    .agent-dashboard-section .input_check_box {
        display: inline-block;
    }
    .common_button {
        max-width: 100%;
    }
}
