@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
body {
    box-sizing: border-box;
    font-family: "Roboto", sans-serif !important;
    margin: 0 auto;
    padding: 0;
}

.chat-body {
    background-color: #F5F5F5;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    box-shadow: none !important;
}

.btn-default.focus,
.btn-default:focus {
    background-color: #fff !important;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #2c2c2c !important;
    background-color: #fff !important;
    border-color: #CED4DA !important;
}

.btn-default:hover {
    color: #2c2c2c !important;
    background-color: #fff !important;
    border-color: #CED4DA !important;
}

.textareafield {
    -webkit-box-shadow: none;
    border: none;
    resize: none;
    max-height: 100px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}


/*-----------review star css-----------------*/

.rating {
    text-align: left;
}

.star-ratings-sprite2 {
    background: url(../prepros/images/star.png);
    font-size: 0;
    height: 17px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 99px;
    display: inline-block;
}

.star-ratings-sprite-rating2 {
    background: url(../prepros/images/star.png) repeat-x;
    background-position: 0 96%;
    float: left;
    height: 17px;
}


/*-----------review star css-----------------*/


/*---------header part-------------*/

.chat-header {
    background-color: #ff7d00;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0px 15px;
    height: 48px;
    align-items: center;
}

.chat-header .chat-head-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat-header .chat-head-right .closebtn {
    margin-left: 10px;
    cursor: pointer;
}

.chat-header .chat-head-right .minimize {
    padding-bottom: 0px;
    cursor: pointer;
}

.chat-header .chat-head-left {
    display: flex;
    align-items: center;
}

.chat-header .chat-head-left #support-button {
    font-size: 12px;
    font-weight: 600;
    background-color: #F5F5F5;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 4px;
    color: #ff7d00;
    margin-left: 5px;
}

.chat-header .chat-head-left .logo {
    max-width: 160px;     
    max-height: 31px;
}  


/*---------header part-------------*/


/*---------loader body----------------*/

.loader-body {
    width: 100%;
    height: calc(100% - 47px);
    text-align: center;
    background-color: #F5F5F5;
    position: absolute;
}

.loader-body .inner-body {
    top: 46%;
    width: 100%;
    position: absolute;
    font-size: 14px;
    color: #2c2c2c;
    padding: 0 15px;
    letter-spacing: 0px;
    opacity: 1;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-body .timer {
    color: #ff7d00;
    margin: 0em 0em !important;
}

.loader-body .timer-text {
    padding-top: 20px;
    font-weight: 500;
    margin: 0em 0em !important;
    font-weight: 400;
}

.loader-body .loader {
    margin-bottom: 15px;
}


/*---------loader body----------------*/


/*-------------footer------------------*/

.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999999;
}

.footer .mini-footer {
    background-color: #2c2c2c;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 6px 16px;
}

.footer .mini-footer .query {
    margin: 0 !important;
}

.footer .mini-footer-seconds {
    background-color: #2c2c2c;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 6px 16px;
}

.footer .mini-footer-seconds .query {
    margin: 0 !important;
}

.footer .mini-footer-seconds .query .timer {
    color: #ff7d00;
}

.footer .main-footer {
    padding: 8px 16px;
    border: 1px solid #C0C0C0;
    background-color: #fff;
}

.footer .main-footer .myflex {
    display: flex;
    margin-bottom: 0px;
}

.footer .main-footer .myflex .attach {
    position: relative;
    cursor: pointer;
}

.footer .main-footer .myflex .attach .file {
    width: 45px;
    opacity: 0;
    padding: 4px 0 !important;
}

.footer .main-footer .myflex .attach img {
    position: absolute;
    top: 5px;
}

.footer .main-footer .myflex .textareafield {
    position: relative;
    /* left: 37px; */
    width: 100%;
    -webkit-box-shadow: none;
    border: none;
    resize: none;
    color: #2c2c2c;
    font-size: 14px;
    overflow-y: auto;
    min-height: 32px;
    max-height: 80px;
}

