body #userPdfModal .btn-close,
body .model .btn-close,
body a:hover,
body li,
body p {
    color: var(--primary-color)
}

.switch-buttons button,
body a,
html body {
    color: var(--black-color)
}

body li,
body p,
html body,
label {
    font-family: var(--font-family)
}

.table-dark {

    --bs-table-bg: #d4edda73 !important;
    color: #000 !important;
}

.download-pdf .btn:hover,
html body {
    background-color: var(--white-color)
}

.full-width,
textarea {
    grid-column: span 2
}

:root {
    --font-family: 'Poppins', sans-serif;
    --primary-color: #090829;
    --white-color: #fff;
    --black-color: #000000;
    --red-color: #FF0761;
    --secondary-color: #22213E;
    --green-color: #00A811;
    --atm-red-color: #FF0E0E;
    ---atm-border-color: #dee2e6
}

button::-moz-focus-inner,
input::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0;
    outline: 0
}

input[type=file],
input[type=file]::-moz-file-upload-button,
input[type=file]::-ms-file-upload-button,
input[type=file]::-o-file-upload-button,
input[type=file]::-webkit-file-upload-button {
    cursor: pointer
}

html body {
    margin: 0;
    font-size: 16px;
    line-height: 27px;
    overflow-x: hidden;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

::-moz-selection {
    color: var(--white-color);
    background: var(--primary-color)
}

::-webkit-selection {
    color: var(--white-color);
    background: var(--primary-color)
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    color: var(--primary-color);
    opacity: 1
}

a,
button,
div a:active,
div a:focus,
div a:hover,
span {
    text-decoration: none
}

body ul {
    margin: 0;
    padding: 0
}

body a {
    outline: 0;
    display: inline-block;
    vertical-align: top
}

* {
    outline: 0 !important
}

.clearfix:after,
.clr:after,
li:after,
ul:after {
    clear: both;
    display: block
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: var(--font-family);
    color: var(--primary-color);
    font-weight: 600;
    margin: 0 0 15px
}

body h1 {
    font-size: 34px;
    line-height: 51px
}

.heading-text h1,
body h2 {
    font-size: 24px;
    line-height: 36px
}

body h3,
label {
    font-size: 18px;
    line-height: 27px
}

body h4 {
    font-size: 16px;
    line-height: 24px
}

body h5,
body h6 {
    font-size: 14px;
    line-height: 22px
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

div select option {
    font-size: 13px;
    color: #333;
    padding: 2px 5px
}

body img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block
}

body li,
body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px
}

body li:empty,
body p:empty {
    margin: 0;
    line-height: 0
}

body .left-panel {
    background-color: var(--primary-color);
    min-height: 100vh
}

.left-panel::-webkit-scrollbar {
    display: none
}

.switch-buttons {
    background: #f0f0f0
}

.switch-buttons button {
    flex: 1;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    background: 0 0;
    transition: .3s;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px
}

.pdf-box a,
.pdf-box button,
.switch-buttons .active {
    background: var(--primary-color);
    color: #fff
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px
}

.form-group {
    display: flex;
    flex-direction: column
}

label {
    font-weight: 500;
    margin-bottom: 10px
}

.company-fields {
    display: contents
}

.atm-games-file-label,
input,
textarea,.form-control {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    outline: 0
}

input:focus,
textarea:focus,.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
   /* box-shadow: 0 0 5px rgba(13, 13, 43, .5)*/
}
/* Input placeholders (unchanged) */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--primary-color);
    opacity: 0.7;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: var(--primary-color);
    opacity: 0.7;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: var(--primary-color);
    opacity: 0.7;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: var(--primary-color);
    opacity: 0.7;
  }
  
  /* Dropdown styling */
  select.atm-games-select {
    color: var(--primary-color);
    opacity: 0.7; /* Default opacity for placeholder state */
  }
  
  /* When a valid option is selected */
  select.atm-games-select:valid,
  select.atm-games-select:focus {
    opacity: 1;
    color: inherit; /* Or your preferred text color */
  }
  
  /* Placeholder option styling */
  select.atm-games-select option[value=""] {
    color: var(--primary-color);
    opacity: 0.7;
  }
  
  /* Regular options styling */
  select.atm-games-select option:not([value=""]) {
    color: var(--primary-color);
    opacity: 1;
  }
  .atm-games-translate-middle-y {
    transform: translateY(-28%)!important;
}
[data-bs-toggle="tooltip"] {
    transition: color 0.2s;
  }
  [data-bs-toggle="tooltip"]:hover {
    color: var(--primary-color) !important;
  }
textarea {
    height: 100px;
    resize: none
}

.pdf-container {
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    /* margin-top: 20px */
}

.pdf-box {
    border: 2px dashed #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 20px
}
#app-link-container {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

#app-link-container.show {
    max-height: 500px; /* Adjust based on content height */
    opacity: 1;
}
.pdf-box a,
.pdf-box button {
    margin-top: 10px;
    padding: 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%
}

#searchDomain,
.atm-games-file-label {
    cursor: pointer
}

.pdf-box-container .pdf-image {
    min-height: 108px
}

.pdf-box-container .pdf-image img {
    max-height: 108px
}
body .green-text{
    color:var(--green-color);
}
.download-pdf .btn {
    background-color: var(--red-color);
    border: 1px solid var(--red-color)
}

.download-pdf .btn:hover {
    border-color: var(--red-color);
    color: var(--red-color)
}

.upload-pdf .btn,
.upload-pdf .btn:hover {
    border-color: var(--primary-color)
}

.upload-pdf .btn {
    border: 1px solid var(--primary-color)
}

.atm-normal-btn:hover,
.thansks-buttons .btn:hover,
body .atmm-games-user-listing-table-wrapper button:hover,
body .modal-footer .btn:hover,
button:hover,.atm-games-auto-button:hover {
    background: var(--white-color);
    border-color: var(--primary-color);
    color: var(--primary-color)
}
#Userlisting_table .btn-primary{
	text-align: left;
}


.atm-normal-btn,
.thansks-buttons .btn,
body .atmm-games-user-listing-table-wrapper button,
body .modal-footer .btn,
button,.atm-games-auto-button {
    width: 100%;
    padding: 12px;
    background: var(--primary-color);
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s;
    grid-column: span 2;
    border: 1px solid var(--white-color);
    /* text-align: left; */
}

li.notification-item.atm-games-agreement-notification {
    background: #d792ff45;
}

li.notification-item.atm-games-register-notification {
    background: #f7f7d6;
}

