@import '../fonts/Helvetica\ Neue\ Black.ttf';

/* @font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/Helvetica\ Neue\ Black.ttf');
} */

.theme-bg-primary {
    background-color: #ff6600;
    color: #ffffff;
}
.theme-bg--primary {
    background-color: #000000;
    color: #ffffff;
}
.theme-bg-secondary {
    background-color: #a09e9e;
    color: #ffffff;
    font-weight: 600;
}
.theme-bg-secondary-b {
    background-color: #e2e0e0;
    color: #ffffff;
    font-weight: 600;
}
.theme-bg--secondary {
    background-color: #768b71;
    color: #ffffff;
    font-weight: 600;
}

.boostrap-override .btn {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
}

.boostrap-override .btn-lg{
    font-size: 1.8rem;
    padding: .6rem 2.5rem;
}

.boostrap-override .btn-lg i {
    font-size: 2.9rem;
    font-weight: 600;
}

.boostrap-override .btn-primary {
    color: #fff !important;
    background: #333333;
    border-color: transparent;
}

.boostrap-override .btn-primary:hover {
    background: rgba(51, 51, 51, 0.8);
}

.boostrap-override .btn-default {
    /* color: #333333; */
    border-color: transparent;
    background: #F6F8FA;
    border: .5px solid #b8b6b6;
    border-radius: 4px;
    padding: 8px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.boostrap-override .btn-control {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
}

/* Tab navs and nav-pills clases */
.boostrap-override
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.boostrap-override
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #fff;
    /* border-bottom: solid 4px #f2f2f2; */
}

.boostrap-override
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active {
    color: #333;
    background-color: transparent;
}

.boostrap-override
 .nav-pills>li a {
    background-color: transparent;
    font-size: 2rem;
    padding: 1.5rem;
    border-bottom: solid 2px #f2f2f2;
}

/* .boostrap-override
 .nav-tabs>li a {
    background-color: transparent;
    font-size: 2rem;
    padding: 1.5rem;
    border-bottom: solid 2px #f2f2f2;
} */

.boostrap-override
 .nav-pills>li.active a {
    color: #474747;
    border-bottom: solid 2px #333;
    font-weight: 600;
}

.boostrap-override
 .nav-pills>li a.nav-link:hover {
    color: #333333;
    background-color: #fff;
}

.boostrap-override
 .nav-pills>li.active :focus {
 background-color: transparent;
 color: #333;
}

/* .boostrap-override .nav-item .dropdown-menu {
    width: 275px;
} */

.boostrap-override .nav-item .dropdown-menu a {
    font-size: 18px;
    border: none;
}

.boostrap-override .nav-item .dropdown-menu a:hover {
    text-decoration: none;
}

.offer-grid img {
    width: 100%;
    overflow: hidden;
}


/* sidebar Nav */
.boostrap-override .sidebar-dark-primary {
    background-color: #333;
    overflow-y: scroll;
}

.boostrap-override .sidebar-dark-primary ul li {
    /* background-color: rgb(165, 13, 13); */
    /* border-radius: 4px; */
    padding: 4px 0px;
}

.boostrap-override .sidebar-dark-primary ul li > a {
    /* display: block; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    gap: 16px;
    padding: 16px;
    /* padding: 16px 10px; */
}

.boostrap-override .sidebar-dark-primary ul li.active {
    background-color: #474747;
    /* padding-left: 6px;
    padding-right: 6px; */
}

.sidebar-dark-primary ul li > a:focus {
    background-color: #474747;
}

.boostrap-override .sidebar-dark-primary ul li > a:hover {
    background-color: #474747;
    border-radius: 4px;
}

.boostrap-override .sidebar-dark-primary ul li > a .badge.badge-default  {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    min-width: 19px;
    min-height: 20px;
    position: relative;
    gap: 10px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 2px;
    background: #f60;

    /* flex-grow: 0;
    flex-shrink: 0;
    width: 7px;
    height: 18px; */
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    color: #fff;
}

/* .boostrap-override .sidebar-dark-primary ul li > a > i,svg {
    margin-right: 8px;
} */

  .boostrap-override .nav-link {
    display: block;
    padding: 0.5rem 1rem;
  }

  .boostrap-override .nav-link:hover, .nav-link:focus {
    text-decoration: none;
  }

  .boostrap-override .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
  }

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

  .boostrap-override .nav-tabs .nav-item {
    margin-bottom: -1px;
  }

  .boostrap-override .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .boostrap-override .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
  }

  .boostrap-override .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
  }

  .boostrap-override .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
  }

  .boostrap-override .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .boostrap-override .nav-pills .nav-link {
    border-radius: 0.25rem;
  }

/* content */
.boostrap-override .card {
    /* background: #dd3300; */
    /* background: #f5f5f5; */
}


.boostrap-override .navbar-white, .boostrap-override .navbar-light {
    background: #f5f5f5;
}


.boostrap-override .navbar .navbar-nav .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    min-width: 19px;
    min-height: 20px;
    /* gap: 10px; */
    /* padding-left: 6px; */
    /* padding-right: 6px; */
    position: relative;
    border-radius: 50%;
    background: #f60;
    margin-left: -10px;
}

/* .boostrap-override .user-menu  {
    display: flex;
} */

/* .boostrap-override .user-menu  {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 8px 4px 4px;
    padding: 8px 16px 8px 8px;
    justify-content: flex-start;
    gap: 12px;

    background: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 4px;
} */

.boostrap-override .name-wrapper  {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 8px;
    min-width: 212px;
    height: 48px;
    gap: 12px;
    text-decoration: none;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
}
.boostrap-override .name-wrapper-sm  {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* padding: 0 !important; */
    min-width: 48px;
    width: 48px;
    height: 48px !important;
    text-decoration: none;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 32px;
    margin-right: 20px;
}


.boostrap-override .name-wrapper:hover  {
    text-decoration: none;
}

.boostrap-override .name-wrapper h4  {
    color: #333;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
}

