 @import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap'); 

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latomedium';
    src: url('../fonts/lato-medium-webfont.woff2') format('woff2'),
         url('../fonts/lato-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latosemibold';
    src: url('../fonts/lato-semibold-webfont.woff2') format('woff2'),
         url('../fonts/lato-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoheavy';
    src: url('../fonts/lato-heavy-webfont.woff2') format('woff2'),
         url('../fonts/lato-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body, html{
    font-size:16px;
    line-height:20px;
    font-family: 'latoregular';
}
body *{
    outline: none;
}
a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}
a {
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

h1, h2, h3, h4, h5, h6{
    margin-top:0;
    color: #06002C;
    font-family: "Overpass", sans-serif;
}
img{
    max-width:100%;
}

ul{
    list-style:none;
    padding-left:0;
    margin-bottom: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form-material .form-group {
    position: relative;
    margin-bottom: 24px;
}
.form-material input.form-control, 
.form-material textarea.form-control,
.form-material select.form-control{ 
    border-radius: 8px;
    padding: 14px 16px;
    border: 1px solid rgb(40 126 173 / 12%);
    background: transparent;
    box-shadow: none;
    font-size: 16px;
    color: #515C63;
    font-family: 'latomedium';
}
.form-material input.form-control,
.form-material select.form-control{
    height: 54px !important; 
}
.form-material select.form-control{
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
    background-image: url(../images/select-arrow.svg);
    background-position: center right;
    background-repeat: no-repeat;
}
.filter-game select.form-control{
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
    background-image: url(../images/select-arrow.svg);
    background-position: center right;
    background-repeat: no-repeat;
}
.form-material .float-label {
    pointer-events: none;
    position: absolute;
    top: 17px;
    left: 8px;
    margin: 0;
    padding: 0px 8px;
    color: rgb(81 92 99 / 60%);
    font-size: 14px; 
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; 
    font-family: 'latomedium';
}
.form-material .form-control.fill~.float-label, .form-material .form-material .form-control.fill~.float-label {
    top: -10px;
    font-size: 13px;
    background: #fff;
    padding: 0px 8px;
    color: rgb(81 92 99 / 60%);
}
.input-icon {
    position: absolute;
    top: 14px;
    right: 8px;
    cursor: pointer;
}
.orange-btn {
    background: linear-gradient(90deg, rgb(236, 159, 5) 0%, rgb(255, 78, 0) 100%) !important;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    padding: 15px 15px;
    border: 0; 
    box-shadow: none !important;
    font-family: 'latobold';
    min-width: 140px;
}
.custom-blue-btn:hover,
.orange-btn:hover  { 
    color: #fff;  
}
.custom-blue-btn {
    border-radius: 4px;
    padding: 7px 16px;
    background: #287EAD; 
    color: #fff;
    font-size: 16px;
    border: 1px solid #287EAD;
    transition: all 0.3s;
    box-shadow: none !important;
    font-family: 'latosemibold';
    display: flex;
    align-items: center;
}
.custom-blue-btn img {
    margin-right: 8px;
}

.login-wrapper .form-material .form-control { 
    border: 1px solid rgb(255 255 255 / 60%); 
    color: #fff;
    padding-right: 48px;
}
.login-wrapper .form-material .float-label { 
    color: rgb(255 255 255 / 60%); 
}
.login-wrapper .form-material .form-control.fill~.float-label, 
.login-wrapper .form-material .form-material .form-control.fill~.float-label { 
    background: #282344; 
    color: #fff;
}
.login-wrapper {
    position: relative;
    background: url(../images/login-bg.jpg);
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 15px;
}
.login-form-wrapper {
    background: rgb(255 255 255 / 12%);
    border-radius: 12px;
    box-shadow: 0px 1px 16px rgb(69 90 100 / 6%);
    position: relative;
    max-width: 440px;
    width: 100%;
    padding: 40px 30px;
}
.login-logo {
    margin-bottom: 24px;
    position: relative;
}
.login-header h1 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 6px;
}
.login-header p {
    font-size: 16px;
    max-width: 250px;
    margin: 0 auto;
    color: #fff;
    line-height: 20px;
}



.dashbaord-wrapper {
    display: flex;
}
.sidebar {
    background: #fff;
    height: 100vh;
    width: 260px; 
    position: fixed;
    overflow-y: auto;
    padding: 0;
    padding-bottom: 64px;
    border-right: 1px solid rgb(145 158 171 / 20%);
}
.dashboard-content-wrapper {
    width: calc(100% - 260px);
    position: relative;
    margin-left: 260px;
    padding: 24px 32px;
}
.sidebar-logo {
    border-bottom: 1px solid rgb(145 158 171 / 20%);
    padding: 24px 16px;
    margin-bottom: 0;
    text-align: center;
}
.sidebar-logo img {
    max-height: 80px;
    margin: 0 auto;
}
.logout-option {
    position: fixed;
    bottom: 0; 
    width: 259px;
    left: 0;
    padding: 8px 16px; 
    background: #fff;
    display: flex;
    align-items: center;
}
.logout-option img,
.logout-option .profile-avtar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgb(145 158 171 / 20%);
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'latobold';
    background: #155d8f;
    color: #fff;
    letter-spacing: 1px;
}
ul.menu-list li {
    margin-bottom: 0;
    position: relative;
}
ul.menu-list li a {
    background: #fff;
    display: block;
    padding: 14px 20px;
    color: rgb(6 0 44 / 80%);
    border-bottom: 1px solid rgb(145 158 171 / 20%);
    font-family: 'latosemibold';
    font-size: 15px;
    display: flex;
    align-items: center;
}
ul.menu-list li a:hover {
    background: rgb(21 93 143 / 8%);
}
ul.menu-list li.active a {
    background: rgb(21 93 143 / 100%);
    color: #fff; 
}
ul.menu-list li.active:before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    background: #EDAB00;
    height: 28px;
    border-radius: 0px 6px 6px 0px;
    top: 10px;
}
ul.menu-list li.active a svg path {
    fill: #fff;
    stroke: #fff;
}
ul.menu-list li a img {
    margin-right: 8px;
}
.logout-option h6 {
    margin: 0;
    font-size: 16px;
    font-family: 'latobold';
    font-weight: normal;
}
.logout-option a {
    color: #637381;
    font-size: 14px;
    line-height: 18px;
    font-family: 'latomedium';
}
.logout-option .logout-link {
    padding: 0;
    color: #637381;
    font-size: 14px;
    line-height: 18px;
    font-family: 'latomedium';
    background: transparent;
    cursor: pointer;
    box-shadow: none;
}
.logout-option .logout-link:hover {
    color: #155d8f;
}
.sidebar::-webkit-scrollbar {
  width: 4px;               /* width of the entire scrollbar */
}

