/*// <uniquifier>: Use a uniquifier for the class name*/
/*// <weight>: Use a value from 100 to 900*/

/*.montserrat-<uniquifier> {*/
/*  font-family: "Montserrat", sans-serif;*/
/*  font-optical-sizing: auto;*/
/*  font-weight: <weight>;*/
/*  font-style: normal;*/
/*}*/

/* * {
    font-family: "Montserrat", sans-serif;
} */

.chat-modal .card-bordered {
    border: 1px solid #ebebeb;
}

.chat-modal .modal-body {
    padding: 0px;
}

/* .chat-modal{
    top: auto;
} */

.chat-modal .close {
    font-size: 30px !important;
    color: #000 !important;
    /*position: absolute;*/
    /*z-index: 9999;*/
    /*top: -12px;*/
    /*right: -14px;*/
    /*background: #000 !important;*/
    /*border-radius: 50%;*/
    /*width: 40px;*/
    /*height: 40px;*/
    text-shadow: none !important;
    float: none !important;
    margin-top: -9px;
}

.chat-modal .modal-header .close {
    padding: 0rem 0rem;
    /* margin: 0rem 0rem 0rem auto;  */
}

.chat-modal .card {
    border: 0;
    border-radius: 0px;
    /*margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);*/
    -webkit-transition: .5s;
    transition: .5s;
} 
.chat-modal .padding {
    padding: 3rem !important
}

/* .chat-modal body {
    background-color: #f3f3f3;
} */

.chat-modal .card-header:first-child {
    border-radius: 0px;
}


.chat-modal .card-header {
    display: -webkit-box;
    display: block;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 0px 0px;
    border-bottom: 1px solid rgba(77, 82, 89, 0.07);
    background-color: transparent;
    color: #273272;
    text-transform: uppercase;
    margin: 0px 0px;
}

.chat-modal .card-header .card-title {
    padding: 0;
    border: none;
}

.chat-modal h4.card-title {
    font-size: 21px;
    font-weight: 500;
    margin: 0px;
    font-family: 'Montserrat';
}

.chat-modal .card-header>*:last-child {
    margin-right: 0;
}

.chat-modal .card-header>* {
    margin-left: 8px;
    margin-right: 8px;
}

.chat-modal .btn-secondary {
    color: #4d5259 !important;
    background-color: #e4e7ea;
    border-color: #e4e7ea;
    color: #fff;
}

.chat-modal .btn-xs {
    font-size: 11px;
    padding: 2px 8px;
    line-height: 18px;
}

.chat-modal .btn-xs:hover {
    color: #fff !important;
}

.chat-modal .card-title {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(77, 82, 89, 0.07);
}

.chat-modal .ps-container {
    position: relative;
}

.chat-modal .ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

.chat-modal .media-chat {
    padding-right: 64px;
    margin-bottom: 0;
}

.chat-modal .media {
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    align-items: end;
}

.chat-modal .media .avatar {
    flex-shrink: 0;
}

.chat-modal .avatar {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    color: #8b95a5;
    text-transform: uppercase;
}

.chat-modal .media-chat .media-body {
    -webkit-box-flex: initial;
    flex: initial;
    display: table;
}

.chat-modal .media-body {
    min-width: 0;
}

