body:after {
    content: "";
    background-image: url(../images/auth-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
}

.owl-carousel.featureDesigns .owl-item img {
    height: 350px;
    object-fit: cover;
}

.customDesignGenerated .owl-item {
    opacity: 0.5;
}

.customDesignGenerated .owl-item.active.center {
    opacity: 1;
}

.customDesignColumns .thumbnail img {
    height: 250px !important;
    object-fit: cover;
    width: 100%;
}

.CustomSlider .carousel-inner {
    background: #042913;
    margin: 20px 0;
    border-radius: 15px;
    padding: 16px;
}

.loginSlogan p {
    font-size: 24px;
    color: #fff;
}

.loginSlogan .orange-color {
    color: #FFA530;
}

.loginSlogan .green-color {
    color: #3CEF5A;
}

.metismenu li {
    margin: 0 0 10px;
}

#sidebar-menu ul li a:hover {
    color: var(--bs-sidebar-menu-item-hover-color);
    background: #ffa530;
    border-radius: 20px 0 0 20px;
    margin-left: 10px;
}

.form-check-inline.customFlex {
    display: inline-flex;
    align-items: center;
}

.logout.CustomIcon {
    padding: .62rem 1.5rem;
}

.CustomIcon .dropdown-item {
    text-transform: uppercase;
    font-weight: 500;
    color: var(--bs-sidebar-menu-item-color);
}

.CustomIcon .dropdown-item:hover {
    color: var(--bs-primary);
}

.CustomIcon .dropdown-item i {
    color: var(--bs-primary);
}

.CustomSelectionDraw.nav .nav-item .nav-link {
    border-radius: 0;
    border: 1px solid #ffa530;
}

.CustomRedoUndo button {
    border-radius: 0;
    border: 1px solid #FBE0B6;
    color: #999999;
    background-color: #FBE0B6;
    padding: 5px 20px;
    width: 110px;
}

.CustomRedoUndo {
    gap: 10px;
}

.CustomRedoUndo button:hover {
    border: 1px solid #ffa530;
    background-color: var(--bs-nav-pills-link-active-bg);
    color: var(--bs-nav-pills-link-active-color);
}

.settingCustom p {
    margin-bottom: 0;
}

.settingCustom {
    gap: 20px;
    align-items: center;
}

.settingCustom .CustomSetting {
    border: 1px solid #ffa530;
    color: #fff;
    background-color: #ffa530;
    padding: 5px 20px;
    border-radius: 50px;
}

.settingCustom .CustomSetting:hover {
    background-color: transparent;
    color: var(--bs-body-color);
}

ul.CustomLocation {
    padding: 0;
    margin: 0;
    align-items: center;
}

ul.CustomLocation li {
    list-style: none;
    padding: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #616161;
}

ul.CustomLocation li i {
    color: #ffa530;
}

.CustomStyleSection .card-title,
.CustomStyleSection .card-text {
    color: var(--bs-body-color);
}

.card.CustomStyleSection {
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.card.CustomStyleSection.selected {
    background-color: #e0ffe0;
    /* Example selected background */
    border: 2px solid #00a000;
    /* Highlight border */
}

.card.CustomStyleSection .tick-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 10;
    width: 50px;
    height: 50px;
}

.card.CustomStyleSection.selected .tick-icon {
    display: block;
}

.card.CustomStyleSection.selected:before {
    content: "";
    width: 100%;
    height: 100%;
    background: hsl(156deg 62% 17% / 80%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
}

.card.CustomStyleSection.selected .tick-icon {
    display: block;
}

.card.CustomStyleSection i {
    display: none;
}

.card.CustomStyleSection.selected i {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    color: #ffa530;
    font-size: 100px;
    text-align: center;
    transform: translateY(-50%);
}

.popupInfo {
    color: var(--bs-link-color);
}

.fixed-btn {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    padding: 10px 20px;
    font-size: 16px;
    display: block;
}

#re-DesignSection {
    background: hsl(154deg 100% 99% / 90%);
    position: fixed;
    left: 0;
    z-index: 2;
}

.loading-container {
    text-align: center;
    position: relative;
}

/* Loading Circle */
.loading-circle {
    width: 150px;
    height: 150px;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #ff9900;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    margin: 0 auto 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-circle img {
    width: 50px;
}

/* Loading Text */
.loading-text {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #333;
}

.timer {
    font-size: 1rem;
    color: #555;
    font-weight: bold;
}

