body {
    font-size: 0.875rem;
    font-family: "Montserrat", sans-serif;
    font-weight: initial;
    line-height: normal;

    -webkit-font-smoothing: antialiased;
    margin: 0;
    color: #222;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

div.dt-buttons {
    float: right !important;
    margin-left: 10px !important;
}

div.dt-button-collection {
    overflow: auto !important;
    max-height: 100vh;
    left: 83% !important;
}

div.dt-button-background {
    position: inherit !important;
}

option:checked {
    color: green;
    font-weight: bold;
}

body a {
    text-decoration: none;
    color: #336799;
}

.after-ml-0::after {
    margin-left: 0 !important;
}

.w-wrapper {
    /* max-width: 1360px; */
    margin: 0 auto;
    width: 100%;
}

.w-wrapper_alert {
    width: max-content;
}

/* Header */
.header {
    /* border-bottom: 4px solid #eaebed; */
}

.header-inner {
    min-height: 100px;
    display: flex;
    justify-content: space-between;
}

.header-inner .logo {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.notification {
    padding: 0 10px;
}

/*.notification_icon .bell-red {*/
/*  display: none;*/
/*}*/
.notification_list {
    position: absolute;
    right: 0;
    max-width: 500px;
    background-color: rgb(247 247 247);
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    margin: 30px 20px;
    z-index: 1;
    overflow-y: scroll;
    max-height: 250px;
    width: 100%;
}

.notification_card {
    margin: 10px;
    padding: 10px;
    background-color: white;
}

.notification_card_empty {
    margin: 10px;
    padding: 10px;
    background-color: white;
    width: calc(100% - 20px);
    min-height: 80px;
}

.notification_card_empty p {
    text-align: center;
}

.notification_btn {
    color: transparent;
    border: transparent;
    background-color: transparent;
    padding: 15px;
}

.notification_btn_show {
    color: red;
    text-transform: uppercase;
}

.bell {
    cursor: pointer;
}

.notification_bell-blue,
.bell-blue {
    background-image: url("../../img/bell_icon.svg");
    background-size: cover;
    height: 32px;
    width: 32px;
}

.notification_bell-red,
.bell-red {
    background-image: url("../../img/bell_red.svg");
    background-size: cover;
    height: 32px;
    width: 32px;
}

.notification_page_bell {
    min-width: 50px;
    display: flex;
    justify-content: center;
    border: none !important;
}

.notification_page_title {
    min-width: 120px;
    text-transform: none;
    font-weight: 500;
}

.notification_page_description {
    text-transform: none;
    word-break: break-word !important;
}

.notification_page_time {
    word-break: break-word !important;
    text-align: center;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    /* background: #336799; */
    background-image: linear-gradient(#0f58a4, #1dbcc2);
    color: #fff;
    transition: all 0.4s;
    position: fixed;
}

#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar.sidebar_active {
    margin-left: -250px;
}

#sidebarCollapse {
    width: 40px;
    color: #fff;
    right: 0px;
}

#show-sidebar {
    position: fixed;
    left: 0;
    top: 104px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;
    box-shadow: none;
    z-index: 1000;
}

.header-inner .logo a {
    display: block;
}

.h-buttons {
    display: flex;
    align-items: center;
}

.h-buttons a {
    text-decoration: none;
}

.h-buttons .sign-in-btn {
    margin-right: 20px;
    /* background: white; */
    /* border: 2px solid #336799; */
    /* border-radius: 4px; */
}

.button_primary {
    font-weight: 500;
    font-size: 16px;
    line-height: 13px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 7px;
    transition: 0.3s all ease;
    border: none;
    cursor: pointer;
}

.button_primary:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.img_area {
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: end;
}

.card-body {
    padding: 1.5rem;
}

.button_primary.button_green_inactive {
    background: transparent;
    font-weight: bold;
    color: #6c757d !important;
}

.button_primary.button_green_active {
    color: #fff !important;
    background: #1dbdc3;
}

.button_primary.button_green {
    color: #fff;
    background: #1dbdc3;
}

.button_primary.button_green_bg_none {
    color: #1dbdc3;
    background-color: #fff;
    border: 1px solid #1dbdc3;
}

.button_green_bg_none:hover {
    background-color: #3fcfd4;
    color: #fff;
}

.button_green_bg_none_hover {
    /* background-color: #3fcfd4; */
    background: transparent;
    color: #919aa4;
    font-weight: bold;
    border-radius: 15px;
    /* color: #fff; */
    text-transform: uppercase;
}

.button_green_bg_none_hover:hover {
    background-color: #3fcfd4;
    color: #fff;
}

.button_primary.button_green:hover {
    background-color: #3fcfd4;
}

.butbutton_primaryton.button_green:active {
    background-color: #15abb0;
}

.sign-in-btn.dropdown-arrow .dropdown button {
    color: #fff;
}

.file_manager_btns {
    border: 1px solid #336799;
    font-weight: 500;
    color: #336799;
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 7px;
    transition: 0.3s all ease;
    cursor: pointer;
    background-color: #fff;
}

.sign-in-btn.dropdown-arrow .dropdown .dropdown-menu {
    min-width: 13rem;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
    border: none;
    left: 15px !important;
}

.sign-in-btn.dropdown-arrow .dropdown .dropdown-menu .dropdown-item {
    color: #336799;
    padding: 8px 25px;
    font-weight: 500;
}

.sign-in-btn.dropdown-arrow .dropdown .dropdown-menu .dropdown-item i {
    margin-right: 10px;
}

.h-buttons .dropdown-arrow {
    cursor: pointer;
    position: relative;
    padding: 0px;
}

.h-buttons .dropdown-arrow img {
    margin: 7px 9px;
}

.row_options,
.pas_edit,
.history {
    transition: all ease 0.3s;
    /* display: none; */
    visibility: hidden;
}

.all_tr_retailer_approved .edit-btn {
    display: none;
    opacity: 0;
}

.all_tr_retailer_approved:hover .edit-btn {
    opacity: 1;
}

table tbody tr:hover .row_options,
table tbody tr:hover .pas_edit,
table tbody tr:hover .history {
    /* display: block; */
    visibility: visible;
}

.dropdown-arrow .m-list {
    position: absolute;
    display: none;
    border: 2px solid #336799;
    border-radius: 4px;
    background: white;
    margin-right: -2px;
    right: 0;
    z-index: 9999;
}

.el-message-box__headerbtn {
    background-image: url(../../img/collapse_sidebar.svg);
}

.template_name {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: max-content;
}

.ele-clone {
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    position: fixed;
}

*[data-tooltip]::after {
    content: attr(data-tooltip);

    position: absolute;
    top: -20px;
    right: -20px;
    width: 150px;

    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -ms-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;

    display: block;
    font-size: 12px;
    line-height: 16px;
    background: #fefdcd;
    padding: 2px 2px;
    border: 1px solid #c0c0c0;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4);
}

*[data-tooltip]:hover::after {
    opacity: 1;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 8px;
}

.select2 .select2-container .select2-container--default {
    width: 100% !important;
}

.select2
    .select2-container
    .select2-container--default
    .select2-container--below
    .select2-container--focus {
    width: 100% !important;
}

.select2 .select2-container .select2-container--default .select2-container--focus {
    width: 100% !important;
}

.el-checkbox {
    margin-top: auto;
    margin-bottom: auto;
}

.select2-container--default .select2-selection--multiple:before {
    content: " ";
    display: block;
    position: absolute;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer;
}

.select2-container--open .select2-selection--multiple:before {
    content: " ";
    display: block;
    position: absolute;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer;
}

ul li:hover {
    /* background: #EDEDED !important; */
    cursor: pointer;
}

.right_click {
    padding: 5px;
    /* box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15); */
}

.right_click ul li {
    font-size: 12px;
    padding: 11px;
}

.right_click ul li:hover {
    cursor: pointer;
    background-color: #eee;
}

.sortable_table .group_edit,
.sortable_table .rename-btn,
.sortable_table .group_edit_template {
    position: relative;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* right: 2rem; */
    opacity: 0;
    /* width: 18px; */
    cursor: pointer;
}

.retrieve_btn {
    padding: 5px 14px;
    border-radius: 7px;
    border: 1px solid #336799;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    min-width: 84px;
}