.chat-modal .media-chat .media-body p {
    position: relative;
    padding: 6px 8px;
    margin: 15px 0;
    background-color: #f5f6f7;
    border-radius: 3px;
    font-weight: 100;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

/*.media>* {
    margin: 0 8px;
}*/

.chat-modal .media-chat .media-body p.meta {
    background-color: transparent !important;
    padding: 0;
    opacity: .8;
}

.chat-modal .media-meta-day {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
    color: #8b95a5;
    opacity: .8;
    font-weight: 400;
}

.chat-modal .carousel-inner img {
    width: 100%;
    height: 100%;
}

.chat-modal .media {
    padding: 0px 5px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    display: flex;
    margin: 0px;
}

.chat-modal .media-meta-day::before {
    margin-right: 16px;
}

.chat-modal .media-meta-day::before,
.chat-modal .media-meta-day::after {
    content: '';
    -webkit-box-flex: 1;
    flex: 1 1;
    border-top: 1px solid #ebebeb;
}

.chat-modal .media-meta-day::after {
    content: '';
    -webkit-box-flex: 1;
    flex: 1 1;
    border-top: 1px solid #ebebeb;
}

.chat-modal .media-meta-day::after {
    margin-left: 16px;
}

.chat-modal .media-chat.media-chat-reverse {
    padding-right: 12px;
    padding-left: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    clear: right;
}

.chat-modal .media-chat {
    padding-right: 64px;
    margin-bottom: 0;
}

.chat-modal .media {
    padding: 0px 12px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.chat-modal .media-chat.media-chat-reverse .media-body p {
    float: right;
    clear: right;
    background-color: #48b0f7;
    color: #fff;
}

.chat-modal .media-chat .media-body p {
    position: relative;
    margin: 15px 0 0px;
    background-color: #f2f2f2;
    color: #000;
    border-radius: 15px 15px 15px 0;
    font-weight: 400;
    padding: 12px 14px;
}


.chat-modal .border-light {
    border-color: #f1f2f3 !important;
}

.chat-modal .bt-1 {
    border-top: 1px solid #ebebeb !important;
}

.chat-modal .publisher {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 20px;
    background-color: #f9fafb;
}

.chat-modal .publisher>*:first-child {
    margin-left: 0;
}

.chat-modal .publisher>* {
    margin: 0 8px;
}

.chat-modal .publisher-input {
    -webkit-box-flex: 1;
    flex-grow: 1;
    border: none;
    outline: none !important;
    background-color: transparent;
}

.chat-modal button,
.chat-modal input,
.chat-modal optgroup,
.chat-modal select,
.chat-modal textarea {
    /*font-family: Roboto, sans-serif;*/
    /*font-weight: 300;*/
    font-size: 16px !important;
}

.chat-modal .publisher-btn {
    background-color: transparent;
    border: none;
    color: #8b95a5;
    font-size: 16px;
    cursor: pointer;
    overflow: -moz-hidden-unscrollable;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

.chat-modal .file-group {
    position: relative;
    overflow: hidden;
}

.chat-modal .publisher-btn {
    background-color: transparent;
    border: none;
    color: #cac7c7;
    font-size: 16px;
    cursor: pointer;
    overflow: -moz-hidden-unscrollable;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

.chat-modal .file-group input[type="file"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 20px;
}

.chat-modal .text-info {
    color: #48b0f7 !important;
}

.chatBtn {
    position: fixed;
    bottom: 0%;
    right: 0%;
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, .16);
    border-radius: 0%;
    background: transparent;
    border: 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    margin: 0px 25px 25px 0px;
    z-index: 9999;
/*margin: 0px 25px 100px 0px;*/
opacity: 1;
   transition: opacity 0.2s linear;
}

/* Hidden state */
.chatBtn.hide {
    opacity: 0;
    pointer-events: none; /* Disable click when hidden */
}

.chatBtn img {
    width: auto;
    text-align: center;
}

.chatBtn:hover {
    background: transparent;
    border: 0px;
}

.chatBtn:focus {
    box-shadow: none;
    background: transparent;
}
.chat-modal{
        z-index: 8899990000 !important;
}

.chat-modal .modal-dialog {
    margin-right: 10px;
}

.chat-modal .mystyle {
    margin: 0px 0 0px;
    float: right;
    clear: right;
}

.chat-modal .mystyle div {
    float: right;
    clear: right;
    background-color: #f5f6f7;
    color: #9b9b9b;
    position: relative;
    padding: 6px 8px;
    margin: 0px 0 4px;
    border-radius: 3px;
}

.chat-modal .media-chat.media-chat-reverse .media-body p.meta {
    color: #9b9b9b !important;
}

.chat-modal .selectedText {
    float: left;
    background: #006fff !important;
    color: #fff !important;
    position: relative;
    margin: 15px 0px 0px 0px;
    font-weight: 400;
    padding: 12px 15px;
    border-radius: 15px 15px 0px 15px;
    font-size: 16px;
}

.chat-modal .starOutput {
    clear: right;
    float: right;
}

.chat-modal .close,
.chat-modal .close:hover {
    color: #fff;
    opacity: 1 !important;
    /*color: #7e7e7e;*/
    /* font-weight: 300; */
    /*font-size: 25px;*/
}

.chat-modal #clientSelect p {
    background-color: #006fff;
    margin-bottom: 0px;
    font-weight: 400;
    padding: 11px 20px;
    border-radius: 15px 15px 0px 15px;
    background-color: #fff;
    border: 1px solid #ccc8c8;
    color: #000;
    font-size: 16px;
}

.chat-modal #clientSelect p:hover {
    background-color: #006fff;
    color: #fff;
    cursor: pointer;
    border: 1px solid #006fff;
}

#chatbotGreeting {
    /*background-color: #fff;
    border-radius: 0px;
    margin-top: 0px;
    padding: 0px;
        font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
    text-align: center;*/
}

