/** * FilePond Custom Styles */

.filepond--drop-label {
    color: #4c4e53;
}

.filepond--label-action {
    text-decoration-color: #babdc0;
}

select.selection:focus {
    border: 1px solid #ccc;
}

.selection {
    width: 100%;
    padding: 8px;
    border-radius: 20px;
}

.filepond--panel-root {
    border-radius: 2em;
    background-color: #edf0f4;
    height: 1em;
}

.filepond--item-panel {
    background-color: #595e68;
}

.filepond--drip-blob {
    background-color: #7f8a9a;
}


/** * Page Styles */


/*
.upload_file_container {
    width: 100px;
    height: 40px;
    position: relative;
    background: red;
} */

.upload_file_container input {
    width: 100px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
}

.remove:hover {
    background: white;
    color: black;
}

select.selection:focus {
    border: 1px solid #CCC;
}

.selection {
    width: 100%;
    padding: 8px;
    border-radius: 20px;
}


/*-- tabs--*/

#tabs-bar {
    padding-top: 10px;
}

#tabs-bar ul {
    margin-bottom: 0;
    display: block;
    list-style: none;
    float: left;
}

#tabs-bar ul li {
    list-style: none;
    display: block;
    float: left;
    padding-right: 10px;
}

#tabs-nav li a {
    background: rgba(34, 59, 85, 0.07);
    text-transform: capitalize;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 12px;
    border-radius: 6px;
    color: #4c5a77;
    list-style: none;
    display: block;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
}

.alerts {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

#BuyINRCalculation,
#sellINRCalculation {
    display: none;
}

.payment-calculator label {
    font-weight: 900;
    font-size: 13px;
    margin-bottom: 2px;
}

.payment-cal-cur {
    padding: 12.5px 12px;
}

#tabs-nav li a.current,
#tabs-nav li a:hover {
    font-weight: 700;
    font-family: 600;
    color: #32004a;
}

#tabs-content-wrap ul {
    display: block;
    list-style: none;
}

#tabs-content-wrap ul li {
    width: 100%;
    list-style: none;
    display: block;
    list-style: none;
}

.tab-content {
    border-radius: 2px;
    padding-bottom: 20px;
}


/*-- tabs--*/

.loginRegister {
    padding: 2em 0;
    background: #32004a;
}

.btn {
    border-radius: 50px;
}

.confirmEmail {
    padding: 8em 0 0 0;
    background: #32004a;
}

.note-success p {
    color: rgb(50 0 74) !important;
}

.note-success {
    background: rgb(243 243 243);
}

.tab-list span {
    font-size: 13px !important;
}

.noticeText {
    padding: 1em 2em 3em 1em;
}

.bank-boarrd {
    width: 700px;
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
}

.IMPS-form {
    width: 92%;
    margin: 2em auto;
}

.input-bordered:focus {
    box-shadow: none;
    outline: none;
    border-color: #32004a;
}

.importance {
    text-align: left;
}

.importance p {
    padding-top: 1em;
}

.noticeSection li {
    font-size: 14px;
    list-style-type: decimal;
    padding-left: 1em;
}

.noticeText ul {
    padding: 0 1em;
}

.submitForm button:hover,
.buySection a:hover {
    border-color: #7e2aa7;
    background: #7e2aa7;
}

.importance span {
    font-weight: 600;
    color: #32004a;
    font-size: 16px;
}

.agggree {
    text-align: left;
    margin-top: 1em;
}

.agggree input[type="checkbox"] {
    color: #31ba27;
}

.notice {
    text-align: left;
    border-bottom: 2px solid #32004a;
    padding-bottom: 10px;
}

.notice span img {
    width: 2.7%;
}

.impotanceTitle {
    font-weight: 700;
    color: #32004a;
    padding-left: 1em;
}

.user-panel.dashboardUserPanal {
    padding: 7px 30px 30px 30px;
}

.user-panel {
    box-shadow: none;
}

.notes ol li {
    margin-left: 2em;
    list-style: decimal;
}

.dragDropBtn {
    border: none;
    background: #32004a;
    border-color: #32004a;
    box-shadow: 0px 2px 18px 2px rgb(155, 124, 218);
    padding: 5px 11px;
}

