.likert_1 div {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.preview_emoji {
    border-bottom: 3px solid;
    font-size: 3rem;
}

.preview_emoji_2 {
    font-size: 3rem;
    padding: 8px 20px;
    border: 1px solid;
}

/* .process-model li:not(:last-child)::after { */
/* .process-model li::after { */
/* background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    right: -110px;
    top: 55px;
    width: 85%;
  }
  
  */
.process-model li:nth-child(5)::after {
    width: 0;
}

/* .process-model li.visited::after {
    background: #57b87b;
  } */

.process-model li:last-child::after {
    width: 0;
}

.process-model li {
    text-align: center;
    padding: 20px 0px;
    width: 16%;
}

.process-model-right li {
    text-align: center;
    width: 100%;
    background-color: var(--theme-alt);
    margin: 5px 0px;
}

.process-model-right li a {
    color: #f2f2f2;
    font-family: "semi";
}

.process-model-right li a:hover {
    color: var(--theme-alt);
}

.nav-tabs.process-model>li.active>a,
.nav-tabs.process-model>li.active>a:hover,
.nav-tabs.process-model>li.active>a:focus,
.process-model li a:hover,
.process-model li a:focus {
    border: none;
    background: transparent;

}

.process-model li a {
    padding: 0;
    border: none;
    color: var(--theme-alt);
    font-family: "semi";
}

.process-model li.active,
.process-model li.visited,
.process-model-right li.active {
    color: #efbd47;
}

.process-model li.active a,
.process-model-right li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: var(--theme-bg);
}

.process-model li.active p,
.process-model li.visited p {
    font-weight: 600;
    color: var(--theme-alt-dark);
}

.process-model li i {
    /* display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #e5e5e5;
      */
    line-height: 65px;
    font-size: 30px;
    /* border-radius: 50%; */
}

.process-model-right li i {
    display: block;
    height: 35px;
    width: 35px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    line-height: 33px;
    font-size: 20px;
    color: var(--theme-alt);
}

.process-model li.active i,
.process-model li.visited i,
.process-model-right li.active i {
    background: #fff;
    border-color: #efbd47;
}

.process-model li p {
    font-size: 1.2rem;
    margin-top: 11px;
    color: var(--theme-alt);
    line-height: normal;
}

.process-model-right li p {
    font-size: 1.15rem;
}

.process-model.contact-us-tab li.visited a,
.process-model.contact-us-tab li.visited p {
    color: #606060 !important;
    font-weight: normal
}

.process-model.contact-us-tab li::after {
    display: none;
}

.process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5;
}

.process-model {
    border: none !important;
}

.qn-contain {
    max-height: 6em;
    position: relative;
    overflow-y: auto;
    height: 4em;
    align-items: center;
    display: flex;
    justify-content: center;
}

.qn-contain:hover {
    overflow-y: auto;
    /* Enables scrolling on hover */
}
.theme-alt-border {
    border: 1px solid var(--theme-alt);
}

.book-style {
    box-shadow: 15px 0px 10px 10px #efbd47;
    border-left: 1px solid;
}

@media screen and (max-width: 900px) {
    .qn-contain {
        height: 6em;
    }
        .head-title {
            font-size: 1rem !important;
        }                                                                                                                          #confirmation-box, #okonly-box {
            width: 90% !important;
        }
}

@media screen and (max-width: 380px) {

    .process-model.more-icon-preocess li {
        width: 16%;
    }

    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }

    .more-icon-preocess.process-model li p {
        font-size: 12px;
    }

    .more-icon-preocess.process-model li::after {
        top: 18px;
    }

    .process-model.more-icon-preocess {
        text-align: center;
    }
}

.link.disabled,
.disabled i {
    color: #d3cccc !important;
}

.disabled {
    pointer-events: none;
}

.answer_template_header2 {
    background-color: #ee4f49;
    color: #fff;
    align-items: center;
    font-size: 15px;
    border-radius: 15px;
}

.type2_qstn_border {
    border-radius: 15px;
    border: 1px solid #cccfd7;
}

