.slick-slider-parent {
    position: relative;
}

.slick-slider,
.view-form--banner {
    box-shadow: 0px 8px 8px rgb(0 0 0 / 20%);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.slick-slider-parent .footer__Buttons {
    width: 100%;
    align-items: center;
    position: absolute;
    height: 40px;
    bottom: 5px;
}

/* .slick-slider .slick-slide {
    height: 560px;
    width: 100% !important;
}
 */
@media screen and (max-width: 415px) {

    /*.slick-slider .slide {
      height: 488px !important;
    }*/
    .slick-slider {
        min-height: 535px;
    }

    .last_step__add {
        text-align: left !important;
    }
}

.last_step__add {
    font-size: 2rem !important;
    font-weight: bold !important;
}

.slick-slider-parent .progress {
    display: block;
    width: 100%;
    height: 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #e2e2e2;
    background-image: linear-gradient(to right,
            var(--btnbg),
            var(--btnhoverbg));
    background-repeat: no-repeat;
    background-size: 5% 100%;
    transition: background-size 0.4s ease-in-out;
    margin-top: 5px;
    margin-bottom: 5px;
}

.slick-slider-parent .progress span {
    font-weight: bold;
    color: #fff;
    margin-left: 2.7%;
    position: absolute;
    transform: translateX(-35%);
}

.slick-slider-parent .input_area_add {
    vertical-align: middle;
    display: table-cell;
}

.boxed_add label {
    background-color: rgba(17, 59, 79, 0.1);
    box-shadow: var(--boxaddshadow) 0px 0px 0px 1px inset;
}

.slick-slider-parent input[type="text"],
.slick-slider-parent textarea,
.slick-slider-parent input[type="password"],
.slick-slider-parent input[type="date"],
.slick-slider-parent input[type="time"],
select {
    display: block;
    width: 100%;
    font-family: inherit;
    -webkit-text-fill-color: var(--formdarkblue);
    padding: 0px 0px 8px;
    border: none;
    outline: none;
    border-radius: 0px;
    appearance: none;
    background-image: none;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    transform: translateZ(0px);
    /* font-size: 30px; */
    -webkit-font-smoothing: antialiased;
    line-height: unset;
    animation: 1ms ease 0s 1 normal none running native-autofill-in;
    transition: background-color 1e8s ease 0s, box-shadow 0.1s ease-out 0s;
    border-bottom: 1px solid rgba(100, 78, 2, .3);
    background-color: transparent !important;

}

.slick-slider-parent input::placeholder {
    -webkit-text-fill-color: rgba(17, 59, 79, 0.3);
}

.slick-slider-parent input[type="text"],
.slick-slider-parent textarea,
.slick-slider-parent input[type="password"],
.slick-slider-parent input[type="date"],
.slick-slider-parent input[type="time"],
select:focus {
    border-bottom: 2px solid var(--formdarkblue);
    -webkit-text-fill-color: var(--formdarkblue);
}

/* .slick-slider-parent input[type="text"],
.slick-slider-parent textarea, */
/* select:focus::placeholder { */
/*  -webkit-text-fill-color: rgba(17, 59, 79, 0.3); */
/* } */

.slick-slider-parent label {
    margin: 0px;
    max-width: 100%;
    /* font-weight: unset; */
    /* font-size: 24px; */
    line-height: 32px;
}

.slick-slider-parent .boxed_add,
.slick-slider-parent .boxed_add label {
    min-height: 142px;
}

/* ------- 2nd step -----------*/
.box-label {
    font-size: 16px;
}

.box-label p {
    color: var(--formdarkblue) !important;
    font-weight: 600;
    word-wrap: break-word;
}

.boxed_add img {
    max-height: 50px;
}

.boxed_add svg {
    max-height: 50px;
}

.boxed_add:hover .hid_key {
    display: block !important;
}

.boxed_add:hover .key_add,
.boxed_add input:checked+label .key_add {
    left: -20px;
    z-index: 999;
}

.boxed_add svg .st0,
.boxed_add svg .st1,
.boxed_add input:checked+label svg .st0,
.boxed_add input:checked+label svg .st1 {
    stroke: var(--imgcolor) !important;
}

.boxed_add svg .st1,
.boxed_add input:checked+label svg .st1 {
    fill: var(--imgcolor) !important;
}

.boxed_add label [stroke="#000000"],
.boxed_add label [fill="#000"] {
    stroke: var(--imgcolor) !important;
}

.boxed_add label [fill="#000"] {
    fill: var(--imgcolor) !important;
}



.boxed_add:hover svg .st0,
.boxed_add:hover svg .st1,
.boxed_add input:checked+label svg .st0,
.boxed_add input:checked+label svg .st1 {
    stroke: var(--imgonhover) !important;
}

.boxed_add:hover svg .st1,
.boxed_add input:checked+label svg .st1 {
    fill: var(--imgonhover) !important;
}

.boxed_add:hover label [stroke="#000000"],
.boxed_add:hover label [fill="#000"] {
    stroke: var(--imgonhover) !important;
}

.boxed_add:hover label [fill="#000"] {
    fill: var(--imgonhover) !important;
}

.boxed_add:hover label {
    background-color: var(--boxonhover);
}

.boxed_add input:checked+label [stroke="#000000"] {
    stroke: var(--imgonhover) !important;
}

.boxed_add input:checked+label [fill="#000"] {
    fill: var(--imgonhover) !important;
}

.slick-slider-parent .boxes input[type="radio"],
.boxed_add input[type="radio"] {
    opacity: 0;
}

.boxed_add input:checked+label {
    box-shadow: var(--formdarkblue) 0px 0px 0px 2px inset;
}

.boxed_add input:checked+label .hid_key {
    display: block !important;
}

.key_add .d-inline-flex {
    border-color: var(--formdarkblue) !important;
    background-color: var(--formdarkblue);
    color: #fff;
}

.key_add {
    height: 20px;
    top: 40%;
    left: -8px;
    font-size: 12px;
    overflow: hidden;
}

.boxed_add input:checked+label .key_add .d-inline-flex {
    border-color: var(--formdarkblue) !important;
    background-color: var(--formdarkblue);
}

.boxed_add input:checked+label .right_tick {
    opacity: 1;
}

.right_tick {
    opacity: 0;
}

.check_sign_add {
    width: 82%;
    background: var(--formdarkblue);
    height: 50px;
    transform: rotateZ(220deg);
    position: absolute;
    right: -41px;
    top: -29px;
}

.right_checked_add {
    padding: 4px 1px;
    margin-right: 2px;
}

.slick-slider-parent .set_data {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    display: flex;
    align-items: center;
}

/* 6th step */
.slick-slider-parent input[type="number"] {
    -moz-appearance: textfield;
    display: block;
    width: 100%;
    font-family: inherit;
    -webkit-text-fill-color: var(--formdarkblue);
    padding: 0px 0px 8px;
    border: none;
    outline: none;
    border-radius: 0px;
    appearance: none;
    background-image: none;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    transform: translateZ(0px);
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    line-height: unset;
    animation: 1ms ease 0s 1 normal none running native-autofill-in;
    transition: background-color 1e8s ease 0s, box-shadow 0.1s ease-out 0s;
    border-bottom: 1px solid rgba(100, 78, 2, .3);
    background-color: transparent !important;
}

.slick-slider-parent input[type="number"]:focus {
    border-bottom: 2px solid var(--formdarkblue);
    -webkit-text-fill-color: var(--formdarkblue);
}

.slick-slider-parent input[type="number"]:focus::placeholder {
    -webkit-text-fill-color: rgba(17, 59, 79, 0.3);
}

.slick-slider-parent input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 7th step */
.slick-slider-parent input[type="email"] {
    display: block;
    width: 100%;
    font-family: inherit;
    -webkit-text-fill-color: var(--formdarkblue);
    padding: 0px 0px 8px;
    border: none;
    outline: none;
    border-radius: 0px;
    appearance: none;
    background-image: none;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    transform: translateZ(0px);
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    line-height: unset;
    animation: 1ms ease 0s 1 normal none running native-autofill-in;
    transition: background-color 1e8s ease 0s, box-shadow 0.1s ease-out 0s;
    border-bottom: 1px solid rgba(100, 78, 2, .3);
    background-color: transparent !important;
}

.slick-slider-parent input[type="email"]:focus {
    border-bottom: 2px solid var(--formdarkblue);
    -webkit-text-fill-color: var(--formdarkblue);
}

.slick-slider-parent input[type="email"]:focus::placeholder {
    -webkit-text-fill-color: rgba(17, 59, 79, 0.3);
}

.slick-slider-parent .error_bg {
    background-color: rgb(247, 230, 230);
    border-radius: 3px;
    color: rgb(255, 255, 255);
    display: inline-block;
    min-height: 28px;
    outline: 0px;
    padding: 4px 8px;
    position: relative;
}

.checked_check {
    position: absolute;
    right: 2px;
    top: 2px;
}

/* arrow */
.footer__Buttons .v-control--arrow {
    background-color: var(--btnbg);
    color: #fff;
    align-items: center;
    padding: 8px 0px;
}

.footer__Buttons .v-prev--step {
    border-color: rgba(50, 39, 1, 0.3) !important;
}

.footer__Buttons .v-prev--step:hover,
.footer__Buttons .v-next--step:hover {
    background-color: var(--btnhoverbg);
}

@media screen and (max-width: 415px) {
    .check_sign_add {
        right: -47px !important;
        top: -33px !important;
    }

    .view-mob--add {
        right: -125px !important;
        top: -20px !important;
    }

    .slick-slider-parent #view_orientation_mob .boxed_add,
    .slick-slider-parent #view_orientation_mob .boxed_add label {
        min-height: 118px !important;
    }

    .box-label p {
        font-size: 12px;
    }

    .slick-slider-parent .boxed_add,
    .slick-slider-parent .boxed_add label {
        min-height: 120px;
    }

    .slick-slider-parent input[type="text"],
    .slick-slider-parent textarea,
    select,
    .slick-slider-parent input[type="email"],
    .slick-slider-parent input[type="tel"] {
        font-size: 20px !important;
    }

    .slick-slider-parent label {
        font-size: 18px;
    }
}