.buySection a {
    margin: 1em;
    padding: 7px 22px;
    background: #32004a;
    color: #fff;
    border: 1px solid #32004a;
    border-radius: 20px;
}

.balance p {
    margin-bottom: 1em;
    font-size: 15px;
    color: #797777;
}

.tile-light .tile-title {
    color: #fff;
}

.tile-light {
    background: #32004a;
    border: 1px solid #32004a;
    padding: 32px 20px 28px;
}

.primaryColor {
    color: #32004a !important;
}

.btcSec {
    margin: 1em 0;
}

.note-info [class*="fa"] {
    color: #32004a;
}

.fromAccount,
.toAccount {
    box-shadow: 0 0 3px 1px #80808026;
    padding: 1em;
}

.accountDetails {
    font-size: 14px;
}

.statusText {
    text-align: right;
}


/* .width-40 {
    width: 40%;
} */

.statusImage {
    padding: 2px;
    border-radius: 50%;
    box-shadow: 0 0 5px 1px #80808026;
}

.transactionProof {
    margin-bottom: 1em;
    font-size: 14px;
    padding: 10px 10px 10px 4px;
}

.buySection {
    text-align: center;
    margin: 2em;
}

.balance {
    /* height: 328px; */
    border: 1px solid #d4d1d1;
    margin: 2em 0;
    padding: 1em;
    border-radius: 8px;
    text-align: left;
}

.buySec p {
    color: #8f8f92;
}

.titleSec {
    margin-top: 3em;
    border-radius: 10px;
    border: 1px solid #d4d1d1;
    padding: 1em;
}

.titleSec h6 {
    color: #32004a;
}

.editBTC {
    margin-top: 1em;
}

.yourAddress span {
    color: #32004a;
}

.btcForm {
    padding: 1em 0;
}

.yourAddress {
    text-align: left;
    padding: 2em 0;
}

.page-item.active .page-link {
    color: #32004a;
    background: #dbcff3;
}

.page-link {
    background: #f3f1f7;
}

.previous .page-link,
.next .page-link {
    background: #f3f3f3;
}

.dz-clickable {
    background: #f3f1f7;
    border: 1px dashed #aaa;
    border-radius: 4px;
    padding: 20px 0 30px;
    text-align: center;
}

.tab-custom-s3 .nav-tabs {
    margin-top: 1em;
}

.data-table tbody tr.even td {
    background: #e4d5fd;
}

.data-table tbody tr.odd td {
    background: #f0ecf5;
}

.input-item {
    padding-bottom: 20px;
}

.available {
    font-size: 15px;
    padding-left: 10px;
    color: green;
    text-transform: uppercase;
}

.submitForm button {
    border-radius: 30px;
    color: #fff;
    background-color: #32004a;
    border: 1px solid #32004a;
    padding: 7px 25px;
}

.dot {
    height: 7px;
    width: 7px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}

.submitSection button,
.submitSection a {
    color: #fff;
    background: #32004a;
    border-radius: 21px;
    /* width: 100%; */
    padding: 6px 20px;
    border: none;
}

.input-textarea {
    border: 1px solid #ced4da;
    width: 100%;
    border-radius: 7px;
}

.line {
    margin-right: 4px;
    border-left: 2px solid #32004a;
    margin-left: 10px;
}

.INRAmount {
    width: 83%;
    margin: 1em auto;
}

input[type="text"]#subdomaintwo {
    padding: 10px;
    font-size: 14px;
    border-radius: 0 25px 25px 0;
    -webkit-appearance: none !important;
    color: #32004a;
    text-align: right;
    width: 100px;
    border: 1px solid #ced4da;
    cursor: pointer;
    border-left: 0px;
    margin: 0 0 0 -7px;
    background: white;
}

.buyOrderTable table {
    margin: 2em auto;
    width: 54%;
}

.buyOrderTable table td {
    /* padding: 10px; */
    border: 1px solid #ccc;
}

input[type="text"]#subdomain {
    padding: 10px;
    font-size: 14px;
    width: 81%;
    border-radius: 25px 0 0 25px;
    -webkit-appearance: none !important;
    border: 1px solid #ced4da;
    border-right: 0px;
    outline: none;
}