.footer .main-footer .myflex .textareafield::-webkit-scrollbar {
    width: 6px;
}

.footer .main-footer .myflex .textareafield::-webkit-scrollbar-thumb {
    background-color: #708090;
}

.footer .main-footer .myflex .send {
    position: absolute;
    right: 0;
    padding: 4px 4px;
}

.footer .main-footer .myflex .send .sendbtn {
    border: none;
    background: 0 0;
}


/*-------------footer------------------*/


/*------------Non login screen 1----------------*/

.nonlogin-body {
    padding: 20px 20px;
}

.nonlogin-body .refer-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background       : #FCF5E7; */
    border-radius: 4px 4px 4px 4px;
    padding: 20px 15px 19px 16px;
    background: url(../prepros/images/Background-city.png);
    background-position: -13px -45px;
    /* background-repeat: no-repeat; */
    background-size: auto;
}

.nonlogin-body .refer-section .city {
    position: absolute;
    z-index: 1;
    left: 21px;
    top: 72px;
}

.nonlogin-body .refer-section .earn-image {
    z-index: 99;
}

.nonlogin-body .refer-section .earn-text {
    z-index: 99;
    padding-left: 14px;
}

.nonlogin-body .refer-section .earn-text h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}

.nonlogin-body .refer-section .earn-text p {
    font-size: 14px;
    font-weight: 400;
}

.nonlogin-body .refer-section .earn-text a {
    color: #ff7d00;
    font-size: 12px;
    font-weight: 700;
}

.nonlogin-body .order-id {
    margin-top: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.nonlogin-body .order-id .order-text {
    margin-bottom: 30px;
}

.nonlogin-body .order-id .inputfield {
    width: 210px;
    display: inline-block;
    border: 1px solid #ff7d00;
}


/*------------Non login screen 1----------------*/


/*------------login screen 1----------------*/

.login-body {
    padding: 20px 15px 110px 15px;
}

/* .login-body .refer-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background       : #FCF5E7;
    border-radius: 4px 4px 4px 4px;
    padding: 20px 15px 19px 16px;
    background: url(../prepros/images/Background-city.png);
    background-position: -13px -45px;
    background-size: auto;
} */
.login-body .refer-section {
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 4px 4px 4px 4px;
padding: 20px 15px 19px 16px;
background: url(../prepros/images/Background-city.png);
background-position: -13px -45px;
background-size: auto;
}

.login-body .refer-section .city {
    position: absolute;
    z-index: 1;
    left: 21px;
    top: 72px;
}

.login-body .refer-section .earn-image {
    z-index: 99;
}

.login-body .refer-section .earn-text {
    z-index: 99;
    padding-left: 14px;
}

.login-body .refer-section .earn-text h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}

.login-body .refer-section .earn-text p {
    font-size: 14px;
    font-weight: 400;
}

.login-body .refer-section .earn-text a {
    color: #ff7d00;
    font-size: 12px;
    font-weight: 700;
}

