@import url("../icons/simple-line-icons/css/simple-line-icons.css");
@import url("../icons/font-awesome/css/all.min.css");
@import url("../icons/material-design-iconic-font/css/materialdesignicons.min.css");
@import url("../icons/themify-icons/css/themify-icons.css");
@import url("../icons/line-awesome/css/line-awesome.min.css");
@import url("../icons/avasta/css/style.css");
@import url("../icons/flaticon/flaticon.css");
@import url("../icons/flaticon_1/flaticon_1.css");
@import url("../icons/icomoon/icomoon.css");
@import url("../icons/bootstrap-icons/font/bootstrap-icons.css");

.email-left-box {
  width: 15rem;
  float: left;
  padding: 0 1.25rem 1.25rem 1rem;
  border-top: 0;
  border-left: 0;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .email-left-box {
    width: 100%;
    padding-bottom: 0rem !important;
  }
}

@media (max-width: 575.98px) {
  .email-left-box {
    width: 100%;
    float: none;
    border: none;
    padding-bottom: 1.875rem !important;
  }
}

.email-left-box .intro-title {
  background: var(--rgba-primary-1);
  padding: 1rem;
  margin: 1.875rem 0 1.25rem 0;
}

.email-left-box .intro-title h5,
.email-left-box .intro-title .h5 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 0.875rem;
}

.email-left-box .intro-title h5 i,
.email-left-box .intro-title .h5 i {
  font-size: 0.75rem;
  position: relative;
  bottom: 0.0625rem;
}

.email-left-box .intro-title i {
  color: var(--primary);
}

.email-right-box {
  padding-left: 16rem;
  padding-right: 1rem;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .email-right-box {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0 !important;
    clear: both;
  }
}

@media (max-width: 575.98px) {
  .email-right-box {
    padding-left: 0;
    padding-right: 0;
  }
}

.email-right-box .right-box-border {
  border-right: 0.125rem solid var(--rgba-primary-1);
}

@media screen and (min-width: 40.5625rem) and (max-width: 75rem) {
  .email-right-box .right-box-padding {
    padding-left: 1.25rem;
  }
}