.sidebar::-webkit-scrollbar-track {
  background: transparent;        /* color of the tracking area */
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: rgb(21 93 143 / 16%);    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */ 
}
.dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dashboard-header h1 {
    font-size: 28px;
    font-family: 'latobold';
}
.modal-dialog {
    max-width: 430px; 
}
.modal-body { 
    padding: 30px;
}
.modal-content { 
    border: 0;
    border-radius: 12px; 
}
.modal-title { 
    color: #1B3E61;
    font-family: 'latobold';
    font-size: 20px;
    line-height: 1.3;
}
.modal-header {
    background: rgb(40 126 173 / 10%);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.modal-header .close { 
    outline: none;
    font-size: 26px;
}
th.sorting_disabled:before, th.sorting_disabled:after {
    opacity: 0 !important;
}
.table thead th {
    vertical-align: middle;
    border-bottom: 1px solid #CEE1EC;
    font-size: 15px;
    font-family: 'latosemibold';
    line-height: 18px;
    color: #06002C;
}
td.details-control {
  cursor: pointer;
}
td.details-control img{
    opacity: 0.6;
    transition: all 0.3s;
}
tr.dt-hasChild.shown td.details-control img {
    transform: rotate(90deg);
    opacity: 1;
}
#affiliates-table .custom-blue-btn { 
    padding: 5px 8px; 
    font-size: 15px; 
}
.table td, .table th { 
    vertical-align: middle; 
    border-top: 0;
    border-bottom: 1px solid #CEE1EC;
}
tr.dt-hasChild.shown > td {
    border-bottom: 0;
}
table.table.affiliate-child-table {
    background: rgb(40 126 173 / 12%);
    margin: 0;
    border: 1px solid rgb(40 126 173 / 12%);
    margin-left: 32px;
    width: calc(100% - 32px);
    border-radius: 12px;
    overflow: hidden;
}
.table.affiliate-child-table td {
    padding-top: 6px;
    padding-bottom: 6px;
}
table.table-UI {
    border: 1px solid #CEE1EC;
    border-radius: 12px;
    margin: 0 !important;
    overflow: hidden;
}
table.table-UI#affiliates-table{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
table.table-UI tbody > tr:last-child > td {
    border-bottom: 0;
}
.add-campaign-button{
    opacity: 0;
    visibility: hidden;
}
tr.dt-hasChild.shown .add-campaign-button {
    opacity: 1;
    visibility: visible;
}
.table td  { 
    font-size: 14px;
    color: #637381;
    font-family: 'latomedium';
}
table.table-UI > thead > tr th {
    background: rgb(40 126 173 / 8%);
    padding-top: 18px;
    padding-bottom: 18px;
}
table.table-UI#affiliates-table > thead > tr th { 
    padding-top: 9px;
    padding-bottom: 9px;
}
#affiliates-table .custom-blue-btn img {
    width: 14px;
    height: 14px;
}
.dataTables_wrapper div.dataTables_info {
    padding-top: 16px;
    color: #06002C;
    font-size: 14px;
}
.page-item.active .page-link { 
    color: #287EAD;
    background-color: transparent;
    border-color: transparent;
}
.page-link {
    border: 0;
} 
.page-item .page-link {
    color: #212B36; 
    font-size: 14px;
    background: #fff;
    box-shadow: none;
    font-family: 'latomedium';
}
.campaign-profile-bio {
    border-bottom: 1px solid rgb(40 126 173 / 12%);
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.campaign-profile-bio h3 {
    font-size: 20px;
    margin-bottom: 4px;
}
.campaign-profile-bio p {
    color: #637381;
    margin-bottom: 2px;
    font-size: 14px;
    font-family: 'latomedium';
}
.label-campaign {
    margin-bottom: 20px;
    background: #FAFAFA;
    display: inline-block;
    color: #1B3E61;
    font-size: 14px;
    font-family: 'latobold';
    padding: 4px 8px;
    border: 1px solid rgb(145 158 171 / 20%);
    border-radius: 8px;
} 
.copy-url {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid rgb(145 158 171 / 20%);
    border-radius: 6px;
    box-shadow: 0px 1px 0px rgb(145 158 171 / 20%);
    padding: 5px 12px;
    cursor: pointer;
    font-family: 'latosemibold';
}
.copy-url svg {
    margin-right: 4px;
}
.table.affiliate-child-table th, .table.affiliate-child-table td {
    background: #F7FAFC;
}
.search-box {
    position: relative;
}
.search-box input {
    height: 42px;
    max-width: 230px;
    padding-left: 40px;
    color: #919EAB;
    border-radius: 4px;
    box-shadow: none !important;
    border: 1px solid rgb(40 126 173 / 24%);
}
.search-icon {
    position: absolute;
    top: 8px;
    left: 8px;
}
.table-search-row{
    display: none;
}
.table-action-row {
    border-top: 1px solid #CEE1EC;
    border-left: 1px solid #CEE1EC;
    border-right: 1px solid #CEE1EC;
    position: relative;
    padding: 16px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.report-div button.orange-btn {
    height: 42px;
    padding: 4px 16px;
    text-transform: capitalize;
    font-family: 'latosemibold';
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1px;
}
.report-div button.orange-btn img {
    margin-right: 8px;
}
.date-range {
    position: relative;
}
.date-range input {
    height: 42px;
    border: 1px solid rgb(40 126 173 / 24%);
    border-radius: 4px;
    background: url(../images/date-icon.svg);
    background-size: 32px;
    background-position: center right;
    background-repeat: no-repeat;
    font-size: 14px;
    padding-right: 56px;
    box-shadow: none !important;
    min-width: 242px;
    cursor: pointer;
}
/*table.dataTable.table-striped>tbody>tr {
    background-color: #FBFDFD;
}*/
table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: none;
}
table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #fff;
}
table.dataTable.table-striped>tbody>tr {
    background-color: #FBFDFD;
}
table.table-UI tbody > tr:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.status-reward {
    font-size: 14px;
    color: #fff;
    background: #287ead;
    display: inline-block;
    border-radius: 30px;
    padding: 4px 8px;
    min-width: 70px;
    text-align: center;
    font-family: 'latosemibold';
}
.status-reward.open_status {
    background: #FFAB00;
}
.status-reward.expire_status {
    background: #919EAB;
}
.status-reward.redeemed_status {
    background: #11B50C;
}