.boostrap-override .name-wrapper small  {
    font-size: 12px;
    line-height: 5px;
}

.boostrap-override .wrapper {
    background-color: #f5f5f5;
}

/* .boostrap-override nav .brand h4 {
    margin: 0;
} */


.name-inital {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 32px;
    height: 32px;
    background: #333333;
    border: 1px solid #F4F4F4;
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;
    color: #ffffff;
    font-weight: 500;
}

.name-inital img {
    /* width: inherit;
    height: inherit; */
    overflow: hidden;
}

.boostrap-override .notification-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 48px;
    height: 48px;
    background: #FFFFFF;

    border: 1px solid #F4F4F4;
    border-radius: 4px;
    margin-right: 20px !important;
    position: relative;
    cursor: pointer;

}

.notification-box .notification-badge {
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: #f34343;
    font-size: 12px;
    line-height: 20px !important;
    height: 20px !important;
    font-weight: bold;
    color: #fff;
	border-radius: 2px;
    padding: 2px 5px 0 5px;
}

.boostrap-override .custom-border {
    border: 1px solid #333333;
}

/* Card background colors */

.boostrap-override .bg--orange {
    background: #FFEDC0;
}

.boostrap-override .bg--blue{
    background: #D2D7FF;
}

.boostrap-override .bg--gray{
    background: #D3D3D3;
}

.boostrap-override .bg---orange{
    background: #FFD9C0;
}

.bg-orange-new, .bg-orange-new:hover, .bg-orange-new:visited, .bg-orange-new:active, .bg-orange-new:focus {
    background: #BA7257;
}

.border-orange-new, .border-orange-new:hover, .border-orange-new:visited, .border-orange-new:active, .border-orange-new:focus {
    border-color: #BA7257;
}

.text-orange-new, .text-orange-new:hover, .text-orange-new:visited, .text-orange-new:active, .text-orange-new:focus {
    color: #BA7257;
}

/* Dashboard card */

.brand-card {
    display: flex;
    flex-direction: row;
    padding: 12px;
    isolation: isolate;
    border-radius: 4px;
    justify-content: space-between;
    max-height: 170px;
    min-height: 170px;
    height: 170px;
}

.brand-card > .brand-text-content
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    flex: 1 1 100%;
    gap: 12px;
}

.brand-card > .text-content
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    flex: 1 1 100%;
}

.total-word {
    margin-right: 12px;
    font-size: 15px;
}

.brand-card-link {
    color: #333333;
    text-decoration: none !important;
    cursor: pointer;
}

.brand-card-link,
.brand-card-link:hover,
.brand-card-link:visited,
.brand-card-link:active {
    color: #333333;
}

.brand-card-link:hover .brand-card {
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    translate: all .5s ease-in-out;
}


.brand-card .card-title {
    font-size: 19px;
}

.card-total-badge {
    background-color: #333333;
    color: white;
    font: bold 14px/12px Helvetica, Verdana, Tahoma;
    height: 20px;
    min-width: 14px;
    padding: 3px 6px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 2px;
}

.boostrap-override .lix-card {
    /* display: flex;
    flex-direction: column;
    align-items: flex-start; */
    padding: 19px 19px;
    /* gap: 16px; */
    background-color: #FFFFFF;
    border: 1px solid #F4F4F4;
    border-radius: 8px;
    text-align: left;
    overflow-x: auto;
}

.boostrap-override .lix-card p {
    /* line-height: 5px; */
    margin: 0;
}

.boostrap-override .lix-card .label {
    padding: 2px 4px;
    background: #FEF3F2;
    border-radius: 4px;
}

.boostrap-override .lix-card .label-success {
    padding: 2px 4px;
    background: #ECFDF3;
    border-radius: 4px;
}
.boostrap-override .lix-card table tr th {
    color: #6B7280;
}
.boostrap-override .lix-card table tr td {
    padding: 20px 10px;
}
.boostrap-override .lix-card table tbody tr td a {
    color: #333333;
    /* max-width: 99px; */
    /* width: 99px; */
}
.boostrap-override .lix-card table tbody tr td a.btn {
    /* max-width: 99px; */
    /* width: 99px; */
}

.boostrap-override .offer-card {
    max-height: 258px;
    /* height: 258px; */
    /* width:265px;  */
    border-radius: 4px;
    transition: all .2s ease-in-out;
    /* min-height: 100px; */
    /* height: 280px; */
}
.boostrap-override .offer-card p {
    text-transform: capitalize;
}

.boostrap-override .offer-card:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.boostrap-override .offer-card p > a {
    font-weight: 600;
}

.boostrap-override .offer-card .card-img-top {
    width: 100%;
    height: 22vh;
    /* height: 10vw; */
    /* overflow: hidden; */
    object-fit: cover;
}

.boostrap-override .lix-card .profiles-card  {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
}

.boostrap-override .lix-card .profiles-card .profile  {
    width: 140px;
    padding: 20px;
    background-color: #F6F8FA;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* .boostrap-override .lix-card h4  {
    text-align: center;
} */

.boostrap-override .lix-card h5  {
    margin-bottom: 0;
}

.boostrap-override .lix-card .profiles-card img {
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.24));
    /* border: 1px solid #474747; */
    overflow: hidden;
    width: 74px;
    height: 74px;
    border-radius: 6px;
}

.boostrap-override .lix-card .nav-tabs li.active > a {
    border-bottom: 1px solid #333333;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 600;
}

.boostrap-override .lix-card .nav-tabs li {
    border: none;
    border-bottom: 1px solid transparent;
    box-shadow: none;
}

.boostrap-override .lix-card .nav-tabs li > a {
    color: #9ca3af;
}
.boostrap-override .nav-tabs li.active > a {
    border-bottom: 1px solid #333333;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 600;
}

.boostrap-override .nav-tabs li {
    border: none;
    border-bottom: 1px solid transparent;
    box-shadow: none;
}

.boostrap-override .nav-tabs li > a {
    color: #9ca3af;
    font-family: 'Helvetica Neue';
    /* font-size: 12px; */
}