/* Main Content Hidden by Default */
.mainContentAfterLoading {
    text-align: center;
}

/* Spinner Animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* SHARETHIS CAROUSEL SLIDER */
.CustomStyleSection .carousel-wrap {
    margin: 0;
    padding: 0;
}

.carousel-wrap {
    margin: 20px auto;
    padding: 0 1%;
    width: 100%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel {
    z-index: unset !important;
}

.owl-carousel .item {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all;
    transition-duration: .5s;
}

/* end fix */
.owl-nav>div {
    margin-top: -55px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 0;
    position: relative;
    color: var(--bs-link-color);
    background: url(../images/arrow-left.png);
    width: 39px;
    height: 39px;
    background-size: contain;
    background-repeat: no-repeat;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
    transform: rotate(180deg);
    margin-top: -41px;
}

/* SHARETHIS CAROUSEL SLIDER */

.customIdeasBtn {
    position: relative;
    top: -50px;
}

.customIdeasBtn svg {
    width: 35px;
    height: auto;
    display: block;
    margin: 0 auto 5px;
}

.sharethis.absolute {
    position: absolute;
    top: 25px;
    right: 25px;
}

.customDesignColumns {
    position: relative;
}

.customDesignColumns .thumbnail img {
    border-radius: 15px 15px 0 0;
}

.customDesignColumns .relative.w-auto .thumbnail {
    position: relative;
}

.customDesignColumns .relative.w-auto .thumbnail:before {
    content: "";
    background: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 15px 15px 0 0;
}

.customDesignColumns .bottomItems {
    padding: 15px;
    background: var(--bs-boxed-body-bg);
    border: 1px solid var(--bs-border-color);
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.customDesignColumns .bottomItems .icons ul {
    padding: 0;
    margin: 0;
}

.customDesignColumns .bottomItems .icons ul li {
    list-style: none;
    display: inline-block;
    margin: 5px 0;
    border-right: 1px solid var(--bs-border-color-translucent);
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}

.customDesignColumns .bottomItems .icons ul li:last-child {
    border-right: none;
}

.customDesignColumns .bottomItems .icons ul li svg {
    width: 32px;
    display: block;
    text-align: center;
    margin: 3px auto;
    color: var(--bs-primary);
}

.customDesignColumns .bottomItems .icons ul li:hover a:hover {
    color: var(--bs-primary);
}

.customDesignColumns .bottomItems .icons ul li a {
    color: var(--bs-body-color);
}

.customDesignColumns .bottomItems .icons ul li sup {
    top: 0;
    right: 8px;
    position: absolute;
    width: 30px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 5px;
}

/* custom carousel */

/* Slider container */
.slider-container {
    width: 50%;
    position: relative;
}

/* Range slider style */
.slider-container input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    background: #ddd;
    border-radius: 5px;
    outline: none;
}

/* Slider thumb */
.slider-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #4CAF50;
    border-radius: 50%;
    cursor: pointer;
}

.slider-container input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #4CAF50;
    border-radius: 50%;
    cursor: pointer;
}

/* Captions */
.slider-container .caption {
    font-size: medium;
    font-weight: bold;
    color: var(--bs-primary);
    text-align: center;
}

/* custom element section css */
.owl-carousel.addElementsSlider .owl-item .item img {
    object-fit: cover;
    height: 92px;
    width: 100%;
}

.owl-carousel.addElementsSlider .owl-item .item a {
    color: var(--bs-body-color);
    transition: all;
    transition-duration: .3s;
}

.owl-carousel.addElementsSlider .owl-item .item:hover img {
    border: 2px solid #ffa530;
    background-color: #ffa5301c;
    border-radius: 10px;
    transition: all;
    transition-duration: .5s;
}

.owl-carousel.addElementsSlider .owl-item .item:hover img {
    padding: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.image-select {
    cursor: pointer;
}

.select-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
}

.image-select.selected .select-overlay {
    display: flex !important;
}

.pricing_sec {
    background: #FFA530;
    border-radius: 90px;
}

.pricing_sec h1 {
    line-height: 20px;
    height: 100px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0;
    /* padding-top: 10px; */
    /* padding-bottom: 40px; */
}

.pricing_sec h5 {
    padding-left: 15px;
    line-height: normal;
}

.customPrice sup {
    padding: 5px 20px;
    position: relative;
    top: 20px;
    left: 35px;
}

.card-body.customPrice {
    padding: 0;
}