.atm-game-container,
.report-atm-game-container {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

body .modal-footer .btn {
    padding-left: 30px;
    padding-right: 30px
}

.login-link {
    margin-top: 10px;
    font-size: 14px
}

.atm-games-red-color,
.atm-red-color,
.atm-validation,
.higlight-title,
.login-link a,
.red-text p,
body #report-sidebar li a.active,
body #report-sidebar li button.active,
body .atm-games-green-card .atm-games-total-deduction,
body table .atm-red-color {
    color: var(--red-color)
}

.atm-games-image-box .slick-track {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    height: auto !important;
    gap: 15px
}

.hidden-step {
    visibility: hidden;
    position: absolute;
    height: 0;
    overflow: hidden
}

.atm-games-side-animation-image img {
    display: block;
    animation: 3s ease-in-out infinite alternate moveLeftRight
}

.atm-multi-drop-down,
.password-wrapper {
    position: relative
}

.atm-multi-drop-down {
    position: relative;
    /* Needed for absolute positioning of child elements */
    display: flex;
    /* Ensure items are in a row */
    /* justify-content: space-between; */
    /* Space out content and arrow */
    align-items: center;
    /* Vertically align items */
    /* padding-right: 49px; */
    /* Make space for the arrow */
}

.atm-multi-drop-down>i:first-child {
    position: static;
    /* Reset positioning for the main icon */
    margin-right: 15px;
    /* Add some space between the icon and text */
}

.atm-multi-drop-down .arrow-icon {
    position: absolute;
    right: 0;
}

.atm-icon-pass-pass {
    position: absolute;
    top: 50%;
    z-index: 1;
    right: 20px;
    transform: translateY(50%)
}

#loading-spinner,
.atm-games-thanks-contaner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.notification-dropdown li:nth-child(even) .dropdown-item {
    font-size: 17px;
    line-height: 29px;
    font-weight: 600;
    font-family: 'Poppins';
    background: #ffd4a1;
    color: #000;
    margin: 8px 0;
    border: 1px solid #2a23237a;
    border-radius: 30px;
    padding: 9px 0px;
}

.notification-dropdown li:nth-child(odd) .dropdown-item {
    font-size: 17px;
    line-height: 29px;
    font-weight: 600;
    font-family: 'Poppins';
    background: #c7d867;
    color: #000;
    margin: 8px 0;
    border: 1px solid #2a23237a;
    border-radius: 30px;
    padding: 9px 0px;
}


.notification-dropdown li .dropdown-item:hover {
    background: #ffffff;
    color: #080808;
    border-color: #1f1f1f;
}

.table>tbody>tr:nth-of-type(even)>* {
    background-color: #a0dbd917 !important;
}

.fa-eye:before {
    color: #14114d;
    cursor: pointer;
    transition: transform 0.3s ease, color 0.3s ease;
}

.fa-eye:active:before {
    transform: scale(1.2);
    color: #0056b3;
}

.atm-game-container {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto
}

.atm-games-dahsboard-header {
    background-color: #0c0a31;
    padding-bottom: 75px;
}

body .atm-dashboard-buttons button,
body .atm-profile-move-btn {
    border-radius: 50%;
    height: 54px;
    width: 54px;
    background-color: var(--secondary-color);
    border: none
}

body .atm-profile-move-btn:hover {
    background-color: transparent
}

body .atm-dashboard-buttons button:hover {
    background-color: var(--primary-color)
}

.atm-search-input .form-control,
.input-group-text {
    height: 60px;
    border-radius: 50px;
    background: var(--secondary-color);
    color: var(--white-color);
    border: none
}
#footer{
    z-index:99999999;
}
body .account-info-heading h1 {
    font-weight: 600;
    font-size: 34px;
    line-height: 51px;
    color: var(--white-color)
}
.tox-notifications-container{
    display: none !important;
}
.atm-search-input .form-control::placeholder {
    color: var(--white-color);
    opacity: .7
}

.accounut-info-button a {
    border-radius: 10px;
    color: var(--white-color);
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    padding: 10px 20px
}
.accounut-info-button a:hover {
    
    color: var(--white-color);
    border: 1px solid #fff;
    background-color: var(--secondary-color);
    padding: 10px 20px
}

.accordion-button:not(.collapsed){
    background-color: var(--secondary-color);
    color: var(--white-color)
}

.atm-games-custom-shadow {
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, .1)
}

body #domain-list-append .list-group-item {
    /* border: none; */
    border: 1px solid #e5e5e5 !important;
    border-radius: 10px;
    background: #f0f8ff73;
}

.atm-games-green-card:before {
    content: '';
    background-color: green
}
.invoice-form.contaner {
    text-align: right;
    position: abo;
    position: absolute;
    z-index: 9999;
    right: 83px;
    top: 14px;
}
.accordion-item{
    position: relative;
}
.atm-games-green-card {
    position: relative;
    overflow: hidden;
    background-color: var(--white-color)
}

.atm-games-payment-send-invoice,
.atmg-games-green-button,
body .atm-games-payment-send-payment,
body .swal2-confirm,.upload-invoice-input-month-year-wise {
    background-color: var(--green-color);
    color: var(--white-color);
    cursor: pointer;
}
label.upload-invoice-input-month-year-wise {
    font-size: 14px;
    padding: 3px 10px;
    border: 1px solid;
    border-radius: 8px;
}
.atm-games-payment-send-invoice:hover,
.atmg-games-green-button:hover,
body .atm-games-payment-send-payment:hover,
body .swal2-confirm:hover,.upload-invoice-input-month-year-wise:hover {
    background-color: var(--white-color);
    color: var(--green-color);
    border: 1px solid var(--green-color);
}

body .swal2-confirm:hover {
    background-color: var(--white-color) !important;
    color: var(--green-color) !important;
    border: 1px solid var(--green-color) !important;
}

body #report-sidebar li a:hover,
body #report-sidebar li button:hover,
body .atm-games-rejected-invoice {
    background-color: var(--red-color);
    color: var(--white-color)
}

body .atm-games-rejected-invoice:hover {
    background-color: var(--white-color);
    color: var(--red-color);
    border: 1px solid var(--red-color)
}

.atm-games-green-card:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: var(--green-color);
    top: -50px;
    right: -40px;
    border-radius: 50%;
    left: auto;
    z-index: 1;
    opacity: .1
}

.atm-games-green-card img {
    position: relative;
    z-index: 2
}
.atm-games-login-container-panel{
    max-width: 700px;
    margin: 0 auto;
}

body .atm-red-card:before,
body .atm-user-details-popup-footer .atm-red-color {
    background-color: var(--atm-red-color)
}

.atm-games-green-card .small,
.atm-green-color,
.green-text p,
body .atm-games-notification-alert-container .fa-bell {
    color: var(--green-color)
}

.atm-red-color,
.red-text,
body .atm-red-card .small {
    color: var(--atm-red-color)
}

.atm-game-section {
    margin-top: -70px;

}

.h-65 {
    height: 65px !important
}

#closeSidebar i,
.atm-games-agreement-card-header h3,
.domain-asign-header h4,
.mobile-button,
.mobile-button i,
body #report-sidebar li a {
    color: var(--white-color)
}

html body::-webkit-scrollbar {
    display: none
}

#report-sidebar ul {
    opacity: .8
}

body #report-sidebar ul li a:hover {
    opacity: 1
}

#report-sidebar,
.atm-navigation-bar {
    background: var(--black-color)
}

.atm-multi-drop-down .fa {
    position: absolute;
    right: 18px;
}

.atm-multi-drop-down>i:first-child {
    font-size: 14px;
    line-height: 14px;
}

.atm-gst-popup-container {
    text-align: left;
    width: 76%;
    margin: 0 auto;
}

.atm-gst-popup-container label {
    font-size: 16px;
    line-height: 26px;
}

.sidebar i {
    font-size: 14px;
    line-height: 14px;
}

.atm-multi-drop-down {
    font-size: 16px;
    line-height: 26px;
}

#report-sidebar {
    width: 300px;
    max-width: 100%;
    z-index: 9999
}