.chat-modal #detailsFormSubmit {
    display: block;
    border: 0px solid #d9dbe4;
    /* background-color: #f2f2f2; */
    /* box-shadow: 0 2px 3px rgba(0, 0, 0, .08); */
    border-radius: 5px;
    padding: 20px 20px 25px;
}

.chat-modal .form-control {
    font-size: 15px;
    font-weight: 400;
}

.chat-modal #detailsFormSubmit .form-control {
    color: #000;
    border: 1px solid #c8c5c5;
    margin-bottom: 0px;
    height: auto;
    border-radius: 6px;
    padding: 12px 15px;
    width: 100%;
}

.chat-modal .form-group {
    margin-bottom: 0.7rem;
}

.chat-modal #detailsFormSubmit .form-control::placeholder {
    color: #929292;
    text-transform: capitalize;
}

.chat-modal #detailsFormSubmit button {
    background-color: #006fff;
    border-color: #006fff;
    width: auto;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 20px 10px;
    border-radius: 10px;
    margin: 0px auto;
    /* float: right; */
    letter-spacing: 1.5px;
    text-align: center;
    display: table;
}

.chat-modal #detailsFormSubmit button:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.chat-modal .greetingBlock {
    display: block !important;
    padding: 0px 15px;
}

.chat-modal .ybg {
    color: #333333 !important;
    margin-top: 10px;
    /* border: 1px solid #e2e2e2; */
    /* background-color: #fbd93a; */
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #ccc8c8;
    border-radius: 5px;
    padding: 8px 8px 12px 8px;
}

.chat-modal .chat-with-checkbox label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    width: auto;
    padding-left: 5px;
    text-align: left;
}

.chat-modal .chat-with-checkbox [type=button] {
    background-color: #006fff;
    border: 0px;
    width: auto;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 12px !important;
    padding: 12px 20px 10px;
    border-radius: 5px;
    /* float: right; */
    letter-spacing: 1.5px;
    display: block;
    margin: 10px auto 10px;
}

.chat-modal .chat-with-checkbox [type=button]:hover {
    background-color: #000;
}

.chat-modal #error_Text, .chat-modal #contactError {
    margin: 20px 0px;
    color: red;
}

.chat-modal .modal-content {
    border-radius: 0px !important;
    border: 0px !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .08);
    background-color: #fff;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    padding: 0px;
}

.chat-modal .modal-header {
    border-top-left-radius: 10px;
    background-color:#fbd83a;
    border-top-right-radius: 10px;
    padding: 10px 15px;
    color: #fff;
    border-bottom: 0px solid #dee2e6;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.chat-modal #page-content {
    padding: 0px 0px 0px;
}

