@font-face {
    font-family: 'Proxima Nova';
    src: url('/assets/fonts/ProximaNova-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/assets/fonts/ProximaNova-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/assets/fonts/ProximaNova-Semibold.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/assets/fonts/ProximaNova-Bold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/assets/fonts/ProximaNova-Extrabld.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/assets/fonts/ProximaNova-Black.ttf');
    font-weight: 900;
}

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    font-family: 'Proxima Nova';
    font-size: 14px;
    font-weight: 400;
    /* background-color: #F5F5F5; */
    background: #eaf1f3;
    margin: 0px;
}

.login__wrapper {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(180deg, #1C024A 0%, rgba(28, 2, 74, 0.00) 290%), linear-gradient(180deg, rgba(28, 2, 74, 0.00) 0%, #1C024A 100%), url('/assets/img/what_bg.jpg') lightgray 60% / cover no-repeat;
    background-size: 160%;
    background-position-x: left;
}


.login__wrapper-inner {
    width: auto;
    height: 100%;
}

.card {
    border-radius: 32px;
    border: 1px solid #F522C0;
    max-width: 640px;
    margin: auto;
    padding: 40px;
    margin-top: 50px;
}

.card-header {
    color: #fff;
    font-family: Proxima Nova;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.form-control input::placeholder {
    color: #474747 !important;
}

.form-control input, .form-control select  {
    height: 45px;
    min-width: 310px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: block;
    width: 100%;
    background: #fff;
    color: #000 !important;
    border: 1px solid #dee2e6;
    padding: 7px 10px;
    border-radius: 5px;
}

.form-control label {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 5px;
}

.register-row {
    display: flex;
    flex-wrap: wrap;
}

.register-row > div {
    flex-basis: calc(50% - 20px);
    margin: 10px;
}

.card.card-register {
    max-width: 100%;
    margin: auto;
}

.register-row > div:last-child {
    flex-basis: 100%;
    text-align: center;
}

.register-link {
    text-align: center;
    margin-top: 15px;
    color: #fff;
}

.register-link a {
    display: block;
    color: #f528c0;
    margin-top: 5px;
}

button.btn-primary {
    border-radius: 4px;
    border: none;
    font-style: normal;
    background: #2e3b52;
    color: #3bc0c3;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 14px;
}

.login__wrapper button.btn.btn-primary {
    color: #fff;
    background: #f528c0;
    padding: 11px 35px;
    border: none;
    font-size: 16px;
}

.form-button-flex {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

a.btn-link {
    margin-left: 10px;
    color: #fff;
}

input, select {
    font-family: 'Proxima Nova';
}

input:focus, select:focus {
    outline: none;
    /* box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.15); */
    transition: all 0.4s ease-in-out;
    /* border-color: #f4f4f4; */
}

input, select {
    transition: all 0.4s ease-in-out;
}

span.invalid-feedback {
    display: block;
    color: #de4444;
    font-size: 11px;
}

input.is-invalid {
    box-shadow: 0px 0px 3px 1px rgb(255 0 0 / 20%);
}

button, a {
    cursor: pointer;
}

main.main-container {
    padding: 20px;
    min-height: 100vh;
}

.left-column-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 240px;
    border-radius: 0px;
    /* background: #FDFDFD; */
    background: #2b2b2b;
    padding: 25px 13px;
    height: 100vh;
}

.main-content-wrapper {
    margin-left: 235px;
}

.head-menu-top a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.head-menu-top {
    border-bottom: 1px solid #3e3e60;
    padding-bottom: 10px;
}

ul#left-menu {
    padding: 0px;
    list-style: none;
    margin: 0px;
    margin-top: 10px;
}

ul#left-menu > li > a {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    border-radius: 0px;
    border-left: 3px solid transparent;
}

span.menu-icon {
    display: flex;
    margin-right: 15px;
}

ul#left-menu > li > a svg {
    fill: #fff;
}

span.nav-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    color: #8d97ad;
}

span.user-id {
    display: block;
    color: #8B8B8B;
    font-size: 10px;
    line-height: 1;
    margin-top: -1px;
}

ul#left-menu > li > a * {
    transition: all 0.4s ease-in-out;
}

ul#left-menu > li > a:hover {
    color: #fb9678;
}

ul#left-menu > li > a:hover .nav-title, ul#left-menu > li > a:hover .user-id, ul#left-menu > li > a:hover span {
    color: #fb9678;
}


ul.dropdown-list {
    list-style: none;
    padding-left: 55px;
    max-height: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    transition: all 0.4s ease-in-out;
}

.drop-open ul.dropdown-list {
    max-height: 250px;
    margin-bottom: 20px;
}

ul.dropdown-list li a {
    color: #8d97ad;
    font-size: 16px;
    margin-top: 10px;
    display: block;
    text-decoration: none;
}


.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

h2.item-main_title {
    font-size: 20px;
    font-style: normal;
    margin: 0px;
    color: #000;
    position: relative;
    font-weight: 500;
    /* margin-bottom: .75rem; */
    margin-top: 0;
}


a.btn.btn-info.select_image {
    margin-left: 10px;
    margin-top: 10px;
}

h2.item-main_title a {
    margin-left: 10px;
}

form.search {
    position: relative;
}

.btn span.material-symbols-outlined {
    float: left;
    position: relative;
    margin-right: 3px;
    margin-top: -2px;
}

form.search input {
    height: 35px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    width: 270px;
    background: #fff;
    border: 1px solid #dee2e6;
    padding: 7px 20px 7px 35px;
    border-radius: 5px;
}

span.icon-search {
    position: absolute;
    top: calc(50% - 13px);
    left: 30px;
}

form.search input::placeholder {
    color: #B4B4B4;
}

.item-main_filter {
    padding: 0;
}

.item-filter_inner {
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: transparent;
    padding: 12px;
    margin-left: 10px;
}

.justift-right {
    justify-content: right;
}

.filter_inner-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #6c757d;
    margin-right: 20px;
}

.filter_inner-input input {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    border: 1px solid #dee2e6;
    background: transparent;
    height: 42px;
    color: #000;
    padding: 7px 10px;
    border-radius: 5px;
}

.filter_inner-input input {
    width: 210px;
}

.table.table-item table {
    width: 100%;
    border-spacing: 0px !important;
}

.table.table-item thead {
    background: #fff;
}

.table.table-item thead td {
    font-style: normal;
    border: none;
    box-shadow: none !important;
    border-spacing: 0px !important;
    color: #6c757d;
    background-color: #f5f5f5;
    font-weight: 500;
    font-size: 13px;
    padding: .438rem .375rem;
    border-right: 1px solid hsla(0, 0%, 78.4%, .15) !important;
    border-top: 1px solid hsla(0, 0%, 78.4%, .15) !important;
    border-bottom: 1px solid hsla(0, 0%, 78.4%, .15) !important;
}

a.navbar-brand img {
    max-width: 180px;
}

.table.table-item thead td {
    color: #6c757d;
}

.table.table-item tbody tr td {
    /* background: #232448; */
    color: #6c757d;
}

.table.table-item tbody tr {
    background: #fff;
}

.table.table-item tbody tr:nth-child(even) {
    background: #fff;
}

.table.table-item tbody tr td {
    padding: .438rem .375rem;
    font-size: 14px;
    font-weight: 400;
}

td span.user-id {
    margin: 0px !important;
}

span.user-name-value {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    display: block;
    color: #2e3b52;
    margin-top: 4px;
}

