/* Import Google Font Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

/* Import Icons */
@import url('icons.css');
/* Import Checkbox Style */
@import url('chekbox.css');
/* Import Radio Button Style */
@import url('radio.css');
/* Import Loader Style */
@import url('loader.css');

* {
    outline: 0 !important;
}

body {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    background-color: #F2F4F7;
    letter-spacing: 0.2px;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

.text-primary {
    color: #286538 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #428854 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.mvh-100 {
    min-height: 100vh;
}

.toasts {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 15px 20px;
    background-color: #347445;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .15);
    animation-name: fadeInUp;
    animation-duration: .8s;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}



/* Switch */
.dropdown-item {
    padding: 10px 20px;
    line-height: 16px;
}

    .dropdown-item:focus, .dropdown-item:hover, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

.dropdown-toggle:after, .dropdown-toggle:before {
    display: none !important;
}

/* Switch */

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #347445;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/* Navbar */

.main .navbar {
    width: 100%;
    position: fixed;
    z-index: 200;
    min-height: 70px;
    color: #fff !important;
    background: #347445;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1)
}

    .main .navbar .nav-link {
        color: #fff;
        line-height: 15px;
        transition: background-color .15s;
        border-radius: 10px;
        padding: 8px 16px;
    }

        .main .navbar .nav-link:hover {
            background-color: #255d34;
        }

.navbar .navbar-img {
    width: 40px;
    border-radius: 50%;
}

.navbar .avatar {
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 50%;
    /*border: 3px solid #fff;*/
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar i.icon-card {
    width: 38px;
    height: 38px;
}

.navbar i.icon-navbar {
    width: 20px;
    height: 20px;
}

.navbar i.icon-login {
    width: 20px;
    height: 20px;
}

.navbar i.icon-sidebar {
    width: 20px;
    height: 20px;
}

.navbar-brand span {
    display: none;
}

.navbar-brand {
    margin-right: 15px;
}

.main-menu-opened .navbar-brand span {
    display: inline-block;
    width: calc(200px - 30px);
}

/* Card */

.card {
    border-radius: .8rem;
    border: none;
    margin-bottom: 2rem;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
    -webkit-transition: all 0.3s ease-in-out, background 0s, color 0s, border-color 0s;
    transition: all 0.3s ease-in-out, background 0s, color 0s, border-color 0s;
}

/* Carousel */

.carousel-item {
    height: 600px;
}

    .carousel-item .img {
        width: 100%;
        height: 100%;
        background-size: cover;
    }

.carousel-caption {
    right: 5%;
    left: 5%;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none !important;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    padding: 0 5px;
}

    .owl-carousel .owl-stage-outer:before {
        content: '';
        position: absolute;
        top: 0;
        left: -10px;
        bottom: 0;
        height: 100%;
        background-image: linear-gradient(90deg, #F2F4F8 50%, #37393b00 100%);
        width: 45px;
        z-index: 55;
    }

    .owl-carousel .owl-stage-outer:after {
        content: '';
        position: absolute;
        top: 0;
        right: -5px;
        bottom: 0;
        height: 100%;
        background-image: linear-gradient(90deg, #f1f3f600 50%, #F2F4F8 100%);
        width: 45px;
        z-index: 55;
    }

/* Forms */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9DA4AA !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9DA4AA !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #9DA4AA !important;
}

label {
    color: #565656;
}

.form-group-input {
    position: relative;
}

.form-control.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

    .form-control.minimal:focus {
        background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%);
        /* background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em; */
        background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 20px) calc(1em + 2px);
        background-size: 5px 5px, 5px 5px;
        background-repeat: no-repeat;
        outline: 0;
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.form-control:focus {
    color: #495057;
    border-color: #347445;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(52, 116, 69, .3);
}

textarea.form-control {
    height: auto !important;
}

.form-control-input, span.select2-selection {
    height: 50px !important;
    padding-top: 20px !important;
    border-radius: 12px !important;
}

.select2-container {
    box-sizing: border-box;
    display: table-cell;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0 20px 5px 16px;
        margin-top: -3px;
    }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0px;
    right: 6px;
    width: 20px;
}

.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f2f4f7;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #347445;
    color: white;
}