@media screen and (max-width: : 415px) and (min-width: 377px) {
    .view-mob--add {
        right: -138px !important;
        top: -20px !important;
    }
}

@media screen and (max-width: 375px) {
    .view-mob--add {
        right: -110px !important;
        top: -20px !important;
    }
}

@media (min-width: 576px) {
    .col-sm-2 {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}

@media (max-width: 578px) {
    .md-none-show {
        display: none;
    }

    .add_num_n_mail_foot {
        margin: 0 auto;
    }
}

/* form */
.slick-slider-parent .range-slider {
    -webkit-appearance: none;
    outline: none;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    height: 5px;
    background: rgb(79 176 174 / 75%);
    border-radius: 12px;
}

.slick-slider-parent .range-slider:hover {
    opacity: 1;
}

.slick-slider-parent .range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: var(--formdarkblue);
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 12px 0px;
    border-radius: 25px;
    opacity: 1 !important;
}

.slick-slider-parent .range-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: var(--formdarkblue);
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 12px 0px;
    border-radius: 25px;
    opacity: 1 !important;
}

.slick-slider-parent .range_input {
    box-shadow: var(--formdarkblue) 0px 2px !important;
    -webkit-text-fill-color: var(--formdarkblue) !important;
}

.slick-slider-parent .range-unit {
    color: var(--formdarkblue);
    padding: 0px 0px 8px;
    font-size: 30px;
}