.action_buttons {
    opacity: 0;
}

.jconfirm-box .jconfirm-hilight-shake .jconfirm-type-default .jconfirm-type-animated {
    padding: 30px;
}

.jconfirm-buttons {
    padding-bottom: 0px;
}

.header_mapping_td {
    padding-right: 15px;
    min-width: 50px;
    font-size: 13px;
}

.header_mapping_td_hidden {
    padding-right: 15px;
    min-width: 50px;
    font-size: 13px;
    display: none;
}

.normalize_data_dropdown {
    min-width: 0rem;
}

.bd_portal_tables tr:hover .group_edit,
.bd_portal_tables tr:hover .group_edit_template,
.bd_portal_tables tr:hover .rename-btn,
.bd_portal_tables tr:hover .action_buttons,
.el-table__row:hover .action_buttons {
    opacity: 1;
}

#normalization_table tr:hover .group_edit,
#normalization_table tr:hover .group_edit_template,
#normalization_table tr:hover .action_buttons {
    opacity: 1;
}

.dark-green {
    background: #36a33b !important;
    color: #fff !important;
}

.dark-blue {
    background: #7560db !important;
    color: #fff !important;
}

.dark-green td,
.dark-blue td {
    color: #fff !important;
}

.dropdown-arrow .m-list li a {
    line-height: 2;
    padding: 0px 40px;
    white-space: nowrap;
}

.dropdown-arrow .m-list li a:hover {
    background: #336799;
    color: white;
    display: block;
}

.dropdown-arrow.opened {
    border-radius: 4px 4px 0px 0px;
}

select option:disabled {
    color: #529e63;
    font-weight: bold;
}

.dropdown-arrow.opened .m-list {
    border-radius: 4px 0px 4px 4px;
}

.round {
    background: rgba(51, 103, 153, 0.5);
    border-radius: 50%;
    position: fixed;
    z-index: 100;
    right: 5%;
    cursor: pointer;
    top: 40%;
}

.round canvas {
    position: relative;
    top: 2px;
}

.round strong {
    position: absolute;
    top: 38%;
    left: 55%;
    transform: translate(-50%);
    font-size: 20px;
    color: white;
    font-weight: 100;
}

.round span {
    display: block;
    color: #999;
    font-size: 16px;
    margin-top: 10px;
}

.round span i {
    color: #ff5c5c;
    font-size: 22px;
    margin-right: 6px;
}

.header-values-btn {
    color: #336799;
    background: transparent;
    border: none;
    margin-left: 5px;
    text-decoration: underline;
}

.header-values-btn:hover {
    text-decoration: none;
}

/* footerSticky */

#progressStatistics {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    margin: 60px -1.5rem -1.5rem;
    padding: 20px;
    transition: transform 0.3s;
    transform: translateY(100%);
    background: #1160a7;
}

.translateY-0 {
    transform: translateY(0) !important;
}

.rotate {
    transform: rotate(180deg);
}

#progressStatistics .btn {
    position: absolute;
    right: 0;
    bottom: 99%;
    outline: none !important;
    box-shadow: none !important;
    padding: 15px 10px 10px 30px;
    background: #1160a7;
    color: white;
    transition: 0.3s;
    border-radius: 50px 0 0 0;
}

#progressStatistics .btn svg {
    transition: 0.3s;
}

#progressStatistics p {
    font-size: 16px;
    margin-bottom: 0;
    color: white;
}

/* Footer */
.footer {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.footer ul,
.header ul {
    list-style: none;
    padding: 0px;
}

#treeview {
    list-style-type: none;
}

#treeview li i {
    font-size: 10px;
    font-weight: bold;
    color: #336799;
}

.selected ul li div {
    margin-left: 20px;
}

#treeview li div {
    padding: 7px;
    color: #53565a;
    font-weight: 500;
}

.file_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#searchFileManager {
    /* padding:14px 10px; */
    background: url(../assets/fileman/images/search.png) no-repeat 6px center;
    border: 0.5px solid #cbcfd6;
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    width: 75px;
    height: 23px;
    position: relative;
}

.upper_action_button {
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    padding: 10px 20px;
    border-radius: 7px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #53565a;
    transition: none;
}

.btn-outline-light,
.tabs-toggle {
    text-transform: uppercase !important;
    font-weight: bold;
    color: #53565a;
    font-size: 15px;
    border-color: transparent;
    background-color: transparent;
}

.btn-outline-light:hover,
.tabs-toggle:hover {
    color: #fff !important;
    background-color: #336799 !important;
    border-color: #336799 !important;
    border-radius: 7px;
}

.btn-outline-primary,
.tabs-toggle.active {
    border-radius: 7px !important;
    border-color: #336799;
    font-weight: bold;
    text-transform: uppercase;
    color: #336799;
    font-size: 15px;
    outline: none !important;
    box-shadow: none !important;
}

.btn-outline-primary:hover,
.tabs-toggle.active:hover {
    color: #fff;
    background-color: #336799;
    border-color: #336799;
    border-radius: 7px;
}

.upper_action_button:hover {
    /* border: 1px solid #336799; */
    color: #336799;
}

#menuDirFromList {
    width: 160px;
    background: #ffffff;
    box-shadow: 0px 4px 18px rgb(0 0 0 / 5%);
    border: none;
    padding: 13px;
}

.popup-icons {
    float: left;
    position: relative;
    top: 7px;
}

.contextMenu {
    position: absolute;
    background-color: #ddd;
    border: 1px solid #bbb;
    border-bottom: none;
    min-width: 100px;
    font-weight: bold;
    z-index: 2000 !important;
}

.contextMenu span {
    display: block;
    background-repeat: no-repeat;
    background-position: 4px 6px;
    border-bottom: 1px solid #b0b1b0;
    padding: 5px 5px 5px 20px;
    cursor: pointer;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.045em;
    color: #53565a;
    border: none;
}

.contextMenu span:hover,
#pnlFileList .selected,
#pnlFileList .selected:hover,
#menuFile span:hover {
    background-color: #ededed !important;
    /*color:#FFF;*/
}

#treeview li,
#treeview div {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    padding: 6px;
}

#treeview div {
    padding: 0 0 0.1em 0.1em;
    cursor: pointer;
}

#treeview .selected,
#treeview div.selected:hover {
    background-color: #ededed !important;
}

.footer-t {
    background: #336799;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.footer-m .footer-inner {
    display: flex;
    justify-content: space-between;
}

.footer-m .adress {
    display: flex;
}

.footer-m .adress .store {
    margin-right: 40px;
}

.footer-m .adress .store:last-child {
    margin-right: 0px;
}

.footer-m .company,
.footer-m .adress .store {
    width: 25%;
}

.footer-m .adress {
    width: 75%;
    display: flex;
    justify-content: flex-end;
}

.p-footer {
    margin: 8px auto;
}

.footer-t {
    color: white;
}

.p-footer {
    display: flex;
    justify-content: space-between;
}

.p-footer-left {
    display: flex;
}

.p-footer-left img {
    margin-right: 15px;
}

.f-menu {
    list-style: none;
    text-transform: uppercase;
    padding: 0px;
}

.f-menu li {
    display: inline-block;
    margin-right: 15px;
}

.f-menu li a {
    text-decoration: none;
    color: white;
}

/****** Left Menu *****/

.portal-div {
    display: flex;
    min-height: 100vh;
    overflow-x: clip;
}

.portal-left-menu {
    background: #336799;
    min-height: calc(100vh - 170px);
    width: 300px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: all ease-in 0.5s;
}

.portal-left-menu .title_h2 {
    font-size: 20px;
}

/* .separator {
  height: 2px;
  background: white;
  margin: 0 auto;
  width: 80%;
} */

#pleft_menu {
    list-style: none;
    text-transform: capitalize;
    padding: 0px;
    overflow: hidden;
    flex-wrap: nowrap;
    flex-direction: column;
    line-height: 3;
    margin-top: 1.45rem;
    margin-bottom: 2rem;
    /* margin-left: 0.375rem;
  margin-right: 0.375rem; */
    font-size: 0.875rem;
}