.form-group-input label {
    position: absolute;
    top: 16px;
    left: 13px;
    color: #A1A1A1;
    font-size: 14px;
    cursor: text;
    margin: 0;
    transition: 0.25s ease;
}

.form-control-input:valid ~ label, .form-control-input:read-only ~ label, .form-control-input.was-validated ~ label, .form-control-input#Sum ~ label, .form-control-input#SumSale ~ label, .form-control-input#SumPurchase ~ label {
    top: 4px;
    font-size: 12px;
}

select.form-control-input:valid ~ label {
    top: 2px;
    left: 17px;
    font-size: 12px;
}

.form-control-input:focus ~ label {
    top: 2px;
    font-size: 12px;
}

/* Modal */

.modal-content {
    border-radius: 1.2rem;
    min-height: 300px;
}

/* Buttons */

.btn {
    width: 160px;
    border-radius: 10px;
    box-shadow: 0 8px 21px -12px #265d35;
    transition: box-shadow 0.3s ease-in-out, background 0.3s, border 0.3s;
}

    .btn:hover, .btn:active, .btn:focus {
        box-shadow: none;
    }

.btn-primary {
    color: #fff;
    background-color: #347445;
    border-color: #347445;
}

    .btn-primary:hover, .btn-primary:active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #265d35;
        border-color: #265d35;
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #265d35;
        border-color: #265d35;
        box-shadow: 0 0 0 0.2rem rgba(52, 116, 69, .3);
    }

    .btn-primary:not(:disabled):not(.disabled).active:focus,
    .btn-primary:not(:disabled):not(.disabled):active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 116, 69, .3);
    }

/* Bootstrap-table Bootstrap4 */

div.bootstrap-table.bootstrap4 .btn {
    width: auto;
    box-shadow: none;
}

div.bootstrap-table.bootstrap4 .fixed-table-container .fixed-table-header {
    border-radius: 6px;
}

div.bootstrap-table.bootstrap4 .fixed-table-container.fixed-height .table thead th {
    border-bottom: 0px;
}

div.bootstrap-table.bootstrap4 .fixed-table-container .table td, .table th,
div.bootstrap-table.bootstrap4 .table.table-bordered td,
div.bootstrap-table.bootstrap4 .table.table-bordered th,
.bootstrap-table .fixed-table-container .table,
.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border,
.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
    border-width: 0px;
}

/* Dropdown */

.dropdown-menu {
    font-size: 14px;
    color: #212529;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0.4rem;
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, .1);
}

.login-page nav, .login-page footer {
    min-height: 40px;
}

.login-card input {
    padding: 10px 50px;
    height: auto;
    font-size: 14px;
    background-position: 18px 10px;
}

.login-card i.icon-user {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 12px;
    left: 14px;
}

.login-card i.icon-password {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 12px;
    left: 14px;
}

.login-card i.icon-keyboard {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 12px;
    right: 14px;
}

/* Main Menu */

.main-menu {
    height: 100%;
    top: 70px;
    left: 0;
    background-color: #fff;
    position: fixed;
    box-shadow: 0 0 15px 0 rgba(34, 41, 47, .1);
    width: 64px;
    transition: width .15s;
    z-index: 201;
}


.main-menu-brand {
    display: none !important;
    padding: 8px 16px;
    width: 250px;
    height: 70px;
    background-color: #347445;
}

    .main-menu-brand img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