.boostrap-override .nav-tabs li > a:focus {
    box-shadow: none;
}

.boostrap-override .nav-tabs .nav-item.active {
    background-color: transparent;
    border: none;
}

.boostrap-override table.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgb(255, 255, 255);
}

.boostrap-override table tr td {
    vertical-align: middle !important;
}

.leaderboard ol li {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background-color: #F6F8FA;
    border-radius: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    width: 100%;
    font-size: 14px;
}

.leaderboard ol li:hover {
   background-color: #FFEDC0;
   cursor: pointer;
}
.leaderboard ol li img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 10px;
}

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

.bg--2 {
    background-color: #FFEDC0 !important;
}

.bg--3 {
    background-color: #D2D7FF !important;
}

.brand--square {
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border: 1.85185px solid #E9E9E9;
    border-radius: 7.40741px;
    padding: 5.55556px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand--square img {
    width: 100px;
    overflow: hidden;
}

.icon--bg {
    background: #F6F8FA !important;
    border-radius: 4px;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}

ul.pagination .page-item .page-link {
}

ul.pagination .page-item .page-link {
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333333;
}

ul.pagination .page-item.active {
    /* border: 1px solid #333333; */
    background-color: #ffffff;
}

ul.pagination .page-item.active .page-link {
    border: 1px solid #333333;
    background-color: #ffffff;
}

ul.pagination li > span {
    border: none;
}

ul.pagination .page-item.active .page-link:hover {
   color: #333333;
}

.boostrap-override  .text-orange {
    color: #D27254 !important;
}

.show {
    visibility: visible !important;
}

.boostrap-override .offer-details-image img {
    border-radius: 5px;
    /* border: 2px solid red; */
    width: 100%;
    padding: 0;
}

.fixed-top {
   position: fixed !important;
   background-color: white !important;
   border-radius: 0 !important;
}

.content-wrapper .content {
    margin-top: 8vh;
}

.margin-top {
    margin-top: 8vh;
}

.site-title {
    margin: 0;
}

.site-title span {
    font-size: 14px;
}

.site-title small {
    font-size: 24px;
}

.site-title a:hover {
    text-decoration: none;
}

.reveal-key {
    color: #6B7280;
    font-weight: normal;
}

.boostrap-override .name-wrapper-sm  {
    display: none;
}

.content_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #C9C9C9;
    padding: 10px 10px;
    flex-wrap: wrap;
}

.content_container_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #C9C9C9;
}

.w_50 {
    /* background: #768b71; */
    width: 40%;
}

.w_20 {
    width: 20%;
}

.content_container a:hover {
    text-decoration: none;
}

.content_container_header .title {
    margin: 2px;
    padding: 10px 5px;
    color: #6B7280;
    font-size: 14px;
    /* width: 100%; */
    /* text-align: center; */
}

.mobile-only {
    font-size: 12px;
    display: none;
}