#pleft_menu li > a {
    line-height: 1.8;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: baseline;
    white-space: nowrap;
    padding: 0.75rem 1.937rem 0.75rem 1rem;
    color: #fff;
    font-weight: bold;
    -webkit-transition-duration: 0.45s;
    -moz-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    transition-duration: 0.45s;
    transition-property: color;
    -webkit-transition-property: color;
}

/* #pleft_menu li.active>a {
  color: #336799;
} */

#pleft_menu.nav:not(.sub-menu) > li.active {
    background: #2590d8;
    color: #fff;
    border-left: 9px solid #19bcc2;
    /* border-radius: 0.437rem; */
}

#pleft_menu li > a i.menu-icon {
    font-size: 1rem;
    line-height: 1;
    margin-right: 1rem;
    /* color: #787878; */
    min-width: 20px;
}

#pleft_menu li > a i.fa-chevron-right {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: auto;
    margin-right: 0;
    /* color: #686868; */
}

#pleft_menu li a:hover,
#pleft_menu a.active {
    color: #fff;
    font-weight: bold;
    /* border-left: 9px solid #19BCC2; */
    background: #2590d8;
    text-decoration: none;
    /* border-radius: 0.437rem; */
}

#pleft_menu a.nav-dropdown-menu.active {
    background: inherit;
    font-weight: bold;
}

.portal-left-menu .sign_out {
    text-decoration: none;
    color: #fff;
    margin: 20px 0;
    display: block;
    font-size: 1rem;
    font-weight: bold;
}

/********* Portal content *****/

.portal-content {
    background: #ececec;
    overflow-x: clip;
    width: 100%;
}

.portal-content-in {
    padding: 20px 10px 60px 10px;
    height: 100%;
}

/********* Portal tabs ***********/

.portal-content #content_menu {
    display: flex;
    justify-content: space-between;
}

.error_border {
    border: solid 1px #ff0000;
}

/* button.help-btn {
  border: none;
  background: inherit;
  font-size: 1.5rem;
  color: #336799;
} */
button.help-btn {
    border: none;
    position: fixed;
    /* left: 0; */
    /* width: 70px; */
    background: none;
    font-size: 1rem;
    color: #336799;
    right: -33px;
    z-index: 1000;
    transform: rotate(270deg);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.portal-content .content_menu_tabs {
    text-transform: uppercase;
    font-size: 1.4rem;
    display: inline-block;
    /* padding: 15px 30px 30px 15px; */
    /* border: 2px solid transparent; */
    /* color: #336799; */
    color: #2f3c4e;
    min-width: 110px;
    text-align: center;
    margin-bottom: 18px;
}

.portal-content .content_menu_tabs.active {
    /* border-left: 2px solid #e1e1e1; */
    /* border-right: 2px solid #e1e1e1; */
    font-weight: 600;
    background: inherit;
}

.portal-content .content_menu_tabs:hover {
    font-weight: 600;
}

.portal-content .content_menu_tabs.lff {
    padding-left: 0px;
    text-align: left;
}

/* .portal-content .content_menu_tabs.lff.active,
.portal-content .content_menu_tabs.lff:hover {
  border-left: 2px solid #fc0;
} */

.portal-content #content_menu {
    margin-bottom: -2px;
    z-index: 1;
}

.portal-content #content_info {
    /* border-top: 2px solid #e1e1e1; */
}

#content_info .content_info {
    /* margin-top: 20px; */
}

#content_info #content_payment {
    display: none;
}

.bg-yellow {
    background-color: #fc0;
}

/********* Profile tab ********/

.mlogo_img img {
    max-width: 280px;
    max-height: 184px;
}

.profile_img img {
    max-width: 140px;
    max-height: 140px;
}

.img-box {
    width: 160px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.img-box .img-holder {
    width: 150px;
    height: 150px;
    display: block;
    overflow: hidden;
    position: relative;
    border: 2px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: inset 0 2px 4px 0 #e9eefa;
}

.img-box .img-holder img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.bx-menu {
    background-image: url(../../img/collapse_sidebar.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.bx-menu-alt-right {
    background-image: url(../../img/collapse_sidebar2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px !important;
}

.img-box .img-holder-logo {
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 8px;
}

.img-box .img-holder-logo img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.img-box .img-holder svg {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
}

.profile-user-img {
    border: 3px solid #adb5bd;
    margin: 0 auto;
    padding: 3px;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

/* PURCHASE CARDS */

.card-pricing {
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
}

.card-pricing:hover {
    border: 2px solid #336799;
    transform: scale(1.1);
    cursor: pointer;
}

.card_selected {
    border: 2px solid #336799;
}

.card-pricing .list-unstyled li {
    padding: 0.5rem 0;
    color: #0b3e72;
}

.img-circle {
    border-radius: 22%;
}

.ppa-divf {
    display: flex;
}

.ppa-divf .ppf-div {
    width: 63%;
}

.ppa-divf .pps-div {
    width: 32%;
}

.ppa-divf .ppt-div {
    width: 5%;
    text-align: right;
}

.content_info .separator {
    background: #e1e1e1;
    margin: 15px 0 20px 0;
}

.dotted_separator {
    border-bottom: 3px dotted #e1e1e1;
    margin: 20px 0px;
}

.profile_h3 {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px;
    color: #336799;
    font-weight: 400;
}

.profile_h3 span {
    font-weight: 200;
}

.ppa-divf .pp-inputs,
.header-table-divf .pp-inputs {
    text-transform: uppercase;
    line-height: 2;
    font-size: 13px;
}

.ppa-divf .pp-inputs .h-tt,
.header-table-divf .pp-inputs .h-tt {
    width: 100px;
    display: inline-flex;
    justify-content: flex-end;
    color: #336799;
}

.ppa-divf .pp-inputs .t-tt {
    display: inline-flex;
    margin-left: 15px;
}

.ppa-divf .cancel-btn,
.plans_on_profile,
.payment_on_profile,
.create_payment {
    display: none;
}

.portal-content .edit-btn,
.portal-content .cancel-btn,
.portal-content .save-btn {
    /* text-transform: uppercase;
  font-size: 20px;
  color: #336799;
  font-weight: 400;
  padding: 0px;
  background: none;
  border: none;
  text-decoration: none;
  cursor: pointer; */
}

.portal-content .save-btn {
    display: none;
    /* 
  color: #3ab34a;
  margin-bottom: 3px;
  font-size: 18px; */
}

.portal-content .cancel-btn {
    /* color: #777;
  font-size: 14px;
  font-weight: 600; */
}

.portal-content input[type="number"],
.portal-content input[type="email"],
.portal-content input[type="password"],
.portal-content input[type="tel"],
.portal-content input[type="search"],
input[type="number"],
.portal-content textarea {
    padding: 8px 10px;
    border: 1px solid #cbcfd6;
    border-radius: 7px;
    outline: none;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    box-sizing: border-box;
    min-width: 185px;
    background: #ffffff;
}

.token-usage-history input[type="search"],
.token-usage-history textarea {
    padding: 8px 10px;
    border: 1px solid #cbcfd6;
    border-radius: 7px;
    outline: none;
    box-sizing: border-box;
    min-width: 185px;
    background: #ffffff;
}

.portal-content input[type="number"]::-webkit-outer-spin-button,
.portal-content input[type="number"]::-webkit-inner-spin-button,
input[type="number"] {
    -webkit-appearance: none;
    margin: 0;
}

.select2-container--default .select2-selection--single {
    border-radius: 7px !important;
    border: 1px solid #cbcfd6 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

.portal-content input[type="number"] {
    -moz-appearance: textfield;
}

.pass-disc {
    padding-left: 12px;
    font-size: 13px;
    color: #777;
}

.error-div,
.success-div {
    margin-top: 20px;
    margin-bottom: 10px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 20px;

    background: #fff;
    border-radius: 15px;
    border: none;
    position: relative;
    min-height: 258px;
}

.error-div strong strong,
.success-div strong,
.warnings-div strong {
    text-transform: uppercase;
}

.success-div {
    color: #1dbcc2;
    background: #fff;
}

.warnings-div {
    color: orange;
    background: #fffdeb;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 20px;
}

.hide-btn {
    position: absolute;
    right: 8px;
    top: 2px;
    font-size: 22px;
    cursor: pointer;
}

/*.bd_portal_tables {*/
/*  border: none;*/
/*  border-spacing: 0px;*/
/*  margin: 20px 0 !important;*/
/*}*/

.bd_portal_tables th {
    font-size: 0.9rem;
    color: #336799;
}

/* Remove after all inputs will use tables */
.bd_portal_tables td.t-tt {
    display: table-cell !important;
    padding-left: 15px !important;
    font-weight: bold;
    color: #336799;
    font-size: 10px;
}

/********* Subscription Tab *********/

#profile_plan_table {
    border: 2px solid #e1e1e1;
    width: 60%;
}

#profile_plan_table .pr_table_header .bd_portal_tables td {
    border-bottom: 2px solid #e1e1e1;
}

#profile_plan_table .pr_table_header td {
    font-size: 24px;
    font-weight: 400;
}

.ppa-divf #profile_plan_table .h-tt,
.header-table-divf .bd_portal_tables .h-tt {
    width: 200px;
}

.ppa-divf #profile_plan_table td,
.header-table-divf .bd_portal_tables td {
    padding: 6px;
}

#profile_plan_table .cancel-btn {
    display: block;
    text-transform: lowercase;
    font-size: 16px;
    font-weight: 400;
}

.ppa-divf .pptt-div {
    width: 40%;
    text-align: center;
}

.subscription_btn {
    font-weight: 600;
    color: #336799;
    cursor: pointer;
    font-size: 16px;
    text-transform: lowercase;
}

#profile_card_list {
    width: 100%;
}

#profile_card_list #card_remove:hover,
#profile_card_list #card_update:hover {
    cursor: pointer;
}

