.is-invalid {}
.flex.w-full.max-w-sm.flex-col.gap-2 {
    max-width: 900px;
    z-index: 9;
}
.unauth-views {
    background-image: url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-background.flex.min-h-svh.flex-col.items-center.justify-center.gap-6.p-6.md\:p-10:before {
    content: "";
    background: #00000073;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
}
.mt-3.text-sm.font-medium.text-red-500.dark\:text-red-400
 {
    margin-top: 0;
}

.nav-info:hover {
    background: transparent;
}
.nav-info:hover .flex-1.text-sm.font-medium.leading-none.whitespace-nowrap {
    color: #0976b7;
}


.header-logo img.h-6 {
    height: fit-content;
    width: 180px;
}

.header-logo .flex.items-center.justify-center.h-6.rounded-sm.overflow-hidden.shrink-0 {
    height: auto;
}
.isolate {
    background: transparent;
    color: #fff;
    padding: 0 0 0 14px;
    width: fit-content;
}

.isolate:after {
    content: none;
}

.isolate:hover svg {
    fill: #fff !important;
}

.login-btn svg {
    color: #ffffff !important;
}
.login-btn  span.select-none {
    line-height: 0;
}
.underline {
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
    .phone-header svg {
        color: #000;
        width: 25px;
        height: 25px;
    }
}

.loader-setting{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000036;
    justify-content: center;
    align-items: center;
}

/* ************************************************************************************** */
/*  Thermometer style start  */
/* ************************************************************************************** */
.thermometer-bdr {
    position: relative;
    bottom: 37px;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0 !important;
    width: 34px;
    background: #fff;
    z-index: 99;
}
.thermometer-wrapper .thermometer-info {
    border-top: 0;
    bottom: 0px;
    z-index: 0;
    width: 59px;
    height: 59px;
}
.thermometer-wrapper .thermometer-info .rounded-full {
    top: -1px;
    position: relative;
}
.thermometer-wrapper .thermometer-bdr .w-full.bg-green-500.rounded-t-full {
    z-index: 9999999;
    position: relative;
    bottom: -13px;
}
.thermometer-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
}
.thermometer-wrapper .thermometer {
    position: relative;
    width: 36px;
    height: 360px;
    margin-right: 15px;
}
.thermometer-wrapper .tube {
    position: absolute;
    top: -4px;
    left: 49.5%;
    transform: translateX(-50%);
    width: 40px;
    height: 300px;
    background: white;
    border: 3px solid #888;
    border-radius: 60px;
    z-index: 9;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.thermometer-wrapper .fill {
    position: absolute;
    bottom: 0px;
    width: 63%;
    background: #44b78b;
    display: flex;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 9999999999;
    max-height: 97%;
}
.thermometer-wrapper .bulb {
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 61px;
    background: white;
    border: 3px solid #888;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thermometer-wrapper .bulb-fill {
    width: 46px;
    height: 46px;
    background: #44b78b;
    border-radius: 50%;
}
.thermometer-wrapper .ticks {
    height: 304px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    color: #333;
}
.thermometer-wrapper .ticks span {
    position: relative;
    padding-left: 20px;
    top: -1px;
}
.thermometer-wrapper .ticks span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 1px;
    background: #666;
    transform: translateY(-50%);
}

.question-div select, .question-div input {
    padding: 5px;
}
/* ************************************************************************************** */
/*  Thermometer style end  */
/* ************************************************************************************** */
@media (max-width:767px) {
    .data-measure {
        left: 0 !important;
        position: relative;
        margin: 25px auto;
        width: 70%;
        padding: 20px;
        border: 1px solid #ddd;
    }
}
.svg-hover-white:hover svg,
.svg-loader-white svg {
    color: white !important;
}