.description {
    padding: 1em 3em;
}

.separation {
    margin: 1em 0;
    border-bottom: 2px solid #6936b4;
}

.withdrawal:hover {
    background: #f9f9f9;
}

.withdrawal {
    padding: 0.75em 0;
}

.withdrawSec {
    color: #4a4646;
    font-size: 14px;
    line-height: 27px;
}

.submitSection button:hover {
    background: #7e2aa7;
}

.addBankForm {
    width: 85%;
    margin: 2em auto;
}

.tab-custom-s3 .nav-tabs .nav-link {
    margin-left: 2em;
    border: none;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 12px;
    background: rgba(34, 59, 85, 0.07);
    border-radius: 6px;
    color: #4c5a77;
}

.tab-custom-s3 .nav-tabs .nav-link.active {
    font-weight: 800;
    color: #32004a;
    border-bottom-color: #32004a;
    font-family: ProximaNova-Bold;
}


/*--- fileupload--*/

.submitButton button {
    margin-top: 1.5em;
    background: #32004a;
    border: none;
    padding: 10px 25px;
    border-radius: 23px;
    color: #fff;
    margin-bottom: 1.5em;
}

.file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.file-upload-btn {
    display: inherit;
    margin: 0 auto;
    color: #fff;
    background: #32004a;
    border: none;
    padding: 10px;
    border-radius: 28px;
    transition: all 0.2s ease;
    outline: none;
}

.file-upload-btn:hover {
    background: #32004a;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all 0.2s ease;
}

.kyc-selfie {
    margin-bottom: 34px !important;
}

#pan-file-upload-content,
#deposit-file-upload-content,
#sell-file-upload-content,
#neft-file-upload-content,
#rtgs-file-upload-content,
#pan-card-file-upload-content,
#llp-pan-card-file-upload-content,
#partner-pan-card-file-upload-content,
#huf-pan-card-file-upload-content,
#cin-file-upload-content,
#llpin-file-upload-content,
#aadhar-file-upload-content,
#aadhar-huf-file-upload-content,
#comp-auth-letter-file-upload-content,
#llp-auth-letter-file-upload-content,
#part-auth-letter-file-upload-content,
#passport-file-upload-content,
#passportback-file-upload-content,
#licenceidFront-file-upload-content,
#licenceidBack-file-upload-content,
#idFront-file-upload-content,
#idBack-file-upload-content,
#selfie-file-upload-content,
#selfie2-file-upload-content,
#selfiedoc-file-upload-content,
#llp-selfie-file-upload-content,
#part-selfie-file-upload-content,
#huf-selfie-file-upload-content,
#huf-cc-file-upload-content,
#part-cc-file-upload-content,
#pan-copy-file-upload-content,
#aadhar-copy-file-upload-content,
#part-deed-file-upload-content,
#license-file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-content,
.file-upload-contentss,
.file-upload-contents,
.file-uploaded-contents,
.uploaded-content,
.file-upload-contentes,
.uploaded-contentsss {
    display: none;
    text-align: center;
}

#passport-file-upload-input,
#sell-file-upload-input,
#deposit-file-upload-input,
#rtgs-file-upload-input,
#pan-card-file-upload-input,
#cin-file-upload-input,
#aadhar-huf-file-upload-input,
#llpin-file-upload-input,
#aadhar-file-upload-input,
#comp-auth-letter-file-upload-input,
#llp-auth-letter-file-upload-input,
#part-auth-letter-file-upload-input,
#passportback-file-upload-input,
#pan-file-upload-input,
#llp-pan-card-file-upload-input,
#partner-pan-card-file-upload-input,
#huf-pan-card-file-upload-input,
#selfie-file-upload-input,
#selfie2-file-upload-input,
#selfiedoc-file-upload-input,
#llp-selfie-file-upload-input,
#part-selfie-file-upload-input,
#huf-selfie-file-upload-input,
#huf-cc-file-upload-input,
#part-cc-file-upload-input,
#pan-copy-file-upload-input,
#aadhar-copy-file-upload-input,
#part-deed-file-upload-input,
#licenceidFront-file-upload-input,
#licenceidBack-file-upload-input,
#idFront-file-upload-input,
#neft-file-upload-input,
#idBack-file-upload-input,
#license-file-upload-input {
    position: absolute;
    margin: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-uploaded-wrapes {
    margin-top: -73px;
    border: 1px dashed #32004a;
    position: relative;
}