#profile_card_list .eforms_td {
    width: 200px;
}

#content_payment .dotted-div {
    width: 100%;
}

.payment-form-in {
    display: flex;
    justify-content: space-between;
}

.secure-connection-d {
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    flex-direction: column;
    color: #777;
}

.payment-form-in .address_info,
.payment-form-in .card_info {
    width: 40%;
    padding: 6px 20px;
}

.sfi-inp {
    width: 100%;
}

.sfi-inp2 {
    width: 45%;
}

.sfi-inp3 {
    width: 30%;
}

.sfi-inp4 {
    width: 10%;
    display: inline-block;
}

.sfi-inp4.quas {
    text-align: right;
    font-size: 22px;
    padding-right: 5px;
    line-height: 24px;
}

.inputs-row {
    display: flex;
    justify-content: space-between;
}

.inputs-row.submit-bnt {
    justify-content: flex-end;
    padding: 0px 20px;
}

.inputs-row {
    margin-bottom: 20px;
}

.inputs-row.nmar {
    margin-bottom: 8px;
}

.dotted-div.paymp {
    display: none;
}

.dotted-div.paymp input {
    min-width: 1%;
}

.dotted-div.paymp .save-btn {
    display: inline-block;
}

.remember-me {
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
}

#update_payment_method {
    width: auto;
    cursor: pointer;
}

.dd_sp {
    width: 170px;
}

.progress_div {
    border: none;
    margin: 0 auto;
    overflow: hidden;
    width: 5rem;
    height: 40px;
    border-radius: 10px;
    aspect-ratio: 1/1;
    background-color: #eee;
    transform: rotate(270deg);
}

.horizontal_progress_div {
    display: flex;
    height: 12px;
    border: none;
    width: 150px;
    border-radius: 6px;
    background: #e5eaee;
}

.progress_inner_div {
    width: 0px;
    background: #1dbcc2;
    height: 100%;
}

.mlogo_img_loading img,
.profile_img_loading img {
    height: 16px;
}

.mlogo_img_loading,
.profile_img_loading {
    display: none;
    margin-top: 10px;
    color: #3ab34a;
}

/*********** Fonts *******************/

@font-face {
    font-family: "fontello";
    font-display: swap;
    src: url("../fonts/fontello.woff2") format("woff2"), url("../fonts/fontello.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.f-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.eyecon {
    padding: 3px;
    cursor: pointer;
    font-size: 20px;
    color: #999;
}

/****** Manual upload page *****/

.dotted-div {
    background: #fafafa;
    border: 2px dotted #ccc;
    padding: 20px;
    border-radius: 8px;
    width: 58%;
    display: block;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.dotted-div #file_type_table td {
    line-height: 2.5;
}

.dotted-div #file_type_table label {
    margin-right: 10px;
}

.yellow-btn,
.red-btn,
.blue-btn,
.cancel_btnt,
.request_btnt,
.reject_btnt,
.approve_btnt,
.disable_btnt,
.enable_btnt,
.cancel_btntp {
    background: #f1c40f;
    padding: 5px 14px;
    color: #000;
    border-radius: 7px;
    border: 1px solid #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    min-width: 84px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.border_primary {
    border: 1px solid #336799 !important;
}

.tooltip-main {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: 700;
    background: #1dbcc2 !important;
    border: 1px solid #1dbcc2 !important;
    color: #fff;
}

.tooltip-qm {
    float: left;
    margin: -2px 0px 3px 4px;
    font-size: 12px;
}

.tooltip-inner {
    max-width: 236px !important;
    font-size: 12px;
    padding: 10px 15px 10px 20px;
    background: #1dbcc2;
    color: #fff;
    font-weight: bold;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #1dbcc2;
    /* Red */
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    text-transform: none !important;
}

.green-btn {
    background: #51a351;
    padding: 5px 14px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    min-width: 84px;
}

.yellow-btn[disabled],
.blue-btn[disabled] {
    opacity: 0.5;
}

.buttons-div {
    /* margin-bottom: 40px;
  /* remove three button margin, bcs added bootstrap card
  /* 
  margin-top: 30px; */
}

.buttons-div .blue-btn,
.buttons-div .green-btn,
.buttons-div .yellow-btn,
.buttons-div .red-btn {
    padding: 10px 20px;
    font-size: 13px;
    margin-right: 10px;
    border-width: 2px;
    text-align: center;
}

.red-btn,
.cancel_btnt,
.reject_btnt,
.disable_btnt {
    color: #dc3545;
    background: white;
    border: 1px solid #dc3545;
}

.blue-btn,
.request_btnt,
.approve_btnt,
.enable_btnt {
    color: #336799;
    background: white;
    border: 1px solid #336799;
}

.cancel_btntp {
    color: #aaa;
    background: white;
    border: 1px solid #aaa;
}

.red-btn:hover,
.red-btn.active,
.cancel_btnt:hover,
.reject_btnt:hover,
.disable_btnt:hover {
    background: #dc3545;
    color: white;
}

.blue-btn:hover,
.blue-btn.active,
.request_btnt:hover,
.approve_btnt:hover,
.enable_btnt:hover {
    background: #336799;
    color: white;
}

.green-btn:hover,
.green-btn.active {
    background: #79eb79;
    color: white;
}

.green-btn[disabled]:hover {
    background: white;
    color: #79eb79;
}

.blue-btn[disabled]:hover {
    background: white;
    color: #336799;
}

.cancel_btntp:hover {
    background: #aaa;
    color: white;
}

.file_list_table {
    width: 100%;
    text-align: left;
    /* text-transform: uppercase; */
    margin-top: 30px;
}

.bg-main {
    background-color: #336799;
}

.text-main {
    /* color: #336799; */
    color: #919aa4;
}

code {
    color: #919aa4;
}

.select_primary {
    border: 1px solid #116acc;
    border-radius: 7px;
}

.data_mapping_select {
    border: 1px solid #cbcfd6;
    border-radius: 7px;
}

.file_list_table th {
    border-bottom: 2px solid #e1e1e1;
    color: #336799;
    font-weight: 400;
    text-align: left;
}

.file_list_table td {
    /* border-bottom: 2px dotted #e1e1e1; */
    padding: 8px 0;
}

.file_list_table td img {
    display: flex;
}

.file_list_table form {
    display: inline-block;
}

.file_list_table .blue-btn,
.green-btn {
    margin-left: 10px;
}

.file_list_table .forms_td {
    white-space: nowrap;
    text-align: right;
}

.file_list_table .r_files {
    display: flex;
}

.file_list_table .r_files form {
    margin-right: 10px;
    cursor: pointer;
}

.file_list_table .r_files form:last-child {
    margin-right: 0px;
}