.chatBtn.focus,
.chatBtn:focus {
    color: #fff;
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.chatBtn:active {
    background: transparent !important;
    border-color: transparent;
}

.chat-modal .chat-with-checkbox .custom-control {
    display: inline-block;
    margin-right: 8px;
    background-color: #fff;
    margin-bottom: 10px;
    padding-left: 0px;
    display: flex;
    align-items: center;
}

.chat-modal .chat-with-checkbox {
    width: 100%;
}

.chat-modal .type_submit {
    text-align: center;
}

.chat-modal .chat-container {
    width: 95%;
    margin: auto;
}

.chat-modal .replyContent {
    margin-top: 20px !important;
    margin-left: 10px !important;
    text-align: left;
}

/*#source_other, #source_known, .otherInput{*/
/*    color: #92929e;*/
/*    border: 1px solid #ccc8c8;*/
/*    margin-bottom: 8px;*/
/*    height: 40px;*/
/*    border-radius: 5px;*/
/*    margin-top: 10px;*/
/*    padding: 0px 10px;*/
/*    width: 100%;*/
/*}*/
.chat-modal .otherInput {
    color: #92929e;
    border: 1px solid #ccc8c8;
    margin-bottom: 8px;
    height: 40px;
    border-radius: 5px;
    margin-top: 10px;
    padding: 0px 10px;
    width: 100%;
}

.chat-modal .form-control:focus {
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

.chat-modal input:-internal-autofill-selected {
    background-color: #fff !important;
}

.chat-modal #source_other:focus-visible,
.chat-modal #source_known:focus-visible {
    outline: 0;
}

.chat-modal #timeSlot {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}

/*#modalContainer{*/
/*    height: 500px !important;*/
/*}*/
.chat-modal #chat-content {
    /*height: 400px !important;*/
    padding-bottom: 30px;
}

/*#modalContainer::-webkit-scrollbar {*/
/*  width: 5px;*/
/*}*/

/* Track */
/*#modalContainer::-webkit-scrollbar-track {*/
/*  background: transparent; */
/*  border-radius: 10px;*/
/*}*/

/* Handle */
/*#modalContainer::-webkit-scrollbar-thumb {*/
/*  background: #999;*/
/*  border-radius: 10px;*/
/*}*/

/* Handle on hover */
/*#modalContainer::-webkit-scrollbar-thumb:hover {*/
/*  background: #555; */
/*}*/


/*#modalContainer::-webkit-scrollbar {*/
/*  width: .4em; */
/*}*/
/*#modalContainer::-webkit-scrollbar,*/
/*#modalContainer::-webkit-scrollbar-thumb {*/
/*  overflow:visible;*/
/*  border-radius: 4px;*/
/*}*/
/*#modalContainer::-webkit-scrollbar-thumb {*/
/*  background: rgb(61 110 181 / 10%); */
/*}*/
/*.cover-bar {*/
/*  position: absolute;*/
/*  background: rgb(61 110 181 / 10%);*/
/*  height: 100%;  */
/*  top: 0;*/
/*  right: 0;*/
/*  width: .4em;*/
/*  -webkit-transition: all .5s;*/
/*  opacity: 1;*/
/*    border-radius: 4px;*/
/*}*/
/* MAGIC HAPPENS HERE */
/*.chat-modal .modal-body:hover .cover-bar {*/
/*   opacity: 0;*/
/*  -webkit-transition: all .5s;*/
/*}*/


.chat-modal .custom-control-label::before {
    top: 0.11rem;
    /* border: 1px solid #fff; */
    left: 0px;
    right: auto;
    width: 15px;
    height: 15px;
}

.chat-modal .custom-control-label::after {
    top: 0.11rem;
    left: 0px;
    right: auto;
}

.chat-modal .checkboxSection.reqrtSection {
    width: 75%;
}

.chat-modal .checkboxSection.reqrtSection .chat-with-checkbox .custom-control {
    text-align: left;
}