.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 32px;
  margin: 0;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C0C0CA;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #06002C;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

ul.action-col li {
    margin-right: 12px;
}

.modal-dialog.modal-lg {
    max-width: 930px;
}

.filter-game label {
    color: #637381;
    font-size: 14px;
    font-family: 'latosemibold';
    min-width: 85px;
    display: flex;
    align-items: center;
    margin: 0;
    margin-right: 8px;
}
.filter-game label img {
    margin-right: 8px;
}
.filter-game select.form-control{
    color: #919EAB;
    border-radius: 4px;
    box-shadow: none !important;
    border: 1px solid rgb(40 126 173 / 24%);
    height: 42px !important;
    padding: 0px 20px 0px 8px;
    min-width: 180px;
}

/* Progress bar container */
.progress-container {
  width: 100%;
  height: 8px;
  background-color: #e3e3e3;
  border-radius: 10px;
  position: relative;  
}

/* Progress bar */
.progress-bar {
  height: 100%; 
  border-radius: 10px 0 0 10px;
  position: relative;
  cursor: pointer;
  transition: width 0.3s ease;
}

/* Tooltip styling */
.progress-bar::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -35px; /* Position tooltip above the progress bar */
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}

/* Tooltip arrow */
.progress-bar::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #333; /* Matches tooltip background */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}