/*new step add*/
#append-cities .boxed_add,
#append-cities label {
    min-height: 57px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_skip--step a {
    color: #36a9e1;
    text-decoration: underline;
}

.form_skip--step a:hover {
    color: #36a9e1;
    text-decoration: none;
}

.slick-slider-return-btn {
    top: 35px;
    left: 10px;
    font-size: 1.5em;
    color: var(--formdarkblue);
    cursor: pointer;
    z-index: 2;
}




.set_data .container label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin: 5px !important;
    /* Accessible outline */
    /* Remove comment to use */
    /*
      &:focus-within {
          outline: .125em solid $primary-color;
      }
    */
}

.set_data .container label input {
    position: absolute;
    left: -9999px;
}

.set_data .container label input:checked+span:before {
    box-shadow: inset 0 0 0 0.4375em var(--formdarkblue);
}

.set_data .container label span {
    display: flex;
    align-items: center;
    padding: 0.1em 0.75em 0.1em 0.375em;
    font-size: 16px;
    border-radius: 99em;
    transition: 0.25s ease;
}

.set_data .container label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em var(--formdarkblue);
}

.set_data .container form {
    display: flex;
}

.okbtn {
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    background-color: var(--btnbg) !important;
    line-height: 1.5;
    border: none;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;
    align-items: baseline;
}

.okbtn:hover {
    color: #fff;
    /* font-size: 14px; */
    /* text-align: center; */
    /* text-decoration: none; */
    background-color: var(--btnhoverbg) !important;
    /* line-height: 1.5; */
    /* border: none; */
    /* border-radius: 4px; */
    /* font-weight: 700; */
    /* text-transform: uppercase; */
    /* letter-spacing: 0.5px; */
    /* transition: all 0.3s ease-in-out; */
    /* align-items: baseline; */
}

.count_form--step {
    color: var(--btnbg);
    margin-right: 5px;
}

.count_form--step i {
    font-size: 14px;
    bottom: 2px;
    right: 4px;
}

