﻿/*New UI Design CSS Start*/

.upload-img-block span strong {
    font-weight: 400 !important;
}

.ul.text-pr-color {
    width: 100%;
}

.floating-edit-block {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1;
}

    .floating-edit-block i {
        color: var(--selectedSideTabBackgroundColor);
        font-size: 16px;
    }

    .floating-save-block:hover, .floating-edit-block:hover {
        cursor: pointer;
    }

.custom-bg-input input {
    padding: .75rem 5rem .75rem .75rem;
}

.floating-save-block {
    position: absolute;
    right: 15px;
    top: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

    .floating-save-block i {
        font-size: 20px;
    }

        .floating-save-block i.fa-check {
            color: var(--selectedSideTabBackgroundColor);
        }

        .floating-save-block i.fa-xmark {
            color: #da0000;
        }

.opt-in-out-block {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.in-out-error-msg-cotnainer {
    background: #ffeeee;
    padding: 5px 10px;
    border: 1px solid red;
    border-radius: 6px;
    max-width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .in-out-error-msg-cotnainer .btn-dark {
        line-height: 17px;
        background-color: #dc3545;
        border-color: #dc3545;
    }

.url-input {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .url-input select,
    .url-input input {
        padding: 8px;
        font-size: 16px;
    }

    .url-input input {
        flex: 1;
    }
/*new overview design css*/
.contact-dtl-footer-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 24px;
    border-top: 1px solid #eeeeee;
}

.cancel-reset.disable-tone {
    color: #A4A6A9;
    border: 1px solid #A4A6A9;
}

.figma-btn-ct.disable-tone {
    background: #EFEFEF;
    color: #A4A6A9;
}

.upload-img-view-banner {
    width: 100%;
    height: 200px;
    background: #EFEFF7;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.social-links-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 15px;
}

.social-icon-block {
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 5px;
}

    .social-icon-block img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.social-info-dv {
    flex: 0 0 90%;
}

.label-with-limited {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

input.overview-input {
    padding: .75rem .75rem;
    border-radius: 8px;
}

select.overview-input {
    padding: .75rem .75rem;
    border-radius: 8px;
}
/* tooltip css */
.tfd-round-tip {
    position: relative;
    text-align: center;
    cursor: help;
    color: #000000;
    font-size: 15px;
    display: inline-block;
    opacity: 1;
    z-index: unset;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #ffffff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 15px 10px;
    position: absolute;
    z-index: 250;
    /* bottom: 125%; */
    left: -104px;
    margin-left: 0;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0px 5px 10px #0000000a;
    border: 1px solid #dadada;
}

    .tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: -10px;
        left: 87%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #f8f8f8 transparent;
    }

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip.tfd-round-tip .tooltiptext.tfd-text-round-tip {
    top: 25px;
    left: -190px !important;
    width: 380px;
}

.custom-clr-theme p a {
    color: var(--buttonBackgroundColor2) !important;
}

.remove-outline-btn {
    border: 1px solid #D84141;
    background: transparent;
    padding: 8px 20px;
    border-radius: 10px;
    color: #D84141;
}

.cutom-edit-option > label {
    display: inline-block
}

.custom-clr-theme p {
    font-weight: normal !important;
}

.logo-image-edit-option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.iti {
    width: 100%;
}

.addnew-outline-btn {
    background: transparent;
    padding: 8px 20px;
    /*color: var(--buttonBackgroundColor2) !important;*/
}

@media (max-width: 767px) {
    .tooltip.tfd-round-tip .tooltiptext.tfd-text-round-tip {
        left: -118px;
        width: 250px;
    }
}

/* New changes UI style */
/* only copy these css from here 6-2-2025 */
.selection-image-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    width: 1000px;
    display: flex;
}

.selection-image-container li {
    display: inline-block;
    position: relative;
}

.selection-image-container input[type="radio"], .selection-image-container input[type="radio"], .selection-image-container input[type="radio"] {
    display: none;
}

.selection-image-container label {
    border: 1px solid #fff;
    padding: 5px;
    display: block;
    position: relative;
    margin: 5px;
    cursor: pointer;
}

    .selection-image-container label:before {
        background-color: white;
        color: white;
        content: " ";
        display: block;
        border-radius: 50%;
        border: 1px solid var(--selectedSideTabBackgroundColor) !important;
        position: absolute;
        top: -5px;
        left: -5px;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 18px;
        transition-duration: 0.4s;
        transform: scale(0);
    }

    .selection-image-container label img, .selection-image-container label .bg-color {
        height: 100px;
        width: 155px;
        transition-duration: 0.2s;
        transform-origin: 50% 50%;
        border-radius: 10px;
        border: 1px solid #eee;
        object-fit: contain;
    }
    .selection-image-container label img.select-img-logo {
        width: 100px;
    }

.selection-image-container :checked + label {
    border-color: var(--Overviewtabiconcolor) !important;
    border-radius: 10px;
}

    /*.selection-image-container :checked + label:before {
        content: "✓";
        background-color: var(--selectedSideTabBackgroundColor) !important;
        transform: scale(1);
    }*/
    .selection-image-container :checked + label:before {
        content: "✓";
        background-color: var(--Overviewtabiconcolor) !important;
        transform: scale(1);
    }

    .selection-image-container :checked + label img, .selection-image-container :checked + label .bg-color {
        transform: scale(0.9);
        /* box-shadow: 0 0 5px #333; */
        z-index: -1;
    }

.image-selection-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.upload-img-block {
    width: 100px;
    height: 100px;
    background: #EFEFEF;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    border: 1px solid #ddd;
    flex-direction: column;
    align-items: center;
}

.center-text-block {
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 8px;
}

    .center-text-block span, .center-text-block i {
        color: #868686;
        word-break: break-word;
        text-align: center;
    }

.upload-img-view-banner h5 {
    font-size: 22px;
    font-weight: 600;
}

.bg-color {
    width: 100px;
    height: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    border-radius: 10px;
}

.upload-cover-color {
    width: 155px;
    height: 100px;
    border: 1px solid #EFEFEF;
    /*background: transparent;*/
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.center-text-block i {
    font-size: 16px;
}

.center-text-block {
    position: relative;
}

#colorPicker, #colorPickerForText {
    opacity: 0; /* Make the input invisible */
    width: 30px; /* Adjust width to match the icon */
    height: 30px; /* Adjust height to match the icon */
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.center-text-block i {
    color: #864C95;
    font-weight: 500;
}

    .center-text-block i.fa-pencil {
        color: #fff;
    }

#companyDetailCoverImage[style*="background-image: none"] h5 {
    display: block !important;
}

@media (max-width: 767px) {
    .upoad-img-contianer {
        margin-right: auto;
        margin-left: 12px;
    }
}


.upload-cvr-text strong {
    display: block;
}
.floating-edit-cover-logo {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #eaeae6;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .floating-edit-cover-logo i {
        font-size: 15px;
    }
.selection-image-container.bnr-cover-container {
    overflow: hidden;
}
.selection-image-container {
    overflow: hidden;
}

@media (min-width: 1800px) {
    .selection-image-container ul {
        width: 1035px;
    }
    
}
@media (max-width: 1646px) {
    .selection-image-container ul {
        width: 922px;
    }
    .selection-image-container.bnr-cover-container {
        overflow: hidden;
    }
}
@media (max-width: 1440px) {
    .selection-image-container ul {
        width: 875px;
    }
}
@media (max-width: 1366px) {
    .selection-image-container ul {
        width: 818px;
    }
}

@media (max-width: 1260px) {
    .selection-image-container ul {
        width: 730px;
    }
}

@media (max-width: 1024px) {
    .selection-image-container ul {
        width: 540px;
    }
}
.upload-img-view .floating-edit-cover-logo i {
    font-size: 15px;
    text-align: center;
}

.logoline{
    text-decoration:unset;
}

.coverline {
    text-decoration: unset;
}

.upgradebtn {
    text-decoration: unset;
}
.floating-edit-cover-logo.edituppericon {
    left: 5px;
}

.overviewupgradebtn {
    padding: 8px 24px;
    border-radius: 8px;
    color: #ffffff;
    text-decoration: unset;
    font-size: 16px;
    margin: 10px 0;
    display: block;
    border: 1px solid transparent;
}
.floating-edit-cover-logo.edituppericon {
    left: 5px;
}
.floating-edit-cover-logo.edituppericon {
    left: 5px;
}
/*New UI Design CSS End*/
.ck-editor__editable_inline {
    min-height: 250px;
}

.activeColor {
    color: var(--selectedSideTabTextColor) !important;
    background-color: var(--selectedSideTabBackgroundColor) !important;
}

.systemColorBackground {
    background-color: var(--systemColor) !important;
}

.navItem {
    font-size: 14px;
    color: var(--notSelectedSideTabTextColor);
    background-color: var(--notSelectedSideTabBackgroundColor);
    border-radius: 8px;
}

    .navItem:hover {
        color: var(--selectedSideTabTextColor);
        background-color: var(--selectedSideTabBackgroundColor);
    }

.contentTitle {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: var( --systemTextColor);
}

.contentDivBorder {
    border: 1px solid #EFEFF7;
    border-radius: 8px;
}

.contentDetails {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: var(--bodyTextColor);
}

.contentDetailsDark {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: var( --systemTextColor);
}

.contentTitleSmall {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: var( --systemTextColor);
}

.contentTag {
    padding: 4px 12px;
    height: 28px;
    background: var(--systemColorLight);
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: var( --systemTextColor);
}

.socialLogo {
    height: 20px;
    width: 20px;
}

/*#mainContentContainer {
    max-height: 100%;
    overflow-y: auto;
}*/

#colContent {
    height: 100%;
}

@media only screen and (max-width: 768px) {
    #colContent {
        height: auto;
    }

    #mainContentContainer {
        padding-right: 0px !important;
    }

    /*#rowContentMain {
        overflow-y: auto !important;
    }*/
}