span.small-currency {
    font-size: 10px;
    position: relative;
    top: 2px;
    margin-right: 2px;
}

span.user-role-value {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #2e3b52;
}

span.user-status {
    text-align: center;
    font-size: 12px;
    padding: 3px 10px;
    color: #fff;
    border-radius: 2px;
}

span.user-status.status-active {
    background: #2e3b52;
}

span.user-date {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    padding: 3px 8px;
    border-radius: 2px;
    min-width: 73px;
    text-align: center;
}

span.user-date.user-registered {
    background: #3e3e60;
}

span.user-date-value {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-left: 8px;
}

span.user-date.user-never-logged {
    background: #FFB5A4;
}

span.user-dates-item {
    margin-bottom: 4px;
}

.btn-primary {
    border-radius: 8px;
    background: #fff;
    padding: 11px 30px;
    color: #fff;
}

a.btn.btn-link.btn-primary {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    border: none;
    color: #3bc0c3;
    background: #2e3b52;
}

.manage-buttons a {
    margin-left: 0px;
    margin-right: 10px;
}

a.btn.btn-link.btn-transparent {
    border-radius: 8px;
    padding: 10px 25px;
    color: #2e3b52;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #2e3b52;
    background: transparent;
}

.apply-filter-btn {
    margin-left: 10px;
}

.apply-filter-btn button {
    padding: 12px 30px;
    border-radius: 8px;
}

span.user-status.status-not-active {
    background: #3e3e60;
}

span.user-date.user-last-login {
    background: #ed38337d;
}

ul#left-menu > li > a.active-link {
    color: #fb9678;
    border-left-color: #fb9678;
}

ul#left-menu > li > a.active-link span {
    color: #fb9678;
}

ul#left-menu > li > a.active-link .menu-icon svg path {
    /* stroke: #fff; */
}

.custom-select-dropdown select {
    border-radius: 14px;
    background: #3e3e60;
    height: 55px;
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 0px 10px;
    width: 115px;
    color: #fff;
}

.item-widget {
    flex-basis: 25%;
    border-right: 1px solid #3e3e60;
    padding-bottom: 30px;
    background: #232448;
}

.item-widget-head {
    background: #3e3e60;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding: 14px 25px;
    color: #fff;
}

.item-widget:last-child {
    border-right: 0px;
}

.item-main_block {
    border-radius: 0.25rem;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(27, 23, 30, 0.1);
    background: #fff;
    overflow: hidden;
}

.widget_list-item {
    display: flex;
    align-items: center;
    padding: 18px 25px;
}

span.widget_user-id {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-right: 10px;
}

span.widget_user-name {
    color: #ed3833;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.widget_user-value {
    color: #fff;
}

.widget_user-deposits {
    color: #fff;
}

.widget_user-value {
    padding-right: 10px;
    border-right: 1px solid #DCDADA;
    margin-right: 10px;
}

.item-widget-footer a {
    margin: 0px;
    display: inline-block;
}

.item-widget-footer {
    text-align: center;
    margin-top: 15px;
}

.user_page-column-right {
    flex-basis: 30%;
}

.user_page-main {
    flex-basis: 68%;
    margin-right: 2%;
}

.title-widget-right {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
    color: #3d3d3d;
}

.user_page-column-right .item-main_block {
    padding: 20px 25px;
}

.user_info-lists {
}

.user_page-main .item-main_block {
    padding: 20px 25px;
}

.user_info-item {
    display: flex;
    margin: 15px 0px;
    align-items: center;
}

.user_info-title {
    flex-basis: 28%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000;
}

.user_info-value {
    flex-basis: 50%;
}

.form-control-item {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: block;
    width: 100%;
    background: transparent;
    color: #000 !important;
    border: 1px solid #dee2e6;
    padding: 7px 10px;
    border-radius: 5px;
}

span.user_info-text-value {
    font-size: 16px;
    color: #000;
    padding: 10px 0px;
    display: block;
}

.financial-item {
    display: flex;
    align-items: center;
    padding-bottom: 14px;
    margin-top: 14px;
    border-bottom: 1px solid #DCDADA;
}

span.financial-title {
    flex-basis: 80%;
    color: #3d3d3d;
}

span.financial-value {
    flex-basis: 20%;
    color: #ed3833;
}

.financial-item:last-child {
    border: 0px;
    padding-bottom: 0px;
}

h1.page-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin: 0px;
    color: #3d3d3d;
}

.head-page-wrapper {
    padding: 20px 25px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 0.25rem;
}

a.dropdown:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    top: 15px;
}

a.dropdown {
    position: relative;
}

.main_form-wrapper.d-flex {
    align-items: baseline;
}

.main_form-wrapper {
    padding: 25px;
}

.left_form-wrapper {
    flex-basis: 50%;
}

.right_form-wrapper {
    flex-basis: 50%;
    padding-left: 2%;
}

.left_form-wrapper .item_form {
    margin-bottom: 20px;
}

.left_form-wrapper .item_form label {
    margin-bottom: 10px;
    display: block;
    color: #fff;
}

.left_form-wrapper .item_form label.required::before {
    display: inline-block;
    content: "*";
    color: red;
    margin-right: 4px;
}

img#change-icon {
    object-fit: contain;
}

a.popup_selector.select_image {
    border-radius: 8px;
    background: #fff;
    padding: 11px 35px;
    color: #232448;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 10px;
}

span.item-form-title {
    color: #fff;
}

small.text-muted {
    color: #fff;
}

.bottom-form-btns {
    padding: 0px 25px 25px;
}

img.project_logo-img {
    max-width: 170px;
}

.project_item {
    border-radius: 10px;
    background: #232447;
    padding: 15px;
    margin-bottom: 30px;
}