@media (min-width: 106.25rem) {
  .email-right-box .right-box-padding {
    padding-left: 0.9375rem;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .email-right-box .right-box-padding {
    padding-left: 0;
  }
}

.toolbar .btn-group .btn {
  border: 0;
}

.toolbar .btn-group input {
  position: relative;
  top: 0.125rem;
}

.read-content textarea {
  height: 9.375rem;
  padding: 0.9375rem 1.25rem;
}

.read-content-email {
  font-size: 0.875rem;
}

.read-content h5,
.read-content .h5 {
  color: #ffffff;
}

.read-content p strong {
  color: #ffffff;
}

.read-content-body p {
  margin-bottom: 1.875rem;
}

.read-content-attachment {
  padding: 0.5rem 0;
}

.read-content-attachment h6,
.read-content-attachment .h6 {
  font-size: 1.125rem;
  color: #ffffff;
}

.read-content-attachment h6 i,
.read-content-attachment .h6 i {
  padding-right: 0.3125rem;
}

.read-content-attachment .attachment>div:not(:last-child) {
  border-right: 0.0625rem solid #DDDFE1;
}

.compose-content .wysihtml5-toolbar {
  border-color: #eaeaea;
}

 .compose-content .dropzone {
  /* background: rgb(225, 225, 225) !important; */
  color: gray;
}

.compose-content h5,
.compose-content .h5 {
  font-size: 1.0625rem;
  color: #ffffff;
}

.compose-content h5 i,
.compose-content .h5 i {
  font-size: 1.125rem;
  transform: rotate(90deg);
}

.compose-content .dropzone {
  display: flex;
  justify-content: center;
  align-items: center;
  border:0.0625rem solid gray;
  border-radius: 5px;
  min-height: 3.125rem;
  position: relative;
}

.compose-content .dropzone .dlab-message {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.email-list {
  display: block;
  padding-left: 0;
}

.email-list .message {
  position: relative;
  display: block;
  height: 3.125rem;
  line-height: 3.125rem;
  cursor: default;
  transition-duration: 0.3s;
}

.email-list .message a {
  color: #828690;
}

.email-list .message-single .custom-checkbox {
  margin-top: 0.125rem;
}

.email-list .message-single i {
  color: #89879f;
  font-size: 1.125rem;
  padding-left: .4rem;
}

.email-list .message:hover {
  transition-duration: 0.05s;
  background: rgba(152, 166, 173, 0.15);
}

.email-list .message .col-mail {
  float: left;
  position: relative;
}

.email-list .message .col-mail-1 {
  width: 5.625rem;
}

.email-list .message .col-mail-1 .star-toggle {
  display: block;
  float: left;
  margin-top: 1.125rem;
  font-size: 1rem;
  margin-left: 0.3125rem;
}

.email-list .message .col-mail-1 .email-checkbox {
  display: block;
  float: left;
  margin: 0.9375rem 0.625rem 0 1.25rem;
}

.email-list .message .col-mail-1 .dot {
  display: block;
  float: left;
  border: .4rem solid transparent;
  border-radius: 6.25rem;
  margin: 1.375rem 1.625rem 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}

.email-list .message .col-mail-2 {
  position: absolute;
  top: 0;
  left: 5.625rem;
  right: 0;
  bottom: 0;
}

.email-list .message .col-mail-2 .subject {
  position: absolute;
  top: 0;
  left: 0;
  right: 5.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.email-list .message .col-mail-2 .date {
  position: absolute;
  top: 0;
  right: 0;
}

.email-checkbox {
  cursor: pointer;
  height: 0.9375rem;
  width: 0.9375rem;
  position: relative;
  display: inline-block;
  border-radius: .1rem;
  position: relative;
  top: 0.3125rem;
  box-shadow: inset 0 0 0 0.1rem #828690;
}

.email-checkbox input {
  opacity: 0;
  cursor: pointer;
}

.email-checkbox input:checked label {
  opacity: 1;
}

.email-checkbox label {
  position: absolute;
  top: .3rem;
  left: .3rem;
  right: .3rem;
  bottom: .3rem;
  cursor: pointer;
  opacity: 0;
  margin-bottom: 0 !important;
  transition-duration: 0.05s;
}

.mail-list a {
  vertical-align: middle;
  padding: 0.625rem 0.9375rem;
  display: block;
  background: transparent;
  color: #464a53;
  font-weight: 600;
}

.mail-list .list-group-item {
  color: #6a707e;
  padding: 0.75rem 1.0625rem;

}

.mail-list .list-group-item i {
  font-size: 1rem;
  padding-right: 0.625rem;
  color: #cccccc;
}

.mail-list .list-group-item.active {
  color: #fff;

}

.mail-list .list-group-item.active i {
  color: #fff;
}

.chat-wrap {
  padding: 1.0625rem 1.875rem;
}

.chat-wrap .media .media-body h6,
.chat-wrap .media .media-body .h6 {
  font-size: 1.0625rem;
  color: #6a707e;
}

.chat-wrap .media .media-body p {
  font-size: 0.875rem;
}

@media (min-width: 40.5rem) {
  .email-filter {
    padding-left: 1.25rem;
  }
}

@media (min-width: 106.25rem) {
  .email-filter {
    padding-left: 1.875rem;
  }
}

.email-filter .input-group-prepend i {
  font-size: 0.875rem;
  color: #89879f;
}

.email-filter .input-group-prepend .input-group-text {
  border: 0;
  border-bottom: 0.0625rem solid #DDDFE1 !important;
  background: transparent;
}

.email-filter .input-group .form-control {
  padding: 0 0 0 0.3125rem;
  border: 0;
  font-size: 0.875rem;
  /* height: 1.875rem; */
  color: #89879f;
  border-bottom: 0.0625rem solid #DDDFE1;
}

.email-filter .input-group>.form-control {
  /* min-height: 1.875rem; */
}
.form-control{
  /* height: inherit !important; */
}
.single-mail {
  display: block;
  padding: 1.5625rem 0;
}

.single-mail .media {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 106.25rem) {
  .single-mail .media {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.single-mail .media img {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  margin-right: 0.9375rem;
}

@media (min-width: 106.25rem) {
  .single-mail .media img {
    margin-right: 1.875rem;
  }
}

.single-mail .media-body h6,
.single-mail .media-body .h6 {
  color: #abafb3;
}

.single-mail .media-body h4,
.single-mail .media-body .h4 {
  font-size: 1rem;
  color: #6a707e;
}

.single-mail .media-body h4 button i,
.single-mail .media-body .h4 button i {
  font-size: 1.125rem;
  color: #abafb3;
  font-weight: bold;
  transform: rotate(90deg);
}

.single-mail .media-body p {
  font-size: 0.875rem;
  color: #abafb3;
}

.single-mail.active {
  background: var(--primary);
}

.single-mail.active h6,
.single-mail.active .h6,
.single-mail.active h4,
.single-mail.active .h4,
.single-mail.active p,
.single-mail.active i {
  color: #fff !important;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 0.75rem;
  border: 0.0625rem solid #c8c8c8;
  height: 2.5rem;
  background: #fff;
}

[data-theme-version="dark"] .select2-container--default .select2-selection--single {
  background: #171717;
  border-color: #3D3D3D;
}

.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single.active {
  box-shadow: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.5rem;
  color: #6E6E6E;
  padding-left: 0.9375rem;
  min-height: 2.5rem;
}

.select2-container--default .select2-selection--multiple {
  border-color: #f5f5f5;
  border-radius: 0;
}

.select2-dropdown {
  border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #f5f5f5;
  background: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.375rem;
  right: 0.9375rem;
}

.select2-container .select2-selection--multiple {
  min-height: 2.5rem;
  color: #6E6E6E;
  border-radius: 0.75rem;
  border: 0.0625rem solid #c8c8c8;
}

[data-theme-version="dark"] .select2-container .select2-selection--multiple {
  background: #171717;
  border-color: #3D3D3D;
}

[data-theme-version="dark"] .select2-search--dropdown .select2-search__field {
  background: #202020;
  border-color: #3D3D3D;
}

.select2-dropdown {
  border-color: #c8c8c8;
}

[data-theme-version="dark"] .select2-dropdown {
  background: #171717;
  border-color: #3D3D3D;
}


:root {
  --primary: #ac04fc;
  --secondary: #135846;
  --primary-hover: #bd241a;
  --primary-dark: #ad04fc4e;
  --rgba-primary-1: #ad04fc4e;
  --rgba-secondary-1: rgba(19, 88, 70, 0.1);
  --rgba-secondary-2: rgba(19, 88, 70, 0.2);
  --title: #000;
}


.badge {
  line-height: 1.5;
  border-radius: 1.03125rem;
  padding: 0.25rem 0.625rem;
  border: 0.0625rem solid transparent;
}

.badge-rounded {
  border-radius: 1.25rem;
  padding: 0.1875rem 0.8125rem;
}

.badge-circle {
  border-radius: 6.25rem;
  padding: 0.1875rem 0.4375rem;
}

.badge-outline-primary {
  border: 0.0625rem solid var(--primary);
  color: var(--primary);
}

.badge-outline-secondary {
  border: 0.0625rem solid #135846;
  color: #135846;
}

[data-theme-version="dark"] .badge-outline-secondary {
  color: #6E6E6E;
}

.badge-outline-success {
  border: 0.0625rem solid #68e365;
  color: #68e365;
}

.badge-outline-info {
  border: 0.0625rem solid #D653C1;
  color: #D653C1;
}

.badge-outline-warning {
  border: 0.0625rem solid #FB9F44;
  color: #FB9F44;
}

.badge-outline-danger {
  border: 0.0625rem solid #E23428;
  color: #E23428;
}

.badge-outline-light {
  border: 0.0625rem solid #f5f5f5;
  color: #6e6e6e;
}

[data-theme-version="dark"] .badge-outline-light {
  color: #6E6E6E;
}

.badge-outline-dark {
  border: 0.0625rem solid #6e6e6e;
  color: #6e6e6e;
}

[data-theme-version="dark"] .badge-outline-dark {
  color: #6E6E6E;
}

.badge-xs {
  font-size: 0.625rem;
  padding: 0rem 0.3125rem;
  line-height: 1.125rem;
}

.badge-sm {
  font-size: 0.6875rem;
  padding: 0.3125rem 0.5rem;
  line-height: 0.6875rem;
}

.badge-lg {
  font-size: 0.875rem;
  padding: 0rem 0.625rem;
  line-height: 1.875rem;
}

.badge-xl {
  font-size: 1rem;
  padding: 0rem 0.9375rem;
  line-height: 2.1875rem;
}

.badge-default {
  background: #ADB6C7;
}

.badge-success {
  background-color: #68e365;
}

.badge-secondary {
  background-color: #135846;
}

.badge-info {
  background-color: #D653C1;
}

.badge-primary {
  background-color: var(--primary);
}

.badge-warning {
  background-color: #FB9F44;
}

.badge-danger {
  background-color: #ac04fc;
}

.badge-dark {
  background-color: #6e6e6e;
}

.badge-light {
  background-color: #c8c8c8;
}

.light.badge-default {
  background: #ADB6C7;
}

.light.badge-success {
  background-color: #e7fbe6;
  color: #68e365;
}

[data-theme-version="dark"] .light.badge-success {
  background-color: rgba(104, 227, 101, 0.1);
}

.light.badge-info {
  background-color: #efbae6;
  color: #D653C1;
}

[data-theme-version="dark"] .light.badge-info {
  background-color: rgba(214, 83, 193, 0.1);
}

.light.badge-primary {
  background-color: var(--rgba-primary-1);
  color: var(--primary);
}

[data-theme-version="dark"] .light.badge-primary {
  background-color: var(--rgba-primary-1);
}

.light.badge-secondary {
  background-color: #e2f9f3;
  color: #135846;
}

[data-theme-version="dark"] .light.badge-secondary {
  background-color: rgba(19, 88, 70, 0.1);
  color: #fff;
}

.light.badge-warning {
  background-color: #fedfc1;
  color: #FB9F44;
}

[data-theme-version="dark"] .light.badge-warning {
  background-color: rgba(251, 159, 68, 0.1);
}

.light.badge-danger {
  background-color: #f9d5d3;
  color: #E23428;
}

[data-theme-version="dark"] .light.badge-danger {
  background-color: rgba(226, 52, 40, 0.15);
}

.light.badge-dark {
  background-color: #eeeeee;
  color: #6e6e6e;
}

[data-theme-version="dark"] .light.badge-dark {
  background-color: rgba(110, 110, 110, 0.35);
  color: #fff;
}

.bootstrap-label .label {
  display: inline-block;
  margin-right: 1rem;
}

.bootstrap-label .label:last-child {
  margin-right: 0;
}

.badge-demo .badge {
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.badge-demo .badge:last-child {
  margin-right: 0;
}

.bootstrap-badge-buttons button {
  margin-right: .2rem;
  margin-bottom: 1rem;
}

.bootstrap-badge-buttons button:last-child {
  margin-right: 0;
}



button {
  cursor: pointer;
}

button:focus {
  outline: 0;
  box-shadow: none;
}

.btn {
  padding: 0.938rem 1.5rem;
  border-radius: 0.8rem;
  font-weight: 400;
  font-size: 1rem;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  outline: 0 !important;
}

@media only screen and (max-width: 87.5rem) {
  .btn {
    padding: 0.625rem 1rem;
    font-size: 0.813rem;
  }
}

.btn.btn-success,
.btn.btn-secondary,
.btn.btn-warning,
.btn.btn-primary,
.btn.btn-danger,
.btn.btn-info {
  color: #fff;
}

.btn-transparent {
  background-color: transparent;
}

.btn-primary {
  border-color: var(--primary);
  background-color: #ac04fc;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  border-color: var(--primary-hover);
  background-color: var(--primary-hover);
}

/* .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem var(--rgba-primary-1);
} */

.btn-primary:disabled,
.btn-primary.disabled {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-link {
  color: var(--primary);
  text-decoration: none;
}

.btn-link:hover {
  color: var(--primary-hover);
}

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary:hover {
  border-color: var(--primary-hover);
  background-color: var(--primary-hover);
}

.sharp {
  min-width: 2.5rem;
  padding: 0.4375rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.sharp.btn-xs {
  padding: 0.1875rem;
  width: 1.625rem;
  height: 1.625rem;
  min-width: 1.625rem;
  min-height: 1.625rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.light.tp-btn {
  background-color: transparent;
}

.light.btn-default {
  background: #ADB6C7;
}

.light.btn-success {
  background-color: #e7fbe6;
  border-color: #e7fbe6;
  color: #68e365;
}

.light.btn-success g [fill] {
  fill: #68e365;
}

[data-theme-version="dark"] .light.btn-success {
  background-color: rgba(104, 227, 101, 0.1);
  border-color: transparent;
}

.light.btn-success:hover {
  background-color: #68e365;
  border-color: #68e365;
  color: #fff;
}

.light.btn-success:hover g [fill] {
  fill: #fff;
}

.light.btn-info {
  background-color: #efbae6;
  border-color: #efbae6;
  color: #D653C1;
}

.light.btn-info g [fill] {
  fill: #D653C1;
}

[data-theme-version="dark"] .light.btn-info {
  background-color: rgba(214, 83, 193, 0.1);
  border-color: transparent;
}

.light.btn-info:hover {
  background-color: #D653C1;
  border-color: #D653C1;
  color: #fff;
}

.light.btn-info:hover g [fill] {
  fill: #fff;
}

.light.btn-primary {
  background-color: var(--rgba-primary-1);
  border-color: var(--rgba-primary-1);

}

.light.btn-primary g [fill] {
  fill: var(--primary);
}

[data-theme-version="dark"] .light.btn-primary {
  background-color: var(--rgba-primary-1);
  border-color: transparent;
  color: #fff;
}

.light.btn-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.light.btn-primary:hover g [fill] {
  fill: #fff;
}

.light.btn-secondary {
  background-color: #e2f9f3;
  border-color: #e2f9f3;
  color: #135846;
}

.light.btn-secondary g [fill] {
  fill: #135846;
}

[data-theme-version="dark"] .light.btn-secondary {
  background-color: rgba(19, 88, 70, 0.1);
  border-color: transparent;
  color: #fff;
}

.light.btn-secondary:hover {
  background-color: #135846;
  border-color: #135846;
  color: #fff;
}

.light.btn-secondary:hover g [fill] {
  fill: #fff;
}

.light.btn-warning {
  background-color: #fedfc1;
  border-color: #fedfc1;
  color: #FB9F44;
}

.light.btn-warning g [fill] {
  fill: #FB9F44;
}

[data-theme-version="dark"] .light.btn-warning {
  background-color: rgba(251, 159, 68, 0.1);
  border-color: transparent;
}

.light.btn-warning:hover {
  background-color: #FB9F44;
  border-color: #FB9F44;
  color: #fff;
}

.light.btn-warning:hover g [fill] {
  fill: #fff;
}

.light.btn-danger {
  background-color: #f9d5d3;
  border-color: #f9d5d3;
  color: #E23428;
}

.light.btn-danger g [fill] {
  fill: #E23428;
}

[data-theme-version="dark"] .light.btn-danger {
  background-color: rgba(226, 52, 40, 0.15);
  border-color: transparent;
}

.light.btn-danger:hover {
  background-color: #E23428;
  border-color: #E23428;
  color: #fff;
}

.light.btn-danger:hover g [fill] {
  fill: #fff;
}

.light.btn-dark {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #6e6e6e;
}

.light.btn-dark g [fill] {
  fill: #6e6e6e;
}

[data-theme-version="dark"] .light.btn-dark {
  background-color: rgba(110, 110, 110, 0.35);
  border-color: transparent;
  color: #fff;
}

.light.btn-dark:hover {
  background-color: #6e6e6e;
  border-color: #6e6e6e;
  color: #fff;
}

.light.btn-dark:hover g [fill] {
  fill: #fff;
}


.dropdown-outline {
  border: 0.1rem solid var(--primary);
}

.dropdown-menu {
  font-size: inherit;
  border: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: 0 0 3.125rem 0 rgba(82, 63, 105, 0.15);
  margin-top: 0;
  background-color: white;


}

.dropdown-menu .dropdown-item {
  font-size: 1rem;
  color: gray;
  padding: 0.5rem 1.75rem;
  background-color: white;
}

@media only screen and (max-width: 87.5rem) {
  .dropdown-menu .dropdown-item {
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
  }
}


.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item.active {
  color: gray;
  background-color: var(--rgba-primary-1);
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  color: var(--primary);
  background: var(--rgba-primary-1);
}

[direction="rtl"] .dropdown-menu {
  right: auto !important;
}

.dropdown-menu.show {
  right: 0;
}

.dropdown-toggle-split {
  padding: 0 0.625rem;
  opacity: 0.85;
}

.dropdown-toggle-split:after {
  margin-left: 0 !important;
}

.dropdown-toggle-split:active,
.dropdown-toggle-split:focus,
.dropdown-toggle-split:hover {
  opacity: 1;
}


.dropright .dropdown-toggle::after {
  content: none;
}

.custom-dropdown {
  display: inline-block;
  margin-bottom: 1rem;
}

.custom-dropdown .dropdown-menu {
  border: 0rem;
  min-width: 10rem;
}

.crdd-action .custom-dropdown {
  margin: 0rem;
  background: var(--rgba-primary-1);
}

.crdd-action .custom-dropdown.show,
.crdd-action .custom-dropdown:focus,
.crdd-action .custom-dropdown:hover {
  background: var(--primary);
  color: #fff;
}

.crdd-action .custom-dropdown i {
  display: inline-block;
  padding-top: 0.5625rem;
}

.dropdown .dropdown-dots {
  position: relative;
  height: 0.3125rem;
  width: 0.3125rem;
  background: rgba(110, 110, 110, 0.4);
  border-radius: 0.3125rem;
  display: block;
}

.dropdown .dropdown-dots:after,
.dropdown .dropdown-dots:before {
  content: "";
  height: 0.3125rem;
  width: 0.3125rem;
  background: rgba(110, 110, 110, 0.4);
  position: absolute;
  border-radius: 0.3125rem;
}

.dropdown .dropdown-dots:after {
  right: -0.5rem;
}

.dropdown .dropdown-dots:before {
  left: -0.5rem;
}

.dropdown .dropdown-dots.text-white {
  background: rgba(255, 255, 255, 0.7);
}

.dropdown .dropdown-dots.text-white:after,
.dropdown .dropdown-dots.text-white:before {
  background: rgba(255, 255, 255, 0.7);
}


.list-group-item {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid gray;
  padding: 1rem 1.5rem;
}

.list-group-item.active {
  background-color: var(--primary);
  border-color: var(--primary);
  z-index: inherit;
}

.list-group-item:focus {
  border: 1px solid gray;
  border-top: 0px;
  outline: none;
}

[data-theme-version="dark"] .list-group-item {
  border-color: #3D3D3D;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #fff;
  background-color: #135846;
  border-color: #135846;
}

[class*="bg-"] .list-group-item {
  border-color: rgba(255, 255, 255, 0.05);
}

.bg-warning .list-group-item {
  border-color: rgba(0, 0, 0, 0.05);
}

.light {
  margin-left: 10px;
}

.email-left-box .p-0 .btn {
  background-color: var(--primary) !important;
  border: 1px solid var(--primary);
}

input[type=text]::placeholder {
  color: gray;
}

.compose-content form .mb-3 input {
  color: gray !important;
}

.compose-content form .mb-3 textarea {
  color: gray !important;
}

.compose-content form .mb-3 input::placeholder {
  color: gray !important;
}

.send-btn:hover{
  background-color: var(--primary) !important;
  border:1px solid var(--primary) !important;
}
.send-btn:focus{
  background-color: var(--primary) !important;
  border:1px solid var(--primary) !important;
}

.form-check .form-check-input{
  margin-top: 9px;
} 
.dropdown-item {
  margin-bottom: 0;
  padding: 0.687rem 1.562rem;
  color: gray !important;
  cursor: pointer;
}


.sidebar .nav.sub-menu{
  position: static;
  overflow: hidden !important;
  height: auto !important;
  /* display: block; */
}

.badge-opacity-info{
  background: transparent;  
}

/* .badge-opacity-info a{
  color: gray !important;
} */
/* styles.css */

.ck-editor__editable {
  /* Default styles for light mode */
  background-color: white;
  color: black;
}

/* Apply dark mode styles */
.isDark .ck-editor__editable {
  
}
.isDark .ck.ck-editor__main>.ck-editor__editable{
  background-color: #252730;
  color: white;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
body{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}
#algn{
    height: 92vh;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#card{
    width: 370px;
    height: 435px;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 #E7E9EB, 0 6px 20px 0 #E7E9EB;
}

#upper-bg{
    width: 100%;
    height: 35%;
    background-color: #FFE400;
    display: flex;
    justify-content: center;
    position: relative;
}

.profile-pic{
    width: 35%;
    background-color: white;
    border: 3px solid #FFE400;
    border-radius: 50%;
    padding: 3px;
    position: absolute;
    top: 40px;
}

#lower-bg{
    width: 100%;
    height: 65%;
}

.text{
    text-align: center;
    padding-top: 35px;
}

.text .name{
    font-weight: 600;
    font-size: large;
    padding: 0;
    margin: 5px;
}

.text .title{
    padding: 0;
    margin: 0;
    font-size: 15px;
}

#icons{
    display: flex;
    justify-content: center;
    margin: 15px;
}

#icons img{
    width: 80%;
    height: 90%;
}

.ico{
    display: flex;
    justify-content: center;
    align-items: center;
}

#btn{
    display: flex;
    justify-content: center;
    margin: 15px;
}

#btn button{
    margin: 0 20px;
    padding: 10px 15px;
    background-color: #FFE400;
    border: none;
    border-radius: 50px;
    font-weight: 700;
}

#btn button:hover{
    box-shadow: 0 4px 8px 0 #E7E9EB, 0 6px 20px 0 #E7E9EB;
}

#l-c-s{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 20px 10px;
}

#l-c-s .num{
    display: flex;
}

