.rtcl-EditAccountForm .phone-row,
.rtcl-registration-form-wrap form .phone-row {
    position: relative;
}

/*------- Country Wrapper -----------*/

.rtcl-EditAccountForm .rtcl-country-wrapper,
.rtcl-registration-form-wrap .rtcl-country-wrapper {
    position: absolute;
    width: 100%;
    top: 45px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #cccccc;
    display: none;
    z-index: 99;
}

.rtcl-registration-form-wrap .rtcl-country-wrapper {
    top: 80px;
}

.rtcl-account .rtcl-EditAccountForm .rtcl-country-wrapper .rtcl-form-control,
.rtcl-account .rtcl-registration-form-wrap .rtcl-country-wrapper .rtcl-form-control {
    height: 35px;
    padding: 0 10px;
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
}

.rtcl-account .rtcl-EditAccountForm .rtcl-country-wrapper .rtcl-form-control:focus,
.rtcl-account .rtcl-registration-form-wrap .rtcl-country-wrapper .rtcl-form-control:focus {
    border-color: #cccccc;
}

.rtcl-EditAccountForm .rtcl-country-wrapper ul,
.rtcl-registration-form-wrap .rtcl-country-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    max-height: 200px;
    font-size: 14px;
    cursor: pointer;
}

.rtcl-EditAccountForm .rtcl-country-wrapper ul li,
.rtcl-registration-form-wrap .rtcl-country-wrapper ul li {
    line-height: 20px;
    padding: 4px 10px;
}

.rtcl-EditAccountForm .rtcl-country-wrapper ul li:hover,
.rtcl-registration-form-wrap .rtcl-country-wrapper ul li:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.rtcl-EditAccountForm .otp-btn,
.rtcl-registration-form-wrap .otp-btn {
    margin-top: 10px;
}

.rtcl-EditAccountForm .counter,
.rtcl-registration-form-wrap .counter {
    background: #ddd;
    line-height: 100%;
    padding: 8px 10px;
    letter-spacing: 0.2em;
    border-radius: 4px;
    margin-left: 10px;
    position: relative;
    top: 2px;
    display: none;
}

.rtcl-EditAccountForm .otp-row,
.rtcl-registration-form-wrap .otp-row {
    margin-bottom: 0;
    margin-top: 1rem;
}

.rtcl-EditAccountForm .otp-row .otp-field,
.rtcl-registration-form-wrap .otp-row .otp-field {
    position: relative;
}

.rtcl-EditAccountForm .otp-row .rtcl-form-control,
.rtcl-registration-form-wrap .otp-row .rtcl-form-control {
    padding-right: 135px;
}

.rtcl-account .rtcl-EditAccountForm .otp-row .verify-btn,
.rtcl-account .rtcl-registration-form-wrap .otp-row .verify-btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 6px 6px 0 !important;
    z-index: 9;
    height: 100%;
    border: none;
    margin: 0 !important;
}

.rtcl-EditAccountForm .verified-phone {
    display: inline-block;
    padding: 7px 10px;
    line-height: 1;
    outline: 0;
    border-radius: 2px;
    border: none;
    background-color: #17a2b8;
    color: #fff;
}

#rtcl-register-form .rtcl-phone-collapse {
    top: 15px;
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid black;
    display: none;
}

#rtcl-register-form .phone-row .control-label {
    display: block;
}

#rtcl-register-form .phone-row.collapsed-otp .phone-label {
    cursor: pointer;
    position: relative;
    z-index: 5;
}

.rtcl-EditAccountForm .rtcl-phone-collapse {
    top: 12px;
    position: absolute;
    left: -20px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid black;
    cursor: pointer;
    display: none;
}

.rtcl-post-contact-details .rtcl-phone-desc {
    background-color: transparent;
    border: none;
}

.rtcl-post-contact-details .rtcl-phone-desc.alert-warning {
    font-size: 90%;
    color: #646464;
}

.rtcl-post-contact-details .rtcl-phone-desc.alert-warning a {
    color: var(--rtcl-primary-color);
}

.rtcl-EditAccountForm .verified-phone-wrap .rtcl-change-verified-number {
    cursor: pointer;
    margin-left: 10px;
    background-color: var(--rtcl-primary-color);
    display: inline-block;
    line-height: 1;
    padding: 7px 5px;
    border-radius: 2px;
}