.login-body .order-id {
    margin-top: 25px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.login-body .order-id h5 {
    font-weight: 600;
}

.login-body .order-id label {
    font-weight: 500;
}

.login-body .order-id .order-text {
    margin-bottom: 18px;
}

.login-body .order-id .inputfield {
    width: 210px;
    display: inline-block;
    border: 1px solid #ff7d00;
}

.login-body .order-id .dropoption {
    padding: 10px 10px 10px 10px;
    display: flex;
    width: 100%;
    font-size: 16px;
    color: #757575;
    justify-content: space-between;
    border: 1px solid #CED4DA;
    border-radius: 5px 5px 5px 5px;
}

.login-body .order-id .dropoption:active {
    background-color: #fff;
}

.login-body .order-id .menu-box {
    border-radius: 0px;
    height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: -webkit-fill-available;
}

.login-body .order-id .menu-box li a {
    color: #2c2c2c !important;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #CED4DA;
}

.login-body .order-id .menu-box li a:hover {
    background-color: #CED4DA !important;
}

.login-body .order-id .menu-box::-webkit-scrollbar {
    width: 6px;
}

.login-body .order-id .menu-box::-webkit-scrollbar-thumb {
    background-color: #708090;
}


/*------------login screen 1----------------*/


/*--------chat screen with select order option at top ------------*/

.chat-screen {
    padding: 5px 8px 5px 14px;
    background-color: #fff;
    box-shadow: 2px 3px 6px #70809045;
    border: 1px solid #70809045;
}

.chat-screen .userid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-screen .userid .id-name p {
    font-weight: 500;
    margin: 0;
}

.chat-screen .userid .dropoption {
    padding: 5px 10px 5px 10px;
    display: flex;
    width: 200px;
    justify-content: space-between;
    border: 1px solid #CED4DA;
    border-radius: 5px 5px 5px 5px;
}

.chat-screen .userid .dropoption .fa-chevron-down {
    margin-top: 2px;
}

.chat-screen .userid .dropoption:active {
    background-color: #fff;
}

.chat-screen .userid .dropdown-menu {
    width: -webkit-fill-available;
    top: 108%;
    left: -149px;
    min-width: 348px;
    border: 0px solid;
}

.chat-screen .userid .menu-box {
    border-radius: 0px;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.chat-screen .userid .menu-box li a {
    color: #2c2c2c !important;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px solid #CED4DA;
    white-space: break-spaces;
}

.chat-screen .userid .menu-box li a:hover {
    background-color: #CED4DA !important;
}

.chat-screen .userid .menu-box::-webkit-scrollbar {
    width: 6px;
}

.chat-screen .userid .menu-box::-webkit-scrollbar-thumb {
    background-color: #708090;
}


/*--------chat screen with select order option at top ------------*/


/*-----------inside chat screen message box-----------*/

.message-box {
    padding: 16px 0px 16px 16px;
    background-color: #ECEFF1;
    width: 100%;
    height: calc(100% - 93px);
    /*---height increased in chat screen-----*/
    position: absolute;
    margin-top: 2px;
}

.message-box .message-container {
    overflow-y: auto;
    top: 15px;
    /* height : fit-content; */
    max-height: calc(100% - 18px);
    overflow-x: hidden;
}

.message-box .message-container .agent {
    display: flex;
    /* transform   : matrix(-1, 0, 0, -1, 0, 0); */
    align-items: flex-start;
    width: 93%;
}

.message-box .message-container .agent .agent-photo {
    width: 24px;
    margin-right: 10px;
}

.message-box .message-container .agent .agent-letter {
    width: 24px;
    margin-right: 10px;
    background: #ff7d00!important;
    border-radius: 15px;
    height: 24px;
    text-align: center;
    padding: 2px 0px 0px 0px;
}

.message-box .message-container .agent .chat-text {
    padding: 10px;
    background: #fff;
    /* transform : matrix(-1, 0, 0, -1, 0, 0); */
    border-radius: 0px 4px 4px 4px;
}

.message-box .message-container .agent .chat-text p {
    margin: 0;
}

.message-box .message-container .agent .chat-text {
    display: flex;
    justify-content: space-between;
    /*margin-bottom: 10px;*/
    margin-bottom: 5px;
}

.message-box .message-container .agent .chat-text .dot {
    width: 8px;
    height: 8px;
    border: 50%;
    margin-right: 3px;
    border-radius: 50%;
    background: #ff7d00;
}

.message-box .message-container .agent .chat-text:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 7px solid #fff;
    border-bottom: 3px solid transparent;
    margin: -10px 0 0 -17px;
}

.message-box .message-container .typing {
    margin-bottom: 22px;
}

.message-box .message-container .typing .typing-gif {
    width: 40px;
}

.message-box .message-container .user {
    flex-direction: row-reverse;
    display: flex;
    margin: 10px 15px 10px 35px;
}

.message-box .message-container .user .chat-text {
    /*margin-bottom: 10px;*/
    margin-bottom: -5px;
    padding: 10px;
    position: relative;
    background: #CFD8DC;
    /* transform : matrix(-1, 0, 0, -1, 0, 0); */
    border-radius: 4px 0px 4px 4px;
    overflow-wrap: anywhere;
}

.message-box .message-container .user .chat-text p {
    margin: 0;
}

.message-box .message-container .user .user-text:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 1px solid transparent;
    border-left: 7px solid #CFD8DC;
    border-bottom: 3px solid transparent;
    /* margin    : -103px 0 0 293px; */
    /* margin    : 0 0 30px 0; */
    right: -6px;
    top: 0px;
}