.inputText {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: var(--bodyTextColor);
    padding-left: 15px;
    outline: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btnTheme {
    align-items: center;
    padding: 10px 24px;
    background: var(--systemColor);
    border-radius: 8px;
    color: white;
    border: 0px;
    font-size: 16px;
    font-weight: 600;
}

.dvThemeSticky {
    position: sticky;
    bottom: 0;
    background: #fff;
}

.lds-spinner {
    width: 80px;
    height: 80px;
    transform: scale(1.5);
    color: #fff;
    display: inline-block;
    position: absolute;
    z-index: 999999999999;
}

    .lds-spinner div {
        transform-origin: 40px 40px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: var(--systemColor) !important;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



.social-media-show-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    word-wrap: break-word;
}


.contentDetailsDark {
    width: 200px;
    word-wrap: break-word;
}

.aboutSectionCategory {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: var(--bodyTextColor);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.titleBorderBottom {
    border-bottom: 1px solid #EDECEA;
}

button:active {
    color: black;
}

input[readonly] {
    background: #e4e3e1;
}

.toolTipIconInfo {
    font-size: 1.25rem;
    padding-top: 6px;
}

.infoCardShadow {
    box-shadow: 0px 5px 20px -7px #959595;
    position: absolute;
    left: 6%;
    top: 10px;
    z-index: 999;
}

    .infoCardShadow span p {
        margin-bottom: 0;
        font-size: 14px;
    }

.infoDiv {
    border: 1px solid #5E7A3A;
    border-radius: 8px;
    background-color: #EBF0E4;
}

.infoFontDark15 {
    color: #353535;
    font-size: 15px;
}

.p-relative {
    position: relative;
}

/*switch control css*/
.form-custom-switch {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-custom-switch .form-check-input:checked {
    border-color: var(--systemColor) !important;
    background-color: var(--systemTextColor) !important;
    padding: 8px 15px;
}

.form-custom-switch .form-check-input:not(:checked) {
    padding: 8px 15px;
}

.form-custom-switch .form-check-input:after {
    top: -2.5px;
    left: -5px;
}

.form-custom-switch .form-check-label {
    margin-bottom: 0;
}

.solid-dash {
    /*text-align: center;*/
    line-height: 34px; /* Adjust according to the height of your textboxes */
}

.w80 {
    width: 80px !important;
}

label.form-check-label.time-zone-block {
    flex: 0 0 25%;
}

input.invalid-data {
    border: 1px solid #dc3545;
}

/*end switch control css*/

.form-check .form-control.chosen-select.time-zone-choosen + .chosen-container-single {
    padding: 0.375rem 0.375rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);*/
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.time-zone-choosen + .chosen-container-single .chosen-single div {
    right: 0px;
}

.docs-buttons .btn-primary {
    color: #fff;
    background-color: var(--systemColor);
    border-color: var(--systemColor);
}

.container-setup .img-container {
    max-height: 497px;
    min-height: 200px;
}

.container-setup .img-container, .container-setup .img-preview {
    background-color: #f7f7f7;
    text-align: center;
    width: 100%;
}

.custom-model-bg {    
    background: #2f353edb;
}

.btn-clsz.text-reset {
    background: transparent;
    border: none;
    opacity: .75;
}

.img-container, .img-preview 
{
    background-color: #f7f7f7;
    text-align: center;
    width: 100%;
}

.cropper-modal 
{
    background-color: #fff !important;    
}

.contactDetails {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: var(--bodyTextColor);
}

.locationDetails {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: var(--bodyTextColor);
}

.contactDetails a, .locationDetails a {
        color: var(--bodyTextColor);
        text-decoration: none;
}

@media (min-width: 768px) {
   .container-setup .img-container {
       min-height: 497px;
   }
}

@media (max-width: 1024px) {
   .min-tbl-height {
       overflow-x: auto;
       -webkit-overflow-scrolling: touch;
   }
}

.upgrade-plan-block {
    background: #F3F3F4;
    padding: 15px 20px;
    border-radius: 10px;
}

.contact-btn-fill {
    width: 100%;
    background: #864C95;
    border: 1px solid #864C95;
    padding: .365rem .1rem;
    line-height: 2;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 500;
}

.rgt-verticle-border {
    border-right: 1px solid #eee;
    padding-right: 20px;
}

.ct-title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .ct-title-block h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .ct-title-block span {
        color: #A4A6A9;
    }

.category-tags-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.st-category-flex {
    background: var(--selectedSideTabBackgroundColor) !important;
    padding: 5px 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
}

    .st-category-flex i {
        margin-top: 2px;
        color: var( --systemTextColor);
    }

    .st-category-flex.st-desable-contact {
        background: #EFEFEF !important;
        color: #686D72;
    }

.contentDivBorder .drop-container.ui-sortable {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 50px;
}

.category-act-title .h5 {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    font-weight: 700;
}

p.custom-space-flex-notes {
    font-size: 16px;
    color: #6c6c6c;
    flex: 1;
}

.category-act-title .upgrading-plans-container a {
    flex: 0 0 15%;
    text-align: center;
    background: transparent;
    color: black;
    font-weight: bold;
    /* letter-spacing: .8px; */
    text-decoration: none;
    border: none;
}

.category-act-title .upgrading-plans-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.free-category-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 50px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
}

.chosen-container .chosen-drop {
    left: 0;
}

.associatecompany 
{    
    font-weight: 600 !important;
}

.associatecompanytitle 
{
    color: var(--bodyTextColor) !important;
}

.remove-subject {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-12px, -12px);
    background: #fff;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    opacity: 0;
}

.remove-subject i {
    text-align: center;
    font-size: 16px;
}

.selection-image-container li:hover .remove-subject {
    opacity: 1;
    cursor: pointer;
}

.center-text-block span {
    color: #868686;
    font-size: 12px;
    font-weight: 600;
}

.left-overview-badge-container {
    position: absolute;
    z-index: 12;
    top: 10px;
    left: 8px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .form-custom-switch .chosen-container-single .chosen-search input[type="text"] {
        background-image: none !important;
        border: 1px solid #eeeeee;
        border-radius: 5px;
    }
}


.show-more-toggle-row {
    display: inline-flex;
    align-items: center;
    gap: 4px; /* Optional: space between text and icons */
}

#content-fade-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    pointer-events: none;
}

#htmlProductDetailsHolder {
    position: relative;
    display: block !important;
    line-height: normal !important;
    transition: max-height 0.3s ease;
}

.show-full-overview {
    max-height: none !important;
    overflow: visible !important;
    height: auto !important;
}

.show-full-overview p {
    display: block !important;
}

.show-full-overview #content-fade-effect {
    display: none;
}