.file_list_table .file_image {
    height: 35px;
    cursor: pointer;
}

.file_list_table .scale-ht {
    width: 1px;
    padding: 0;
}

.file_list_table .scale-hd {
    min-height: 60px;
}

.dotted-div .download-form {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
}

.portal-content .dotted-div input,
.portal-content .dotted-div select {
    /* border: 1px solid #336799; */
    margin-bottom: 10px;
}

.bd_portal_tables .show-less-div {
    display: none;
}

.bd_portal_tables .show_more,
.bd_portal_tables .show_less {
    display: block;
    font-size: 12px;
    color: #336799;
    cursor: pointer;
}

.bd_portal_tables .second-content {
    font-size: 14px;
    text-transform: none;
    display: none;
    margin-top: 5px;
    line-height: 1.5;
}

.bd_portal_tables .s-font {
    font-size: 12px;
}

.bd_portal_tables .img_logo_td {
    width: 150px;
    padding-right: 20px;
}

.file_list_table .height-auto td {
    height: auto;
    padding: 20px 0;
    vertical-align: top;
}

.file_list_table .height-auto .img_logo_td {
    padding-right: 20px;
}

.f-icon.bb_green,
.f-icon.bb_approved {
    color: #3ab34a;
}

.f-icon.bb_blue {
    color: #336799;
}

.f-icon.bb_red,
.f-icon.bb_rejected {
    color: red;
}

.f-icon.bb_yellow,
.f-icon.bb_pending {
    color: #fc0;
}

.f-icon.bb_gray,
.f-icon.bb_notrequested {
    color: #aaa;
}

.color_blue {
    color: #336799;
}

.bd_portal_tables .eforms_td {
    width: 90px;
    white-space: nowrap;
    text-align: right;
}

.st-fdiv .edit-btn {
    display: block;
}

.st-fdiv .show_less {
    margin-bottom: 20px;
}

/************* Retailer manager page *************/

.img_logo_td img {
    max-height: 50px;
    max-width: 150px;
}

.groups_selection_div label {
    line-height: 1;
    display: flex;
    margin-top: 5px;
    cursor: pointer;
}

.groups_selection_div input[type="checkbox"] {
    margin: 0 5px 0 0;
    display: none;
}

.groups_selection_div .h-label.shw {
    display: flex;
}

.groups_selection_div .h-label {
    display: none;
}

.saved_text_success,
.saved_text_error {
    display: none;
}

/************ Group manager **********/

#create_new_group {
    width: 100%;
    color: #336799;
    line-height: 1.5;
}

#create_new_group input {
    width: 100%;
}

#create_new_group button {
    float: right;
}

.retailer_groups_list .second-content,
.retailer_groups_list .show-less-div {
    display: block;
}

#content_group_manager .all_retailer_content {
    display: none;
}

.modal-header .close {
    padding-top: 20px;
    padding-bottom: 0px;
}

.text_color_bold {
    color: #2f3c4e;
    font-weight: 700;
    font-size: 20px;
}

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

.border-radius-15 {
    border-radius: 15px;
}

.price__resource_group .price__resource_card {
    flex: 0 0 auto;
    width: calc(25% - 20px);
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 10px;
    /* padding: 30px 25px 25px 30px; */
    cursor: pointer;
}

/*********** Table Sorting *************/

table.dataTable thead th,
table.dataTable thead td {
    /*border-top: 1px solid #e1e1e1;*/
    /*border-bottom: 2px solid #e1e1e1;*/
    border: none;
    padding: 20px 18px !important;
    color: #2f3c4e;
    line-height: 22px;
    font-weight: 700;
}

table.dataTable.no-footer {
    border-bottom: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    font-size: 0.8rem;
    /* color: #336799 !important; */
    cursor: pointer;
    padding: 5px 10px;
    padding: 0;
    /* text-transform: uppercase; */
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    padding: 5px 0px;
}

.dataTables_scroll .dataTables_scrollBody {
    border-bottom: none !important;
}

.el-table .cell,
.el-table th div {
    text-overflow: initial !important;
}

.span_close {
    /* background-color: #eee; */
    border-radius: 2px;
}

.dataTables_length label {
    color: #919aa4;
    /* font-family: 'Montserrat'; */
    font-style: normal;
    font-weight: 500;
    margin-bottom: auto !important;
}

.dataTables_info {
    margin-bottom: auto !important;
}

.portal-content .dataTables_wrapper .dataTables_length select {
    min-width: auto;
    padding: 4px 20px 4px 6px;
    border: 1px solid #c5bebe;
    border-radius: 7px;
    margin: 0 5px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url("../../img/arrow_down.svg") no-repeat;
    background-size: 11px;
    background-position-x: 90%;
    background-position-y: 55%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background: #336799;
    border: 1px solid #336799;
    border-radius: 7px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #dcdcdc !important;
}

table.dataTable thead .sorting_asc {
    background: url("../../img/sort_asc.png") no-repeat center left;
}

table.dataTable thead .sorting_desc {
    background: url("../../img/sort_desc.png") no-repeat center left;
}

table.dataTable thead .sorting {
    background: url("../../img/sort_both.png") no-repeat center left;
}

table.dataTable thead .no_sort_img {
    background: none;
    cursor: default;
    padding: 8px 5px;
}

table.dataTable tbody td {
    padding: 14px 5px;
    vertical-align: middle;
    /*border-bottom: 1px solid rgba(0, 0, 0, .125);*/
    /*word-wrap: break-word;*/
    word-break: break-word;
    color: #53565a;
    font-style: normal;
    border-top: 0px;
}

.sortable_table {
    font-size: 0.875rem;
}

.sortable_table .no_sort_cells {
    display: none !important;
    width: 0px !important;
    padding: 0px !important;
}

.sortable_table .status_cells {
    width: 150px;
}

/*********** User Manager *************/

.user_manager_table td {
    padding: 8px 10px;
}

.user_manager_table .rs_td {
    vertical-align: top;
    width: 110px;
}

.user_manager_table select {
    height: 100px;
}

.clear_btn {
    color: #777;
    cursor: pointer;
}

.user_manager_table button {
    width: 100%;
    padding: 6px 14px;
}

/************* Mobile Design ****************/

@media only screen and (max-width: 1390px) {
    .header {
        display: flex;
    }

    .header-inner,
    .footer-t .p-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/******* Plan selection page *********/

.plans-div {
    max-width: 1100px;
}

.mobi_dd {
    display: none;
}

.p-div {
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
    justify-content: center;
}

.p-div .ip-div {
    width: 19%;
    text-align: center;
}

.p-div .ip-div.bbv {
    width: 23%;
    margin-top: -80px;
}

.plans-div ul {
    list-style: none;
    line-height: 3;
    padding: 0px;
}

.plans-div .p-label,
.plans-div .price-d {
    font-size: 22px;
    color: #336799;
}

.plans-div .p-label {
    text-transform: uppercase;
}

.plans-div .price-d span {
    font-size: 14px;
}

.plans-div .bline {
    display: block;
    background: #336799;
    color: white;
    line-height: 3;
    margin-left: -15px;
    margin-right: -15px;
}

.plans-div .plan-s {
    border-radius: 8px;
    padding: 10px 15px;
}

.plans-div .plan-h,
.plans-div .plan-s {
    background: #f9f9f9;
}

.plans-div .plan-h {
    border-radius: 8px 0px 0px 8px;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 1px solid #336799;
}

.plans-div .plan-s {
    margin: 5px;
    margin-top: -3px;
    display: block;
    cursor: pointer;
    border: 1px solid #336799;
}

.plans-div .plan-h ul {
    text-align: left;
    padding: 10px 15px;
}

.plans-div .ip-div.hh {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: -5px;
}

.plans-div.finp-div .sfi-text {
    margin: 5px 0;
}

.plans-div.finp-div .sfi-text span {
    font-size: 14px;
}

/********* Not Allowed **********/
.plans-div .notallowed {
    color: #aaa;
}

.plans-div .notallowed .plan-s {
    border: 1px solid #aaa;
    cursor: default;
    background: #fefefe;
}

.plans-div .notallowed .bline {
    background: #aaa;
}

.plans-div .notallowed .p-label,
.plans-div .notallowed .price-d {
    color: #aaa;
}

/************* Header table ****************/
.header-table-divf {
    display: flex;
    align-items: center;
    margin-right: 60px;
}

.header-table-divf .pp-inputs {
    line-height: 1;
}

.header-table-divf .header_wel {
    color: #336799;
    text-align: right;
}

.info-text {
    margin: 0;
    text-transform: none;
    color: #3f68b3;
    font-style: italic;
    font-size: 12px;
}

.bd_portal_tables {
    width: 100%;
    /* color: #336799; */
    line-height: 1.5;
}

.bg-aliceblue {
    background-color: aliceblue;
}

#mapping_table tr {
    position: relative;
}

