/* 
Michelin Client- Ask Us
*/

#ChangepwdModal #ChangepwdModalFormS {
    font-size: 16px;
}

    #ChangepwdModal #ChangepwdModalFormS .fal {
        color: #4480d3;
        padding: 10px;
        position: absolute;
    }
        /*#ChangepwdModal #ChangepwdModalFormS .fa-key{
left: 1rem;
}*/
        #ChangepwdModal #ChangepwdModalFormS .fal.show-pwd {
            right: 1rem;
            left: auto;
        }

    #ChangepwdModal #ChangepwdModalFormS input {
        padding-left: 36px;
    }

    #ChangepwdModal #ChangepwdModalFormS label {
        font-weight: 400;
        margin-bottom: 2px !important;
        font-size: inherit;
    }

    #ChangepwdModal #ChangepwdModalFormS .error {
        margin-top: 4px !important;
    }

.modal .btn {
    border-radius: 20px;
    padding: 0.432rem 1.25rem;
}

#confirmModal .modal-content .modal-footer .btn {
    min-width: auto;
}

.confirm-modal-backdrop {
    filter: brightness(0.5);
}

.k-input-inner {
    height: 50px;
}
/* 24-Sep-modal-css-start */
.confirmModal .modal-content {
    border: 1px solid #004c98 !important;
    border-top: 3px solid #004c98 !important;
}

.confirmModal .modal-dialog {
    max-width: 800px;
}

.confirmModal .modal-content h2 {
    font-size: 1.063rem;
    font-weight: 600;
    color: #004c98;
    padding: 8px 15px;
}

.confirmModal .modal-body {
    padding: 8px 0px;
}

.confirmModal .modal-footer {
    border-top: 0px;
    padding: 8px 15px;
}

.modal.fade.confirmModal .modal-dialog {
    transition: none;
    -webkit-transform: none;
    transform: none;
}

.confirmModal span#spnNote {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
}

.confirmModal i.fal.fa-exclamation-triangle.text-warning {
    float: left;
    width: 5%;
}

.textarea-box {
    border: #cdd7e6 1px solid;
    margin: 0px 30px;
    flex: auto;
    padding: 20px;
    overflow-y: scroll;
    height: auto;
    max-height: 250px;
}
/* 24-Sep-modal-css-end*/
select.dropdown {
    min-width: 220px !important;
    width: 220px !important;
    background-color: #fff !important;
    color: #195cb9 !important;
}

    select.dropdown.btn.btn-outline-primary {
        min-width: 220px !important;
        width: 220px !important;
        position: relative;
    }

        select.dropdown.btn.btn-outline-primary::after {
            position: absolute;
            background: url(../images/select-arrow-down.svg) center right 10px / 12px 13px no-repeat #fff;
            right: 56px;
            content: "";
        }

select.dropdown option {
    background: #fff;
    padding: 12px 12px 12px 0px;
    line-height: 1em;
    text-align: left;
}
.heading-text {
    width: 40%;
    float: left;
}
.speak-icon {
    width: 60%;
    float: right;
    padding-right: 15px;
    position:relative;
}
.speak-icon img {
    position:inherit;
    right:0px;
    width:90px;
}
    .confirmModalSpeak .modal-dialog {
    max-width: 650px;
}
.mic-icon{
    position:relative;
}
.mic-icon img {
    position: absolute;
    right: 0;
    left:7%;
    bottom: 9px;
    max-width: 12px;
    cursor:pointer;
}
.mic-icon-askus {
    position: relative;
}

.mic-icon-askus img {
        position: absolute;
        right: 0;
        left: 9%;
        bottom: 9px;
        max-width: 12px;
        cursor: pointer;
   }

#micheading {
    position: absolute; /* Allow free movement */
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
}

.listeningcontainer {
    position: relative;
    width: 100%;
    height: 50px; /* Adjust as needed */
    overflow: hidden; /* Hide overflow for smooth movement */
}
.fa, .fas, .far, .fal, .fad, .fab {
    font-size: 1.1875rem;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.gradient-icon {
    background: linear-gradient(to right, #1a5999, #ff48bf, #eb145d63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 20px !important;
    vertical-align:middle;
}
.confirmModal .error-message {
    color: #c94739;
    padding-left: 35px;
    margin-bottom: 0px !important;
}