.rtcl-EditAccountForm .verified-phone-wrap .rtcl-change-verified-number i {
    color: #FFFFFF;
}

.rtcl-EditAccountForm .verified-phone-wrap + .phone-row {
    margin-top: 10px;
    display: none;
}

/*--------- Listing Form ------------*/

#rtcl-post-form .rtcl-post-contact-details .phone-row {
    position: relative;
}

#rtcl-post-form .rtcl-post-contact-details .rtcl-country-wrapper {
    position: absolute;
    width: 100%;
    top: 45px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #cccccc;
    display: none;
    z-index: 99;
}

#rtcl-post-form .rtcl-post-contact-details .rtcl-country-wrapper .form-control {
    height: 35px;
    padding: 0 10px;
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
}

#rtcl-post-form .rtcl-post-contact-details .rtcl-country-wrapper .form-control,
#rtcl-post-form .rtcl-post-contact-details .rtcl-country-wrapper .form-control:focus,
#rtcl-post-form .rtcl-post-contact-details .rtcl-country-wrapper .form-control:active {
    outline: none;
    box-shadow: none;
}

#rtcl-post-form .rtcl-post-contact-details .rtcl-country-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    max-height: 200px;
    font-size: 14px;
    cursor: pointer;
}

#rtcl-post-form .rtcl-post-contact-details .rtcl-country-wrapper ul li {
    line-height: 20px;
    padding: 4px 10px;
}

#rtcl-post-form .rtcl-post-contact-details .rtcl-country-wrapper ul li:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

#rtcl-post-form .rtcl-post-contact-details .counter {
    background: #ddd;
    line-height: 100%;
    padding: 8px 10px;
    letter-spacing: 0.2em;
    border-radius: 2px;
    margin-left: 10px;
    position: relative;
    top: 7px;
    display: none;
}

#rtcl-post-form .rtcl-post-contact-details .otp-btn {
    margin-top: 10px;
}

#rtcl-post-form .rtcl-post-contact-details .otp-row {
    margin-bottom: 0;
    margin-top: 1rem;
}

#rtcl-post-form .rtcl-post-contact-details .otp-row .otp-field {
    position: relative;
}

#rtcl-post-form .rtcl-post-contact-details .otp-row .form-control {
    padding-right: 95px;
}

#rtcl-post-form .rtcl-post-contact-details .otp-row .verify-btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 2px 2px 0;
    z-index: 9;
    height: 100%;
    border: none;
}

#rtcl-post-form .rtcl-post-contact-details .verified-phone {
    display: inline-block;
    padding: 7px 10px;
    line-height: 1;
    outline: 0;
    border-radius: 2px;
    border: none;
    background-color: #17a2b8;
    color: #fff;
}

#rtcl-post-form .rtcl-post-contact-details .rtcl-phone-collapse {
    top: 15px;
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid black;
    display: none;
}

#rtcl-post-form .rtcl-post-contact-details .phone-row .control-label {
    display: block;
}

#rtcl-post-form .rtcl-post-contact-details .phone-row.collapsed-otp .phone-label {
    cursor: pointer;
    position: relative;
    z-index: 5;
}

#rtcl-post-form .rtcl-post-contact-details .rtcl-phone-collapse {
    top: 12px;
    position: absolute;
    left: -20px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid black;
    cursor: pointer;
    display: none;
}

#rtcl-post-form .rtcl-post-contact-details .verified-phone-wrap .rtcl-change-verified-number {
    cursor: pointer;
    margin-left: 10px;
    background-color: var(--rtcl-primary-color);
    display: inline-block;
    line-height: 1;
    padding: 7px 5px;
    border-radius: 2px;
}

#rtcl-post-form .rtcl-post-contact-details .verified-phone-wrap .rtcl-change-verified-number i {
    color: #FFFFFF;
}

#rtcl-post-form .rtcl-post-contact-details .verified-phone-wrap + .phone-row {
    margin-top: 10px;
    display: none;
}

#rtcl-post-form .rtcl-post-contact-details .verified-phone-wrap + .rtcl-phone-desc + .phone-row {
    margin-top: 10px;
    display: none;
}

#rtcl-post-form .rtcl-post-contact-details .verified-phone-wrap + .rtcl-phone-desc + .phone-row + .rtcl-phone-desc {
    display: none;
}