.offer-dropdown {
    background-color: #ffffff;
    border-bottom-right-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.offer-brand-avatar {
    z-index: 1;
}

.messages-menu  a {
    font-size: 12px !important;
}
.card-dropdown-menu {
    max-width: 120px !important;
    width: 120px !important;
    min-width: 120px !important;
    z-index: 1000 !important;
    box-shadow: none !important;
    border: none !important;
    position: sticky !important;
    margin-top: 0 !important;
}


/** chatbox **/

.boostrap-override .chat-snackbar {
    position: fixed;
    right: 2%;
    z-index: 30;
    bottom: 5%;
    transition: all 1s ease;
}

.boostrap-override .chat-snackbar-show {
    position: fixed;
    right: 2%;
    z-index: 30;
    bottom: 14%;
    transition: all 1s ease;
    width: 35%;
}

.boostrap-override .chat-snackbar-show .chat-wrapper {
    background-color: #fff;
    border-radius: 4px;
    height: 500px;
    /* display: none; */
    transition: all 1s ease;
    width: 100%;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.boostrap-override .chat-snackbar a {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f60;
    color: #fff;
    z-index: 800;
}

/* .boostrap-override .chat-snackbar-show a {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.boostrap-override .chat-snackbar a:hover {
    background-color: rgba(#f60, .5);
    color: #fff;
}
/* .boostrap-override .chat-snackbar-show a:hover {
    background-color: #333;
    color: #fff;
} */
.boostrap-override .chat-snackbar a:focus {
    background-color: rgba(#f60, .5);
    color: #fff;
}
.boostrap-override .chat-snackbar-show a:focus {
    background-color: rgba(#f60, .5);
    color: #fff;
}
/** chatbox **/


/**Wallet snackbar **/
.boostrap-override .snackbar {
    position: fixed;
    right: 0;
    z-index: 30;
    top: 50%;
    transition: all 1s ease;
}

.boostrap-override .snackbar-show {
    position: fixed;
    right: 20px;
    z-index: 30;
    top: 50%;
    transition: all 1s ease;
    width: 30%;
}

.boostrap-override .snackbar .wallet-list {
    display: none;
    transition: all 1s ease;
    width: 100%;
}

/* .boostrap-override .wallet-row {
    border-bottom: solid .2px #b8b6b6;
    padding: 5px;
} */

.boostrap-override .snackbar a {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boostrap-override .snackbar-show a {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boostrap-override .snackbar a:hover {
    background-color: #333;
    color: #fff;
}
.boostrap-override .snackbar-show a:hover {
    background-color: #333;
    color: #fff;
}
.boostrap-override .snackbar a:focus {
    background-color: #333;
    color: #fff;
}
.boostrap-override .snackbar-show a:focus {
    background-color: #333;
    color: #fff;
}

.notification-link-wrapper {
    border-radius: 4px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 8px;
    max-width: 30%;
    height: 38px;
    color: #333333;
    font-weight: 500;
}

.task-listing  .nav-tabs .nav-item.active {
    background-color: inherit;
}

.task-listing  .nav-tabs .nav-item .nav-link {
    color: #6B7280;
}

.task-listing  .nav-tabs .nav-item.active .nav-link {
    background-color: inherit;
    border: none;
    border-bottom: solid 1px #333;
}

.item-counter {
    background-color: #fff;
    border-radius: 4px;
    padding: 3px 6px;
    font-size: 14px;
}

.task-modal .modal-body {
    height: 500px;
    overflow: auto;
}

.task-modal .modal-body, .modal-footer {
    background-color: #F6F8FA;
}

.task-modal .task-widget {
    min-height: 206px;
    max-height: 206px;
}

.task-modal .task-widget .title {
    font-size: 14px;
    text-align: center;
}

.task-modal .task-widget .brand-name {
    text-align: center;
}

.modal .nav-tabs .nav-item .nav-link {
    padding: 5px;
    font-size: 14px;
}

/* Task card design */
.task-widget {
    min-height: 310px;
    max-height: 310px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: none;
    transition: all .5s ease-out;
}

.task-listing .task-widget:hover {
    transition: all .5s ease-in;
    /* transform: scale(1.1); */
    cursor: pointer;
}

.task-widget .image-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: inherit;
    height: 160px;
}

.task-widget .image-wrapper img {
    width: 100%;
}

.task-widget .widget-body {
    background-color: #ffffff;
    padding: 12px;
}

.task-widget .brand-name {
    /* font-family: 'Helvetica Neue';
    font-style: normal; */
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #6B7280;
    margin-top: 0;
}

.text-decoration-none {
    text-decoration: none;
}



.task-widget .title {
    /* font-family: 'Helvetica Neue';
    font-style: normal; */
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
}

.task-widget .reward {
    display: block;
    background: #FFEBE4;
    border-radius: 4px;
    padding: 8px 8px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #D05A40;
    max-width: 100px;
}

/* New task multi-step form design */

.task-templates {
    background-color: #000;
}

.task-templates .modal-body {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: auto;
    max-height: 600px;
    min-height: 600px;
}

.task-templates .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 15px;
}

.task-templates .modal-header .close {
    margin-bottom: 5px;
    background: #F6F8FA !important;
    color: #333 !important;
    font-weight: 400;
    border-radius: 4px;
    padding: 7px 10px;
    opacity: 9;
}

.task-templates input, select, textarea {
    border: none;
    box-shadow: none;
}

.task-templates label {
    font-weight: 400;
    color: #333;
}

.progressbar-wrapper {
    width: 100%;
    display: flex;
}

.progressbar-wrapper .bar {
    width: 174.62px;
    height: 6px;
    background-color: #B1B5BC;
    margin-right: 3px;
}

.progressbar-wrapper .bar:last-child {
    margin-right: 0;
}

.progressbar-wrapper .active {
    background-color: #333333;
    text-decoration: none;
}

#step-1 {
    padding-bottom: 50px;
}

.template {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 4px 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    border: solid 1px #d2d2d2;
    cursor: pointer;
}

.template h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.template p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}

.template:hover {
    text-decoration: none;
}

.templates .active {
    border: 2px solid #333333;
    text-decoration: none;
}

.template:visited, .template:active {
    text-decoration: none;
}

.form-label-text {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #6B7280;
}

.bordered-div {
    padding-bottom: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #EBEBEB;
}

.custom-label {
    width: 200px;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    border-radius: 4px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    cursor: pointer;
    /* padding: 30px; */
}

.custom-label img {
    max-width: 100px;
    display: block;
}

.custom-label .btn {
    font-weight: 400;
}

.custom-radio-label {
    /* padding: 12px; */
    width: 138px;
    height: 74px;
    background: #FFFFFF;
    border: 1px solid #d2d2d2;
    /* border: 1px solid transparent; */
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
    gap: 10px;
    position: relative;
}


.custom-radio-label span {
    font-weight: 400;
}

.custom-radio-label img {
    max-width: 20px;
    width: 20px;
    display: block;
}

  .custom-radio-label input[type="radio"], .template input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* .custom-radio-label.active  {

  } */

  .form-group .active {
    border:  1px solid #333;
  }

  .radio-button:checked {
    border: solid 1px #333;
  }

.custom-group {
    margin-left: 0;
    display: inline-block;
}

.custom-group li {
    list-style: none;
    display: inline-block;
}

.custom-group input {
    width: 40px;
    background-color: transparent;
    text-align: center;
    color: #333;
}

.custom-group input:focus {
    outline: 0;
    border: none;
}

.hide-display {
    display: none;
}

.custom-group li a {
    width: 38px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
    border-radius: 4px;
    padding: 5px;
    color: #333;
}

.result-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-height: 400px;
    overflow-y: auto;
}

.result-wrapper .result {
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
    /* border: .5px solid #c1c1c1; */
    /* max-height: 200px; */
    margin: 2px;
    flex-basis: calc(32.33% - 1px);
    min-height: 200px;
    height: auto;
    /* overflow: hidden; */
}

.result-wrapper .result p {
    font-size: 12px !important;
    margin: 0;
    padding: 4px 0;
    line-height: 13px;
}

.result-wrapper img {
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    margin-bottom: 7px;
}


.logoImage {
    min-width: 200px;
    min-height: 200px;
    max-width: 200px;
    max-height: 200px;
    overflow: hidden;
    position: relative;
}

.image-selected {
    opacity: .6;
}

.logoImage img {
    width: 100%;
}

.logoImage a {
    position: absolute;
    right: -10px;
    top: 0;
}

/* Switch button */

/* for sm */
.custom-switch.custom-switch-sm .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1rem - 0.25rem));
}

/* for md */
.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 99px;
    background-color: #c9c9c9;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: calc(3rem - (2rem / 2));
    background-color: #ffffff;
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2rem - 0.25rem));
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #333333;
}

/* for xl */

.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 4rem;
    padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
    width: calc(2.5rem - 4px);
    height: calc(2.5rem - 4px);
    border-radius: calc(4rem - (2.5rem / 2));
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2.5rem - 0.25rem));
}

.balances {
    display: flex;
    align-items: center;
    justify-content: end;
}