table thead {
    background-color: #f3f3f4
}

.report-atm-game-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.atm-games-thanks-contaner {
    position: absolute
}

#loading-spinner {
    position: fixed;
    font-size: 50px;
    color: var(--secondary-color)
}

.atm-games-earning-report-cord-section .atm-games-custom-shadow:last-of-type {
    background: #f3f3f4;
    border: 1px solid var(---atm-border-color)
}

.atm-games-button-wrap .btn,
.atm-games-button-wrap button {
    background: var(--white-color);
    border-radius: 12px;
    border: 1px solid var(---atm-border-color)
}

.atm-games-filter-option h5 {
    font-size: 16px;
    line-height: 26px
}

.atm-filter-popup-container {
    max-width: 500px;
    width: 100%;
    border: 1px solid var(---atm-border-color);
    padding-left: 0;
    background-color: #fafafa;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .039);
    border-radius: 12px;
    z-index: 2222;
    top: -20px
}

.atm-filter-popup-container .menu {
    border-right: 1px solid var(---atm-border-color);
    background-color: #fff
}

.atm-filter-popup-container .menu a {
    border-bottom: 1px solid var(---atm-border-color);
    padding: 20px
}

.nav-pills .nav-link {
    border-bottom: 1px solid var(---atm-border-color);
    color: #000;
    background-color: transparent !important;
    border-radius: 0 !important
}

.nav-pills .nav-link.active {
    background-color: transparent !important;
    color: #000 !important
}

.atm-games-multiselect-list-domain .atm-games-option-list,
.atm-option-container {
    max-height: 500px;
    overflow-y: scroll
}

.atm-option-container::-webkit-scrollbar-button {
    display: none !important
}

.atm-option-container::-webkit-scrollbar {
    width: 8px;
    display: none
}

.min-height-300 {
    min-height: 350px
}
.fa-edit{
    cursor: pointer;
}
.atm-filter-popup-container label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500
}

body .daterangepicker {
    width: max-content;
    max-width: fit-content
}

.daterangepicker.ltr .calendar.left .calendar-table,
.daterangepicker.ltr .calendar.right .calendar-table {
    padding-right: 12px;
    font-size: 12px;
    line-height: 22px
}

body .ranges li {
    font-size: 14px;
    background-color: var(--white-color);
    border: 1px solid var(---atm-border-color);
    border-radius: 4px;
    color: var(--green-color);
    padding: 10px 9px;
    margin: 12px 0 8px;
    cursor: pointer;
    transition: .3s ease-in-out
}

body .daterangepicker td.active,
body .daterangepicker td.active:hover,
body .daterangepicker td.available:hover,
body .daterangepicker th.available:hover,
body .ranges li.active,
body .ranges li:hover {
    background-color: var(--green-color);
    border-color: transparent;
    color: var(--white-color)
}

body .daterangepicker .form-control {
    font-size: 14px;
    line-height: 24px
}

/* #filter-report-table thead th,
body .daterangepicker td.in-range {
    background-color: #d4edda73;
    padding: 25px;
    border: 0.5px #88879312 solid;
    text-align: left;
} */
#filter-report-table thead th {
    background-color: #d4edda73;
    padding: 20px;
    border: 0.5px #88879312 solid;
    text-align: center;
}
.atm-games-table-header-total-row td{
    background-color: #d4edda73;
}
#filter-report-table td{
    text-align: center;
}
.atm-games-pending-gst {
    background-color: #f7f7d6;
}
#filter-report-table_wrapper #filter-report-table_length label{
    font-size: 12px;
}
.atm-games-approved-gst {
    background-color: var(--green-color);
}

.atm-games-approved-gst strong,
.atm-games-approved-gst span {
    color: var(--white-color);
}
.table-responsive th, 
.table-responsive td {
  white-space: nowrap;
  
}
body .notification-dropdown li a.user-clear-all-notification {
    font-size: 12px !important;
    line-height: 29px;
    font-weight: 600;
    border: 1px solid red !important;
    color: red !important;
    border-radius: 30px;
    width: 60%;
    margin: 0 auto;
    background: var(--white-color) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto !important;
    padding: 5px !important;
}
body .user-clear-all-notification {
    font-size: 16px;
    color: red !important;
}
body .notification-dropdown li a.user-clear-all-notification:hover, a.user-clear-all-notification i:hover{
    background-color:red !important;
    color:#fff !important;
}
/* .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin: 0 10px;
} */

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #131212 !important;
    border: 1px solid #7d8481;
    background: linear-gradient(to bottom, #d4edda73 0%, #d4edda73 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #333 !important;
    border: 1px solid #979797;
    background: linear-gradient(to bottom, #d4edda73 0%, #d4edda73 100%);

}

.table>:not(caption)>*>* {
    border-bottom: none !important;
}

/* .dataTables_wrapper .dataTables_paginate {
    padding: 20px 0;
} */

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #252121b0;
    border: none !important;

}

table.dataTable thead th,
table.dataTable thead td {
    padding: 16px 18px !important;
    border-bottom: none !important;
}

.table-striped>tbody>tr:nth-of-type(even)>* {
    background-color: #d8d1d100 !important;
}


table#filter-report-table {
    border: 1px solid #623db359;
    border-radius: 7px;
    overflow: hidden;
}

table#filter-report-table:hover {
    box-shadow: 0 4px 15px #9b9a9a26;
}

table#filter-report-table thead {
    background-color: #f3f3f4;
    font-weight: bold;
    text-align: left;
}

table#filter-report-table tbody tr {
    transition: background-color 0.5s ease;
}

table#filter-report-table tbody tr:hover {
    background-color: #e9f5ff;
}
th.sorting h5 {
    font-size: 14px;
    font-weight: 600;
}

.filter-submits-button button,
.range_inputs button {
    padding: 6px 12px;
    margin: 5px 0;
    border-radius: 4px;
    transition: .3s ease-in-out
}

.filter-submits-button .applyBtn:hover,
.range_inputs .applyBtn:hover {
    background-color: var(--white-color);
    color: var(--green-color);
    border-color: var(--green-color)
}

.filter-submits-button .cancelBtn:hover,
.range_inputs .cancelBtn:hover {
    background-color: var(--white-color);
    color: var(--atm-red-color);
    border-color: var(--atm-red-color)
}

.filter-submits-button .cancelBtn,
body .range_inputs .cancelBtn {
    background-color: var(--atm-red-color);
    color: var(--white-color)
}

.atm-games-button-wrap #reportrange {
    width: max-content
}

body .ranges li:first-child {
    margin-top: 0
}

#atmg-games-overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: 0 0
}

.atm-games-cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.atm-games-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top: 4px solid var(--green-color);
    border-radius: 50%;
    animation: .8s linear infinite sp-anime
}

table.dataTable thead td,
table.dataTable thead th,
table.dataTable.no-footer {
    border-bottom: 1px solid var(---atm-border-color)
}

.loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150px;
    text-align: center;
    color: #555;
    font-size: 16px;
    font-weight: 700
}
body .atm-games-tips-listing-container p{
    font-size: 15px;

}
body .atm-games-add-creative-container{
    max-width: 800px;
    margin:0 auto;
}
.spinner {
    width: 35px;
    height: 35px;
    border: 4px solid #ddd;
    border-top: 4px solid #28a745;
    border-radius: 50%;
    animation: 1s linear infinite spin;
    margin-bottom: 10px
}