/* Show tooltip on hover */
.progress-bar:hover::after,
.progress-bar:hover::before {
  opacity: 1;
}

.creeat-game-form {
    border: 1px solid rgb(40 126 173 / 12%);
    position: relative;
    padding: 30px;
    border-radius: 12px;
}

.creeat-game-form span.required-field {
    color: red;
} 

.map-image img {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgb(40 126 173 / 12%);
    cursor: pointer;
    height: 132px;
    object-fit: cover;
}
#mapModal .modal-body,
#promoVideoModal .modal-body {
    padding: 16px;
}
#mapModal button.close,
#promoVideoModal button.close {
    background: #06002C;
    opacity: 1;
    z-index: 99;
    position: absolute;
    color: #fff;
    padding: 8px;
    right: 0;
    height: 40px;
    width: 40px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
#mapModal .modal-content,
#promoVideoModal .modal-content { 
    display: block;
}
#mapModal .modal-dialog.modal-lg,
#promoVideoModal .modal-dialog.modal-lg{
    max-width: 1000px;
}

.file-upload {
    text-align: center;
    border: 1px dashed rgb(40 126 173 / 12%);
    padding: 12px 0px 0;
    cursor: pointer;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    height: 132px;
    border-radius: 4px;
    background: rgb(40 126 173 / 2%);
}

.file-upload:hover {
    background-color: rgb(40 126 173 / 6%);
}

  
#image-preview img {
    display: block;
    margin: auto;
}
#banner-label span,
#leaderboard-label span{
    background-color: rgb(40 126 173 / 6%);
}
#banner-label, #leaderboard-label {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#banner-label img, #leaderboard-label img {
    margin-bottom: 8px;
}
#banner-label span, #leaderboard-label span {
    background-color: rgb(40 126 173 / 6%);
    border: 1px solid rgb(40 126 173 / 10%);
    border-radius: 4px;
    padding: 4px;
    color: rgb(40 126 173 / 80%);
    font-family: 'latosemibold';
    font-size: 14px;
}
#banner-label p, #leaderboard-label p {
    color: rgb(81 92 99 / 80%);
    font-size: 14px;
    font-family: 'latomedium'; 
}
.form-material .upload-div .float-label{
    top: -10px;
    font-size: 13px;
    background: #fff;
    padding: 0px 8px;
    color: rgb(81 92 99 / 70%);
}