#mapping_table tr.linked:after {
    content: "";
    position: absolute;
    left: -25px;
    width: 30px;
    height: 30px;
    top: 80%;
    background-image: url(../../img/link.svg);
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

/*.modal-step-3 .btn-back {*/
/*    display: table;*/
/*    margin-left: auto;*/
/*}*/

/*.modal-step-3 .btn-back:hover {*/
/*    text-decoration: underline;*/
/*    color: blue;*/
/*}*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url("../../img/ajax-loader.gif");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
}

.fs-1rem {
    font-size: 1rem !important;
}

.mapping-navbar {
    line-height: 1.5;
    word-break: break-word;
    text-align: justify;
}

.mapping-navbar a {
    display: inline-block;
    background: #f1f1f1;
    padding: 2px 7px;
    position: relative;
    margin-right: 25px;
    margin-bottom: 9px;
}

.mapping-navbar a:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #f1f1f1;
}

.mapping-navbar a:hover {
    color: darkblue;
    font-weight: bold;
    border-left: 1px solid darkblue;
}

.mapping-navbar a.active {
    color: darkblue;
    font-weight: bold;
    border-left: 1px solid darkblue;
}

.mapping-navbar a.success {
    font-style: italic;
    font-weight: bold;
    color: green;
    border-left: 2px solid green;
}

.edit-button,
.save-button {
    cursor: pointer;
}

.fade {
    transition: opacity 0.15s linear;
}

.fade:not(.show) {
    opacity: 0;
}

td.settings-summary {
    padding: 5px;
    font-size: 14px;
    color: #336799;
    text-transform: none;
    /* width: 100%; */
}

td.settings-summary > p:first-child {
    margin-bottom: 2px;
}

td.settings-summary > p {
    margin: 0;
    font-weight: bold;
}

td.settings-summary > p > span {
    color: #7f89a0;
    margin-right: auto;
    font-weight: normal;
}

td.settings-summary > p > button {
    margin-left: 10px;
    padding: 2px 0;
    font-weight: normal;
    border: none;
    background: none;
    cursor: pointer;
}

td.settings-summary > p > button > img:hover {
    opacity: 0.8;
    box-shadow: 0 15px 20px rgba(46, 229, 157, 0.4);
    transform: translateY(-1px);
}

/* td.settings-summary>p>button>img {
  height: 14px;
} */

td.header-column > span {
    display: block;
    margin: 0 2px;
}

p.mapping-title {
    margin: 10px 0;
    font-weight: bold;
    font-size: 18px;
    color: #2f3c4e;
}

.is-invalid {
    border: 1px solid red !important;
}

li.nav-dropdown-menu > a::after {
    content: "\203A";
    position: absolute;
    left: 220px;
    transform: scale(2, 2);
}

li.nav-dropdown-menu.active > a::after {
    content: "\203A";
    position: absolute;
    left: 220px;
    -webkit-transform: rotate(90deg) scale(2, 2);
    -moz-transform: rotate(90deg) scale(2, 2);
    -o-transform: rotate(90deg) scale(2, 2);
    -ms-transform: rotate(90deg) scale(2, 2);
    transform: rotate(90deg) scale(2, 2);
}

li.nav-dropdown-menu.active > a {
    font-weight: bold;
}

li.nav-dropdown-menu ul {
    list-style: none;
    padding: 15px 0 15px 10px;
    background: #0b3e72;
    display: none;
}

li.nav-dropdown-menu ul li a {
    padding: 6px 10px !important;
}

li.nav-dropdown-menu ul li a:before {
    content: "\203A";
    position: absolute;
    left: 15px;
}

li.nav-dropdown-menu ul li a:hover {
    background: inherit !important;
    color: #e5e5e5 !important;
}

li.nav-dropdown-menu.active ul li.active a {
    color: #fc0 !important;
}

li.nav-dropdown-menu.active ul {
    display: block;
}

.text-link {
    color: #336799;
    cursor: pointer;
}

.text-link:hover {
    opacity: 0.8;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #e1e1e1;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #336799;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    width: 100%;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #336799;
    color: white;
}

.toast {
    opacity: 1 !important;
    width: 100% !important;
    margin-right: 10px;
    max-width: initial;
}

.toast-bottom-right-half-width {
    bottom: 0;
    right: 0;
    width: 50%;
}

#toast-container > .toast-success {
    background-image: none !important;
}

.toast-success {
    /* border-radius:15px !important; */
    /* background: #EBFFFD !important; */
    /* color:#1DBCC2 !important;  */
}

#toast-container > .toast-success {
    background-image: url("../../img/checked_success.svg") !important;
}

.success-div p.heading,
.error-div p.heading,
.warnings-div p.heading {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
}

.icon-div {
    width: 10%;
    text-align: center;
}

.flex-1 {
    flex: 1;
}