.preview img {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

#licenceidBack-image-upload-wrap,
#deposit-image-upload-wrap,
#sell-image-upload-wrap,
#rtgs-image-upload-wrap,
#licenceidFront-image-upload-wrap,
#idBack-image-upload-wrap,
#idFront-image-upload-wrap,
#pan-image-upload-wrap,
#passport-image-upload-wrap,
#passportback-image-upload-wrap,
#pan-card-image-upload-wrap,
#llp-pan-card-image-upload-wrap,
#partner-pan-card-image-upload-wrap,
#huf-pan-card-image-upload-wrap,
#cin-image-upload-wrap,
#aadhar-huf-image-upload-wrap,
#llpin-image-upload-wrap,
#aadhar-image-upload-wrap,
#selfie2-image-upload-wrap,
#comp-auth-letter-image-upload-wrap,
#llp-auth-letter-image-upload-wrap,
#part-auth-letter-image-upload-wrap,
#selfie-image-upload-wrap,
#selfiedoc-image-upload-wrap,
#llp-selfie-image-upload-wrap,
#part-selfie-image-upload-wrap,
#huf-selfie-image-upload-wrap,
#huf-cc-image-upload-wrap,
#part-cc-image-upload-wrap,
#pan-copy-image-upload-wrap,
#aadhar-copy-image-upload-wrap,
#part-deed-image-upload-wrap,
#neft-image-upload-wrap,
#license-image-upload-wrap {
    margin-top: -73px;
    border: 1px dashed #32004a;
    position: relative;
}

.image-dropping,
#licenceidBack-image-upload-wrap:hover,
#deposit-image-upload-wrap:hover,
#sell-image-upload-wrap:hover,
#rtgs-image-upload-wrap:hover,
#licenceidFront-image-upload-wrap:hover,
#idBack-image-upload-wrap:hover,
#idFront-image-upload-wrap:hover,
#pan-image-upload-wrap:hover,
#passport-image-upload-wrap:hover,
#passportback-image-upload-wrap:hover,
#pan-card-image-upload-wrap:hover,
#llp-pan-card-image-upload-wrap:hover,
#partner-pan-card-image-upload-wrap:hover,
#huf-pan-card-image-upload-wrap:hover,
#cin-image-upload-wrap:hover,
#llpin-image-upload-wrap:hover,
#aadhar-image-upload-wrap:hover,
#aadhar-huf-image-upload-wrap:hover,
#llp-auth-letter-image-upload-wrap:hover,
#comp-auth-letter-image-upload-wrap:hover,
#part-auth-letter-image-upload-wrap:hover,
#selfie2-image-upload-wrap:hover,
#selfiedoc-image-upload-wrap:hover,
#llp-selfie-image-upload-wrap:hover,
#part-selfie-image-upload-wrap:hover,
#huf-selfie-image-upload-wrap:hover,
#huf-cc-image-upload-wrap:hover,
#part-cc-image-upload-wrap:hover,
#pan-copy-image-upload-wrap:hover,
#aadhar-copy-image-upload-wrap:hover,
#part-deed-image-upload-wrap:hover,
#selfie-image-upload-wrap:hover,
#neft-image-upload-wrap:hover,
#license-image-upload-wrap:hover {
    /* background-color: #1FB264; */
    border: 1px dashed #32004a;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.transactionDetails {
    width: 70%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 3em;
}

.image-upload-wrap {
    margin-top: -73px;
    border: 1px dashed #32004a;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    /* background-color: #1FB264; */
    border: 1px dashed #32004a;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    margin-top: 1.5em;
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    /* text-transform: uppercase; */
    color: #32004a;
    padding: 64px 0 24px 0;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    /* width: 200px; */
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 31px;
    /* border-bottom: 4px solid #b02818; */
    transition: all 0.2s ease;
    outline: none;
    margin-top: 1rem;
    /* text-transform: uppercase; */
    /* font-weight: 700; */
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all 0.2s ease;
}