.atm-games-payment .nav-item button {
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    background-color: transparent;
    color: var(--primary-color);
    border-radius: 1px
}

.atm-games-payment .nav-item .active {
    border-bottom: 3px solid #ffcc5b
}
.atm-games-card-listing h3{
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis; /* optional: adds "..." if it overflows */
}
.atm-games-tips-listing-container .col {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    will-change: transform;
    transform: none;
}
.atm-games-tips-listing-container .col:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#loading-row td {
    height: 200px;
    vertical-align: middle;
    text-align: center
}

.atmm-games-user-listing-table-wrapper #Userlisting_table_length,
.atmm-games-user-listing-table-wrapperlabel,
.is-hide {
    display: none
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(50px)
    }
}

.notification-dropdown {
    width: 350px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    background: #fff;
    animation: .3s ease-in-out fadeIn;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.notification-item,
.notification-item-sub-item {
    display: flex;
    align-items: center;
    padding: 12px;
    font-size: 16px;
    color: #333;
    transition: background .3s ease-in-out;
    border-radius: 6px;
    margin-bottom: 8px
}

.notification-item:hover {
    background: rgba(0, 123, 255, .1)
}

.notification-icon {
    font-size: 30px;
    margin-right: 15px;
    color: #007bff;
    transition: transform .3s
}

.notification-icon:hover {
    transform: scale(1.1);
    color: #0056b3
}

.notification-text {
    flex: 1;
    font-weight: 600;
    margin-left: 10px
}
.container-1420 {
    max-width: 1420px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
  .atm-games-help-info p,.atm-games-help-info strong{
    font-size: 12px;
   
  }
.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 50%;
    animation: 1s ease-out infinite pulse, .5s infinite bounce;
    min-width: 30px;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

@keyframes pulse-grow {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
  }
  
  @keyframes subtle-bounce {
    0%, 100% { transform: translateY(0); }
    25% { transform: translateY(-5px); }
    50% { transform: translateY(0); }
    75% { transform: translateY(-3px); }
  }
  
  .notification-badge {
    /* Initial state (during pause) */
    opacity: 1;
    transform: scale(1);
    
    /* Animation setup (but initially paused) */
    animation: 
      pulse-grow 2s ease-in-out infinite,
      subtle-bounce 3s ease-in-out infinite;
    animation-play-state: paused;
  }
body .atm-games-notification-alert-container button {
    background-color: var(--white-color);
    border: 1px solid var(--green-color);
    background: #f0f8ff !important;
}

/* .atmm-games-user-listing-table-wrapper #Userlisting_table_filter label {
    text-align: left;
    margin-bottom: 20px
} */

.atmm-games-user-listing-table-wrapper #Userlisting_table_filter input {


    padding: 6px 10px 6px 15px !important;
    width: 300px;
    border-radius: 50px;
    font-size: 16px;


}

/* .atmm-games-user-listing-table-wrapper .dataTables_paginate {
    margin-top: 20px
} */

/* .atmm-games-user-listing-table-wrapper table.dataTable {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
} */

/* .atmm-games-user-listing-table-wrapper table.dataTable {
    border: 1px solid #623db359;
    border-radius: 12px;
    overflow: hidden;
} */

/* .atmm-games-user-listing-table-wrapper table.dataTable tbody td,
.atmm-games-user-listing-table-wrapper table.dataTable tbody th {
    padding: 30px 8px
} */

body #userPdfModal .btn-close:hover {
    color: var(--atm-red-color) !important
}

.atm-games-messege-container .draftBtn,
.compose-button,
body .atm-user-details-popup-footer .atm-green-color {
    background-color: var(--green-color)
}

/* mix */
/* .atmm-games-user-listing-table-wrapper table.dataTable thead td,
.atmm-games-user-listing-table-wrapper table.dataTable thead th,
.atmm-games-user-listing-table-wrapper table.dataTable tbody td,
.atmm-games-user-listing-table-wrapper table.dataTable tbody th {
    padding: 10px;
} */

.atmm-games-user-listing-table-wrapper .table th,
.atmm-games-user-listing-table-wrapper .table td {

    text-align: left;
    vertical-align: middle;
}


body .dataTables_wrapper .dataTables_filter input {
    margin-left: 0
}

.atm-games-create-domain-container button {
    padding: 15px
}

.domain-asign-header {
    padding-bottom: 15px;
    background-color: var(--black-color);
    border-radius: 5px;
    padding-top: 15px
}

.atm-games-asign-domain-selected-domain {
    padding-left: 5px
}

.atm-games-messege-container .inbox-header {
    background: linear-gradient(7deg, #1a174ee8, #0e0227);
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;

}

.atm-games-messege-container .inbox-header h3 {
    margin: 0;
    font-size: 1.5rem;
    color: #fff;
}

.atm-games-messege-container .compose-button {
    background-color: #34a853;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: auto
}

.atm-games-messege-container .compose-button:hover {
    background-color: #2c8f3f
}

.atm-games-messege-container .content {
    padding: 20px
}

.atm-games-messege-container .message-row {
    padding: 20px;
    background: #ffffff1a;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 53%);
    border: 1px solid #ffffff33;
    cursor: pointer;
    transition: transform 0.3s ease, .3s;
}



.atm-games-messege-container .compose-button:hover {
    background-color: var(--white-color)
}

.atm-games-payment .accordion-button::after {
    margin-left: unset
}

.atm-games-messege-container .horizontal-menu .btn {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #5f6368;
    border-radius: 4px
}

.atm-games-messege-container .horizontal-menu .btn:hover {
    background-color: #f1f3f4
}

.atm-games-messege-container .horizontal-menu .btn.active {
    background-color: #4285f4;
    color: #fff
}

.atm-games-messege-container .horizontal-menu .btn:focus {
    background-color: #f1f3f4;
    color: #4285f4
}

.accordion-button:focus {
    box-shadow: none
}

.atm-games-partnership-popup .modal-footer {
    display: block
}

.atm-games-user-prifle-details .table>:not(caption)>*>* {
    padding: 1.5rem .5rem
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: transparent;
    border-color: var(--bs-btn-active-border-color)
}

body .modal-header,
body #userPdfModal .card-header {
    background: var(---atm-border-color) !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

a.row.list-group-item.list-group-item-action.d-flex.align-items-center.pb-4.pt-4.gap-3 {
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    list-style-type: none;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 7px 10px 0 #00000008
}

/*
section#domainListContainer {
    background: #cdccde14;
}*/

.list-group .col-md-12 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 0
}





.atm-games-table-download.d-flex.justify-content-end a,body .custom-colvis-btn {
    
    text-decoration: none;
    padding: 12px;
    border-radius: 8px;
    color: #fff;
    background: #4ca122 !important;
    border-radius: 12px;
    border: 1px solid var(---atm-border-color);
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    width: 100%;
    max-width: 200px;
    box-shadow: 0 2px 4px #0000001a;
    

}

.atm-games-table-download.d-flex.justify-content-end a:hover,body .custom-colvis-btn:hover {
    color: #4ca122;
    background: #fff !important;
    border-color: #4ca122;
}
div#filter-report-table_length {
    margin-bottom: 20px;
}



