.has-error .form-control {
  border-color: #ff5b5b;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.help-block {
  color: rgb(246, 92, 91);
  font-size: 12px;
}
.has-success .form-control {
  border-color: #10c469;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.welcome-box {
  display: block;
  text-align: center;
  padding: 70px 0px;
}
.chat-welcome {
  font-size: 23px;
  color: #7b7b7c;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Poppins-Regular";
  padding: 10px 14px !important;
  position: relative;
  margin-top: 20px;
}
/*Notification Css*/
.notify-box.dropdown-menu {
  position: absolute;
  display: none;
  z-index: 1;
  left: -120px;
  top: 42px;
  min-height: 10px;
  min-width: 10px;
  width: 300px;
}
.notify-box.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.notify-box.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.notify-box.animated {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.notify-box .dropdown-header {
  background: #fff;
  padding: 15px;
  position: relative;
  text-align: center;
  color: #747f8b;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  border: 0px;
  border-style: solid;
  border-bottom-width: 1px;
  -moz-border-image: -moz-linear-gradient(right, white, #cedae0, #cedae0, white)
    1 20%;
  -o-border-image: -o-linear-gradient(right, white, #cedae0, #cedae0, white) 1
    20%;
  border-image: linear-gradient(
      to right,
      white 0%,
      #cedae0 40%,
      #cedae0 60%,
      white 100%
    )
    1 20%;
  box-shadow: 0px 2px 10px -2px #cedae0;
}
.notify-box .dropdown-header .triangle {
  position: absolute;
  top: -10px;
  left: 50%;
  height: 15px;
  width: 15px;
  border-radius: 0px;
  background: #fff;
  border-top: 1px solid #d9dadb;
  border-left: 1px solid #d9dadb;
  transform: rotate(45deg) translateX(-50%);
}
.notify-box .dropdown-header .heading {
  font-size: 16px;
}
.notify-box .dropdown-body {
  max-height: 292px;
  background: #e9f0f3;
  overflow-y: auto;
  overflow-x: hidden;
}
.notify-box .dropdown-body .notification {
  background: #fff;
  padding: 15px;
  border: 0px;
  border-style: solid;
  border-bottom-width: 1px;
  -moz-border-image: -moz-linear-gradient(right, white, #cedae0, #cedae0, white)
    1 20%;
  -o-border-image: -o-linear-gradient(right, white, #cedae0, #cedae0, white) 1
    20%;
  border-image: linear-gradient(
      to right,
      white 0%,
      #cedae0 40%,
      #cedae0 60%,
      white 100%
    )
    1 20%;
}
.notify-box .dropdown-body .notification:hover {
  background: #e9f0f3;
}
.notify-box .dropdown-body .notification .notification-image-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.notify-box .dropdown-body .notification .notification-image {
  display: inline-block;
  height: 32px;
  width: 32px;
  overflow: hidden;
  border-radius: 35px;
}
.notify-box .dropdown-body .notification .notification-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notify-box .dropdown-body .notification .notification-text {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
  color: #747f8b;
  cursor: pointer;
  font-size: 14px;
  word-spacing: 2px;
  line-height: 21px;
}
.notify-box .dropdown-body .notification .notification-text .highlight {
  font-weight: bold;
}
.notify-box .dropdown-body .notification .notification-text .notifyDes {
  margin-bottom: 0;
}
.notify-box .dropdown-body .notification .notification-text .notifyTime {
  font-size: 10px;
  margin: 0;
  color: #e2603c;
}
.notifaction_box.dropdown-toggle::after {
  display: none;
}

/* width */
.chatListUl::-webkit-scrollbar,
.chatUl::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.chatListUl::-webkit-scrollbar-track,
.chatUl::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.chatListUl::-webkit-scrollbar-thumb,
.chatUl::-webkit-scrollbar-thumb {
  background: #f8a000;
  border-radius: 10px;
}

/* Handle on hover */
.chatListUl::-webkit-scrollbar-thumb:hover,
.chatUl::-webkit-scrollbar-thumb:hover {
  background: #f8a000;
}
.chatListUl,
.chatUl {
  overflow: hidden;
}
.chatListUl:hover,
.chatUl:hover {
  overflow: auto;
}
.chatListUl li {
  padding-right: 16px !important;
}
.chatListUl:hover li {
  padding-right: 6px !important;
}
.chatUl li {
  padding-right: 16px !important;
}
.chatUl:hover li {
  padding-right: 6px !important;
}
.like-comment a.like-btn {
  background-color: #c5c4c2;
}
.like-comment a.like-btn.like-fav {
  background-color: var(--orange);
}
.timepicker {
  position: absolute;
  top: 50px !important;
  left: 0 !important;
}

.notifaction_box {
  overflow: inherit;
}
.divider {
  height: 1px;
  width: 100%;
  background-color: var(--border-color);
}
.no-data-wrapper {
  margin-bottom: 20px;
}
.no-data-wrapper i {
  display: inline-block;
  width: 256px;
}
.no-data-wrapper h4 {
  font-size: 36px;
  color: #000;
  font-family: "Roboto-bold";
  margin-bottom: 15px;
  margin-top: 30px;
}
.no-data-wrapper p {
  font-size: 18px;
  color: #f59e00;
  font-family: "Roboto-medium";
}
.welcome-chat-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.form-graphics .plan-box {
  background: rgba(233, 124, 0, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(233, 124, 0, 1) 0%,
    rgba(40, 24, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(233, 124, 0, 1) 0%,
    rgba(40, 24, 0, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(233, 124, 0, 1) 0%,
    rgba(40, 24, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(233, 124, 0, 1) 0%,
    rgba(40, 24, 0, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(233, 124, 0, 1) 0%,
    rgba(40, 24, 0, 1) 100%
  );
}

.form-graphics .plan-box h5 {
  color: #fff;
}
.form-graphics .plan-box .simple-list ul li {
  color: #fff;
  border-bottom: 1px solid transparent;
}
.form-graphics .plan-box .plan-price p {
  color: #fff;
}
.form-graphics .plan-box .gradient-text {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.form-graphics .plan-box .buy_plan_button a {
  border: solid 2px transparent;
}
.form-graphics .plan-box .plan-img {
  background-color: #fff;
}

.jssocials-share i.fa {
  font-family: "Font Awesome 5 Brands";
}

.jssocials-share i.fa.fa-at.jssocials-share-logo {
  font-family: "Font Awesome 5 Free";
}
.ag_duration {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ag_duration .ag_dur_mm {
  margin-left: 5px;
  color: #757575;
}

/* CSS DATED 24-09-2020 */

.lang_box .dropdown-menu {
  padding: 0;
}

/* CSS DATED 07-10-2020 */


.logoutmodal .modal-footer,
.logoutmodal .modal-header {
border: 0;
justify-content: center;
}
.logoutmodal .close {
    position: absolute;
    font-weight: 100;
    margin: 0;
    padding: 0;
    right: 15px;
    top: 5px;
}
.logoutmodal .modal-body {
font-size: 20px;
padding-bottom: 0;
text-align: center;
}
.logoutmodal .modal-footer button.btn {
    background: #f8a000;
    color: #fff;
}
.logoutmodal .modal-footer .btn {
    padding: 5px 0px;
    min-width: 80px;
    margin: 0px 5px;
    font-size: 16px;
    line-height: initial;
    height: initial;
}




input {
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  font-size: 16px;
  width: 100%;
  background: white;
}

.result-message {
  line-height: 22px;
  font-size: 16px;
}

.result-message a {
  color: rgb(89, 111, 214);
  font-weight: 600;
  text-decoration: none;
}

.hidden {
  display: none;
}

#card-error {
  color: rgb(105, 115, 134);
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}

#card-element {
  border-radius: 4px 4px 0 0 ;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}

#payment-request-button {
  margin-bottom: 32px;
}

/* Buttons and links */

button:hover {
  filter: contrast(115%);
}
button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  form {
    width: 80vw;
  }
}