.message-box .message-container::-webkit-scrollbar {
    width: 6px;
}

.message-box .message-container::-webkit-scrollbar-thumb {
    background-color: #708090;
}


/*-----------inside chat screen message box-----------*/


/*-----------------contact form ---------------*/

.contact-form {
    padding: 30px 16px;
}

.contact-form p {
    text-align: center;
    padding: 0 30px 0 30px;
}

.contact-form label {
    color: #2c2c2c;
    font-weight: 500;
}

.contact-form .disable {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
    background-color: #C7C7C7;
}

.contact-form .enable {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
    background-color: #ff7d00;
}


/*-----------------contact form ---------------*/


/*--------------feedbackscreen------------------*/

.feedback-screen {
    padding: 12px 20px 20px 20px;
}

.feedback-screen .timer-box {
    text-align: center;
}

.feedback-screen .timer-box .timer {
    color: #ff7d00;
    margin: 0 auto;
    text-decoration: none;
}

.feedback-screen .timer-box .timer:hover {
    color: #333;
}

.feedback-screen p {
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.feedback-screen a {
    text-decoration: underline;
    color: #2c2c2c;
    margin: 5px 0px;
}

.feedback-screen .transit-box {
    text-align: center;
}

.feedback-screen .transit-box .transit {
    padding: 10px 0;
    background-color: transparent;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}

.feedback-screen .transit-box .transit:hover {
    color: #ff7d00;
}

.feedback-screen .review-form {
    padding: 15px 20px 20px 20px;
    background-color: #fff;
    margin-top: 20px;
}

.feedback-screen label {
    color: #2c2c2c;
    font-weight: 500;
    margin-bottom:0px;
    padding-left:5px;
}

.feedback-screen .submit {
    width: 100%;
    margin-top: 20px;
    background-color: #ff7d00;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
}

.feedback-screen .send:hover {
    color: #fff;
}

.feedback-screen .radio-container {
    margin: 15px 0;
}

.feedback-screen .radio-container .radio-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.feedback-screen .radio-container .radio-box .right {
    margin-right: 35px;
    display: flex;
    align-items: center;
}

.feedback-screen .radio-container .radio-box .left {
    display: flex;
    align-items: center;
}


/*----------feedback submit screen bottom ------------*/

.feedback-submit-screen {
    text-align: center;
    border: 1px solid #C0C0C0;
    padding: 0px 0px 15px 0px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #fff;
}

.feedback-submit-screen .timer {
    color: #ff7d00;
    text-decoration: none;
}

.feedback-submit-screen p {
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.feedback-submit-screen a {
    text-decoration: underline;
    color: #2c2c2c;
    margin: 5px 0px;
}

.feedback-submit-screen .transit {
    padding: 10px 0;
    background-color: #fff;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}

.feedback-submit-screen .thankyou-message {
    padding: 10px 5px;
    background-color: #D3E2CF;
    color: #51893F;
    margin-bottom: 10px;
}


/*-----------modal---------------------------*/

.chat-dialog {
    width: 300px;
    transform: translate(0%, 42%) !important;
    margin: 0 auto!important;
}

.modal-header {
    text-align: center;
    border-bottom: 0px solid #e5e5e5 !important;
}

.modal-body {
    padding: 0 15px !important;
}

#myModal2 .modal-body .form-group {
    margin-bottom: 5px;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
    padding: 0px 15px 15px 15px;
    text-align: right;
    border-top: 0px solid #e5e5e5 !important;
}

.modal-footer .submit {
    width: 48%;
    margin-top: 0px;
    background-color: #ff7d00;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
}

.modal-footer .cancel {
    width: 48%;
    margin-top: 0px;
    background-color: #fff;
    font-size: 16px;
    color: #ff7d00;
    padding: 10px 0;
    border: 1px solid #ff7d00;
}

.modal-footer .cancel:hover {
    width: 48%;
    margin-top: 0px;
    /* background-color: #ff7d00; */
    opacity:0.8;
    font-size: 16px;
    color: #ff7d00;
    padding: 10px 0;
    border: 1px solid #ff7d00;
}

.modal.in .modal-dialog {
    transform: translate(0%, 86%)!important;
    margin: auto 20px;
}

.thankyou-message {
    color: #51893F;
}

.tick {
    text-align: center;
    padding: 0px 15px 40px 15px !important;
}

.tick p {
    font-size: 16px;
    letter-spacing: 1px;
}


/*---------------loader css-------------------------*/

.loader-container {
    position: relative;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.loader-container .w-h {
    width: 5px;
    height: 10px;
    position: absolute;
    border-radius: 5px;
    background:#ff7d00;
    animation: move 1.2s linear infinite;
}

.loader-container .c1 {
    left: 0;
    right: 0;
    margin: 0 auto;
    animation-delay: 0s;
}

.loader-container .c2 {
    right: 19px;
    top: 4px;
    transform: rotate(35deg);
    animation-delay: 0.1s;
}

.loader-container .c3 {
    right: 7px;
    top: 17px;
    transform: rotate(50deg);
    animation-delay: 0.2s;
}

.loader-container .c4 {
    right: 2px;
    top: 37px;
    transform: rotate(90deg);
    animation-delay: 0.3s;
}

.loader-container .c5 {
    right: 8px;
    top: 55px;
    transform: rotate(-50deg);
    animation-delay: 0.4s;
}

.loader-container .c6 {
    right: 21px;
    top: 66px;
    transform: rotate(-35deg);
    animation-delay: 0.5s;
}

.loader-container .c7 {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    animation-delay: 0.6s;
}

.loader-container .c8 {
    left: 20px;
    top: 66px;
    transform: rotate(35deg);
    animation-delay: 0.7s;
}

.loader-container .c9 {
    left: 7px;
    top: 54px;
    transform: rotate(50deg);
    animation-delay: 0.8s;
}

.loader-container .c10 {
    left: 2px;
    top: 37px;
    transform: rotate(90deg);
    animation-delay: 0.9s;
}

.loader-container .c11 {
    left: 7px;
    top: 17px;
    transform: rotate(125deg);
    animation-delay: 0.1s;
}

.loader-container .c12 {
    left: 20px;
    top: 5px;
    transform: rotate(150deg);
    animation-delay: 0.11s;
}

.loader-container .dots {
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background:#ff7d00;
    animation: move 1.2s linear infinite;
    top: 40px;
}

.loader-container .dot1 {
    left: 28px;
    animation-delay: 0s;
}

.loader-container .dot2 {
    left: 40px;
    animation-delay: 0.1s;
}

.loader-container .dot3 {
    left: 51px;
    animation-delay: 0.2s;
}

@keyframes move {
    to {
        opacity: 0;
    }
    from {
        opacity: 1;
    }
}


/*-----------minimise header-------------*/

.mini-header {
    background-color: #ff7d00;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 4px 15px;
    position: fixed;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    bottom: 0;
}

.mini-header .message {
    margin: 0 0 0px;
    font-size: 16px;
    color: white;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 2.2;
}

.mini-header .svg {
    width: 16px;
    height: 30px;
    fill: #fff;
    flex-shrink: 0;
    flex-grow: 0;
}


/*-------------New star rating css ----------------*/

.star-cb-group {
    float: left;
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: rtl;
}

.star-cb-group>input {
    display: none;
}

.star-cb-group>input+label {
    display: inline-block;
    overflow: hidden;
    line-height: 0.8;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
}

.star-cb-group * {
    font-size: 3rem;
}

.star-cb-group>input+label:before {
    display: inline-block;
    content: "☆";
    color: #757575;
    font-size: xx-large;
}

.star-cb-group>input:checked~label:before,
.star-cb-group>input+label:hover~label:before,
.star-cb-group>input+label:hover:before {
    content: "★";
    color: #ff7d00;
    text-shadow: 0 0 1px #333;
    width: 25px;
    font-size: xx-large;
}


/*-------------New star rating css ----------------*/


/*---------mymodal3 css--------------*/

#myModal3 {
    text-align: center;
    font-size: 15px;
}

#myModal3 #message_alert {
    margin: 15px 0 0 0;
    overflow-wrap: anywhere;
}

#myModal2 {
    text-align: center;
    font-size: 15px;
}

