@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

html,
body,
h1,
h2,
h3,
h4,
h5,
p,
strong,
label {
    font-family: "Nunito Sans", sans-serif !important;
}

html,
body {
	position:relative;
	overflow-x:hidden;
}

#complaintBtn {
    background-color: unset !important;
    color: #fff;
    border: unset !important;
    letter-spacing: 0px !important;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    word-wrap: break-word;
    white-space: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    text-align: right;
}

#complaintBtn span {
    font-family: "Inter", sans-serif !important;
    color: #fff;
    text-transform: capitalize;
}

#customThumb {
    transition: left 0.1s ease-out;
    transform: translateX(-50%);
}

.pl-customize-chat:hover img {
    transform: scale(1.1);
}

.pl-customize-chat img {
    transition: transform 0.3s ease-in-out;
}

.pl-gradient-border {
    background: linear-gradient(180deg, #84ADBD 0%, #0A494C 100%);
    padding: 1px;
    border-radius: 0.375rem;
}

#complaint .complaint {
    width: 100%;
}

/* Menu */
.hm-header {
    background-color: #1574EA;
    border-radius: 10px 0px 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 51px;
    height: 101px;
    z-index: 1000;
    cursor: pointer;
}

.hm-nav {
    text-align: center;
}

.hm-nav p {
    font-size: 12px;
    color: #fff;
    margin: 0 0 0.2vw;
}

.hm-menu {
    background: #fff;
    height: 100%;
    right: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}

.hm-menu.open {
    opacity: 1;
    visibility: visible;
}

.hm-toggle-menu {
    border: none;
    position: relative;
    padding: 0;
    z-index: 1000;
}

.hm-toggle-menu span {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s ease-in-out,
            top 0.2s 0.2s ease-out,
            transform 0.2s linear;
    height: 2px;
    width: 23px;
}

.hm-toggle-menu span:before,
.hm-toggle-menu span:after {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    transition: background-color 0.2s ease-in-out,
            top 0.2s 0.2s ease-out,
            transform 0.2s linear;
    height: 2px;
    width: 23px;
}

.hm-toggle-menu span:before {
    top: 8px;
}

.hm-toggle-menu span:after {
    top: -8px;
}

.hm-toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
}

.hm-toggle-menu.active span:before,
.hm-toggle-menu.active span:after {
    transition: top 0.2s ease-out,
            transform 0.2s 0.2s ease-out;
}

.hm-toggle-menu.active span {
    height: 2px;
    width: 23px;
}

.hm-toggle-menu.active span:before {
    top: 0;
    transform: rotate3d(0, 0, 1, -40deg);
    height: 2px;
    width: 23px;
}

.hm-toggle-menu.active span:after {
    top: 0;
    transform: rotate3d(0, 0, 1, 40deg);
    height: 2px;
    width: 23px;
}

/* Ion Range Slider */
.slider .irs.irs--big {
    position: relative;
    top: auto;
}

.slider .irs {
    position: absolute;
    display: block;
    width: 100%;
    top: 30px;
}

.slider .irs-max,
.slider .irs-min,
.slider .irs-from,
.slider .irs-to {
    display: none;
}

.slider .irs--big .irs-line {
    top: 0px;
}

.slider .irs--big .irs-handle {
    background: #FFF;
    border: 1px solid #84ADBD !important;
    color: #343434;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 103px;
    height: 38px;
    text-align: center;
    position: absolute;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    top: 15px;
}

.slider .irs--big .irs-handle.state_hover,
.slider .irs--big .irs-handle:hover {
    border: none;
    background: #FFF;
    background-color: #FFF;
}

.slider .irs--big .irs-line,
.slider .irs--big .irs-bar {
    background: #EDEDED;
    border-radius: 8px;
    height: 10px;
    box-shadow: none;
    border: none;
}

.slider .irs-single {
    z-index: 9;
}

.slider .irs--big .irs-single {
    color: #343434;
    background: none;
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    font-family: "Nunito Sans", sans-serif;
    cursor: pointer;
    position: absolute;
    top: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.slider .irs--big .irs-single:before {
    content: '';
	background-image: url('../img/svg/caret-left.svg');
    background-repeat: no-repeat;
    width: 6px;
    height: 10px;
    background-size: contain;
}

.slider .irs--big .irs-single:after {
    content: '';
	background-image: url('../img/svg/caret-right.svg');
    background-repeat: no-repeat;
    width: 6px;
    height: 10px;
    background-size: contain;
}

.slider .irs-hidden-input {
    position: relative !important;
}

.hml-returning-customer {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    margin-top: 30px;
}

.hml-returning-customer p {
    margin-bottom: 0;
}

.hml-returning-customer-btn {
    font-size: 16px;
    color: #343434;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 700;
}

.hml-returning-customer-btn:hover {
    text-decoration: underline;
    color: #343434;
}

.hml-modal-dialog {
    max-width: 450px;
}

.hml-modal-header {
    padding: 10px 16px;
    border: none;
}

.hml-modal {
    padding: 16px 40px 30px;
}

.hml-modal .form-control {
    margin: 0;
}

.hml-modal .form-control:focus {
    border-color: #e8e8e8;
    box-shadow: none;
}

.hml-modal h3 {
    color: #343434;
    font-size: 20px;
    margin-bottom: 15px;
}

.hml-primary-button {
    background: #84ADBD;
    border-radius: 8px;
    border: none;
    box-shadow: none !important;
    color: white !important;
    display: block;
    height: 40px;
    margin: auto;
    width: 220px;
    margin-top: 30px;
}

.hml-primary-button:focus {
    outline: none;
}

.hml-button-w-150 {
    width: 150px;
}

.hml-error {
    color: #8a1f11;
    display: inline-block;
    margin-top: 10px;
}

.hml-form-error {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.hml-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.hml-modal {
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    animation: fadeIn 0.25s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.hml-close {
    position: absolute;
    top: 5px;
    right: 16px;
    font-size: 30px;
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
}

.hml-modal-disclaimer {
    margin-top: 30px;
}