.chat-modal .checkboxSection.reqrtSection .chat-with-checkbox label {
    padding-left: 30px;
}

.chat-modal .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

.chat-modal .bot-header {
    background-color:#fbd83a;
    padding: 10px 15px 20px;
    display: block;
    margin: 0px;
}

.chat-modal .botDIcon img {
    width: 80px;
}

.chat-modal .botHeadContent h4 {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
}

.chat-modal .botHeadContent p {
    color: #000;
    font-size: 16px;
    text-transform: none;
    margin: 0px;
    line-height: 22px;
}

.chat-modal #page-content .card-bordered {
    background: #fff;
    width: 100%;
    margin: auto;
    padding-bottom: 0px;
}

.chat-modal #detailsFormSubmit {
    width: 400px;
    margin: 0px auto 0px;
    background: #fff;
}

.chat-modal .checkboxSection {
    float: right;
    width: auto;
}
.modal-content h4 {
 
    color: #000;
}
.messagePopup {
    margin-right: 20px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    padding: 12px 15px;
    position: relative;
    -webkit-box-shadow: 0 7px 6px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 7px 6px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 7px 6px 1px rgba(0, 0, 0, .16);
    cursor: pointer;
}

.chatBtn .closeIcon {
    position: absolute;
    content: "";
    right: 31%;
    top: 0px;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    z-index: 999;
    border: 0px;
    cursor: pointer;
    line-height: 28px;
}

.messagePopup p {
    margin-bottom: 0px;
    text-align: left;
    font-size: 15px;
    line-height: 21px;
}

.messagePopup:after {
    bottom: 12px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 10px solid hsla(0, 0%, 100%, 0);
    right: -20px;
    /*border-left-color: #e6e1e1;*/
    border-left-color: #fff;
}

.chat-modal .rateSection {
    /*float: right;*/
    flex-direction: column !important;
}

.chat-modal .ratingInput,
.chat-modal .ratedInput {
    border: 1px solid #ccc8c8;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    float: right;
}

.chat-modal .ratingInput span {
    color: #ccc8c8;
    cursor: pointer;
    margin-bottom: 0px;
}

.chat-modal .ratingInput span:hover {
    color: #006fff;
}

.chat-modal .ratingInput p {
    color: #ccc8c8;
    cursor: pointer;
    margin-bottom: 0px;
}

.chat-modal .ratingInput p:hover {
    color: #006fff;
}

.chat-modal .ratedInput p {
    color: #ccc8c8;
    margin-bottom: 0px;
}

.chat-modal .ratedInput span{
    color: #ccc8c8;
    margin-bottom: 0px;
}

.chat-modal .ratedInput span.active {
    color: #006fff;
}

.chat-modal .rateSection .media-body .ratedInput span.active {
    color: #006fff !important;
}

.chat-modal .errorText {
    color: red;
    padding-top: 5px;
}

.chatAndPopup {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

#robotIcon {
    cursor: pointer;
}

.chat-modal .media-chat .chooseOption p {
    margin-bottom: 0px;
    font-weight: 400;
    padding: 11px 15px;
    border-radius: 15px 15px 0px 15px;
    background-color: #fff !important;
    border: 1px solid #ccc8c8 !important;
    color: #000 !important;
    font-size: 16px;
}

.chat-modal .media-chat .chooseOption p:hover {
    background-color: #006fff !important;
    color: #fff !important;
    cursor: pointer;
    border: 1px solid #006fff !important;
}

.chat-modal .ratingReplyContent,
.chat-modal .followContent {
    margin-top: 5px !important;
}

.chat-modal .othersBlock {
    display: flex;
    padding: 10px 0px;
    clear: right;
    float: right;
    flex-direction: column;
}

.chat-modal .othersBlock input {
    color: #92929e;
    border: 1px solid #ccc8c8;
    height: 40px;
    border-radius: 5px;
    padding: 0px 10px;
    width: 185px;
    margin-right: 2px;
}

