a[data-v-b8d58152] {
    text-decoration: none;
    color: #fff !important;
}
.bootoast {
    display: flex !important;
}
@media only screen and (max-width: 500px) {
    .user_menu[data-v-63676021] {
        display: none;
    }
}
.main[data-v-4d4f04d1] {
    background: #dbdbdb !important;
}
.react-code-input-container[data-v-807bbeda] {
    position: relative;
}
.react-code-input > input[data-v-807bbeda] {
    border: 1px solid #a8adb7;
    border-right: none;
    font-family: Lato;
    font-size: 20px;
    color: #525461;
    text-align: center;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: initial;
}
.react-code-input > input[data-v-807bbeda]:last-child {
    border-right: 1px solid #a8adb7;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.react-code-input > input[data-v-807bbeda]:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.react-code-input > input[data-v-807bbeda]:focus {
    outline: none;
    border: 1px solid #006fff;
    caret-color: #006fff;
}
.react-code-input > input:focus + input[data-v-807bbeda] {
    border-left: none;
}
.loading[data-v-807bbeda] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.blur[data-v-807bbeda] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.5;
    filter: blur(0.5px);
    transition: opacity 0.3s;
}
.title[data-v-807bbeda] {
    margin: 0;
    height: 20px;
    padding-bottom: 10px;
}
.spin[data-v-807bbeda] {
    display: inline-block;
    -webkit-animation: loadingCircle-data-v-807bbeda 1s linear infinite;
    animation: loadingCircle-data-v-807bbeda 1s linear infinite;
}
@-webkit-keyframes loadingCircle-data-v-807bbeda {
    to {
        transform: rotate(1turn);
    }
}
@keyframes loadingCircle-data-v-807bbeda {
    to {
        transform: rotate(1turn);
    }
}
#confirmPassword #login-container {
    padding: 0;
}
#confirmPassword .bg {
    top: 0;
    left: 0;
    position: fixed;
    width: 400px;
    background-image: url(../images/login-bg.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: flex;
}
@media (min-width: 1447px) {
    #confirmPassword .bg {
        width: 600px;
    }
}
@media (max-width: 1024px) {
    #confirmPassword .bg {
        width: 325px;
    }
}
@media (max-width: 768px) {
    #confirmPassword .bg {
        width: 250px;
    }
}
@media (max-width: 500px) {
    #confirmPassword .column-left {
        display: none;
    }
    #confirmPassword .right-side {
        padding: 0 20px;
    }
}
#confirmPassword .right-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    height: 95vh;
}
#confirmPassword .code-box {
    margin-top: 50px;
    margin-bottom: 50px;
}
#confirmPassword .confirm-code {
    display: block;
    width: 100% !important;
    text-align: center;
}
#confirmPassword .confirm-code input:nth-child(3) {
    margin-right: 26px;
    border-right: 1px solid #a8adb7;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
#confirmPassword .confirm-code input:nth-child(4) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#confirmPassword .confirm-code.errors input {
    border-color: #c31212 !important;
}
#confirmPassword .error-text.verify {
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: block;
    background: #c31212;
    margin: 20px 10px;
}
@media (max-width: 500px) {
    #confirmPassword .confirm-code input {
        width: 40px !important;
        height: 40px !important;
    }
}
@media (max-width: 375px) {
    #confirmPassword .confirm-code input {
        width: 32px !important;
        height: 40px !important;
    }
}
#confirmPassword .submit_button {
    color: #fff !important;
    background: #0274ac !important;
}
#resetPassword #login-container {
    padding: 0;
}
#resetPassword .bg {
    top: 0;
    left: 0;
    position: fixed;
    width: 400px;
    background-image: url(../images/login-bg.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: flex;
}
@media (min-width: 1447px) {
    #resetPassword .bg {
        width: 600px;
    }
}
@media (max-width: 1024px) {
    #resetPassword .bg {
        width: 325px;
    }
}
@media (max-width: 768px) {
    #resetPassword .bg {
        width: 250px;
    }
}
@media (max-width: 500px) {
    #resetPassword .column-left {
        display: none;
    }
    #resetPassword .right-side {
        padding: 0 20px;
    }
}
#resetPassword .right-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    height: 95vh;
}
#resetPassword .submit_button {
    color: #fff !important;
    background: #0274ac !important;
}
#signup #login-container {
    padding: 0;
}
#signup .bg {
    top: 0;
    left: 0;
    position: fixed;
    width: 400px;
    background-image: url(../images/login-bg.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: flex;
}
#signup .right-side {
    margin-top: 30px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
#signup .title {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #0274ac;
    margin-bottom: 10px;
}
#signup .sub-title {
    text-align: center;
    font-size: 18px;
    color: #adadad;
    margin-bottom: 20px;
}
#signup .choose-type {
    margin: 20px 0;
}
#signup .box_container {
    display: flex;
    justify-content: space-between;
}
#signup .user-box {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-width: 3px;
    border-style: solid;
}
@media (min-width: 1447px) {
    #signup .bg {
        width: 600px;
    }
}
@media (max-width: 1024px) {
    #signup .bg {
        width: 325px;
    }
}
@media (max-width: 768px) {
    #signup .bg {
        width: 250px;
    }
    #signup .right-side {
        padding: 0 20px;
    }
}
@media (max-width: 500px) {
    #signup .column-left {
        display: none;
    }
    #signup .right-side {
        padding: 0 20px;
    }
}
#signup .user-box.active {
    border-color: #0274ac !important;
}
#signup .user-box .user-box-img {
    max-width: 100px;
    margin: 13px;
}
#signup .remember-checkbox {
    margin: 0;
}
#signup .submit_button {
    color: #fff !important;
    background: #0274ac !important;
}
#signup .forgot-link {
    text-align: center;
    display: block;
    margin-top: 15px;
}
#signupSec .user-box {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-width: 3px;
    border-style: solid;
}
.p-3 {
    padding: 15px;
}
.pb-2 {
    padding-bottom: 5px;
}
.p-2 {
    padding: 10px;
}
.py-2 {
    padding: 10px 0;
}
.px-3 {
    padding: 0 15px;
}
.w-60 {
    width: 60%;
}
.w-20 {
    width: 20%;
}
.text-red {
    color: red;
    font-weight: 500;
}
/* .text-light {
    font-weight: 700;
    font-size: 15px;
    text-align: right;
    color: #b4b4b4;
} */
.text-gray,
.text-light {
    font-family: Work Sans;
    font-style: normal;
    line-height: 14px;
}
.text-gray {
    font-weight: 600;
    font-size: 18px;
    color: #4d91bc;
}
#signupSec .v-input {
    margin-top: 5px;
}
#signupSec .submit_button {
    color: #fff !important;
    background: #0274ac !important;
}
#signupSec .create_buttons {
    display: flex;
    justify-content: space-evenly;
}
#signupSec .create_buttons .v-btn {
    padding: 0 5rem;
}
@media (max-width: 500px) {
    #signupSec .create_buttons .v-btn {
        padding: 0 2.3rem;
    }
}
#login #login-container {
    padding: 0;
}
#login .bg {
    top: 0;
    left: 0;
    position: fixed;
    width: 400px;
    background-image: url(../images/login-bg.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
}
#login .bg,
#login .right-side {
    justify-content: center;
    display: flex;
}
#login .right-side {
    flex-direction: column;
    margin-top: 30px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