.truncate {
    display: inline-block;
    text-transform: none;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-group label {
    font-size: 1rem;
}

/**************************************** RIGHT & LEFT MODAL ****************************************/

/*left right modal*/
.modal.left_modal,
.modal.right_modal {
    position: fixed;
    z-index: 99999;
}

.modal.left_modal .modal-dialog,
.modal.right_modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 32%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

@media (min-width: 576px) {
    .left_modal .modal-dialog {
        max-width: 100%;
    }

    .right_modal .modal-dialog {
        max-width: 100%;
    }
}

.modal.left_modal .modal-content,
.modal.right_modal .modal-content {
    /*overflow-y: auto;
    overflow-x: hidden;*/
    height: 100vh !important;
}

.modal.left_modal .modal-body,
.modal.right_modal .modal-body {
    padding: 15px 15px 30px;
}

/*.modal.left_modal  {
    pointer-events: none;
    background: transparent;
}*/

/* .modal-backdrop {
  display: none;
} */

/*Left*/
.modal.left_modal.fade .modal-dialog {
    left: -50%;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left_modal.fade.show .modal-dialog {
    left: 0;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
}

/*Right*/
.modal.right_modal.fade .modal-dialog {
    right: -50%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right_modal.fade.show .modal-dialog {
    right: 0;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.5);
}

/* ----- MODAL STYLE ----- */
.modal.left_modal .modal-content,
.modal.right_modal .modal-content {
    border-radius: 0;
    border: none;
}

.modal-dialog .modal-content {
    border-radius: 15px;
}

.modal-header {
    /* border-bottom: 2px solid #CBCFD6; */
}

.modal-header.left_modal,
.modal-header.right_modal {
    padding: 10px 15px;
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
}

.custom-control-input {
    z-index: 1 !important;
    height: 1.8rem !important;
    width: 2rem !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
    border: 1px solid #eee;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #19bcc2;
    background-color: #1dbcc2;
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    border-color: #19bcc23e;
    background-color: #19bcc23e;
}

.modal-header.left_modal .modal_outer .modal-body,
.modal-header.right_modal .modal_outer .modal-body {
    /*height:90%;*/
    overflow-y: auto;
    overflow-x: hidden;
    height: 91vh;
}

.modal-dialog .modal_xxl {
    max-width: 980px !important;
}

.modal_xxl {
    max-width: 980px !important;
}

.list-group-item {
    border: 0px;
}

/* div.profile-card-header {
  height: 120px;
} */

div.profile-card-header .profile-photo {
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    /* border: 2px solid #336799; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

div.profile-card-header .profile-photo i {
    padding: 28px 28px;
}

div.profile-card-header .profile-edit-btn {
    right: 0;
}

div.company-card-header .company-logo {
    display: inline-block;
    width: 200px;
    height: 75px;
    border-radius: 6px;
    /* border: 2px solid #336799; */
    color: #79eb79;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

div.company-card-header .company-logo .no-logo {
    color: #336799;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    top: 23px;
    left: 110px;
}

div.company-card-header .profile-edit-btn {
    /* float: right; */
    right: 0;
}

.location-card {
    cursor: pointer;
    border: 1px solid #eaedf0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.location-card.active {
    border: 1px solid #1dbcc2;
}

.location-card-header {
    padding: 10px 20px 0;
}

.location-card-default {
    color: #336799;
    font-size: 12px;
    font-weight: bold;
}

.location-card-edit {
    color: #1dbcc2;
    font-size: 16px;
}

.location-card-edit:hover {
    color: #1dbcc2;
    font-size: 16px;
}

.location-card-delete {
    color: #dc3545;
    font-size: 16px;
}

.location-card-delete:hover {
    color: #dc3545;
    font-size: 16px;
}

.location-card-body {
    padding: 10px 20px;
}

/* div.company-card-header {
  height: 120px;
} */

.margin-right {
    margin-right: 8px !important;
}

.popup-right-block {
    position: relative;
    float: right;
    width: 23%;
    height: 150px;
    max-height: 150px;
    border: 1px solid #0b7500;
    padding: 7px;
    margin-bottom: 4px;
    overflow: scroll;
    overflow-x: hidden;
}

.popup-right-block .history-text {
    position: relative;
    top: 0;
}

.clear {
    clear: both;
}

.div-row {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.product-counter {
    float: left !important;
    position: relative !important;
    right: 70% !important;
}

.one-row {
    overflow-y: auto !important;
    max-height: 600px !important;
}

.display-none-important {
    display: none !important;
}

.display-block-important {
    display: flex !important;
}

.profile-photo-top {
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-size: cover;
    background-clip: padding-box;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover;
}

.content__mrsh {
    display: none;
    position: absolute;
    color: white;
    padding: 5px;
    border: solid 1px #ddd;
    background: lightblue;
    text-align: center;
    width: 10%;

    z-index: 9999;
}

.content__sentence_block,
.content__additional_values,
.content__mrsh_list,
.content__start_end_marks,
.content__divider,
.content__divider_2,
.content__retailer_info,
.content__from_normalized_file_block {
    display: none;
}

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

.content__mrsh_list {
    flex-wrap: wrap;
}

.content__mrsh_list p {
    margin-bottom: 0;
    padding: 5px;
    color: red;
}

.content__mrsh_card,
.content__end_mark,
.content__start_mark,
.content__retailer_name,
.content__retailer_city,
.content__retailer_state,
.content__retailer_url {
    border: 1px solid #d9d9d9;

    padding: 5px;
    margin: 5px;
    border-radius: 15px;
    color: #525252;
    text-transform: uppercase;
    max-width: max-content;
    cursor: pointer;
}

#content__user_sentence {
    width: 100%;
    height: 150px;
    /* border: 1px solid #ccc; */
    background: #f8f8f8;
    padding: 5px;
    resize: both;
    overflow: auto;
}

.content__mrsh_card__selected {
    background-color: #c7daec;
}

.content__new_values,
.content__added_values_wrapper {
    /* padding: 5px; */
    /* display: flex; */
    flex-wrap: wrap;
    /* gap: 15px; */
    align-items: center;
}

.content_input {
    border-radius: 7px;
    border: 1px solid #cbcfd6;
}

.content__tabs .active {
    background: #1dbdc3;
    color: #fff;
}

.content_add_header_btn {
    background: #1dbdc3;
    border: 0.5px solid #1dbdc3;
    border-radius: 7px;
    color: #fff;
}

.content_delete_header_btn {
    background: #336799;
    border-radius: 7px;
    color: #fff;
}

.content__added_values_wrapper input {
    /* padding: 4px 7px;
  border-radius: 3px;
  box-sizing: border-box;
  min-width: 185px; */
}

.content__new_values label,
.content__added_values_wrapper label {
    margin: 0;
}

.content__editable_input {
    border: none;
}

.content__editable_input:hover {
    border: 1px solid #ccc;
}

.content__tabs {
    display: none;
}

.content__tabs a {
    text-decoration: none;
    font-size: 0.8rem;
}

.price__tier_editable {
    padding: 4px 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.price__border_red {
    border-color: red;
}

.price__color_red {
    color: red;
}

.content__test_block {
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    font-size: 16px;
}

/* FILE MANAGER */

.flex {
    display: flex;
    justify-content: center;
    align-content: center;
    /* align-items: center; */
}

.flex > div {
    /*flex-direction: column;*/
    margin-left: 14px;
}

.flex > div:first-child {
    margin-left: 0px;
}

.el-message {
    min-width: 20px;
}

/*new signup plan design*/

.plan__card {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;

    /* -webkit-box-shadow: 4px 4px 6px 0px rgb(150 150 150 / 30%);
  -moz-box-shadow: 4px 4px 6px 0px rgba(150, 150, 150, 0.3);
  box-shadow: 4px 4px 6px 0px rgb(150 150 150 / 30%);
  border: 1px solid #eee;
  border-radius: 5px; */
}

.price__title_small {
    font-size: 18px;
    /* color: #336799; */
    text-transform: uppercase;
}

.price__resource_group .price__resource_card.selected {
    outline: 3px solid #1dbdc3;
    box-shadow: 0 4px 15px rgb(0 0 0 / 15%);
}

.price__resource_group .price__resource_card.selected span.price_amount {
    color: #1dbdc3;
    font-weight: 700;
}

.nav-link {
    color: #336799 !important;
}

.nav .nav-link.active {
    color: #fff !important;
    font-weight: bold !important;
    background-color: #336799 !important;
}

* {
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}

.sidebar {
    /* position: fixed; */
    left: 0;
    top: 0;
    /* height: 100vh; */
    width: 55px;
    background-image: linear-gradient(#0f58a4, #1dbcc2);
    /* padding: 6px 14px; */
    z-index: 99;
    transition: all 0.5s ease;
}

.sidebar.open {
    width: 320px;
}

.sidebar .logo-details {
    height: 60px;
    align-items: center;
    position: relative;
    margin-top: 30px;
}

.sidebar .logo-details .icon {
    opacity: 0;
    transition: all 0.5s ease;
}

.sidebar .logo-details .logo_name {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0;
    transition: all 0.5s ease;
    white-space: nowrap;
    padding-left: 35px;
    padding-right: 35px;
}

.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name {
    opacity: 1;
}

.sidebar .logo-details #btn {
    position: absolute;
    right: 0.5rem;
    top: -0.2rem;
    transform: translateY(-50%);
    transition: all 0.4s ease;
    font-size: 23px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
}

.sidebar.open .logo-details #btn {
    text-align: right;
}

.sidebar i {
    color: #fff;
    height: 1rem;
    min-width: 30px;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
}

.sidebar .nav-list {
    margin-top: 20px;
}

.sidebar li {
    position: relative;
    margin: 8px 0;
    list-style: none;
}

.sidebar li .tooltip {
    position: absolute;
    top: -20px;
    left: calc(100% + 15px);
    z-index: 3;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    opacity: 0;
    white-space: nowrap;
    pointer-events: none;
    transition: 0s;
}

.sidebar li:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar.open li .tooltip {
    display: none;
}

.sidebar.open input {
    padding: 0 20px 0 50px;
    width: 100%;
}

.sidebar .bx-search {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 22px;
    background: #1d1b31;
    color: #2590d8;
}

.sidebar.open .bx-search:hover {
    background: #1d1b31;
    color: #2590d8;
}

.sidebar li a {
    display: flex;
    height: 100%;
    width: 100%;
    /* border-radius: 12px; */
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
    padding-right: 10px;
    padding-left: 10px;
    /* background: #11101D; */
}

.sidebar li a:hover {
    background: #2590d8;
}

.sidebar li a .links_name {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}

.sidebar.open li a .links_name {
    opacity: 1;
    pointer-events: auto;
    display: inline-block;
    padding-top: 5px;
}

.sidebar li a:hover .links_name,
.sidebar li a:hover i {
    transition: all 0.5s ease;
    color: #fff;
}

.sidebar li a:hover {
    border-left: 9px solid #19bcc2;
}

.sidebar li a.active {
    transition: all 0.5s ease;
    color: #fff;
    background: #2590d8;
    border-left: 9px solid #19bcc2;
}

.sidebar li i {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 12px;
}

.sidebar li.profile {
    position: fixed;
    height: 60px;
    width: 78px;
    left: 0;
    bottom: -8px;
    padding: 10px 14px;
    background: #1d1b31;
    transition: all 0.5s ease;
    overflow: hidden;
}

.sidebar.open li.profile {
    width: 250px;
}

.sidebar li .profile-details {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.sidebar li img {
    object-fit: cover;
    /* margin-right: 10px; */
}

.sidebar li.profile .name,
.sidebar li.profile .job {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
}

.sidebar li.profile .job {
    font-size: 12px;
}

.sidebar .profile #log_out {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #1d1b31;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 0px;
    transition: all 0.5s ease;
}

.sidebar.open .profile #log_out {
    width: 50px;
    background: none;
}

.home-section {
    position: relative;
    background: #e4e9f7;
    min-height: 100vh;
    top: 0;
    left: 78px;
    width: calc(100% - 78px);
    transition: all 0.5s ease;
    z-index: 2;
}

.sidebar.open ~ .home-section {
    left: 250px;
    width: calc(100% - 250px);
}

.home-section .text {
    display: inline-block;
    color: #11101d;
    font-size: 25px;
    font-weight: 500;
    margin: 18px;
}

@media (max-width: 420px) {
    .sidebar li .tooltip {
        display: none;
    }
}

/* .payment_subscription_card {
  box-shadow: 0px 4px 51px rgba(0, 0, 0, 0.1);
} */

.price__resource_group .price__resource_card.selected .price__title_small {
    color: #1dbdc3;
}

.price__resource_group .price__resource_card #plan__price .month {
    font-weight: 500;
    font-size: 12px;
    color: #95a1a7;
}

.price__title_large {
    font-size: 20px;
    /* color: #336799; */
    font-weight: 700;
    text-transform: uppercase;
}

.price__title_trial {
    font-size: 16px;
    width: calc(100% + 4px);
    margin-left: -5px;
    padding: 3px;
    background-color: #336799;
    color: white;
    text-transform: uppercase;
}

.price__title_trial__empty {
    min-height: 25.2px;
}

.plan__title_group {
    flex-basis: 25%;
}

.price__resource_group {
    flex-basis: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.price__resource_card {
    flex-basis: 20%;
    border: 1px solid #fc0;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    text-align: center;
}

.plan__final_price_result {
    min-width: 100px;
    text-align: end;
}

.plan__final_price {
    gap: 10px;
    display: flex;
    justify-content: end;
    align-items: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
}

@media only screen and (max-width: 720px) {
    .mainTitle {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .el-container.is-vertical {
        margin: 0px;
    }

    .el-card__body,
    .el-card {
        padding: 0px;
        border: none;
        box-shadow: none !important;
    }

    .el-main {
        padding-left: 0px;
    }

    .el-message-box,
    .el-dialog,
    .box-card {
        margin: 0 auto;
        width: calc(100% - 20px);
    }

    body {
        font-family: "Montserrat";
        background: #fff;
    }

    .mPaddingLeft20 {
        padding-left: 20px;
    }

    .mPaddingLeft5 {
        padding-left: 5px;
    }

    /*login page 'Login' heading*/
    .el-card__header {
        border-bottom: none;
    }
}

.icon-box .img-holder-icon,
.img-holder-icon-edit {
    width: 150px;
    height: 150px;
    display: block;
    overflow: hidden;
    position: relative;
    border: 2px solid #ddd;
    border-radius: 0.25rem;
    cursor: pointer;
    box-shadow: inset 0 2px 4px 0 #e9eefa;
}

.icon-box .img-holder-icon img,
.img-holder-icon-edit img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.icon-box .img-holder-icon svg,
.img-holder-icon-edit svg {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    color: #336799;
}

table#example th[data-field] > * {
    display: inline-block;
    width: auto;
}

table#example th[data-field] > select {
    min-width: 33%;
}

.price__resource_card.active {
    background-color: #75e28ee3;
}

.link_item {
    text-decoration: underline !important;
    color: #1dbdc3 !important;
}

.link_item:hover {
    text-decoration: none !important;
    color: #1dbdc3 !important;
}

tr.odd,
li.odd {
    background-color: aliceblue !important;
    border: 1px solid aliceblue;
}

/*.wrapper_table table {*/
/*  display: block;*/
/*  max-width: -moz-fit-content;*/
/*  max-width: fit-content;*/
/*  margin: 0 auto;*/
/*  overflow-x: auto;*/
/*  white-space: nowrap;*/
/*}*/

tr.odd:hover {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

tr.odd:hover td {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

tr.even:hover td {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

tr.even:hover {
    background-color: white !important;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

tr.even {
    border: 1px solid white;
}

.autoshow-tr {
    height: 55px !important;
}

.autoshow-tr:hover .hidden-action-btns {
    display: block !important;
}

.autoshow-tr:hover .action_buttons {
    opacity: 1 !important;
}

span.icon-refresh {
    display: inline-block;
    position: relative;
    top: 4px;
    cursor: pointer;
}

label[for] {
    cursor: pointer;
    user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 20px !important;
}

.money-field {
    text-align: right !important;
}

.cursor-pointer {
    cursor: pointer;
}

.select-none {
    user-select: none;
}

.notification-text {
    max-width: 90%;
}

.notification-text:focus,
.notification-text:hover,
.notification-text:active {
    color: black;
}

.notifications-dropdown-menu {
    max-width: 350px !important;
    overflow-x: hidden !important;
    max-height: 75vh;
}

.notification-item:active {
    background-color: #e8f8f9 !important;
    color: #000 !important;
}

.fw-bold {
    font-weight: bold !important;
}

/* Gap */
.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-4 {
    gap: 1.5rem;
}

.gap-5 {
    gap: 3rem;
}

/* Font Size */
.fs-7 {
    font-size: 0.875rem;
}

.fs-8 {
    font-size: 0.75rem;
}

.fs-9 {
    font-size: 0.6875rem;
}

.fs-10 {
    font-size: 0.625rem;
}

.fs-11 {
    font-size: 0.5625rem;
}

.fs-12 {
    font-size: 0.5rem;
}

.fs-13 {
    font-size: 0.4375rem;
}

.fs-14 {
    font-size: 0.375rem;
}

.fs-15 {
    font-size: 0.3125rem;
}

.text-gray-400 {
    color: #9ca3af !important;
}

.text-lock-gold {
    --fa-primary-color: #f1c40f;
    --fa-secondary-color: #7f8c8d;
}

.bg-laravo-lighter {
    background-color: #e8f8f9 !important;
}

.bg-laravo {
    background-color: #1dbdc3 !important;
}

.btn-outline-laravo {
    background-color: transparent !important;
    color: #1dbdc3 !important;
    border-color: #1dbdc3 !important;
}

.btn-outline-laravo:hover,
.btn-outline-laravo:focus,
.btn-outline-laravo:active {
    background-color: #1dbdc3 !important;
    color: white !important;
    border-color: #1dbdc3 !important;
}

.ui-dialog-buttonset {
    width: 100%;
}

.ui-dialog-btn {
    float: right;
}

.text-blue {
    color: #336799 !important;
}

.min-w-max {
    min-width: max-content !important;
}

.required-sign {
    position: absolute;
    top: 13px;
    right: 30px;
    color: #ea4335;
}

.required-sign.extra-space {
    right: 40px;
}

.grace-period-alert {
    position: relative;
    left: 80px;
    top: 20px;
    width: 55%;
    margin: 0 auto !important;
}

.grace-period-alert .warnings-div {
    color: red !important;
}

.font-size-15 {
    font-size: 15px !important;
}

@keyframes pulsate {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.animation-puls {
    animation: pulsate 2.5s infinite;
    -webkit-animation: pulsate 2.5s infinite;
}

.edit-japh-warning {
    background-color: #fff3cd; /* light yellow background */
    color: #856404; /* dark yellow text */
    border: 1px solid #ffeeba;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.edit-japh-warning::before {
    content: "⚠️";
    font-size: 14px;
}