.main-menu.open, .main-menu:hover {
    width: 250px;
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu .table-currency {
    display: none;
}

.main-menu.open .table-currency, .main-menu:hover .table-currency {
    display: table;
}

.main-menu .table-currency th, .main-menu .table-currency td {
    padding: 7px;
    background-color: #f9f9f9;
    border-radius: 0 !important;
    font-size: 11px;
    text-align: center;
}

.navigation li {
    position: relative;
    white-space: nowrap;
}

.main-menu .navigation li a {
    padding: 20px 15px;
    line-height: 1.45;
    display: block;
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    color: #797B7F;
    font-weight: 500;
    transition: all .2s;
}

.main-menu .navigation li span.curr-rate {
    padding: 20px 15px;
    line-height: 1.45;
    display: block;
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    color: #797B7F;
    font-weight: 500;
    transition: all .2s;
}

.main-menu.open .navigation li a {
    padding: 20px 15px;
}

.main-menu.open .navigation li span.curr-rate {
    padding: 20px 15px;
}

.main-menu .navigation li a span, .main-menu .navigation li .curr-rate span {
    opacity: 0;
    visibility: hidden;
}

.main-menu.open .navigation li a span, .main-menu:hover .navigation li a span, 
.main-menu.open .navigation li .curr-rate span, .main-menu:hover .navigation li .curr-rate span  {
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation li a.active, .main-menu .navigation li a.active svg {
    color: #347445;
    fill: #347445;
}

.main-menu.open .navigation li a:hover, .main-menu:hover .navigation li a:hover {
    padding-left: 25px;
    box-shadow: none;
    border-radius: 0;
}

.main-menu .navigation li a:hover span, .main-menu .navigation li .curr-rate:hover span {
    opacity: 1;
    visibility: visible;
}

.navigation li a:hover, .navigation li a.active {
    background-color: #F2F4F7;
}

.main-menu .navigation li a:hover svg {
    margin-right: 15px;
}

.main-menu .navigation li a svg, .main-menu .navigation li span.curr-rate svg {
    fill: #797B7F;
    margin-left: 6px;
}

.main-menu.open .navigation li a svg, .main-menu:hover .navigation li a svg {
    margin-right: 15px;
}

.main-menu.open .navigation li span.curr-rate svg, .main-menu:hover .navigation li span.curr-rate svg {
    margin-right: 15px;
}

.navigation {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow-y: auto;
    padding-bottom: 20px;
    height: calc(100% - 70px);
    padding-bottom: 60px !important;
}

.main-menu ul.navigation-main {
    overflow-x: hidden;
}

/* Login Page */

.content {
    min-height: calc(100vh - 80px);
}

/* Main Content */

.main-content {
    padding: 85px 15px 15px;
    transition: all .2s;
    margin-left: 60px;
}

.main-menu-opened .main-content {
    margin-left: 250px;
}

/*Owl Carousel*/
.owl-carousel .card {
    width: 310px;
    transition: background-color .2s;
}

    .owl-carousel .card.active {
        background-color: #347445;
        color: #fff !important;
    }

.checkout .owl-carousel .card {
    cursor: pointer;
}

.owl-carousel .card h4 {
    font-size: 20px;
    font-weight: 600;
}

.owl-carousel .card small {
    font-size: 12px;
}

.owl-carousel .card .icon-flag-tj, .owl-carousel .card .icon-flag-ru, .owl-carousel .card .icon-flag-en, .owl-carousel .card .icon-flag-eu {
    width: 36px;
    height: 22px;
    display: inline-block;
    float: right;
}

.owl-carousel .card .icon-copy {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.card .icon-arrow-down, .card .icon-arrow-up {
    width: 10px;
    height: 10px;
    display: inline-block;
}

.card .icon-menu-vertical {
    width: 15px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
}

.owl-nav .owl-prev {
    position: absolute;
}

/*Table*/
.last-payments td, .last-payments th {
    border: none;
    color: #656565;
}

table.last-payments td:first-child {
    border-radius: 6px 0 0 6px;
}

table.last-payments td:last-child {
    border-radius: 0 6px 6px 0;
}

.last-payments tbody tr:nth-of-type(2n) {
    background-color: #fafafc;
}

.last-payments thead {
    background-color: #f4f4fb;
    color: #656565;
    font-weight: 600;
}

.table th, .table td {
    white-space: normal !important;
    font-size: 13px;
}

.table .badge {
    padding: 5px 10px 5px 20px;
    border-radius: 15px;
}

    .table .badge:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 8px;
        left: 10px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }

    .table .badge.badge-warning {
        font-weight: 600;
        color: #DEC90D;
        background-color: #FCF8D2;
    }

    .table .badge.badge-danger {
        font-weight: 600;
        color: #A62C2C;
        background-color: #f1dddd;
    }

    .table .badge.badge-success {
        font-weight: 600;
        color: #2CA62D;
        background-color: #DDF1DD;
    }

    .table .badge.badge-warning:before {
        background-color: #DEC90D;
    }

    .table .badge.badge-danger:before {
        background-color: #A62C2C;
    }

    .table .badge.badge-success:before {
        background-color: #2CA62D;
    }

    .table .badge.badge-info:before {
        background-color: #fff;
    }

    .table .badge.badge-secondary:before {
        background-color: #fff;
    }

    .table .badge.badge-primary:before {
        background-color: #fff;
    }

/*News*/
.new-items h6 {
    font-weight: 600;
}

.new-items {
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
}

    .new-items:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

/*Checkout*/
.main-checkout-card .card {
    border-top-left-radius: 0;
    position: relative;
}

.card.checkouts-no-result {
    border-top-left-radius: .8rem;
}

.main-checkout-card .card:before {
    content: '';
    width: calc(100% - 40px);
    height: 10px;
    display: block;
    background-color: #fff;
    z-index: 9;
    margin-left: 20px;
}

.filters button i {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.nav-tabs .nav-link {
    color: #9F9EB3;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    background-color: rgba(255, 255, 255, .5);
    position: relative;
    z-index: 555;
    font-weight: 600;
    height: 40px;
    margin-right: 15px;
    z-index: 0;
    display: inline-block;
}

    .nav-tabs .nav-link:not(:first-child):before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.9005mm' height='23.2107mm' viewBox='0 0 86.84 119.26'%3E%3Cpath fill='%23fafaff' d='M79.15 0l7.68 0 0 119.26 -76.59 0 -10.24 0c1.89,-6.97 8.21,-12.16 15.72,-12.32l0 0c17.39,-0.15 31.58,-14.42 31.58,-31.85l0 -25.9 0 -17.33c0,-17.52 14.34,-31.86 31.86,-31.86z'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 44px;
        width: 30px;
        position: absolute;
        left: -20px;
        bottom: -5px;
    }

    .nav-tabs .nav-link.active:not(:first-child):before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.9005mm' height='23.2107mm' viewBox='0 0 86.84 119.26'%3E%3Cpath fill='%23fff' d='M79.15 0l7.68 0 0 119.26 -76.59 0 -10.24 0c1.89,-6.97 8.21,-12.16 15.72,-12.32l0 0c17.39,-0.15 31.58,-14.42 31.58,-31.85l0 -25.9 0 -17.33c0,-17.52 14.34,-31.86 31.86,-31.86z'/%3E%3C/svg%3E%0A");
    }

    .nav-tabs .nav-link:after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.5402mm' height='23.2107mm' viewBox='0 0 92.87 87.84'%3E%3Cpath fill='%23fafaff' d='M-0 0l19.37 0c9.41,0 17.57,5.62 21.3,13.66l0 0 12.95 22.48 16.89 30.54c4.2,7.6 12.08,11.96 20.22,12.09l0 0 0.08 0 0.01 0 0.57 0 0.01 0 1.47 0 0 9.07 -92.87 0 0 -87.84z'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 45px;
        width: 46px;
        position: absolute;
        right: -30px;
        bottom: -6px;
    }

    .nav-tabs .nav-link.active:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.5402mm' height='23.2107mm' viewBox='0 0 92.87 87.84'%3E%3Cpath fill='%23fff' d='M-0 0l19.37 0c9.41,0 17.57,5.62 21.3,13.66l0 0 12.95 22.48 16.89 30.54c4.2,7.6 12.08,11.96 20.22,12.09l0 0 0.08 0 0.01 0 0.57 0 0.01 0 1.47 0 0 9.07 -92.87 0 0 -87.84z'/%3E%3C/svg%3E%0A");
        width: 50px;
        height: 46px;
        bottom: -5px;
    }

