.navbar-main{
    width: 232px;
    padding-top: 0;
    box-shadow: 0 0 8px rgba(31, 42, 80, 0.05);
}

.navbar-main > .container-fluid{
    padding-right: var(--bs-gutter-x,1rem);
    padding-left: var(--bs-gutter-x,1rem);
}

.navbar-main .navbar-brand{
    width: 100%;
    border-bottom: 1px solid #D9E2EF;
    padding-top: 16px;
    padding-bottom: 16px;
}

.navbar-brand img {
    height: 40px;
    max-height: 40px;
}

.navbar-main.navbar-expand-lg .navbar-nav {
    flex-direction: column;
}

.menu-item-icon{
    margin-right: 8px;
}

.menu-item-label{
    line-height: 18px;
}

.navbar-main-mobile .offcanvas-body > .navbar-nav > .nav-item,
.navbar-main > div > .navbar-nav > .nav-item{
    margin-top: 16px;
    background: #ffffff;
    border-radius: 32px;
    color: #000000;
    width: 100%;
}

.navbar-main-mobile .offcanvas-body > .navbar-nav > .nav-item:hover,
.navbar-main > div > .navbar-nav > .nav-item:hover{
    background: #F5F8FB;
}

.navbar-main-mobile .offcanvas-body > .navbar-nav > .nav-item.first{
    margin-top: 0;
}

.navbar-main-mobile .offcanvas-body > .navbar-nav > .nav-item .nav-link,
.navbar-main > div > .navbar-nav > .nav-item .nav-link{
    color: #000000;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    align-items: center !important;
}

.navbar-main-mobile .offcanvas-body > .navbar-nav > .nav-item.active,
.navbar-main > div > .navbar-nav > .nav-item.active{
    background: #1F2A50;
    color: #FFFFFF;
}

.navbar-main-mobile .offcanvas-body > .navbar-nav > .nav-item.active .nav-link,
.navbar-main > div > .navbar-nav > .nav-item.active .nav-link{
    color: #FFFFFF;
}

.bg-light{
    background: #F5F8FB;
}

#content{
    position: relative;
    padding-bottom: 7rem !important;
}

.language_menu_header{
    position: absolute;
    right: 50px;
    top: 20px;
}
.language_menu_header.language_menu_header_mobile{
    top: 10px;
}

#page_content{
    padding: 40px 32px 24px;
    background: #FFFFFF;
    border-radius: 16px;
    margin-top: 32px;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}

.content_login {
    width: 100%;
    padding: 10px 14px 20px 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#page_content.content_login {
    overflow: hidden;
    padding: 0;
    background: transparent;
    box-shadow: unset;
}

.content_login .nav-item {
    width: 50%;
}

.content_login .nav-tabs .nav-link {
    color: #96A6B6;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: #F6F8FB;
    padding: 20px 15px;
    border: none;
    transition: none;
}

.content_login .nav-tabs .nav-link.active {
    background: #ffffff;
    color: #1E1A19;
}

.content_login .alert-danger {
    width: 576px;
    margin-left: auto;
    margin-right: auto;
}

.alert-danger {
    background: #fff;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.10);
    border-color: rgba(173, 0, 15, .44);
    color: #ad000f;
}

.form-login {
    width: 576px;
    padding: 72px 88px;
    border-radius: 32px;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.10);
    background: #fff;
    margin: auto;
}
.form-login input[type='text'],
.form-login input[type='password'],
.form-login input[type='email'] {
    padding: .5rem 1rem;
    font-size: 1.25rem;
}

.user-notification {
    padding: 20px 24px;
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.user-notification-success {
    border: 1px solid rgba(91, 201, 156, .5);
}

.email-icon {
    width: 150px;
}

@media (max-width: 420px) {
    #page_content {
        padding: 23px 18px 24px;
    }

    .content_login {
        max-width: unset;
    }

    .form-login {
        width: 100%;
        padding: 40px 28px;
    }

    .content_login .nav-tabs .nav-link {
        font-size: 14px;
        padding: 17px 9px;
    }
}