.atm-games-messege-container {
    background-color: #d9d9db21;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px #00000033;

}



.atm-games-messege-container .compose-button {
    background: linear-gradient(90deg, #ff7b00, #ff3c00);
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
}

.atm-games-messege-container .compose-button:hover {
    transform: scale(1.05);
    background: linear-gradient(90deg, #ff3c00, #ff7b00);
}

.atm-games-messege-container .atm-games-messege-buttons-container {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.atm-games-messege-container .atm-btn {
    width: 80%;
    padding: 10px;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.atm-games-messege-container .sentBtn {

    background: #34a853;
}

.atm-games-messege-container .inboxBtn {
    background: #545ae5;
}

.atm-games-messege-container .trashBtn {
    background: #ff0000;
}

.atm-games-messege-container .draftBtn {
    background: #ada216;
}

.atm-games-messege-container .sentBtn::before {
    content: '\2709';
    font-size: 18px;
    margin-right: 10px;
}

.atm-games-messege-container .inboxBtn::before {
    content: '\1F4E5';
    font-size: 18px;
    margin-right: 10px;
}

.atm-games-messege-container .trashBtn::before {
    content: '\1F5D1';
    font-size: 18px;
    margin-right: 10px;
}

.atm-games-messege-container .draftBtn::before {
    content: '\270D';
    font-size: 18px;
    margin-right: 10px;
}

.atm-games-messege-container .atm-btn:hover {
    background-size: 300% 300%;
    animation: gradientAnimation 6s ease infinite;
    transform: translateY(-3px);
}

.atm-games-messege-container .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.atm-games-messege-container .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
}

.atm-games-messege-container .compose-button[type="submit"] {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.atm-games-messege-container .compose-button::before {
    content: '\2709';
    font-size: 16px;
    margin-right: 8px;
}

div#Userlisting_table_paginate {
    margin-top: 14px;
}

.table-hover>tbody>tr:hover>* {
    --bs-table-bg-state: rgb(219 206 206 / 10%);
}

/*
.user-listing-main-class .p-lg-4 {
    padding: 0 15px !important;
}
*/
/* table#Userlisting_table tbody tr:hover {
    background-color: #e9f5ff;
} */

.table>:not(caption)>*>* {
    color: #000 !important;
}


.atmm-games-user-listing-table-wrapper th.sorting_disabled {
    background-color: #d4edda73 !important;
    border: 0.5px #88879312 solid;
    text-align: left;
    color: #000000 !important;
}

.notification-item.unread {
    background-color: #f8f9fa;
    border-left: 3px solid #007bff;
}

.notification-item small {
    display: block;
    font-size: 0.8em;
    margin-top: 5px;
}

.notification-icon {
    color: #6c757d;
    margin-right: 15px;
}

/* Notification type colors */
.notification-item.notification-success {
    background-color: rgba(25, 135, 84, 0.1);
    /* Bootstrap success color with 10% opacity */
    border-left: 3px solid #198754;
}

.notification-item.notification-info {
    background-color: rgba(13, 202, 240, 0.1);
    /* Bootstrap info color with 10% opacity */
    border-left: 3px solid #0dcaf0;
}

.notification-item.notification-warning {
    background-color: rgba(255, 193, 7, 0.1);
    /* Bootstrap warning color with 10% opacity */
    border-left: 3px solid #ffc107;
}

.notification-item.notification-danger {
    background-color: rgba(220, 53, 69, 0.1);
    /* Bootstrap danger color with 10% opacity */
    border-left: 3px solid #dc3545;
}
.atm-games-tips-button .fa-trash{
    color:var(--red-color);
}
.atm-games-tips-button .fa-edit{
    color:#007bff;
}
.atm-games-tips-button i{
    font-size: 22px;
    cursor: pointer;
}
/* Existing unread style */

.notification-item.unread {
    font-weight: 500;
    background: antiquewhite;
}

/* Apply styles to every even .notification-item (2nd, 4th, etc.) */
.notification-item:nth-child(even) {

    background-color: cornsilk;
}

.atmm-games-user-listing-table-wrapper #Userlisting_table_filter input:focus {
    outline: none;
    box-shadow: none;
    animation: focusAnimation 0.5s ease-in-out;
}
.atm-games-total-deduction1{
    color: var(--red-color) !important;
}
#atm-user-details-popup-asign_domain .badge {
    padding: 10px;
}
@keyframes focusAnimation {
    0% {
        transform: scale(1);
        border-color: var(--primary-color);
    }

    50% {
        transform: scale(0.98);
        border-color: var(--green-color);
    }

    100% {
        transform: scale(1);
        border-color: var(--primary-color);
    }
}

.col-sm-12.col-lg-6.user-agreement.main-content.user-agreement-left-content {
    width: 55%;
    text-align: center;
}

.user-agreement-left-content.mt-5.alert.alert-info.fade.show.text-center {
    margin: 10px !important;
}

.atm-games-user-profile-details .mb-4.pb-4 {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.atm-games-user-profile-details .card.shadow-lg.rounded-4 {
    width: 848px;
}


.container.d-flex.justify-content-center.align-items-center {
    max-height: 300px;
}


#UserProfile-section {
    background: #fff;
    border-radius: 12px;
}


.atm-games-agreement-card-header {
    background: linear-gradient(135deg, #007bff, #0056b3) !important;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.atm-games-user-profile-details .table-bordered {
    border: 1px solid #ddd;
}




/* Outer Table Wrapper */
.atmm-games-user-listing-table-wrapper .atm-games-user-profile-detail-outer-tabel {
    margin-bottom: 20px;
}

.table-responsive.atm-games-user-profile-detail-outer-tabel {
    margin: 0;
}

.atmm-games-user-listing-table-wrapper .card {
    /* border: none;
    border-radius: 10px; */
    overflow: hidden;
}

.atmm-games-user-listing-table-wrapper .card-header {
    font-size: 20px;
    font-weight: 900;
    background: #1c1a49 !important;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid #0000001a;
}

.card-header.bg-primary.text-white.pt-3.pb-3.atm-games-agreement-card-header {
    background: #1c1a49 !important;
    text-align: center;
}


/* Inner Table Styling */
.atmm-games-user-listing-table-wrapper .atm-games-user-profile-details-inner-tabel {
    overflow-x: auto;
}

.atmm-games-user-listing-table-wrapper .table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.atm-games-user-profile-details .table td {
    font-size: 16px;
    padding: 12px 10px;
    border: none;
    font-weight: 600;
    color: #1c1a49;
    text-align: left;
}

/* .atmm-games-user-listing-table-wrapper .table th,
.atmm-games-user-listing-table-wrapper .table td {
    padding: 10px 20px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
} */

.atmm-games-user-listing-table-wrapper .table th {
    font-weight: bold;
}

.atm-games-user-wise-listing{
    margin-top: 10px;
    margin-bottom: 10px;
}
.atm-games-user-wise-listing button.accordion-button.collapsed {
   background: rgba(240, 248, 255, 0.45);
   
}
.atm-games-user-wise-listing button.accordion-button {
    padding: 15px 30px 15px 50px;
}
#domain-list-append .list-group-item{
    background: transparent !important;
}
.atm-games-user-wise-listing.accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6 !important;
}