.nav-tab .nav-tabs .nav-link:focus, .nav-tab .nav-tabs .nav-link:hover {
    border-color: transparent;
    background-color: #FAFAFF;
}

.nav-tab .nav-tabs .nav-link.active, .nav-tab .nav-tabs .nav-link.active:focus, .nav-tab .nav-tabs .nav-link.active:active {
    color: #494949;
    z-index: 1;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    background-color: #fff;
    height: 42px;
}

.nav-tab .nav-tabs {
    border-bottom: 0 !important;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

    .nav-tab .nav-tabs::-webkit-scrollbar {
        display: none;
    }

.table-select-checkout {
    font-size: 13px;
}

.table thead {
    background-color: #f4f4fb;
    color: #656565;
    font-weight: 600;
}

.table-select-checkout tbody td {
    border-right: 1px solid #E2E2EC;
}

.table-select-checkout tbody tr td:last-child {
    border-right: 0 !important;
}

.table.table-select-checkout td, .table.table-select-checkout th {
    padding: 5px;
}

.table td, .table th {
    border-top: 0;
    border-bottom: 0;
    vertical-align: middle;
    border-color: #E2E2EC;
    white-space: nowrap;
    font-size: 13px;
}

.table thead th {
    vertical-align: middle !important;
    font-weight: 600;
    text-align: center;
    border: 1px solid transparent;
}

#openPayment .table.table-bordered td, #openPayment .table.table-bordered th,
#PaymentTemplate .table.table-bordered td, #PaymentTemplate .table.table-bordered th {
    border: 1px solid #E2E2EC;
}