.emoji-radio label {
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Style for the selected emoji */
.emoji-radio input:checked+label {
    transform: scale(1.2);
    /* Enlarge the selected emoji */
    opacity: 0.8;
}

/* Add hover effect */
.emoji-radio label span:hover {
    transform: scale(1.1);
    /* Slightly enlarge on hover */
}

.selected-emoji {
    /* background-color: #1a46af !important; */
    background-color: #be9429 !important;
    color: #eae3e3 !important;
    transition: 1s;

    /* background-color: #efbd47 !important; */
}

.__purpose_icon {
    color: red;
    border: 1px solid;
    border-radius: 50%;
    padding: 5px 8px;
}

.__title_1 {
    font-weight: bold;
    color: var(--theme-alt);
    position: relative;
}

/* .__title_1::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
    height: 3px;
    background-color: #ef4c47;
    border-bottom-right-radius: 30px 15px;
  }
  
  */

.--qstn--box {
    padding: 10px 10px 0 !important;
}

.table-list th,
.table-list td {
    padding: 5px !important;
}

/* emoji range slider --- end  */

.slider-container {
    position: relative;
    width: 100%;
}

/* .slider {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 5px;
    background: linear-gradient(to right, #ee504a 0%, #ee504a 0%, #ddd 0%, #ddd 100%);
    border-radius: 5px;
    outline: none;
    margin: 10px 0;
    color: #ffffff !important;
    position: relative;
}

.slider::before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 10px;
    background: var(--theme-alt-dark);
    border-radius: 10px;
    left: 0;
    z-index: 1;
}

*/
/* Filled track (Firefox only) */
/* .slider::-moz-range-progress {
    height: 10px;
    background: var(--theme-alt-dark);
    border-radius: 10px;
}

 .slider::-webkit-slider-runnable-track {
     height: 10px !important;
     border-radius: 10px;
     background: linear-gradient(to right, #ee504a 80%, #ddd 80%);
 }

 */
 /* .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #ee504a;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    color: #ffffff !important;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #ee504a;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    color: #ffffff !important;
}

*/
.scale {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 98%;
    top: 20px;
    pointer-events: none;
}

.scale-line {
    position: relative;
    width: 13px;
        height: 13px;
    background: #3333336b;
    border-radius: 50%;
    left: 0px;
}

.labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 20px;
}

.label {
    /* white-space: nowrap; */
    font-size: 1.2em;
    padding-top: 5px;
}
.add-position {
    position: absolute;
    transform: translateX(-50%);
}

.slider-container .flabel-1 {
    left: 5%;
}

.slider-container .flabel-2 {
    left: 25%;
}

.slider-container .flabel-3 {
    left: 50%;
}

.slider-container .flabel-4 {
    left: 75%;
}

.slider-container .flabel-5 {
    left: 95%;
}

.slider-container .slabel-1 {
    left: 2%;
}

.slider-container .slabel-2 {
    left: 20%;
}

.slider-container .slabel-3 {
    left: 40%;
}

.slider-container .slabel-4 {
    left: 60%;
}

.slider-container .slabel-5 {
    left: 80%;
}

.slider-container .slabel-6 {
    left: 98%;
}

.theme.progress {
    height: 5px;
}

.app-qnre-container,
.app-common-container {
    width: 80%;
    margin: auto;
}

.on .fixedbar {
    position: fixed;
    height: 60px !important;
}

#confirmation-box,
#okonly-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 35%;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.float-right {
    float: right;
}

.move-pn {
    width: 100%;
    margin-top: 0rem;
}

.form-container {
    max-height: 50vh;
    position: relative;
    overflow-y: auto;
    height: 40vh;
    overflow-x: hidden;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 2rem;
    z-index: 10;
    }
    
    .head-title {
        font-size: 1.4rem;
}

.order-2 {
    order: 2;
}

.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}

.c-progress {
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    background-color: #ffffff;
    /* margin: 0 20px; */
    width: 100%;
    border-radius: 5px;
    /* box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2); */
}

.c-progress .percent {
    position: relative;
}

.c-progress svg {
    position: relative;
    width: 80px;
    height: 80px;
    transform: rotate(-90deg);
}

.c-progress svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #b3a9a9;
    /* stroke: var(--theme-alt); */
    stroke-width: 5;
    /*   stroke-linecap: round; */
}

.c-progress svg circle:last-of-type {
    stroke-dasharray: 190px;
    stroke-dashoffset: calc(190px - (190px * var(--percent)) / 100);
    stroke: #3498db;
}