.slick-slider-parent input[type="tel"] {
    display: block;
    width: 100%;
    font-family: inherit;
    -webkit-text-fill-color: var(--formdarkblue);
    padding: 0px 0px 8px;
    border: none;
    outline: none;
    border-radius: 0px;
    appearance: none;
    background-image: none;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    transform: translateZ(0px);
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    line-height: unset;
    animation: 1ms ease 0s 1 normal none running native-autofill-in;
    transition: background-color 1e8s ease 0s, box-shadow 0.1s ease-out 0s;
    border-bottom: 1px solid rgba(100, 78, 2, .3);
    background-color: transparent !important;

}

.slick-slider-parent input[type="tel"]:focus {
    border-bottom: 2px solid var(--formdarkblue);
    -webkit-text-fill-color: var(--formdarkblue);
}

.slick-slider-parent input[type="tel"]:focus::placeholder {
    -webkit-text-fill-color: rgba(17, 59, 79, 0.3);
}

.slick-slider-parent .center-box {
    align-items: center;
}


/* -----------------SCROLL BAR STYLE------START-------- */
/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
.scrollbar::-webkit-scrollbar {
    background-color: transparent;
    width: 8px
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color: transparent
}

.scrollbar::-webkit-scrollbar-track:hover {
    background-color: transparent;
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    /* border:5px solid transparent */
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4
}

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {
    display: none
}


/* -----------------SCROLL BAR STYLE------END-------- */
.dd-selected-image,
.dd-option-image {
    width: 30px;
    height: 30px;
}

.dd-option-text,
.dd-selected-text {
    line-height: 30px !important;
    font-size: 16px;
}

.dd-select {
    border: none !important;
}

.dd-select .dd-selected {
    border-radius: 5px;
    outline: none;
    border: 1px solid #eee;
    background: #fff;
}

.dd-select.dd-open .dd-selected {
    border: 1px solid var(--bs-primary-tint-40);
}

.dd-options.dd-click-off-close {
    max-height: 305px;
    overflow-y: scroll;
}



.box-red {
    background-color: #f2dede;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 7px, #b94a48 7px, #b94a48 14px);
}



.slick-prev:before,
.slick-next:before {
    color: #09529b !important;
}

.w-33 {
    width: 33.333333333% !important;
}


/* ---------------------- scheduler ------------------------- */

.scheduler-prev:before,
.scheduler-next:before {
    color: #09529b !important;
}

.scheduler-next:before {
    content: '→';
}

.scheduler-prev:before {
    content: '←';
}

.scheduler-next:before,
.scheduler-prev:before {
    font-family: slick;
    font-size: 20px;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.scheduler-next:hover:before,
.scheduler-prev:hover:before {
    opacity: 1;
}


.cell-follow {
    position: absolute;
    border: solid 4px #333;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    transition: .15s;
}

@media screen and (min-width: 769px) {

    .owl-dots,
    .dis-none-pc {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .dis-none-mob {
        display: none !important;
    }
}

#siteareas_filter input[type=search],
#sitelist_filter input[type=search],
#siteoffers_filter input[type=search] {
    width: calc(100% - 65px);
}

.solar-panel-preview,
.solar-panel-preview tbody,
.solar-panel-preview tr,
.solar-panel-preview td {
    white-space: normal !important;
}

[dir="rtl"] table.dataTable>thead .sorting:after {
    right: auto !important;
    left: 0.5rem;
}

[dir="rtl"] table.dataTable>thead .sorting:before {
    right: auto !important;
    left: 1rem;
}



.level1bg {
    background-color: #d9edb9 !important;
}

.level1bg1 {
    background-color: #80c416 !important;
}

.level1color {
    color: #80c416 !important;
}

.level2bg {
    background-color: #fde7c4 !important;
}

.level2bg2 {
    background-color: #fbaf3b !important;
}

.level2color {
    color: #fbaf3b !important;
}

.level3bg {
    background-color: #fbcdbd !important;
}

.level3bg2 {
    background-color: #f15a25 !important;
}

.level3color {
    color: #f15a25 !important;
}

.level4bg {
    background-color: #ffb8b7 !important;
}

.level4bg2 {
    background-color: #fe1312 !important;
}

.level4color {
    color: #fe1312 !important;
}

.level5bg {
    background-color: #b7ddb5 !important;
}

.level5bg2 {
    background-color: #00af41 !important;
}

.level5color {
    color: #00af41 !important;
}

.tf456:hover .qb67y {
    display: block !important;
}

.phone-section .dd-pointer {
    display: none;
}

button.dd-selected {
    padding: '6px';
}


/* ------------------ PHONE V3 START ------------------ */
#phone-status-div {
    width: 200px;
    margin-right: 5px;
    background-color: #72ff72;
    border: 1px solid #07a261;
    color: #038a51;
    font-size: 13px;
    font-family: monospace;
    padding: 2px;
    height: 45px;
}