#l-c-s .dvr{
    width: 2px;
    height: 25px;
    background-color: gray;
}

#l-c-s img{
    width: 24px;
    height: 24px;
}

.license{
    font-size: 12px;
    text-align: center;
}

.license .ll{
    padding: 0 10px;
    display: inline;
}
.css-4wjvfs-MuiButtonBase-root-MuiButton-root,.css-1knaqv7-MuiButtonBase-root-MuiButton-root{
  visibility: hidden;
}
/* 
.MuiDataGrid-toolbarContainer{
  color: gray;
}

.MuiInputBase-inputAdornedStart{
  color: #000;
} */
/* Change placeholder color */
.css-3be3ve-MuiFormControl-root-MuiTextField-root-MuiDataGrid-toolbarQuickFilter  input::placeholder{
color: #000 !important;
  /* background-color: rgb(179, 179, 179); */
}

/* .css-5lr4wk-MuiInputBase-root-MuiInput-root{
color: black; 
} */

/* .css-8j6b76-MuiInputBase-root-MuiOutlinedInput-root .MuiSvgIcon-fontSizeMedium{
  position: relative;
  right: 25px;
} */
.css-9jq23d{
  /* color: white; */
}
.border-bottom{
  border: none !important;
}
.border-top{
  border: none !important;
}
.css-1aquho2-MuiTabs-indicator {
  background-color: #9c27b0 !important;
  color: #9c27b0 !important;
}
.css-1h9z7r5-MuiButtonBase-root-MuiTab-root:focus{
  /* background-color: #9c27b0 !important; */
}
.css-1h9z7r5-MuiButtonBase-root-MuiTab-root.Mui-selected{
  color: #9c27b0 !important;

}
iframe{
   display: none; 
}

