

.horizontal-list {
    list-style-type: none;
    padding: 0;
}

body {
    background-image: url('images/BGB.webp');
    /* background-repeat: repeat; */
    background-size: cover;
    /* background-size: 250px; */
}

body .bootstrap-select .btn {
    line-height: 1.5;
    font-weight: 400;
    min-height: 2.5rem;
    border-radius: 8px;
}

body .modal-body #adPreviewIframe {
    max-height: 400px;
    overflow-y: auto;
}

body #openModalForFileUpload {
    width: auto !important;
}

body .bg-success {
    background-color: #A1E6D3 !important;
    color: #000;
}

body .btn-success {
    background-color: #A1E6D3;
    border-color: #A1E6D3;
    color: #000 !important;
}

body .btn-success:hover,
body .btn-success:focus,
body .btn-success:active {
    background-color: #A1E6D3 !important;;
    border-color: #A1E6D3 !important;;
    color: #000 !important;
}

body .nav-tabs .nav-link {
    margin-right: 6px;
    background: rgba(106, 116, 123, .1);
    font-size: 14px;
    color: #212529;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 20px;
    font-weight: 500;
    border: none;
    text-align: center;
}

body .nav-tabs .nav-link.active {
    background: #6c737a;
    color: #fff;
    box-shadow: 0 4px 11px rgb(106 116 123 / 35%);
}

.accordion-button {
    box-shadow: none !important;
}

.accordion-button:focus {
    border-color: #000;
}

body .btn-icon-right {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0 0 0 1rem;
}

.lead-select .filter-option {
    padding: 5px 0;
}

body .sw>.tab-content {
    overflow: visible;
}

body .btn-icon-right svg {
    width: 20px;
    height: 20px;
}

body .btn-danger {
    background-color: #ffebea;
    border-color: #ffebea;
    color: #ff4d4d !important;
}

body .btn-danger:hover,
body .btn-danger:focus,
body .btn-danger:active {
    background-color: #ffebea !important;
    border-color: #ffebea !important;
    color: #ff4d4d !important;
}

.btn-icon, .btn.icon {
    padding: .715rem;
    font-size: 1.143rem;
    line-height: 1em;
}

body,
body p,
body .icon,
.form-check-label,
.card,
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
body .form-label, 
body .col-form-label {
    color: #000;
}

body .form-switch .form-check-input:checked,
body .form-switch .form-check-input:checked:focus {
    background-color: rgb(161, 230, 211);
    border-color: rgb(161, 230, 211);;
}

body .form-switch .form-check-input,
body .form-switch .form-check-input:focus {
    background-color: rgb(255, 235, 234);
    border-color: rgb(255, 235, 234);
    box-shadow: none !important;
}

body .form-switch .form-check-input,
body .form-switch .form-check-input:focus {
    background-image: url(../images/bg-circle.svg) !important;
}

body .form-check-input:checked,
body .form-check-input:checked:focus {
    background-image: url(../images/check.png);
    background-color: #fff;
    border: 1px solid  #398bf7;
    background-position: 50%;
    background-size: 16px;
    background-repeat: no-repeat;
}

body .form-check-input,
body .form-check-input:focus {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: none !important;
}

.nav-pills .nav-link {
    padding: 5px 10px;
}

body .pills-tab-custom-bg {
    border: none;
    padding: 0;
}

body .form-control, 
body .tag_complete {
    height: 40px;
}

body .table thead th {
    font-weight: 500;
    text-transform: capitalize;
}

body .custom-guide-link a.btn-primary,
body .identifiers span {
    background-color: #B0E8D4;
    border-radius: 40px;
    padding: 4px 13px !important;
}

body .custom-guide-link a.btn-primary:hover {
    background-color: #B0E8D4 !important;
    color: #000 !important;
}

body .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

body .custom-nav-link {
    background: rgba(106, 116, 123, 0.1);
    font-size: 14px;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    line-height: 20px;
    font-weight: 500;
    border: none !important;
    margin: 0 5px;
    color: #0d0e0e !important;
    transition: 0.25s;
}

body .custom-nav-link:hover {
    background: #6c737a !important;
    color: #fff !important;
}

body .badge-lg {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.5;
}