/*--- fileupload--*/

.board-list p.portfolio {
    font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
}

.depositConfirmation {
    width: 475px;
    padding: 2em;
    box-shadow: 0 0 3px 1px #80808026;
    margin: 0 auto;
}


/*
.depositConfirmation {
    box-shadow: 0 0 3px 1px #80808026;
    padding: 1.5em;
    width: 500px;
    margin: 0 auto;
} */

.kyc-upload-title {
    text-align: left;
}

.footerLink .nav-link a:hover {
    text-decoration: underline;
}

.agree {
    margin-top: 2em;
}

label.input-group-append.input-check-label {
    text-align: left;
    color: #304073;
    font-size: 14px;
}

.tile-item.tile-primary h6 {
    color: #fff;
}

.upload-title {
    margin-bottom: 2em;
    text-align: left;
}

.select2-container .select2-selection--single {
    height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    top: 46%;
}

.seperation span hr {
    vertical-align: middle;
    display: inline-block;
    width: 47%;
    border-top: 2px solid #32004a;
}

.seperation {
    padding: 1em 0;
}

.addDetails {
    margin: 2em 0;
}

.bankTable {
    margin: 1.6em 0;
}

.select2-container--default .select2-selection--single {
    background: #fff;
    color: #4e4e4e;
    border: 1px solid #ced4da;
    border-radius: 30px;
    transition: all 0.4s;
}

.addDetails a {
    padding: 10px 20px;
    box-shadow: 0px 2px 18px 2px rgba(43, 86, 245, 0.25);
    text-transform: capitalize;
    border: 1px solid #32004a;
    border-radius: 20px;
    background: #32004a;
    color: #fff;
}

.support-btn a {
    margin-top: 9px;
}

.noticePoints ul {
    padding: 1em 1em 0 1em;
}

div#qrcode {
    margin: 0 auto;
    width: 32%;
}

.secColor {
    font-weight: 600;
    color: #f1d145;
}

.buyOrder p {
    padding: 0.5rem 0;
}

.statuss {
    padding: 9px;
    border-radius: 23px;
    background: #ee8133;
    color: #fff;
}

.select2-container--default .select2-results__option,
.select2-container--default .select2-results__option--highlighted {
    background: #dbcbf5;
    color: #fff;
}

.deposit img {
    width: 31px;
    padding-right: 9px;
}

.deposit {
    font-weight: 600;
    padding: 10px;
    text-align: left;
}

.bankTable td {
    color: #797676;
    padding: 5px 3em;
    font-size: 14px;
}

.titleBank {
    text-align: left;
    padding: 0px 10px 10px 10px;
    font-size: 15px;
    font-weight: 600;
    color: #32004a;
}

div#DataTables_Table_0_filter input {
    border: 1px solid #eff1f3;
}

div.dataTables_wrapper div.dataTables_filter label:before {
    padding: 0 0 0 15px;
}

.select2-container--default .select2-results__option {
    padding: 12px 20px;
    border-bottom: 1px solid #ced4da;
}

.deposit-board {
    padding: 1.4em;
}

#funkystyling {
    background: white url("../images/flag.png") left no-repeat;
    /* background: white url("assets/images/icons/active-verified.png") left no-repeat; */
    padding-left: 17px;
}

.logo a span {
    color: #fff;
    font-weight: 700;
}

header.cf .logo img {
    width: auto;
}

.user-ath-page {
    display: flex;
    min-height: unset;
}

.user-ath-box {
    border-radius: 25px;
    padding: 0;
}

.ath-header h2 {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 100;
}

.list li {
    font-size: 14px;
}

i.fa.fa-times {
    padding-right: 10px;
    font-size: 17px;
    color: #fb663e;
}

button.cancelButton {
    padding: 0;
    width: 100%;
    border-radius: 17px;
    background: none;
    color: #333333;
}

button.continueButton {
    padding: 0;
    width: 100%;
    border-radius: 20px;
}

i.fa.fa-check {
    padding-right: 10px;
    font-size: 16px;
    font-weight: 100;
    color: #31ba27;
}

.list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
    margin-top: 0.625rem;
}

.iti__selected-flag:focus {
    outline: none;
}