.inner-table-user-listing tbody tr th {
    background-color: #f8f9fa;
    font-weight: bold;
    font-size: 18px;
    color: #090a55;
}

.atmm-games-user-listing-table-wrapper .table td {
    color: #333;
}
.atm-games-dahsboard-header {
    background-color: #0c0a31;
    padding-bottom: 75px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.atm-games-dahsboard-header-details{
    padding-bottom: 100px;
}
/* Edit Button */
.atmm-games-user-listing-table-wrapper .btn-outline-primary {
    font-size: 0.875rem;
    padding: 5px 10px;
    border-radius: 5px;
}

/* Badge for Status */
.atmm-games-user-listing-table-wrapper .badge {
    font-size: 0.875rem;
    padding: 5px 10px;
    border-radius: 5px;
}

footer .atm-games-notification-alert-container {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}

footer {
    position: relative;
}

.atm-games-edit-popup-footer{
    justify-content: center !important;
}



div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-confirm {
    border: 1px solid var(--green-color);
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-cancel {
    border: 1px solid var(--atm-red-color);
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-confirm :hover {
    background: #fff !important;
    color: var(--green-color) !important;
    background-color: #fff !important;
    background-image: none !important;
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-cancel:hover {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); */
    background: #fff !important;
    color: var(--atm-red-color) !important;
    background-color: #fff !important;
    background-image: none !important;

}

body div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
    background-image: none !important;
}

body div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
    background-image: none !important;
}




img.mx-0.dashboard-listing-img {
    width: 53px;
    height: 60px;
}

#report-sidebar {
    overflow-y: auto;
    /* max-height: 100vh;
    scrollbar-width: thin;
    scrollbar-color: #fffdfe #1c1a49; */
}

#report-sidebar::-webkit-scrollbar {
    width: 8px;
}

#report-sidebar::-webkit-scrollbar-track {
    background: #222;
    border-radius: 10px;
}

#report-sidebar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
    transition: background 0.3s;
}

#report-sidebar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body .atm-games-pyament-items .accordion-item .accordion-header .accordion-button {
    gap: 40px !important;
}
.atm-games-min-height-80{
    min-height: 84px;
}
/* Style adjustments for v1.11.5 */
.float-right {
    float: right !important;
  }
  
  /* Custom button styling */
  .custom-colvis-btn {
    border: 0.5px solid rgba(136, 135, 145, 0.07) !important;
    background-color: #4ca122 !important;
    color: #fff !important;
    padding: 5px 12px !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    margin-left: 10px !important;
    transition: all 0.3s ease !important;
  }
  
  /* Hover state */
  .custom-colvis-btn:hover {
    color: #4ca122 !important;
    background: #fff !important;
    border-color: #4ca122 !important;
  }
  
  /* Active/focus state */
  .custom-colvis-btn:focus,
  .custom-colvis-btn:active {
   
    outline: none !important;
  }
  
  /* Dropdown menu styling */
  .dt-button-collection {
    background: white !important;
    border: 0.5px solid rgba(136, 135, 145, 0.12) !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    padding: 5px !important;
  }
  
  
  .dt-button-collection button {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    margin: 10px 0 !important;
    padding: 5px 12px !important;
    background: red!important;
    border: none !important;
    color: #fff!important;
    font-size: 13px !important;
    border: none;
    margin-top: 20px;
    border-radius: 12px !important;
}
  
  .dt-button-collection button:hover {
    background-color: #4ca122 !important;

  }
  .dt-button span{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
  body div.dt-button-collection{
    box-shadow: none !important;
  }
  body .dt-button-collection{
    left: -34px !important;
  }
  button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled), div.dt-button:active:not(.disabled), div.dt-button.active:not(.disabled), a.dt-button:active:not(.disabled), a.dt-button.active:not(.disabled), input.dt-button:active:not(.disabled), input.dt-button.active:not(.disabled) {
    background: azure !important;
    box-shadow: none !important;
    background: #4ca122 !important;
    box-shadow: none !important;
    color: #fff !important;
    border-radius: 12px;
}
.atm-games-percentage-prefix{
    border-radius: 0 8px 8px 0 !important;
}
.atm-games-partner-view-setting{
    cursor: pointer;
}
.atm-games-partnership-setting label{
    font-size: 14px;
}
button.view-details.btn-icon-eye {
    text-align: left;
}
#filter-report-table_wrapper tbody td:first-child {
    text-align: left;
  }
  
/* Creative Libarary */
.atm-games-add-creative-body {
    /* Grid layout */
    .grid { 
        display: grid; 
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); 
        gap: 20px; 
    }

    /* Image card styling */
    .image-card { 
        border: 1px solid #ddd; 
        padding: 10px; 
        text-align: center; 
        position: relative;
        cursor: pointer;
        overflow: hidden;
        border-radius: 8px;
    }

    .image-card img { 
        max-width: 100%; 
        height: 150px; 
        object-fit: cover; 
    }

    .selected { 
        background-color: var(--primary-color); 
    }

    /* Image preview container */
    .image-preview-container { 
        position: relative; 
        width: 100px; 
        animation: fadeIn 0.3s ease-in;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    /* Main preview container */
    #creative_image_preview {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 20px;
    }

    /* Image container styling */
    .image-container {
        width: 100%;
        height: 250px;
        background-size: cover;
        background-position: center;
        transition: all 0.3s ease;
        border-radius: 8px;
    }

    /* Image info overlay */
    .image-info {
        position: absolute;
        bottom: -100%;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(0,0,0,0.7));
        color: white;
        padding: 1rem;
        transition: all 0.3s ease;
    }

    .image-card:hover .image-info {
        bottom: 0;
    }

    /* Checkbox styling */
    .checkbox-wrapper {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 2;
    }

    .checkbox-wrapper input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        right: 0;
    }

    .checkbox-wrapper input[type="checkbox"] + label {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: white;
        border: 2px solid #ccc;
        border-radius: 4px;
        cursor: pointer;
    }

    .checkbox-wrapper input[type="checkbox"]:checked + label {
        background: #007bff;
        border-color: #007bff;
    }

    .checkbox-wrapper input[type="checkbox"]:checked + label::after {
        content: "✓";
        color: white;
        position: relative;
        left: 3px;
    }

    /* Image preview styling */
    .image-preview-container img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .image-preview-container .filename {
        font-size: 12px;
        margin-top: 4px;
        word-break: break-word;
        text-align: center;
    }

    /* Remove button styling */
    .remove-image {
        position: absolute;
        top: -8px;
        right: -8px;
        background: #dc3545;
        color: white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 18px;
        font-size: 14px;
        cursor: pointer;
    }

    /* Animation states */
    .image-preview-container.removing {
        opacity: 0;
        transform: scale(0.8);
    }
    .image-info p,.image-info h4{
        color:#fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
        
}
.atm-games-user-details-domain-list{
    text-wrap: auto;
    white-space: normal !important;
}
body button.atm-games-delete-button {
    color: white;
    background: red;
    border-color: red;
    padding:10px
}
.atm-games-admin-module-title{
    position: absolute;
    top: 25px;
    left: auto;
}
.atm-games-admin-module-title h2{
    font-size: 20px;
}
#UserListing-section > div.rounded-3:first-child {
    padding-top: 5px !important;
}