.btn-primary {
    color: #fff;
    background-color: #5BC99C;
    border-color: #5BC99C;
    border-radius: 8px !important;
    padding: 10px 16px !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #358F6A;
    border-color: #358F6A;
}

.btn-secondary {
    color: #0F162E;
    background-color: transparent;
    border-color: #0F162E;
}

.datatable th{
    border-top: 1px solid #D9E2EF;
    border-bottom: 1px solid #D9E2EF;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 8px;
    color: #1F2A50;
}

.datatable td{
    font-weight: 400;
    font-size: 15px;
    padding: 16px 8px;
    color: #1F2A50;
}

.datatable .balance_action{
    font-size: 14px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: flex-start;
}

.paginate_button.disabled {
    display: none;
}

.balance_action a{
    white-space: nowrap;
}

.balance_currency{
    display: flex;
}

.currency-icon{
    height: 20px;
    width: auto;
    padding-right: 8px;
    margin: auto 0;
}

#datatable_balances_search_filter, #datatable_deposit_addresses_search_filter {
    position: relative;
    max-width: 320px;
}

#search{
    background: #F5F8FB;
    border-radius: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    padding: 14px 20px;
    border-width: 0;
}

#search_icon{
    position: absolute;
    top: 16px;
    right: 20px;
    height: 16px;
    width: auto;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    right: 50px;
    background: url('img/cross.svg') no-repeat 50% 50%;
}

input[type="search"]:not(:focus):hover::-webkit-search-cancel-button{
    display: none;
    width : 0;
    height: 0;
}

#datatable_balances_custom_filter, #datatable_deposit_addresses_custom_filter {
    margin-top: 8px;
}

#datatable_balances_custom_filter .form-check, #datatable_deposit_addresses_custom_filter .form-check {
    display: flex;
    align-items: center;
}

#datatable_balances_custom_filter label, #datatable_deposit_addresses_custom_filter label {
    font-weight: 400;
    font-size: 16px;
}

.datatable .form-inline {
    display: flex;
    align-items: center;
}

#hide_empty_balances{
    width: 18px;
    height: 18px;
    margin: 0;
    margin-right: 8px;
}

#order_table_filters label {
    line-height: 110%;
    margin-bottom: 0.5em;
}
#order_table_filters .form-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.order_status.alert {
    padding: 8px;
    border: none;
    font-size: 14px;
    margin-bottom: 0;
}

.datatable .order_status.alert, .order-holder .order_status.alert {
    display: flex;
    align-items: center;
}

.datatable .order_status.alert::before, .order-holder .order_status.alert::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('../css/img/status/success.svg') no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    margin-right: 4px;
}

.datatable .order_status.alert.success::before, .order-holder .order_status.alert.success::before {
    background-image: url('../css/img/status/success.svg');
}
.datatable .order_status.alert.warning::before, .order-holder .order_status.alert.warning::before {
    background-image: url('../css/img/status/warning.svg');
}
.datatable .order_status.alert.pending::before, .order-holder .order_status.alert.pending::before {
    background-image: url('../css/img/status/pending.svg');
}

td .order_type{
    display: flex;
}

.show_order_details img{
    height: 20px;
    width: auto;
    margin-right: 8px;
    margin-bottom: 2px;
    opacity: 0.5;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{
    display: none;
}

.order_details_template .modal_order_value{
    word-break: break-all;
}

.order-column-title {
    display: none;
}

.card-form-container.h-660{
    height: 660px;
}

@media (min-width: 992px) and (max-width: 1263px){
    .card-form-container.h-660{
        box-shadow: 0 0 10px rgba(0,0,0,0.14);
    }
}

.card-form-container iframe{
    width: 100%;
    min-width: 320px;
    max-width: 600px;
    height: 100%;
}

.copy-icon{
    height: 20px;
    width: auto;
}

.btn.clipboard-btn{
    padding: 0;
}

.menu-item-account-wrapper{
    background-color: #F5F8FB;
    border-radius: 12px;
    padding: 12px 18px;
}

.menu-item-account-icon img{
    height: 48px;
    width: auto;
}

.menu-item-account-name{
    font-size: 20px;
    font-weight: 600;
}

.menu-item-account-email{
    font-size: 14px;
    font-weight: 400;
}

/*  */
/* user verification page */
/*  */

#verificationForm {
    max-width: 900px
}