.bar-v-and-m {
    display: inline-block;
    width: 5px;
    height: 28px;
    border: 1px solid #CCCCCC;
    background-color: #ececec;
    padding: 0px;
    vertical-align: middle;
    position: relative;
    border-radius: 3px;
}

#button-phone-red {
    transform: rotate(135deg);
}

.phone-inline-button {
    height: 45px;
    width: 45px;
    border: 0px;
    flex: none;
    font-size: 21px !important;
    color: #fff;
    margin-left: 5px;
}

.phone-inline-button:hover {
    -webkit-filter: brightness(90%);
}

.phone-inline-button:disabled {
    opacity: 0.7;
}

.phone-inline-input {
    height: 45px;
}

.phone-bg-green {
    background-color: #07a261 !important;
}

.phone-bg-orange {
    background-color: #f16a1b !important;
}

.phone-bg-red {
    background-color: #dc3545 !important;
}

.no-button-styles {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

/* ------------------ PHONE V3 END -------------------- */

/*------------------ TOGGEL PASSWORD----------------------*/
::-ms-reveal {
    display: none;
}

button#toggle-password {
    position: absolute;
    top: 3px;
    right: 4px;
    z-index: 9;
    width: 28px;
    height: 30px;
    background: 0;
    border: 0;
}

button#toggle-password:active,
button#toggle-password:focus,
button#toggle-password:hover {
    cursor: pointer;
}

button#toggle-password:focus {
    outline: none !important;
}

.input-password {
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.input-password[type=password]:valid {
    background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z'/%3E%3Cpath d='M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299l.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z'/%3E%3Cpath d='M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709z'/%3E%3Cpath fill-rule='evenodd' d='M13.646 14.354l-12-12 .708-.708 12 12-.708.708z'/%3E%3C/svg%3E") !important;
}

.input-password[type=text]:valid {
    background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.134 13.134 0 0 0 1.66 2.043C4.12 11.332 5.88 12.5 8 12.5c2.12 0 3.879-1.168 5.168-2.457A13.134 13.134 0 0 0 14.828 8a13.133 13.133 0 0 0-1.66-2.043C11.879 4.668 10.119 3.5 8 3.5c-2.12 0-3.879 1.168-5.168 2.457A13.133 13.133 0 0 0 1.172 8z'/%3E%3Cpath fill-rule='evenodd' d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/%3E%3C/svg%3E") !important;
}

/*------------------ TOGGEL PASSWORD----------------------*/


/* ------------------- SONAR EFFECT ---------------------- */
/* .sonar-wave {
    border-radius: 9999px;
    background-color: green;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
  }

.sonar-wave {
    animation: sonarWave 2s linear infinite;
  }

  @keyframes sonarWave {
    from {
      opacity: 0.4;
    }
    to {
      transform: scale(1);
      opacity: 0;
    }
  } */


  .outbound-pulse, .ringing-pulse-green {
	background: #25d366;
	color: white;
    
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 25px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse-green;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

.outbound-pulse, .ringing-pulse-green-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.outbound-pulse, .ringing-pulse-green-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}















.ringing-pulse-orange {
	background: #f16a1b;
	color: white;
    
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 25px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse-orange;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

.ringing-pulse-orange-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.ringing-pulse-orange-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #f16a1b;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}





.inbound-pulse {
	background: #079aa2;
	color: white;
    
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 25px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse-blue;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

.ringing-pulse-orange-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.ringing-pulse-orange-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #079aa2;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}














































@keyframes pulse-green {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}



@keyframes pulse-blue {
	0% {
		box-shadow: 0 0 0 0 #079aa280;
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}



@keyframes pulse-orange {
	0% {
		box-shadow: 0 0 0 0 #f1691bab;
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* ------------------- SONAR EFFECT ---------------------- */


.form-group .input-group-text { 
    height: 100% !important;
}


/* ------------------- ANCHOR NO STYLE ---------------------- */
a.nostyle:link {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}

a.nostyle:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: auto;
}
/* ------------------- ANCHOR NO STYLE ---------------------- */

/* right section */
@media screen and (max-width: 1880px) {
    .fontright{
        font-size: 14px!important;
     
    }
  
}




.custom-avatar {
    height: 52px;
    width: 52px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 52%;
    font-size: 20px;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 11px;
    box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(27 31 35 / 15%) 0px 0px 0px 1px;
}