#rtcl-post-form .rtcl-post-contact-details .phone-row .selected-country-flag {
    top: 3px;
}

/*----- Flag -----*/
#rtcl-post-form #rtcl-verified-phone.verification-form-control,
#rtcl-post-form #rtcl-phone.verification-form-control,
.rtcl-EditAccountForm .phone-row #rtcl-phone,
.rtcl-EditAccountForm .phone-row #rtcl-verified-phone.verification-form-control,
#rtcl-reg-phone {
    padding-left: 40px;
}

.phone-row .selected-country-flag {
    position: absolute;
    left: 0;
    top: 38px;
    margin: 1px;
    padding: 8px 16px 6px 7px;
    cursor: pointer;
}

.rtcl-EditAccountForm .phone-row .selected-country-flag {
    top: 6px;
}

.phone-row .selected-country-flag .arrow-sign {
    top: 5px;
    position: relative;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid black;
}

.phone-row .selected-country-flag.verified .arrow-sign {
    display: none;
}

.phone-row .selected-country-flag > div {
    width: 16px;
    height: 16px;
    background: url(../images/flags-16.png) no-repeat;
}

.phone-row .selected-country-flag .flag-bd {
    background-position: 0 -640px;
}

.phone-row .selected-country-flag .flag-ae {
    background-position: 0 -368px;
}

.phone-row .selected-country-flag .flag-af {
    background-position: 0 -384px;
}

.phone-row .selected-country-flag .flag-al {
    background-position: 0 -432px;
}

.phone-row .selected-country-flag .flag-us {
    background-position: 0 -3664px;
}

.phone-row .selected-country-flag .flag-dz {
    background-position: 0 -1232px;
}

.phone-row .selected-country-flag .flag-as {
    background-position: 0 -528px;
}

.phone-row .selected-country-flag .flag-ad {
    background-position: 0 -352px;
}

.phone-row .selected-country-flag .flag-ao {
    background-position: 0 -480px;
}

.phone-row .selected-country-flag .flag-ai {
    background-position: 0 -416px;
}

.phone-row .selected-country-flag .flag-ag {
    background-position: 0 -400px;
}

.phone-row .selected-country-flag .flag-ar {
    background-position: 0 -512px;
}

.phone-row .selected-country-flag .flag-am {
    background-position: 0 -448px;
}

.phone-row .selected-country-flag .flag-aw {
    background-position: 0 -576px;
}

.phone-row .selected-country-flag .flag-au {
    background-position: 0 -560px;
}

.phone-row .selected-country-flag .flag-at {
    background-position: 0 -544px;
}

.phone-row .selected-country-flag .flag-az {
    background-position: 0 -592px;
}

.phone-row .selected-country-flag .flag-bs {
    background-position: 0 -816px;
}

.phone-row .selected-country-flag .flag-bh {
    background-position: 0 -704px;
}

.phone-row .selected-country-flag .flag-bi {
    background-position: 0 -720px;
}

.phone-row .selected-country-flag .flag-bj {
    background-position: 0 -736px;
}

.phone-row .selected-country-flag .flag-bm {
    background-position: 0 -752px;
}

.phone-row .selected-country-flag .flag-bn {
    background-position: 0 -768px;
}

.phone-row .selected-country-flag .flag-bo {
    background-position: 0 -784px;
}

.phone-row .selected-country-flag .flag-br {
    background-position: 0 -800px;
}

.phone-row .selected-country-flag .flag-bs {
    background-position: 0 -816px;
}

.phone-row .selected-country-flag .flag-bt {
    background-position: 0 -832px;
}

.phone-row .selected-country-flag .flag-bw {
    background-position: 0 -848px;
}

.phone-row .selected-country-flag .flag-by {
    background-position: 0 -864px;
}

.phone-row .selected-country-flag .flag-bz {
    background-position: 0 -880px;
}

.phone-row .selected-country-flag .flag-ca {
    background-position: 0 -896px;
}

.phone-row .selected-country-flag .flag-cg {
    background-position: 0 -912px;
}

.phone-row .selected-country-flag .flag-cf {
    background-position: 0 -928px;
}

.phone-row .selected-country-flag .flag-cd {
    background-position: 0 -944px;
}