#verificationForm .form-control {
    display: block;
    font-size: 18px;
    height: 60px;
}

#verificationForm .dropzone {
    width: 100% !important;
    height: 360px;
}

.dropzone:before {
    content: none;
}

.dropzone:after {
    bottom: unset;
    top: 0;
    padding: 1.5em 1.5em 60px;
    background: url('img/image.svg') no-repeat;
    background-size: auto 45px;
    background-position: center bottom;
}

.form-control.error + label.error, label.error {
    /* position: absolute;
    top: 100%;
    left: 0; */
    display: block;
    position: static;
}
/* steps */

/* CSS */
.verification-tabs {
    border: 0;
    pointer-events: none;
}

.verification-tabs .nav-link {
    display: flex;
    align-items: center;
    color: #000;
    border: 0;
    padding: 0 50px;
    position: relative;
}

.verification-tabs .nav-link.active {
    color: #0ccbbe;
}
.verification-tabs .nav-link.active .step-number {
    background: #0ccbbe;
    color: #ffffff;
}

.verification-tabs .nav-item:first-child .nav-link {
    padding-left: 0
}

.verification-tabs .nav-link:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 24px;
    background: #eceff1;
}

.verification-tabs .nav-item:last-child .nav-link:after {
    content: unset;
}

#verificationForm .dropdown-menu {
    max-height: 250px;
}

/* midal */

.modal-header button {
    border: 0;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    outline: unset;
}

.modal-header button i {
    font-size: 1.4em;
}

.modal-footer .button {
    margin-top: 20px;
    padding: 10px 36px;
}
/* custom select 2 styles */
/*  */
/* select container */
.select2-container {
    width: 100% !important;
}
/* select */
.select2-container .select2-selection--single {
    height: auto;
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* select placeholder */
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 24px;
}
/* select arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
    position: absolute;
    top: 1px;
    right: 3px;
    width: 20px;
}
/* search input */
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
    border-color: #ced4da;
}

.select2-dropdown {
    border-color: #ced4da;
}

/* balances data table */

.datatable.datatable_balances td {

}

@media (max-width: 767px) {
    .datatable.datatable_balances th {
        display: none;
    }

    .datatable.datatable_balances tr.odd , .datatable.datatable_balances tr.even {
        border: 1px solid #dee2e6;
    }

    .datatable.datatable_balances tr {
        display: block;
        margin-bottom: 20px;
        border-radius: 5px;
        overflow: hidden;
    }

    #datatable_balances_custom_filter .form-check {
        padding-left: 0;
        padding-bottom: 5px;
    }

    .datatable.datatable_balances td {
        display: flex;
        justify-content: space-between;
        width: 100%;
        text-align: right;
        position: relative;
        box-sizing: border-box;
        padding: 12px 12px;
        background: #fff;
        border-bottom: 1px solid #dee2e6;
    }

    .datatable.datatable_balances tr td:last-child {
        padding-bottom: 16px;
    }

    .datatable.datatable_balances td::before {
        content: attr(data-label);
        text-align: left;
        font-weight: 700;
        padding-right: 3px;
        padding-top: 3px;
        width: 31%;
        text-align: left;
        border-right: 1px dashed #ddd;
        border-top: none;
        border-bottom: none;
    }

    .datatable.datatable_balances td.balance_action {
        padding-bottom: 5px;
        border: 0;
    }

    .datatable.datatable_balances td.balance_action a {
        display: flex;
        align-items: center;
    }

    .datatable.datatable_balances td.balance_action a .balance-action-icon {
        margin-right: 7px;
    }

    .datatable.datatable_balances td.balance_action a .balance-action-icon img {
        width: 18px;
    }
}