body .bg-red {
    background-color: #ffebea !important;
    border-color: #ffebea;
    color: #ff4d4d !important;
}

body .bg-secondary {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

body .form-control:focus, 
body .tag_complete:focus {
    border-color: #000;
}

body .btn.btn-consentz-light:active,
body .btn.btn-consentz-light.active {
    background-color: #fff;
    border-color: #398bf7;
    color: #000;
}

body .btn.btn-consentz-light:active:hover,
body .btn.btn-consentz-light.active:hover{
    background-color: #fff !important;
    border-color: #398bf7;
    color: #000;
}

body .btn.btn-primary,
body .btn.btn-primary:hover,
body .btn.btn-primary:focus,
body .btn.btn-primary.active:hover,
body .btn.btn-primary:active:hover  {
    border-color: #398bf7;
    background-color: #fff;
    color: #000;
}

body .palleon-btn.active, 
body .palleon-btn.active:hover, 
body .palleon-btn.primary {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none !important;
    border-width: 2px solid #398bf7;
    background-color: #fff;
    color: #000;
}

body .palleon-btn:hover, 
body .palleon-btn.primary:hover {
    background: #fff;
    color: #000;
}

.btn-icon {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #398bf7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-icon svg {
    color: #000;
    stroke: #000;
}

.horizontal-list .list-item {
    display: inline-block;
    margin-right: 10px;
}

.list-inline-item {
    margin-right: -1.5rem !important;
}

.deznav .metismenu>li>a {
    line-height: normal;
}

.mycustomnav {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  
}

.mycustomnav li {
    padding: 1em;
    transition: 0.5s;
    border-radius: 0.75em;
    margin: 0 10px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

#tempAdPreview {
    background-color: #ccc;
}

.mycustomnav li:hover {
    border-bottom: 2px solid #fff;
}

.mycustomnav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #dedede;
    /* Default text color */
    line-height: normal;
    font-size: 0.813rem !important;
}

.mycustomnav {
    gap: 20px !important;
}


.digitalMarketing {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
}

.active-nav-button {
    background-color: #fff !important;
    color: white !important;
}

.custombadge{
    padding: 10px 18px !important;
}

.customred{
    background: #de7d7d !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F5F5f5 !important;
    color: #000 !important;
}

.custom-tabnavs-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
    justify-content: space-between;
}
.custom-tabnavs-row .custom-tab-navs a{
    margin-right: 0 !important;
}
/* Adjustments for mobile screens */
@media (max-width: 767px) {
    .mycustomnav {
        flex-direction: column;
        align-items: flex-start;
       
    }

    .mycustomnav li {
        width: 100%;
        margin: 5px 0;
    }

    .mycustomnav li a {
        padding: 10px 15px;
        text-align: left;
    }
}

.font-size-24 {
    font-size: 28px;
    color: #fff;

}

.nav-icons {
    font-size: 18px;
    margin-right: 10px;
    color: #fff !important;
}

.fa-cog {
    animation: fa-spin 5s infinite linear;
}

.new-items {
    position: relative;

}

.new-items span {
    position: absolute;
    top: 0%;
    right: 1%;
    color: white;
    padding: 2px 3px;
    border-radius: 6px;
    font-size: 8px;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    background-size: 400% 400%;
    animation: gradientAnimation 6s ease infinite;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.3s ease;
}

.custom-grad-bg {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: linear-gradient(170deg, #ffffff 0%, #b2ffb966 50%, #e6ffe6 100%);
    background-size: 120% 150%;
    backdrop-filter: blur(10px);
}



.modal-content {
    background-size: 100%;
    background-position: center center;
    /* background-color: #e1f4f4; */
    /* background-image: radial-gradient(at 30% 37%, hsl(180, 61%, 91%, .4) 0, transparent 50%), radial-gradient(at 35% 50%, hsla(120, 62%, 86%, .6) 0, transparent 50%), radial-gradient(at 15% 50%, hsla(0, 100%, 98%, .7) 0, transparent 50%), radial-gradient(at 74% 69%, hsl(11, 65%, 92%) 0, transparent 50%); */
    backdrop-filter: blur(10px);
    background-size: 200% 200%;
    border-radius: 4px;
}

.mycustomnav > .active {
    color: #fff;
    border-bottom: 2px solid #fff !important;
    border-radius: 0px !important;
}


/* mobile screen */

@media (max-width: 767px) {
    .hideInmobile {
        display: none;
    }

    #ifmobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .isMobile {
        width: 100% !important;
        gap: 5px;
    }
}