.phone-row .selected-country-flag .flag-ch {
    background-position: 0 -960px;
}

.phone-row .selected-country-flag .flag-ci {
    background-position: 0 -976px;
}

.phone-row .selected-country-flag .flag-ck {
    background-position: 0 -992px;
}

.phone-row .selected-country-flag .flag-cl {
    background-position: 0 -1008px;
}

.phone-row .selected-country-flag .flag-cm {
    background-position: 0 -1024px;
}

.phone-row .selected-country-flag .flag-cn {
    background-position: 0 -1040px;
}

.phone-row .selected-country-flag .flag-co {
    background-position: 0 -1056px;
}

.phone-row .selected-country-flag .flag-cr {
    background-position: 0 -1072px;
}

.phone-row .selected-country-flag .flag-cu {
    background-position: 0 -1088px;
}

.phone-row .selected-country-flag .flag-cv {
    background-position: 0 -1104px;
}

.phone-row .selected-country-flag .flag-cy {
    background-position: 0 -1120px;
}

.phone-row .selected-country-flag .flag-cz {
    background-position: 0 -1136px;
}

.phone-row .selected-country-flag .flag-de {
    background-position: 0 -1152px;
}

.phone-row .selected-country-flag .flag-dj {
    background-position: 0 -1168px;
}

.phone-row .selected-country-flag .flag-dk {
    background-position: 0 -1184px;
}

.phone-row .selected-country-flag .flag-dm {
    background-position: 0 -1200px;
}

.phone-row .selected-country-flag .flag-do {
    background-position: 0 -1216px;
}

.phone-row .selected-country-flag .flag-dz {
    background-position: 0 -1232px;
}

.phone-row .selected-country-flag .flag-ec {
    background-position: 0 -1248px;
}

.phone-row .selected-country-flag .flag-ee {
    background-position: 0 -1264px;
}

.phone-row .selected-country-flag .flag-eg {
    background-position: 0 -1280px;
}

.phone-row .selected-country-flag .flag-eh {
    background-position: 0 -1296px;
}

.phone-row .selected-country-flag .flag-er {
    background-position: 0 -1312px;
}

.phone-row .selected-country-flag .flag-es {
    background-position: 0 -1328px;
}

.phone-row .selected-country-flag .flag-et {
    background-position: 0 -1344px;
}

.phone-row .selected-country-flag .flag-fi {
    background-position: 0 -1360px;
}

.phone-row .selected-country-flag .flag-fj {
    background-position: 0 -1376px;
}

.phone-row .selected-country-flag .flag-fm {
    background-position: 0 -1392px;
}

.phone-row .selected-country-flag .flag-fo {
    background-position: 0 -1408px;
}

.phone-row .selected-country-flag .flag-fr {
    background-position: 0 -1424px;
}

.phone-row .selected-country-flag .flag-ga {
    background-position: 0 -1440px;
}

.phone-row .selected-country-flag .flag-gb {
    background-position: 0 -1456px;
}

.phone-row .selected-country-flag .flag-gd {
    background-position: 0 -1472px;
}

.phone-row .selected-country-flag .flag-ge {
    background-position: 0 -1488px;
}

.phone-row .selected-country-flag .flag-gg {
    background-position: 0 -1504px;
}

.phone-row .selected-country-flag .flag-gh {
    background-position: 0 -1520px;
}

.phone-row .selected-country-flag .flag-gi {
    background-position: 0 -1536px;
}

.phone-row .selected-country-flag .flag-gl {
    background-position: 0 -1552px;
}

.phone-row .selected-country-flag .flag-gm {
    background-position: 0 -1568px;
}

.phone-row .selected-country-flag .flag-gn {
    background-position: 0 -1584px;
}

.phone-row .selected-country-flag .flag-gp {
    background-position: 0 -1600px;
}

.phone-row .selected-country-flag .flag-gq {
    background-position: 0 -1616px;
}

.phone-row .selected-country-flag .flag-gr {
    background-position: 0 -1632px;
}

.phone-row .selected-country-flag .flag-gt {
    background-position: 0 -1648px;
}

.phone-row .selected-country-flag .flag-gu {
    background-position: 0 -1664px;
}

.phone-row .selected-country-flag .flag-gw {
    background-position: 0 -1680px;
}