#myModal2 .modal-body {
    position: relative;
    padding: 15px;
}

#myModal2 .msg {
    margin-bottom: 0;
    padding-top: 15px;
}

.footer .main-footer .myflex .textareafield:focus {
    background-color: #ECEFF1;
}

#success_msg {
    font-size: 16px;
    color: #51893F;
    font-weight: 500;
}

.error {
    color: red !important;
}

.feedback-submit-screen .timer:hover {
    color: #333;
    text-decoration: none;
}

.feedback-screen .transit-box .transit:hover {
    color: #ff7d00;
}

.modal.in .modal-dialog {
    margin: 0 auto;
    width: 300px;
}

.footer .main-footer .myflex .textarea {
    min-height: 33px;
    /* width: 77%; */
}

.message-box .message-container .agent .chat-text {
    overflow-wrap: anywhere;
    position: relative;
}

.final-chat {
    max-height: calc(100% - 100px) !important;
}

.menu-box {
    border-radius: 0px;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100px;
    max-width: 100%;
}

.dropoption {
    padding: 10px 10px 10px 10px;
    display: flex !important;
    width: 100%;
    font-size: 16px;
    color: #757575;
    justify-content: space-between;
    border: 1px solid #CED4DA;
    border-radius: 5px 5px 5px 5px;
}