/* smaller */
@media (max-width: 575px) {
    .hideInmobile {
        display: none;
    }

    #ifmobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .isMobile {
        width: 100% !important;
        gap: 5px;
    }
}

.onlineStatus {
    position: absolute;
    display: none;
    bottom: 5%;
    right: 0;
    font-size: 10px;
    color: #000;
    animation: neon 1.5s infinite ease-in-out;
    /* Changed timing function to ease-in-out */
}

.onlineStatusP {
    position: absolute;
    display: none;
    top: 7%;
    right: 2%;
    font-size: 10px;
    color: #000;
    animation: neon 1.5s infinite ease-in-out;
    /* Changed timing function to ease-in-out */
}



iframe {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.bs-actionsbox {
    width: 100% !important;
    display: inline-block !important;
}

/* 
.btn-group,
.btn-group-sm {
    width: 100% !important;
} */

#tempAdPreview {
    cursor: pointer;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000055;
    z-index: 9999;
}

#loader .spinner {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    animation: spin 1s linear infinite;
    margin: 0 auto;

}

#loader #loader-text {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    text-align: center;
    /* transform: translate(-60%, -60%); */
    color: white;
    font-size: 1.5em;
}


#leaflet-map {
    height: 300px;
    width: 100%;
    z-index: 0;
}

.scroll-hidden {
    overflow: hidden;
}

.scroll-hidden::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for WebKit browsers (e.g., Chrome, Safari) */
}

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

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



.selectedImage {
    border: .5em solid;
    border-color: #000;
}

.alert-position {
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 1em;
}

#selectedData {
    color: #c1c1c1;
    border-radius: 8px;
    font-weight: 600;
    text-transform: capitalize;
}


/* Add custom styles to override Tailwind CSS */
.glow-on-hover,
.glow-on,
.glow-on-hover {
    /* padding: 30px; */
    border: none;
    outline: none;
    color: #fff;
    /* background: #111; */
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before,
.glow-on:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}


.glow-on-hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    background: #111;
    transition: 1s;
}

.glow-on-hover:hover::after {
    background: #ffffff88;
    transition: 1s;
}

.glow-on-hover:hover,
.glow-on:hover,
.glow-on-hover:hover {
    color: #000000;
    transition: 0.1s;
}


.border-selected {
    border: solid;
    border-color: #000;
    transition: none;

}

.line {
    border-top: 1px solid #000;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
}

.line::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 15px;
    height: 1px;
    background-color: #000;
}

.line::after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 15px;
    height: 1px;
    background-color: #000;
}

input[type='range'] {
    accent-color: #A1E6D3;
}

body .range-labels li {
    font-weight: 500 !important;
}

.form-group {
    margin-bottom: 1rem;
}

.page-post-radio-button {
    cursor: pointer;
}

.image-top-header.bottom-controls .btn {
    margin-left: -1px;
    margin-right: -1px;
}

.image-top-header.bottom-controls .btn.btn-danger,
.image-top-header.bottom-controls .btn.btn-danger:hover,
.image-top-header.bottom-controls .btn.btn-danger:focus,
.image-top-header.bottom-controls .btn.btn-danger:active {
    border: 2px solid #ff4d4d;
} 

body .dd-handle.move-media {
    background-color: transparent;
}

body .dd-handle.move-media .fa-solid, 
body .dd-handle.move-media .fas{
    color: #000;
}

.image-top-header {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    /* background: #00000022; */
}

.image-top-header button,
.image-top-header a {
    padding: 5px;
    border-radius: 0;
    font-size: 14px !important;
}

.carousel-image-class {
    cursor: pointer;
}



/*  user photos modal */


.modal-iframe iframe {
    /* flex-grow: 1; */
    width: 98vw;
    height: 100%;
    border: none;
    overflow: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    z-index: 99999;
}

.modal-iframe .head #close {
    background-color: #FF285C;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 1%;
    border: none;


}

