﻿.patternheader {
    height: 65px;
}

.agent-dashboard-section {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
    background-color: var(--bg2);
}

.banner-section {
    padding: 30px;
    padding-right: 15px;
    font-weight: 400;
}

.banner-form-section {
    padding: 20px;
    background-color: #fff;
}

#forsubagent .checkdiv {
    margin-bottom: 15px;
}

.subagnt-checkbox {
    display: flex;
    margin-top: 15px;
    column-gap: 50px;
    align-items: center;
}

.banner-form-section .detail-block .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 25px;
}

    .banner-form-section .detail-block .title span {
        display: inline-flex;
        height: 25px;
        width: 25px;
        float: left;
        z-index: 1;
        margin-right: 15px;
    }

        .banner-form-section .detail-block .title span.p-detail {
            background-position: 0 0;
        }

        .banner-form-section .detail-block .title span.con-detail {
            background-position: -28px 2px;
        }

        .banner-form-section .detail-block .title span.agent-reg {
            background-position: -54px 2px;
        }

.inputselectbox {
    background: #fff !important;
    padding-left: 10px !important;
    border: 1px solid #ddd;
}

/*.subagentreg .inputselectbox {
    border: 1px solid #ddd
}*/

.select_bx i {
    right: 10px;
    left: unset !important;
}

.p-agencyIcon {
    background-position: 0px -29px;
}

.p-addressIcon {
    background-position: -30px -29px;
}

.p-webIcon {
    background-position: -60px -29px;
}

.p-countryIcon {
    background-position: 0px -60px;
}

.p-cityIcon {
    background-position: -31px -60px;
}

.p-zipIcon {
    background-position: -60px -60px;
}

.c-agentIcon {
    background-position: 0px -90px;
}

.c-mobIcon {
    background-position: -30px -89px;
}

.c-telIcon {
    background-position: -60px -90px;
}

.c-mailIcon {
    background-position: 0px -120px;
}

.c-cmailIcon {
    background-position: 0px -120px;
}

.c-currIcon {
    background-position: -60px -120px;
}

.c-dsgntnIcon {
    background-position: 0px -150px;
}

.c-skypeIcon {
    background-position: -32px -150px;
}

.c-whtsapIcon {
    background-position: -60px -150px;
}

.a-userIcon {
    background-position: 0px -179px;
}

.a-pwdIcon {
    background-position: -30px -178px;
}

.a-cpwdIcon {
    background-position: -30px -178px;
}

.a-markupIcon {
    background-position: -60px -178px;
}

.banner-bottom {
    padding: 25px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    box-shadow: 0 -3px 16px rgb(0 0 0 / 5%);
}

.banner-bottom-text {
    float: right;
    text-align: right;
}

.banner-bottom h4 {
    color: #F31111;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.banner-bottom p .checkdiv {
    font-weight: 300;
    margin-bottom: 15px;
    padding-left: 25px;
    display: flex;
    align-items: center;
    line-height: 16px;
    column-gap: 5px;
}

.agent-reg-btn {
    height: 40px;
    width: 200px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    line-height: 1.5;
}

.countrymobile {
    display: flex;
    column-gap: 2px;
    justify-content: space-between;
}

.agent-dashboard-section .countrymobile .countrycode {
    width: max-content;
    z-index: 1;
    padding-left: 10px;
    text-align: center;
    background-color: #fff;
    height: 45px;
    margin: 0;
    max-width: 20%;
    border-radius: 8px 0 0 8px;
}

.inputselectbox.MNumber {
    border-radius: 0 8px 8px 0;
}

.row.detail-block {
    margin-bottom: 30px;
}

    .row.detail-block:last-child {
        margin-bottom: 0;
    }

.agtsidebaricon li i {
    background-repeat: no-repeat;
    height: 22px;
    width: 24px;
    position: absolute;
    left: 0;
}

ul.agtsidebaricon {
    margin-top: 40px;
}

.agtsidebaricon li {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    padding-left: 35px;
    position: relative;
    line-height: 20px;
}

.agticon01 {
    background-position: 0 0;
}

.agticon02 {
    background-position: -28px 0;
}

.agticon03 {
    background-position: -59px 0;
}

.agticon04 {
    background-position: -90px 0;
}

.agticon05 {
    background-position: -124px 0;
}

.agticon06 {
    background-position: 0px -28px;
}

.agticon07 {
    background-position: -28px -28px;
}

.agticon08 {
    background-position: -57px -28px;
}

.agticon09 {
    background-position: -90px -28px;
}

.agticon10 {
    background-position: -125px -28px;
}

.registerDiv {
    display: none;
}