/*  */
/* reports export */
/*  */

.green-button {
    color: #0CCBBE;
    font-size: 14px;
    font-weight: 500;
    transition: color .12s ease-in-out;
    border: 0;
    background: transparent;
}

.green-button:hover {
    color: #2c3d75;
}


.filter-options-list{
    overflow: auto;
    padding-right: 40px;
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    min-height: 25px;
    max-height: 170px;
}

.filter-options-list .filter-option{
    width: 50%;
}

.checkbox-custom label{
    font-weight: 600;
}

#creationReportModal .form-label{
    margin-bottom: 5px;
}

.check-uncheck-btn{
    font-weight: 600;
    color: #337ab7;
    cursor: pointer;
}

.check-uncheck-btn:hover{
    color: #1f2a50;
}

#creationReportModal .modal-title {
    font-size: 30px;
    font-weight: bold;
}

#creationReportModal .form-label {
    font-size: 16px;
}

#creationReportModal .modal-dialog {
    display: block;
    width: 100%;
    max-width: 665px;
}
#creationReportModal .modal-body {
    padding: 20px 30px;
}

.modal-footer .bottons-container {
    display: flex;
    justify-content: flex-end;
}

.modal-cancel-btn {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    border: none;
    background: none;
    cursor: pointer;
    padding-right: 0;
}

/*  */
/* deposit address */
/*  */

.show_address_button {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.show_address_button img {
    height: 20px;
    width: auto;
    margin-right: 5px;
    opacity: 0.5;
    transition: opacity .12s ease-in-out;
}

.show_address_button img:hover {
    opacity: .9;
}

#deposit-address{
    word-break: break-all;
}

.deposit_address_address input, .deposit_address_memo input {
    display: inline-block;
    max-width: 229px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    height: 30px;
    font-size: 13px;
    padding: 5px 10px;
}

.deposit_address_address > span{
    word-break: break-all;
}

#deposit_details_modal td.modal_details_value {
    word-break: break-all;
}
#deposit_details_modal td.modal_details_value input {
    width: 65%;
    max-width: 200px;
    display: inline-block;
}

#deposit_details_modal td {
    vertical-align: middle;
}

#deposit_details_modal td[data-field="addressQrCode"] img {
    margin-left: -1.3em;
}

#datatable_details td {
    padding-left: 0;
    padding-right: 0;
}

#depositAddressForm .min-sum {
    color:  #fd2a47;
    font-size: 16px;
    font-weight: 600;
}

.deposit_address_title_wrapper img{
    width: 11px;
    height: auto;
}

.referral-link-text{
    word-break: break-all;
}

.card {
    border: 0;
    border-radius: 16px;
}

.card-body {
    padding: 1.2rem 1rem;
}

