.theme-fa-icon {
  color: #4466f2;
  cursor: pointer;
  font-size: 20px;
}
.cardText {
  font-size: 16px;
  font-weight: 400;
}
.breadcrumb-item {
  cursor: pointer;
}
.sidebar-header {
  cursor: pointer;
}

.side-logo {
  width: 171px;
  height: 62px;
  margin-left: 11%;
  border-radius: 10px;
}
.login-logo {
  width: 156px;
  height: 90px;
  border-radius: 10px;
}
.dashboard-count {
  margin-top: 10px !important;
}
.button {
  padding-top: 30px;
}
.btn-color {
  background-color: #4466f2;
  color: white;
}
.boldText {
  font-weight: 500;
}
.img-fluid {
  height: 30px;
}
.right-icon {
  font-size: 25px;
}
hr.class-1 {
  border-top: 2px solid #e3e8e5;
}
.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu > li > a.active {
  background-color: #4466f2 !important;
  border-radius: 4px !important;
  padding: 7px !important;
}

.view_pro {
  height: 50px;
}

hr.class-1 {
  border-top: 3px solid #c5ccc7;
}
/* e3e8e5 */
.d-block-sub {
  padding-left: 27px;
}
.right-icon {
  cursor: pointer;
}
.btn-plus {
  margin-top: 30px;
}
.btn-minus {
  margin-top: 30px;
}
.row-margin {
  margin-bottom: -17px;
}
.forgot_pass {
  cursor: pointer;
}
.newupload_img {
  height: 20px;
}
.user {
  height: 40px;
  width: 40px;
}
.center {
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* loader css */
#loaderoverlay {
  opacity: 0.9;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 9999999 !important;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #575656;
}

.loader {
  width: 260px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: Lato, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #175fb4;
  letter-spacing: 0.2em;
}

.loader::before {
  top: 0;
}

/* .loader::before,
    .loader::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #175fb4;
    position: absolute;
    -webkit-animation: load .7s infinite alternate ease-in-out;
    animation: load .7s infinite alternate ease-in-out;
    }
    
    .loader::after {
    bottom: 0;
    } */

/* @-webkit-keyframes load {
    0% {
    left: 0;
    height: 30px;
    width: 15px;
    }
    
    50% {
    height: 8px;
    width: 40px;
    }
    
    100% {
    left: 235px;
    height: 30px;
    width: 15px;
    }
    } */

/* @keyframes load {
    0% {
    left: 0;
    height: 30px;
    width: 15px;
    }
    
    50% {
    height: 8px;
    width: 40px;
    }
    
    100% {
    left: 235px;
    height: 30px;
    width: 15px;
    }
    } */

/* loader css end */

/* transform first latter */
.transform::first-letter {
  text-transform: capitalize;
}

.required-field::after {
  content: "*";
  color: red;
  margin-left: 2px;
}

/* button tag hover */
.btn:hover {
  color: #fff !important;
  text-decoration: none;
}
.table-border-horizontal tr,
.table-border-horizontal th,
.table-border-horizontal td {
  border-top: 1px solid #dee2e6;
  padding: 0.75rem 0rem !important;
}

/* Toggle */

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
  vertical-align: middle;
  margin-top: 8px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: red;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: green;
}

input:focus + .slider {
  box-shadow: 0 0 1px red;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* timepicker customize css react-time-picker */
.react-time-picker__wrapper {
  border: unset !important;
}
.react-time-picker__inputGroup__amPm {
  float: right !important;
}

/* SupportForum listing Data Wrap */
.wrap_content {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 150px;
}

/* Image Remove */
.remove_image_icon {
  text-align: center;
  top: -2px;
  right: 8px;
  background-color: white;
  width: 13px;
  border-radius: 100%;
  height: 13px;
  position: absolute;
  font-size: 9px;
  cursor: pointer;
}
.remove_video_icon {
  text-align: center;
  top: -3px;
  right: 9px;
  background-color: white;
  width: 15px;
  border-radius: 100%;
  height: 18px;
  position: absolute;
  font-size: 13px;
  cursor: pointer;
}
.remove_doc_icon {
  text-align: center;
  top: -8px;
  right: 25px;
  background-color: white;
  width: 21px;
  border-radius: 100%;
  height: 16px;
  position: absolute;
  font-size: 11px;
  cursor: pointer;
}

/* support forum */
.removesupport_image_icon {
  text-align: center;
  top: -3px;
  left: 55px;
  background-color: white;
  width: 13px;
  border-radius: 100%;
  height: 13px;
  position: absolute;
  font-size: 9px;
  cursor: pointer;
}
.removesupport_video_icon {
  text-align: center;
  top: -3px;
  /* right: 198px; */
  left: 54px;
  background-color: white;
  width: 15px;
  border-radius: 100%;
  height: 18px;
  position: absolute;
  font-size: 13px;
  cursor: pointer;
}

/* background-color: rgb(255, 255, 255);
    cursor: pointer;
    height: auto;
    padding: 9px; */

/* .form-control.suggestion-item {
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    height: auto;
    padding: 9px;
}

.form-control.suggestion-item:focus {
    background-color: rgb(255, 255, 255);
    cursor: pointer !important;
    height: auto !important;
    padding: 9px !important;
} */

/* Number_input */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* chat load more user list */

.load-more {
  margin: 1rem;
  text-align: center;
}
.chat-history li {
  clear: both;
}
.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0 !important;
}
.conversation-list {
  align-items: flex-end;
  display: inline-flex;
  margin-bottom: 24px;
  position: relative;
}
.chat-history .float-right .chat-avatar {
  margin-left: 16px;
  margin-right: 0;
  order: 3;
}
.chat-history .float-right .conversation-list {
  float: right;
  text-align: right;
}
.chat-avatar {
  margin: 0 16px 0 0;
}