.project_name h2 {margin-top: 0px; color: #fff;}

span.status-text {
    margin-right: 10px;
    color: #fff;
}

span.status.status-color {
    background: #27ae60;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
}

.alert {
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.alert.alert-success.alert-block {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.row_form-wrapper > div {
    flex-basis: calc(50% - 20px);
    margin: 10px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.program-options {
    padding: 26px;
    max-width: 600px;
}

.row_form-wrapper {
    margin: 0px -10px;
}

.title-program-option {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #fff;
}

.program-inner {
    border: 1px solid rgb(237 237 237);
    border-radius: 8px;
}

.item_form label {
    margin-bottom: 5px;
    display: block;
}

.program-inner_title {
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #4E4E6D;
    color: #fff;
}

.program-inner_body {
    padding: 15px;
}

.program-inner_body .item_form label {
    display: block;
    margin-bottom: 5px;
}

.program-inner_body .item_form {
    margin-bottom: 20px;
}

.program-inner_body .item_form:last-child {
    margin-bottom: 0px;
}

span.bottom-text-control {
    font-size: 11px;
    color: grey;
}

.title-project_program {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0px 15px;
    color: #fff;
}

.project_program {
    margin-top: 30px;
}

table.default-table {
    width: 100%;
    border-spacing: 0px !important;
}

th.ant-table-cell {
    text-align: left;
    padding: 16px;
    font-weight: 500;
    border: none !important;
    background: #3e3e60;
    border-bottom: 1px solid rgb(62 62 96);
    transition: background 0.3s ease 0s;
    margin: 0px !important;
    font-size: 16px;
    color: #fff;
}

thead.ant-table-thead tr {
    border-spacing: 0px !important;
}

tbody.ant-table-tbody tr td {
    text-align: left;
    padding: 16px;
    font-size: 16px;
    border-bottom: 1px solid rgb(62 62 96);
    color: #fff;
}

select.change_status {
    padding: 11px 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: block;
    width: 100%;
    border-radius: 4px;
    border: none;
    background: #3E3E60;
    color: #fff !important;
    max-width: 150px;
}

.program-action a {
    display: inline-block;
    margin: 0px;
}

tbody.ant-table-tbody tr:hover td {
    background: rgb(62 62 96);
}

tbody.ant-table-tbody tr td {
    transition: all 0.3s ease-in-out;
}

.program-inner {
    display: none;
}

.program-inner.show {
    display: block;
}

.project_landings {
    margin-top: 30px;
}

.project_landings-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.project_landings-item {
    flex-basis: calc(20% - 20px);
    margin: 10px;
}

.project_landings-card {
    background-color: #3e3e60;
    border: 1px solid #3e3e60;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: box-shadow .2s ease,border-color .2s ease;
}

.project-landings-card__image img {
    width: 100%;
    height: 134px;
    object-fit: cover;
    left: 0;
    top: 0;
}

.project-landings-card__image {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    pointer-events: none;
    height: 134px;
}

.project-landings-card__content {
    position: relative;
    padding: 10px 15px 10px;
}

.project-landings-card__title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;
}

.project-landings-card__url {
    word-break: break-all;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
    color: #fff;
}

.project-landings-card__status {
    margin-top: 10px;
}

.project-landings-card__btns > * {
    display: inline-block;
}

.project-landings-card__btns a {
    padding: 10px 25px !important;
    font-size: 14px !important;
    margin: 0px;
}

.project-landings-card__btns {
    padding: 10px 15px;
    border-top: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}

button.btn.btn-link.btn-transparent {
    border-radius: 8px;
    background: #2e3b52;
    padding: 10px 25px;
    color: #3bc0c3;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #fff;
}

.main_form-steps {
    border-radius: 14px;
    box-shadow: 0px 5px 20px 0px rgb(44 44 74);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.step-item {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    flex-basis: 50%;
    background-color: #3e3e60;
}

span.number-step {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: rgb(220 218 218 / 30%);
    color: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

span.step-item__title-text {
    display: block;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}

span.step-item__select-program {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.step-item:last-child {
    border-left: 1px solid rgb(220 218 218 / 50%);
}

.item-main_block-promo .main_form-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.project-inner {
    display: flex;
    flex-wrap: wrap;
}

tr.item-row-program.active {
    background: #3e3e60;
}

tr.total-row {
    background: #f6302021 !important;
}

.item-program {
    flex-basis: calc(50% - 24px);
    margin: 12px;
    border-radius: 14px;
    background: #3e3e60;
    padding: 25px 30px;
    cursor: pointer;
    border: 1px solid #4E4E6D;
}

.card-program {
    display: flex;
    align-items: center;
}

.card-program__logo {
    margin-right: 50px;
}

.card-program__content-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    margin-bottom: 13px;
}

.card-program__content-desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.bottom-form-btnspromo button {
    border-radius: 4px !important;
    height: 40px;
    margin: 0px 10px;
}

.bottom-form-btnspromo.d-flex.align-center {
    justify-content: center;
}

.bottom-form-btnspromo button[disabled] {
    opacity: 0.5;
}

.item-program.active {
    border: 1px solid var(--main-green-main, #00A389);
}

.overflow-table {
    overflow-x: scroll;
}

label.form-check-label {
    color: #fff;
}

h1 {
    color: #fff;
}

.item_form.flex-basis-100 {
    flex-basis: calc(100% - 20px);
    margin: 10px;
}

.item-main-form {
    padding: 20px;
}

.item-main-form form {
    /* margin: 0px -10px; */
    max-width: 800px;
}

.d-flex.flex-wrap.form-main-row {
    margin: 0px -10px;
}

.item_form.flex-basis-50 {
    flex-basis: calc(50% - 20px);
    margin: 10px;
}

.form-control-item::placeholder {
    color: #6c757d;
}

.item_form label {
    color: #6c757d;
}

label.required:before {
    content: "*";
    color: red;
    margin-right: 2px;
    display: inline-block;
}

.inner_landing {}

.landings-inner {
    flex-wrap: wrap;
    display: flex;
    margin: 0px -10px;
}

.item_landing {
    flex-basis: calc(25% - 20px);
    margin: 10px;
}

.inner_landing-inner {
    width: 100%;
}

.inner_landing {
    border: 1px solid #3e3e60;
    border-radius: 5px;
    background: #3e3e60;
    padding: 10px;
}

.inner_landing-title {
    text-align: center;
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
}

.inner_landing-inner img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.item_landing.active .inner_landing {
    border-color: green;
}

.item_landing {
    cursor: pointer;
}

.auth_session {
    /* position: fixed;
    right: 20px;
    top: 50px;
    z-index: 91;
    opacity: 0.6; */
}


.auth_session a {
    width: 100%;
    display: block;
    text-align: center;
}

.auth_session a {
    border-radius: 8px;
    padding: 11px 35px;
    color: #3bc0c3;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    border: none;
    background: #ffffff12;
}

.general_inform {
    margin-bottom: 20px;
}

a.btn.btn-default {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    border: none;
    color: #3bc0c3;
    background: #2e3b52;
    border-radius: 6px;
    padding: 10px;
    margin-left: 20px;
}

.partner-income {
    flex-basis: 100%;
    margin: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 0.25rem;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(27, 23, 30, 0.1);
    background: #fff;
    overflow: hidden;
    min-height: 100px;
}

.partner-income.revshare_income {
    padding: 10px;
}

.partner-income.revshare_income .value_income {
    font-size: 15px;
    margin-top: 3px;
}

.ant_lists {
    flex-basis: calc(80% - 20px);
}

span.title_income {
    color: #6c757d;
    font-size: 18px;
    font-weight: bold;
    display: block;
}

span.value_income {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    display: block;
    color: #6c757d;
}

span.value_income span {
    margin-right: 6px;
}

.ant_lists {
    display: flex;
    background: #232447;
    border-radius: 10px;
}

.ant-item {
    flex-basis: 33.33%;
}

.col-50 {
    flex-basis: 50%;
    border-right: 1px solid #3e3e60;
    border-bottom: 1px solid #3e3e60;
    border-top: 1px solid #3e3e60;
}

.col-100 {
    flex-basis: 100%;
    border-bottom: 1px solid #3e3e60;
    border-right: 1px solid #3e3e60;
}

.ant-inner {
    padding: 12px 0px;
    text-align: center;
}

.ant-value {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.ant-title {
    display: block;
    font-size: 16px;
    color: #fff;
}

.instruction_text {
    padding: 20px 25px;
    color: #fff;
}

.instruction_text p {
    font-size: 16px;
}

.instruction_text h2 {
    font-size: 26px;
}

.instruction_text h3 {
    font-size: 22px;
}

.top_menu {
    background: #232447;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_menu ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
    display: flex;
    align-items: center;
}

.top_menu ul li a {
    color: #fff;
    padding: 10px;
    display: block;
    margin: 0px 15px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    font-weight: 500;
}

.top_menu ul li a:hover, .top_menu ul li a.active_link {
    color: #eb2d34;
}

.item_promo {
    border-radius: 10px;
    background: #232447;
    margin-bottom: 15px;
    padding: 20px;
    position: relative;
}

.promo_name {
    color: #e1e1e1;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

.promo_item_value {
    margin-right: 40px;
    font-size: 16px;
}

.promo_main-inform {
    margin-bottom: 10px;
}

span.promo_text {
    color: #e1e1e1;
    margin-right: 8px;
    font-weight: 300;
}

span.promo_value {
    color: #fff;
    font-weight: 500;
}

.promo_main-link {
    margin-top: 20px;
}

.promo_input {
    max-height: 80px;
    padding: 5px 10px;
    border-radius: 8px;
    background: #ffffff;
    width: fit-content;
}

span.promo_link-value {
    font-size: 15px;
    color: #1a2943;
    display: block;
    padding: 5px;
}

svg.clipboard-copy__icon {
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

svg.clipboard-copy__icon path {
    fill: #1a2943;
    opacity: 1;
}

svg.clipboard-copy__icon g {
    opacity: 1;
}

svg.clipboard-copy__icon:hover {
    transform: scale(1.1);
}

.remove_promo {
    position: absolute;
    right: 15px;
    top: 15px;
}

button.remove {
    border: none;
    background: transparent;
    padding: 0px;
    height: 23px;
}

button.remove span {
    width: 23px;
    height: 2px;
    background: #eb2d34;
    display: block;
    border-radius: 30px;
}

button.remove span:first-child {
    transform: rotate(45deg);
}

button.remove span:last-child {
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
}

.auth_session {
    margin-bottom: 15px;
}

a.logout-link {
    text-align: center;
    display: block;
    justify-content: center;
    background: #ffffff12;
    font-size: 16px;
    color: #fb9677;
    font-weight: 500;
    padding: 10px !important;
}

li.dropdown-item.drop-open > a span {
    color: #fb9677;
}

li.dropdown-item.drop-open > a {
    border-left-color: #fb9677 !important;
}

.flex.justify-between.flex-1.sm\:hidden {
    display: none;
}

p.text-sm.text-gray-700.leading-5 {
    color: #000;
}

.paginate {
    padding: 0px 20px 20px;
}

svg.w-5.h-5 {
    width: 25px;
}

svg.w-5.h-5 path {
    fill: #000;
}

.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between div > span {
    display: flex;
    align-items: center;
    position: relative;
    left: -8px !important;
}

.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between div a, .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between div span {
    color: #000 !important;
    margin: 0px 0px;
}

.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between div > span a {
    margin: 0px 5px;
}

a[aria-label="Next &raquo;"], span[aria-label="Next &raquo;"] span, a[aria-label="&laquo; Previous"], span[aria-label="&laquo; Previous"] span {
    margin: 0px !important;
    display: flex;
}

span[aria-current="page"] span {
    margin: 0px 5px !important;
}

.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

a.settings_link {
    display: flex;
    align-items: center;
    margin-left: 20px;
    color: #fff;
    background: #3e3e60;
    padding: 7px 15px;
    border-radius: 30px;
    text-decoration: none;
}

a.settings_link span.setup-icon {
    margin-left: 10px;
    position: relative;
    top: 2px;
}

a.settings_link span.setup-icon svg path {
    fill: #fff;
    opacity: 1;
}

.mfp-content {
    max-width: 600px;
    background: #232447;
    border-radius: 10px;
    padding: 20px;
}

.setting-form-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3e3e60;
}

.setting_item.f-basis-100 {
    flex-basis: 100%;
}

.setting_item.f-basis-50 {
    flex-basis: calc(50% - 10px);
}

.form_setting-row {
    justify-content: space-between;
}

.setting_item {
    margin-bottom: 15px;
}

.setting_item label {
    font-size: 13px;
    color: #cdcdcd;
    margin-bottom: 5px;
    display: block;
}

button.mfp-close {
    color: #fff !important;
    opacity: 1;
}

.postback_options.f-basis-100 {
    flex-basis: 100%;
    border: 1px solid #4E4E6D;
    padding: 20px;
    border-radius: 10px;
}

.postback_option-title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
}

.postback_item span {
    width: 35%;
    font-size: 14px;
    color: #bababd;
}

.postback_item {
    margin-bottom: 10px;
}

.submit-form.text-right {
    text-align: right;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

button.btn.btn-default {
    text-align: center;
    display: block;
    justify-content: center;
    background: #2e3b52;
    font-size: 16px;
    color: #3bc0c3;
    font-weight: 500;
    padding: 10px 30px !important;
    border: none;
    font-family: 'Proxima Nova';
    border-radius: 6px;
}

.item_slide {
    display: none;
}

.item_slide.active_slide {
    display: block;
}

.instruction_slides {
    padding: 25px;
}

h2.title-slide {
    font-size: 28px;
    color: #fff;
}

.item_slide-inner h3 {
    font-size: 21px;
    color: #fff;
}

.item_slide-inner p {
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 1.7;
}

.item_slide-inner {
    max-width: 850px;
}

.btn-slide {
    background: #f63020;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 12px 30px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Proxima Nova';
}

.item_slide-inner ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 40px;
}

.form_input_email input {
    width: 200px;
    max-height: 80px;
    padding: 5px 20px;
    border-radius: 7px;
    background: #3E3E60;
    border: none;
    font-family: "Proxima Nova";
    color: #fff;
    height: 45px;
    font-size: 16px;
    margin-bottom: 10px;
}

.form_input_email input::placeholder {
    color: #dadada;
}

.form_input_email input, .form_input_email button {
    width: 250px;
}

.item_slide-inner ul li {
    color: #fff;
    margin: 10px 0px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.form_input_email span {
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
    display: block;
}

ul.list_stars li:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="%23f63020" version="1.1" id="Capa_1" width="20px" height="20px" viewBox="0 0 36.09 36.09" xml:space="preserve"><g><path d="M36.042,13.909c-0.123-0.377-0.456-0.646-0.85-0.688l-11.549-1.172L18.96,1.43c-0.16-0.36-0.519-0.596-0.915-0.596 s-0.755,0.234-0.915,0.598L12.446,12.05L0.899,13.221c-0.394,0.04-0.728,0.312-0.85,0.688c-0.123,0.377-0.011,0.791,0.285,1.055 l8.652,7.738L6.533,34.045c-0.083,0.387,0.069,0.787,0.39,1.02c0.175,0.127,0.381,0.191,0.588,0.191 c0.173,0,0.347-0.045,0.503-0.137l10.032-5.84l10.03,5.84c0.342,0.197,0.77,0.178,1.091-0.059c0.32-0.229,0.474-0.633,0.391-1.02 l-2.453-11.344l8.653-7.737C36.052,14.699,36.165,14.285,36.042,13.909z M25.336,21.598c-0.268,0.24-0.387,0.605-0.311,0.957 l2.097,9.695l-8.574-4.99c-0.311-0.182-0.695-0.182-1.006,0l-8.576,4.99l2.097-9.695c0.076-0.352-0.043-0.717-0.311-0.957 l-7.396-6.613l9.87-1.002c0.358-0.035,0.668-0.264,0.814-0.592l4.004-9.077l4.003,9.077c0.146,0.328,0.456,0.557,0.814,0.592 l9.87,1.002L25.336,21.598z"/></g></svg>');
    display: block;
    color: #f63020;
    width: 20px;
    margin-right: 10px;
}

ul.list_play-btn li:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="12" r="10" stroke="%23f63020" stroke-width="1.5"/><path d="M15.4137 10.941C16.1954 11.4026 16.1954 12.5974 15.4137 13.059L10.6935 15.8458C9.93371 16.2944 9 15.7105 9 14.7868L9 9.21316C9 8.28947 9.93371 7.70561 10.6935 8.15419L15.4137 10.941Z" stroke="%23f63020" stroke-width="1.5"/></svg>');
    margin-right: 10px;
}

ul.list_play-btn li {
    align-items: flex-start;
}

span.title_item_list {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

span.copy_link-field {
    max-height: 80px;
    padding: 5px 20px;
    border-radius: 20px;
    background: #3E3E60;
    width: fit-content;
    display: inline-block;
}

.streamer_key > span {
    display: block;
    margin-top: 5px;
}

ul.list_play-btn li {
    margin-bottom: 30px;
}

button.btn-slide {
    min-width: 150px;
}

ul.list_play-btn li:before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="12" r="10" stroke="%23f63020" stroke-width="1.5"/><path d="M15.4137 10.941C16.1954 11.4026 16.1954 12.5974 15.4137 13.059L10.6935 15.8458C9.93371 16.2944 9 15.7105 9 14.7868L9 9.21316C9 8.28947 9.93371 7.70561 10.6935 8.15419L15.4137 10.941Z" stroke="%23f63020" stroke-width="1.5"/></svg>');
    margin-right: 10px;
}

ul.list_play-btn li {
    align-items: flex-start;
}

span.title_item_list {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

span.copy_link-field {
    max-height: 80px;
    padding: 5px 20px;
    border-radius: 20px;
    background: #3E3E60;
    width: fit-content;
    display: inline-block;
}

.streamer_key > span {
    display: block;
    margin-top: 5px;
}

ul.list_play-btn li {
    margin-bottom: 30px;
}

button.btn-slide {
    min-width: 150px;
}

.item_slide-inner a {
    display: block;
    color: #f63020;
}

.item_slide-inner img {
    width: auto;
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid #f6302057;
    margin-top: -10px;
}


.progressbar span {
    width: 32px;
    height: 32px;
    border: 1px solid #f63020;
    border-radius: 100%;
    margin-right: 15px;
    background: #232448;
    position: relative;
    z-index: 2;
}

.progressbar {
    display: flex;
    align-items: center;
    position: relative;
    max-width: fit-content;
}

.progressbar span.active {
    background: #f63020;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progressbar:before {
    content: "";
    position: absolute;
    left: 0;
    right: 15px;
    height: 1px;
    background: #f63020;
    z-index: 1;
}

.progressbar span.active:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 15px;
    border: 2px solid #fff;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    top: 5px;
}

button.btn-slide {
    margin-top: 20px;
}

button.btn-slide {margin-top: 20px;}

.item_slide-inner ol {
    padding-left: 15px;
}

.item_slide-inner ol li {
    color: #fff;
    font-size: 14px;
    margin: 12px 0px;
    line-height: 1.6;
}

span.bottom_sub-text {
    display: block;
    margin-top: 5px;
    color: #fff;
}

.visible-xs {
    display: none;
}

td.column-image img {
    max-width: 150px;
}

.flex-form-row {
    display: flex;
    align-items: baseline;
}

.flex-basis-70 {
    flex-basis: 67%;
}

.flex-basis-30 {
    flex-basis: 33%;
}

.item_form-addemail {
    padding: 20px;
}


.flex-form-row > div {
    margin: 10px;
}

.table.table-item tbody tr:nth-child(odd) {
    background: #f8f9fa;
}

.table.table-item td {
    border-bottom: 1px solid #dee2e6;
}

.item-main_head {
    padding: 15px 20px;
}

.filter_inner-input select {
    border: 1px solid #dee2e6;
    padding: 7px 10px;
    border-radius: 5px;
}

form.form-filter.d-flex.align-center.justift-right {
    padding: 0px 20px;
}

span.icon-search svg {
    width: 18px;
}

.form_user_offer form {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form_user_offer form > * {
    flex-basis: 48%;
    margin-top: 20px;
}

.form_user_offer form > * label {
    margin-bottom: 5px;
    display: block;
}

a.btn.btn-danger {
    color: #000;
    text-decoration: none;
    background: #ff7b7b;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 500;
}

.offset {
    padding: 15px;
    display: flex;
    align-items: center;
}

.offset-arrow {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.offset-arrow button {
    padding: 15px 8px;
    margin: 0px 2px;
    border-radius: .375rem;
    border: 1px solid rgba(0,0,0,.1);
}

.offset-arrow button:first-child span {
    width: 5px;
    height: 7px;
    display: block;
}

span.arrow-left {
    width: 7px;
    height: 7px;
    display: block;
    border: 1px solid #000;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    position: relative;
    left: 2px;
}

span.arrow-right {
    width: 7px;
    height: 7px;
    display: block;
    border: 1px solid #000;
    border-left: 0;
    border-top: 0;
    transform: rotate(-45deg);
    position: relative;
    left: -2px;
}

.item-main_body {
    padding: 15px 20px;
    width: 100%;
}

.item-main_block {
    width: 100%;
}

.form-row {
    display: flex;
    align-items: end;
    margin: 0px -10px;
}

.form-row label {
    color: #000;
}

.form-row > div {
    width: 100%;
    margin: 0px 10px;
}

.form-row button.btn.btn-primary {
    height: 45px;
}

.form-row > div:last-child {
    width: 35%;
}

.form-row > div:last-child button {
    width: 100%;
}

.alert.alert-success.alert-block {
    margin-top: 20px;
}

a.back-link {
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: .25rem;
    padding: .375rem .75rem;
    color: #2e3b52;
    font-size: .875rem;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    background: transparent;
    color: #000;
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

a.back-link:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #000;
    border-right: 0;
    border-top: 0;
    transform: rotate(45deg);
    margin-right: 3px;
}

.form-control-input .row {
    display: flex;
    align-items: center;
}

.item-main_inner form {
    padding: 15px 20px;
}

.form-control-input label {
    width: 25%;
}

.form-control-input input[type="text"], .form-control-input input[type="tel"], .form-control-input input[type="email"], .form-control-input select, 
.form-control-input input[type="date"], .form-control-input input[type="number"] {
    min-width: 350px;
    height: 40px;
    padding: 0px 10px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    width: 75%;
}

.form-control-input {
    margin-bottom: 15px;
    max-width: 800px;
}

.form-control-input textarea {
    width: 75%;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    height: 100px;
    padding: 10px;
}

.form-control-input textarea:focus {
    outline: none;
    box-shadow: none;
}

tr.tr-conversions > td {
    padding: 0px !important;
}

tr.tr-conversions thead td {
    font-weight: bold !important;
    font-size: 14px !important;
}

tr.tr-conversions > tbody tr {
    background: #000 !important;
}

.table.table-item table.row-conversions tbody tr {
    background: #fff !important;
}


.table.table-item table.row-conversions tbody tr:hover {
    background: #f6f6f6 !important;
}

.tr-conversions.open .conversion-overflow-table {
    max-height: 500px;
    overflow-y: scroll;
}

.tr-conversions .conversion-overflow-table {
    max-height: 0px;
    overflow-y: hidden;
}

button.arrow-table-down span:first-child {
    width: 10px;
    height: 2px;
    background: #1a2942;
    display: block;
    transform: rotate(45deg);
    border-radius: 30px;
}

button.arrow-table-down {
    display: inline-block;
    padding: 13px 8px;
    background: transparent;
    border: 1px solid #dfe2e6;
    border-radius: 5px;
}

button.arrow-table-down span:last-child {
    width: 10px;
    height: 2px;
    background: #1a2942;
    display: block;
    transform: rotate(-45deg);
    border-radius: 30px;
    margin-left: 6px;
    margin-top: -2px;
}

.offer-btn-id {
    display: flex;
    align-items: center;
    text-align: right;
    min-width: 70px;
}

.offer-btn-id button {
    margin-right: 10px;
}

button.arrow-table-down.open-btn span:first-child {
    transform: rotate(-45deg);
}

button.arrow-table-down.open-btn span:last-child {
    transform: rotate(45deg);
}

span.dep {
    
    background: #a5e8a2c7;
    padding: 5px;
    border-radius: 5px;
}

span.reg {
    background: #fafa799c;
    padding: 5px;
    border-radius: 5px;
}

form.user_info-inner.postbacks-form {
    padding: 0px;
}

form.user_info-inner.postbacks-form label {
    color: #000;
}

form.user_info-inner.postbacks-form input {
    width: 100%;
    max-width: 100%;
}

.input-filter-range-date input {
    border: 1px solid #dee2e6;
    padding: 7px 10px;
    border-radius: 5px;
    height: 34px;
}

.input-filter-range-date.hidden-block {
    display: none;
}

.daterangepicker .drp-buttons .btn {
    background: #05a9f3;
    color: #fff;
    height: 34px;
    padding: 0px 20px !important;
    font-weight: 600;
    font-size: 14px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background: #05a9f3;
}

.filter_wrapper {
    padding: 0px 20px;
}

.drp-buttons {
    display: flex !important;
    justify-content: space-between;
}

span.drp-selected {
    display: none !important;
}

button.btn.btn-primary {
    background: #2e3b52;
    color: #3bc0c3;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 14px;
}

.filter_wrapper form {
    padding: 0;
}

.export_csv {
    margin-left: 10px;
}

.filter_wrapper .input-filter-range-date input {
    width: 170px;
}

.user_info-value textarea {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: block;
    width: 100%;
    background: transparent;
    color: #000 !important;
    border: 1px solid #dee2e6;
    padding: 7px 10px;
    border-radius: 5px;
    height: 100px;
}

.user_info-value select {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: block;
    width: 100%;
    background: transparent;
    color: #000 !important;
    border: 1px solid #dee2e6;
    padding: 7px 10px;
    border-radius: 5px;
}

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

li.item-tab {
    color: #000;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: transparent;
    margin-right: 5px;
    border: 1px solid #dcdcdc;
    border-bottom: 0;
}

li.item-tab a {
    color: #2e3b52;
    text-decoration: none;
    font-size: 16px;
    padding: 13px 15px;
    display: block;
}

li.item-tab.active {background: #fff;border-color: #fff;}

.head-tabs ~ .item-main_block {
    border-top-left-radius: 0;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-container {
    padding: 20px;
}

.revshare-wrapper {
    margin-top: 50px;
}

.flex-wrap-wrap {
    flex-wrap: wrap;
}

.flex-basis-child-50 > div {
    flex-basis: calc(50% - 14px);
    margin-bottom: 10px;
    margin-left: 7px;
    margin-right: 7px;
}

.login__wrapper-inner.register__wrapper-inner {
    width: 100%;
    max-width: 750px;
}

.d-flex.flex-wrap-wrap.flex-basis-child-50 {
    margin: 0px -7px;
}

.register__wrapper-inner input, .register__wrapper-inner select, .register__wrapper-inner textarea {
    border-radius: 10px;
    border: 1px solid var(--outline-outline-secondary, #A3A3A3);
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    padding: 10px 15px;
    overflow: hidden;
    color: #FFF !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.register__wrapper-inner input::placeholder, .register__wrapper-inner textarea::placeholder {
    color: #fff !important;
}

a.btn-default.btn-primary {
    background: #1a2943;
    text-decoration: none;
}

form.form-inner {
    padding: 25px;
}

button.btn.btn-danger {
    color: #fff;
    background-color: #e46a76;
    border-color: #e46a76;
}

a.btn.btn-edit {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
    background: #2e3b52;
    padding: 10px 20px;
    border: none;
    margin-right: 0;
}

.filter-select {
    border: 1px solid #dee2e6;
    padding: 6px 10px;
    border-radius: 5px;
    display: block;
    margin-top: 5px;
}

td span.select2.select2-container.select2-container--default {
    display: block;
    margin-top: 5px;
}

td .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
}

td.sort {
    position: relative;
    cursor: pointer;
}

/* Стилі для стрілок */
td.sort span::after {
    content: '';
    position: absolute;
    right: 4px;
    top: 51%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url(/storage/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    opacity: 0.7;
}

/* Стилі для спрямованої стрілки для сортування за зростанням */
td.sort.asc span::after {
    /*content: '\2191'; !* Unicode для стрілки вверх *!*/
    opacity: 1;
}

/* Стилі для спрямованої стрілки для сортування по спаданню */
td.sort.desc span::after {
    /*content: '\2193'; !* Unicode для стрілки вниз *!*/
    opacity: 1;
}

/* При натисканні на заголовок - виділяємо його */
/*td.sort:hover::after {*/
/*    opacity: 0.7;*/
/*}*/

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 16px !important;
}

#column-matching-modal .table.table-item {
    overflow-x: scroll;
}

@media (max-width: 1560px) {
    .table.table-item {
        margin-top: 20px;
        overflow-x: scroll;
    }
}

@media (max-width: 1440px) {
    a.btn.btn-link.btn-transparent {
        border-radius: 8px;
        padding: 11px 20px;
    }

}


@media (max-width: 1100px) {

    .user_page-wrapper.d-flex {
        flex-wrap: wrap;
    }

    .user_page-main {
        flex-basis: 100%;
    }

    .user_page-column-right {
        flex-basis: 100%;
    }
}


@media (max-width: 768px) {
    .card.card-register {
        max-width: 100%;
        margin: 0px !important;
        padding: 15px;
    }

    .login__wrapper {
        display: flex;
        align-items: center;
    }
    
    .register-row > div {
        flex-basis: 100%;
    }

    .main-content-wrapper {
        margin-left: 0;
    }
    
    .item-main_body.d-flex {
        display: block;
    }
    
    .item-main_head.d-flex.align-center.justify-between {
        display: block;
        padding: 15px;
        border-radius: 0px;
    }
    
    form.search input {
        width: 100%;
        height: 40px;
    }
    
    h2.item-main_title {
        margin-bottom: 10px;
        font-size: 16px;
    }
    
    span.icon-search svg {
        max-width: 18px;
    }
    
    form.form-filter.d-flex.align-center.justift-right {
        flex-direction: column;
    }
    
    .item-filter_inner {
        margin: 0px;
        margin-bottom: 10px;
        width: 100%;
    }
    
    .item-main_filter {
        padding: 15px;
    }
    
    .filter_inner-title {
        font-size: 12px;
    }
    
    .table.table-item {
        margin-top: 20px;
        overflow-x: scroll;
    }
    
    main.main-container {
        padding: 0px;
        padding-top: 50px;
    }
    
    .left-column-menu {
        position: fixed;
        top: 0;
        border-radius: 0px;
        width: 100%;
        margin: 0px !important;
        left: 0;
        right: 0;
        padding: 5px;
        z-index: 991;
        border-bottom: 1px solid #3e3e60;
        height: auto;
    }
    
    .item-main_filter {
        padding: 0;
    }
    
    form.form-filter.d-flex.align-center.justift-right {
        padding: 0;
    }
    
    .item-filter_inner {
        padding: 0;
        margin-bottom: 0;
    }

    .apply-filter-btn button {
        font-size: 14px;
        padding: 12px 20px;
        border-radius: 8px;
    }

    .main-menu {
        position: fixed;
        left: 0;
        right: 0;
        padding: 5px 20px 20px;
        background: #1a2943;
        transform: translate(0px, -100%);
        opacity: 0;
        visibility: hidden;
        bottom: 0;
        top: 51px;
    }

    .main-menu {
        transition: all 0.4s ease-in-out;
    }
    
    .open-menu .main-menu {
        transform: translate(0px, 0px);
        visibility: visible;
        opacity: 1;
    }
    
    .head-menu-top {
        border: none;
        padding: 0px;
    }
    
    .head-menu-top a {
        display: flex;
        align-items: center;
        height: 100%;
    }
    
    a.navbar-brand img {
        max-width: 130px;
    }

    .visible-xs {
        display: block;
    }

    button.toggle-button-menu {
        background: transparent;
        border: none;
    }
    
    .head-menu-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    

    
    button.toggle-button-menu span:nth-child(2) {
        width: 16px;
        margin-left: auto;
    }

    button.toggle-button-menu {
        background: transparent;
        border: none;
    }
    
    .head-menu-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    button.toggle-button-menu span {
        display: block;
        width: 20px;
        height: 2px;
        background: #3bc0c3;
        border-radius: 0;
        margin: 5px 0px;
    }
    
    .item-main_head a.btn.btn-default {
        display: inline-block;
    }

    button.toggle-button-menu span:nth-child(2) {
        width: 16px;
        margin-left: auto;
    }

    .form-row {
        flex-direction: column;
    }
    
    .form-row > div {
        width: 100% !important;
        margin: 10px 0px;
    }
    
    .form-row {
        margin: 0px !important;
        display: block;
    }
    
    .table.table-item tbody tr td {
        padding: 10px;
        font-size: 12px;
    }
    
    .table.table-item thead td {
        padding: 10px;
    }
    
    a.btn.btn-link.btn-transparent {
        padding: 10px 15px;
        font-size: 13px;
        white-space: nowrap;
    }
    
    a.btn.btn-link.btn-primary {
        font-size: 13px;
        padding: 10px 20px;
    }
    
    span.user-date-value {
        font-size: 12px;
        white-space: nowrap;
    }
    
    span.user-status {
        white-space: nowrap;
    }

    .project-inner.step-inner {
        overflow-x: scroll;
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .step-item {
        padding: 10px;
    }
    
    span.number-step {
        font-size: 20px;
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }
    
    span.step-item__title-text {
        font-size: 16px;
    }
    
    span.step-item__select-program {
        font-size: 12px;
    }
    
    h1 {
        margin-top: 10px;
        font-size: 18px;
    }
    
    .head-sections.d-flex.justify-between.align-center {
        padding: 0px 10px;
    }
    
    .item-main_block-promo {
        padding: 0px 10px;
    }
    
    .top_menu {
        margin-top: 10px;
        border-radius: 0px;
        padding: 5px;
    }

    .item_promo {
        padding: 10px;
    }
    
    .promo_main-inform.d-flex.align-start {
        display: block;
    }
    
    .promo_item_value {
        margin-right: 0px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    .promo_main-link.d-flex.align-center {
        flex-direction: column;
    }
    
    .promo_settings-link {
        margin-top: 10px;
    }
    
    a.settings_link.popup-with-form {
        width: 100%;
        margin-left: 0px;
    }

    .project_item {
        border-radius: 0px;
        margin-top: 10px;
    }
    
    .project_name h2 {
        font-size: 16px;
    }
    
    .project_head.d-flex.justify-between.align-center {
        flex-direction: column;
        align-items: baseline;
    }
    
    .project_btns.d-flex.align-center a {
        margin: 0px;
        margin-right: 5px;
    }
    
    .project_program {
        overflow-x: scroll;
    }
    
    .project_landings-item {
        flex-basis: calc(50% - 20px);
    }
    
    .project-landings-card__content {
        padding: 10px;
    }
    
    .project-landings-card__btns {
        display: block;
        width: 100%;
        padding: 10px;
    }
    
    .project-landings-card__btns a, .project-landings-card__btns button {
        font-size: 13px !important;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    
    .project-landings-card__btns a {
        margin-top: 0px;
    }
    
    .project_program-inner {
        overflow-x: scroll;
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .project_btns.d-flex.align-center {
        margin-top: 10px;
        flex-wrap: wrap;
    }
    
    .project_btns.d-flex.align-center a:last-child {
        margin-top: 10px;
    }
    
    .project_item {
        padding: 10px;
    }

    .user_page-wrapper.d-flex {
        flex-direction: column;
    }

    .user_info-value {
        flex-basis: 100%;
    }
}


@media (max-width: 768px) {
    /*.table-item-report tr td:first-child, .table-item-report tr td:nth-child(2), .table-item-report tr td:nth-child(4) {*/
    /*    display: none;*/
    /*}*/

    .table-item-report tr td:first-child {
        display: none;
    }
    
    .table-item-report td span.select2.select2-container.select2-container--default {
        max-width: 150px;
    }
    
    .table.table-item.table-item-report thead td {
        padding: 5px;
        font-size: 12px;
    }

    td.sort span::after {
        position: relative;
        top: 0;
        transform: none;
        margin-left: 6px;
    }

    td.sort span {
        display: flex;
        align-items:center;
    }
    /*td.sort::after {*/
    /*    display: none;*/
    /*}*/
}





/* NEW DESIGN FORM START */

.card-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 0;
}

.card-inner .card-body {
    flex: 1 1 auto;
    padding: 1.25rem 1.25rem;
}

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

.form-group {
    margin-bottom: 25px;
}

.row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9ecef;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control {
    color: #212529;
    min-height: 38px;
    display: initial;
}

.h4, h4 {
    font-size: 1.25rem;
}

.card-title {
    position: relative;
    font-weight: 500;
    margin-bottom: .75rem;
    margin-top: 0;
}

.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-family: 'Proxima nova';
    font-size: .875rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.text-white {
    color: #fff !important;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-success {
    color: #000;
    background-color: #00c292;
    border-color: #00c292;
}

.form-control:disabled {
    background: #f4f4f4;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #fb9678;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.customtab2 li a.nav-link {
    border: 0px;
    margin-right: 3px;
    color: #212529;
    font-size: 1rem;
    font-weight: 300;
}

.customtab2 li.active a.nav-link {
    background: #fb9678;
    color: #fff; 
}

.customtab2 li a.nav-link:hover {
    color: #fff;
    background: #fb9678; 
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

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

.btn-info {
    color: #fff;
    background-color: #03a9f3;
    border-color: #03a9f3;
}

.align-items-center {
    align-items: center;
}

.ml-1 {
    margin-left: 0.5rem;
}

.mr-1 {
    margin-right: 0.5rem;
}

.btn-secondary {
    color: #000;
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

span.menu-icon span {
    color: #8d97ad;
}

span.item_source {
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 3px;
    background: #fff;
    padding: 2px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}






@media (max-width: 768px) {
    .col-2 {
        width: 100%;
    }
    
    .col-10 {
        width: 100%;
    }
    
    .form-group.row {
        margin-bottom: 10px;
    }

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

    .flex-direction-column-mobile {
        flex-direction: column;
    }
    
    .flex-direction-column-mobile > select {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

/* NEW DESIGN FORM END */


/* NEW DESIGN POPUP START */

#column-matching-modal {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    width: 80%;
    max-width: 1200px;
    margin: auto;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.column-matching-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.column-list {
    flex: 1;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.column-empty {
    flex: 1;
    padding: 10px;
    background-color: #e9ecef;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#column-matching-modal ul {
    list-style: none;
    padding: 0;
}

#db-columns li {
    margin: 8px 0;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

li.ui-state-highlight {
    background-color: #f5f5f5;
}

h4 {
    margin-top: 0;
}

div#column-matching-modal {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10%;
    top: 10%;
    height: 80%;
}

.column-list {
    overflow-y: scroll;
    height: 100%;
}

#column-matching-modal form {
    height: calc(100% - 90px);
}

div#column-matching-modal h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.column-list h4, .column-empty h4 {
    font-size: 16px;
    font-weight: 500;
}

#column-matching-modal form button {
    margin-top: 15px;
}

.column-matching-container {
    height: 100%;
}

.overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #00000085;
}

ul#mapping-columns {
    min-height: 100px;
}

li.db-column-item.ui-sortable-placeholder {
    height: 35px;
    background: #ffffff8f !important;
    border: 1px dashed #cecece !important;
}

ul#mapped_fields li {
    margin: 8px 0;
    background-color: #ffffff6e;
    /* border: 1px dashed #ddd; */
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    height: 35px;
}

ul#all_field_undefined span {
    margin: 8px 0;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 300px;
}

ul#mapped_fields li span {
    background: #fff;
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    padding: 8px;
    height: 35px;
    border-radius: 4px;
}

.column-empty {
    overflow-y: scroll;
}

span.col-count {
    float: left;
    position: relative;
    top: 7px;
    left: -17px;
}

.column-list {
    padding-left: 20px;
}

.column-empty {
    padding-left: 23px;
}

button.column-matching-close {
    position: absolute;
    right: 15px;
    top: 15px;
    transform: rotate(45deg);
    padding: 0;
    border: none;
    background: transparent;
    font-size: 32px;
    line-height: 0.6;
}

.column-btns-bottom button {
    white-space: nowrap;
    margin-top: 0 !important;
}

.justify-content-space-between {
    justify-content: space-between;
}

.column-btns-bottom {
    margin-top: 15px;
}

.column-btns-bottom div button {
    margin-left: 10px;
}

/* Загальний стиль для попапу */
.popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* щоб попап був зверху */
    background-color: rgba(0, 0, 0, 0.5); /* затемнення фону */
    visibility: hidden; /* початково попап прихований */
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
}

.popup-modal.show {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

/* Оверлей (затемнення) */
.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1; /* залишити за контентом */
}

/* Стиль для вікна попапу */
.popup-content {
    background-color: #fff;
    padding: 20px;
    width: 400px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

/* Кнопка для закриття попапу */
.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.btn-success {
    background-color: #28a745;
    color: #fff;
}

.param-item {
    margin-bottom: 10px;
}

.param-item input {
    /* margin-right: 10px; */
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.delete-param-btn:hover {
    background-color: #c82333;
}

.ml-2 {
    margin-left: 10px;
}

/* NEW DESIGN POPUP END */


/* PARTNER ACCOUNT LIST START */
.mr-2 {
    margin-right: 10px;
}
/* PARTNER ACCOUNT LIST END */

.commission_log-item ul {
    padding-left: 20px;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #e9e9e9;
    margin-bottom: 0;
    margin-top: 0;
}

.commission_log-item ul li:first-child {
    list-style: none;
    margin-left: -16px;
}

.commission_log-item ul li b {
    font-weight: 500;
    color: #000;
}

.commission_log-item ul li span {
    color: grey;
}

h3.default-title {
    margin-top: 30px;
    font-weight: 600;
}

.commission_log-item:first-child ul {
    background: #f5f5f5;
}

.popup-content h3 {
    text-align: center;
    font-weight: 600;
}

span.custom-icon-style {
    color: #8d97ad;
    font-size: 18px;
    margin-left: 10px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.arrow_pagination a, .arrow_pagination .disabled {
    padding: 15px 8px;
    margin: 0px 2px;
    border-radius: .375rem;
    border: 1px solid rgba(0, 0, 0, .1);
    display: block;
    background: #efefef;
}

.arrow_pagination .disabled {
    opacity: 0.6;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.blink {
    animation: blink 0.5s ease-in-out;
}

.item-main_inner .manage-buttons form {
    padding: 0px;
}

a.default-link {
    color: #000;
    font-size: 13px;
    text-decoration: underline;
}

.item_video_detail ul {
    list-style: none;
    padding: 0;
}

.item_video_detail {
    padding: 0px 20px;
}

.item_video_detail ul li {
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    font-size: 14px;
}

table.table-input input {
    font-style: normal;
    font-weight: 400;
    display: block;
    background: #fff;
    color: #000 !important;
    border: 1px solid #dee2e6;
    padding: 5px;
    border-radius: 5px;
}

.password-input {
    position: relative;
}

img.password-show {
    position: absolute;
    right: 7px;
    top: 7px;
}

.clear-date-filter {
    position: relative;
    top: 0;
    right: 0;
    transform: rotate(45deg);
    color: red;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    z-index: 10;
    display: block;
    margin-right: 5px;
    font-weight: bold;
    font-style: normal;
}

.clear-date-filter:hover {
    color: red;
}

.filter_wrapper form .input-filter-range-date {
    display: flex;
    align-items: center;
}

.param-item label {
    display: block;
    margin-bottom: 5px;
}

.alert.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

button.arrow-table-down.hidden-visible {
    opacity: 0;
    visibility: hidden;
}

.filter_wrapper.d-flex.align-items-center {
    margin-bottom: 20px;
}

table .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 0px !important;
}

table .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 0;
    padding-top: 0px;
    padding-left: 2px;
}

.select2-container .select2-selection--multiple {
    min-height: 28px !important;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    font-family: 'Proxima Nova';
    color: #000;
}

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

@media (max-width: 768px) {
    a.btn-default.btn-primary {
        display: inline-block;
    }

    .item-main_head a.btn-default.btn-primary {
        padding: 10px 15px;
    }
}


#offer_group ~ span.select2.select2-container.select2-container--default {
    max-width: 180px;
}


ul#select2-offer_group-results li {
    max-width: 180px;
}

/* Explanation toggle styles */
.explanation-toggle {
    transition: all 0.3s ease;
}

.explanation-toggle .arrow-down {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 19L5 12L12 5"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

.explanation-toggle:hover {
    color: #333 !important;
}

.arrow-down {
    transition: transform 0.3s ease;
}

.explanation-header {
    transition: all 0.3s ease;
}

.explanation-header:hover {
    opacity: 0.8;
}

.explanation-content {
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    form.form-filter.d-flex.align-center.justift-right {
        align-items: baseline;
    }
    
    .form-filter button.btn.btn-info {
        margin-bottom: 10px;
    }
    
    .input-filter-range-date {
        margin-top: 10px;
    }
}