.menu-box li a {
    white-space: break-spaces;
    color: #2c2c2c !important;
    font-weight: 500 !important;
    font-size: 14px;
    text-align: left;
    padding: 5px 10px !important;
    border-bottom: 1px solid #CED4DA;
}

.menu-box li a:hover {
    background-color: #CED4DA !important;
}

.menu-box::-webkit-scrollbar {
    width: 6px;
}

.menu-box::-webkit-scrollbar-thumb {
    background-color: #708090;
}

.transit:hover {
    color: #ff7d00;
}

.feedback-submit-screen .transit:hover {
    color: #ff7d00;
}

.contact-form .disable:hover {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
    background-color: #C7C7C7;
}

.modal-body .form-group {
    margin-bottom: 6px!important;
}

.dropdown-menu>li>a {
    white-space: break-spaces!important;
}

.dropoption {
    display: flex!important;
    justify-content: space-between;
}

.message-box .login-message-container {
    overflow-y: auto;
    top: 15px;
    /* height : fit-content; */
    max-height: calc(100% - 55px);
    overflow-x: hidden;
}

.message-box .login-message-container .agent {
    display: flex;
    /* transform   : matrix(-1, 0, 0, -1, 0, 0); */
    align-items: flex-start;
    width: 93%;
}

.message-box .login-message-container .agent .agent-photo {
    width: 24px;
    margin-right: 10px;
}

.message-box .login-message-container .agent .agent-letter {
    width: 24px;
    margin-right: 10px;
    background: #ff7d00;
    border-radius: 15px;
    height: 24px;
    text-align: center;
    padding: 2px 0px 0px 0px;
}

.message-box .login-message-container .agent .chat-text {
    padding: 10px;
    background: #fff;
    /* transform : matrix(-1, 0, 0, -1, 0, 0); */
    border-radius: 0px 4px 4px 4px;
}