.balances .balance {
    min-width: 100px;
    border-radius: 4px;
    margin: 5px;
    padding: 8px 12px;
    transition: all .5s ease-out;
    cursor: pointer;
    position: relative;
}

.balances .balance:hover {
    opacity: .7;
    transition: all .5s ease-out;
}

.balances .balance h5 {
    text-align: center;
    font-weight: 600;
}

.balances .balance h3 {
   margin-top: 0;
}

.balances .balance small {
    font-weight: 600;
    color: #ffffff;
    font-size: 12px;
}

.balances .balance .ring {
    display: block;
    /* border: 2px solid #fff; */
    border-radius: 50%;
    height: 10px;
    width: 10px;
    position: absolute;
    top: -2px;
    left: 45%;
    background-color: #fff;
    box-shadow: none;
}

.task-templates ul li a {
    font-size: 14px !important;
    border-bottom: 2px solid transparent !important;
    padding: 6px !important;
}

.task-templates ul li a.active {
   border-color: #333 !important;
}

.task-widget .task-footer .dropdown-menu {
    transform: none !important;
}

.brand-logo {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    position: relative;
    border: .5px solid #333;
}

.brand-logo img {
  object-fit: cover;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
}

.brand-label {
    display: inline-flex;
    align-items: center;
}

.brand-label .brand-logo {
    margin-right: 7px;
}

.brand-label .brand-logo h5 {
    margin: 0;
}

/** Custom range slider */

.range-slider {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 10px;
    width: 250%;
}

#rangeSlider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 30px;
    height: 6px;
    background: #D9D5D5;
  }

  #rangeSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 30px;
    width: 30px;
    background: transparent;
    background-image: url("../assets/img/svg/knob.svg");
    background-size: cover;
    border-radius: 50%;
    transition: .2s ease-in-out;
    transform: rotateZ(var(--thumb-rotate, 0deg));
  }

  /* Thumb: Firefox */
  #rangeSlider::-moz-range-thumb {
    height: 30px;
    width: 30px;
    background: transparent;
    background-image: url("../assets/img/svg/knob.svg");
    background-size: cover;
    border: none;
    border-radius: 50%;
    transform: rotateZ(var(--thumb-rotate, 0deg));
    transition: .2s ease-in-out;
  }

  .range-slider label {
    background: #D9D9D9;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    margin-top: -50px;
    font-size: 14px;
    width: 35px;
    /* max-width: 35px; */
    min-width: 35px;
    height: 35px;
    /* max-height: 35px; */
    min-height: 35px;
    color: #000000;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
}

  #rangeSlider::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px rgba(0,05, 0, 0.1)
  }
  #rangeSlider:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(0,0,0, .2)
  }

  #rangeSlider:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(0,0,0, .2)
  }

  #rangeSlider::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(0,0,0, .1)
  }
  #rangeSlider:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(0,0,0, .2)
  }
  #rangeSlider:focus::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(0,0,0, .2)
  }

  /**  pricing boxes **/
  .pricing {
    display: flex;
    flex-wrap: wrap;
  }

  .pricing span {
    font-size: 14px;
    display: block;
    min-width: 40px;
    min-height: 40px;
    margin: 4px;
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 6px;
    padding: 5px 8px;
  }

  .pricing span.active {
    background-color: #979494 !important;

  }

  .pricing span:hover {
    background-color: #979494;
  }

/* Media queries */
@media screen and (max-width: 320px) {
    .icon svg {
        display: none;
    }
    .w_50 {
        width: 100%;
    }

    .boostrap-override .snackbar-show, .boostrap-override .chat-snackbar-show {
        width: 95%;
    }
}
@media screen and (min-width: 320px) and (max-width: 414px) {

    .boostrap-override .snackbar-show {
        width: 95%;
    }

    .offer-card {
        width: 100% !important;
        height: auto;
    }

    .offer-dropdown {
        position: absolute;
        left: 0;
        top: -10px;
    }

    .boostrap-override .offer-card .card-img-top {
        height: 25vh;
    }

    .boostrap-override .offer-card {
        max-height: 300px;
    }

    .site-title span {
        font-size: 14px;
    }

    .site-title small {
        font-size: 18px;
    }

    .boostrap-override .lix-card {
        padding: 10px;
    }
    .w_50 {
        width: 100%;
    }

    .content_container {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 0;
    }

    .content_container_header {
        display: none;
    }

    .mobile-only {
        display: inline-block;
    }

    .container-fluid {
        padding: 5px !important;
    }

    .boostrap-override .chat-snackbar-show {
        width: 95%;
        right: 2.5% !important;
        bottom: 8% !important;
        height: 80%;
    }

    .boostrap-override .chat-snackbar-show .chat-wrapper {
     height: 100%;
    }

    .boostrap-override .chat-snackbar {
        bottom: 2%;
    }

    /* .boostrap-override .lix-card table tbody tr {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #9ca3af;
    }

    .boostrap-override .lix-card table tbody tr td {
        width: 100vw;
        border: none;
    } */
}

@media screen and (min-width: 412px) and (max-width: 767px) {
    .boostrap-override .snackbar-show {
        width: 90%;
    }
    .icon svg {
        /* width: 70px; */
    }
    .offer-card {
        /* width: 40% !important; */
        height: auto;
    }

    .boostrap-override .offer-card .card-img-top {
        height: 25vh;
    }

    .site-title span {
        font-size: 14px;
    }

    .site-title small {
        font-size: 18px;
    }

    .w_50 {
        width: 100%;
    }

    .mobile-only {
        display: inline-block;
    }

    .content_container_header {
        display: none;
    }

    .container-fluid {
        padding: 5px !important;
    }

    .boostrap-override .chat-snackbar-show {
        width: 95%;
        right: 2.5% !important;
        bottom: 8% !important;
        height: 80%;
    }

    .boostrap-override .chat-snackbar-show .chat-wrapper {
     height: 100%;
    }

    .boostrap-override .chat-snackbar {
        bottom: 2%;
    }


}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .boostrap-override .snackbar-show {
        width: 60%;
    }
    .icon svg {
        width: 90px;
    }
    .mobile-view {
        display: none;
    }

    .boostrap-override .offer-card {
        max-height: 300vh;
    }
}