.phone-row .selected-country-flag .flag-gy {
    background-position: 0 -1696px;
}

.phone-row .selected-country-flag .flag-hk {
    background-position: 0 -1712px;
}

.phone-row .selected-country-flag .flag-hn {
    background-position: 0 -1728px;
}

.phone-row .selected-country-flag .flag-hr {
    background-position: 0 -1744px;
}

.phone-row .selected-country-flag .flag-ht {
    background-position: 0 -1760px;
}

.phone-row .selected-country-flag .flag-hu {
    background-position: 0 -1776px;
}

.phone-row .selected-country-flag .flag-id {
    background-position: 0 -1792px;
}

.phone-row .selected-country-flag .flag-mc {
    background-position: 0 -1792px;
}

.phone-row .selected-country-flag .flag-ie {
    background-position: 0 -1808px;
}

.phone-row .selected-country-flag .flag-il {
    background-position: 0 -1824px;
}

.phone-row .selected-country-flag .flag-im {
    background-position: 0 -1840px;
}

.phone-row .selected-country-flag .flag-in {
    background-position: 0 -1856px;
}

.phone-row .selected-country-flag .flag-iq {
    background-position: 0 -1872px;
}

.phone-row .selected-country-flag .flag-ir {
    background-position: 0 -1888px;
}

.phone-row .selected-country-flag .flag-is {
    background-position: 0 -1904px;
}

.phone-row .selected-country-flag .flag-it {
    background-position: 0 -1920px;
}

.phone-row .selected-country-flag .flag-je {
    background-position: 0 -1936px;
}

.phone-row .selected-country-flag .flag-jm {
    background-position: 0 -1952px;
}

.phone-row .selected-country-flag .flag-jo {
    background-position: 0 -1968px;
}

.phone-row .selected-country-flag .flag-jp {
    background-position: 0 -1984px;
}

.phone-row .selected-country-flag .flag-ke {
    background-position: 0 -2000px;
}

.phone-row .selected-country-flag .flag-kg {
    background-position: 0 -2016px;
}

.phone-row .selected-country-flag .flag-kh {
    background-position: 0 -2032px;
}

.phone-row .selected-country-flag .flag-ki {
    background-position: 0 -2048px;
}

.phone-row .selected-country-flag .flag-km {
    background-position: 0 -2064px;
}

.phone-row .selected-country-flag .flag-kn {
    background-position: 0 -2080px;
}

.phone-row .selected-country-flag .flag-kp {
    background-position: 0 -2096px;
}

.phone-row .selected-country-flag .flag-kr {
    background-position: 0 -2112px;
}

.phone-row .selected-country-flag .flag-kw {
    background-position: 0 -2128px;
}

.phone-row .selected-country-flag .flag-ky {
    background-position: 0 -2144px;
}

.phone-row .selected-country-flag .flag-kz {
    background-position: 0 -2160px;
}

.phone-row .selected-country-flag .flag-la {
    background-position: 0 -2176px;
}

.phone-row .selected-country-flag .flag-lb {
    background-position: 0 -2192px;
}

.phone-row .selected-country-flag .flag-lc {
    background-position: 0 -2208px;
}

.phone-row .selected-country-flag .flag-li {
    background-position: 0 -2224px;
}

.phone-row .selected-country-flag .flag-lk {
    background-position: 0 -2240px;
}

.phone-row .selected-country-flag .flag-lr {
    background-position: 0 -2256px;
}

.phone-row .selected-country-flag .flag-ls {
    background-position: 0 -2272px;
}

.phone-row .selected-country-flag .flag-lt {
    background-position: 0 -2288px;
}

.phone-row .selected-country-flag .flag-lu {
    background-position: 0 -2304px;
}

.phone-row .selected-country-flag .flag-lv {
    background-position: 0 -2320px;
}

.phone-row .selected-country-flag .flag-ly {
    background-position: 0 -2336px;
}

.phone-row .selected-country-flag .flag-ma {
    background-position: 0 -2352px;
}

.phone-row .selected-country-flag .flag-md {
    background-position: 0 -2368px;
}

.phone-row .selected-country-flag .flag-me {
    background-position: 0 -2384px;
}

.phone-row .selected-country-flag .flag-mg {
    background-position: 0 -2400px;
}

.phone-row .selected-country-flag .flag-mh {
    background-position: 0 -2416px;
}