.ath-body {
    padding: 1.875rem;
}

.ath-header {
    padding: 16px 25px;
    border-bottom: 1px solid #e5ebf3;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 99.5%;
}

.iti--separate-dial-code .iti__selected-flag {
    background: none;
}

.input-bordered {
    border-radius: 50px;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 10px;
}

.input-bordered.open {
    border-radius: 30px 30px 0 0 !important;
}

.width-40 {
    width: 49%;
}

input#residencyInput {
    z-index: 999;
    border-radius: 0;
    width: 32.6em;
    margin-left: -11px;
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -10px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #ccc;
    white-space: nowrap;
    /* max-height: 130px; */
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 456px;
}


/*-- Recaptcha--*/

.rc-anchor-pt {
    display: none;
}

#recaptcha {
    display: inline-block;
    position: relative;
}

.ath-body.text-center p {
    font-size: 17px;
}

.user-ath-page {
    display: flex;
    /* min-height: 93vh; */
    align-items: center;
    padding: 0;
}

.form-note {
    padding: 1em;
}

#recaptcha:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 3px;
    right: 5px;
    width: 100px;
    height: 70px;
    background-color: #f9f9f9;
}

.recapchaa img {
    width: 61%;
}

button.btn-primary.loginButton {
    margin-top: 1.5em;
    width: 100%;
    border-radius: 30px;
    padding: 0;
}

.user-ath-logo {
    margin: 25px 0;
}

.support-link a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 14px;
    opacity: 0.8;
}

.support-link .nav-link+.nav-link {
    border-left: 1px solid #fff;
}

.justify-content-center {
    justify-content: center !important;
}

.support-link .nav-link {
    padding: 0 10px;
    display: inline-flex;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.input-check {
    top: 6px;
    width: 15px;
    height: 15px;
}

input-check-label {
    padding-top: 3px;
    padding-left: 8px;
    font-size: 15px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}

.input-check-label {
    padding-top: 1px;
    padding-left: 10px;
}

.input-group-append {
    margin-left: -1px;
}

.forgetPin {
    padding-top: 1em;
}

form.digit-group p {
    font-size: 14px !important;
}

.text-lightgray {
    color: #8e9db2 !important;
}

input#IsAcceptedTermsConditions {
    margin-left: 5px;
    margin-top: 5px !important;
}


/* .user-panel p {
    text-align: left;
} */

.input-item.input-with-label {
    text-align: left;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background: #753ccc;
    border-color: #753ccc;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background-color: #855bc3 !important;
    box-shadow: none !important;
}

.user-content {
    margin-left: 0;
}

.border-radiuss {
    border-radius: 20px;
}

ul.kyc-upload-list {
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
}

.input-bordered {
    color: #4e4e4e;
}

.select2-container--default .select2-results__option {
    border-radius: 50px;
}

.buttons {
    border-radius: 20px;
    padding: 10px 20px;
}

.note-info p {
    color: #32004a !important;
}

.btn.btn-primary.proceed {
    height: unset;
    padding: 10px 20px;
    font-size: 13px;
}

.status-text {
    font-size: 15px;
    font-weight: 100;
}

.status-icon img {
    margin-top: 1.5em;
}

.status {
    box-shadow: 0 0 3px 1px #80808026;
    padding: 40px 20px;
    border-radius: 4px;
    text-align: center;
    border: none;
}

.status-empty .status-icon {
    border: none;
    box-shadow: 0 0 5px 1px #80808026;
    background: none;
    border-color: unset;
}

.web-app-container {
    overflow: hidden;
    position: relative;
}

@import url("https://fonts.googleapis.com/css?family=Raleway:200");
.digit-group input {
    border-radius: 6px;
    width: 54px;
    height: 50px;
    background-color: #fff;
    border: none;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    border: 1px solid #b0bfd1;
    color: #333333;
    margin: 0 2px;
}

@media only screen and (max-width: 834px) {
    .iti__country-list {
        width: 102%;
    }
    input#residencyInput {
        z-index: 999;
        border-radius: 0;
        width: 27.7em;
    }
}