.chat-modal .othersBlock button {
    color: #006fff;
    border: 1px solid #ccc8c8;
    border-radius: 5px;
    background-color: #fff;
    padding: 0px 8px;
}

.chat-modal .othersBlock button i {
    font-size: 18px;
}

.chat-modal .chooseOption p {
    margin-top: 8px !important;
}

.chat-modal .chooseOption p:first-child {
    margin-top: 15px !important;
}

.chat-modal .modal-title {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.chat-modal .modal-title img {
    width:35px;
    margin-right: 10px;
}

.chat-modal .carousel-inner img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.chat-modal .carousel-item {
    /*height: 300px;*/
}

.chat-modal .carousel {
    padding-top: 10px;
    margin-bottom: 40px;
}

.chat-modal .carousel-item {
    text-align: center;
}

.chat-modal .carousel-control-next,
.chat-modal .carousel-control-prev {
    color: #999;
    opacity: 1;
    width: 0%;
}

.chat-modal .carousel-control-prev {
    left: 16px;
}

.chat-modal .carousel-control-next {
    right: 23px;
}

.chat-modal .carousel-control-next i,
.chat-modal .carousel-control-prev i {
    font-size: 18px;
    border: 1px solid #eee;
    padding: 4px 10px;
    border-radius: 50%;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, .16);
    background-color: #fff;
}

.chat-modal .carousel-control-prev-icon {
    background-image: none;
}

.chat-modal .carousel-control-next-icon {
    background-image: none;
}

.chat-modal .carousel-indicators {
    bottom: -53px;
}

.chat-modal .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 7px;
    margin-left: 7px;
    background-color: #ddd;
    border-radius: 50%;
}

.chat-modal .carousel-indicators .active {
    opacity: 1;
    background-color: #3d6eb5;
}

.chat-modal .rateSection .selectedText {
    margin-top: 7px !important;
}

/*modal min and max */
.min {
    width: 380px;
    height: 50px;
    overflow: hidden !important;
    padding: 0px !important;
    margin: 0px;
    float: left;
    position: static !important;
}

.min .modal-dialog,
.min .modal-content {
    height: 100%;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
}

.min .modal-header {
    height: 100%;
    width: 100%;
    margin: 0px !important;
    padding: 8px 10px !important;
}

.minmaxCon .min button .fa {
    margin-left: 10px;
    padding-top: 0px;
}

.display-none {
    display: none;
}

.minmaxCon .modal-header button .fa {
    margin-left: 10px;
    padding-top: 7px;
}

.min .fa {
    font-size: 14px;
}

.min .menuTab {
    display: none;
}

button:focus {
    outline: none;
}

.minmaxCon {
    height: 45px;
    bottom: 1px;
    left: auto;
    position: fixed;
    right: 1px;
    z-index: 9999;
}

.closeMaxIcon {
    display: flex;
    align-items: center;
    justify-content: end;
}

.chat-modal .modal-header .close.modalMinimize {
    margin-right: 14px !important;
    font-size: 15px !IMPORTANT;
}

.chat-modal.mymodal.show {
    display: flex !important;
    align-items: flex-end;
}

.phoneSelect {
    display: flex;
}

.phoneSelect select {
    width: 105px;
    border: 1px solid #c8c5c5;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right: 0px;
    padding-left: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.phoneSelect input {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

#codeError {
    color: red;
    font-size: 14px;
    padding-bottom: 15px;
}

.ybg .otherInput {
    margin-top: 0px;
}

.verticalsList .custom-control {
    margin-right: 0px;
}

.otherMsgErr {
    color: red;
    font-size: 12px;
    display: block;
}

.rateSection .media-body p {
    float: none !important;
    clear: none !important;
    background: transparent !important;
    margin: 0px !important;
    border-radius: 0px !important;
    padding: 0px 5px !important;
    color: #ccc8c8 !important;
    font-size: inherit;
}
.chat-modal .media-body{
    width: auto;
}
.checkboxErr {
    text-align: center;
    color: red;
    font-size: 12px;
}

.chat-modal .modal-header::before, .chat-modal .modal-header::after{
    display: none;
}

#myModal_chat .modal-footer a{
    font-size: 14px;
    color: #666;
}