.c-progress .number {
    position: absolute;
    top: 42%;
    left: 54%;
    transform: translate(-48%, -50%);
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.c-progress:nth-child(1) svg circle:last-of-type {
    stroke: var(--theme-alt-dark);
}

.fontfam-initial {
    font-family: initial;
}

.slider-hit-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

@media (max-width: 800px) {
    .mob-noypadi {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }
    .slider-container .slabel-1 {
            left: 4%;
        }
    
        .slider-container .slabel-5 {
            left: 78%;
        }
    
        .slider-container .slabel-6 {
            left: 95%;
        }
    .move-pn {
            margin-top: 2rem;
        }
    .c-progress svg {
        width: 60px;
        height: 60px;
    }

    .c-progress svg circle:last-of-type {
        stroke-dasharray: 126px;
        stroke-dashoffset: calc(126px - (126px * var(--percent)) / 100);
    }

    .c-progress .number {
        top: 40%;
        left: 58%;
        transform: translate(-48%, -50%);
        font-size: 12px;
    }

    .visible-qstn {
        width: 100%;
        margin: auto;
    }

    .form-container {
        height: 35vh;
    }

    .app-qnre-container,
    .app-common-container {
        width: 95%;
        margin: auto;
    }

    .process-model li i {
        font-size: 20px;
        line-height: inherit;
    }

    .more-icon-preocess.process-model li span {
        line-height: 10px;
    }

    .process-model img {
        height: 30px;
    }

    .desktop {
        padding-right: 5px;
        padding-left: 5px;
    }

    .more-icon-preocess.process-model li::after {
        top: 24px;
    }

    .process-model li {
        padding: 1px !important;
    }

    .slider-container {
        width: 100%;
        margin: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding: 0 !important;
    }

    .labels .label {
        font-size: 0.9rem;
        /* width: min-content; */
        /* margin: -5px; */
        white-space: inherit;
    }

.labels .linetext3 {
    /* white-space: inherit;
    display: -webkit-box; */
    line-clamp: 3;
    -webkit-line-clamp: 3;
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

.mobiletd {
    width: 100% !important;
}

tr:has(.mobiletd) {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
    align-items: flex-start;
}
    .question-set .quest-fill>.inner>.inner-item {
        padding: none;
    }

    .app-qnre-container>.flex> :nth-child(2n+1):not(.pad-off) {
        padding: unset;
    }

    .scale {
        /* top: 10px; */
        top: 7px;
    }

    .--qstn--box {
        padding: 0 !important;
    }

    .inner-item p {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .mobile-logo-w {
        width: 45px;
    }
.fill {
    top: 5% !important;
}
.mob-order-1 {
    order: 1;
}
}
/* General Slider Reset */
.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent;
    /* Remove default styling */
    position: relative;
    /* transition: background 0.3s ease-in-out; */
    transition: transform 0.4s linear;
    /* transform: translate3d(0, 0, 0); */

    /* background: linear-gradient(to right, red 100%, #ddd 100%);
    background-size: var(--progress) 100%;
    background-repeat: no-repeat; */
}

/* WebKit (Chrome, Safari, Edge) */
.slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    /* Unfilled bar height (thin) */
    background: #ddd;
    border-radius: 5px;
    position: relative;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -8px;
    /* Align thumb with track */
    position: relative;
    z-index: 10;
    box-shadow: inset 0px 0px 0px 2px #fff;
    border: 2px solid red;
}

/* Dynamically Colored Filled Track */
.slider::before {
    content: "";
    width: var(--progress);
    height: 10px;
    /* Filled track height (thicker) */
    background: red;
        /* background: linear-gradient(to right, red 0%, red var(--progress), #ccc var(--progress), #ccc 100%); */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 5px;
    z-index: 2;
    transition: transform 0.2s linear;
    /* transition: transform 0.2s ease-in-out; */
}

.slider2::before {
    width: auto;
}

.fill {
    position: absolute;
    height: 10px;
    background: #ff0000;
    border-radius: 5px;
    top: 15%;
    left: 49%;
    transform: translateY(-50%);
    width: 0%;
    z-index: 2;
}
/* Firefox */
.slider::-moz-range-track {
    width: 100%;
    height: 5px;
    /* Unfilled bar height */
    background: #ddd;
    border-radius: 5px;
}

.slider::-moz-range-progress {
    height: 10px;
    /* Filled track height */
    background: red;
    border-radius: 5px;
}

.slider2::-moz-range-progress {
    background: none;
}
.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: inset 0px 0px 0px 2px #fff;
    border: 2px solid red;
}