@media (max-width: 767px) {

    #deposit_details_modal td p {
        max-width: 177px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        margin: 0;
    }
    #deposit_details_modal .modal-title {
        font-size: 12px;
    }

    .deposit_address_address {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .datatable.datatable_deposit_addresses thead tr {
        border: 0;
    }

    .deposit_address_address input {
        max-width: 70px;
        max-width: 40%;
        font-size: 14px;
    }

    .datatable.datatable_deposit_addresses th {
        display: none;
    }

    .datatable.datatable_deposit_addresses tr {
        border: 1px solid #dee2e6;
    }

    .datatable.datatable_deposit_addresses tr {
        display: block;
        margin-bottom: 20px;
        border-radius: 5px;
        overflow: hidden;
    }

    #datatable_deposit_addresses_custom_filter .form-check {
        padding-left: 0;
        padding-bottom: 5px;
    }

    .datatable.datatable_deposit_addresses td {
        display: flex;
        justify-content: space-between;
        width: 100%;
        text-align: right;
        position: relative;
        box-sizing: border-box;
        padding: 12px 12px;
        background: #fff;
        border-bottom: 1px solid #dee2e6;
    }

    .datatable.datatable_deposit_addresses tr td:last-child {
        padding-bottom: 16px;
        border-bottom: 0;
    }

    .datatable.datatable_deposit_addresses td::before {
        content: attr(data-label);
        text-align: left;
        font-weight: 700;
        padding-right: 3px;
        padding-top: 3px;
        width: 42%;
        text-align: left;
        border-right: 1px dashed #ddd;
        border-top: none;
        border-bottom: none;
        font-size: 14px;
    }

    .datatable.datatable_deposit_addresses td.balance_action {
        padding-bottom: 5px;
        border: 0;
    }

    .datatable.datatable_deposit_addresses td.balance_action a {
        display: flex;
        align-items: center;
    }

    .datatable.datatable_deposit_addresses td.balance_action a .balance-action-icon {
        margin-right: 7px;
    }

    .datatable.datatable_deposit_addresses td.balance_action a .balance-action-icon img {
        width: 18px;
    }
}

.img_logo_login{
    height: 40px;
    max-height: 40px;
}

.register_alert_error{
    width: 370px;
    margin-left: auto;
    margin-right: auto;
}

/* flypay code */

#code_result {
    display: none;
}

#fcode_list .print-this-inner {
    text-align: center!important;
}

#fcode_list .print-this-inner hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    padding-left: 75px !important;
}

#fcode_list .print-this-inner th {
    padding: 15px 10px !important;
    vertical-align: middle;
    text-align: left;
}

#fcode_list .print-this-inner td {
    border-top: 1px solid #D9E2EF;
    border-bottom: 1px solid #D9E2EF;
    padding: 15px 10px !important;
    text-align: left;
    vertical-align: middle;
}

.print-fcode-data-table {
    width: 100%;
    text-align: left!important;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    font-size: 26px;
    line-height: 170%;
    margin-top: 60px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.print-fcode {
    font-size: 26px !important;
    line-height: 120%;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 30px;
}

.fcode-tabs {
    border: 0;
}

.fcode-tabs .nav-link {
    padding: 7px 20px;
    border-radius: 0.35rem;
    color: #1f2a50;
    display: inline-block;
    border: 1px solid #1f2a50;
    background: transparent;
    font-weight: 700;
    transition: background .2s ease-in-out, color .2s ease-in-out;
}

.fcode-tabs .nav-link:hover {
    background: #1f2a50;
    border: 1px solid #1f2a50;
    color: #fff;
}

.fcode-tabs .nav-item:not(:first-child) {
    margin-left: .5rem;
}

.fcode-tabs .nav-link.active {
    color: #5bc99c;
    border: 1px solid #5bc99c;
    background: #fff;
}

#access-balance-block {
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 13px;
}

#access-balance-block a {
    cursor: pointer;
    color: #5bc99c;
}

.personal-info .cart {
    box-shadow: 0 1px 2px 0 rgba(255, 78, 121, 0.14);
}

#paymentForm label {
    line-height: 120%;
}

#fcode_table {
    opacity: 1;
}

#fcode_table tr.collapse {
    color: #333;
    background: #fff
}

#fcode_mobile_filter {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