.chat-modal .modal-footer{
    text-align: center;
}

.chat-modal .chat-with-checkbox .custom-control.custom-checkbox input{
    margin-top: 2px;
} 

#goBackBlock{
    text-align: center;
}

#goBack{
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    padding: 0px;
    line-height: 17px;
    color: #000 !important;
}

#goBack i{
   color: #4d5259;
    padding-right: 5px; 
    font-size: 13px;
}
.othersInputDiv{
    display: flex;
}

/*#upload_resume p{*/
/*    margin-bottom: 15px;*/
/*}*/

#upload_resume p a:hover, #upload_resume p:hover a{
    color: #fff;
} 

.othersReferBlock{
    padding: 10px 0px;
    clear: right;
    float: right;
}

.othersReferBlock label{
    text-align: right;
    display: block;
}
.othersReferBlock .othersInputDiv{
    display: flex;
    align-items: self-start;
    justify-content: end;
    flex-direction: column;
}
.othersReferBlock input{
    color: #92929e;
    border: 1px solid #ccc8c8;
    height: 40px;
    border-radius: 5px;
    padding: 0px 10px;
    width: 100%;
    margin-right: 2px;
}
.othersReferBlock button{
    background-color: #006fff;
    border: 0px;
    width: auto;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 12px !important;
    padding: 12px 20px 10px;
    border-radius: 5px;
    letter-spacing: 1.5px;
    display: block;
    margin: 10px auto 10px;
}
.othersReferBlock button i {
    font-size: 18px;
}
.nameBlock{
    margin-bottom: 5px;
}
/*.mailBlock{*/
/*    width: 45%;*/
/*    padding-right: 2px;*/
/*}*/
button#knownSrcSubmit:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

/*.chatContainer{*/
/*    z-index: 55555555555;*/
/*    position: relative;*/
/*}*/
/*.chatBtn{*/
/*    bottom: 15%;*/
/*    right: -1%;*/
/*}*/
.chatBtn .closeIcon{
    /*height: 21px;*/
    align-items: flex-start;
}
@media only screen and (max-width: 1440px) and (min-width: 980px) {
    .chat-modal .slimScrollDiv {
        height: 400px !important;
    }

    #modalContainer {
        height: 400px !important;
    }

    .chat-modal .modal-dialog {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 576px) {
    .chat-modal .modal-dialog {
        max-width: 400px !important;
    }

    /*.chat-modal #chat-content{
        height: 350px !important;
    }*/
}


/* Override/Replace Bootstrap close styles */
.close {
    background: transparent;
    border: none;
    font-size: 1.25rem;
    padding: 0.5rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.15s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    float: none; /* Remove Bootstrap float */
}

.close:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    color: inherit; /* Remove Bootstrap hover color */
    text-decoration: none; /* Remove Bootstrap underline */
}

/* Specific styles for minimize button */
.modalMinimize {
    color: #6c757d;
    margin-right: 0.5rem; /* Space between buttons */
}

/* Specific styles for close button */
#modalClose {
    color: #000;
    font-weight: normal;
    font-size: 1.5rem;
}

/* Font Awesome base styles */
.fa {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
}

@media only screen and (max-width: 575px){
    /*.chatBtn{*/
    /*    left: 0px;*/
    /*    right: auto;*/
    /*    margin: 0px 25px 25px 0px;*/
    /*    width: 100%;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*}*/
    .chat-modal .modal-dialog{
        width: 100%;
    }
    .chat-modal #detailsFormSubmit{
        width: 100%;
    }
    .chat-modal #detailsFormSubmit .form-control{
        width: 100%;
    }
}