#login .title {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #0274ac;
    margin-bottom: 10px;
}
#login .sub-title {
    text-align: center;
    font-size: 18px;
    color: #adadad;
    margin-bottom: 20px;
}
#login .choose-type {
    margin: 20px 0;
}
#login .box_container {
    display: flex;
    justify-content: space-between;
}
#login .user-box {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-width: 3px;
    border-style: solid;
}
@media (min-width: 1447px) {
    #login .bg {
        width: 600px;
    }
}
@media (max-width: 1024px) {
    #login .bg {
        width: 325px;
    }
}
@media (max-width: 768px) {
    #login .bg {
        width: 250px;
    }
}
@media (max-width: 500px) {
    #login .column-left {
        display: none;
    }
    #login .right-side {
        padding: 0 20px;
    }
}
#login .user-box.active {
    border-color: #0274ac !important;
}
#login .user-box .user-box-img {
    max-width: 100px;
    margin: 13px;
}
#login .remember-checkbox {
    margin: 0;
}
#login .submit_button {
    color: #fff !important;
    background: #0274ac !important;
}
#login .forgot-link {
    text-align: center;
    display: block;
    margin-top: 15px;
}
#login .v-input[data-v-3901ea55] {
    margin-top: 5px;
}
.v-card[data-v-5606a6ea] {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px !important;
}
.avatar[data-v-5606a6ea] {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%);
}
.user-menu[data-v-5606a6ea] {
    height: 40px;
}
.rec_box[data-v-c8f2bb1c] {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1) !important;
}
.rec_avatar[data-v-c8f2bb1c] {
    position: relative;
    min-height: 159px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.avatar[data-v-c8f2bb1c] {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    width: 160px;
    left: 50%;
    transform: translateX(-53%);
}
.user-pic[data-v-c8f2bb1c] {
    width: 100px !important;
    height: 97px !important;
    margin-left: -10px;
    margin-top: 21px;
}
.rec_header[data-v-c8f2bb1c] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.title_content[data-v-c8f2bb1c] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-c8f2bb1c] {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #47b9b3;
}
.title_content .country[data-v-c8f2bb1c],
.title_content .level[data-v-c8f2bb1c],
.title_content .per_hour[data-v-c8f2bb1c] {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}
.title_content .per_hour[data-v-c8f2bb1c] {
    font-weight: 700;
}
.title_content .fav[data-v-c8f2bb1c] {
    position: absolute;
    top: 0;
    right: 0;
}
.swiper-slide[data-v-c8f2bb1c] {
    margin-bottom: 10px;
}
.rec_box .content[data-v-c8f2bb1c] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.filter_box[data-v-3c8701f6] {
    border-radius: 10px !important;
}
.rec_box[data-v-50e2a07a] {
    width: 100%;
    box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.10980392156862745) !important;
    margin-top: 5px;
}
.rec_header[data-v-50e2a07a] {
    display: flex;
    align-items: flex-start;
    padding: 10px;
}
.profile-avatar[data-v-50e2a07a] {
    cursor: pointer;
}
.title_content[data-v-50e2a07a] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-50e2a07a] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}
.title_content .country[data-v-50e2a07a],
.title_content .level[data-v-50e2a07a] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.title_content .country[data-v-50e2a07a],
.title_content .level[data-v-50e2a07a],
.title_content .per_hour[data-v-50e2a07a] {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.title_content .per_hour[data-v-50e2a07a] {
    font-weight: 700;
}
.title_content .fav[data-v-50e2a07a] {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.title_content .price[data-v-50e2a07a] {
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 700;
    color: #000;
    font-size: 20px;
}
.rec_box .content[data-v-50e2a07a] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
@media only screen and (max-width: 564px) {
    .rec_header[data-v-50e2a07a] {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .rec_header .title_content[data-v-50e2a07a] {
        margin-top: 30px;
    }
}
.rec_box[data-v-518f2838] {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1) !important;
    min-width: 220px;
}
.rec_header[data-v-518f2838] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.title_content[data-v-518f2838] {
    margin-left: 10px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-518f2838] {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #47b9b3;
}
.title_content .country[data-v-518f2838],
.title_content .level[data-v-518f2838],
.title_content .per_hour[data-v-518f2838] {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}
.title_content .per_hour[data-v-518f2838] {
    font-weight: 700;
}
.title_content .fav[data-v-518f2838] {
    position: absolute;
    top: 0;
    right: 0;
}
.swiper-slide[data-v-518f2838] {
    margin-bottom: 10px;
}
.rec_box .content[data-v-518f2838] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.card-bg-search[data-v-58c6c448] {
    min-height: 435px;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
}
.card-bg[data-v-58c6c448] {
    max-height: 800px;
    min-height: 435px;
    width: 100%;
    background-image: url(../images/search-bg.493c5fb0.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}
@media (max-width: 1024px) {
    .card-bg[data-v-58c6c448] {
        min-height: 460px;
    }
}
.search-bar[data-v-58c6c448] {
    border-radius: 99px;
    padding: 2px 1px 16px 8px;
    background: #fff;
    box-shadow: -1px 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 1024px) {
    .container[data-v-58c6c448] {
        max-width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    .card-bg[data-v-58c6c448] {
        height: auto;
        background: #fff;
    }
    .search-bar[data-v-58c6c448] {
        border-radius: 5px;
        padding: 2px 1px 16px 8px;
        background: #fff;
        box-shadow: -1px 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }
}
@media only screen and (max-width: 425px) {
    .card-bg[data-v-58c6c448] {
        height: auto;
        background: #fff;
    }
    .search-bar[data-v-58c6c448] {
        border-radius: 5px;
        padding: 2px 1px 16px 8px;
        background: #fff;
        box-shadow: -1px 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }
}
.formlabel[data-v-58c6c448] {
    font-size: 15px;
    font-weight: 500;
    font-family: Work Sans;
    font-style: normal;
    margin-left: 15px;
    margin-bottom: 10px;
}
.search-form .v-label[data-v-58c6c448] {
    font-size: 12px;
    border-radius: 85px;
}
.search-form > .v-input__control > .v-input__slot[data-v-58c6c448] {
    box-shadow: 0 0 0 0 #fff !important;
}
.search-btn[data-v-58c6c448] {
    border-radius: 28px !important;
    background: linear-gradient(110.73deg, #aed73b 7.4%, #63992e 44.75%, #115f0d 94.85%) !important;
}
.search_meta[data-v-58c6c448] {
    font-size: 14px;
    line-height: 14px;
}
.search_meta span[data-v-58c6c448] {
    position: relative;
    margin-right: 15px;
}
.search_meta span[data-v-58c6c448]:not(:last-child):before {
    content: ".";
    font-size: 21px;
    position: absolute;
    right: -10px;
    top: -3px;
}
h3[data-v-dc3940ea] {
    font-size: 14px;
}
.doc_badge .v-badge__wrapper .v-badge__badge[data-v-dc3940ea] {
    height: 18px !important;
    min-width: 13px !important;
}
.doc_btn[data-v-dc3940ea] {
    font-size: 12px;
}
.files[data-v-dc3940ea] {
    color: rgba(0, 0, 0, 0.5411764705882353);
    text-overflow: ellipsis;
    overflow: hidden;
    width: 91%;
    white-space: nowrap;
    font-size: 14px;
}
.trash[data-v-dc3940ea] {
    border: 1px solid rgba(0, 0, 0, 0.5411764705882353);
    border-radius: 50%;
    padding: 2px;
}
.trash[data-v-dc3940ea]:hover {
    border: 1px solid #e80f0f !important;
    color: #e80f0f !important;
}
.sub-label[data-v-dc3940ea] {
    color: rgba(0, 0, 0, 0.5411764705882353);
}
.v-btn--contained[data-v-dc3940ea] {
    background: #14a60e !important;
    border-radius: 5px !important;
    color: #fff !important;
}
p[data-v-dc3940ea] {
    color: #404040 !important;
    font-size: 15px;
}
.doc_badge .v-badge__wrapper .v-badge__badge {
    height: 19px !important;
    min-width: 19px !important;
}
p[data-v-4e0d09d5] {
    color: #fff !important;
    font-weight: 400;
}
@media only screen and (min-width: 769px) {
    .mobile[data-v-4e0d09d5] {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .desktop[data-v-4e0d09d5] {
        display: none;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 960px) {
    .container[data-v-f12051f2] {
        width: 100% !important;
        max-width: 100% !important;
    }
}
.m-3[data-v-f12051f2] {
    margin: 10px;
}
.needHelpPanel[data-v-f12051f2] {
    background: #47b9b3 !important;
    color: #fff !important;
}
.needHelpPanel .v-icon[data-v-f12051f2] {
    color: #fff !important;
}
.needHelpPanel .v-expansion-panel[data-v-f12051f2]:not(:first-child):after {
    border-color: #fff !important;
}
.user-pic[data-v-2382df6a] {
    border-radius: 50% !important;
}
.rec_header[data-v-2382df6a] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.title_content[data-v-2382df6a] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-2382df6a] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.title_content .country[data-v-2382df6a] {
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.message_header label[data-v-2382df6a] {
    font-size: 18px;
}
.message_header p span.m_price[data-v-2382df6a] {
    font-size: 18px;
    font-weight: 700;
}
.formlabel[data-v-2382df6a] {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    margin-left: 15px;
    margin-bottom: 10px;
}
.user-pic[data-v-51a02946] {
    border-radius: 50% !important;
}
.rec_header[data-v-51a02946] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.title_content[data-v-51a02946] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-51a02946] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.title_content .country[data-v-51a02946] {
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.message_header label[data-v-51a02946] {
    font-size: 18px;
}
.message_header p span.m_price[data-v-51a02946] {
    font-size: 18px;
    font-weight: 700;
}
.formlabel[data-v-51a02946] {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    margin-left: 15px;
    margin-bottom: 10px;
}
.user-pic[data-v-92a02ee8] {
    border-radius: 50% !important;
}
.rec_header[data-v-92a02ee8] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.title_content[data-v-92a02ee8] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-92a02ee8] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.title_content .country[data-v-92a02ee8] {
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.message_header label[data-v-92a02ee8] {
    font-size: 18px;
}
.message_header p span.m_price[data-v-92a02ee8] {
    font-size: 18px;
    font-weight: 700;
}
.formlabel[data-v-92a02ee8] {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    margin-left: 15px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 475px) {
    .col[data-v-92a02ee8] {
        padding-left: 10px !important;
    }
}
.visa_header.lighten-3[data-v-32fed818] {
    border: 1px solid !important;
    border-color: rgba(56, 55, 55, 0.3215686274509804) !important;
}
.visa_header p[data-v-32fed818] {
    margin: 0;
}
.visa_content[data-v-32fed818] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.contact-time[data-v-32fed818] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.title_content[data-v-32fed818] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-32fed818] {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
}
.title_content .country[data-v-32fed818] {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}
.visa_content .buttons[data-v-32fed818] {
    flex: 0 0 25%;
    max-width: 25%;
}
.visa_header .price_mobile[data-v-32fed818] {
    display: none;
}
@media only screen and (min-width: 1264px) {
    .visa_content .buttons[data-v-32fed818] {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media only screen and (max-width: 1300px) and (min-width: 960px) {
    .visa_header .price_desktop[data-v-32fed818] {
        display: none;
    }
    .visa_header .price_mobile[data-v-32fed818] {
        display: block;
    }
    .contact-time[data-v-32fed818] {
        text-align: center;
        margin-bottom: 10px;
    }
    .visa_content[data-v-32fed818] {
        flex-direction: column;
    }
    .visa_content .buttons[data-v-32fed818] {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        text-align: center;
    }
    .visa_content .title_content[data-v-32fed818] {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 714px) {
    .visa_header .price_desktop[data-v-32fed818] {
        display: none;
    }
    .visa_header .price_mobile[data-v-32fed818] {
        display: block;
    }
    .contact-time[data-v-32fed818] {
        text-align: center;
        margin-bottom: 10px;
    }
    .visa_content[data-v-32fed818] {
        flex-direction: column;
    }
    .visa_content .buttons[data-v-32fed818] {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        text-align: center;
    }
    .visa_content .title_content[data-v-32fed818] {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 475px) {
    .visa_header .box[data-v-32fed818] {
        flex-direction: column;
        padding: 0 10px;
    }
    .title_content .name[data-v-32fed818] {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
    }
    .title_content .country[data-v-32fed818] {
        font-size: 14px;
    }
}
.search-btn[data-v-6b1a2843] {
    border-radius: 28px !important;
    background: linear-gradient(110.73deg, #aed73b 7.4%, #63992e 44.75%, #115f0d 94.85%) !important;
}
.rec_box[data-v-4ef18f2f] {
    width: 100%;
    box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.10980392156862745) !important;
    margin-top: 10px;
}
.rec_header[data-v-4ef18f2f] {
    display: flex;
    align-items: flex-start;
    padding: 10px;
}
.profile-avatar[data-v-4ef18f2f] {
    cursor: pointer;
}
.title_content[data-v-4ef18f2f] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-4ef18f2f] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}
.title_content .country[data-v-4ef18f2f],
.title_content .level[data-v-4ef18f2f] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.title_content .country[data-v-4ef18f2f],
.title_content .level[data-v-4ef18f2f],
.title_content .per_hour[data-v-4ef18f2f] {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.title_content .per_hour[data-v-4ef18f2f] {
    font-weight: 700;
}
.title_content .fav[data-v-4ef18f2f] {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.title_content .price[data-v-4ef18f2f] {
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 700;
    color: #000;
    font-size: 20px;
}
.rec_box .content[data-v-4ef18f2f] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
@media only screen and (max-width: 564px) {
    .rec_header[data-v-4ef18f2f] {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .rec_header .title_content[data-v-4ef18f2f] {
        margin-top: 30px;
    }
}
.m-3[data-v-66fbc74a] {
    margin: 10px;
}
.needHelpPanel[data-v-66fbc74a] {
    background: #47b9b3 !important;
    color: #fff !important;
}
.needHelpPanel .v-icon[data-v-66fbc74a] {
    color: #fff !important;
}
.needHelpPanel .v-expansion-panel[data-v-66fbc74a]:not(:first-child):after {
    border-color: #fff !important;
}
.user-pic[data-v-2e1cf9d8] {
    border-radius: 50% !important;
}
.rec_header[data-v-2e1cf9d8] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.title_content[data-v-2e1cf9d8] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-2e1cf9d8] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.title_content .country[data-v-2e1cf9d8] {
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.message_header label[data-v-2e1cf9d8] {
    font-size: 18px;
}
.message_header p span.m_price[data-v-2e1cf9d8] {
    font-size: 18px;
    font-weight: 700;
}
.formlabel[data-v-2e1cf9d8] {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    margin-left: 15px;
    margin-bottom: 10px;
}
.user-pic[data-v-74fd8368] {
    border-radius: 50% !important;
}
.rec_header[data-v-74fd8368] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.title_content[data-v-74fd8368] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-74fd8368] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.title_content .country[data-v-74fd8368] {
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.message_header label[data-v-74fd8368] {
    font-size: 18px;
}
.message_header p span.m_price[data-v-74fd8368] {
    font-size: 18px;
    font-weight: 700;
}
.formlabel[data-v-74fd8368] {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    margin-left: 15px;
    margin-bottom: 10px;
}
.v-card__text[data-v-45a1885e] {
    color: #000 !important;
    padding-left: 36px;
}
.profile-avatar[data-v-45a1885e] {
    margin-top: -80px;
    border: 5px solid #fff;
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.30196078431372547);
}
.profile-header[data-v-45a1885e] {
    display: flex;
    margin-top: 20px;
}
.items[data-v-45a1885e] {
    margin-right: 10px;
}
@media only screen and (max-width: 500px) {
    .profile-header[data-v-45a1885e] {
        flex-direction: column;
    }
    .items[data-v-45a1885e] {
        margin-bottom: 7px;
    }
}
.email[data-v-45a1885e],
.phone[data-v-45a1885e] {
    display: flex;
}
.email p[data-v-45a1885e],
.phone p[data-v-45a1885e] {
    margin: 0;
    font-size: 12px;
}
.country_interest[data-v-45a1885e] {
    margin-top: 30px;
}
.country_interest h1[data-v-45a1885e] {
    font-size: 1.6rem;
}
.subhead .number[data-v-45a1885e] {
    font-size: 49px;
    font-weight: 500;
}
.subhead .text[data-v-45a1885e] {
    font-size: 25px;
    margin: -9px 9px 0 7px;
}
.subhead p[data-v-45a1885e] {
    color: #3d8dbf !important;
}
.subhead span[data-v-45a1885e] {
    color: #848484;
    margin: -9px 0;
}
.item_list[data-v-45a1885e] {
    margin: 10px 0;
    padding-left: 3.8rem;
}
.item_list h3[data-v-45a1885e] {
    font-size: 20px;
    margin: 16px 0 10px;
}
.item_list.review h3[data-v-45a1885e] {
    font-size: 16px;
    margin: 16px 0 5px;
}
.item_list.review h3 span[data-v-45a1885e] {
    position: relative;
    margin-left: 5px;
    padding-left: 13px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000;
}
.item_list.review span[data-v-45a1885e]:before {
    content: ".";
    position: absolute;
    font-size: 22px;
    left: 5px;
    transform: translateY(-39%);
    top: 0;
}
.item_list h3 span[data-v-45a1885e] {
    font-size: 13px;
    color: #848484;
}
.item_list.documents h3[data-v-45a1885e] {
    margin: 16px 0 5px;
}
.tran_title[data-v-45a1885e] {
    font-size: 20px;
    margin-bottom: 7px;
}
#confirmPassword .confirm-code[data-v-4fd674b4] {
    display: block;
    width: 100% !important;
    text-align: center;
}
#confirmPassword .confirm-code input[data-v-4fd674b4]:nth-child(3) {
    margin-right: 26px;
    border-right: 1px solid #a8adb7;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
#confirmPassword .confirm-code input[data-v-4fd674b4]:nth-child(4) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#confirmPassword .confirm-code.errors input[data-v-4fd674b4] {
    border-color: #c31212 !important;
}
#confirmPassword .error-text.verify[data-v-4fd674b4] {
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: block;
    background: #c31212;
    margin: 20px 10px;
}
@media (max-width: 500px) {
    #confirmPassword .confirm-code input[data-v-4fd674b4] {
        width: 40px !important;
        height: 40px !important;
    }
}
@media (max-width: 375px) {
    #confirmPassword .confirm-code input[data-v-4fd674b4] {
        width: 32px !important;
        height: 40px !important;
    }
}
#confirmPassword .submit_button[data-v-4fd674b4] {
    color: #fff !important;
    background: #0274ac !important;
}
.user-pic[data-v-4fd674b4] {
    border-radius: 50% !important;
}
.rec_header[data-v-4fd674b4] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.title_content[data-v-4fd674b4] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-4fd674b4] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.title_content .country[data-v-4fd674b4] {
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.message_header label[data-v-4fd674b4] {
    font-size: 18px;
}
.message_header p span.m_price[data-v-4fd674b4] {
    font-size: 18px;
    font-weight: 700;
}
.formlabel[data-v-4fd674b4] {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    margin-left: 15px;
    margin-bottom: 10px;
}
.user-pic[data-v-1a4fb299] {
    border-radius: 50% !important;
}
.rec_header[data-v-1a4fb299] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.title_content[data-v-1a4fb299] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-1a4fb299] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.title_content .country[data-v-1a4fb299] {
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.message_header label[data-v-1a4fb299] {
    font-size: 18px;
}
.message_header p span.m_price[data-v-1a4fb299] {
    font-size: 18px;
    font-weight: 700;
}
.formlabel[data-v-1a4fb299] {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    margin-left: 15px;
    margin-bottom: 10px;
}
.rec_box[data-v-996ea84e] {
    width: 100%;
    border: 1px solid #c4c4c4;
    border-radius: 40px !important;
    margin-top: 5px;
}
.rec_header[data-v-996ea84e] {
    display: flex;
    align-items: flex-start;
    padding: 10px;
}
.profile-avatar[data-v-996ea84e] {
    cursor: pointer;
    border: 1px solid #c4c4c4;
    border-radius: 20px !important;
}
.title_content[data-v-996ea84e] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-996ea84e] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}
.title_content .country[data-v-996ea84e],
.title_content .level[data-v-996ea84e] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.title_content .country[data-v-996ea84e],
.title_content .level[data-v-996ea84e],
.title_content .per_hour[data-v-996ea84e] {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.title_content .per_hour[data-v-996ea84e] {
    font-weight: 700;
}
.title_content .fav[data-v-996ea84e] {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.title_content .price[data-v-996ea84e] {
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 700;
    color: #000;
    font-size: 20px;
}
.rec_box .content[data-v-996ea84e] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
@media only screen and (max-width: 564px) {
    .rec_header[data-v-996ea84e] {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .rec_header .title_content[data-v-996ea84e] {
        margin-top: 30px;
    }
}
.cardd[data-v-50f51041] {
    background: #d9e1f3;
}
.title_content .name[data-v-50f51041] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.title_content .country[data-v-50f51041] {
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.message_header label[data-v-50f51041] {
    font-size: 18px;
}
.message_header p span.m_price[data-v-50f51041] {
    font-size: 18px;
    font-weight: 700;
}
.formlabel[data-v-50f51041] {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    margin-left: 15px;
    margin-bottom: 10px;
}
.myDialog.v-dialog > .v-card > .v-card__text {
    padding: 0 !important;
}
#paypal-button-container .zoid-outlet > iframe.zoid-component-frame {
    z-index: 0 !important;
}
.user-pic[data-v-dfc9d18e] {
    border-radius: 50% !important;
}
.rec_header[data-v-dfc9d18e] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.title_content[data-v-dfc9d18e] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-dfc9d18e] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.title_content .country[data-v-dfc9d18e] {
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.message_header label[data-v-dfc9d18e] {
    font-size: 18px;
}
.message_header p span.m_price[data-v-dfc9d18e] {
    font-size: 18px;
    font-weight: 700;
}
.formlabel[data-v-dfc9d18e] {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    margin-left: 15px;
    margin-bottom: 10px;
}
.bankLeftBg[data-v-58b85823] {
    background: #eaf4fd;
}
.bankLeftBg[data-v-58b85823],
.bankRightBg[data-v-58b85823] {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #292929;
}
.bankRightBg[data-v-58b85823] {
    background: #f4f4f4;
}
.bankText[data-v-58b85823] {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000;
}
.slider-bg[data-v-7f383cef] {
    background-image: url(../images/slider-bg.334f2925.png);
    background-size: cover;
}
.overlay[data-v-7f383cef] {
    background: rgba(24, 24, 24, 0.23921568627450981);
}
.v-card {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px !important;
}
.avatar {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%);
}
.user-menu {
    height: 40px;
}
.v-card[data-v-a05da254] {
    width: 100% !important;
    max-width: 100% !important;
}
.transection_bar[data-v-a05da254] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWoAAACoCAYAAADJj6ToAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAADxlJREFUeNrsnc1u29gZhg9pyf+WbLdunDi2k0xsFxnM3EGBYBYdFF0H6KbohXTQTbvsFXQ52wADdDdoiyLoRbSIg5lJgqBIkTR2nL/GcXSqjxIlkhIpivojPz5P2ontSBT1kefR8eE5L507d+7M3b171zHGOD//5ovblZXKV86c+dxas25gIO8/vjf/Ov2nOW+8pxgAfViYWzA/Xb9lFtwFipGGhvlHo2G+/vYXf/n69u3b9t69ew0RdOXWrVvu/h+v/s6pmt9SpfS8vXhrjl/eR9IAMSxXls1B/QhJZ/H1eeMP3/7yb7+XL0XU81/++YvfzC1X/kRphpO09KQ/2guKARAjaelJV5wKxcjIh/9efPnXX/39ntv82p1brPyakqTn2f+eIWmABH68uIWkx8DcuvuVOFqq6Db//IySpJf0D6++oxAACZK+sfYJhRgDjut+7ol6a2vLpRzpePLmifn32ycUAiCGnZWrZmf5KoUYl6gdUxdRu9Zah3IgaQAknU82Nzdd9/nz5/SokTQAks4pL168YKR/EN+ffWeev39GIQBiuF77xGwtbFGICSK9aYY+kDQAks4pGxsbhh51Hy7shTf97t3FW4oB0AeZdifT72SuNEyWk5MTp9K0taUUXWRJ+PHZfSQNEIMsCT+oHSHpaX4wiq0pQ1fS5HYAJEua3I6pY2WMmh41kgZA0vnFYWoekgZA0jnvUcsYdakrQLgSQDKEK82W9fV1p1LmlYln52fmwdkxkgaIoVatmZv1QyQ9Q05PT5v1d5xSjlETrgSQDOFK+aGUsz6evn1qHr95yNEHiOHS0rbZX71GIfIi6rK9YXI7AJIhtyN/lGrWB5IGQNKIOsc8ev0QSQMksLd6DUnnkPX1dW/oQ/3FRMKVAJIhXCm/eLM+jOL0PAlXevDy2Lz6cMbRBuiDTLs7qB+atWqNYuQXqzaUiQQ8gMGSJgGvEDgqp+exJBwgGZaEFwtXBqqRNACShtxiXRmoRtIASBryi5oFL4QrASRDuFJh0XHECFcCSIZwJXrUM4VwJYBkCFcqNv6Cl8JCuBJAMoQrFR9vwUtR51GT2wGQDLkdenCLOI8aSQMg6VKJGkkDIGnINbZQY9SEKwEkQ7iSPrx7JhZhjFpyO344+96cnL/gqAH0QabdXa/dMBvzmxRDGd7FxLyPUROuBDBY0oQrKT/GJsd51LIk/PjsPpIGiEGWhB/UjpC0UjYXftQStYx/5FXS5HYAJEua3A69bC3+pPn/1vWGXIYyIWkAJI2kOxeFbe6GPiRc6fjlfSQNEIMMcxzUj5C0UraXLpvNhdBFYSdXt+IiAQ9gsKRJwNPLleUdsz7fe4+A3BxtCVd6/PoRkgaIQcKV9lb3kbRCXGfO7K3sNj+IV/r+ey6GPkjAAxgsaRLw9Er62uo1szi3GPcQO/NZHywJB0iGJeF6qbrznqSrbjXpYY7M+phZjxpJAyBpJF0d3OtG0gBIGvIradOenjf1oQ/ClQCSIVxJL4tzS56kXSd1P9mRMeqp7aDkdjx+9QhJA8QgMzp21/aRtFJWKitmd2VvGEkbCc6rTGtlIuFKAIMlTbiSXurz62ZneWfo50lw3lQmZBKuBJAM4Uq6kXCl7aXtTM/1etTTkDS5HQDJkia3Qy+R3I5MPWoZKJnY9DwkDYCkkfTo1xsmNuuDcCWAZAhX0k2fcKVMTGzog3AlgMGSJlxJL3HhSlnwLiaO+56JL85fePc3RNIAMT2k+U3v/oZIWh+DwpWyMtZ7JhKuBJAM4Uq6JT0gXCm7qMe1IZaEAyTDknC9DLkkfFjsWLI+kDQAkkbS1Um9xOjT85A0AJJG0hOTtJGYj5GGPh69fmj+8+4pRwsghr1mI866Ig3yTYZwpUxIzIfM+sj0ZBLwAJIhAU8vWcKVRmHoWR8SrvTg5bF59eGMowXQr1E5FXNQPzRr1RrFUEjWcKWRzqlhJU0CHkCypEnA08so4UqjijrVxURyOwCSIbdDN+PK7ciCm+bmtkgaAEkj6dlIOtWNA5A0AJIuM+MKV8qKtTY5bIBwJYBkCFfSzTjDlbLiTc+L+8ez8zPz4OwYSQPEUKvWzM36IZJWyKTClbIQG3NKuBJAMoQr6Zb0pMKVsuAPfYRmfTx9+9Q8fvOQowUQw6WlbbPfbMigj2ksCR8Wf+ijM+uD3A6AZMjtQNIz6eUjaQAkjaTzK2kvlEn+Q7gSQDKEK+llWuFKWTk9PfXmUdvKuwZHCyAGwpX0Mu1wpaxM7C7kAEWHcCXdzCJcKSP+zW0/ctQAIpImXEkvswpXyoo7zpvbAmhAloR/uvkZklaK5HYUSdJyHdHlsAGEJU1uh25JzypcKSuJS8gBkDRoYtbhSqOQOo8aQDMyzHFQP0LSSslDuNKoogYovaRJwNNJnsKVRsAyPQ9KDeFKuiWdp3ClrMjNXehCAJIGdeR5SfiwcDERSgu5HUi6UL8dcFgBSQOSzrmoWysTAZA0FBs/XEmbpL30PLl7AIcYygDhSvolnfdwpSxIcJ476C7kAEVHpt0hab1IuNKNtRsqJd3GYcELqJc04Up6KVq4Uubz2DCPGpQiS8IPakdIWilFzO3ILGoZqDaGGweAPkmT24GktSBj1Ax9AJIGJJ3zHrVDjxq0QLiSbooerjRKj5qjD2okTU9aqaicOe/ehmWUtGmHMgEUHsnt2FvdJwFPqaQ1hCuNAhcTQYWkCVfSidYl4UPiMPQBhUaWhCNpJK3+t4pWjxqgmJImtwNJa8e7uS3T8wBJQ57QGq6UFS/rw7AyEQrGXrMRI2kkXRY2Nja4cQAUC8KV9CLhSjvLOxQiwsnJCaFMUAwIV0LSpT7/pVttzEcqAbmFcCXdlHFJ+DB4FxOb3WoqAbmWND1pJF1mZAq128r6AMivpFkSjqTLDgteAEnD1JFwJSSdHmZ9QO7ww5XI7VDYM3TmvDuylDRcKSuWrA/IFbVqzdysHyJppZIue7hSRmgNkB8IV9KLLAnfXdlF0lk/5BijhjxwqfnrMJLWK2l60qPBgheYOeR26Jc0S8JHFzUAkoaxI7kdMtyBpMcjauZRw0yQcCWZAQA6JS09addxKcbocCsumA2EK+lFcjsuL11G0mPuUQNM74RzKuagfmjWqjWKoVTShCuNF1k9zjxqmKqkye3QC0vCJwd3eIGpIEvCP938DEkjaRgSL5SJMsA0JE1uB5KGEX4bNcz6ACQNGZFwJXI7piNqhj5gIhCupBfClaYsau7wApOAcCXdkmZJ+FSxFWstQx8wVghX0gvhSjPBIZQJxgrhSrolTU96NsjQh2XoA8YBuR36JU1ux2zg5raApCERP7cDSc+wR22YngdIGgZImtyOGYuaJeQwCoQr6YVwpdxguZgI2T7h2+FKSFqvpCVcCUnPHi+UybDgBTJImnAlvbAkPF9IZ5oFLzAUsiT8oHaEpJE0TBGZ9cHFREgtaXrSSBpm8FusYegDhpA04Uo6IVwp/6IGSER60Af1IySt8VdqwpWKIWq5osj0PEiSNAl4eiXNkvD8I6vHucMLxCLhSkhaJ+R2FAe5jkgLhFhJE66kW9IsCS8OLCGHHlgSjqQhV1hZdsTQByDpEkC4UjGRtS5cTAQkXSJJsyS8eEjCKRcTwUPClZC0TiS3A0kXG8aoy34COBWzu7ZPuJJiSUu4EhRf1PSoSyxploTrhSXhavB+F6JHXULI7UDSUAzkngHcM7HEkmZJOJKGgvz2SwmQNOiBcCV9SB41MadIGhQguR1Imh41FBzClXRLmtwORA0FZ2N+01yv3UDSCpEl4bsru0haMd7FRMqgG8KVdEuaJeH6kUWJiFoxLAlH0qACfhdG0lA0JLdDhjuQdHmQUCZDKBOShuJImtyO8iGhTFRBEXvNRoykdUK4UjnxLyaS9aEEScAjXEmvpAlXKifSmSaPWgEy7e6gfmjWqjWKoRCWhJcey9CHAknLQhYkjaRBLcz6KDIsCUfSUJIOGSVA0pA/tpcum82FTQoBguViIpKGnEG4EvTrUZOeVyAIV9IL4UrQD5nwQY+6QNSqNXOzfoikFUK4EtCjVgDhSrolTW4HxOHNo6YM+efS0rbZbzZkQNJQTsJrUW3M13EMerxNeF7a10ra7jD7aFPsx6D3ZFO+NzNkHRO4unzV7K9cG65GNkXd7BC1tAnbHPZ4xB1/a8Y7CGczHoNh65z1+NuIpG3KczXpcUntyg445+OOSdq2Y4dsI2n2c1AbzdL+bcr2n9YNScfApni9lOdMp0ftyAhI83/W2s73wa/D2wn83Haf4/3Y6f7tbaNhjeO0nt/ZXvN7bxvtBZHe9/Jvtvt98PHR7UaL4T3etvars63Adv334r8P7+vga0S33wjvf/vNhmriva5pv49AYaPvpd8BCO5j3PeCXP2/vLTT3d9Gt/b+/vjv26+D/9hQPdv7GdyGXzP/+HnPCR4r0/89dLYV/DtYw0b69+e9Xvu865SoYfufA/IwG3isvKRje85TG9hp//H+/oVey0bO4/bPvVpYp/Oawf0Onm+d17RO7+BhpMY97chphSvtr+43e0pu9xwLtru4tuDXs9G7/eC/Jckl+PxgW4nWv1M3/1wJbirSnkK1CW4jrv03v7beudK7z53ttn9mbetxfduXjeyrm6L9N3rbf+gcDTolpu7B7Q5q/yFv9Ps+eswi54on6nq9Ls/qEXSwodrwnoQaSquBhs7+0MlqIo2ndfIHpBgoXOc1/QbSeS3bOc9c/yCbYJsLnLRO+GTq/Mzfrun+zIl8CLTee/uHESmaRnv/gttqhHai/TMbaLi+OE33RbxN21Db7iffqyt7Zntxu1ObRqMRPkGMDb92YDs99fZ/HjgZgo/1TxQbbY1O+KT2DmvzTQcbQ6P5pyO69gdv97wIyNfp3U/5mbe94ElpI3W3feoUrV3weU73wycqUNv+09PxcGwoRcH2/4TqEXy/5/br0HTea/sYrlbXzJXFK8b56PTWyj8u7Q9Prz5Ob0cp2NkInX8977t73nW+dGz37+BxjXxgBT+sOnWLfFCGGmLkPfvb6LxOoA12OxSROtnW7/nBdtTajtPTEQu9y7Y/pKZxdbKh//buU+iz1jZCH2DB8yt4jEIf8P6+RRwUPE49nVX/w95v/27vh5+EMv1fgAEAT4eN96ivRUUAAAAASUVORK5CYII=);
    background-size: cover;
}
.currency_box[data-v-a05da254] {
    display: flex;
    justify-content: space-between;
}
.iconBox[data-v-a05da254] {
    min-width: 65px;
    max-width: 80px;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
}
.cardIcon[data-v-a05da254] {
    width: 30px;
    margin: 5px;
}
.transection_head[data-v-a05da254] {
    display: flex;
    justify-content: space-between;
}
.tran_filter[data-v-a05da254] {
    font-size: 12px;
    height: 28px !important;
    min-width: 48px !important;
}
.tran_item[data-v-a05da254] {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
    margin: 13px 0;
    border-radius: 3px;
}
.tran_amount[data-v-a05da254] {
    font-size: 16px;
}
.tran_amount[data-v-0ead365a][data-v-a05da254] {
    font-size: 15px;
    margin-top: 5px;
    font-weight: 600;
}
.tran_amount.tsuccess[data-v-a05da254] {
    color: #36c730 !important;
}
.tran_amount.terror[data-v-a05da254] {
    color: #ff7575 !important;
}
.tran_time[data-v-a05da254] {
    font-size: 14px;
}
.m-3[data-v-54d511de] {
    margin: 10px;
}
.needHelpPanel[data-v-54d511de] {
    background: #47b9b3 !important;
    color: #fff !important;
}
.needHelpPanel .v-icon[data-v-54d511de] {
    color: #fff !important;
}
.needHelpPanel .v-expansion-panel[data-v-54d511de]:not(:first-child):after {
    border-color: #fff !important;
}
.counsellor_details[data-v-f08e310c] {
    width: 80%;
}
.gotoBtns[data-v-f08e310c] {
    display: flex;
}
@media only screen and (max-width: 500px) {
    .counsellor_details[data-v-f08e310c] {
        width: 100%;
    }
    .customarRate[data-v-f08e310c],
    .gotoBtns[data-v-f08e310c] {
        display: none !important;
    }
}
.counsellor_details[data-v-e8873ee0] {
    width: 80%;
}
.gotoBtns[data-v-e8873ee0] {
    display: flex;
}
@media only screen and (max-width: 500px) {
    .counsellor_details[data-v-e8873ee0] {
        width: 100%;
    }
}
.user-pic[data-v-1c3138b4] {
    border-radius: 50% !important;
}
.rec_header[data-v-1c3138b4] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.title_content[data-v-1c3138b4] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-1c3138b4] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.title_content .country[data-v-1c3138b4] {
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.message_header label[data-v-1c3138b4] {
    font-size: 18px;
}
.formlabel[data-v-1c3138b4] {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    margin-left: 15px;
    margin-bottom: 10px;
}
.user-pic[data-v-b0b8ac78] {
    border-radius: 50% !important;
}
.rec_header[data-v-b0b8ac78] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.title_content[data-v-b0b8ac78] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-b0b8ac78] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.title_content .country[data-v-b0b8ac78] {
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.message_header label[data-v-b0b8ac78] {
    font-size: 18px;
}
.message_header p span.m_price[data-v-b0b8ac78] {
    font-size: 18px;
    font-weight: 700;
}
.formlabel[data-v-b0b8ac78] {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    margin-left: 15px;
    margin-bottom: 10px;
}
.contractFilter {
    height: 100% !important;
    width: 250px;
}
.contractFilter .v-window__next,
.contractFilter .v-window__prev {
    border-radius: 2px;
    font-size: 52px;
}
.contractFilter .v-window__next i,
.contractFilter .v-window__prev i {
    font-size: 23px !important;
}
.StatusFilter {
    width: 128px;
    text-align: center;
    display: block;
}
.tableRow {
    cursor: pointer;
}
@media only screen and (max-width: 500px) {
    .mobileTable {
        display: none;
    }
}
.user-pic[data-v-0c4c1540] {
    border-radius: 50% !important;
}
.rec_header[data-v-0c4c1540] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.title_content[data-v-0c4c1540] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-0c4c1540] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.title_content .country[data-v-0c4c1540] {
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.message_header label[data-v-0c4c1540] {
    font-size: 18px;
}
.formlabel[data-v-0c4c1540] {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    margin-left: 15px;
    margin-bottom: 10px;
}
.user-pic[data-v-4e83a1cd] {
    border-radius: 50% !important;
}
.rec_header[data-v-4e83a1cd] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.title_content[data-v-4e83a1cd] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-4e83a1cd] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.title_content .country[data-v-4e83a1cd] {
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.message_header label[data-v-4e83a1cd] {
    font-size: 18px;
}
.formlabel[data-v-4e83a1cd] {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    margin-left: 15px;
    margin-bottom: 10px;
}
.user-pic[data-v-1fe35d63] {
    border-radius: 50% !important;
}
.rec_header[data-v-1fe35d63] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.title_content[data-v-1fe35d63] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-1fe35d63] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.title_content .country[data-v-1fe35d63] {
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.message_header label[data-v-1fe35d63] {
    font-size: 18px;
}
.formlabel[data-v-1fe35d63] {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    margin-left: 15px;
    margin-bottom: 10px;
}
.user-pic[data-v-bf05d5de] {
    border-radius: 50% !important;
}
.rec_header[data-v-bf05d5de] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.title_content[data-v-bf05d5de] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-bf05d5de] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.title_content .country[data-v-bf05d5de] {
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.message_header label[data-v-bf05d5de] {
    font-size: 18px;
}
.formlabel[data-v-bf05d5de] {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    margin-left: 15px;
    margin-bottom: 10px;
}
.user-pic[data-v-819b462a] {
    border-radius: 50% !important;
}
.rec_header[data-v-819b462a] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.title_content[data-v-819b462a] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-819b462a] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.title_content .country[data-v-819b462a] {
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.message_header label[data-v-819b462a] {
    font-size: 18px;
}
.formlabel[data-v-819b462a] {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    margin-left: 15px;
    margin-bottom: 10px;
}
.user-pic[data-v-7ff4a3f6] {
    border-radius: 50% !important;
}
.rec_header[data-v-7ff4a3f6] {
    display: flex;
    align-items: center;
    padding: 10px;
}
.title_content[data-v-7ff4a3f6] {
    margin-left: 20px;
    position: relative;
    width: 100%;
}
.title_content .name[data-v-7ff4a3f6] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.title_content .country[data-v-7ff4a3f6] {
    font-weight: 400;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.message_header label[data-v-7ff4a3f6] {
    font-size: 18px;
}
.formlabel[data-v-7ff4a3f6] {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    margin-left: 15px;
    margin-bottom: 10px;
}
.stripe-card {
    border: 1px solid rgb(115 103 103/87%);
    height: 40px;
    padding: 0 10px;
    border-radius: 4px;
}
#myContainer a {
    padding: 7px 22px;
    border-radius: 7px;
    font-size: 15px;
}
.v-card__text[data-v-7ac8846c] {
    color: #000 !important;
    padding-left: 36px;
}
.profile-avatar[data-v-7ac8846c] {
    margin-top: -80px;
    border: 5px solid #fff;
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.30196078431372547);
}
.profile-header[data-v-7ac8846c] {
    display: flex;
    margin-top: 20px;
}
.items[data-v-7ac8846c] {
    margin-right: 10px;
}
.email[data-v-7ac8846c],
.phone[data-v-7ac8846c] {
    display: flex;
}
.email p[data-v-7ac8846c],
.phone p[data-v-7ac8846c] {
    margin: 0;
    font-size: 12px;
}
.country_interest[data-v-7ac8846c] {
    margin-top: 30px;
}
.country_interest h1[data-v-7ac8846c] {
    font-size: 1.6rem;
}
.subhead .number[data-v-7ac8846c] {
    font-size: 49px;
    font-weight: 500;
}
.subhead .text[data-v-7ac8846c] {
    font-size: 25px;
    margin: -9px 9px 0 7px;
}
.subhead p[data-v-7ac8846c] {
    color: #3d8dbf !important;
}
.subhead span[data-v-7ac8846c] {
    color: #848484;
    margin: -9px 0;
}
.item_list[data-v-7ac8846c] {
    margin: 10px 0;
    padding-left: 3.8rem;
}
.item_list h3[data-v-7ac8846c] {
    font-size: 20px;
    margin: 16px 0 10px;
}
.item_list h3 span[data-v-7ac8846c] {
    font-size: 13px;
    color: #848484;
}
.item_list.documents h3[data-v-7ac8846c] {
    margin: 16px 0 5px;
}
.v-card__text[data-v-6bd08c41] {
    color: #000 !important;
    padding-left: 36px;
}
.profile-avatar[data-v-6bd08c41] {
    margin-top: -80px;
    border: 5px solid #fff;
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.30196078431372547);
}
.profile-header[data-v-6bd08c41] {
    display: flex;
    margin-top: 20px;
}
.items[data-v-6bd08c41] {
    margin-right: 10px;
}
.email[data-v-6bd08c41],
.phone[data-v-6bd08c41] {
    display: flex;
}
.email p[data-v-6bd08c41],
.phone p[data-v-6bd08c41] {
    margin: 0;
    font-size: 12px;
}
.country_interest[data-v-6bd08c41] {
    margin-top: 30px;
}
.country_interest h1[data-v-6bd08c41] {
    font-size: 1.6rem;
}
.subhead .number[data-v-6bd08c41] {
    font-size: 49px;
    font-weight: 500;
}
.subhead .text[data-v-6bd08c41] {
    font-size: 25px;
    margin: -9px 9px 0 7px;
}
.subhead p[data-v-6bd08c41] {
    color: #3d8dbf !important;
}
.subhead span[data-v-6bd08c41] {
    color: #848484;
    margin: -9px 0;
}
.item_list[data-v-6bd08c41] {
    margin: 10px 0;
    padding-left: 3.8rem;
}
.item_list h3[data-v-6bd08c41] {
    font-size: 20px;
    margin: 16px 0 10px;
}
.item_list h3 span[data-v-6bd08c41] {
    font-size: 13px;
    color: #848484;
}
.item_list.documents h3[data-v-6bd08c41] {
    margin: 16px 0 5px;
}
.tran_title[data-v-6bd08c41] {
    font-size: 20px;
    margin-bottom: 7px;
}
.v-card__text[data-v-21366b1a] {
    color: #000 !important;
    padding-left: 36px;
}
.profile-avatar[data-v-21366b1a] {
    margin-top: -80px;
    border: 5px solid #fff;
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.30196078431372547);
}
.profile-header[data-v-21366b1a] {
    display: flex;
    margin-top: 20px;
}
.items[data-v-21366b1a] {
    margin-right: 10px;
}
.email[data-v-21366b1a],
.phone[data-v-21366b1a] {
    display: flex;
}
.email p[data-v-21366b1a],
.phone p[data-v-21366b1a] {
    margin: 0;
    font-size: 12px;
}
.country_interest[data-v-21366b1a] {
    margin-top: 30px;
}
.country_interest h1[data-v-21366b1a] {
    font-size: 1.6rem;
}
.subhead .number[data-v-21366b1a] {
    font-size: 49px;
    font-weight: 500;
}
.subhead .text[data-v-21366b1a] {
    font-size: 25px;
    margin: -9px 9px 0 7px;
}
.subhead p[data-v-21366b1a] {
    color: #3d8dbf !important;
}
.subhead span[data-v-21366b1a] {
    color: #848484;
    margin: -9px 0;
}
.item_list[data-v-21366b1a] {
    margin: 10px 0;
    padding-left: 3.8rem;
}
.item_list h3[data-v-21366b1a] {
    font-size: 20px;
    margin: 16px 0 10px;
}
.item_list h3 span[data-v-21366b1a] {
    font-size: 13px;
    color: #848484;
}
.item_list.documents h3[data-v-21366b1a] {
    margin: 16px 0 5px;
}
p {
    font-size: 16px;
}
.card-border[data-v-68973641],
.card_header[data-v-68973641] {
    border: 1px solid #cbcbcb !important;
}
.v-btn--contained[data-v-68973641] {
    background: #14a60e !important;
    border-radius: 5px !important;
    color: #fff !important;
}
p[data-v-68973641] {
    color: #404040 !important;
    font-size: 15px;
}
.primary[data-v-68973641] {
    background-color: #c4c4c4 !important;
    color: #fff !important;
    border-color: #c4c4c4 !important;
    font-weight: 700;
}
.card-border[data-v-7ea02895],
.card_header[data-v-7ea02895] {
    border: 1px solid #cbcbcb !important;
}
.v-btn--contained[data-v-7ea02895] {
    background: #14a60e !important;
    border-radius: 5px !important;
    color: #fff !important;
}
p[data-v-7ea02895] {
    color: #404040 !important;
    font-size: 15px;
}
.primary[data-v-7ea02895] {
    background-color: #c4c4c4 !important;
    color: #fff !important;
    border-color: #c4c4c4 !important;
    font-weight: 700;
}
.card-border[data-v-3c6cb79c],
.card_header[data-v-3c6cb79c] {
    border: 1px solid #cbcbcb !important;
}
.v-btn--contained[data-v-3c6cb79c] {
    background: #14a60e !important;
    border-radius: 5px !important;
    color: #fff !important;
}
p[data-v-3c6cb79c] {
    color: #404040 !important;
    font-size: 15px;
}
.primary[data-v-3c6cb79c] {
    background-color: #c4c4c4 !important;
    color: #fff !important;
    border-color: #c4c4c4 !important;
    font-weight: 700;
}
.card-border[data-v-e9698aa6],
.card_header[data-v-e9698aa6] {
    border: 1px solid #cbcbcb !important;
}
.v-btn--contained[data-v-e9698aa6] {
    background: #14a60e !important;
    border-radius: 5px !important;
    color: #fff !important;
}
p[data-v-e9698aa6] {
    color: #404040 !important;
    font-size: 15px;
}
.primary[data-v-e9698aa6] {
    background-color: #c4c4c4 !important;
    color: #fff !important;
    border-color: #c4c4c4 !important;
    font-weight: 700;
}
p.sub-label[data-v-e9698aa6] {
    font-size: 12px;
}
.card-border[data-v-d7869ca8],
.card_header[data-v-d7869ca8] {
    border: 1px solid #cbcbcb !important;
}
.v-btn--contained[data-v-d7869ca8] {
    background: #14a60e !important;
    border-radius: 5px !important;
    color: #fff !important;
}
p[data-v-d7869ca8] {
    color: #404040 !important;
    font-size: 15px;
}
.primary[data-v-d7869ca8] {
    background-color: #c4c4c4 !important;
    color: #fff !important;
    border-color: #c4c4c4 !important;
    font-weight: 700;
}
p.sub-label[data-v-d7869ca8] {
    font-size: 12px;
}
.active[data-v-614dc632] {
    color: #229beb;
    font-weight: 700;
}
.active[data-v-614dc632]:after {
    content: "";
    position: absolute;
    background-color: #85c1e9;
    width: 3px;
    height: 20px;
    right: -6px;
}
h5[data-v-614dc632] {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #999;
}
@media only screen and (max-width: 768px) {
    .sidebar[data-v-614dc632] {
        display: none;
    }
}
.primary {
    background-color: #c4c4c4 !important;
    color: #fff !important;
    border-color: #c4c4c4 !important;
    font-weight: 700;
}
.v-btn--contained {
    background: #47B9B3 !important;
    border-radius: 5px !important;
    color: #fff !important;
}
p {
    color: #404040 !important;
    font-size: 15px;
}
.files[data-v-f812f58a] {
    color: rgba(0, 0, 0, 0.5411764705882353);
    text-overflow: ellipsis;
    overflow: hidden;
    width: 91%;
    white-space: nowrap;
}
.trash[data-v-f812f58a] {
    border: 1px solid rgba(0, 0, 0, 0.5411764705882353);
    border-radius: 50%;
    padding: 2px;
}
.trash[data-v-f812f58a]:hover {
    border: 1px solid #e80f0f !important;
    color: #e80f0f !important;
}
.sub-label[data-v-f812f58a] {
    color: rgba(0, 0, 0, 0.5411764705882353);
}
.v-btn--contained[data-v-f812f58a] {
    background: #14a60e !important;
    border-radius: 5px !important;
    color: #fff !important;
}
p[data-v-f812f58a] {
    color: #404040 !important;
    font-size: 15px;
}
.active[data-v-6c015570] {
    color: #229beb;
    font-weight: 700;
}
.active[data-v-6c015570]:after {
    content: "";
    position: absolute;
    background-color: #85c1e9;
    width: 3px;
    height: 20px;
    right: -6px;
}
h5[data-v-6c015570] {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #999;
}
@media only screen and (max-width: 768px) {
    .sidebar[data-v-6c015570] {
        display: none;
    }
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* * {
    font-family: Work Sans, sans-serif !important;
} */
input[type="number"] {
    -moz-appearance: textfield;
}
a,
b,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    font-family: Work Sans;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 20px;
}
.fade-enter-active,
.fade-leave-active {
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: ease;
}
.fade-enter,
.fade-leave-active {
    opacity: 0;
}
.slide-enter-active {
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
}
.slide-leave-active {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.slide-enter-to,
.slide-leave {
    max-height: 100px;
    overflow: hidden;
}
.slide-enter,
.slide-leave-to {
    overflow: hidden;
    max-height: 0;
}
.loader {
    display: none;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.loader.active {
    display: flex;
}
.loader.inline {
    height: auto !important;
}
.borderRadious {
    border-radius: 5px !important;
}
.error-text {
    font-size: 15px;
    color: #c31212;
    margin: 20px 10px;
}
.text-primary {
    color: #47B9B3;
}
.text-white {
    color: #fff;
}
.listsHover .v-list-item:hover {
    background: #47B9B3 !important;
}
.visa_type_search_select span.v-chip--select:not(:first-child) {
    display: none !important;
}
.visa_type_search_select input {
    display: none;
}
.visa_type_search_select .v-input__slot {
    padding: 0 7px !important;
}
@media only screen and (max-width: 425px) {
    .mCol {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}


.btn-success{
    background-color: #47B9B3;
    border-color: #47B9B3;
}

/* custom css  */
.text-xs {
    font-size: 0.75rem !important;
}
.bg-primary,.btn-primary {
    background-color: #5e72e4 !important;
}
.btn-default {
    color: #fff;
    border-color: #172b4d;
    background-color: #172b4d;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
.btn-default:hover {
    color: #fff;
    border-color: #172b4d;
    background-color: #172b4d;
}
/* custom css  */