#openPayment .table.table-bordered td, #openPayment .table.table-bordered th,
#PaymentTemplate .table.table-bordered td, #PaymentTemplate .table.table-bordered th {
    padding: 0.25rem;
}

.table.table-bordered thead th {
    border-color: #dee2e6;
}

.border-top-left-radius {
    border-top-left-radius: 6px;
}

.border-top-right-radius {
    border-top-right-radius: 6px;
}

.border-bottom-left-radius {
    border-bottom-left-radius: 6px;
}

.border-bottom-right-radius {
    border-bottom-right-radius: 6px;
}

.table-select-checkout thead td {
    border: 1px solid #E2E2EC;
}

.table tbody td:first-child {
    border-radius: 6px 0 0 6px;
}

.table tbody td:last-child {
    border-radius: 0 6px 6px 0;
}

.table tbody tr:nth-of-type(2n) {
    background-color: #fafafc;
}

.table tbody tr {
    transition: all .2s;
}

.table.table-hover tbody tr:hover {
    background-color: #e7e7f0;
}

.main-checkout-card .input-group-text {
    background-color: #F4F4FB;
    color: #494949;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pagination select {
    padding: 5px;
}

.pagination a {
    margin: 0 2px;
}

.pagination i {
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 2px;
}

/*payments*/

.payments .nav-tabs .nav-link svg {
    width: 15px;
    height: 15px;
    fill: #9F9EB3;
    margin: -2px 5px 0 0px;
}

.btns .btn {
    display: flex;
    width: auto !important;
    min-width: 100px;
    box-shadow: none;
    color: #0F56B3;
    justify-content: center;
    align-items: center;
}

    .btns .btn svg {
        width: 16px;
        height: 16px;
        margin: -2px 10px 0 0;
        fill: #0F56B3;
    }

.payments .nav-tabs .nav-link.active, .payments .nav-tabs .nav-link.active svg {
    color: #0F56B3 !important;
    fill: #0F56B3 !important;
}

.table-payments tbody td {
    border: 0;
}

.modal-table label {
    cursor: pointer;
}

.modal-table.td-1 td {
    border-radius: 6px !important;
}

.hide-content-money-orders {
    transition: all .5s;
}

.rotate {
    transform: rotate(-90deg);
}

@media (max-width: 768px) {
    .main-content {
        margin: 0 !important;
    }

    .navbar-nav li {
        text-align: left;
        display: block;
        width: 100%;
    }

    .main-menu {
        transition: left .2s;
        width: 250px;
        left: -260px;
        top: 0;
        z-index: 9999;
    }

        .main-menu.open {
            left: 0;
        }

    .main-menu-brand {
        display: flex !important;
    }

    .navbar-brand span {
        display: inline-block;
    }

    .main-checkout-card .card:before {
        margin: 0 !important;
        width: 100% !important;
        /*border-top-right-radius: 4px;*/
    }
}