.custom-chkbox {
    display: flex;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
        color: #515C63;
}

/* Hide the browser's default checkbox */
.custom-chkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-chkbox .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 1px solid rgb(40 126 173 / 24%);
    border-radius: 4px;
    display: inline-block;
    margin-right: 8px;
}
 
/* When the checkbox is checked, add a blue background */
.custom-chkbox input:checked ~ .checkmark {
  background-color: #287EAD;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-chkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-chkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-chkbox .checkmark:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-footer label.custom-chkbox {
    margin-right: 40px;
}

.addMore-button {
    width: 100%;
    border: 1px dashed rgb(40 126 173 / 12%);
    background: rgb(40 126 173 / 2%);
    border-radius: 4px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(6 0 44 / 60%);
    font-family: 'latosemibold';
    cursor: pointer;
    box-shadow: none;
    outline: none !important;
    transition: all 0.3s;
}
.addMore-button svg {
    opacity: 0.6;
    margin-right: 8px;
}
.addMore-button:hover {
    background: rgb(40 126 173 / 8%);
}
.delete-reward-row {
    cursor: pointer;
}
.reward-content {
    margin-top: 16px;
}
#CreateRewardModal h6 {
    font-size: 20px;
    font-family: 'latobold';
}
.row.data-field {
    margin-left: -4px;
    margin-right: -4px;
}
.row.data-field > div {
    padding: 0px 4px;
}
.form-material input.form-control:focus, .form-material textarea.form-control:focus, .form-material select.form-control:focus {
    border-color: rgb(40 126 173 / 40%);
}
.leaderboard h2 {
    font-size: 24px;
    font-family: 'latobold';
}
.table#leaderboard-table td, .table#leaderboard-table th {
    padding-left: 30px;
    padding-right: 30px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #FAFAFA !important;
    opacity: 1;
}
.copy-url.copy-url-add-camp {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 13px;
    padding: 8px 6px;
}
.login-wrapper .form-material .form-control:focus {
    border-color: #fff;
}
.progress-bar { 
    overflow: inherit; 
}


.custom-select-wrapper {
  position: relative;
  width: 200px;
}
.custom-select {
    background-color: #287EAD;
    border: 1px solid #287EAD;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: auto;
    background-image: none;
}
.custom-select-wrapper .selected {
  flex-grow: 1;
  color: #fff;
  font-family: 'latosemibold';
      background: none;
}

.custom-select .options {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    display: none;
    z-index: 1;
    background: #fff;
    border: 0;
    box-shadow: 0px 3px 16px rgb(6 0 44 / 12%);
    border-radius: 4px;
    padding: 8px 4px;
}

.custom-select .option {
    padding: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
    color: #16304F;
    font-size: 14px;
    justify-content: space-between;
        margin-bottom: 4px;
}

.custom-select .option img {
  width: 20px;
    height: 20px;
    margin-right: 0;
}
.custom-select .option img.delete-template-icon {
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
}
.custom-select .option:hover img.delete-template-icon {
    opacity: 1;
    visibility: visible;
}
.custom-select .option:hover {
  background-color: rgb(40 126 173 / 8%);
}
.custom-select .option.create-new-option {
    background: rgb(40 126 173 / 12%);
    font-family: 'latobold';
}
.custom-select.open .options {
  display: block;
}
.arrow {
  width: 10px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  margin-left: auto;
  transition: transform 0.3s ease; 
}

.custom-select.open .arrow {
  transform: rotate(-135deg); /* Rotate the arrow when dropdown is open */
}