.chat-avatar img {
  border-radius: 50%;
  height: 36px;
  width: 36px;
}
.chat-history .float-right .conversation-list .ctext-wrap {
  justify-content: flex-end;
}
.conversation-list .ctext-wrap {
  display: flex;
  margin-bottom: 10px;
}
.chat-history .float-right .conversation-list .ctext-wrap .ctext-wrap-content {
  background-color: #2f3c4e;
  border-radius: 8px 8px 0 8px;
  color: #ffff;
  order: 2;
  text-align: left;
}
.ctext-wrap-content {
  -webkit-animation: flyIn 0.6s ease-in-out;
  animation: flyIn 0.6s ease-in-out;
}

.chat-history .conversation-list .ctext-wrap-content {
  background-color: #4466f2;
  border-radius: 8px 8px 8px 0;
  color: #fff;
  padding: 12px 20px;
  position: relative;
}

.conversation-list .chat-time {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  margin-top: 4px;
  text-align: right;
}

.align-middle {
  vertical-align: middle !important;
}

[class*=" ri-"],
[class^="ri-"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: remixicon !important;
  font-style: normal;
}

.align-middle {
  vertical-align: middle !important;
}

.conversation-list .conversation-name {
  font-size: 14px;
  font-weight: 500;
}
.ck-editor__editable_inline {
  height: 340px;
}

.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 576px) {
  .contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.contact-info__item {
  display: flex;
  padding-top: 30px;
  margin-bottom: 12px;
}

.contact-info__item:last-child {
  margin-bottom: 0;
}

.contact-info__item:hover .contact-info__icon {
  border-color: #007bff;
}

.contact-info__item:hover .contact-info__icon svg {
  fill: #007bff;
}
.contact-info__item:hover .contact-info__icon i {
  color: #007bff;
}

@media (min-width: 576px) {
  .contact-info__item {
    width: calc(50% - 8px);
    margin-bottom: 0;
  }
  .contact-info__item:nth-child(n + 3) {
    margin-top: 24px;
  }
}
.contact-info__item {
  min-width: 270px;
}

@media (min-width: 1200px) {
  .contact-info__item {
    width: calc(50% - 20px);
  }
}

.contact-info__icon {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 24px;
  margin-top: -24px;
  border: solid 1px #999999;
  border-radius: 50%;
  transition: border-color 0.3s ease;
}

@media (min-width: 1200px) {
  .contact-info__icon {
    width: 70px;
    height: 70px;
    margin-right: 38px;
    margin-top: -30px;
  }
}

.contact-info__icon svg {
  align-self: center;
  fill: #999999;
  transition: fill 0.3s ease;
}
.contact-info__icon i {
  align-self: center;
  color: #999999;
  transition: fill 0.3s ease;
}

.contact-info__title {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1;
  color: #999999;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .contact-info__title {
    margin-bottom: 25px;
  }
}

.contact-info__text {
  font-size: 16px;
  line-height: 1.66;
  color: #000000;
}

@media (min-width: 1200px) {
  .contact-info__text {
    font-size: 18px;
  }
}

.contact-info__text a {
  color: #000000;
  transition: color 0.3s ease;
}

.contact-info__text a:hover,
.contact-info__text a:focus {
  outline: none;
  color: #007bff;
}

.contact-info__text a:active {
  opacity: 0.7;
}

.contact-info__text address {
  font-style: normal;
}
/* td{
  inline-size: 130px;
} */
.border_one{
  border: 1px solid rgb(209 ,207 ,206);
  border-radius: 4px;
  padding: 5px;
}
.border{
  border: 1px solid rgb(160, 157, 157);
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  color: black;
}

.row.confi-add {
  margin-left: 11px;
  margin-top: 10px;
}