@media only screen and (max-width: 768px) {
    .iti-mobile .iti--container {
        top: 216px;
        bottom: 30px;
        left: 75px;
        right: 25px;
        position: fixed;
    }
    input#residencyInput {
        z-index: 999;
        border-radius: 0;
        width: 27.7em;
        margin-left: -11px;
    }
    .iti__country-list {
        width: 102%;
    }
}

@media only screen and (max-width: 600px) {
    .bankTable td {
        padding: 1em;
    }
    .iti-mobile .iti__country-list {
        max-height: 55%;
        width: 90%;
    }
    input#residencyInput {
        z-index: 999;
        border-radius: 0;
        width: 28em;
        margin-left: -11px;
    }
}

@media only screen and (max-width: 500px) {
    .statusText {
        text-align: center;
        margin-top: 1em;
    }
    input#residencyInput {
        width: 21.6em;
    }
    .iti-mobile .iti__country-list {
        max-height: 55%;
        width: 90%;
    }
    .iti-mobile .iti--container {
        top: 216px;
        bottom: 30px;
        left: 75px;
        right: 25px;
        position: fixed;
    }
}

@media screen and (max-width: 480px) {
    .profile-drop.drop-open {
        left: 17px !important;
        top: 50px;
    }
}

@media screen and (max-width: 450px) {
    input[type="text"]#subdomain {
        padding: 10px;
        font-size: 14px;
        width: 67%;
    }
}

@media only screen and (max-width: 425px) {
    .iti-mobile .iti--container {
        top: 18em;
    }
}

@media only screen and (max-width: 414px) {
    input#residencyInput {
        width: 20.3em;
    }
    input[type="text"]#subdomain {
        width: 63%;
    }
}

@media only screen and (max-width: 360px) {
    input[type="text"]#subdomain {
        width: 57%;
    }
    input#residencyInput {
        width: 16.4em;
    }
    .iti-mobile .iti__country-list {
        max-height: 55%;
        width: 88%;
    }
}

@media only screen and (max-width: 375px) {
    input[type="text"]#subdomain {
        width: 59%;
    }
    .iti__country-list {
        width: 89%;
    }
    input#residencyInput {
        width: 17.7em;
    }
}

@media only screen and (max-width: 320px) {
    input[type="text"]#subdomain {
        width: 50%;
    }
    .iti__country-list {
        width: 229px;
    }
    .iti-mobile .iti--container {
        top: 255px;
        left: 75px;
    }
    input#residencyInput {
        width: 17em;
    }
}

@media screen and (min-width: 768px) {
    .web-app-container {
        z-index: 999;
    }
}

@media screen and (min-width: 600px) {
    .header-wrap .profile {
        margin-top: 4px;
    }
    .header-wrap .logo h1 {
        top: 0;
    }
}

.nav-tabs-bordered .nav-item {
    margin-bottom: 0;
    flex-grow: 1;
    width: 24.33% !important;
    padding: 0 7px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.mt-1 {
    margin-top: 0.25rem;
}

.sub-note {
    font-size: 12px !important;
    padding-left: 0.5rem;
    background: transparent;
    padding-top: 0.25rem;
}

.form-group .form-control {
    width: 100%;
    height: 54px;
    font-size: 16px !important;
    border: 1px solid #ced4da !important;
    border-radius: 30px !important;
    color: #4e4e4e !important;
    background-color: transparent;
}

.pt-0 {
    padding-top: 0%;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.-mt-2 {
    margin-top: -0.5rem !important;
}

.-mt-3 {
    margin-top: -0.75rem !important;
}

.mt-8 {
    margin-top: -2rem;
}
.font-lg{
    font-size: 1.5rem;
}
.font-xl{
    font-size: 1.75rem;
}
.pad-div{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.auth-letter {
    font: inherit;
    font-size: 16px !important;
    line-height: 1.5;
    color: #111215 !important;
}

.auth-head {
    font: inherit;
    line-height: 1.5;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0px !important;
    color: #111215 !important;
}

.line-hyt {
    line-height: 1.5;
    color: #111215 !important;
}

.font-bold {
    font: inherit !important;
    font-weight: 700 !important;
    color: #111215 !important;
}

.pl-0 {
    padding-left: 0px
}

.banner.banner-page {
    padding-top: 90px !important;
}