.phone-row .selected-country-flag .flag-mk {
    background-position: 0 -2432px;
}

.phone-row .selected-country-flag .flag-ml {
    background-position: 0 -2448px;
}

.phone-row .selected-country-flag .flag-mm {
    background-position: 0 -2464px;
}

.phone-row .selected-country-flag .flag-mn {
    background-position: 0 -2480px;
}

.phone-row .selected-country-flag .flag-mo {
    background-position: 0 -2496px;
}

.phone-row .selected-country-flag .flag-mq {
    background-position: 0 -2512px;
}

.phone-row .selected-country-flag .flag-mr {
    background-position: 0 -2528px;
}

.phone-row .selected-country-flag .flag-ms {
    background-position: 0 -2544px;
}

.phone-row .selected-country-flag .flag-mt {
    background-position: 0 -2560px;
}

.phone-row .selected-country-flag .flag-mu {
    background-position: 0 -2576px;
}

.phone-row .selected-country-flag .flag-mv {
    background-position: 0 -2592px;
}

.phone-row .selected-country-flag .flag-mw {
    background-position: 0 -2608px;
}

.phone-row .selected-country-flag .flag-mx {
    background-position: 0 -2624px;
}

.phone-row .selected-country-flag .flag-my {
    background-position: 0 -2640px;
}

.phone-row .selected-country-flag .flag-mz {
    background-position: 0 -2656px;
}

.phone-row .selected-country-flag .flag-na {
    background-position: 0 -2672px;
}

.phone-row .selected-country-flag .flag-nc {
    background-position: 0 -2688px;
}

.phone-row .selected-country-flag .flag-ne {
    background-position: 0 -2704px;
}

.phone-row .selected-country-flag .flag-ng {
    background-position: 0 -2720px;
}

.phone-row .selected-country-flag .flag-ni {
    background-position: 0 -2736px;
}

.phone-row .selected-country-flag .flag-nl {
    background-position: 0 -2752px;
}

.phone-row .selected-country-flag .flag-no {
    background-position: 0 -2768px;
}

.phone-row .selected-country-flag .flag-np {
    background-position: 0 -2784px;
}

.phone-row .selected-country-flag .flag-nr {
    background-position: 0 -2800px;
}

.phone-row .selected-country-flag .flag-nz {
    background-position: 0 -2816px;
}

.phone-row .selected-country-flag .flag-om {
    background-position: 0 -2832px;
}

.phone-row .selected-country-flag .flag-pa {
    background-position: 0 -2848px;
}

.phone-row .selected-country-flag .flag-pe {
    background-position: 0 -2864px;
}

.phone-row .selected-country-flag .flag-pf {
    background-position: 0 -2880px;
}

.phone-row .selected-country-flag .flag-pg {
    background-position: 0 -2896px;
}

.phone-row .selected-country-flag .flag-ph {
    background-position: 0 -2912px;
}

.phone-row .selected-country-flag .flag-pk {
    background-position: 0 -2928px;
}

.phone-row .selected-country-flag .flag-pl {
    background-position: 0 -2944px;
}

.phone-row .selected-country-flag .flag-pr {
    background-position: 0 -2960px;
}

.phone-row .selected-country-flag .flag-ps {
    background-position: 0 -2976px;
}

.phone-row .selected-country-flag .flag-pt {
    background-position: 0 -2992px;
}

.phone-row .selected-country-flag .flag-pw {
    background-position: 0 -3008px;
}

.phone-row .selected-country-flag .flag-py {
    background-position: 0 -3024px;
}

.phone-row .selected-country-flag .flag-qa {
    background-position: 0 -3040px;
}

.phone-row .selected-country-flag .flag-re {
    background-position: 0 -3056px;
}

.phone-row .selected-country-flag .flag-ro {
    background-position: 0 -3072px;
}

.phone-row .selected-country-flag .flag-rs {
    background-position: 0 -3088px;
}

.phone-row .selected-country-flag .flag-ru {
    background-position: 0 -3104px;
}

.phone-row .selected-country-flag .flag-rw {
    background-position: 0 -3120px;
}

.phone-row .selected-country-flag .flag-sa {
    background-position: 0 -3136px;
}

.phone-row .selected-country-flag .flag-sb {
    background-position: 0 -3152px;
}