body button.atm-games-delete-button:hover {
    color: red;
    background: transparent;
    border: 1px solid red;
}
.atm-games-user-welcome h4{
    color:#fff !important;
}
i.fa.fa-gift.fa-lg.m-0 {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: yellow;
}
.view-details.btn-icon-eyebtn{
    text-align: left;
}
.accordion .accordion-body .list-group-item{
	border:none !important;
	border-bottom: 1px solid var(---atm-border-color) !important;
}
.accordion .accordion-body .card{
	border:none !important;
	border-bottom: 1px solid var(---atm-border-color);
}
button.accordion-button {
    background: rgba(240, 248, 255, 0.45);
    padding: 15px 30px;
    /* border-image: initial !important; */
}
.accordion-item  {
    margin-top: 10px;
    margin-bottom: 10px;
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6 !important;
}

.atm-games-position-relative{
    position: relative;
}
.atm-games-user-report-block-position button{
    position: absolute;
    top: 2px;
    right: 2px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("/assets/images/acrodian-arrow-white.svg") !important;
    transform: rotate(-180deg);;
}
.atm-games-user-report-block button{
    width: auto;
    padding: 12px 50px;
    border: 1px solid;
    color: #fff;
    border-radius: 8px;
    background-color: var(--atm-red-color);

}
.atm-games-user-report-block button:hover{
    width: auto;
    padding: 12px 50px;
    border: 1px solid var(--atm-red-color);;
    color: var(--atm-red-color);
    border-radius: 8px;
    background-color: #fff;

}
.status-badge {
    padding: 4px 35px;
    border-radius: 20px;
    font-size: 0.9em;
    font-weight: 600;
    color: white;
    display: inline-block;
}
span.status-badge.no-earnings{
    color: #fff;
    background: #eb2a2a;
}
.status-badge {
    /* padding: 4px 14px; */
    border-radius: 20px;
    font-size: 0.9em;
    font-weight: 600;
    color: white;
    display: inline-block;
    width: 130px;
    text-align: center;
    padding: 4px;
}
.status-badge.approved {
    background-color: #28a745; /* Green */
}

.status-badge.pending {
    background-color: #ffc107; /* Yellow/Orange */
    color: #000; /* Black text for better contrast */
}
/* Animation keyframes (keep outside parent class) */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

#filter-report-table tfoot {
    background-color: #f8f9fa;
    font-weight: bold;
}

#filter-report-table tfoot tr.grand-total-row td {
    border-top: 2px solid #dee2e6;
    background-color: #f1f1f1;
}

/* Make footer sticky */
.sticky-footer {
    position: sticky;
    bottom: 0;
    background-color: white;
    z-index: 10;
}