.modal-iframe .head #close span {
    background-color: #FF285C;
    color: #fff;
    padding: 8px 10px;
    font-size: 16px;
}

.modal-iframe .head a {
    position: fixed;
    z-index: 999999;
    left: 6%;
    top: 1%;
}

.modal-iframe .head a span {
    background-color: #FF285C;
    color: #fff;
    padding: 8px 10px;
    font-size: 16px;
}



/* User video Modal */


.modal-iframe-video iframe {
    width: 98vw;
    height: 100%;
    border: none;
    overflow: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    z-index: 99999;
}

.modal-iframe-video #close {
    background-color: #FF285C;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 1%;
    border: none;
}

.modal-iframe-video #close span {
    background-color: #FF285C;
    color: #fff;
    padding: 8px 10px;
    font-size: 16px;
}

.modal-iframe-video .head a {
    position: fixed;
    z-index: 999999;
    left: 6%;
    top: 1%;
}

.modal-iframe-video .head a span {
    background-color: #FF285C;
    color: #fff;
    padding: 8px 10px;
    font-size: 16px;
}





.modal-iframe-fb-images iframe {
    width: 98vw;
    height: 100%;
    border: none;
    overflow: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    z-index: 99999;
}

.modal-iframe-fb-images .head #close {
    background-color: #FF285C;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 1%;
    border: none;
}

.modal-iframe-fb-images .head #close span {
    background-color: #FF285C;
    color: #fff;
    padding: 8px 10px;
    font-size: 16px;
}

.modal-iframe-fb-images .head a {
    position: fixed;
    z-index: 999999;
    left: 6%;
    top: 1%;
}

.modal-iframe-fb-images .head a span {
    background-color: #FF285C;
    color: #fff;
    font-size: 16px;
    padding: 8px 10px;
}

.swal2-button-square {
    border-radius: 0 !important;
}


.modal-iframe-video-fb iframe {
    width: 98vw;
    height: 100%;
    border: none;
    overflow: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    z-index: 99999;
}



.modal-iframe-video-fb .head a {
    position: fixed;
    z-index: 999999;
    left: 6%;
    top: 1%;
}

.modal-iframe-video-fb .head a span {
    background-color: #FF285C;
    color: #fff;
    padding: 8px 10px;
    font-size: 16px;
}

