.thmub-80 {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.thmub-100-66 {
  width: 100px;
  height: 66px;
  object-fit: cover;
}
.form-control.form-control-search-input {
  padding: 0px 20px !important;
  border-radius: 6px !important;
  height: 42px !important;
}

.input-group-text.form-control-search-input-btn {
  border-radius: 6px !important;
  height: 42px !important;
}

.w-200 {
  width: 200px !important;
}
.min-w-200 {
  min-width: 200px !important;
}
.gap-10 {
  gap: 10px !important;
}

/* overwrite css style */
.card .card-header .form-control {
  border-radius: 6px !important;
}

.card .card-header .btn:not(.note-btn) {
  border-radius: 6px !important;
}

.card .card-header .btn {
  padding: 7px 15px !important;
}

.badge {
  border-radius: 6px !important;
}

.image-preview,
#callback-preview {
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
}
.image-preview label,
#callback-preview label {
  opacity: 1 !important;
  background-color: #02a95c !important;
}

.section .section-header {
  gap: 12px !important;
}

.card .card-header .btn.btn-sm.remove {
  padding: 5px 10px !important;
}

.input-group-text,
select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) {
  min-height: 61px;
}
.tickets-search,
.input-group-text,
select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) {
  min-height: 42px;
}

/* chat start */
/* chat ch */
@media screen and (min-width: 992px) {
  .chat__list {
    min-height: 400px;
  }
}
.chat__list {
  margin: 0;
  display: block;
  max-height: calc(100vh - 250px);
  overflow-y: scroll;
}

.chat__list > li {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}

.chat__list > li:last-child {
  border: none;
}

.chat__item {
  width: 100%;
}

.chat__item .item__inner {
  display: block;
  padding: 10px 15px;
  border-radius: 5px;
}

.chat__item .item__inner .chat__meta {
  margin: 3px;
  margin-top: -25px;
  padding-left: 65px;
  font-size: 13px;
}

.chat__item .item__inner a {
  color: #456;
}

.chat__item.active .item__inner,
.chat__item:hover .item__inner {
  background: rgba(31, 31, 35, 0.05);
}
.chat__msg-header .post__creator {
  display: inline-flex;
  position: relative;
}

.chat__msg-header .post__creator .profile-link {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.msg__wrapper {
  padding: 0;
}
.chat__msg-body {
  max-height: calc(100vh - 250px);
  min-height: 400px;
  overflow-y: scroll;
  background: #d3d3d329;
}
.chat__msg-body .msg__wrapper li p {
  padding: 10px 15px;
  background: rgba(31, 31, 35, 0.05);
  border-radius: 15px 15px 15px 0;
  font-size: 15px;
  display: inline-block;
}
.out__msg {
  background: #02a95cd1 !important;
  color: #fff;
}

.chat__msg-footer .send__msg {
  box-shadow: 0 0 15px rgba(31, 31, 35, 0.05);
}

.chat__msg-footer .send__msg .input-group {
  position: relative;
}

.chat__msg-footer .send__msg .form--control {
  border: 1px solid #e1e1e1 !important;
  height: 50px;
  padding: 10px 15px;
  padding-left: 60px;
}

.chat__msg-footer .send__msg .send-btn {
  background: rgba(31, 31, 35, 0.05);
  /* width: 50px !important; */
  /* height: 50px !important; */
  width: 60px !important;
  height: 64px !important;
  padding: 0;
  font-size: 24px;
  color: #fff;
  background: #02a95c !important;
}
.chat__msg-footer .send__msg .send-btn i {
  font-size: 22px;
}

.chat__msg-footer .send__msg .upload-file {
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 7px;
  bottom: 0;
  z-index: 11;
  width: 50px;
  height: 50px;
  background: rgba(31, 31, 35, 0.05);
  font-size: 18px;
  border-radius: 5px 0 0 5px !important;
}

.msg__item .comment-img {
  max-width: 300px;
  width: 100%;
}

.msg__item .comment-img img {
  width: 100%;
}
ul li {
  list-style: none;
}
.msg__item .post__creator-content {
  padding-top: 0;
}
.chat__msg-footer .send__msg .upload-file,
.chat__msg-footer .send__msg .upload-file i {
  text-align: center;
  line-height: 50px !important;
}
.send-btn {
  border-radius: 0 5px 5px 0;
  line-height: 50px;
}
.msg__item .post__creator-content .comment-date {
  display: block;
  font-size: 11px;
  margin-bottom: 7px;
}

.outgoing__msg .post__creator {
  flex-direction: row-reverse;
}
.chat__msg-footer {
  margin-top: 20px;
}

.outgoing__msg .post__creator-content {
  text-align: right;
  padding-left: 18px;
  padding-right: 18px;
}
.incoming__msg .post__creator-content {
  padding-left: 18px;
  padding-right: 18px;
}

.outgoing__msg .post__creator-content p {
  border-radius: 15px 15px 0 15px !important;
}
.outgoing__msg .post__creator {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.post__creator-content {
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .post__creator-content {
    max-width: 575px;
  }
}

/* chat end */

.main-sidebar .sidebar-menu li a i {
  width: 16px;
  margin-right: 16px;
}

.main-sidebar .sidebar-menu li a .badge {
  position: relative;
  left: -16px;
}

a {
  color: #091e42;
  transition: all 0.3s;
}
a:hover {
  color: #02a95c;
  text-decoration: none;
}

.badge.badge-success {
  background-color: #02a95c;
}

.badge-warning {
  color: #091e42 !important;
  background-color: #fac03c !important;
}

.btn-success,
.btn-success.disabled {
  box-shadow: 0 2px 6px #02a95c;
  background-color: #02a95c;
  border-color: #02a95c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active {
  background-color: #35ba7d !important;
  color: #fff !important;
}

.dropdown-menu {
  box-shadow: 0px 0px 20px 0px rgba(84, 84, 84, 0.1) !important;
}

.form-control:focus,
.input-group-text:focus,
.custom-select:focus,
.custom-file-label:focus {
  background-color: #fefeff;
  border-color: #35ba7d;
}

.btn-primary:hover {
  color: #fff;
  background-color: #35ba7d !important;
  border-color: #35ba7d !important;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary.disabled:active,
.btn-primary.disabled:hover {
  background-color: #35ba7d !important;
}

.btn-warning,
.btn-warning.disabled {
  color: #091e42 !important;
}
.btn-warning:hover,
.btn-warning.disabled:hover {
  color: #091e42 !important;
}

select option:hover {
  background-color: #35ba7d !important;
}

.form-control.nice-select {
  width: 100%;
}

.image-preview {
  position: relative;
}

.image-preview::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  display: inline-block;
}

button:focus {
  outline: none !important;
}

.homepage-wrapper {
  height: 480px;
  width: 100%;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 15s;
}
.homepage-wrapper:hover {
  background-position-y: 100%;
}

.tagify.form-control.tagify__input {
  min-height: 61px !important;
}

.badge {
  line-height: 1 !important;
  text-transform: capitalize;
}

.btn-primary {
  box-shadow: none;
}

.ch-permission-multi-select {
}

.ch-permission-multi-select .select2.select2-container {
  width: 100% !important;
}

/* .ch-permission-multi-select
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: #fc544b;
} */

.ch-permission-multi-select
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 22px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 22px;
}
.select2-selection__choice__remove {
  transition: all .3s;
  display: inline-block;
  padding: 0 8px !important;
}

.ch-permission-multi-select .select2-selection__choice {
  border: none;
  box-shadow: none;
}

.min-w-100 {
  min-width: 100%;
}

.min-w-250 {
  min-width: 250px!important;
}