@media (max-width: 768px) {
    .fcode-tabs .nav-item {
        margin-left: 0 !important;
        margin-right: 15px;
    }

    .fcode-tabs .nav-link {
        margin-bottom: 10px;
    }

    #access-balance-block {
        position: absolute;
        top: unset;
        bottom: -30px;
        white-space: nowrap;
    }
    .personal-info {
        padding: 19px;
    }

    .datatable.datatable_fcode_list th {
        display: none;
    }

    .datatable.datatable_fcode_list tr.odd , .datatable.datatable_fcode_list tr.even {
        border: 1px solid #dee2e6;
    }

    .datatable.datatable_fcode_list tr {
        display: block;
        margin-bottom: 20px;
        border-radius: 5px;
        overflow: hidden;
    }

    .datatable.datatable_fcode_list tr.collapse td::before {
        content: none;
    }

    .datatable.datatable_fcode_list tr.collapse td {
        text-align: left;
        font-size: 13px;
    }

    .datatable.datatable_fcode_list td {
        display: flex;
        justify-content: space-between;
        width: 100%;
        text-align: right;
        position: relative;
        box-sizing: border-box;
        padding: 4px 12px;
        background: #fff;
        border-bottom: 1px solid #dee2e6;
        font-size: 13px;
    }

    .datatable.datatable_fcode_list td::before {
        content: attr(data-label);
        text-align: left;
        font-weight: 700;
        padding-right: 3px;
        padding-top: 3px;
        min-width: 31%;
        border-right: 1px dashed #ddd;
        border-top: none;
        border-bottom: none;
    }
}

.order-holder .cards-list .card:not(:first-child){
    margin-top: 20px;
}

#failedResponseModal, #successResponseModal{
    z-index: 1200;
}

/* flypay_code-list-table */

#flypayCodeForm .input-right-border {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.fcode-list-table {
    font-size: 12.5px
}
.fcode-list-table th:nth-child(1) {
    width: 10%;
}
.fcode-list-table th:nth-child(2) {
    width: 15%;
}
.fcode-list-table th:nth-child(4) {
    width: 25%;
}
.fcode-list-table th:nth-child(5) {
    width: 15%;
}
.fcode-list-table th:nth-child(6) {
    width: 15%;
}

.fcode-list-table .row-white {
    background: #fff;
}

.fcode-list-table .row-silver {
    background: #F6F8FB;
}

.fcode-list-table .clipboard-btn {
    color: #5BC99C;
}

.fcode-list-table textarea {
    height: 55px;
    font-size: 13px;
    padding: 5px 10px;
    width: 85%;
    resize: none;
}

.fcode-list-table tr.tab {
    cursor: pointer;
}

.fcode-list-table td[data-status="pending"], .flypaycode_status_pending {
    color: #ffc107;
}

.fcode-list-table td[data-status="active"], .flypaycode_status_active {
    color: #198754;
}

.fcode-list-table td[data-status="returned"], .flypaycode_status_returned {
    color: #9da3b8;
}

.fcode-list-table td[data-status="canceled"], .flypaycode_status_canceled {
    color: #CC003C;
}

.fcode-list-table td[data-status="activated"], .flypaycode_status_activated {
    color: #195987;
}

.no-display {
    color: #333;
    background: #fff;
}

.fcode-list-table .short_code {
    height: 30px;
    font-size: 13px;
    padding: 5px 10px;
    width: 85%;
}

.fcode-list-table .bootstrap-select .btn {
    height: auto;
}

.fcode-list-table .input-group input {
    height: 30px;
}

.fcode-list-table .input-group .searchclear {
    position: absolute;
    right: 47px;
    top: 0;
    bottom: 0;
    height: 17px;
    margin: auto;
    font-size: 17px;
    cursor: pointer;
    color: rgb(54, 65, 85);
}

.fcode-list-table .input-group .input-group-append {
    height: 30px;
}

.fcode-list-table .input-group .input-group-append button {
    height: 100%;
    border: 1px solid #d9e2ef;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fcode-list-table .dropdown-item {
    padding: 4px 13px;
}

.fcode-list-table .bootstrap-select .dropdown-menu {
    padding-top: 0;
}

.fcode-list-table .dropdown-divider {
    margin: 0;
}

.fcode_owner {
    font-weight: 400;
}

.fcode_owner.active {
    border-bottom: 2px solid #5BC99C;
    color: #5BC99C;
    font-weight: bold;
}

#mobileFilters  .bootstrap-select .btn {
    height: 40px;
}