/* Microsoft Edge */
.slider::-ms-track {
    width: 100%;
    height: 5px;
    /* Unfilled track height */
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.slider::-ms-fill-lower {
    background: red;
    height: 10px;
    /* Filled track height */
    border-radius: 5px;
}

.slider::-ms-fill-upper {
    background: #ddd;
    height: 5px;
    border-radius: 5px;
}

.slider::-ms-thumb {
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: inset 0px 0px 0px 2px #fff;
    border: 2px solid red;
}

.dots-container {
    position: absolute;
    top: 7px;
    width: 98%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.dot {
    width: 12px;
    height: 12px;
    background-color: #00000063;
    border-radius: 50%;
}

.modal-backdrop {
    background-color: transparent;
    position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {

    /* Webkit-specific styles */
    .scale-line {
        bottom: 14px;
    }
}
        
@media (max-width: 800px) {
    .scale-line {
        left: 10px;
        bottom: 11px;
    }

    .dots-container {
        top: -3px;
        width: 100%;
    }
}

/* Media query for Firefox */
@-moz-document url-prefix() {
/* Firefox-specific styles */
.scale-line {
        bottom: 7px;
    }

.fill {
    top: 19%;
}

.dots-container {
    top: 13px;
    width: 98%;
}
}

@media (max-width: 800px) {
    .scale-line {
        left: 10px;
        bottom: 4px;
    }
}
.subscription-box1-bg {
    background-color: #263f6a;
    color: #ffffff;
}

.subscription-box1-clr {
    color: #263f6a;
}

.subscription-box1-border {
    border: 1px solid #263f6a;
}

.subscription-box2-bg {
    background-color: #9051e8;
    color: #ffffff;
}

.subscription-box2-clr {
    color: #9051e8;
}

.subscription-box2-border {
    border: 1px solid #9051e8;
}
.imgmodal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content (Image) */
.img-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Close Button */
.closeModal {
    position: absolute;
    /* top: 15px; */
    right: 35px;
    color: var(--theme-bg);
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.closeModal:hover {
    color: var(--theme-alt-dark);
}

.lg-white-border-right {
    border-right: 15px solid #fff;
}
.align-middle {
    vertical-align: middle !important;
    /* text-align: center; */
}

.align-bottom {
    vertical-align: bottom !important;
    text-align: center;
}

.vertical-header {
    width: 10px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.table-wrapper {
    overflow-x: auto !important;
    max-width: 100%;
}

.equal-table {
    border-collapse: collapse !important;
    width: max-content !important;
    /* allows table to grow beyond container if needed */
    min-width: 100%;
    table-layout: fixed;
}

.equal-table th,
.equal-table td {
    /* width: 150px; */
    /* or any fixed value you prefer */
    white-space: nowrap;
    padding: 10px !important;
    /* box-sizing: border-box; */
    line-height: 10px !important;
}

.ao-theme-outline {
    color: var(--theme-bg);
}

.ao-theme-outline:hover {
    color: var(--theme-alt-dark);
    text-decoration: none;
}
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffffed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.main-app-progress {
    display: none;
}

.main-app-progress.on {
    display: block !important;
}

.load-wrapp {
    /* float: left;*/
    width: 200px;
    /* height: 100px; */
    margin: 0 10px 10px 0;
    padding: 20px 20px 20px;
    text-align: center;
    /* background-color: #263f6af0; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.load-wrapp p {
    padding: 0 0 10px;
    color: var(--theme-alt);
    font-size: 21px;
}

.load-wrapp:last-child {
    margin-right: 0;
}

.line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
}

.load-2 {
    margin: 20px 0px;
}

.line.line1 {
    background-color: var(--theme-bg);
}

.line.line2 {
    background-color: var(--theme-alt-dark);
}

.line.line3 {
    background-color: var(--theme-bg);
}


/* =Animate the stuff
  ------------------------ */

.load-2 .line:nth-last-child(1) {
    animation: loadingB 1.5s 1s infinite;
}

.load-2 .line:nth-last-child(2) {
    animation: loadingB 1.5s 0.5s infinite;
}

.load-2 .line:nth-last-child(3) {
    animation: loadingB 1.5s 0s infinite;
}


@keyframes loadingB {
    0 {
        width: 20px;
    }

    50% {
        width: 45px;
    }

    100% {
        width: 20px;
    }
}

.qn-text-font {
    font-size: 1.7rem;
}

.float{
	position:fixed;
	/* padding:20px; */
	bottom:30px;
	right:40px;
	/* background-color:#0C9; */
	color:#FFF;
	/* border-radius:50px; */
	/* text-align:center; */
	/* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
    font-size: 1.2rem !important;
}

.theme-green {
  /* background-color: green; */
  color: green;
}

.circle-loader {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 3rem;
}
.loader {
    border: 4px solid #f3f3f3;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: rgb(243, 243, 243);
    border-top: 4px solid #263f6a;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

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

/* a.float > div {
  display: none;
}

a.float:hover > div {
  display: block;
  /* padding-left: 30%; */
/* } */