.message-box .login-message-container .agent .chat-text p {
    margin: 0;
}

.message-box .login-message-container .agent .chat-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.message-box .login-message-container .agent .chat-text .dot {
    width: 8px;
    height: 8px;
    border: 50%;
    margin-right: 3px;
    border-radius: 50%;
    background: #ff7d00;
}

.message-box .login-message-container .agent .chat-text:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 7px solid #fff;
    border-bottom: 3px solid transparent;
    margin: -10px 0 0 -17px;
}

.message-box .login-message-container .typing {
    margin-bottom: 22px;
}

.message-box .login-message-container .typing .typing-gif {
    width: 40px;
}

.message-box .login-message-container .user {
    flex-direction: row-reverse;
    display: flex;
    margin: 10px 15px 10px 35px;
}

.message-box .login-message-container .user .chat-text {
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    background: #CFD8DC;
    /* transform : matrix(-1, 0, 0, -1, 0, 0); */
    border-radius: 4px 0px 4px 4px;
    overflow-wrap: anywhere;
}

.message-box .login-message-container .user .chat-text p {
    margin: 0;
}

.message-box .login-message-container .user .user-text:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 1px solid transparent;
    border-left: 7px solid #CFD8DC;
    border-bottom: 3px solid transparent;
    /* margin    : -103px 0 0 293px; */
    /* margin    : 0 0 30px 0; */
    right: -6px;
    top: 0px;
}

.message-box .login-message-container::-webkit-scrollbar {
    width: 6px;
}

.message-box .login-message-container::-webkit-scrollbar-thumb {
    background-color: #708090;
}

.message-box .login-message-container .agent .chat-text {
    overflow-wrap: anywhere;
    position: relative;
}


/* input[type='radio']:checked:after {
    background: red !important;
}

input[type=radio]:checked+label {
    background-image: none;
} */


/* 
input[type='radio']:checked:after {
    background: green;
} */

input[type='radio'] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    /* line-height: 6.5; */
    /* margin: 0 auto; */
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 2px 0px #ff7d00 inset;
}

input[type='radio']:hover {
    box-shadow: 0 0 5px 0px black inset;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

input[type='radio']:checked:before {
    background: #ff7d00;
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 0px!important;
    outline-offset: -2px;
}

input[type=checkbox],
input[type=radio] {
    /* margin: 4px 0 0; */
    margin-top: 1px\9;
    line-height: normal;
    margin: 2px!important;
}

.feedback-screen .radio-container .radio-box {
    display: flex;
    align-items: end;
}

.modal.in .chat-dialog {
    margin: auto 20px;
}

.modal.in .chat-dialog {
    width: 300px;
    margin: 0 auto;
}

.modal-footer .submit:hover {
    width: 48%;
    margin-top: 0px;
    /* background-color: #ff7d00; */
    opacity:0.8;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
}


/*changes by chandra*/

.form-group.myflex.with-input .textarea {
    width: calc(100% - 50px);
}

.footer .main-footer .myflex .attach .file {
    width: 25px;
    opacity: 0;
    padding: 4px 0 !important;
}

.form-group.myflex.without-attachment .textarea {
    width: calc(100% - 25px);
}

.form-group.myflex.with-input textarea.form-control {
    height: 32px;
}

.feedback-screen .submit:hover {
    width: 100%;
    margin-top: 20px;
    /* background-color: #b15802; */
    opacity: 0.8;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
}

.enable:hover {
    background-color: #ff7d00;
    color: #fff!important;
}

.dropdown .dropdown-menu {
    z-index: 99999999999999!important;
}

.dropdown-menu {
    z-index: 99999999999999!important;
}


/*changes by ajay*/
.message-box .message-container .user .chat-text a{
    color:black;
    text-decoration: underline;
}

.cssProgress-bar {	
    display: block;	
    width: 0%;	
    height: 100%;	
    background:#ff7d00;	
    box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);	
    transition: width 0.8s ease-in-out; 
}
.cssProgress-success {	
        background-color: #ff7d00 !important; 
}	