/* Loading spinner style */
.loading-container {
    padding: 20px;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #dc3545;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px;
}
.accordion-item.atm-games-hidden-invoice-area {
    pointer-events: none;
    background: #e5e5e5;
    opacity: 0.5;
}
.atm-games-hidden-invoice-area .accordion-button{
    cursor: no-drop !important;
   
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* End */
/* Normal View Image Sizes */
/* .atm-games-side-animation-image img {
    max-height: 500px;
} */

/* .atm-game-left-side-logo img {
    height: 260px;
} */

/* Responsive Image Size Adjustments */
.atm-games-earinging-card-for-revanue {
    display: grid !important;
    gap: 26px;
    /* Default mobile-first approach - 1 column */
    grid-template-columns: repeat(1, 1fr);
}
body .atm-games-help-support,
body .atm-games-help-support:hover,
body .atm-games-help-support.active {
    background-color: #fff !important;
}
.atm-games-report-details-icon{
    font-size: 19px;
    margin-right: 10px;
   line-height: 36px;
  
}
.accordion-button:not(.collapsed) .atm-games-report-details-icon.fa-eye:before{
   
    color:#fff !important;
}
a.atm-user-details-report-btn {
    position: absolute;
    top: 33px;
    line-height: 0;
    transform: translateY(-50%);
    left: 20px;
}
.atm-games-report-details-icon.fa-eye:before{
    color: #39b7d5 !important;
}
/* iPad (portrait) - 3 columns */
@media (min-width: 768px) and (max-width: 1023px) {
    .atm-games-earinging-card-for-revanue {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* iPad Pro (portrait) - 4 columns */
@media (min-width: 1024px) and (max-width: 1365px) {
    .atm-games-earinging-card-for-revanue {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Desktop - 6 columns */
@media (min-width: 1366px) {
    .atm-games-earinging-card-for-revanue {
        grid-template-columns: repeat(6, 1fr);
    }
}
.atm-games-earinging-card-for-revanue .col-sm-2{
    width: 100% !important;
}
@media (max-width: 1800px) {
    .atm-games-side-animation-image img {
        max-height: 510px;
    }

    .atm-game-left-side-logo img {
        height: 200px;
    }

    body h1 {
        font-size: 32px;
        line-height: 35px;
    }
}

@media (max-width: 1600px) {
    .atm-games-side-animation-image img {
        max-height: 445px;
    }

    .atm-game-left-side-logo img {
        height: 190px;
    }

    body h1 {
        font-size: 30px;
        line-height: 45px;
    }
}
@media (min-width: 989px) and (max-width: 1764px) {
  .atm-games-partnership-popup .modal-content{
    position: absolute;
    left: calc(100vw - 92vw);
    width: calc(100vw - 24vw);
    max-width: calc(100vw - 24vw);
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 20;
}
}
@media (max-width: 1400px) {
    .atm-games-side-animation-image img {
        max-height: 351px;
    }

    .atm-game-left-side-logo img {
        height: 170px;
    }

    body h1 {
        font-size: 28px;
        line-height: 42px;
    }
}

@media (max-width: 1200px) {
    .atm-games-side-animation-image img {
        max-height: 280px;
    }

    .atm-game-left-side-logo img {
        height: 150px;
    }

    body h1 {
        font-size: 26px;
        line-height: 40px;
    }
}

@media (max-width: 1024px) {
    .atm-games-side-animation-image img {
        max-height: 240px;
    }
    .atm-games-admin-module-title {
        position: absolute;
        top: 25px;
        /* left: 14%; */
        right: 50%;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: 5.5em;
    }
    .atm-game-left-side-logo img {
        height: 130px;
    }

    body h1 {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (max-width: 768px) {
    .atm-games-admin-module-title {
        position: absolute;
        top: 25px;
        /* left: 14%; */
        right: 50%;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: 5.5em;
    }
    body h1 {
        font-size: 22px;
        line-height: 34px;
    }
}

@media (max-width: 576px) {
    body h1 {
        font-size: 20px;
        line-height: 30px;
    }
}

/* login screen-responsive */



/* Responsive Adjustments */
@media (max-width: 768px) {

    .atm-game-left-side-logo img {
        height: 75px;
    }

    .atm-games-side-animation-image img {
        max-height: 200px;
    }

    .atmm-games-user-listing-table-wrapper .table th,
    .atmm-games-user-listing-table-wrapper .table td {
        padding: 10px;
        font-size: 0.875rem;
    }

    .atmm-games-user-listing-table-wrapper .btn-outline-primary {
        font-size: 0.75rem;
        padding: 4px 8px;
    }
}



/* .atm-games-agreement-card-header .table tbody tr:nth-child(even) {
    background: rgba(0, 123, 255, 0.1);
} */

.atm-games-user-profile-details .table tbody tr:hover {
    background: rgba(0, 123, 255, 0.2);
    transition: 0.3s;
}

.atm-games-user-profile-details .badge {
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.atm-games-user-profile-details .bg-success {
    background: linear-gradient(135deg, #28a745, #218838) !important;
}

.swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
    display: block !important;
}

div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {

    width: 90% !important;
}

.swal2-actions {
    flex-wrap: nowrap !important;
}

.swal2-actions button {
    width: auto !important;
}

#save-bank-details{
    width: auto;
    width: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.atm-games-after-commission {
    padding-top: 10px;
    padding-bottom: 10px;
   
    margin-top: 12px;
}
.atm-games-final-amount{
    padding-top: 15px;
    padding-bottom: 15px;
}
#atm-user-details-popup-asign_domain{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
@media (min-width: 989px) and (max-width: 1755px) {
    .atm-games-partnership-popup .modal-content {
    position: absolute;
    left: calc(100vw - 96vw);
    width: calc(100vw - 24vw);
    max-width: calc(100vw - 24vw);
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 20;
}
}
@media (min-width: 989px) and (max-width: 1538px) {
    .atm-games-partnership-popup .modal-content {
        position: absolute;
        left: calc(100vw - 92vw);
        width: calc(100vw - 24vw);
        max-width: calc(100vw - 24vw);
        background: #fff;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        z-index: 20;
    }
}
@media (min-width: 989px) and (max-width: 1536px) {
    .atm-games-partnership-popup .modal-content {
    position: absolute;
    left: calc(100vw - 90vw);
    width: calc(100vw - 24vw);
    max-width: calc(100vw - 24vw);
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 20;
    }
}
@media (min-width: 989px) and (max-width: 1388px) {
    .atm-games-partnership-popup .modal-content {
    position: absolute;
    left: calc(100vw - 82vw);
    width: calc(100vw - 31vw);
    max-width: calc(100vw - 24vw);
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 20;
}
}
@media (min-width: 989px) and (max-width: 1280px) {
    .atm-games-partnership-popup .modal-content {
    position: absolute;
    left: calc(100vw - 79vw);
    width: calc(100vw - 31vw);
    max-width: calc(100vw - 24vw);
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 20;
}
}
@media (min-width: 989px) and (max-width: 1197px) {
    .atm-games-partnership-popup .modal-content {
    position: absolute;
    left: calc(100vw - 90vw);
    width: calc(100vw - 24vw);
    max-width: calc(100vw - 24vw);
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 20;
    }
}
@media (min-width: 989px) and (max-width: 1136px) {
    .atm-games-partnership-popup .modal-content {
    position: absolute;
    left: calc(100vw - 87vw);
    width: calc(100vw - 24vw);
    max-width: calc(100vw - 24vw);
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 20;
    }
}
@media (min-width: 989px) and (max-width: 1368px) {
    .atm-games-partnership-popup .modal-content {
    position: absolute;
    left: calc(100vw - 83vw);
    width: calc(100vw - 24vw);
    max-width: calc(100vw - 30vw);
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 20;
}
}
@media (min-width: 989px) and (max-width: 1368px) {
    .atm-games-partnership-popup .modal-content {
        position: absolute;
        left: calc(100vw - 85vw);
        width: calc(100vw - 24vw);
        max-width: calc(100vw - 30vw);
        background: #fff;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        z-index: 20;
    }
}
@media (min-width: 989px) and (max-width: 1050px) {
    .atm-games-partnership-popup .modal-content {
        position: absolute;
        left: calc(100vw - 83vw);
        width: calc(100vw - 24vw);
        max-width: calc(100vw - 30vw);
        background: #fff;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        z-index: 20;
    }
}
@media (min-width:1050px) {
    .atmm-games-user-listing-table-wrapper .table-responsive {
        overflow-x: hidden
    }
}

@media (min-width:1024px) {
    .report-atm-game-container {
        padding-left: 290px
    }
    .mobile-logo-menu{
        align-items: center !important;
    }
    .chart-container #revenueChart {
        min-width: 100%;
        max-height: 100%
    }

    .chart-container {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 300px
    }
}

@media (max-width:1024px) {
    .atm-games-messege-container .horizontal-menu {
        flex-direction: column;
        align-items: center
    }

    .atm-games-messege-buttons-container .col-sm-12,
    .horizontal-menu.atm-games-messege-buttons-container .atm-btn {
        width: 100%
    }
    .mobile-logo-menu{
        align-items: center !important;
    }
    .atm-normal-btn, .thansks-buttons .btn, body .atmm-games-user-listing-table-wrapper button, body .modal-footer .btn, button, .atm-games-auto-button {
        font-size: 13px;
    }
}

@media (max-width:767px) {
    body h1, body h2, body h3, body h4, body strong,body span{
        font-size: 12px;
    }
    .atm-games-admin-module-title h2{
        font-size: 12px;
    }
    .atmm-games-user-listing-table-wrapper #Userlisting_table_filter input {
    padding: 6px 10px 6px 15px !important;
    width: 260px;
    border-radius: 50px;
    font-size: 16px;
}
    body .accordion-button{
        flex-direction: column;
    }
    body .accordion-button::after {
        position: absolute;
        right: 15px;
        top: 50%;
    }
    body .atm-games-pyament-items .accordion-item .accordion-header .accordion-button {
        gap: 10px !important;
    }
    .atm-games-thanks-contaner {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        margin-top: 20px
    }
    .atm-games-mobile-device-container {
        padding:0px;
    }
    .atm-games-card-container-mobile-device {
       justify-content: center !important;
       padding: 5px;
    }
    #domain-list-append{
        padding: 5px;
    }
    #domainListContainer .list-group .col-md-12 {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        padding: 10px 0;
        justify-content: center;
    }
    #domainListContainer .atm-game-container .row{
        margin: 0px !important;
    } 
    #domainListContainer .atm-game-container{
        padding:5px !important
    }
    #domainListContainer .atm-game-container p{
       font-size: 13px !important;
    }
    .mobile-logo-menu{
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .atm-games-filter-option{
        margin-top: 20px;
    }
    div.dt-buttons {
       margin-bottom: 20px;
    }
    .atm-games-download-date-filter-container{
        flex-wrap: wrap;
        justify-content: center !important;
        margin-top: 20px;
    }
    .atm-games-earinging-card-for-revanue {
        display: grid !important;
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }
    .atm-games-earinging-card-for-revanue .col-sm-2 {
        width: 100% !important;
        margin-top: 5px;
    }
    body .daterangepicker {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        max-width: 100%
    }

    .atm-games-button-wrap #reportrange {
       
        min-width: -webkit-fill-available
    }

    body .accordion-body {
        padding: 5px
    }

    body .accordion-body .list-group-item {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important
    }

    body .accordion-body .list-group-item p {
        font-size: 12px;
        line-height: 22px
    }

    body .accordion-body h4 {
        margin-left: 10px
    }
    body .left-panel {
        background-color: var(--primary-color);
        min-height: 72vh;
    }
}
@media (max-width: 750px) {
    .atm-games-earinging-card-for-revanue {
        display: grid !important;
        gap: 16px;
        grid-template-columns: repeat(1, 1fr);
    }
}