.active-dark {
  background-color: #444; 
  border-radius:25px ;
}

.active-light {
  border-radius:25px ;
  background-color: #dadada; 
}

.for-stickyNav{
  position: fixed !important;
  /* max-width: 750px !important; */
  width: 75.6% !important;
  z-index: 1;
  
}
@media screen and (max-width:1200px) {
  .for-stickyNav{
    position: fixed !important;
    width: 70% !important;
    z-index: 1;
  }
}
@media screen and (max-width:1100px) {
  .for-stickyNav{
    position: fixed !important;
    width: 65% !important;
    z-index: 1;
  }
}
@media screen and (max-width:1000px) {
  .for-stickyNav{
    position: fixed !important;
    width: 60% !important;
    z-index: 1;
  }
}
@media screen and (max-width:992px) {
  .for-stickyNav{
    position: fixed !important;
    width: 90% !important;
    z-index: 1;
  }
}

.home-tab .tab-content {
  margin-top: 32px;
  /* padding: 0;  */
}

.stretch-card > .card{
  margin-top: 55px;
}
.css-1mog9k0-MuiFormLabel-root-MuiInputLabel-root,.css-1jy569b-MuiFormLabel-root-MuiInputLabel-root{
  z-index: auto !important;
   font-size: 0.77rem !important;
   line-height: 10px !important;
   overflow: inherit;
}


.sidebar .nav::-webkit-scrollbar {
  width: 5px;
}

.sidebar .dark-mode-nav::-webkit-scrollbar-thumb {
  background-color: #ddd9d9;
  border-radius: 3px;
}

.sidebar .light-mode-nav::-webkit-scrollbar-thumb{
  background-color: black;
  border-radius: 3px;
}