@media screen and (min-width: 992px) and (max-width: 1250px) {
    .icon svg {
        width: 90px;
    }
    .mobile-view {
        display: none;
    }
    .boostrap-override .offer-card {
        max-height: 300vh;
    }
}

@media screen and (max-width: 768px) {
    .boostrap-override .profile-wrapper {
        display: none;
    }

    .boostrap-override .name-wrapper-sm {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    .boostrap-override
        .nav-tabs>li a {
            background-color: transparent;
            font-size: 1.8rem;
            padding: 1.5rem;
            border-bottom: solid 2px #f2f2f2;
    }
    .mobile-view {
        display: none;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1728px) {
    .boostrap-override
        .nav-tabs>li a {
            background-color: transparent;
            font-size: 1.8rem;
            padding: 1.5rem;
            border-bottom: solid 2px #f2f2f2;
    }
    .mobile-view {
        display: none;
    }
    .boostrap-override .offer-card {
        max-height: 300vh;
    }
}

/* dashboard cards */

.db_cards_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}


/* Search component (search_bar.blade.php) : input & button wrapper*/

.search-form-inline {
    display: flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    gap:8px;
}

.search_input_wrapper {
    position: relative;
    flex: 1 1 100%;
}

.search-form-inline input[type="search"] {
    min-width: 200px;
}

.search-form-inline .reset_form_btn {
    position: absolute;
    display: none;
    top: 50%;
    right: 8px;
    transform: translateY(-50%) rotate(45deg);
    font-size:20px;
    font-weight:normal;
    color: #333333;
}

.search-form-inline a.reset_form_btn:hover,
.search-form-inline a.reset_form_btn:visited,
.search-form-inline a.reset_form_btn:active,
.search-form-inline a.reset_form_btn:focus {
    text-decoration: none;
}

.empty_state {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/**  PRICING CSS  **/

.pricing-container {
}

.pricing-container input:focus,textarea:focus,select:focus {
  border:1px solid #fafafa;
  -webkit-box-shadow:0 0 6px #ff6f00;
  -moz-box-shadow:0 0 5px #ff6f00;
  box-shadow:0 0 5px #ff6f00;
  outline: none;
}

.pricing-container  sup {
	font-size: 40px;
}

.pricing-container ul {
	list-style: none;
	font-size: 15px;
	/* color: #9095aa; */
    color: #ffffff;
	padding: 0px;
	margin: 0px;
}

.pricing-container li {
    border-bottom: 1px solid #494a5a;
    padding: 0px;
    margin: 0px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
    /* height: 52px; */
    /* line-height: 52px; */
}

#pricing-container {
  width: 100%;
  text-align:center;
}

.pricing-container .whole {
	/* background-color: #1F1B36; */
	background-color: #2b2937;
    height: 100%;
    position: relative;
    padding-bottom: 100px;
}

.pricing-container .type {
    border-radius: 5px 5px 0px 0px;
	background-color: #ff6600;
	border-bottom: 3px solid #ff6600;
}

.pricing-container .type p {
    font-weight: 800;
	font-size: 16px;
	color: white;
	text-align: center;
	padding-top: 10px;
}

.pricing-container .plan {
	/* width: 300px; */
	/* background-color: #2b2937; */
	border-radius: 0px 0px 5px 5px;
    font-style:condensed;
    font-size: 90px;
    color: white;
    text-align: center;
}

.pricing-container .header {
	border-bottom: 1px solid #494a5a;
	padding-bottom: 39px;
    cursor: pointer;
}

.pricing-container .header span {
	font-size: 32px;
}

.pricing-container .month {
	font-size: 14px;
	color: #ffffff;
	padding: 0px;
	margin: -10px;
}

.pricing-container .price {
    padding: 20px;
	/* height:80px; */
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
}

.pricing-container .price a {
    background-color: #ff6600;
    display: block;
    font-size: 18px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    border: 1px solid #ff6600;
    transition: all .5s ease-in;
}

.pricing-container .price a:hover {
    background-color: inherit;
    transition: all .5s ease-in;
}

.pricing-container .top {
  margin-top:35px;
}

.pricing-container .nodisplay {
  opacity: 0.1;
}

.pricing-container .selected {
  background-color:#1F1B36;
  margin:0px;
  padding:0px;
}



/* pricing-table */
.pricing-tbl-section .pricing-tbl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 992px) {
    .pricing-tbl-section .pricing-tbl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
}
.pricing-tbl-section .pricing-tbl .pricing-tbl-box {
    width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    border: solid 1px #bebebe;
    border-right: none;
    position: relative;
}
@media (max-width: 992px) {
.pricing-tbl-section .pricing-tbl .pricing-tbl-box {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-right: solid 1px #bebebe; }
}
.pricing-tbl-section .pricing-tbl .pricing-tbl-box:last-child {
    border-right: solid 1px #bebebe;
}
.pricing-tbl-section .pricing-tbl .pricing-tbl-box:hover .pricing-icon-box {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pricing-tbl-section .pricing-tbl .pricing-tbl-box:hover .pricing-tbl-content .pricing-title {
    color: #ff6600;
}
.pricing-tbl-section .pricing-tbl .pricing-tbl-box .pricing-icon-box {
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 20px #4747471f;
    box-shadow: 0 3px 20px #4747471f;
    background-color: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 26px;
    position: absolute;
    top: -64px;
    right: 28%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
@media (max-width: 992px) {
    .pricing-tbl-section .pricing-tbl .pricing-tbl-box .pricing-icon-box {
    position: relative;
    right: 0;
    left: 0;
    margin: 20px auto 0;
    top: 0; }
}
.pricing-tbl-section .pricing-tbl .pricing-tbl-box .pricing-icon-box img {
    max-width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.pricing-tbl-section .pricing-tbl .pricing-tbl-box .pricing-tbl-content {
    /* padding: 75px 20px 40px; */
    padding: 75px  10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
@media (max-width: 992px) {
    .pricing-tbl-section .pricing-tbl .pricing-tbl-box .pricing-tbl-content {
        padding: 20px 20px 40px;
    }
}
.pricing-tbl-section .pricing-tbl .pricing-tbl-box .pricing-tbl-content .pricing-title {
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 32px;
    font-size: 20px;
    min-height: 60px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (max-width: 992px) {
    .pricing-tbl-section .pricing-tbl .pricing-tbl-box .pricing-tbl-content .pricing-title {
        min-height: auto;
    }
    }
    .pricing-tbl-section .pricing-tbl .pricing-tbl-box .pricing-tbl-content .or-box-text  span {
        font-size: 22px;
    }
    .pricing-tbl-section .pricing-tbl .pricing-tbl-box .pricing-tbl-content .or-box-text  sup {
        font-size: 16px;
    }

.pricing-tbl-section .pricing-tbl .pricing-tbl-box .pricing-tbl-content .or-box-text {
    background-color: #191919;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(45%, #000000), to(#202021));
    background-image: -webkit-linear-gradient(right, #000000 45%, #202021 100%);
    background-image: -o-linear-gradient(right, #000000 45%, #202021 100%);
    background-image: linear-gradient(to left, #000000 45%, #202021 100%);
    border-radius: 8px;
    color: #fff;
    padding: 8px 20px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 22px;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 52px;
}
@media (max-width: 992px) {
    .pricing-tbl-section .pricing-tbl .pricing-tbl-box .pricing-tbl-content .or-box-text {
        min-height: auto;
    }
}
.pricing-tbl-section .pricing-tbl .pricing-tbl-box .pricing-tbl-content .or-box-text p {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0;
}
.pricing-tbl-section .pricing-tbl .pricing-tbl-box .pricing-tbl-content .main-text {
    margin-bottom: 20px;
    text-align: left;
}
.pricing-tbl-section .pricing-tbl .pricing-tbl-box .pricing-tbl-content .main-text p {
    text-align: left;
    color: #2c2c2c;
    font-size: 14px;
    line-height: 18px;
}
.pricing-tbl-section .pricing-tbl .pricing-tbl-box .pricing-tbl-content .main-text ul {
    margin-left: 0;
    padding-left: 0;
}

.pricing-tbl-section .pricing-tbl .pricing-tbl-box .pricing-tbl-content .main-text ul li {
    text-align: left;
    color: #2c2c2c;
    font-size: 14px;
    line-height: 18px;
    border: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
}
.pricing-tbl-section .pricing-tbl .pricing-tbl-box .pricing-tbl-content .pricing-btn-box .btn {
    font-size: 14px;
    line-height: 28px;
    background-color: #ff6600;
    color: #ffffff;
    display: block;
}

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

/* .text-md {
    font-size: 16px !important;
} */

.text-custom-md {
    font-size: 29px !important;
}

.border-orange {
    border: 1px solid #BA7257;
}

.border-blue {
    border: 2px solid #D2D7FF;
}

.border-yellow {
    border: 2px solid #FFEDC0;
}

.stamp {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c1c1c1;
    margin: 4px;
}

.stamp svg {
    width: 100%;
}

.btn-active {
    background: #BA7257 !important;
}

.truncat-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px !important;
    max-width: 100px !important;
    font-size: 13px !important;
  }

  .messenger-analytic-circle {
    width: 75px;
    height: 75px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 8px;
    padding: 6px;
  }

  .messenger-analytic-circle span {
    font-weight: 700;
    font-size: 22px;
  }

  .search-filter-results {
    height: 500px;
    max-height: 500px;
    overflow-y: auto;
  }

  .custom-confirm-button {
    background-color: #4CAF50; /* Green */
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}

  .custom-delete-button {
    background-color: #dd3300;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}

.tiering-reward-group {
    display: flex;
}

.tiering-reward-group li:first-child {
    text-align: left;
    width: 50%;
}

.tiering-reward-group input[type=radio] {
    width: 15px;
    height: 15px;
    border: 1px solid #c3c3c3 !important;
    /* background-color: #ffffff !important; */
    margin-right: 10px !important;
}

.tiers .form-check input[type=radio] {
    width: 15px;
    height: 15px;
    border: 1px solid #c3c3c3 !important;
    margin-right: 10px !important;
}


/* LIX Messenger */
.promotion-wrapper {
    width: 100%;
}

.promotion-wrapper .promotion-tabs {
    padding-left: 0;
    list-style: none;
    background-color: transparent;
}

.promotion-wrapper .promotion-tabs li {
    display: inline-block;
    border: 2px solid  transparent;
    padding: 5px;
}

.promotion-wrapper .promotion-tabs li.active {
    border-bottom-color: #000;
}

.promotion-wrapper .promotion-tabs li a {
    color: #474747;
    font-size: 16px;
}

.promotion-tab-content {
    background-color: transparent;
}

.promotion-tab-content .wrapper {
    background-color: #ffffff;
    border: 3px solid transparent;
    border-radius: 6px;
    padding: 15px;
    width: 70%;
    margin-bottom: 7px;
    position: relative;
}

.promotion-tab-content .wrapper .editbtn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 20;
}

.promotion-tab-content .wrapper.active {
    border-left-color: #000;
}

.promotion-tab-content .wrapper .label {
    display: flex;
    font-size: 16px;
    color: #000;
    flex-wrap: nowrap;
}

.promotion-tab-content .wrapper .label .form {
    width: 100%;
    text-align: left;
}

.promotion-tab-content .wrapper .label p {
    margin: 0;
    font-size: 14px;
    color: #6B7280;
    font-weight: normal;
}

.promotion-tab-content .wrapper .label h5 {
    font-size: 16px;
    text-align: left;
    margin-top: 0;
}

.promotion-tab-content .wrapper .label input[type=checkbox] {
    height: 24px;
    width: 24px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 4px;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: content-box;
    float: left;
    margin-right: 15px;
}

.promotion-tab-content .wrapper .label input[type=checkbox]:checked {
    background: url("../assets/img/svg/checked.svg") no-repeat right center / contain;
    border: .3px solid  #979797;
    background-color: #F6F8FA;
}

.promotion-tab-content .wrapper .label input[type=checkbox]:checked.save {
    background: url("../assets/img/svg/check2.svg") no-repeat right center / contain;
    border: .3px solid  #979797;
    background-color: #1E9C68;
    color: #ffffff !important;
}

.promotion-tab-content .wrapper .label .form-content {
  width: 100%;
}

.promotion-tab-content .wrapper .label .form-content .form-group {
  margin-top: 25px;
}

.promotion-tab-content .wrapper .label .form-content .form-group select.form-control{
    -webkit-appearance: menulist!important;
    -moz-appearance: menulist!important;
    -ms-appearance: menulist!important;
    -o-appearance: menulist!important;
    appearance: menulist!important;
}

.promotion-tab-content .wrapper .label .form-content .form-group .filter-option-row {
  position: relative;
}

.promotion-tab-content .wrapper .label .form-content .form-group .filter-option-row .closebtn {
    position: absolute;
    top: 0;
    right: -25px;
    font-size: 1em;
    line-height: 1;
    display: block;
    padding: .5em;
    background: transparent;
    background-color: transparent;
}

.promotion-tab-content .wrapper .label .form-content select::-ms-expand {
    display: block !important;
    background: #1E9C68 !important;
}

.promotion-tab-content .wrapper .label .form-content .sub-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: space-between;
    margin-top: 7px;
    width: 100% !important;
}

.hide-display {
    display: none;
}

.show-display {
    display: block;
}

.bg--success {
    background-color: #1E9C68 !important;
    color: white;
}

.hide-visibility {
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    .promotion-tab-content .wrapper {
        width: 100% !important;
    }
}

.tier-group .form-control {
    border: 1px solid #c1c1c1 !important;
}


.offer-reward-groups .tier-group .form-group select.form-control{
    -webkit-appearance: menulist!important;
    -moz-appearance: menulist!important;
    -ms-appearance: menulist!important;
    -o-appearance: menulist!important;
    appearance: menulist!important;
}

.offer-reward-groups .tier-group .form-group .filter-option-row {
  position: relative;
}

.offer-reward-groups .tier-group label {
    font-weight: 400 !important;
}

.offer-reward-groups .tier-group .btn-transparent {
    font-size: 18px !important;
}

.offer-reward-groups .tier-group select::-ms-expand {
    display: block !important;
    background: #1E9C68 !important;
}

.offer-reward-groups .tier-group input[type=radio] {
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 4px;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: content-box;
    float: left;
    margin-right: 15px;
}

.offer-reward-groups .tier-group input[type=radio]:checked {
    border: .3px solid  #979797;
    background-color: #F6F8FA;
}

.offer-reward-groups .tier-group input[type=radio]:checked.save {
    background: url("../assets/img/svg/check2.svg") no-repeat right center / contain;
    border: .3px solid  #979797;
    background-color: #1E9C68;
    color: #ffffff !important;
}

.offer-reward-groups .tier-group h5 {
    display: flex;
    align-items:  center;
}

.offer-reward-groups .tier-group h5 span {
    margin-right: 2px;
}

.icon-md {
    font-size: 24px;
}

.social-login-buttons {
    margin: 10px auto;
}

.social-login-buttons a {
    margin-bottom: 10px;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 100%;
    display: block;
}

.social-login-buttons a:hover {
    background-color: #ddd;
}

.social-login-buttons .social-login-button {
    display: flex;
    font-size: 14px;
    align-items: center;
    margin: 0 auto;
    width: 80%;
    flex-wrap: nowrap;
}

.social-login-buttons .social-login-button img {
    margin-right: 20px;
}

.app-donwload img {
    border-radius: 9px;
}


.campaign-group ul li input[type=checkbox], input[type=radio] {
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 4px;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: content-box;
    float: left;
    margin-right: 15px;
    border: .3px solid  #979797;
    background-color: #F6F8FA;
}

.campaign-group ul li input[type=checkbox]:checked, input[type=radio]:checked {
    background: url("../assets/img/svg/check2.svg") no-repeat right center / contain;
    border: .3px solid  #979797;
    background-color: #1E9C68;
    color: #ffffff !important;
}

.rounded-8 {
    border-radius: 8px;
}

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

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

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

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


.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}
.image-grid img {
    width: 100%;
    height: auto;
}

/* Summernote container responsive */
.summernote-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

/* Responsive toolbar */
.note-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

/* Ensure the editor and its contents scale correctly */
.note-editor {
    max-width: 90%;
    width: 100%;
    box-sizing: border-box;
}

.note-editable {
    max-width: 100%;
    width: 100%;
    min-height: 200px;
    box-sizing: border-box;
    overflow-x: auto;
    word-wrap: break-word;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

/* Make the toolbar buttons adapt to smaller screens */
.note-btn-group .note-btn {
    flex: 1 1 auto;
    max-width: 100%;
}

@media (max-width: 768px) {
    /* Adjust toolbar layout for smaller screens */
    .note-toolbar {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .note-btn {
        padding: 0;
        width: 50px !important;
    }

    .note-btn-group .note-btn {
        width: 100%;
    }

    /* Ensure the editor adjusts properly on smaller screens */
    .note-editable {
        min-height: 150px;
    }
}

.rounded-8 {
    border-radius: 8px;
}

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

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

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

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


.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}
.image-grid img {
    width: 100%;
    height: auto;
}

@media print {
    .no-print {
      display: none;
    }
  
    .printarea {
      width: 100%;
    }
}

.freeze {
    background-color: rgb(255 255 255 / 0.1);
    filter: blur(5px);
}

#printerBoard img {
    width: 100%;
    margin: 0 auto;
}