.phone-row .selected-country-flag .flag-sc {
    background-position: 0 -3168px;
}

.phone-row .selected-country-flag .flag-sd {
    background-position: 0 -3184px;
}

.phone-row .selected-country-flag .flag-se {
    background-position: 0 -3200px;
}

.phone-row .selected-country-flag .flag-sg {
    background-position: 0 -3216px;
}

.phone-row .selected-country-flag .flag-si {
    background-position: 0 -3232px;
}

.phone-row .selected-country-flag .flag-sk {
    background-position: 0 -3248px;
}

.phone-row .selected-country-flag .flag-sl {
    background-position: 0 -3264px;
}

.phone-row .selected-country-flag .flag-sm {
    background-position: 0 -3280px;
}

.phone-row .selected-country-flag .flag-sn {
    background-position: 0 -3296px;
}

.phone-row .selected-country-flag .flag-so {
    background-position: 0 -3312px;
}

.phone-row .selected-country-flag .flag-sr {
    background-position: 0 -3328px;
}

.phone-row .selected-country-flag .flag-st {
    background-position: 0 -3344px;
}

.phone-row .selected-country-flag .flag-sv {
    background-position: 0 -3360px;
}

.phone-row .selected-country-flag .flag-sy {
    background-position: 0 -3376px;
}

.phone-row .selected-country-flag .flag-sz {
    background-position: 0 -3392px;
}

.phone-row .selected-country-flag .flag-tc {
    background-position: 0 -3408px;
}

.phone-row .selected-country-flag .flag-td {
    background-position: 0 -3424px;
}

.phone-row .selected-country-flag .flag-tg {
    background-position: 0 -3440px;
}

.phone-row .selected-country-flag .flag-th {
    background-position: 0 -3456px;
}

.phone-row .selected-country-flag .flag-tj {
    background-position: 0 -3472px;
}

.phone-row .selected-country-flag .flag-tl {
    background-position: 0 -3488px;
}

.phone-row .selected-country-flag .flag-tm {
    background-position: 0 -3504px;
}

.phone-row .selected-country-flag .flag-tn {
    background-position: 0 -3520px;
}

.phone-row .selected-country-flag .flag-to {
    background-position: 0 -3536px;
}

.phone-row .selected-country-flag .flag-tr {
    background-position: 0 -3552px;
}

.phone-row .selected-country-flag .flag-tt {
    background-position: 0 -3568px;
}

.phone-row .selected-country-flag .flag-tv {
    background-position: 0 -3584px;
}

.phone-row .selected-country-flag .flag-tw {
    background-position: 0 -3600px;
}

.phone-row .selected-country-flag .flag-tz {
    background-position: 0 -3616px;
}

.phone-row .selected-country-flag .flag-ua {
    background-position: 0 -3632px;
}

.phone-row .selected-country-flag .flag-ug {
    background-position: 0 -3648px;
}

.phone-row .selected-country-flag .flag-us {
    background-position: 0 -3664px;
}

.phone-row .selected-country-flag .flag-uy {
    background-position: 0 -3680px;
}

.phone-row .selected-country-flag .flag-uz {
    background-position: 0 -3696px;
}

.phone-row .selected-country-flag .flag-va {
    background-position: 0 -3712px;
}

.phone-row .selected-country-flag .flag-vc {
    background-position: 0 -3728px;
}

.phone-row .selected-country-flag .flag-ve {
    background-position: 0 -3744px;
}

.phone-row .selected-country-flag .flag-vg {
    background-position: 0 -3760px;
}

.phone-row .selected-country-flag .flag-vi {
    background-position: 0 -3776px;
}

.phone-row .selected-country-flag .flag-vn {
    background-position: 0 -3792px;
}

.phone-row .selected-country-flag .flag-vu {
    background-position: 0 -3808px;
}

.phone-row .selected-country-flag .flag-ws {
    background-position: 0 -3824px;
}

.phone-row .selected-country-flag .flag-ye {
    background-position: 0 -3840px;
}

.phone-row .selected-country-flag .flag-za {
    background-position: 0 -3856px;
}

.phone-row .selected-country-flag .flag-zm {
    background-position: 0 -3872px;
}

.phone-row .selected-country-flag .flag-zw {
    background-position: 0 -3888px;
}