.iframeSpan {
    position: fixed;
    top: -3%;
    height: 99vh;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.Modal-Close-All-Edits {
    border: none;
    outline: none;
    color: #fff;
    background-color: #FF285C;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

body .modal-footer {
    border-top: none;
}

body .modal-header {
    background: rgba(106, 116, 123, .1) !important;
    border-bottom: none;
}

.bgCorner {
    background-size: 200px;
    background-position: left bottom;
    background-repeat: no-repeat;
    border-radius: 4px;
    /* background-image: url('../images/bgcorner.PNG'); */
}

.btn-consentz-light {
    color: #000;
    background-color: #fff;
    border-color: #398bf7;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none !important;
    border-width: 2px;
}

.form-wizard .nav-wizard li .nav-link.done span {
    background-color: #B0E8D4;
    color: #000;
}

.btn.btn-consentz-light:hover,
.btn.btn-consentz-light:active {
    color: #000;
    background-color: #fff;
    border-color: #398bf7;
}

.btn.btn-consentz-light:focus {
    color: #000;
}

.aiBotNew {
    width: 80%;
    position: absolute;
    top: -30%;
    left: 0;
    filter: drop-shadow(14px -8px 10px #2222226e);
}

.btn-primary:hover{
    background-color: #fff !important;
}

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


.bg-light {
    background: #f6f8f8 !important;
}

.bg-primary{
    background-color: #000 !important;
}

.footer{
    background-color: transparent;
}

.form-control {
    border-radius: 8px !important;
}


.fa-info-circle{
    cursor: pointer !important;
}

b, strong {
    font-weight: 500;
}

.badge.badge-blue {
    background-color: #b6bbf4 !important;
    color: #000;
}

body .badge {
    font-weight: 500;
    border-radius: 4px;
}

.yellow-label {
    color: #C19132;
    background: #FDEFD6;
    border-radius: 4px;
}

.perano-label {
    color: #000;
    background: #b6bbf4;
    border-radius: 4px;
}

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

body div:where(.swal2-container) h2:where(.swal2-title) {
    font-weight: 500;
    font-size: 20px;
}

.popover-header{
    background-color: rgba(106, 116, 123, 0.1) !important;
    border-radius: 10px 10px 0 0 !important;
    color: #0d0e0e !important;
    border: none !important;
}

.popover{
    border: none !important;
    border-radius: 10px !important;
}

.customCSSForCard{
    background-color: #000 !important;
    color: #fff !important;
    height: 110px;
    box-shadow: 0 4px 15px rgba(69, 69, 69, 0.4);
    transition: box-shadow 0.3s ease;

}

body .card-header {
    border: none !important;
}

.customCSSForCard:hover{
    color: #ccc !important;
}

.customCSSForCard a {
    color: #fff !important;
}

.custom-nav-wrapper {
    width: 100%;
    display: flex;
    background-color: #f8f9fa;
    padding: 8px 4px;
    flex-direction: column;
}

.page-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding: 0 4px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.custom-nav-container {
    width: 100%;
    display: flex;
}

.custom-nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.custom-nav-link {
    color: #000;
    padding: 6px 16px;
    background-color: #e9ecef;
    border-radius: 3px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.custom-nav-link:hover {
    text-decoration: none;
    color: #000;
}

.custom-nav-link.active {
    background-color: #6c757d;
    color: #fff !important;
    box-shadow: 0 4px 11px rgb(106 116 123 / 35%) !important;
}

.spin {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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


/* 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;
}




/* if mobile device  768px and 480px  set hamburger line background color to white */

@media screen and (max-width: 768px) {
    .hamburger span {
        background-color: #fff;
    }
}

@media screen and (max-width: 480px) {
    .hamburger span {
        background-color: #fff;
    }
}

.hamburger > span {
    background-color: #fff !important;
}

.spinner-border  {
    border-radius: 50% !important;
    border-bottom: #000000 2px solid !important;
    border-right: #fff 2px solid !important;
}


@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }

    50% {
        background-position: 100% 50%;
        box-shadow: none;
    }

    100% {
        background-position: 0% 50%;
        box-shadow: 0 4px 15px rgba(168, 168, 168, 0.4);
    }
}



@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

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

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes neon {
    0% {
        text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #000, 0 0 70px #000, 0 0 80px #000, 0 0 100px #000, 0 0 150px #000;
        opacity: 1;
    }

    50% {
        text-shadow: 0 0 5px #00000066, 0 0 10px #00000066, 0 0 15px #00000066, 0 0 20px #00000066, 0 0 35px #00000066, 0 0 40px #00000066, 0 0 50px #00000066, 0 0 75px #00000066;
        opacity: 0;
    }

    100% {
        text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #000, 0 0 70px #000, 0 0 80px #000, 0 0 100px #000, 0 0 150px #000;
        opacity: 1;
    }
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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


.custom-modal { 
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.custom-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
.custom-modal-content {
    position: relative;
    width: 68%;
    max-width: 1400px;
    margin: 20px auto;
    background: #fff;
    border-radius: 12px;
    top: 2%;
}
.custom-modal-header {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-modal-body {
    height: calc(100% - 60px);
    padding: 1rem;
}
.preview-slider {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.preview-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 1%;
    border-radius: 12px;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.preview-track {
    display: flex;
    transition: transform 0.3s ease;
    height: 100%;
    gap: 20px;
}
.preview-card {
    flex: 0 0 calc(50% - 10px);
    height: 100%;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.preview-card iframe {
    width: 100%;
    flex: 1;
    border: none;
}
.nav-button {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.nav-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.nav-button.prev { left: -50px; }
.nav-button.next { right: -50px; }
.close-modal {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

#loader-text {
    display:none !important;
}
#alertMessageModal{
    z-index: 1111; 
}

.rule_action .filter-option {
    position: relative !important;
    top: 6px !important ;
}

.messages-page__header {
    padding: 25px 0 18px 0px !important;
}

.que-btn button {
    flex: unset !important;
    width: fit-content !important;
}
.que-btn {
    padding-top: 2px !important;

}
.ad-modal {
    padding: 35px 0 60px !important;
}