#mobile-transactions  .form-inline {
    position: relative;
}

#mobile-transactions .btn.clipboard-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#mobile-transactions .fcode-list-table textarea {
    width: 100%;
    padding-right: 30px;
    max-height: 30px;
    overflow: hidden;
}

.fcode-control-owner .nav-tabs {
    border: 0;
}

.fcode-control-owner {
    border-bottom: 1px solid #5BC99C;
    box-sizing: border-box;
}

.fcode-control-owner .fcode_owner {
    color: #495057;
    border-radius: 8px 8px 0px 0px;
    padding: 7px 20px;
    display: inline-block;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-bottom-color: #5BC99C;
}

.fcode-control-owner .fcode_owner.active {
    background-color: #fff;
    border-color: #5BC99C #5BC99C #fff;
}

#filter_mobile_asset, #filter_mobile_status {
    min-height: 25px;
    height: 25px;
    padding: 0 12px;
}

#reset_filters_btn {
    font-weight: 600;
    color: #f25656;
}

.filter_asset_symbol {
    min-height: 25px;
    height: 25px;
    padding: 0 12px;
}

.filter_status {
    min-height: 25px;
    height: 25px;
    padding: 0 12px;
}

#mobile-transactions .created-column {
    font-weight: 700;
    color: #000;
}

#mobile-transactions .created-column-value {
    font-weight: 500;
}

.fcode-actions {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f6f6f6;
}

.fcode-actions a, .clipboard-btn {
    transition: .2s ease-in-out;
}

.fcode-actions a:hover, .clipboard-btn:hover {
    color: #000000;
}

.fcode-list-table .bootstrap-select>.dropdown-toggle:before {
    right: 27px;
}

.fcode-list-table  .btn-outline-secondary:hover {
    background: #5BC99C;
    border-color: #5BC99C !important
}

@media (max-width: 991px) {
    #mobileFilters .button.button-medium {
        margin-top: 20px;
        width: 100%;
        padding: 7px 30px;
    }
}
/* order */
.fixed-order-form .block_wallet_input{
    max-width: 364px;
}
.order-form-line .input-group select,
.order-form-line .input-group input:not(input[type="search"]):not(input[type="radio"]) {
    background: #ffffff !important;
    border: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 55px;
    padding: 9px 15px;
    border-radius: 8px;
}

.order-form-line .input-group {
    display: flex;
    align-items: center;
    position: relative;
    padding: 4px 4px;
    border-radius: 8px;
    flex-direction: row;
    background: #F6F6F6;
    margin-bottom: 19px;
    flex-basis: 1px;
    max-width: 364px;
}

.order-form-line .input-group.input-group-order-schedule{
    max-width: 344px;
}

.order-form-line .input-group-text {
    background: #F6F6F6;
    border-radius: 10px;
    min-width: 117px;
    padding: 12px 15px;
    border: 0;
    height: 56px;
    width: 50%;
}

.order-form-line .input-group-text.small, .order-form-line .input-group-text.auto{
    width: auto;
}

.order-form-line .form-select-wrapper {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.order-form-line .form-select {
    box-shadow: unset;
}

.input-group-order-schedule{
    flex-wrap: nowrap;
}

#orderScheduleFrom, #expiresAt{
    width: 120px;
}

.select_time{
    max-width: 80px;
    height: 64px;
    border: 4px solid #F6F6F6;
    border-radius: 8px;
}

#currencyRate{
    display: block;
    margin-top: -10px;
    font-weight: 700;
}

#amountToAlert{
    max-width: 364px;
}

.order-form-line .input-group.input-disabled{
    background: #ffffff;
}

.order-form-line .input-disabled .input-group-text{
    padding: 8px;
    height: auto;
    width: auto;
}

.order-form-line .input-group.input-disabled input{
    background: #F6F6F6 !important;
    padding: 8px;
    height: auto;
}