.row.row-fields > div {
    padding: 0px 4px;
}
.row.row-fields {
    margin-left: -4px;
    margin-right: -4px;
}
select.retain-selectbox {
    border: 0;
    position: absolute;
    right: 5px;
    background: transparent;
    color: rgb(81 92 99 / 60%);
}
#UpdateRewardModal h6 {
    font-size: 20px;
    font-family: 'latobold';
}
span.planID-text {
    background: #287EAD;
    color: #fff;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 14px;
    margin-left: 4px;
}
.reward-range-header label {
    color: rgb(81 92 99 / 60%);
    font-family: 'latomedium';
        margin-bottom: 4px;
}
.reward-range-header p {
    color: #515C63;
    margin: 0;
    font-size: 18px;
    font-family: 'latosemibold';
}
.reward-range-header {
    border-bottom: 1px solid rgb(40 126 173 / 12%);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.reward-range h4 {
    font-size: 20px;
    font-family: 'latobold';
}
.reward-range-content-view {
    box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
    border-radius: 12px;
    border: 1px solid rgb(40 126 173 / 12%);
    padding: 0px 15px;
}
.reward-range-content-view > .row {
    border-bottom: 1px solid rgb(40 126 173 / 12%);
        padding: 15px 0px;
}
.reward-range-content-view > .row:last-child {
    border-bottom: 0;
}
.reward-range-content-view p {
    color: #515C63;
    margin: 0;
    font-size: 18px;
    font-family: 'latosemibold';
}
.reward-range-content-view label{
    color: rgb(81 92 99 / 60%);
    font-family: 'latomedium';
        margin-bottom: 4px;
}
.total-range-price span{
    color: #515C63;
    margin: 0;
    font-size: 18px;
    font-family: 'latosemibold';
}
.total-range-price{
        color: rgb(81 92 99 / 60%);
    font-family: 'latomedium';
}
/* Placeholder styling */
.placeholder {
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: 0.5; /* Replace with actual maximum opacity */
}

    .placeholder.btn::before {
        display: inline-block;
        content: "";
    }

/* Sizing */
.placeholder-xs {
    min-height: 0.6em;
}

.placeholder-sm {
    min-height: 0.8em;
}

.placeholder-lg {
    min-height: 1.2em;
}

.placeholder.rounded-full {
    border-radius: 1000px;
}
/* Glow Animation */
.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.1; /* Replace with actual minimum opacity */
    }
}

/* Wave Animation */
.placeholder-wave {
    --placeholder-opacity-min: 0.3;
    mask-image: linear-gradient( 45deg, black 55%, rgba(0, 0, 0, calc(1 - 0.3)) 75%, black 95% );
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%;
    }
}

.form-control~ .float-label { top: -10px; font-size: 13px; background: #fff; padding: 0px 8px; color: rgb(81 92 99 / 60%); }


div.table-responsive > div.dataTables_wrapper > div.row:first-child {
    display: none;
}


.table-wrapper {
    position: relative; /* Ensure the loader stays within the wrapper */
}

#table-loader {
    display: flex; /* Center the loader */
}



/* Notification container styles */
.notification-container {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 9999;
    width: 100%;
    max-width: 400px;
}

/* Notification styles */
.notification {
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateY(-50px);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

    /* Success notification */
    .notification.success {
        background-color: #28a745;
    }

    /* Error notification */
    .notification.error {
        background-color: #dc3545;
    }

    /* Info notification */
    .notification.info {
        background-color: #007bff;
    }

    /* Warning notification */
    .notification.warning {
        background-color: red;
    }

    /* Show animation */
    .notification.show {
        opacity: 1;
        transform: translateY(0);
    }

    /* Slide up animation on removal */
    .notification.hide {
        transform: translateY(-50px);
        opacity: 0;
    }

    /* Close button */
    .notification .close-btn {
        position: absolute;
        top: 5px;
        right: 10px;
        background: none;
        border: none;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
    }

i.fa-solid.fa-xmark{
    color : indianred;
    font-size : 22px;
}


/* Custom loader styling */
.custom-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1;
}

.hidden {
    display: none;
}

/* Animation for spinning effect */
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

