.page-loader {
    width: 96px;
    height: 96px;
    font-size: xx-large;
    position: absolute;
    top: 50%;
}
body{
    /*background-image: url("../images/retail-bg.png") !important;*/
    background-repeat: no-repeat;
    object-fit: contain;
    background-position: top;
    background-size: cover;
    background-color: #000;
  }
  /* body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
  } */
.footer {
    background-color: #262626;
}
.form-label{
    font-weight: 500;
}
.mb2{
    margin-bottom: 2rem;
}
.sticky-header {
    width: 100%;
    height: auto;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 9;
    background-color: #ffffff;
}
/* .logo-bg-img{
    background-image: url('../images/header_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
} */
.main-logo{
    width: 150px;
}
.main{
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.header-item-a {
    color: black;
    font-weight: 700;
}
.ai-color {
    color: #df0023;
}
.cursor-pointer {
    cursor: pointer;
}
#container {
    max-width: 550px;
}
.step-img{
    width: 100%;
}
.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}
.step-container .active {
    border: 2px solid #df0023;
}
.progress{
    background-color: #404040;
}
.progress-bar{
    background-color: #ffffff;
}
#stepbar{
    transform: translate(0px, -35px);
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: rgba(148, 152, 155, 0.5);
    pointer-events: none;
    background-color: #f2f2f2;
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #262626;
    border: 1px solid #fff;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #df0023;
    z-index: -1;
}

#multi-step-form {
    overflow-x: hidden;
}
.page-loader {
    width: 96px;
    height: 96px;
    font-size: xx-large;
}
.form-control:focus {
    border-color: #fe8686;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(253 13 13 / 25%);
}
.form-control , .form-select{
    height:42px;
    background-color: #e0e0e0;
}
.btn {
    padding: 12px 0;
}
.hidden {
    display: none;
}
.audio-item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    width: 33%;
    float: left;
}
.audio-item .fas{
    font-size: 12px;
}

.audio-name {
    margin-left: 10px;
}

.audio-btn {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 32px;
    width: 32px;
}
.form-check{
    width: 33%;
    float: left;
    margin-bottom: 15px;
}
.clear{
    clear: both;
}

.accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:focus{
    box-shadow: none;
}
.time-card{
    background: #212529;
    padding: 1.5rem;
    margin-bottom: 20px;
    border-radius: 12px;
}

.accordion-button {
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
    border-radius: 16px;
    padding: 1.5rem;
    background-color: #262626;
}
.accordion-body{
    padding: 1.5rem;
}
.accordion-header{
    border: transparent;
}
/* .form-check-input[type=checkbox] {
    border: 1px solid #fff;
    background: transparent;
} */
.accordion-flush>.accordion-item{
    border: 1px solid #262626;
    border-radius: 16px;
    color: #fff;
    background-color: #262626;
}
.form-check-input{
    background: transparent;
    border: 1.5px solid #fff;
}
.form-check-input:checked {
    background-color: #fff;
    border: 4px solid #fff;
}

.accordion-button:not(.collapsed)::after{
    content: "\f078";
    font-family:FontAwesome;
    left:-5px;
}
.accordion-button::after{
    content: "\f078";
    font-family: FontAwesome;
    left:-5px;
}
.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{
    border-radius: 16px;
}
.form-check-input:checked[type=radio]{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z"/></svg>');

}
.form-check-input:checked[type=checkbox]{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
}
.network-logo-box{
    top:-100px;
    position: absolute;
}
.dashboard-hero{
    margin-bottom: 2rem;
}
/*
CSS for 5 image gallery
*/
.upload-container {
    display: flex;
}

#imageUpload {
    display: none; /* Hide the default input */
}

.custom-upload {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e00024;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

#gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.gallery-item {
    position: relative;
    width: 70px;
    height: 70px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.delete-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
}

.delete-btn:hover {
    background-color: darkred;
}
.bulk-img-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.live-support-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 150px;
}
.checkbox-red-border {
    border: 2px solid red;
}
.checkbox-w-h-20 {
    width: 20px;
    height: 20px;
}
.custom-popup {
    background-color: black !important;
}
.custom-title {
    color: white !important;
}
.swal2-html-container {
    color: white ; /* Ensures the content text is white */
}