.block_cash_info .form-control {
    height: auto;
    line-height: 120%;
    font-size: 14px;
    padding: 15px 17px;
}

.input-tfa {
    position: relative;
    margin-bottom: 19px;
}

.input-tfa input, .light-input input {
    background: #ffffff !important;
    border: 0 !important;
    height: 55px;
    padding: 9px 15px;
    border-radius: 8px !important;
    box-shadow: 0 0 0 4px #F6F6F6 !important;
}

/***************************************/

.block_multiple_cards_input .input-field-section-card-block{
    max-width: 364px;
    position: relative;
}

.block_multiple_cards_input .input-field-section-icon-card {
    background-image: url('img/card_placeholder.svg');
    background-position: left 25px center;
    background-repeat: no-repeat;
    background-size: 20px;
    height: 62px;
    left: 0;
    max-width: 70px;
    position: absolute;
    width: 100%;
}

.block_multiple_cards_input .input-field-section-card-input {
    border: 4px solid #F6F6F6;
    border-radius: 8px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 64px;
    outline: none;
    padding: 23px 5px 23px 75px;
    transition: border-color .1s ease;
    width: 100%;
}

.block_multiple_cards_input .input-field-section-amount {
    align-items: center;
    display: flex;
    margin: 5px 0 0;
    padding: 0;
    position: relative;
}

.block_multiple_cards_input .input-field-section-bent-arrow {
    background-image: url('img/bent-arrow.svg');
    display: inline-block;
    height: 48px;
    margin-left: 30px;
    opacity: .2;
    position: relative;
    right: 2px;
    top: -11px;
    transform: rotate(-90deg);
    width: 48px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.block_multiple_cards_input .input-field-section-amount-input {
    border: 4px solid #F6F6F6;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    transition: border-color .1s ease;
    display: inline-block;
    height: unset;
    margin: 0;
    padding: 12px 5px 12px 12px;
    width: 100%;
}

.block_multiple_cards_input .btn-rest-amount {
    background-color: transparent;
    background-image: url('img/arrow-to-bottom.png');
    border: none;
    cursor: pointer;
    flex-basis: 25px;
    height: 18px;
    margin: 3px;
    opacity: .6;
    padding: 7px;
    transition: opacity .2s ease;
    width: 15px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.block_multiple_cards_input .btn-rest-amount:hover {
    opacity: 1;
}

.block_multiple_cards_input .form-control.error + label.error,
.block_multiple_cards_input label.error {
    display: block;
    position: static !important;
}

.block_multiple_cards_input .card-controls {
    max-width: 364px;
}

.block_multiple_cards_input .inner-card-controls {
    align-items: center;
    display: flex;
    justify-content: center;
}

.block_multiple_cards_input .button_animated:enabled {
    animation: glow .2s ease;
}

.block_multiple_cards_input .button_cards-control {
    border-radius: 50%;
    height: 50px;
    margin: 10px 15px;
    padding: 0;
    width: 50px;
}

.block_multiple_cards_input .button_pie-chart, .button_set-sum-to {
    background-position: 50%;
    background-repeat: no-repeat;
}

.block_multiple_cards_input .button_pie-chart {
    background-image: url('img/pie-chart.svg');
    background-size: 45%;
}

.block_multiple_cards_input .multiple_cards_sum{
    font-size: 20px;
    text-align: center;
    max-width: 364px;
}

.block_multiple_cards_input .multiple_cards_sum__progress-bar{
    background-color: #d3d3d3;
    height: 2px;
    margin-top: 10px;
    position: relative;
    width: 100%;
}

.block_multiple_cards_input .multiple_cards_sum__progress{
    background-color: #429473;
    border-radius: 8px;
    height: 6px;
    left: 0;
    max-width: 100%;
    position: absolute;
    top: -2px;
    transition: width .25s ease;
    width: 0;
}

.switch-wrapper input:hover, .switch-wrapper label:hover{
    cursor: pointer;
}

.order-field-array-item-title{
    color: #595e67;
}
