/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* line 6, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_extends.scss */
.profile_info .profile_info_iner .profile_author_name {
  background-image: linear-gradient(to bottom right, #863ee2, #571f9e);
}

/**************** common css start ****************/
/* line 3, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
body {
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
  position: relative;
  background: #f4f4f4;
  color: #282b3f;
}

.demo__item {
  background: #fff;
  border: 1px solid #f0f0f0;
  margin-bottom: 30px;
  border-radius: 10px;
}

.demo__item__pic img {
  min-width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.demo__item__text {
  padding: 25px;
}

.demo__item__text h5 {
  margin-bottom: 20px;
}

h5 {
  font-size: 18px;
}

.demo__item__text h5 a {
  color: #1f3e64;
  font-weight: 800;
}

.demo__item__text p {
  font-size: 14px;
  color: #687083;
  line-height: 1.8;
  /* margin-bottom: 30px; */
}

.demo__item__option {
  border-top: 1px solid #f0ddd9;
  padding-top: 22px;
  overflow: hidden;
  padding-bottom: 15px;
}

.demo__item__price {
  width: 50%;
  float: left;
}

.demo__item__price h4 {
  color: #1f3e64;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
}

.demo__item__price span {
  display: none !important;
}

.demo__item__price span {
  color: #a5abb9;
  font-size: 14px;
  display: block;
  font-style: italic;
}

.demo__item__btn {
  width: 50%;
  float: left;
  text-align: right;
  padding-top: 6px;
}

.demo__item__btn .preview_btn {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #005fd5;
  padding: 10px 16px 8px;
  border-radius: 5px;
  -webkit-transition: none,.3s;
  -moz-transition: none,.3s;
  -ms-transition: none,.3s;
  -o-transition: none,.3s;
  transition: all,.3s;
}

.demo__item__btn .cart_btn {
  display: inline-block;
  font-size: 14px;
  color: #005fd5;
  padding: 9px 12px 7px;
  border: 1px solid #005fd5;
  border-radius: 5px;
}

@media (min-width: 1200px) {
  /* line 14, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .container {
    max-width: 1310px;
  }
}

/* line 18, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.body_white_bg {
  background: #fff;
}

/* line 21, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.br_5 {
  border-radius: 5px;
}

/* line 24, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.border_bottom_1px {
  border-bottom: 1px solid #d3e1ef;
}

/* line 27, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.message_submit_form:focus {
  outline: none;
}

/* line 30, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
input:hover,
input:focus {
  outline: none !important;
  box-shadow: 0px 0px 0px 0px transparent !important;
}

/* line 35, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
:focus {
  outline: -webkit-focus-ring-color auto 0;
}

/* line 38, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: transparent;
  box-shadow: none;
}

/* line 42, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.form-control {
  border-color: #bbc1c9;
}

/* line 45, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.form-control:focus {
  box-shadow: 0 0 0 0rem transparent !important;
  border-color: #bbc1c9;
}

/* line 49, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.dropdown-menu {
  margin: 0;
  padding: 0;
}

/* line 53, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.section_padding {
  padding: 120px 0px;
}

.color-white {
  color: white;
}

.responsive-img {
  width: -webkit-fill-available;
}

.tag-url {
  background-color: #dbdbdb4d;
  border-radius: 4px;
  padding: 4px;
}

.code-wrapper {

}

.btn-transparent {
  background: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 53, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .section_padding {
    padding: 80px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 53, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

@media (max-width: 575.98px) {
  /* line 53, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 53, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

/* line 68, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.padding_top {
  padding-top: 120px;
}

@media (max-width: 991px) {
  /* line 68, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .padding_top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 68, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .padding_top {
    padding-top: 80px;
  }
}

/* line 77, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.padding_bottom {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  /* line 77, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 77, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .padding_bottom {
    padding-bottom: 80px;
  }
}

/* line 87, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 90, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
a:hover {
  text-decoration: none;
}

/* line 95, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #202125;
  font-family: "Roboto", sans-serif;
  font-weight: 550;
  line-height: 1.2;
}

/* line 106, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
h2 {
  font-size: 30px;
}

/* line 109, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
h3 {
  font-size: 30px;
}

/* line 112, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
h4 {
  font-size: 20px;
}

/* line 115, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

/* line 120, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
li {
  list-style: none;
}

/* line 123, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
ul,
ol {
  margin: 0;
  padding: 0;
}

/* line 128, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
p {
  line-height: 20px;
  font-size: 15px;
  margin-bottom: 0px;
  color: #495057;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* line 137, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
a:focus,
.button:focus,
button:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

/* line 146, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.p_30 {
  padding: 30px;
}

@media (max-width: 991px) {
  /* line 146, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .p_30 {
    padding: 20px;
  }
}

/* line 152, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.p_20 {
  padding: 20px;
}

/* line 155, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.p_15 {
  padding: 20px 20px 15px;
}

/* line 158, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.pb_20 {
  padding-bottom: 20px;
}

/* line 161, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mt_60 {
  margin-top: 60px;
}

@media (max-width: 991px) {
  /* line 161, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .mt_60 {
    margin-top: 30px;
  }
}

/* line 167, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mt_25 {
  margin-top: 25px;
}

/* line 171, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mt_30 {
  margin-top: 30px;
}

@media (max-width: 991px) {
  /* line 171, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .mt_30 {
    margin-top: 15px;
  }
}

/* line 178, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mt_10 {
  margin-top: 10px;
}

/* line 181, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mb_15 {
  margin-bottom: 15px;
}

/* line 184, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mb_15_imp {
  margin-bottom: 13px !important;
}

/* line 187, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mb_20 {
  margin-bottom: 20px !important;
}

/* line 190, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mb_20_imp {
  margin-bottom: 20px;
}

/* line 193, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mb_25 {
  margin-bottom: 20px;
}

/* line 196, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mb_50 {
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  /* line 196, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .mb_50 {
    margin-bottom: 30px;
  }
}

/* line 202, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mt_50 {
  margin-top: 50px;
}

@media (max-width: 575.98px) {
  /* line 202, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .mt_50 {
    margin-top: 25px;
  }
}

/* line 208, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mt_20 {
  margin-top: 20px;
}

/* line 211, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mb_10 {
  margin-bottom: 10px !important;
}

/* line 216, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
th:focus,
td:focus {
  outline: -webkit-focus-ring-color auto 0;
}

/* line 220, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
table.dataTable tbody th,
table.dataTable tbody td {
  vertical-align: middle;
}

/* line 224, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mt_40 {
  margin-top: 40px;
}

/* line 227, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.section_bg {
  background-color: #fef1f2;
}

/* line 230, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 241, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 248, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #e4e8ec;
}

/* line 259, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.section_tittle {
  text-align: center;
}

/* line 261, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.section_tittle h2 {
  font-size: 36px;
  margin-bottom: 25px;
  line-height: 33px;
}

@media (max-width: 991px) {
  /* line 261, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .section_tittle h2 {
    margin-bottom: 15px;
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  /* line 261, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .section_tittle h2 {
    font-size: 30px;
  }
}

/* line 273, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.section_tittle p {
  margin-bottom: 72px;
}

@media (max-width: 991px) {
  /* line 273, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .section_tittle p {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 273, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .section_tittle p {
    margin-bottom: 50px;
  }
}

/* Create the checkmark/indicator (hidden when not checked) */
/* line 284, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
/* line 291, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_checkbox input:checked ~ .checkmark:after {
  display: block;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #7e7172;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  content: "";
}

/* line 306, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_checkbox span {
  padding: 0 !important;
}

/* line 313, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.custom_checkbox tr th:first-child,
.custom_checkbox tr td:first-child {
  padding: 16px 0 16px 0 !important;
}

/* line 318, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.border_1px {
  border-right: 1px solid rgba(130, 139, 178, 0.3);
  height: 40px;
  margin-right: 20px;
  margin-left: 8px;
}

/* line 324, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select {
  border: 0;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 30px;
  color: #415094;
  border: 0 !important;
  background: #f6f9fe;
  font-size: 14px;
  color: #6c6780;
  font-weight: 400;
}

/* line 335, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select .nice-select-search-box {
  width: 100% !important;
}

/* line 338, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select.bgLess {
  background: transparent;
  border: 0 !important;
}

/* line 342, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 free";
  border: 0;
  transform: rotate(0deg);
  margin-top: -16px;
  font-size: 12px;
  right: 18px;
  transform-origin: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-top: -22px;
  font-weight: 900;
  color: #adb4c8;
}

/* line 359, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select.open::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 15px;
  margin-top: 12px;
  right: 12px;
}

/* line 369, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select:focus {
  box-shadow: none;
}

/* line 372, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select.open .list {
  min-width: 200px;
  left: 0;
  overflow-y: auto;
}

/* line 376, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select.open .list li:first-child {
  color: #000;
}

/* line 380, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select .current {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/* line 386, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select .list {
  width: 100%;
  left: auto;
  right: 0;
  border-radius: 0px 0px 10px 10px;
  margin-top: 1px;
  z-index: 9999 !important;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  overflow: auto;
}

/* line 395, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select .list li {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 403, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select2 {
  border: 0;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 5px;
  color: #363b64;
  background: #fff;
  border: 0;
  padding-left: 18px;
  padding-right: 38px;
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
  font-size: 11px;
  text-transform: capitalize;
}

/* line 418, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select2 .nice-select-search-box {
  width: 100% !important;
  margin-top: 5px;
  display: none !important;
}

/* line 423, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select2.nice_Select_line {
  height: 47px;
  line-height: 47px;
  background: #fff;
  padding: 0 23px;
  border: 1px solid #e5ecff !important;
  border-radius: 10px;
}

/* line 430, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select2.nice_Select_line::after {
  margin-top: -23px;
  right: 25px;
}

/* line 434, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select2.nice_Select_line.open::after {
  margin-top: 16px;
  right: 20px;
}

/* line 439, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select2:after {
  content: "\e64b";
  font-family: "themify";
  border: 0;
  transform: rotate(0deg);
  margin-top: -16px;
  font-size: 12px;
  font-weight: 500;
  right: 18px;
  transform-origin: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-top: -16px;
  right: 15px;
  margin-top: -18px;
  right: 25px;
  color: #222fb9;
}

/* line 459, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select2:active, .nice_Select2.open, .nice_Select2:focus {
  border-color: none;
  border: 0;
}

/* line 465, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select2.open::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 8px;
  right: 15px;
}

/* line 474, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select2:focus {
  box-shadow: none;
  border: 0;
}

/* line 478, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select2:hover {
  border: 0;
}

/* line 481, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select2.open .list {
  min-width: 100%;
  margin-top: 5px;
  padding-top: 0 !important;
  left: 0;
  overflow-y: auto;
}

/* line 488, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select2.open .list li:first-child {
  color: #000;
}

/* line 492, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select2 .current {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/* line 498, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select2 .list {
  width: 100%;
  left: auto;
  right: 0;
  border-radius: 0px 0px 10px 10px;
  margin-top: 1px;
  z-index: 9999 !important;
  box-shadow: 0px 10px 20px rgba(244, 91, 15, 0.03);
}

/* line 506, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nice_Select2 .list li {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 518, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.white_box {
  background-color: #fff;
  padding: 20px;
}

@media (max-width: 991px) {
  /* line 518, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .white_box {
    padding: 20px 20px;
  }
}

@media (max-width: 575.98px) {
  /* line 518, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .white_box {
    padding: 25px 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 518, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .white_box {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 518, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .white_box {
    padding: 30px 20px;
  }
}

/* line 533, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.white_box h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 22px;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 991px) {
  /* line 533, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .white_box h3 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 533, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .white_box h3 {
    margin-bottom: 10px;
  }
}

/* line 545, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.white_box h3 span {
  font-weight: 300;
  color: #7e7172;
}

/* line 551, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.progress-bar {
  text-align: right;
  padding-right: 8px;
}

/* line 555, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.white_box_p_30 {
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 991px) {
  /* line 555, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .white_box_p_30 {
    padding: 25px 15px;
  }
}

/* line 564, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cu_dropdown .btn {
  border: 1px solid #f1f2f3;
  background-color: #fef1f2;
  color: #7e7172;
  font-size: 12px;
  font-weight: 300;
  padding: 5px 15px;
}

/* line 572, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cu_dropdown .btn_1 {
  padding: 11px 20px;
}

/* line 575, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cu_dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 0;
  content: "\e64b";
  border-top: none;
  font-family: "themify";
  font-size: 10px;
}

/* line 584, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cu_dropdown .dropdown-menu {
  min-width: auto;
  background-color: #17263a;
  min-width: 102px;
  left: 0 !important;
  border-radius: 0 0 5px 5px;
  top: -2px !important;
  padding: 17px 0;
}

/* line 592, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cu_dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  padding: 7px 20px;
  padding: 7px 20px;
  color: #fff;
}

/* line 602, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cu_dropdown .left_arrow:hover {
  background-color: transparent;
  padding-left: 38px;
}

/* line 606, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cu_dropdown .left_arrow:after {
  left: 18px;
  top: 11px;
}

/* line 625, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.switch {
  -webkit-appearance: none;
  background-color: gray;
  border-radius: 43px;
  position: relative;
  cursor: pointer;
  padding: 14px 25px !important;
  margin-right: 20px;
  height: 30px;
}

/* line 634, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.switch::after {
  top: 6px;
  left: 6px;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #3f6ad8;
  position: absolute;
  border-radius: 100%;
  transition: 1s;
}

/* line 645, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.switch:checked {
  background-color: #3f6ad8 !important;
}

/* line 647, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.switch:checked::after {
  background-color: #fff !important;
}

/* line 650, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.switch:checked::after {
  transform: translateX(25px);
}

/* line 654, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.switch:focus {
  outline-color: transparent;
}

/* line 658, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.menu_bropdown {
  display: inline-block;
}

/* line 660, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.menu_bropdown .dropdown-menu {
  min-width: 168px !important;
  right: 0;
}

@media (max-width: 991px) {
  /* line 665, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .sidebar_widget {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 665, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .sidebar_widget {
    margin-top: 0;
  }
}

/* line 673, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.text_underline {
  color: #17263a;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 677, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.text_underline:hover {
  color: #17263a;
  text-decoration: underline;
}

/* line 682, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.check_box_item {
  margin-top: 11px;
}

/* line 684, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.check_box_item .single_check_box {
  padding: 15px 0;
  border-bottom: 1px solid #e4e8ec;
}

/* line 687, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.check_box_item .single_check_box .switch {
  -webkit-appearance: none;
  background-color: transparent;
  padding: 14px 27px !important;
  margin-right: 0;
  border: 1px solid #e4e8ec;
}

/* line 693, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.check_box_item .single_check_box .switch:after {
  top: 4px;
  width: 20px;
  height: 20px;
}

/* line 699, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.check_box_item .single_check_box .switch:checked::after {
  background-color: #7e7172 !important;
  left: 4px;
}

/* line 703, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.check_box_item .single_check_box .switch:checked {
  background-color: transparent !important;
}

/* line 709, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.list_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: center;
}

@media (max-width: 575.98px) {
  /* line 709, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .list_header {
    display: block;
  }
}

/* line 720, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.list_header p {
  color: #17263a;
  font-weight: 400;
  font-size: 14px;
  color: #7f8b9f;
  font-weight: 400;
}

/* line 727, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.list_header .nice_Select {
  margin-left: 15px;
}

@media (max-width: 575.98px) {
  /* line 727, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .list_header .nice_Select {
    margin-left: 10px;
  }
}

/* line 733, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.list_header .list_header_filter {
  display: flex;
  align-items: center;
}

@media (max-width: 575.98px) {
  /* line 733, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .list_header .list_header_filter {
    margin-top: 15px;
  }
}

/* line 739, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.list_header .list_header_filter img {
  width: 17px;
  margin-right: 8px;
}

/* line 746, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-content {
  background-color: #fef1f2;
  padding: 0 30px;
}

@media (max-width: 575.98px) {
  /* line 746, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .cs_modal .modal-content {
    padding: 0 20px;
  }
}

/* line 753, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-header {
  padding: 34px 0 30px 0px;
  align-items: center;
  border-bottom: 0px solid transparent;
}

/* line 757, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-header h5 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

/* line 763, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-header .close {
  padding: 0;
  margin: 0;
  opacity: 1;
}

/* line 767, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-header .close i {
  font-size: 14px;
  color: #707070;
}

/* line 774, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body {
  padding: 35px 30px !important;
  background: #fff;
  border-radius: 5px;
}

@media (max-width: 575.98px) {
  /* line 774, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .cs_modal .modal-body {
    padding: 25px 20px !important;
  }
}

/* line 781, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body .chose_thumb_title {
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  text-align: left;
  margin: 0;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 8px;
}

/* line 792, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body .input_wrap label {
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  text-align: left;
  margin: 0;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 8px;
}

/* line 802, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body .input_wrap textarea {
  height: 100px;
  padding: 0;
  line-height: 28px;
  padding: 13px 25px;
}

/* line 809, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body .nice_Select,
.cs_modal .modal-body input,
.cs_modal .modal-body textarea {
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border: 1px solid #eee1e2;
  padding: 10px 25px;
  color: #7e7172;
  font-weight: 500;
  font-size: 13px;
  width: 100%;
  display: block;
  margin-bottom: 21px;
  font-weight: 300;
  border-radius: 3px;
}

/* line 825, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body .nice_Select::placeholder,
.cs_modal .modal-body input::placeholder,
.cs_modal .modal-body textarea::placeholder {
  color: #7e7172;
  font-weight: 300;
  opacity: 1;
}

/* line 831, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body .nice_Select {
  line-height: 30px;
}

/* line 833, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body .nice_Select :after {
  left: 22px;
}

/* line 837, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body ::placeholder {
  color: #17263a;
}

/* line 841, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal_btn {
  display: flex;
  justify-content: start;
  align-items: center;
}

/* line 845, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal_btn .btn_1 {
  padding: 16px 26px !important;
  margin: 0 5px;
  text-align: center;
}

/* line 852, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-footer {
  border-top: 0px solid transparent;
  padding: 30px 0 40px 0;
}

/* line 858, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.form_box .from_group {
  display: block;
  width: 100%;
  margin-bottom: 23px;
}

/* line 862, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.form_box .from_group label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 13px;
  color: #707070;
}

/* line 868, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.form_box .from_group .nice_Select,
.form_box .from_group input,
.form_box .from_group textarea {
  width: 100%;
  display: block;
  background-color: #fef1f2;
  border: 1px solid #f1f2f3;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  padding: 10px 20px;
}

/* line 880, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.form_box .from_group textarea {
  height: 115px;
  line-height: 27px;
}

/* line 884, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.form_box .from_group .bootstrap-tagsinput input {
  border: none !important;
  width: auto !important;
  display: inline-block !important;
  background-color: transparent !important;
}

/* line 890, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.form_box .from_group .bootstrap-tagsinput .badge [data-role="remove"]:after {
  background-color: transparent !important;
}

/* line 893, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.form_box .from_group .bootstrap-tagsinput .badge {
  margin: 0 5px;
  padding: 9px 8px;
  line-height: 12px;
  font-weight: 500;
  font-size: 13px;
}

/* line 900, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.form_box .from_group .badge-info {
  color: #fff;
  background-color: #2ec9b8;
}

/* line 904, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.form_box .from_group .nice_Select {
  line-height: 30px;
}

/* line 909, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.note-editable {
  background-color: #fef1f2;
}

/* line 913, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.note-btn-group.note-style {
  display: none;
}

/* line 918, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.plr_30 {
  padding: 0 30px !important;
}

@media (max-width: 767.98px) {
  /* line 918, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .plr_30 {
    padding: 0 15px !important;
  }
}

/* line 925, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mb_8 {
  margin-bottom: 8px !important;
}

/* line 928, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mb_7 {
  margin-bottom: 7px !important;
}

/* line 937, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.ml-10 {
  margin-left: 10px;
}

/* line 940, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mb_30 {
  margin-bottom: 30px !important;
}

@media (max-width: 575.98px) {
  /* line 943, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .lms_block {
    display: block !important;
  }
}

@media (max-width: 575.98px) {
  /* line 949, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .add_button {
    margin-top: 15px;
    margin-left: 0;
  }
}

/* line 956, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.lms_pagination_wrap {
  margin-top: 30px;
}

/* line 959, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.lms_pagination_wrap ul li {
  display: inline-block;
  margin: 0 0.8px;
}

/* line 962, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.lms_pagination_wrap ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #fff;
  line-height: 40px;
  color: #cec1c2;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
}

/* line 972, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.lms_pagination_wrap ul li a.active {
  background: #fe1724;
  color: #fff;
}

/* line 976, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.lms_pagination_wrap ul li a:hover {
  background: #fe1724;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 988, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .modal-dialog.custom-modal-dialog {
    max-width: 650px;
  }
}

@media (min-width: 992px) {
  /* line 993, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .modal-dialog.custom-modal-dialog {
    max-width: 950px;
  }
}

@media (min-width: 1200px) {
  /* line 998, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .modal-dialog.custom-modal-dialog {
    max-width: 1050px;
  }
}

/* line 1002, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
label {
  margin-bottom: 10px;
}

/* line 1006, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.file_upload {
  border: 1px solid #eee1e2 !important;
  padding: 9px 24px;
  border-radius: 3px;
  /* input file style */
}

/* line 1010, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.file_upload label {
  margin-bottom: 0 !important;
}

/* line 1013, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.file_upload .form-group {
  padding: 0;
  margin-bottom: 0;
}

/* line 1017, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.file_upload .btn_file_upload {
  color: #fff;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  display: inline-block;
}

/* line 1024, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.file_upload .btn_file_upload:hover, .file_upload .btn_file_upload:focus {
  color: #888888;
  border-color: #888888;
}

/* line 1033, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.file_upload .input-file,
.file_upload .input-file2 {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 1041, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.file_upload .input-file + .js-labelFile,
.file_upload .input-file + .js-labelFile2,
.file_upload .input-file2 + .js-labelFile,
.file_upload .input-file2 + .js-labelFile2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  cursor: pointer;
}

/* line 1050, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.file_upload .btn {
  padding: 0px 16px !important;
  border-radius: 5px;
  background-color: #fe1724;
  display: inline-block !important;
  font-size: 14px;
  color: #fff !important;
  border-radius: 30px;
  bottom: 0;
  margin-bottom: 0;
}

/* line 1060, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.file_upload .btn:hover {
  background-color: #3f6ad8;
  color: #fff;
  border: 0;
}

/* line 1066, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.file_upload .form-group {
  background-color: #fff;
  width: 100%;
  padding: 0px;
  border-radius: 5px;
}

/* line 1073, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
td:focus,
th:focus {
  outline: none !important;
}

/* line 1077, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mb_20 {
  margin-bottom: 20px;
}

/* line 1080, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mr_10 {
  margin-right: 10px !important;
}

/* line 1085, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.checkbox_wrap p {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
  margin-bottom: 0;
}

/* line 1092, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.lms_checkbox_1 {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 50px;
  margin-bottom: 0;
  margin-right: 15px;
}

/* line 1099, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.lms_checkbox_1 input {
  display: none !important;
}

/* line 1102, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.lms_checkbox_1 .slider-check {
  background-color: #eee;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

/* line 1111, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.lms_checkbox_1 .slider-check.round {
  border-radius: 34px;
}

/* line 1114, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.lms_checkbox_1 .slider-check::before {
  background-color: #f45b0f;
  bottom: 5px;
  content: "";
  height: 20px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 20px;
}

/* line 1124, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.lms_checkbox_1 .slider-check.round:before {
  border-radius: 50%;
}

/* line 1128, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.lms_checkbox_1 input:checked + .slider-check {
  background-color: #ddd;
  color: #fff;
  content: "oui";
}

/* line 1133, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.lms_checkbox_1 input:checked + .slider-check:before {
  transform: translateX(20px);
  background: #3b4cb8;
}

/* line 1141, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.input_wrap label {
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  text-align: left;
  margin: 0;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  /* line 1155, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .medium_modal_width .modal-dialog {
    max-width: 780px;
  }
}

/* line 1163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.list_header_btn_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  margin-right: 60px;
}

@media (max-width: 575.98px) {
  /* line 1163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .list_header_btn_wrapper {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .list_header_btn_wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .list_header_btn_wrapper {
    margin-right: 0;
    display: block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 1163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .list_header_btn_wrapper {
    margin-right: 0;
    display: block;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 1163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .list_header_btn_wrapper {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1191, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .list_header_block {
    display: block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 1195, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .list_header_block .success_faild_btn {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 1200, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .list_header_block .serach_field_2 {
    width: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1200, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .list_header_block .serach_field_2 {
    width: 380%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1208, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .list_header_block .box_right {
    justify-content: space-between;
  }
}

/* line 1216, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.gj-datepicker .fa-calendar-alt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #cec1c2;
  right: 25px;
}

/* line 1226, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.white_box_border {
  border: 1px solid rgba(202, 206, 213, 0.7);
}

/* line 1234, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mb-25 {
  margin-bottom: 25px;
}

/* line 1237, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mb_15 {
  margin-bottom: 15px;
}

/* line 1240, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mr-10 {
  margin-right: 10px;
}

/* line 1243, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mr_5 {
  margin-right: 5px;
}

/* line 1246, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mb_30 {
  margin-bottom: 30px;
}

/* line 1249, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mt_10px {
  margin-top: 10px;
}

/* line 1252, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.pt_30 {
  padding-top: 30px !important;
}

/* line 1259, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.wrapper .progress {
  margin-bottom: 15px;
}

/* line 1273, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.apexcharts-datalabels-group {
  position: relative;
  top: -13px !important;
}

/* line 1277, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal {
  background-color: #fef1f2;
}

/* line 1279, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-header {
  background-color: #f7faff;
  padding: 23px 30px;
  border-bottom: 0px solid transparent;
}

/* line 1283, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-header h5 {
  font-size: 22px;
  font-weight: 600;
}

/* line 1287, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-header span {
  font-size: 14px;
  color: #707070;
  opacity: 1;
}

/* line 1293, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body {
  padding: 35px 30px;
}

/* line 1295, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body input,
.cs_modal .modal-body .nice_Select {
  height: 50px;
  line-height: 50px;
  padding: 10px 20px;
  border: 1px solid #f1f3f5;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  width: 100%;
}

/* line 1307, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body .nice_Select {
  line-height: 29px;
}

/* line 1309, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body .nice_Select:after {
  right: 22px;
}

/* line 1312, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body .nice_Select .list {
  width: 100%;
}

/* line 1316, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body .form-group {
  margin-bottom: 12px;
}

/* line 1319, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body textarea {
  height: 168px;
  padding: 15px 20px;
  border: 1px solid #f1f3f5;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
}

/* line 1327, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
  color: #707070;
  text-align: center;
}

/* line 1333, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body p a {
  color: #3f6ad8;
}

/* line 1338, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body .btn_1 {
  width: 100%;
  display: block;
  margin-top: 20px;
}

/* line 1344, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .btn_1 {
  color: #fff;
  background-color: #3b5998;
  border: 1px solid #3b5998;
  margin-top: 0;
}

/* line 1349, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .btn_1:hover {
  color: #fff !important;
}

/* line 1352, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .btn_1 i {
  margin-right: 10px;
}

/* line 1358, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body .social_login_btn .form-group:last-child .btn_1 {
  background-color: #4285f4;
  border: 1px solid #4285f4;
}

/* line 1365, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body .pass_forget_btn {
  color: #707070;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
}

/* line 1372, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_modal .modal-body .pass_forget_btn:hover {
  color: #3f6ad8;
}

/* line 1380, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.border_style {
  width: 100%;
  display: block;
  text-align: center;
  padding: 13px 0 17px;
  position: relative;
  z-index: 1;
}

/* line 1387, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.border_style span {
  padding: 0 25px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
}

/* line 1393, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.border_style:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #bbc1c9;
  top: 24px;
  left: 0;
  z-index: -1;
}

/* line 1405, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
p a {
  color: #1c3faa;
}

/* line 1407, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
p a:hover {
  color: #1c3faa;
}

/* line 1413, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_check_box {
  display: flex;
  margin-top: 20px;
}

/* line 1416, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_check_box input,
.cs_check_box label {
  line-height: 20px !important;
  height: auto !important;
  width: auto !important;
  max-width: auto;
}

/* line 1423, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_check_box .common_checkbox {
  display: none;
}

/* line 1426, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_check_box label {
  position: relative;
  padding-left: 34px;
  margin-bottom: 0;
}

/* line 1431, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_check_box .common_checkbox + label {
  display: block;
  cursor: pointer;
  color: #7e7172;
}

/* line 1436, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_check_box .common_checkbox + label:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #7e7172;
  border-radius: 5px;
  content: "";
}

/* line 1446, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_check_box .common_checkbox:checked + label:after {
  content: "\f00c";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  padding: 2px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

/* line 1456, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.cs_check_box .common_checkbox {
  display: none !important;
}

/* line 1460, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.hide_pils.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border: 0 !important;
}

/* line 1471, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mr_20 {
  margin-right: 20px;
}

@media (max-width: 575.98px) {
  /* line 1474, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .mb-sm-15 {
    margin-bottom: 15px;
  }
}

/* line 1479, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.heading_6 {
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #2e4765;
  margin-bottom: 0;
}

/* line 1487, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.card_height_100 {
  height: calc(100% - 30px);
}

/* line 1490, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.height_100 {
  height: 100%;
}

/* line 1493, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.card_height_50 {
  height: calc(50% - 30px);
}

/* line 1497, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.page-item.active .page-link {
  background-color: #3b4cb8;
  border-color: #3b4cb8;
}

/* line 1500, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.page-item.active .page-link:hover {
  color: #fff;
  background-color: #3b4cb8e6;
  border-color: #3b4cb8e6;
}

/* line 1506, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.page-link {
  color: #3b4cb8;
}

/* line 1508, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.page-link:hover {
  color: #fff;
  background-color: #3b4cb8e6;
  border-color: #3b4cb8e6;
}

@media (max-width: 991px) {
  /* line 1515, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .sm_padding_15px {
    padding: 15px !important;
  }
}

/* line 1522, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.dashboard_header .dashboard_header_title h3 {
  font-size: 33px;
  font-weight: 600;
  color: #2e4765;
  margin-bottom: 7px;
}

/* line 1527, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.dashboard_header .dashboard_header_title h3 span {
  color: #3b4cb8;
}

/* line 1531, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.dashboard_header .dashboard_header_title p {
  font-size: 20px;
  font-weight: 400;
  color: #7f8b9f;
}

@media (max-width: 991px) {
  /* line 1539, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .dashboard_breadcam {
    text-align: left !important;
    padding-top: 10px !important;
  }
}

/* line 1544, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.dashboard_breadcam ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 1548, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.dashboard_breadcam ul li {
  font-size: 17px;
  font-weight: 400;
  color: #3b4cb8;
  padding-left: 14px;
  position: relative;
}

/* line 1554, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.dashboard_breadcam ul li:first-child {
  padding-left: 0;
}

/* line 1556, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.dashboard_breadcam ul li:first-child::before {
  display: none;
}

/* line 1560, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.dashboard_breadcam ul li::before {
  color: #3b4cb8;
  content: "/";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1568, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.dashboard_breadcam ul li a {
  width: 30px;
  height: 30px;
  background: #ffe7df;
  border-radius: 50%;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  margin-right: 10px;
}

/* line 1577, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.dashboard_breadcam ul li a img {
  line-height: 30px;
}

/* line 1585, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.header_prise h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}

/* line 1591, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.header_prise h5 {
  font-size: 16px;
  font-weight: 500;
  color: #3b4cb8;
  margin-bottom: 0;
}

/* line 1599, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.pink_bg {
  background: #fe80b2 !important;
}

/* line 1602, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.parpel_bg {
  background: #833cdf !important;
}

/* line 1605, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.parpel_bg2 {
  background: #f65365 !important;
}

/* line 1608, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.bg-1 {
  background: #2984f8 !important;
}

/* line 1611, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.bg-2 {
  background: #3f6ad8 !important;
}

/* line 1614, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.bg-3 {
  background: #16aaff !important;
}

/* line 1617, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.bg-4 {
  background: #cabdfd !important;
}

/* line 1620, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.map-js-height {
  height: 450px;
}

@media (max-width: 1365.98px) {
  /* line 1620, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .map-js-height {
    height: 350px;
  }
}

/* line 1627, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.border_radius_0 {
  border-radius: 0 !important;
}

/* line 1630, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.white_bg {
  background: #fff;
}

/* line 1633, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.border_1px {
  border: 1px solid #eee;
}

/* line 1637, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.card_footer {
  padding: 50px;
  border-top: 1px solid #f2f4ff;
  position: relative;
  overflow: hidden;
}

/* line 1643, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.SubTitle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-size: 18px;
}

/* line 1649, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.p-20 {
  padding: 20px;
}

/* line 1652, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.bg-primary {
  background-color: #4c2fbf !important;
  color: #fff;
}

/* line 1656, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.bg-secondary {
  background-color: #2e9de4 !important;
  color: #fff;
}

/* line 1660, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.bg-success {
  background-color: #80cf00 !important;
  color: #fff;
}

/* line 1664, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.bg-info {
  background-color: #06b5dd !important;
  color: #fff;
}

/* line 1668, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.bg-warning {
  background-color: #ffc717 !important;
  color: #fff;
}

/* line 1672, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.bg-danger {
  background-color: #fd517d !important;
  color: #fff;
}

/* line 1676, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.bg-light {
  background-color: #f8f5fd !important;
  color: #fff;
}

/* line 1680, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.bg-dark {
  background-color: #2c323f !important;
  color: #fff;
}

/* line 1684, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.color-box > div > div {
  border-radius: 15px;
}

/* line 1687, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.m-b-10 {
  margin-bottom: 10px;
}

/* line 1691, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.btn-light {
  border: 1px solid #e8ecf4;
}

/* line 1694, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.font-size-10 {
  font-size: 10px !important;
}

/* line 1697, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.text-primary {
  color: #5664d2 !important;
}

/* line 1700, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.font-size-14 {
  font-size: 14px !important;
}

/* line 1703, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.line-height-2 {
  line-height: 2;
}

/* line 1707, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.text_white {
  color: #fff;
}

/* line 1710, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.f_w_400 {
  font-weight: 400;
}

/* line 1713, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.f_w_700 {
  font-weight: 750;
}

/* line 1716, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.f_s_11 {
  font-size: 11px;
}

/* line 1719, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.f_s_12 {
  font-size: 12px;
}

/* line 1722, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.f_s_13 {
  font-size: 13px;
}

/* line 1725, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.f_s_14 {
  font-size: 14px;
}

/* line 1728, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.f_s_15 {
  font-size: 15px;
}

/* line 1731, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.f_s_16 {
  font-size: 16px;
}

/* line 1734, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.f_s_18 {
  font-size: 18px;
}

/* line 1737, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.f_s_19 {
  font-size: 19px;
}

/* line 1740, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.f_s_20 {
  font-size: 20px !important;
}

/* line 1743, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.f_s_21 {
  font-size: 21px !important;
}

/* line 1746, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.f_s_22 {
  font-size: 22px !important;
}

/* line 1749, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.f_s_26 {
  font-size: 26px !important;
}

/* line 1752, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.f_s_17 {
  font-size: 17px;
}

/* line 1755, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.f_s_28 {
  font-size: 28px;
}

/* line 1758, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.f_s_40 {
  font-size: 40px;
}

/* line 1761, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.f_s_30 {
  font-size: 30px;
}

/* line 1764, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.f_s_60 {
  font-size: 60px;
}

/* line 1767, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.ml_25 {
  margin-left: 25px;
}

/* line 1770, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.mr_30 {
  margin-right: 30px;
}

/* line 1773, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.ml_15 {
  margin-left: 15px;
}

/* line 1776, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.ml_18 {
  margin-left: 18px;
}

/* line 1779, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.color_theme {
  color: #474d58;
}

/* line 1782, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.color_theme2 {
  color: #101038;
}

/* line 1785, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.color_gray {
  color: #8890b5;
}

/* line 1788, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.color_gray2 {
  color: #b1b6c9;
}

/* line 1791, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.pt_25 {
  padding-top: 25px !important;
}

.card-intro {
  font-family: inherit;
    line-height: 25px;
    font-size: 15px;
}

/* line 1794, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.pulse .pulse-ring {
  display: block;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  position: absolute;
  -webkit-animation: animation-pulse 3.5s ease-out;
  animation: animation-pulse 3.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  border-width: 3px;
  border-style: solid;
  border-color: #e4e6ef;
}

/* line 1810, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.pulse .pulse-ring.notification_count_pulse {
  right: -18px;
  top: -14px;
}

/* line 1814, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.pulse.pulse-primary .pulse-ring {
  border-color: rgba(54, 153, 255, 0.75);
}

/* line 1817, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.pulse.pulse-secondary .pulse-ring {
  border-color: rgba(228, 230, 239, 0.75);
}

/* line 1821, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.pulse.pulse-success .pulse-ring {
  border-color: rgba(27, 197, 189, 0.75);
}

/* line 1825, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.pulse.pulse-info .pulse-ring {
  border-color: rgba(137, 80, 252, 0.75);
}

/* line 1829, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.pulse.pulse-warning .pulse-ring {
  border-color: rgba(255, 168, 0, 0.75);
}

/* line 1833, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.pulse.pulse-danger .pulse-ring {
  border-color: rgba(246, 78, 96, 0.75);
}

/* line 1837, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.pulse.pulse-light .pulse-ring {
  border-color: rgba(243, 246, 249, 0.75);
}

/* line 1841, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.pulse.pulse-dark .pulse-ring {
  border-color: rgba(24, 28, 50, 0.75);
}

/* line 1845, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.pulse.pulse-white .pulse-ring {
  border-color: rgba(255, 255, 255, 0.75);
}

/* line 1849, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.pulse.theme_color .pulse-ring {
  border-color: rgba(255, 255, 255, 0.75);
}

@-webkit-keyframes animation-pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes animation-pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

/* line 1891, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.header_more_tool .dropdown .dropdown-toggle::after {
  display: none !important;
}

/* line 1894, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.header_more_tool .dropdown span {
  padding-left: 0px;
  background: #e2eaff;
  padding: 0;
  border-radius: 5px;
}

/* line 1899, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.header_more_tool .dropdown span.double_dot {
  padding-left: 0px;
  background: transparent;
  padding: 0;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 0;
  background: #fff;
  color: #838fb4;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1918, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.header_more_tool .dropdown span i {
  font-size: 20px;
  font-weight: 900;
  display: inline-block;
  color: #1e1f22;
  position: relative;
  top: 0px;
  margin-right: 0px;
}

/* line 1928, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.header_more_tool .dropdown .dropdown-menu {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 13px;
  top: 5px !important;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(80, 143, 244, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(80, 143, 244, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(80, 143, 244, 0.2);
}

/* line 1938, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.header_more_tool .dropdown .dropdown-menu a {
  padding: 8px 15px;
  font-size: 13px;
  display: flex;
  align-items: center;
}

/* line 1943, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.header_more_tool .dropdown .dropdown-menu a:hover {
  color: #fff;
}

/* line 1945, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.header_more_tool .dropdown .dropdown-menu a:hover i {
  color: #fff;
}

/* line 1949, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.header_more_tool .dropdown .dropdown-menu a i {
  font-size: 13px;
  vertical-align: middle;
  position: relative;
  top: 0px;
  margin-right: 5px;
  transition: 0.3s;
}

/* line 1963, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.common_input input {
  height: 47px;
  line-height: 47px;
  background-color: #fff;
  border: 0;
  padding: 10px 25px;
  color: #97a3b4;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  display: block;
  border-radius: 4px;
  border: 1px solid #ced4da;
}

/* line 1976, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.common_input input::placeholder {
  color: #97a3b4;
  font-weight: 400;
  font-size: 14px;
  opacity: 1;
}

/* line 1985, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nav-link-notify {
  position: relative;
}

/* line 1989, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.nav-link-notify:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0px;
  border-radius: 50%;
  top: 0px;
  background-color: #486dcf;
}

@-webkit-keyframes notify-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(72, 109, 207, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

@keyframes notify-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(72, 109, 207, 0.7);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

/* line 2022, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
#back-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  cursor: pointer;
  z-index: 9999999;
  display: none;
}

/* line 2029, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
#back-top a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 40px;
  background: #0090ff;
  font-size: 15px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 10px 20px 0px rgba(0, 145, 255, 0.03);
}

/* line 2049, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.img-thumbnail {
  background-color: #f5f6ff !important;
  border: 1px solid #f5f6ff !important;
  border-radius: 20px !important;
}

/* line 2055, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.default_border_1px {
  border: 1px solid #e0e2e8;
  box-shadow: none !important;
}

/* line 2059, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.shadow_none {
  box-shadow: none !important;
}

/* line 2066, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.overflow_hidden {
  overflow: hidden !important;
}

/* line 2069, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.chart_wrap {
  border-radius: 15px;
}

/* line 2073, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.round_badge {
  font-size: 11px;
  font-weight: 500;
  padding: 0 6.5px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(95, 99, 242, 0.06);
  color: #3b4cb8;
}

/* line 2084, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.round_badge.important_mail {
  background: #77c454;
  color: #fff;
}

/* line 2088, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.round_badge.trash_mail {
  background: #ff3939;
  color: #fff;
}

/* line 2094, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.green_text {
  color: #4fbf78 !important;
}

/* line 2097, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.red_text {
  color: #eb6a61 !important;
}

.White_text {
  color: #ffffff !important;
}

/* line 2100, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.red_text2 {
  color: #dc2709 !important;
}

/* line 2103, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.blue_text {
  color: #3246d2 !important;
}

/* line 2107, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.small_serach_field {
  width: 268px;
  position: relative;
  background: #ffffff;
  border-radius: 6px;
}

@media (max-width: 575.98px) {
  /* line 2107, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .small_serach_field {
    margin: 20px 0;
    width: 100%;
  }
}

/* line 2117, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.small_serach_field.theme_bg {
  background: #fff;
}

/* line 2119, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.small_serach_field.theme_bg input {
  background: transparent !important;
}

/* line 2122, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.small_serach_field.theme_bg button {
  background: #f45b0f !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2107, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
  .small_serach_field {
    width: 268px;
  }
}

/* line 2129, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.small_serach_field .search_inner {
  width: 100%;
}

/* line 2131, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.small_serach_field .search_inner input {
  color: #86898e;
  font-size: 11px;
  height: 36px;
  width: 100%;
  padding-left: 12px;
  border: 0;
  padding-right: 6px;
  background: #ffffff;
  border-radius: 6px;
  border: 0;
  font-weight: 400;
  padding: 12px;
}

/* line 2144, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.small_serach_field .search_inner input::placeholder {
  font-size: 11px;
  font-weight: 400;
  color: #86898e;
  font-family: "Roboto", sans-serif;
}

/* line 2150, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.small_serach_field .search_inner input:focus {
  outline: none;
}

/* line 2154, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.small_serach_field .search_inner button {
  position: absolute;
  top: 2px;
  right: 2px;
  height: 100%;
  background: transparent;
  border: 0;
  width: 32px;
  height: 32px;
  background: #8f9ba5;
  line-height: 32px;
  border-radius: 4px;
  color: #fff;
}

/* line 2167, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.small_serach_field .search_inner button img {
  position: relative;
  top: -2px;
}

/* line 2171, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.small_serach_field .search_inner button i {
  font-size: 14px;
  color: #fff;
}

/* line 2179, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.new_fac {
  display: flex;
  align-items: center;
}

/* line 2182, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.new_fac i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-right: 35px;
  flex: 35px 0 0;
  background: #1c3faa;
  color: #fff;
  font-size: 11px;
}

/* line 2194, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.new_fac span {
  font-size: 14px;
  font-weight: 400;
  color: #8d8da1;
}

/* line 2201, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.w_120 {
  width: 120px;
}

/* line 2205, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.text-orange {
  color: #ff9900;
}

/* line 2209, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.star-review i.text-gray {
  color: #d9d9d9;
}

/* line 2213, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.badge_plus.ti-plus {
  display: none !important;
}

/* line 2217, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.site_bottom_1px {
  border-bottom: 1px solid #e0f4f4;
}

/* line 2221, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.theme_text {
  color: #687083;
}

/* line 2226, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.logout_btn img {
  margin-right: 10px;
}

/* line 2231, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.datepicker {
  font-family: "Roboto", sans-serif;
}

/* line 2235, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.custom_height {
  height: 38px;
  padding: 7px 15px !important;
}

/* line 2240, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_reset.scss */
.dash_text {
  color: #19247a;
}

/******** base color css ********/
/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
/* .btn {
  padding: 10px 25px !important;
} */

/* line 5, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */

.btn-dashed {
  border-style: dashed;
}

.btn-outline-focus:hover {
  color: #fff !important;
  background-color: #444054;
  border-color: #444054;
}

.btn-outline-focus:hover {
  color: #444054;
  border-color: #444054;
}

.icon-wrapper-sm {
  font-size: 14px;
}

.btn-gradient-primary {
  background-image: linear-gradient(140deg,#2248a8 -30%,#3f6ad8 90%);
  background-color: #2248a8;
  border-color: #2248a8;
  color: #fff;
}

.btn-gradient-primary:hover {
  background-image: linear-gradient(140deg,#2248a8 -30%,#3f6ad8 90%);
  background-color: #2248a8;
  border-color: #2248a8;
  color: #fff;
}

.btn-gradient-secondary {
  background-image: linear-gradient(140deg,#494f54 -30%,#6c757d 90%);
  background-color: #494f54;
  border-color: #494f54;
  color: #fff;
}

.btn-gradient-secondary:hover {
  background-image: linear-gradient(120deg,#41474c 0%,#656d75 100%);
  color: #fff;
  border-color: #313539;
}

.btn-gradient-success {
  background-image: linear-gradient(140deg,#298957 -30%,#3ac47d 90%);
  background-color: #298957;
  border-color: #298957;
  color: #fff;
}

.btn-gradient-success:hover {
  background-image: linear-gradient(120deg,#257d50 0%,#37b875 100%);
  color: #fff;
  border-color: #1d623e;
}

.btn-gradient-info {
  background-image: linear-gradient(140deg,#007fc9 -30%,#16aaff 90%);
  background-color: #007fc9;
  border-color: #007fc9;
  color: #fff;
}

.btn-gradient-info:hover {
  background-image: linear-gradient(120deg,#0076b9 0%,#07a4ff 100%);
  color: #fff;
  border-color: #005f96;
}

.btn-gradient-warning {
  background-image: linear-gradient(140deg,#c78f07 -30%,#f7b924 90%);
  background-color: #c78f07;
  border-color: #c78f07;
  color: #fff;
}

.btn-gradient-warning:hover {
  background-image: linear-gradient(120deg,#b88407 0%,#f6b415 100%);
  color: #fff;
  border-color: #966c05;
}

.btn-gradient-danger {
  background-image: linear-gradient(140deg,#981a38 -30%,#d92550 90%);
  background-color: #981a38;
  border-color: #981a38;
  color: #fff;
}

.btn-gradient-danger:hover {
  background-image: linear-gradient(120deg,#8b1833 0%,#cc234b 100%);
  color: #fff;
  border-color: #6c1228;
}

.btn-gradient-focus {
  background-image: linear-gradient(140deg,#211f29 -30%,#444054 90%);
  background-color: #211f29;
  border-color: #211f29;
  color: #fff;
}

.btn-gradient-focus:hover {
  background-image: linear-gradient(120deg,#1a1820 0%,#3d394b 100%);
  color: #fff;
  border-color: #09090c;
}

.btn-gradient-alternate {
  background-image: linear-gradient(140deg,#4e3159 -30%,#794c8a 90%);
  background-color: #4e3159;
  border-color: #4e3159;
  color: #fff;
}

.btn-gradient-alternate:hover {
  background-image: linear-gradient(120deg,#452b4f 0%,#704780 100%);
  color: #fff;
  border-color: #311f38;
}

.btn-gradient-alternate {
  background-image: linear-gradient(140deg,#4e3159 -30%,#794c8a 90%);
  background-color: #4e3159;
  border-color: #4e3159;
  color: #fff;
}

.btn-gradient-light {
  background-image: linear-gradient(140deg,#c8c8c8 -30%,#eee 90%);
  background-color: #c8c8c8;
  border-color: #c8c8c8;
  color: #212529;
}

.btn-gradient-light:hover {
  background-image: linear-gradient(120deg,silver 0%,#e6e6e6 100%);
  color: #212529;
  border-color: #aeaeae;
}

.btn-gradient-dark {
  background-image: linear-gradient(140deg,#121416 -30%,#343a40 90%);
  background-color: #121416;
  border-color: #121416;
  color: #fff;
}

.btn-gradient-dark:hover {
  background-image: linear-gradient(120deg,#0b0c0d 0%,#2d3238 100%);
  color: #fff;
  border-color: #000;
}

.btn-gradient-link {

}

.btn-pill {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}

.btn_1 {
  background-color: #3246d2;
  border: 1px solid #3246d2;
  color: #fff;
  display: inline-block;
  padding: 11.5px 22px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

/* line 18, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_1 i {
  font-size: 15px;
  padding: 0 8px;
}

/* line 22, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_1:hover {
  color: #fff;
  background-color: #3246d2;
}

/* line 26, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_1.light {
  background-color: rgba(63, 106, 216, 0.1);
  border: 1px solid transparent;
  color: #3f6ad8;
}

/* line 31, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_1.green {
  background-color: #4fbf78;
  border: 1px solid #4fbf78;
  color: #fff;
  border-radius: 10px;
}

/* line 37, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_1.red {
  background-color: #eb6a61;
  border: 1px solid #eb6a61;
  color: #fff;
  border-radius: 10px;
}

/* line 43, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_1.wood {
  background-color: #ffa66b;
  border: 1px solid #ffa66b;
  color: #fff;
}

/* line 48, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_1.blue {
  background-color: #edf0ff;
  border: 1px solid #edf0ff;
  color: #fff !important;
  border-radius: 8px;
  color: #4d69fa !important;
  font-weight: 500;
}

/* line 56, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_1.white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #ff0707;
}

/* line 61, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_1.gray2 {
  background-color: #f5f7f9;
  border: 1px solid #f5f7f9;
  color: #ff0707;
}

/* line 66, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_1.gray3 {
  background-color: #a5a4c1;
  border: 1px solid #a5a4c1;
  color: #fff;
}

/* line 71, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_1.gray {
  background: #575d8a;
  font-size: 14px;
  border: 0;
  font-weight: 400;
}

/* line 76, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_1.gray:hover {
  background: #575d8a;
  color: #fff;
  box-shadow: none;
}

/* line 82, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_1.sm {
  font-size: 12px;
  padding: 6px 15px;
}

/* line 86, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_1.big_btn {
  padding: 11px 36px;
}

/* line 89, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_1.form_big_btn_1 {
  padding: 16px 62px !important;
}

@media (max-width: 575.98px) {
  /* line 89, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
  .btn_1.form_big_btn_1 {
    padding: 16px 30px !important;
  }
}

/* line 95, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_1.big_btn2 {
  padding: 15px 37px;
}

/* line 98, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_1.radius_btn {
  border-radius: 15px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  background: #5b6ce1;
  padding: 16px 10px;
}

/* line 105, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_1.radius_btn:hover {
  color: #fff;
  background-color: #5b6ce1;
  box-shadow: 0 3px 6px #cbd1ff;
}

/* line 112, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.Euro_btn {
  background-color: #f5f6ff;
  color: #fff;
  display: inline-block;
  padding: 11px 43px;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 23px;
  font-weight: 700;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #9267ff;
}

/* line 126, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.Euro_btn:hover {
  background-color: #9267ff;
  color: #000;
}

/* line 131, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_2 {
  border: 0;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding: 14px 23px;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  white-space: nowrap;
  color: #6c7293;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #f4f5f9;
}

/* line 145, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_2:hover {
  color: #3246d2;
}

/* line 149, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_3 {
  color: #fff;
  display: inline-block;
  padding: 11px 27px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  background-color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #0090ff;
}

/* line 161, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_3:hover {
  background: #0090ff;
  color: #fff;
}

/* line 166, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_4 {
  color: #fff;
  display: inline-block;
  padding: 11px 27px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  background-color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fe7575;
}

/* line 178, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_4:hover {
  background: #fe7575;
  color: #fff;
}

/* line 183, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_7 {
  border: 1px solid #0090ff;
  color: #383f46;
  display: inline-block;
  padding: 11px 27px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  background-color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}

/* line 196, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_7:hover {
  background: #0090ff;
  color: #fff;
}

/* line 202, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_5 {
  border: 1px solid #fff;
  display: inline-block;
  padding: 16px 26px !important;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff !important;
  text-shadow: none !important;
  opacity: 1;
  color: #222222;
}

/* line 218, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_5:hover {
  background-color: #3f6ad8 !important;
  border: 1px solid #3f6ad8 !important;
  color: #fff;
  opacity: 1 !important;
}

/* line 224, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_5.small_btn {
  padding: 11px 26px !important;
}

@media (max-width: 575.98px) {
  /* line 224, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
  .btn_5.small_btn {
    padding: 11px 19px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 224, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
  .btn_5.small_btn {
    padding: 11px 19px !important;
  }
}

/* line 234, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_6 {
  color: #17263a;
  border: 1px solid #eee1e2;
  display: inline-block;
  padding: 11px 25px;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 247, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn_6:hover {
  background-color: #3f6ad8;
  border: 1px solid #3f6ad8;
  color: #fff;
}

/* line 253, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.sm_btn {
  line-height: 15px;
  background-color: #fff;
  height: 34px;
  padding: 9px 20px;
  color: #212e40;
  width: 150px;
  text-transform: capitalize;
  border: 1px solid #eee1e2;
}

/* line 263, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.view_archive_btn {
  border: 1px solid #e4e8ec;
  color: #7e7172;
  padding: 16px 30px;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 16px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 273, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.view_archive_btn i {
  margin-right: 15px;
}

/* line 276, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.view_archive_btn:hover {
  color: #3f6ad8;
  border: 1px solid #3f6ad8;
}

/* line 282, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.white_btn {
  display: inline-block;
  color: #6f7a92;
  font-size: 14px;
  font-weight: 300;
  background: #fff;
  transition: 0.3s;
  padding: 12px 30px;
  border-radius: 0px;
  border: 1px solid #ececec;
  line-height: 1;
}

/* line 293, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.white_btn:hover {
  background: #5886ff;
  color: #fff;
  border-color: #5886ff;
}

/* line 299, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.small_blue_btn {
  display: inline-block;
  color: #6f7a92;
  font-size: 14px;
  font-weight: 300;
  background: #fff;
  transition: 0.3s;
  padding: 7px 13px;
  border-radius: 0px;
  border: 1px solid #ececec;
  line-height: 1;
  border-radius: 5px;
}

/* line 311, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.small_blue_btn.radius_0 {
  border-radius: 0;
}

/* line 314, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.small_blue_btn.active {
  background: #1652f0;
  color: #fff;
  border-color: #1652f0;
}

/* line 319, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.small_blue_btn:hover {
  background: #1652f0;
  color: #fff;
  border-color: #1652f0;
}

/* line 325, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.theme_line_btn {
  border: 2px solid #3246d2;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 27px;
  border-radius: 2px;
  display: inline-block;
  color: #707d8a;
}

/* line 333, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.theme_line_btn:hover {
  background: #3246d2;
  color: #fff;
  border-color: #3246d2;
}

/* line 339, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.default_btn {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: #2d1967;
  transition: 0.3s;
  padding: 16px 35px;
  border-radius: 3px;
}

/* line 349, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.default_btn:hover {
  color: #fff;
}

/* line 353, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.dark_btn {
  display: inline-block;
  color: #d1dde6;
  font-size: 16px;
  font-weight: 500;
  background: #3b32c2;
  transition: 0.3s;
  padding: 15px 47px;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
}

/* line 363, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.dark_btn:hover {
  color: #fff;
}

/* line 367, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.close.white_btn2 {
  border: 1px solid #fff;
  display: inline-block;
  padding: 16px 26px !important;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff !important;
  text-shadow: none !important;
  opacity: 1;
  color: #222222;
  margin-right: 10px;
}

/* line 384, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.close.white_btn2:hover {
  background-color: #3f6ad8 !important;
  border: 1px solid #3f6ad8 !important;
  color: #fff;
  opacity: 1 !important;
}

/* line 391, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.white_btn3 {
  border: 1px solid #fff;
  display: inline-block;
  padding: 14px 30px !important;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff !important;
  text-shadow: none !important;
  opacity: 1;
  color: #101038;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.17);
}

/* line 408, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.white_btn3:hover {
  background-color: #3b4cb8 !important;
  border: 1px solid #3b4cb8 !important;
  color: #fff;
  opacity: 1 !important;
}

/* line 416, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.status_btn {
  display: inline-block;
  padding: 2px 15px;
  font-size: 14px;
  font-weight: 300;
  color: #2bd27f !important;
  background: #e7fbf0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-transform: capitalize;
  white-space: nowrap;
  min-width: 70px;
  text-align: center;
  position: relative;
  z-index: 100;
}

/* line 430, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.status_btn.yellow_btn {
  background: #ffba00;
}

/* line 433, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.status_btn.pending_btn {
  background: #e7f3fe;
  color: #2e4765 !important;
}

/* line 437, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.status_btn:hover {
  color: #fff;
}

/* line 442, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.dropdown .dropdown-toggle.lms_drop_1 {
  background: #fff;
  padding: 4px 15px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  text-align: left;
  color: #7e7172;
  display: inline-block;
  width: 102px;
  border: 0;
  border: 1px solid #eee1e2;
  position: relative;
  transition: 0.3s;
}

/* line 457, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.dropdown .dropdown-toggle.lms_drop_1::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  top: 12px;
  color: #cec1c2;
  font-size: 12px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  border: 0;
  border: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
}

/* line 474, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.dropdown .dropdown-toggle.lms_drop_1.lms_drop_2 {
  min-width: 140px;
}

/* line 479, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.dropdown.show .dropdown-toggle.lms_drop_1 {
  background: #2d1967;
  padding: 4px 15px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  text-align: left;
  color: #7e7172;
  display: inline-block;
  width: 102px;
  border: 0;
  color: #fff;
  border: 1px solid #2d1967;
}

/* line 493, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.dropdown.show .dropdown-toggle.lms_drop_1::after {
  content: "\f0d8";
}

/* line 498, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.dropdown .dropdown-menu {
  border: 0;
  padding: 6px 0 10px 0;
  margin: 0;
  border-radius: 0 !important;
}

/* line 503, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.dropdown .dropdown-menu .dropdown-item {
  font-size: 16px;
  font-weight: 300;
  padding: 4px 20px;
  color: #242934;
}

/* line 508, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.dropdown .dropdown-menu .dropdown-item:hover {
  color: #fff !important;
  background: #5886ff;
}

/* line 513, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.dropdown .dropdown-menu.dropdown-menu-w140 {
  min-width: 140px;
}

/* line 518, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.white_btn_line {
  white-space: nowrap;
  height: 50px;
  background: transparent;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  border: 0;
  padding: 0 19px;
  border-radius: 3px;
  border: 1px solid #eee1e2;
  color: #7e7172;
  transition: 0.3s;
}

/* line 532, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.white_btn_line i {
  font-size: 13px;
  color: #7e7172;
  margin-right: 6px;
}

/* line 537, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.white_btn_line:hover {
  background: #2d1967;
  color: #fff;
  border: 1px solid #2d1967;
}

/* line 541, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.white_btn_line:hover i {
  color: #fff;
  transition: 0.3s;
}

/* line 547, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.white_btn_line2 {
  white-space: nowrap;
  height: 30px;
  background: transparent;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  text-transform: capitalize;
  border: 0;
  border: 1px solid #eee1e2;
  color: #7e7172;
  transition: 0.3s;
  border-radius: 30px;
  line-height: 28px;
  padding: 0 18px;
}

/* line 562, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.white_btn_line2:hover {
  background: #2d1967;
  color: #fff !important;
  border: 1px solid #2d1967;
}

/* line 566, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.white_btn_line2:hover i {
  color: #fff;
  transition: 0.3s;
}

/* line 572, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.green_lite_btn {
  white-space: nowrap;
  background: transparent;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  text-transform: capitalize;
  border: 0;
  border: 1px solid #bceaff;
  color: #7d81a8;
  transition: 0.3s;
  border-radius: 10px;
  padding: 17px 20px;
}

/* line 585, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.green_lite_btn i {
  color: #7d81a8;
  font-size: 16px;
  margin-left: 10px;
  transition: 0.3s;
}

/* line 591, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.green_lite_btn:hover {
  background: #bceaff;
  color: #20265b !important;
  border: 1px solid #bceaff;
}

/* line 595, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.green_lite_btn:hover i {
  color: #20265b;
  transition: 0.3s;
}

/* line 601, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.theme_text_btn {
  font-size: 14px;
  color: #46d293;
  font-weight: 700;
}

/* line 605, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.theme_text_btn:hover {
  color: #46d293;
}

/* line 610, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  content: "\e61a";
  font-family: "themify";
  font-size: 8px;
  line-height: 14px;
  font-weight: 600;
  background-color: #fef1f2;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08), -6px -6px 12px white;
}

/* line 631, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  content: "\e622";
  box-shadow: inset 6px 6px 12px rgba(0, 0, 0, 0.08), inset -6px -6px 12px white;
}

/* line 647, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-toggle {
  background: transparent !important;
  color: #dfe0e1;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  padding: 0 20px 0 18px;
  text-transform: capitalize;
  transition: 0.3s;
  font-family: "Roboto", sans-serif;
  box-shadow: none !important;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 10px !important;
  border: 1px solid #313438;
}

/* line 665, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-toggle .setting_badge {
  position: absolute;
  right: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #f64e60;
  text-align: center;
  line-height: 19px;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  top: -5px;
}

/* line 680, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-toggle.theme_bg {
  background: #ecfbff;
}

/* line 683, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-toggle:after {
  content: "\e64b";
  font-family: "themify";
  border: none;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  border-top: 0px;
  font-size: 14px;
  position: relative;
  top: 1px;
  left: 8px;
  font-weight: 900;
  transition: 0.3s;
  color: #9093a1;
}

/* line 699, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-toggle:hover, .CRM_dropdown.dropdown .dropdown-toggle:focus {
  box-shadow: none;
  color: #dfe0e1;
  background: #1f272d !important;
  border-color: #1f272d !important;
}

/* line 713, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-menu {
  border-radius: 5px !important;
  border: 0px;
  padding: 0px;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.25);
  margin-top: 15px;
}

/* line 719, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-menu .dropdown-item {
  color: #828bb2;
  text-align: left;
  font-size: 14px;
  padding: 10px 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 726, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.CRM_dropdown.dropdown .dropdown-menu .dropdown-item:hover {
  color: #6c5dd3;
}

/* line 733, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.CRM_dropdown2.dropdown .dropdown-toggle {
  background: #fff !important;
  color: #6c7293;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  padding: 0 20px 0 18px;
  text-transform: capitalize;
  transition: 0.3s;
  border: 0 !important;
  font-family: "Roboto", sans-serif;
  box-shadow: none !important;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* line 750, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.CRM_dropdown2.dropdown .dropdown-toggle .setting_badge {
  position: absolute;
  right: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #f64e60;
  text-align: center;
  line-height: 19px;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  top: -5px;
}

/* line 765, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.CRM_dropdown2.dropdown .dropdown-toggle.theme_bg {
  background: #ecfbff;
}

/* line 768, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.CRM_dropdown2.dropdown .dropdown-toggle:after {
  content: "\e64b";
  font-family: "themify";
  border: none;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  border-top: 0px;
  font-size: 14px;
  position: relative;
  top: 1px;
  left: 8px;
  font-weight: 900;
  transition: 0.3s;
  color: #8775ac;
}

/* line 785, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.CRM_dropdown2.dropdown .dropdown-toggle.dropdown_hide:after {
  display: none;
}

/* line 789, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.CRM_dropdown2.dropdown .dropdown-toggle:hover, .CRM_dropdown2.dropdown .dropdown-toggle:focus {
  box-shadow: none;
  color: #3246d2;
}

/* line 801, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.CRM_dropdown2.dropdown .dropdown-menu {
  border-radius: 5px !important;
  border: 0px;
  padding: 0px;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.25);
  margin-top: 15px;
}

/* line 807, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.CRM_dropdown2.dropdown .dropdown-menu .dropdown-item {
  color: #828bb2;
  text-align: left;
  font-size: 14px;
  padding: 10px 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 814, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.CRM_dropdown2.dropdown .dropdown-menu .dropdown-item:hover {
  color: #6c5dd3;
}

/* line 820, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.dropdown-menu.option_width_8 {
  min-width: 150px;
}

/* line 823, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.action_btn {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: transparent;
  line-height: 30px;
  text-align: center;
  color: #67349d;
  font-size: 12px;
  transition: 0.3s;
  display: inline-block;
  flex: 32px 0 0;
}

/* line 835, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.action_btn:hover {
  background: #67349d;
  color: #fff;
  box-shadow: 0 5px 10px rgba(136, 79, 251, 0.26);
}

/* line 842, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.color_button {
  background-color: #8950fc;
  border: 0;
  color: #fff;
  display: inline-block;
  padding: 13px 25px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 854, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.color_button.color_button2 {
  background: #9afdd2;
  color: #313131;
}

/* line 857, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.color_button.color_button2:hover {
  background: #9afdd2;
  color: #313131;
}

/* line 862, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.color_button.color_button3 {
  background: #ffca60;
  color: #313131;
}

/* line 865, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.color_button.color_button3:hover {
  background: #ffca60;
  color: #313131;
}

/* line 870, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.color_button:hover {
  background-color: #8950fc;
  color: #fff;
}

/* line 875, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.export_btn {
  background: #ff7a88;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  display: inline-block;
  border: 0;
}

/* line 884, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.export_btn:focus {
  outline: none;
}

/* line 889, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.line_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3f6ad8;
  font-size: 14px;
  font-weight: 400;
}

/* line 896, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.line_btn i {
  margin-left: 10px;
}

/* line 900, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn {
  /* padding: 0.938rem 1.5rem; */
  border-radius: 10px;
  font-weight: 500;
  font-size: 1rem;
}

/* line 906, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn-primary {
  color: #fff;
  background-color: #216fed;
  border-color: #216fed;
}

/* line 911, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn-secondary {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

/* line 916, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn-success {
  color: #fff;
  background-color: #68e365;
  border-color: #68e365;
}

/* line 921, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn-info {
  color: #fff;
  background-color: #f72b50;
  border-color: #f72b50;
}

/* line 926, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn-warning {
  color: #212529;
  background-color: #ffa755;
  border-color: #ffa755;
}

/* line 931, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.btn-danger {
  color: #fff;
  background-color: #b48dd3;
  border-color: #b48dd3;
}

/* line 937, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.red_btn {
  background: #f11f1f;
  border-radius: 30px;
  font-size: 14px;
  padding: 2px;
  font-weight: 500;
  border: 0;
  font-size: 14px;
  color: #fff;
  padding: 2px 18px;
}

.green_btn {
  background: hsl(136, 64%, 36%);
  border-radius: 30px;
  font-size: 14px;
  padding: 2px;
  font-weight: 500;
  border: 0;
  font-size: 14px;
  color: #fff;
  padding: 2px 18px;
}

.yellow_btn {
  background: #edb23c;
  border-radius: 30px;
  font-size: 14px;
  padding: 2px;
  font-weight: 500;
  border: 0;
  font-size: 14px;
  color: #fff;
  padding: 2px 18px;
}

/* line 947, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_button.scss */
.red_btn.style2 {
  background: #ffeeec;
  color: #f11f1f;
}

/******** header css here *********/
/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner {
  position: fixed;
  top: 0;
  z-index: 99;
  padding: 15px 30px;
  position: relative;
  border-radius: 0px;
  margin: 0;
  background: #ffffff;
  border-radius: 0;
  margin: 0;
  border-radius: 0px;
  background: #ffffff;
  box-shadow: 0px 4px 4px #e1ebf1;
  margin-left: -20px;
}

@media (max-width: 991px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner {
    justify-content: flex-end !important;
  }
}

@media (min-width: 1201px) {
  /* line 21, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner.positon_header {
    position: absolute;
    top: 15px;
    right: 0;
  }
}

@media (min-width: 1201px) {
  /* line 27, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner.positon_header .line_icon,
  .header_iner.positon_header .menu_title,
  .header_iner.positon_header .header_middle {
    display: none !important;
  }
}

@media (min-width: 1201px) {
  /* line 34, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner.positon_header .header_right {
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #e0f4f4;
  }
}

/* line 53, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner.default_header {
  background: #f65365;
  border-radius: 0;
}

/* line 60, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .menu_title {
  font-size: 21px;
  font-weight: 600;
  color: #20265b;
  margin-left: 15px;
  margin-right: auto;
  text-transform: capitalize;
}

@media (max-width: 767.98px) {
  /* line 60, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner .menu_title {
    display: none;
  }
}

/* line 72, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .category_menu a {
  font-size: 14px;
  font-weight: 500;
  color: #687083;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 1200px) {
  /* line 72, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner .category_menu a {
    display: none;
  }
}

/* line 80, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .category_menu a i {
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner {
    justify-content: flex-end !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner {
    justify-content: flex-end !important;
  }
}

@media (max-width: 991px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner {
    padding: 20px;
    margin: 0;
  }
}

@media (max-width: 575.98px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner {
    margin: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner {
    margin: 0;
  }
}

/* line 123, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .page_tittle h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 2px;
}

@media (max-width: 991px) {
  /* line 123, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner .page_tittle h3 {
    margin-right: 15px;
  }
}

/* line 133, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .page_tittle .page_subtitle {
  font-size: 12px;
  font-weight: 300;
  color: #7e7172;
  margin-bottom: 0;
}

/* line 138, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .page_tittle .page_subtitle .page_subtitle_inenr {
  color: #7e7172;
}

/* line 140, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .page_tittle .page_subtitle .page_subtitle_inenr.active_subcat {
  color: #fe1724;
  white-space: nowrap;
}

/* line 144, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .page_tittle .page_subtitle .page_subtitle_inenr i {
  margin-left: 10px;
  margin-right: 7px;
  font-size: 12px;
}

/* line 149, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .page_tittle .page_subtitle .page_subtitle_inenr svg {
  position: relative;
  margin: 0 7px 0 10px;
  top: -1px;
}

@media (max-width: 575.98px) {
  /* line 149, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner .page_tittle .page_subtitle .page_subtitle_inenr svg {
    margin: 0 2px 0 2px;
  }
}

/* line 160, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .line_icon {
  background: #f5f5ff;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 3px;
  line-height: 34px;
}

/* line 168, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .btn_1 {
  margin: 0 30px;
}

@media (max-width: 991px) {
  /* line 171, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner .notification {
    margin: 0 10px;
  }
}

/* line 175, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .notification i {
  color: #707070;
  position: relative;
  font-size: 20px;
}

/* line 179, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .notification i:after {
  position: absolute;
  content: "";
  right: -1px;
  top: 0;
  height: 9px;
  width: 9px;
  background-color: #3f6ad8;
  border-radius: 50%;
}

/* line 191, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .serach_field-area {
  margin-left: 20px;
  width: 350px;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  /* line 191, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner .serach_field-area {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 191, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner .serach_field-area {
    width: auto;
    left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 191, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner .serach_field-area {
    width: auto;
    margin-right: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 191, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner .serach_field-area {
    width: auto;
    margin-right: 70px;
  }
}

/* line 211, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .serach_button {
  width: 48px;
  height: 48px;
  background: #e8fbff;
  border-radius: 10px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  margin-right: 15px;
  position: relative;
}

@media (max-width: 1200px) {
  /* line 211, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner .serach_button {
    display: none;
  }
}

/* line 224, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .serach_button i {
  color: #20265b;
  font-size: 18px;
  line-height: 48px;
}

/* line 229, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .serach_button .serach_field-area {
  position: absolute;
  right: 0;
  top: 0px;
  top: 0px;
  background: #e8fbff;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  right: 50px;
  top: 0px;
}

/* line 241, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .serach_button .serach_field-area.active {
  opacity: 1;
  visibility: visible;
}

/* line 245, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .serach_button .serach_field-area i {
  color: rgba(137, 80, 252, 0.7);
}

/* line 248, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .serach_button .serach_field-area input {
  border-radius: 10px;
  background: #e8fbff;
  height: 50px;
}

/* line 254, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .serach_button .serach_field-area button {
  width: 48px;
  height: 48px;
  background: transparent;
  line-height: 48px;
}

/* line 264, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .header_left {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  margin-left: 5px;
  margin-right: auto;
}

@media (max-width: 1200px) {
  /* line 264, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner .header_left {
    display: none;
  }
}

/* line 275, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .header_right .header_notification_warp {
  margin-right: 30px;
  margin-left: 0px;
  border-right: 0;
}

@media (max-width: 575.98px) {
  /* line 275, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner .header_right .header_notification_warp {
    display: none !important;
  }
}

/* line 282, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .header_right .header_notification_warp li {
  display: inline-block;
  position: relative;
}

/* line 286, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .header_right .header_notification_warp li .serach_button {
  width: 39px;
  height: 39px;
  background: transparent;
  border-radius: 10px;
  text-align: center;
  line-height: 39px;
  cursor: pointer;
  margin-right: 15px;
  position: relative;
}

@media (max-width: 1200px) {
  /* line 286, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner .header_right .header_notification_warp li .serach_button {
    display: none;
  }
}

/* line 299, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .header_right .header_notification_warp li .serach_button i {
  color: #20265b;
  font-size: 18px;
  line-height: 48px;
}

/* line 304, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .header_right .header_notification_warp li .serach_button .serach_field-area {
  position: absolute;
  right: 0;
  top: 0px;
  top: 0px;
  background: #e8fbff;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  right: 50px;
  top: 0px;
}

/* line 316, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .header_right .header_notification_warp li .serach_button .serach_field-area.active {
  opacity: 1;
  visibility: visible;
}

/* line 320, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .header_right .header_notification_warp li .serach_button .serach_field-area i {
  color: rgba(137, 80, 252, 0.7);
}

/* line 323, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .header_right .header_notification_warp li .serach_button .serach_field-area input {
  border-radius: 10px;
  background: #e8fbff;
  height: 50px;
}

/* line 329, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .header_right .header_notification_warp li .serach_button .serach_field-area button {
  width: 48px;
  height: 48px;
  background: transparent;
  line-height: 48px;
}

/* line 339, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .header_right .header_notification_warp li:last-child a {
  margin-right: 0;
}

/* line 342, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .header_right .header_notification_warp li .icon_dropdown {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 348, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .header_right .header_notification_warp li .icon_dropdown:not(:last-child) {
  margin-right: 15px;
}

/* line 352, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .header_right .header_notification_warp li > a {
  position: relative;
  margin-right: 15px;
  width: 39px;
  height: 39px;
  background: transparent;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex: 39px 0 0;
  background: #f5f5ff;
}

/* line 367, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .header_right .header_notification_warp li > a.bell_notification_clicker {
  margin-left: 0px;
  margin-right: 0px;
  background: #f5f5ff;
}

@media (max-width: 767px) {
  /* line 367, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner .header_right .header_notification_warp li > a.bell_notification_clicker {
    display: none;
  }
}

/* line 375, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .header_right .header_notification_warp li > a.CHATBOX_open {
  border-left: 0;
  padding-left: 0px;
  margin-left: 0px;
}

/* line 379, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .header_right .header_notification_warp li > a.CHATBOX_open span {
  background: #fff;
}

@media (max-width: 767.98px) {
  /* line 352, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner .header_right .header_notification_warp li > a {
    flex: 48px 0 0;
    width: 48px;
    height: 48px;
  }
}

/* line 395, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .header_right .header_notification_warp li > a span {
  position: absolute;
  width: 17px;
  height: 17px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background: #fff;
  font-size: 11px;
  border-radius: 50%;
  right: 3px;
  top: -3px;
  background: #ff1616;
  line-height: 17px;
}

@media (max-width: 575.98px) {
  /* line 414, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner .header_right .select_style {
    display: none !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 414, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .header_iner .header_right .select_style {
    display: none !important;
  }
}

/* line 423, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.header_iner .nice_Select {
  color: #929bb5;
}

/* line 427, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info {
  position: relative;
  min-height: 48px;
  padding: 0;
  border-radius: 10px;
}

/* line 434, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .profile_thumb {
  margin-right: 12px;
}

/* line 437, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info img {
  max-width: 44px;
  max-height: 44px;
  border-radius: 3px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  /* line 437, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .profile_info img {
    max-width: 30px;
  }
}

/* line 446, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .author_name {
  padding-right: 20px;
}

@media (max-width: 991px) {
  /* line 446, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .profile_info .author_name {
    padding-right: 0;
  }
}

/* line 451, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .author_name h4 {
  color: #282b3f;
  margin-bottom: 0;
  line-height: 18px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1px !important;
}

/* line 460, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .author_name p {
  font-size: 12px;
  font-weight: 400;
}

/* line 464, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .author_name span {
  color: #bbb5c3;
  font-size: 12px;
  font-weight: 400;
}

/* line 470, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .profile_info_iner {
  position: absolute;
  right: 0;
  background-color: #fff;
  text-align: left;
  width: 230px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  top: 57px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

/* line 484, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .profile_info_iner .profile_author_name {
  padding: 20px 25px;
  background: #0c82fd;
  border-radius: 0px;
  display: flex;
  align-items: center;
}

/* line 491, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .profile_info_iner .profile_author_name .thumb {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}

/* line 495, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .profile_info_iner .profile_author_name .thumb img {
  width: 100%;
}

/* line 500, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .profile_info_iner a {
  display: block;
}

/* line 503, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .profile_info_iner p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

/* line 509, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .profile_info_iner h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 516, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .profile_info_iner .profile_info_details a {
  color: #707d8a;
}

/* line 518, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .profile_info_iner .profile_info_details a:hover {
  color: #383f46;
}

/* line 525, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info:hover .profile_info_iner {
  opacity: 1;
  visibility: visible;
  top: 63px;
}

/* line 531, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .profile_info_details {
  padding: 20px 25px;
}

/* line 533, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .profile_info_details a {
  color: #3f6ad8;
  font-size: 14px;
  display: block;
  padding: 10px 0;
  font-weight: 400;
}

/* line 539, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .profile_info_details a:hover {
  color: #3f6ad8;
}

/* line 541, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .profile_info_details a:hover i {
  color: #3f6ad8;
}

/* line 546, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .profile_info_details i {
  color: #3f6ad8;
  font-size: 12px;
  margin-left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 553, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .logout_btn {
  padding: 0 20px 20px 20px;
}

/* line 555, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.profile_info .logout_btn a {
  display: inline-block;
}

/* line 560, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.sidebar_icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: auto;
  left: 20px;
}

@media (max-width: 575.98px) {
  /* line 560, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .sidebar_icon {
    right: auto;
    left: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 560, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .sidebar_icon {
    right: auto;
    left: 20px;
  }
}

/* line 575, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.sidebar_icon i {
  font-size: 20px;
  color: #000;
}

/******** header css end *********/
/* line 584, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field-area {
  width: 350px;
  position: relative;
  background: #f4f2f9;
  border-radius: 10px;
}

/* line 589, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field-area.theme_bg {
  background: #f6f7fb;
}

/* line 591, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field-area.theme_bg input {
  background: transparent !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 584, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .serach_field-area {
    width: 218px;
  }
}

/* line 598, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field-area .search_inner {
  width: 100%;
}

/* line 600, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field-area .search_inner input {
  font-size: 12px;
  height: 34px;
  width: 100%;
  padding-left: 15px;
  border: 0;
  padding-right: 6px;
  background: #f5f5ff;
  border-radius: 5px;
  border: 0;
  font-weight: 400;
  padding: 12px;
  color: #777f8a;
  padding-left: 20px;
}

/* line 614, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field-area .search_inner input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777f8a;
  font-family: "Roboto", sans-serif;
}

/* line 620, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field-area .search_inner input:focus {
  outline: none;
}

/* line 624, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field-area .search_inner button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background: transparent;
  border: 0;
  width: 34px;
  height: 34px;
  background: transparent;
  line-height: 34px;
  padding: 0;
}

/* line 636, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field-area .search_inner button img {
  position: relative;
  top: -2px;
}

/* line 640, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field-area .search_inner button i {
  font-size: 12px;
  color: #282b3f;
}

/* line 647, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field-area2 {
  width: 480px;
  position: relative;
}

@media (max-width: 991px) {
  /* line 647, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .serach_field-area2 {
    width: auto;
  }
}

/* line 655, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field-area2 .search_inner input {
  color: #000;
  font-size: 17px;
  height: 55px;
  width: 100%;
  padding-left: 82px;
  border: 0;
  padding-right: 15px;
  border-bottom: 1px solid #f4f7fc;
  background: #f5f7fd;
  border-radius: 30px;
}

/* line 666, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field-area2 .search_inner input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Roboto", sans-serif;
}

/* line 672, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field-area2 .search_inner input:focus {
  outline: none;
}

/* line 676, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field-area2 .search_inner button {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: transparent;
  font-size: 12px;
  border: 0;
  padding-left: 40px;
  padding-right: 11px;
}

/* line 686, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field-area2 .search_inner button i {
  font-size: 14px;
  color: #818e94;
}

/* line 694, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field_2 {
  width: 430px;
  position: relative;
  margin-right: 0px;
}

@media (max-width: 575.98px) {
  /* line 694, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .serach_field_2 {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 694, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .serach_field_2 {
    width: 190px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 694, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .serach_field_2 {
    width: 230px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 694, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .serach_field_2 {
    width: 300px;
  }
}

/* line 711, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field_2 .search_inner input {
  color: #091023;
  font-size: 13px;
  height: 45px;
  width: 100%;
  border-radius: 5px;
  padding-left: 55px;
  border: 1px solid #091023;
  padding-right: 15px;
}

/* line 720, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field_2 .search_inner input::placeholder {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
}

/* line 725, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field_2 .search_inner input:focus {
  outline: none;
}

/* line 729, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field_2 .search_inner button {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: transparent;
  font-size: 12px;
  border: 0;
  padding-left: 19px;
  padding-right: 11px;
}

/* line 740, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field_2 .search_inner button i {
  font-size: 12px;
  color: #2d1967;
}

/* line 744, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.serach_field_2 .search_inner button::before {
  position: absolute;
  width: 1px;
  height: 24px;
  content: "";
  background: #2d1967;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

/* line 758, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
table.dataTable {
  width: 100% !important;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

/* line 770, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0 !important;
}

/* line 777, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
#calendar {
  width: 100%;
  height: 800px;
}

/* line 783, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
  padding: 0 10px 0 10px;
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 700;
}

/* line 795, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconic_dropdown {
  position: relative;
}

/* line 799, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box {
  left: 0;
  top: 100%;
  background: #fff;
  width: 215px;
  border-radius: 5px;
  overflow: hidden;
}

/* line 806, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box .dropdown_box_header {
  background: #0c82fd;
  padding: 20px;
}

/* line 809, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box .dropdown_box_header h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

/* line 816, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box .dropdown_box_header p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
}

/* line 823, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box .dropdown_box_body {
  padding: 20px;
}

/* line 825, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box .dropdown_box_body p {
  font-size: 14px;
  font-weight: 400;
  color: #383f46;
  margin-bottom: 10px;
}

/* line 832, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box .dropdown_box_body ul li {
  display: flex !important;
  align-items: center;
}

/* line 835, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box .dropdown_box_body ul li a {
  display: flex !important;
  align-items: center;
  height: auto !important;
  width: auto !important;
}

/* line 841, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box .dropdown_box_body ul li .thumb {
  width: 20px;
  flex: 20px 0 0;
  margin-right: 15px;
}

/* line 848, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box .dropdown_box_body ul li span {
  font-size: 14px !important;
  font-weight: 400;
  color: #6c7293 !important;
  display: inline-block !important;
  position: static !important;
  background: transparent !important;
}

/* line 859, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box.medium_dropdownBox {
  width: 310px;
}

/* line 862, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box.medium_dropdownBox .dropdown_box_body ul.grid_lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

/* line 867, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box.medium_dropdownBox .dropdown_box_body ul.grid_lists li img {
  margin-right: 10px;
}

/* line 870, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box.medium_dropdownBox .dropdown_box_body ul.grid_lists li span {
  font-size: 14px;
  font-weight: 400;
  color: #6c7293 !important;
}

/* line 877, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box.medium_dropdownBox .dropdown_box_body .activity_in {
  text-align: center;
}

/* line 879, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box.medium_dropdownBox .dropdown_box_body .activity_in h2 {
  font-size: 40px;
  font-weight: 700;
  color: #383f46;
  line-height: 40px;
  margin-bottom: 0;
}

/* line 886, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box.medium_dropdownBox .dropdown_box_body .activity_in p {
  font-size: 12px;
  font-weight: 400;
  color: #707d8a;
  margin: 0 0 10px 0;
}

/* line 892, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box.medium_dropdownBox .dropdown_box_body .activity_in .acctify_icon {
  text-align: center;
}

/* line 894, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box.medium_dropdownBox .dropdown_box_body .activity_in .acctify_icon .top_arrow {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #ff6a6a;
  text-align: center;
  line-height: 23px;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  margin-right: 15px;
}

/* line 906, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box.medium_dropdownBox .dropdown_box_body .activity_in .acctify_icon span {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #f53939;
}

/* line 916, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.iconnic_dropdown_box.medium_dropdownBox .dropdown_box_body ul.dropdownsLists li a {
  font-size: 14px;
  font-weight: 400;
  color: #6c7293;
  padding: 8px;
}

/* line 929, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.icon_dropdown.dropdown .dropdown-toggle {
  background: transparent !important;
  color: #6c7293;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  padding: 0;
  text-transform: capitalize;
  transition: 0.3s;
  border: 0 !important;
  font-family: "Roboto", sans-serif;
  box-shadow: none !important;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* line 946, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.icon_dropdown.dropdown .dropdown-toggle.theme_bg {
  background: #ecfbff;
}

/* line 949, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.icon_dropdown.dropdown .dropdown-toggle:after {
  content: "\e64b";
  font-family: "themify";
  border: none;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  border-top: 0px;
  font-size: 14px;
  position: relative;
  top: 1px;
  left: 8px;
  font-weight: 900;
  transition: 0.3s;
  color: #8775ac;
  display: none;
}

/* line 966, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.icon_dropdown.dropdown .dropdown-toggle:hover, .icon_dropdown.dropdown .dropdown-toggle:focus {
  box-shadow: none;
  color: #0c82fd;
}

/* line 978, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.icon_dropdown.dropdown .dropdown-menu {
  border-radius: 0px;
  border: 0px;
  padding: 0px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  margin-top: 15px;
  border-radius: 5px !important;
}

/* line 985, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.icon_dropdown.dropdown .dropdown-menu .dropdown-item {
  color: #828bb2;
  text-align: left;
  font-size: 14px;
  padding: 10px 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 992, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.icon_dropdown.dropdown .dropdown-menu .dropdown-item:hover {
  color: #6c5dd3;
}

/* line 1000, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.mega_menu {
  width: 666px;
  left: 0;
  top: 0;
  display: flex;
}

/* line 1005, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.mega_menu .mega_menu_content {
  display: flex;
  flex-grow: 1;
}

/* line 1008, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.mega_menu .mega_menu_content .menu_items {
  flex-grow: 1;
  padding: 30px;
}

/* line 1011, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.mega_menu .mega_menu_content .menu_items:not(:last-child) {
  border-right: 1px solid #e8edf3;
}

/* line 1014, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.mega_menu .mega_menu_content .menu_items h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  color: #383f46;
}

/* line 1023, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.mega_menu .mega_menu_content .menu_items ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #6c7293;
  line-height: 30px;
}

/* line 1028, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.mega_menu .mega_menu_content .menu_items ul li a img {
  width: 12px;
  flex: 12px 0 0;
  margin-right: 12px;
}

/* line 1033, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.mega_menu .mega_menu_content .menu_items ul li a .count {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: #f64e60;
  color: #fff;
  text-align: center;
  line-height: 19px;
  border-radius: 50%;
  margin-left: 10px;
  font-size: 10px;
}

/* line 1045, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.mega_menu .mega_menu_content .menu_items ul li a .new_badge {
  background: #8fcb6c;
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 5px;
  line-height: 12px;
  margin-left: 5px;
}

/* line 1063, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.subheader {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  justify-content: space-between;
  padding: 10px 30px;
}

@media (max-width: 991px) {
  /* line 1063, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
  .subheader {
    display: none;
  }
}

/* line 1072, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.subheader .subheader_left {
  display: flex;
  align-items: center;
}

/* line 1075, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.subheader .subheader_left h4 {
  font-size: 16px;
  font-weight: 500;
  color: #34374a;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

/* line 1082, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.subheader .subheader_left p {
  font-size: 14px;
  color: #b5b5c3;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

/* line 1089, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.subheader .subheader_right {
  display: flex;
  align-items: center;
}

/* line 1092, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.subheader .subheader_right .mark_star {
  width: 30px;
  height: 30px;
  background: #f3f6f9;
  text-align: center;
  border-radius: 2px;
  margin-right: 5px;
  line-height: 30px;
}

/* line 1101, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.subheader .subheader_right .CRM_dropdown.dropdown .dropdown-toggle {
  height: 30px;
  font-size: 13px;
}

/* line 1107, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_header.scss */
.horizontal_line {
  height: 28px;
  border-right: 1px solid #e8edf3;
  display: inline-block;
  margin: 0 20px;
}

/************ sidebar css here ************/
/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar {
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99;
  padding-bottom: 50px;
  position: fixed;
  width: 250px;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  background: #1e1e2d;
  transition: 0.3s;
  border-right: 1px solid #dfe4e9;
}

/* line 18, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .small_logo {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 21, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
  .sidebar.hide_vertical_menu {
    left: -20%;
  }
}

@media (min-width: 1201px) {
  /* line 21, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
  .sidebar.hide_vertical_menu {
    left: -270px;
  }
}

@media (max-width: 991px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
  .sidebar {
    left: -280px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    width: 280px;
    background: #fff;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
  .sidebar {
    width: 20%;
  }
}

/* line 40, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .logo {
  margin: 0px;
  background: #1e1e2d;
  padding: 25px 50px;
  margin-bottom: 0px;
}

/* line 47, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .logo .large_logo img {
  width: 90%;
}

@media (max-width: 991px) {
  /* line 47, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
  .sidebar .logo .large_logo img {
    width: 110px;
  }
}

@media (max-width: 991px) {
  /* line 40, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
  .sidebar .logo {
    padding: 30px;
  }
}

/* line 58, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .menu-text {
  font-size: 12px;
  color: #b1bdcb;
  font-weight: 600;
  margin: 0;
  padding: 12px 0 12px 24px;
  text-transform: uppercase;
}

/* line 65, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .menu-text i {
  display: none;
}

/* line 70, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle i {
  font-size: 18px;
  margin-right: 12px;
  color: #f8dbdd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 76, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  padding: 10px 25px 10px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s;
  position: relative;
  z-index: 0;
  border-top: 1px solid transparent;
  background: transparent;
}

/* line 91, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a::before {
  position: absolute;
  right: 0;
  background: #3f6ad8;
  width: 0px;
  top: 0;
  bottom: 0;
  content: "";
  opacity: 0;
  transition: 0.3s;
  right: 0px;
  visibility: hidden;
}

/* line 105, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.current_active i {
  color: #3f6ad8;
}

/* line 108, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.current_active::before {
  opacity: 1;
  width: 3px;
  visibility: visible;
}

/* line 114, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a:hover::before {
  opacity: 1;
  right: 0;
  visibility: visible;
  width: 3px;
}

/* line 120, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title {
  padding: 28px 25px 18px 40px;
  background: #fff7f8;
  border-top: 1px solid #eee1e2;
}

/* line 124, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title:after {
  position: absolute;
  right: 40px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  color: #cec1c2;
  font-weight: 600;
  font-size: 14px;
}

/* line 135, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title.collapsed {
  padding: 10px 25px 10px 40px;
  background: #fff;
  border-top: 1px solid transparent;
}

/* line 139, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title.collapsed:after {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  color: #cec1c2;
  font-weight: 600;
  font-size: 14px;
}

/* line 153, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle:hover {
  background-color: #363b64;
}

/* line 155, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle:hover i {
  color: #3f6ad8;
}

/* line 160, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .single_menu_item {
  padding-left: 36px;
  margin: 6px 0;
  line-height: 21px;
}

/* line 164, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .single_menu_item:hover {
  padding-left: 55px !important;
}

/* line 170, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li {
  list-style: none;
}

/* line 172, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li .submenu {
  background: #fff7f8;
  padding: 0px 0px 0px 70px !important;
  border-bottom: 1px solid #eee1e2;
}

/* line 177, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li .submenu li a {
  font-size: 13px;
  line-height: 36px;
  color: #7e7172;
  font-weight: 400;
}

/* line 183, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li .submenu li:last-child {
  padding-bottom: 18px;
}

@media (max-width: 991px) {
  /* line 193, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
  .active_sidebar {
    left: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  }
}

/* line 198, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar_close_icon i {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 30px;
  font-size: 25px;
  top: 29px;
  cursor: pointer;
  color: #222222;
}

/* line 213, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar_widget .white_box {
  padding: 30px;
}

@media (max-width: 991px) {
  /* line 213, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
  .sidebar_widget .white_box {
    padding: 25px 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 213, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
  .sidebar_widget .white_box {
    padding: 15px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  /* line 213, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
  .sidebar_widget .white_box {
    padding: 25px 15px;
  }
}

/* line 224, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar_widget .white_box .btn_2 {
  margin-top: 25px;
  width: 100%;
  text-align: center;
  padding: 16px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 224, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
  .sidebar_widget .white_box .btn_2 {
    padding: 12px 7px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 233, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
  .sidebar_widget .white_box .btn_1 {
    padding: 8px 10px;
    font-size: 11px;
  }
}

/* line 240, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar_widget .date_range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 6px 0 18px;
}

/* line 245, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar_widget .date_range .btn_3 {
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
}

/* line 250, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar_widget .date_range i {
  display: none;
}

/* line 253, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar_widget .date_range .start_date,
.sidebar_widget .date_range .end_date {
  width: 115px;
}

/* line 256, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar_widget .date_range .start_date input,
.sidebar_widget .date_range .end_date input {
  width: 100%;
  border: 1px solid #e4e8ec;
  color: #7e7172;
  font-size: 13px;
  padding: 11px 20px;
  border-radius: 5px;
  font-weight: 300;
}

/* line 265, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar_widget .date_range .start_date ::placeholder,
.sidebar_widget .date_range .end_date ::placeholder {
  color: #7e7172;
}

/************ sidebar css end ************/
/* line 276, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li {
  margin-left: 0px;
}

/* line 279, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a {
  font-size: 15px;
  font-weight: 500;
  color: #1e1e2d;
  padding: 0px 25px 0px 0px;
  background: #fff;
  transition: 0.3s;
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: 40px auto;
  grid-gap: 15px;
  align-items: center;
  position: relative;
  background: transparent;
  color: #1e1e2d;
  font-family: "Roboto", sans-serif;
  padding: 10px 10px 10px 15px;
  background: #fff;
  border-radius: 0;
}

/* line 299, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a:hover {
  color: #1e1e2d !important;
  background: #f3f9ff;
}

/* line 306, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a.active {
  color: #1e1e2d !important;
  background: #f3f6f9;
}

/* line 310, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a::after {
  color: #fff;
  opacity: 1;
  font-size: 10px;
  right: 32px;
  color: #a2b4ae;
}

/* line 333, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a i {
  font-size: 15px;
  margin-right: 12px;
  color: #a5adc6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 346, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a:hover::before {
  width: 6px;
  opacity: 1;
  visibility: visible;
}

/* line 353, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li > a {
  color: #282b3f;
}

/* line 358, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li.mm-active > a {
  background: #fff;
  border-radius: 30px;
  color: #282b3f;
  border-radius: 0;
  background: #f3f9ff;
}

/* line 364, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li.mm-active > a::after {
  color: #7a8698;
  opacity: 1;
  font-size: 10px;
  right: 30px;
}

/* line 386, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li.mm-active.metis_dropmenu > a {
  padding-top: 29px;
  padding-bottom: 30px;
  color: #a5adc6;
}

/* line 393, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li.mm-active > a i {
  color: #a5adc6;
}

/* line 396, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li.mm-active > a::before {
  opacity: 1;
  width: 6px;
  visibility: visible;
}

/* line 403, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul {
  padding: 0px 0px 5px 73px;
  background: transparent;
  border-radius: 0 0 4px 4px;
  margin-left: 0px;
  background: #fff;
}

/* line 416, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul li:last-child a {
  padding-bottom: 30px;
}

/* line 420, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul li a {
  font-size: 14px;
  color: #707d8a;
  font-weight: 350;
  font-family: "Roboto", sans-serif;
  padding: 0;
  white-space: nowrap;
  padding: 0;
  padding: 10px 0 10px 3px !important;
  margin-top: 0;
  margin-left: 0px;
  text-transform: capitalize;
}

/* line 432, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul li a::before {
  display: none;
}

/* line 435, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul li a.active {
  color: #3b4cb8 !important;
  background: transparent;
}

/* line 440, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul li a:hover {
  background: transparent;
  color: #3b4cb8 !important;
}

/* line 445, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul li ul {
  padding-left: 5px;
}

/* line 455, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.admin_profile_Wrap {
  margin-bottom: 30px;
}

/* line 459, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.admin_profile_Wrap ul li {
  background: #fff7f8;
  border-top: 1px solid #eee1e2;
  border-bottom: 1px solid #eee1e2;
  padding: 30px 0 30px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 459, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
  .admin_profile_Wrap ul li {
    padding: 30px 0 30px 20px;
  }
}

/* line 470, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.admin_profile_Wrap ul li a {
  display: block;
}

/* line 474, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.admin_profile_Wrap ul li a .admin_profile_inner .thumb img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 480, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext {
  margin-left: 15px;
}

/* line 482, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext h5 {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 1px;
  white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 482, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
  .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext h5 {
    font-size: 12px;
  }
}

/* line 492, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext span {
  display: block;
  font-size: 12px;
  color: #7e7172;
  font-weight: 300;
  white-space: nowrap;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 492, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
  .admin_profile_Wrap ul li a .admin_profile_inner .welcome_rext span {
    font-size: 11px;
  }
}

/* line 505, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.admin_profile_Wrap ul li ul {
  padding-left: 70px;
}

/* line 508, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.admin_profile_Wrap ul li ul li {
  padding: 0;
  border: 0;
}

/* line 511, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.admin_profile_Wrap ul li ul li a {
  font-size: 13px;
  color: #7e7172;
  font-weight: 400;
  padding-bottom: 17px;
}

/* line 518, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.admin_profile_Wrap ul li ul li:last-child a {
  padding-bottom: 0;
}

/* line 523, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.admin_profile_Wrap ul li ul li:first-child a {
  margin-top: 29px;
}

/* line 531, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.admin_profile_Wrap .metismenu .has-arrow::after {
  top: 38%;
}

/* line 538, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background-color: #ddd;
}

/* line 542, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 6px;
  background-color: #ddd;
}

/* line 546, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #f8dbdd;
}

/* line 551, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
body::-webkit-scrollbar {
  width: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 556, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
  .metismenu .has-arrow::after {
    right: 25px;
  }
}

/* line 562, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu li a img {
  width: 15px;
  height: auto;
}

/* line 568, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu li a .icon_menu {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 32px;
}

/* line 576, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu li a .nav_title span {
  font-weight: 350;
}

/* line 580, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar #sidebar_menu li a .nav_icon_small {
  width: 55px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: transparent;
  border-radius: 5px;
  transition: 0.3s;
}

/* line 591, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar.dark_sidebar {
  background: #1e1e2d;
}

/* line 593, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar.dark_sidebar .logo {
  background: #1e1e2d;
}

/* line 596, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li ul {
  background: #1e1e2d;
}

/* line 600, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li > a {
  color: #8a98b8;
  background: transparent;
}

/* line 603, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li > a span {
  font-family: "Roboto", sans-serif;
  color: #acb6c4;
}

/* line 608, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li ul li a.active,
.sidebar.dark_sidebar #sidebar_menu > li ul li a:hover {
  background: #1e1e2d !important;
  color: #fff !important;
}

/* line 613, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li.mm-active > a,
.sidebar.dark_sidebar #sidebar_menu > li.mm-active > a.active,
.sidebar.dark_sidebar #sidebar_menu > li > a.active,
.sidebar.dark_sidebar #sidebar_menu > li > a:hover,
.sidebar.dark_sidebar #sidebar_menu > li.mm-active a span,
.sidebar.dark_sidebar #sidebar_menu > li a:hover span {
  background: #1e1e2d;
  color: #cccfd2 !important;
}

/* line 622, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li ul li a {
  color: #acb6c4;
  background: transparent;
}

/* line 626, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 630, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li a::after {
  color: #fff;
}

/* line 635, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sidebar.scss */
.sidebar .sidebar_title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #91a3c8;
  padding-left: 25px;
  display: inline-block;
  margin: 10px 0;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.body_content {
  display: flex;
}

/* line 6, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.main-title h3 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #343a40;
}

/* line 12, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.main-title h2 {
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

/* line 17, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.main-title span {
  font-size: 12px;
  font-weight: 400;
  color: #757575;
  display: block;
  margin-top: 6px;
}

/* line 25, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.box_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}

@media (max-width: 575.98px) {
  /* line 30, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
  .box_header.box_header_block {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

@media (max-width: 575.98px) {
  /* line 35, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
  .box_header.box_header_block .main-title {
    margin-bottom: 15px;
  }
}

/* line 42, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.box_header .title_info p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  color: #a3a0fb;
}

/* line 51, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.legend_style li {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  margin-right: 10px;
}

/* line 57, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.legend_style li span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4400eb;
  margin-right: 4px;
}

/* line 65, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.legend_style li.inactive {
  opacity: 0.29;
}

/* line 70, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.title_btn {
  margin-bottom: 20px;
}

/* line 73, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.title_btn ul li {
  display: inline-block;
}

/* line 75, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.title_btn ul li a {
  display: inline-block;
  padding: 4px;
  background: #fff;
  font-size: 11px;
  text-transform: capitalize;
  color: #706f9a;
  border-radius: 5px;
  line-height: 25px;
  padding: 0 10px;
  transition: 0.3s;
}

/* line 86, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.title_btn ul li a:hover {
  background: #a66dd4;
  color: #fff;
}

/* line 90, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.title_btn ul li a.active {
  background: #a66dd4;
  color: #fff;
}

/* line 100, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.radial_footer .radial_footer_inner .left_footer {
  padding-left: 10px;
  margin-bottom: 20px;
}

/* line 103, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.radial_footer .radial_footer_inner .left_footer h5 {
  font-size: 13px;
  color: #43425d;
  font-weight: 500;
  margin-bottom: 0px;
  position: relative;
}

/* line 109, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.radial_footer .radial_footer_inner .left_footer h5 span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #a4a1fb;
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 6px;
}

/* line 120, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.radial_footer .radial_footer_inner .left_footer p {
  font-size: 12px;
  color: #4d4f5c;
  opacity: 0.5;
  font-weight: 400;
  margin-bottom: 0;
}

/* line 129, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.radial_footer .radial_bottom {
  border-top: 1px solid #efefef;
  text-align: center;
  padding-top: 15px;
  margin-top: 4px;
}

/* line 135, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.radial_footer .radial_bottom p a {
  font-size: 12px;
  color: #3b86ff;
  font-weight: 600;
}

/* line 144, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.blud_card {
  background: #4567ee !important;
  background-repeat: no-repeat;
  background-position: bottom;
}

/* line 148, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.blud_card p {
  color: #bcd3ff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 10px;
}

/* line 155, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.blud_card img {
  width: 100%;
}

/* line 161, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.single_user_pil {
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  transition: 0.3s;
  margin-bottom: 15px;
}

/* line 167, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.single_user_pil.admin_bg {
  background: #ffffff;
}

/* line 170, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.single_user_pil:hover {
  background: #ffffff;
}

/* line 174, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.single_user_pil .user_pils_thumb img {
  border: 1px solid #94c0d4;
}

/* line 178, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.single_user_pil .user_info {
  font-size: 14px;
  font-weight: 400;
  color: #b5bacd;
}

/* line 185, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_body_content.scss */
.min_height_oveflow {
  height: 470px;
  overflow-x: hidden;
  overflow-y: auto;
}

/******** main content css here *********/
/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.main_content {
  padding-left: 270px;
  width: 100%;
  padding-top: 0px !important;
  transition: 0.5s;
  position: relative;
  min-height: 100vh;
  padding-bottom: 60px;
}

/* line 13, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.main_content.full_main_content {
  padding-left: 110px;
}

/* line 17, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.main_content.main_content_padding_hide {
  padding-left: 0px;
  padding-top: 100px !important;
}

@media (max-width: 991px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
  .main_content {
    padding: 90px 0 100px 0;
  }
}

@media (max-width: 575.98px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
  .main_content {
    padding: 120px 0 100px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
  .main_content {
    padding: 120px 0 100px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
  .main_content {
    padding: 120px 0 100px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
  .main_content {
    padding-left: 20%;
  }
}

/* line 39, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.main_content.default_content .main_content_iner {
  margin: 0;
  border-radius: 0;
}

/* line 44, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.main_content .main_content_iner {
  min-height: 68vh;
  transition: 0.5s;
  position: static;
  background: transparent;
  margin: 0;
  z-index: 1;
  border-radius: 0px;
  padding: 30px 30px 30px 15px;
}

/* line 54, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.main_content .main_content_iner.default_main_contaner_iner {
  background: #ffffff;
}

/* line 56, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.main_content .main_content_iner.default_main_contaner_iner::before {
  display: none;
}

@media (max-width: 991px) {
  /* line 44, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
  .main_content .main_content_iner {
    margin: 0;
    padding: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 79, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
  .main_content .main_content_iner.main_content_iner_padding {
    padding: 0 30px 0 30px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  /* line 79, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
  .main_content .main_content_iner.main_content_iner_padding {
    padding: 0 60px 0 60px;
  }
}

@media (min-width: 1680px) {
  /* line 79, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
  .main_content .main_content_iner.main_content_iner_padding {
    padding: 0 135px 0 135px;
  }
}

@media (max-width: 575.98px) {
  /* line 44, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
  .main_content .main_content_iner {
    margin-bottom: 20px;
  }
}

/* line 99, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.address_book_hint p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 8px;
}

/* line 106, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.single_element h4 {
  margin-bottom: 30px;
}

/* line 109, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.single_element .quick_activity_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  /* line 109, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
  .single_element .quick_activity_wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 109, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
  .single_element .quick_activity_wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 109, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
  .single_element .quick_activity_wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 109, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
  .single_element .quick_activity_wrap {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 109, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
  .single_element .quick_activity_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 138, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.single_element .single_quick_activity {
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 20px;
  position: relative;
}

/* line 145, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.single_element .single_quick_activity .notification_btn {
  position: absolute;
  right: 22px;
  top: 32px;
}

@media (max-width: 575.98px) {
  /* line 138, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
  .single_element .single_quick_activity {
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 138, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
  .single_element .single_quick_activity {
    padding: 20px 15px;
  }
}

/* line 165, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.single_element .single_quick_activity .count_content {
  position: relative;
  z-index: 9;
  margin-bottom: 40px;
}

/* line 169, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.single_element .single_quick_activity .count_content .blue_color {
  color: #20b1b9 !important;
}

/* line 172, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.single_element .single_quick_activity .count_content .red_color {
  color: #ff4409 !important;
}

/* line 175, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.single_element .single_quick_activity .count_content .deep_blue {
  color: #016dd8 !important;
}

/* line 178, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.single_element .single_quick_activity .count_content .green_color {
  color: #01d874 !important;
}

/* line 182, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.single_element .single_quick_activity h3 {
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #474d58;
  margin-bottom: 0px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}

/* line 192, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.single_element .single_quick_activity p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 700;
  color: #8890b5;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-bottom: 15px;
}

/* line 216, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.common_white_text {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

/* line 222, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.text_white {
  color: #fff !important;
}

/* line 225, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.orange_bg {
  background: #ff4409 !important;
}

/* line 228, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.blue_bg {
  background: #016dd8 !important;
}

/* line 231, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.green_bg {
  background: #20b1b9 !important;
}

/******** main content css end *********/
/* line 236, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1001;
}

/* line 242, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.serach_field-area.d-flex.align-items-center span {
  display: none;
}

/* line 246, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.page_title_box {
  padding-bottom: 20px;
}

/* line 250, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.breadcrumb.page_bradcam {
  padding-left: 0;
  background: transparent;
  padding: 0;
}

/* line 255, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.breadcrumb.page_bradcam.default_bradcam li {
  color: #9b9aba;
}

/* line 257, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.breadcrumb.page_bradcam.default_bradcam li a {
  color: #9b9aba;
}

/* line 261, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.breadcrumb.page_bradcam.default_bradcam .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #9b9aba;
}

/* line 266, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.breadcrumb.page_bradcam li {
  font-size: 14px;
  font-weight: 300;
  color: #9b9aba;
}

/* line 270, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.breadcrumb.page_bradcam li a {
  font-size: 13px;
  font-weight: 400;
  color: #9b9aba;
}

/* line 279, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.breadcrumb.page_bradcam .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #9b9aba;
}

/* line 285, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.page_title_left h3 {
  color: #302d43;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0px;
}

@media (max-width: 575.98px) {
  /* line 285, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
  .page_title_left h3 {
    font-size: 25px;
  }
}

/* line 294, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.page_title_left p {
  font-size: 14px;
  font-weight: 400;
  color: #687083;
  font-family: "Roboto", sans-serif;
}

/* line 302, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.common_bootstrap_button span {
  background: #f64e60;
  padding: 7px 12px;
  text-transform: capitalize;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  min-height: 36px;
}

/* line 315, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.page_date_button {
  text-transform: capitalize;
  color: #9995b6;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  min-height: 36px;
}

/* line 324, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.page_date_button img {
  margin-right: 10px;
}

/* line 328, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.page_title_right {
  display: flex;
  flex-wrap: wrap;
}

/* line 331, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_main_content.scss */
.page_title_right .page_date_button {
  margin-right: 10px;
}

/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.dashboard_part .notification_tab {
  padding: 27px 25px;
  background-color: #f5ecec;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 10, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.dashboard_part .notification_tab p {
  font-size: 16px;
  color: #17263a;
}

/* line 13, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.dashboard_part .notification_tab p a {
  color: #3f6ad8;
}

/* line 18, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.dashboard_part .hide_icon {
  cursor: pointer;
}

/* line 20, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.dashboard_part .hide_icon i {
  color: #3f6ad8;
  font-size: 10px;
}

/* line 26, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.white_box {
  padding: 30px;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  /* line 26, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
  .white_box {
    padding: 30px 25px;
  }
}

/* line 34, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.white_box .white_box_tittle h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 34, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
  .white_box .white_box_tittle h4 {
    margin-bottom: 15px;
  }
}

/* line 44, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.white_card {
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 45, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.white_card .white_card_header {
  padding: 20px 30px;
}

/* line 53, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.white_card .white_card_body {
  padding: 5px 30px 30px 30px;
}

@media (max-width: 767.98px) {
  /* line 53, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
  .white_card .white_card_body {
    padding: 5px 20px 25px 20px;
  }
}

/* line 61, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.black_card {
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 62, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.black_card .white_card_header {
  padding: 20px 30px;
}

/* line 70, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.black_card .white_card_body {
  padding: 5px 30px 30px 30px;
}

@media (max-width: 767.98px) {
  /* line 70, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
  .black_card .white_card_body {
    padding: 5px 20px 25px 20px;
  }
}

/* line 78, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.white_box_50px {
  padding: 43px 45px 38px 50px;
  background-color: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

@media (max-width: 575.98px) {
  /* line 78, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
  .white_box_50px {
    padding: 30px 25px;
  }
}

/* line 86, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.white_box_50px .white_box_tittle h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 86, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
  .white_box_50px .white_box_tittle h4 {
    margin-bottom: 15px;
  }
}

/* line 96, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.white_box2 {
  padding: 40px 40px 25px 40px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 575.98px) {
  /* line 96, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
  .white_box2 {
    padding: 30px 25px;
  }
}

/* line 104, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.white_box2 .white_box_tittle h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 104, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
  .white_box2 .white_box_tittle h4 {
    margin-bottom: 15px;
  }
}

/* line 115, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_box .white_box_tittle {
  margin-bottom: 20px;
}

/* line 117, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_box .white_box_tittle h4 {
  margin-bottom: 2px;
}

@media (max-width: 991px) {
  /* line 117, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
  .chart_box .white_box_tittle h4 {
    margin-bottom: 15px;
  }
}

/* line 124, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_box p {
  margin-bottom: 29px;
  color: #707070;
}

/* line 131, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_box label {
  margin-bottom: 0;
}

/* line 134, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_box .b {
  display: block !important;
}

/* line 137, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_box .toggle {
  position: relative;
  width: 44px;
  height: 22px;
  border-radius: 50px;
  background-color: #222222;
  border: 1px solid #222222;
  overflow: hidden;
}

/* line 146, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_box .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

/* line 157, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_box .check:checked ~ .switch {
  right: 5px;
  left: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0.08s, 0s;
}

/* line 164, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_box .switch {
  position: absolute;
  left: 5px;
  top: 3px;
  bottom: 2px;
  right: 57.5%;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, 0.08s;
  height: 13px;
  width: 13px;
  padding: 6px !important;
  margin-right: 0;
}

/* line 180, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_box .switch:after {
  display: none;
}

/* line 184, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_box .hide {
  display: none !important;
}

/* line 192, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table .table {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 35px;
  padding-top: 20px;
}

/* line 200, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table th,
.QA_section .QA_table td {
  font-weight: 400;
  padding: 25px 15px;
  vertical-align: middle;
}

/* line 206, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table .question_content {
  color: #7e7172;
  font-size: 13px;
}

/* line 209, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table .question_content:hover {
  color: #3f6ad8;
}

/* line 213, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table thead {
  padding-bottom: 10px;
}

/* line 214, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table thead th {
  white-space: nowrap;
  padding-left: 0;
  border-bottom: 1px solid rgba(130, 139, 178, 0.3) !important;
}

/* line 223, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table tbody tr:last-child td::before {
  border: 0;
}

/* line 227, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table tbody th {
  font-size: 15px;
  color: #6f7a92;
  font-weight: 400 !important;
}

/* line 233, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table tbody .btn_1 {
  background: #65f9b3;
  color: #fff;
  border: 0;
  font-size: 8px;
  padding: 0;
  height: 18px;
  width: 26px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

/* line 246, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table tbody img.user_thumb {
  width: 36px;
  height: 36px;
  border-radius: 3px;
}

/* line 251, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table tbody img.check_status {
  width: 21px;
  height: 18px;
  border-radius: 3px;
}

/* line 256, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table tbody td {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 0;
  background: #fff;
  color: #363b64;
  font-family: "Roboto", sans-serif;
  position: relative;
}

/* line 264, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table tbody td::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #deebfd;
  height: 100%;
}

/* line 281, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table tbody td.pending {
  color: #e09079;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

/* line 287, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table tbody td.priority_hight {
  font-size: 14px;
  color: #d7598f;
  font-weight: 400;
}

/* line 296, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table tbody tr {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 303, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table tbody tr:hover {
  background: #fff;
}

/* line 309, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table .view_btn {
  color: #3f6ad8;
}

/* line 311, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table .view_btn:hover {
  text-decoration: underline;
}

/* line 315, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table .table {
  margin-bottom: 0 !important;
}

/* line 317, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table .table thead th {
  padding: 15px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #151c1c;
  white-space: nowrap;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  border: 0;
  background: #fff;
  border: 0 !important;
  position: relative;
  border-bottom: 1px solid #deebfd !important;
  position: relative;
}

/* line 331, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section .QA_table .table thead th::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #deebfd !important;
  height: 100%;
}

/* line 347, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table .table {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 35px;
  padding-top: 0px;
}

/* line 355, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table td {
  border-bottom: 1px solid #edf1f5 !important;
}

/* line 358, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table th,
.QA_section2 .QA_table td {
  font-weight: 400;
  padding: 17px 15px;
  vertical-align: middle;
}

/* line 364, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table .question_content {
  color: #7e7172;
  font-size: 13px;
}

/* line 367, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table .question_content:hover {
  color: #3f6ad8;
}

/* line 371, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table thead {
  padding-bottom: 10px;
}

/* line 372, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table thead th {
  white-space: nowrap;
  padding-left: 0;
  border-bottom: 1px solid rgba(130, 139, 178, 0.3) !important;
}

/* line 382, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table tbody th {
  font-size: 15px;
  color: #6f7a92;
  font-weight: 400 !important;
}

/* line 388, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table tbody .btn_1 {
  background: #65f9b3;
  color: #fff;
  border: 0;
  font-size: 8px;
  padding: 0;
  height: 18px;
  width: 26px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 400, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table tbody img.user_thumb {
  width: 36px;
  height: 36px;
  border-radius: 3px;
}

/* line 405, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table tbody img.check_status {
  width: 21px;
  height: 18px;
  border-radius: 3px;
}

/* line 410, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table tbody th,
.QA_section2 .QA_table tbody td {
  font-size: 14px;
  font-weight: 400;
  border-bottom: 0;
  background: #fff;
  color: #989898;
  font-family: "Roboto", sans-serif;
  padding-left: 30px;
}

/* line 419, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table tbody th p,
.QA_section2 .QA_table tbody td p {
  color: #989898;
  margin-bottom: 0;
}

/* line 431, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table tbody th.pending,
.QA_section2 .QA_table tbody td.pending {
  color: #e09079;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

/* line 437, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table tbody th.priority_hight,
.QA_section2 .QA_table tbody td.priority_hight {
  font-size: 14px;
  color: #d7598f;
  font-weight: 400;
}

/* line 446, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table tbody tr {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 458, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table .view_btn {
  color: #3f6ad8;
}

/* line 460, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table .view_btn:hover {
  text-decoration: underline;
}

/* line 464, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table .table {
  margin-bottom: 0 !important;
}

/* line 466, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table .table thead th {
  border-bottom: 0 solid transparent;
  padding: 15px 30px;
  border: 0px solid transparent;
  font-size: 14px;
  font-weight: 500;
  color: #c2b5c3;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  border: 0;
  background: transparent !important;
  border: 0 !important;
  background: #f1f1ff;
  position: relative;
  border-bottom: 1px solid #d3e1ef !important;
}

/* line 482, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table .table thead th.lite_header {
  background: #f2fff6;
}

/* line 487, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table .table thead th:first-child {
  border-radius: 0px 0 0 0px !important;
}

/* line 490, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section2 .QA_table .table thead th:last-child {
  border-radius: 0 0px 0px 0 !important;
}

/* line 498, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.table-striped tbody tr:nth-of-type(2n + 1) td {
  /* background: #f3f9ff; */
}

/* line 503, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.table-striped tbody tr:nth-of-type(2n) td {
  /* background: #f3fffc; */
}

/* line 508, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.table-striped tbody tr:nth-of-type(3n) td {
  /* background: #f4fff3; */
}

/* line 513, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.table-striped tbody tr:nth-of-type(4n) td {
  /* background: #fff3f9; */
}

/* line 519, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table .table {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 35px;
  padding-top: 20px;
}

/* line 526, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table .table th:first-child {
  border-radius: 5px 0 0 5px !important;
}

/* line 529, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table .table th:last-child {
  border-radius: 0 5px 5px 0 !important;
}

/* line 535, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table th,
.QA_section3 .QA_table td {
  font-weight: 400;
  padding: 25px 15px;
  vertical-align: middle;
}

/* line 541, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table .question_content {
  color: #7e7172;
  font-size: 13px;
}

/* line 544, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table .question_content:hover {
  color: #3f6ad8;
}

/* line 548, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table thead {
  padding-bottom: 10px;
}

/* line 549, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table thead th {
  white-space: nowrap;
  padding-left: 0;
}

/* line 558, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table tbody th {
  font-size: 15px;
  color: #6f7a92;
  font-weight: 400 !important;
}

/* line 564, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table tbody .btn_1 {
  background: #65f9b3;
  color: #fff;
  border: 0;
  font-size: 8px;
  padding: 0;
  height: 18px;
  width: 26px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 576, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table tbody img.user_thumb {
  width: 36px;
  height: 36px;
  border-radius: 3px;
}

/* line 581, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table tbody img.check_status {
  width: 21px;
  height: 18px;
  border-radius: 3px;
}

/* line 586, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table tbody td {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 0;
  color: #363b64;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding: 17px 15px;
}

/* line 594, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table tbody td:first-child {
  border-radius: 5px 0 0 5px !important;
}

/* line 597, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table tbody td:last-child {
  border-radius: 0 5px 5px 0 !important;
}

/* line 600, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table tbody td::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #fff !important;
  height: 100%;
}

/* line 609, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table tbody td.pending {
  color: #e09079;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

/* line 615, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table tbody td.priority_hight {
  font-size: 14px;
  color: #d7598f;
  font-weight: 400;
}

/* line 624, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table tbody tr {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 631, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table tbody tr:hover {
  background: #fff;
}

/* line 637, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table .view_btn {
  color: #3f6ad8;
}

/* line 639, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table .view_btn:hover {
  text-decoration: underline;
}

/* line 643, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table .table {
  margin-bottom: 0 !important;
}

/* line 645, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.QA_section3 .QA_table .table thead th {
  padding: 15px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #151c1c;
  white-space: nowrap;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  border: 0;
  background: #fff;
  border: 0 !important;
  position: relative;
  border-bottom: 1px solid #deebfd !important;
  position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 665, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
  .chart_box_1 .box_header {
    flex-direction: column;
  }
}

/* line 669, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_left {
  flex-basis: 50%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 669, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
  .chart_box_1 .box_header .box_header_left {
    flex-basis: 55%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 669, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
  .chart_box_1 .box_header .box_header_left {
    flex-basis: 55%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 669, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
  .chart_box_1 .box_header .box_header_left {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}

/* line 682, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_left ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 686, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_left ul li {
  display: inline-block;
  text-align: center;
}

@media (max-width: 575.98px) {
  /* line 686, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
  .chart_box_1 .box_header .box_header_left ul li {
    flex: 50% 0 0;
    margin-bottom: 20px;
  }
}

/* line 693, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_left ul li h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0px;
}

/* line 698, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_left ul li p {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0;
}

/* line 709, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_right .legend_circle ul li {
  color: #6f7a92;
  font-size: 12px;
  font-weight: 400;
  margin-right: 30px;
  display: inline-block;
}

@media (max-width: 575.98px) {
  /* line 709, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
  .chart_box_1 .box_header .box_header_right .legend_circle ul li {
    margin-right: 14px;
  }
}

/* line 718, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_right .legend_circle ul li:last-child {
  margin-right: 0;
}

/* line 721, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_box_1 .box_header .box_header_right .legend_circle ul li span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

/* line 736, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.dashboard_breadcam p {
  color: #6f658d;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

/* line 741, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.dashboard_breadcam p i {
  margin: 0 5px;
}

/* line 744, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.dashboard_breadcam p a {
  color: #6f658d;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

/* line 753, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.custom_height {
  height: 38px;
  padding: 7px 15px !important;
}

/* line 758, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.mute_text {
  color: #a098ae;
}

/* line 762, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.blue_text {
  color: #3c21f7;
}

/* line 766, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.chart_img {
  height: 100px;
}

/* line 769, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.donut-chart-sale {
  width: 86px;
  height: 86px;
}

/* line 774, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashboard_part.scss */
.donut-chart-sale small {
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  align-items: center;
  top: 0;
  justify-content: center;
  font-weight: 600;
}

/* line 4, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_form_style.scss */
.form_style .form-group label, .form_style .form-group p {
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 13px;
  color: #7e7172;
}

/* line 11, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_form_style.scss */
.form_style .form-group input {
  border: 1px solid #e4e8ec;
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
  padding: 15px 25px;
  background-color: #fef1f2;
  height: auto;
  line-height: 18px;
}

/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_revenue_part.scss */
.revenue_part .btn_2 {
  padding: 8px 13px;
  margin-left: 30px;
}

/* line 7, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_revenue_part.scss */
.revenue_part .courses_price .btn_1 {
  padding: 13px 32px;
  line-height: 16px;
  height: auto;
  width: auto;
}

/* line 15, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_revenue_part.scss */
.revenue_part .courses_details span {
  font-size: 16px;
  font-weight: 600;
  color: #7e7172;
  margin-top: 3px;
}

/* line 23, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_revenue_part.scss */
.revenue_part .courses_duration {
  position: relative;
  padding-left: 25px;
}

/* line 26, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_revenue_part.scss */
.revenue_part .courses_duration h6 {
  font-size: 14px;
  margin-bottom: 8px;
}

/* line 29, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_revenue_part.scss */
.revenue_part .courses_duration h6 i {
  color: #3f6ad8;
  position: absolute;
  left: 0;
  top: 2px;
}

/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_payment_setting.scss */
.payment_methord h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

/* line 7, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_payment_setting.scss */
.payment_methord .payment_mathord_content {
  background-color: #fff;
  padding: 30px;
}

/* line 10, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_payment_setting.scss */
.payment_methord .payment_mathord_content h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 28px 0 7px;
}

/* line 15, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_payment_setting.scss */
.payment_methord .payment_mathord_content .btn_1 {
  margin-top: 28px;
}

/* line 19, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_payment_setting.scss */
.payment_methord .nav-tabs {
  border-bottom: 0 solid transparent;
}

/* line 22, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo {
  display: flex;
  align-items: center;
}

/* line 26, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner {
  width: 188px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bbc1c9;
  border-left: 0px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 35, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner:first-child {
  border-left: 1px solid #bbc1c9;
  border-radius: 5px 0 0 5px;
}

/* line 39, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner:last-child {
  border-radius: 0 5px 5px 0;
}

/* line 42, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner img {
  max-width: 100px;
}

/* line 45, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_payment_setting.scss */
.payment_methord .payment_methord_logo .single_logo_iner.active {
  border: 1px solid #3f6ad8 !important;
}

/* line 54, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_payment_setting.scss */
.form_group {
  margin-top: 24px;
}

/* line 56, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_payment_setting.scss */
.form_group input {
  width: 100%;
  background-color: #fef1f2;
  border-radius: 5px;
  border: 1px solid #F1F3F5;
  padding: 12px 20px;
}

/* line 64, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_payment_setting.scss */
.form_group .single_form_item label {
  width: 100%;
  display: block;
}

/* line 68, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_payment_setting.scss */
.form_group .single_form_item input {
  width: auto;
  display: inline-block;
  padding: 12px 20px;
  max-width: 85px;
  color: #9C9C9C;
}

/* line 76, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_payment_setting.scss */
.form_group #CVV {
  max-width: 118px !important;
}

/* line 79, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_payment_setting.scss */
.form_group .nice_Select {
  background-color: #fef1f2;
  margin-right: 10px;
  color: #9C9C9C;
}

/* line 86, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_payment_setting.scss */
.checkbox label {
  margin-bottom: 0;
  margin-top: 25px;
  color: #9C9C9C;
  margin-left: 8px;
}

/************** footer css ****************/
/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_footer.scss */
.footer_part {
  text-align: center;
  padding-bottom: 0px;
  padding-top: 6px;
  background: transparent;
  padding-left: 259px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  /* padding-bottom: 15px; */
}

/* line 15, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_footer.scss */
.footer_part.fixed_footer {
  position: fixed;
  z-index: 99;
  border-radius: 0;
  padding-bottom: 0;
  background: transparent;
}

/* line 22, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_footer.scss */
.footer_part.fixed_footer .footer_iner {
  border-top: 2px solid #3b4cb8;
  background: #fff !important;
}

/* line 27, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_footer.scss */
.footer_part.full_footer {
  padding-left: 136px;
}

/* line 30, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_footer.scss */
.footer_part.default_footer {
  background: #f5f6ff;
}

/* line 32, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_footer.scss */
.footer_part.default_footer .footer_iner {
  background: transparent !important;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_footer.scss */
  .footer_part {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_footer.scss */
  .footer_part {
    padding-left: 20%;
  }
}

/* line 44, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_footer.scss */
.footer_part .footer_iner {
  background: #fff;
  padding: 15px 20px;
  margin: 0 15px;
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  /* line 44, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_footer.scss */
  .footer_part .footer_iner {
    margin: 0;
  }
}

/* line 53, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_footer.scss */
.footer_part p {
  font-size: 12px;
  font-weight: 400;
  color: #707588;
}

/* line 57, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_footer.scss */
.footer_part p span {
  margin: 0 10px;
}

/* line 60, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_footer.scss */
.footer_part p a {
  color: #222fb9;
}

/* line 62, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_footer.scss */
.footer_part p a:hover {
  text-decoration: underline;
}

/************** footer css end ****************/
/********* breadcrumd css here **********/
/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_breadcrumb.scss */
.breadcrumb_content {
  background-color: #fff;
  padding: 19px 30px;
  line-height: 22px;
}

@media (max-width: 991px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_breadcrumb.scss */
  .breadcrumb_content {
    padding: 25px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_breadcrumb.scss */
  .breadcrumb_content {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_breadcrumb.scss */
  .breadcrumb_content {
    display: block !important;
  }
}

/* line 17, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_breadcrumb.scss */
.breadcrumb_content .active {
  color: #3f6ad8;
}

/* line 20, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_breadcrumb.scss */
.breadcrumb_content h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 20, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_breadcrumb.scss */
  .breadcrumb_content h2 {
    margin-bottom: 15px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 20, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_breadcrumb.scss */
  .breadcrumb_content h2 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 20, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_breadcrumb.scss */
  .breadcrumb_content h2 {
    margin-bottom: 15px;
  }
}

/* line 36, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a {
  position: relative;
  color: #7e7172;
  padding-left: 30px;
}

/* line 40, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 3px;
  clip-path: polygon(0 0, 100% 55%, 0 100%);
  background-color: #7e7172;
  width: 10px;
  height: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 51, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:first-child {
  padding-left: 0;
}

/* line 53, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:first-child:after {
  display: none;
}

/* line 57, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:hover {
  color: #3f6ad8;
}

/* line 58, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:hover:after {
  background-color: #3f6ad8;
}

/* line 63, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:last-child {
  color: #3f6ad8;
}

/* line 65, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_breadcrumb.scss */
.breadcrumb_content .sa_breadcrumb_iner a:last-child:after {
  background-color: #3f6ad8;
}

/********* breadcrumd css end **********/
/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bar-chart.scss */
#morris_bar {
  height: 300px;
}

/* line 4, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bar-chart.scss */
#morris_bar_bold {
  height: 300px;
}

/* line 8, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bar-chart.scss */
tspan {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
  text-transform: capitalize;
}

/* line 15, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bar-chart.scss */
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
  font-size: 13px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

/* line 25, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bar-chart.scss */
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  color: #7e7172;
  line-height: 12px;
  font-family: "Roboto", sans-serif;
}

/* line 35, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bar-chart.scss */
.morris-hover.morris-default-style {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-align: center;
  background: #000 !important;
  border: 0;
  padding: 7px 22px 5px 22px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
}

/* line 47, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bar-chart.scss */
.morris-hover.morris-default-style span {
  font-weight: bold;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  color: #7e7172;
  line-height: 12px;
  font-family: "Roboto", sans-serif;
}

/* line 58, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bar-chart.scss */
canvas#highlights {
  height: 300px !important;
  overflow: hidden;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.lms_category_wrap {
  margin-bottom: 50px;
}

/* line 3, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.lms_category_wrap .category_header {
  background: #fef1f2;
  border-radius: 5px;
  padding: 17px 30px;
}

/* line 8, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.lms_category_wrap .category_header .category_left h4 {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  margin-bottom: 0;
}

/* line 14, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.lms_category_wrap .category_header .category_left p {
  color: #7e7172;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 21, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
  .lms_category_wrap .category_header .category_right {
    margin-top: 15px;
  }
}

/* line 28, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.lms_category_wrap ul li {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 15px 30px;
  background: #fff;
  align-items: center;
  border-bottom: 1px solid #eee1e2;
  transition: 0.3s;
}

@media (max-width: 575.98px) {
  /* line 28, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
  .lms_category_wrap ul li {
    padding: 15px 20px;
  }
}

/* line 41, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.lms_category_wrap ul li .category_info p {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
}

/* line 47, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.lms_category_wrap ul li:hover {
  background: #fff7f8;
}

/* line 55, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.income_servay .count_content {
  text-align: center;
  margin-bottom: 30px;
}

/* line 58, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.income_servay .count_content h3 {
  font-size: 30px;
  font-weight: 600;
  color: #2e4765;
  line-height: 1;
  margin-bottom: 5px;
}

/* line 64, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.income_servay .count_content h3 span {
  color: #2e4765;
  font-weight: 600;
  line-height: 1;
}

/* line 70, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.income_servay .count_content p {
  font-size: 14px;
  font-weight: 400;
  color: #b2b5c0;
  line-height: 1;
}

/* line 80, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.staf_list_wrapper .single_staf {
  background: #fff;
  box-shadow: 0 7px 15px rgba(80, 143, 244, 0.15);
  text-align: center;
  padding: 50px 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

/* line 87, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.staf_list_wrapper .single_staf .staf_thumb {
  margin-bottom: 25px;
}

/* line 89, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.staf_list_wrapper .single_staf .staf_thumb img {
  margin: auto;
  width: 118px;
  height: 118px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 96, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.staf_list_wrapper .single_staf h4 {
  font-size: 22px;
  font-weight: 600;
  color: #2e4765;
  margin-bottom: 3px;
}

/* line 102, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.staf_list_wrapper .single_staf p {
  font-size: 14px;
  color: #818e94;
  font-weight: 500;
}

/* line 112, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 7px;
  background: #eef8ff;
  position: absolute;
  bottom: 0px;
  right: 0;
  font-size: 18px !important;
  background: #eef8ff !important;
  color: #141124;
  left: 50%;
  transform: translateX(-50%);
}

/* line 125, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.owl-carousel .owl-nav button.owl-prev {
  left: 48%;
}

/* line 128, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.owl-carousel .owl-nav button.owl-next {
  left: 55%;
}

/* line 131, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.owl-carousel .owl-nav button:hover {
  background: #6c5dd3 !important;
  color: #fff;
}

/* line 141, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.course_slide.owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 7px;
  background: #eef8ff;
  position: absolute;
  bottom: -50px;
  right: 0;
  font-size: 18px !important;
  background: #eef8ff !important;
  color: #141124;
  left: auto;
  right: -15px;
}

/* line 154, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.course_slide.owl-carousel .owl-nav button.owl-prev {
  right: 30px;
}

/* line 159, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.course_slide.owl-carousel .owl-nav button:hover {
  background: #6c5dd3 !important;
  color: #fff;
}

/* line 169, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
/* .activity_progressbar .single_progressbar h6 {
  font-size: 12px;
  text-transform: capitalize;
  margin-bottom: 5px;
} */

/* line 176, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
/* .barfiller {
  width: 100%;
  height: 8px;
  background: #ebedf3;
  position: relative;
  border-radius: 30px;
} */

/* line 182, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
/* .barfiller.style2 {
  height: 15px;
  border-radius: 30px;
} */

/* line 185, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
/* .barfiller.style2 .fill {
  border-radius: 3px;
} */

/* line 189, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
/* .barfiller.style3 {
  height: 13px;
  border-radius: 30px;
} */

/* .barfiller.style4 {
  height: 11px;
  border-radius: 30px;
} */

/* .barfiller.style5 {
  height: 6px;
  border-radius: 30px;
} */

/* line 192, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
/* .barfiller.style3 .fill {
  border-radius: 30px;
} */

/* .barfiller.progress-bar-striped {
  background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-size: 1rem 1rem;
} */

/* line 196, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
/* .barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  z-index: 1;
  border-radius: 30px;
} */

/* line 204, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
/* .barfiller .tipWrap {
  display: none;
} */

/* line 207, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
/* .barfiller .tip {
  margin-top: 0;
  padding: 2px 4px;
  font-size: 14px;
  color: #828da2;
  left: 0px;
  position: absolute;
  z-index: 2;
  left: auto !important;
  right: 0;
  display: inherit;
  top: -30px;
  font-weight: 500;
  display: none;
} */

/* line 223, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
/* .barfiller#bar1 .tip {
  color: #6d81f5;
} */

/* line 228, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
/* .barfiller#bar2 .tip {
  color: #ffb822;
} */

/* line 233, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
/* .barfiller#bar3 .tip {
  color: #fd3c97;
} */

/* line 238, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
/* .barfiller#bar4 .tip {
  color: #0dc8de;
} */

/* line 244, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.single_social_media {
  margin-bottom: 27px;
}

/* line 246, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.single_social_media .icon_media {
  width: 72px;
  height: 68px;
  background: #508ff4;
  font-size: 38px;
  text-align: center;
  line-height: 72px;
  border-radius: 10px;
  margin-right: 20px;
  flex: 72px 0 0;
  color: #fff;
}

/* line 257, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.single_social_media .icon_media.twitter_bg {
  background: #43ccff;
}

/* line 260, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.single_social_media .icon_media.youtube_bg {
  background: #ff0000;
}

/* line 263, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.single_social_media .icon_media.insta_bg {
  background: #ff72b9;
}

/* line 268, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.single_social_media .media_contet span {
  font-size: 16px;
  color: #8890b5;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

/* line 275, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.single_social_media .media_contet h4 {
  font-size: 35px;
  font-weight: 700;
  color: #474d58;
  margin-bottom: 0;
}

/* line 284, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.grid_4rap {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}

@media (min-width: 1600px) {
  /* line 284, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
  .grid_4rap {
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  }
}

/* line 294, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.weatcher_update_wrapper {
  padding: 20px;
}

/* line 296, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.weatcher_update_wrapper .weather_img_2 {
  background-color: #e5fffe;
  border-radius: 15px;
  background-image: url(../img/weather_1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}

/* line 309, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_lms_category.scss */
.action_btns a {
  font-size: 14px;
  color: #8c8c8c;
  margin-right: 10px;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_summer_note.scss */
.note-editor.note-frame {
  border: 1px solid #eee1e2;
}

/* line 3, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_summer_note.scss */
.note-editor.note-frame .note-popover .note-popover-content, .note-editor.note-frame .note-toolbar {
  padding: 4px 15px 8px 15px;
  margin: 0;
  border-radius: 5px 5px 0 0;
  background-color: #3B4CB8;
}

/* line 12, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_summer_note.scss */
.note-editor.note-frame .note-btn i, .note-editor.note-frame .note-current-fontname {
  color: #7e7172;
  font-size: 12px;
}

/* line 17, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_summer_note.scss */
.note-editor.note-frame .note-btn {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #7e7172;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3px;
}

/* line 26, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_summer_note.scss */
.note-editor.note-frame .note-btn:hover {
  color: #fff;
  background: #3B4CB8;
}

/* line 30, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_summer_note.scss */
.note-editor.note-frame .note-btn:hover i {
  color: #fff;
  background: #3B4CB8;
}

/* line 34, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_summer_note.scss */
.note-editor.note-frame .note-btn .note-current-fontname:hover {
  color: #fff;
}

/* line 39, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_summer_note.scss */
.note-editor.note-frame .show .dropdown-toggle::after {
  transform: rotate(180deg);
  color: red;
}

/* line 43, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_summer_note.scss */
.note-editor.note-frame .note-icon-font.note-recent-color {
  background: transparent !important;
  color: #7e7172 !important;
}

/* line 48, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_summer_note.scss */
.note-editor.note-frame .show .dropdown-toggle::after {
  color: #7e7172 !important;
}

/* line 51, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_summer_note.scss */
.note-editor.note-frame .note-btn:hover span {
  color: #fff !important;
}

/* line 54, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_summer_note.scss */
.note-editor.note-frame .note-btn:hover i {
  color: #fff !important;
}

/* line 57, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_summer_note.scss */
.note-editor.note-frame .note-editing-area .note-editable {
  background-color: #fff;
}

/* line 61, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_summer_note.scss */
.note-editor.note-frame .note-placeholder {
  padding: 18px 25px 0 25px;
  font-size: 14px;
  color: #7e7172;
  line-height: 28px;
  font-weight: 300;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
  .lms_sm_block {
    display: block;
  }
}

@media (max-width: 575.98px) {
  /* line 8, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
  .lms_xs_small_btn a {
    padding: 11px 20px;
  }
}

@media (max-width: 575.98px) {
  /* line 14, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
  .mb_xs_20px {
    margin-bottom: 20px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 19, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
  .mb_sm_20px {
    margin-bottom: 20px;
  }
}

/* line 24, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.lms_supper_text {
  vertical-align: super !important;
}

/* line 27, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.gj-picker-md {
  border: 1px solid #fef1f2;
  padding: 10px;
}

/* line 31, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.gj-picker-md table tr td.today div {
  color: #fff;
  background: #FF4409;
  border-radius: 50%;
}

/* line 36, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.gj-picker-md table tr td.gj-cursor-pointer div:hover {
  border-radius: 50%;
  background: #FF4409;
  color: #fff;
}

/* line 42, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.gj-picker-md div[role="navigator"] div:first-child, .gj-picker-md div[role="navigator"] div:last-child {
  max-width: 42px;
  background: #fef1f2;
  color: #000;
  border-radius: 50%;
  font-size: 14px;
  line-height: 44px;
  height: 42px;
  font-weight: 900;
}

/* line 51, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.gj-picker-md div[role="navigator"] div:first-child i, .gj-picker-md div[role="navigator"] div:last-child i {
  font-weight: 900;
  font-size: 14px;
}

/* line 60, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.dropdown-menu.show .dropdown-toggle.lms_drop_1::after {
  color: #fff !important;
}

/* line 64, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.dropdown-menu.option_width {
  min-width: 102px;
}

/* line 68, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.dropdown.show .dropdown-toggle.lms_drop_1::after {
  color: #fff;
}

/* line 75, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.lms_common_header .lms_common_title h4 {
  margin-bottom: 3px;
}

/* line 78, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.lms_common_header .lms_common_title p {
  font-size: 12px;
  font-weight: 300;
  color: #7e7172;
  margin-bottom: 0;
}

/* line 87, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.common_line_separator {
  display: inline-block;
  width: 2px;
  height: 11px;
  background: #b9b3b3;
  margin: 0 7px 0 7px;
}

/* line 94, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.h-120px {
  height: 120px !important;
}

/* line 97, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.h-260px {
  height: 260px !important;
}

@media (max-width: 991px) {
  /* line 97, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
  .h-260px {
    height: 160px !important;
  }
}

/* line 103, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.h-230px {
  height: 230px !important;
}

@media (max-width: 991px) {
  /* line 103, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
  .h-230px {
    height: 160px !important;
  }
}

/* line 111, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.discription_list_wrap p {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
  line-height: 26px;
  margin-bottom: 17px;
}

/* line 118, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.discription_list_wrap h5 {
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  margin-top: 19px;
  margin-bottom: 14px;
}

/* line 128, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.common_list_style li {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
  line-height: 26px;
  position: relative;
  padding-left: 15px;
}

/* line 135, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.common_list_style li:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  background: #7e7172;
  content: '';
  border-radius: 50%;
}

/* line 150, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.result_modal_table_form .modal-body {
  margin: 30px 0;
  padding: 120px 100px 104px 100px !important;
}

@media (max-width: 991px) {
  /* line 150, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
  .result_modal_table_form .modal-body {
    padding: 30px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 150, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
  .result_modal_table_form .modal-body {
    padding: 50px 50px !important;
  }
}

/* line 163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.result_modal_table_form .table thead th {
  border-bottom: 0 solid transparent;
  background-color: #fef1f2;
  padding: 17px 30px;
  line-height: 16px;
  border: 0px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 0px;
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  white-space: nowrap;
}

/* line 179, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.result_modal_table_form .table tbody th, .result_modal_table_form .table tbody td {
  color: #7e7172;
  font-size: 13px !important;
  color: #7e7172;
  font-weight: 300;
  border-bottom: 1px solid #eee1e2;
  padding: 10px 25px !important;
}

/* line 189, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.result_modal_table_form .result_header_modal {
  margin-bottom: 45px;
}

/* line 192, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.result_modal_table_form .result_header_modal h2 {
  font-size: 36px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 15px;
}

@media (max-width: 575.98px) {
  /* line 192, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
  .result_modal_table_form .result_header_modal h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 192, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
  .result_modal_table_form .result_header_modal h2 {
    font-size: 20px;
  }
}

/* line 204, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.result_modal_table_form .result_header_modal p {
  font-size: 14px;
  font-weight: 300;
  color: #7e7172;
  line-height: 26px;
}

/* line 210, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.result_modal_table_form .result_header_modal .passed_text {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 29px;
  margin-bottom: 35px;
}

@media (max-width: 575.98px) {
  /* line 210, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
  .result_modal_table_form .result_header_modal .passed_text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 210, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
  .result_modal_table_form .result_header_modal .passed_text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 210, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
  .result_modal_table_form .result_header_modal .passed_text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/* line 237, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.student_list_img img {
  width: 50px;
  height: 50px;
}

/* line 243, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.common_date_picker input {
  width: 100%;
  border: 1px solid #F1F3F5;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #222;
  padding: 0px 25px;
  font-weight: 500;
}

/* line 256, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.website_settings_wrap .modal-body {
  padding: 0 !important;
}

/* line 260, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.input_form_persent {
  position: relative;
}

/* line 262, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.input_form_persent:before {
  content: "\f295";
  border-bottom: 0;
  border-right: 0;
  display: block;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: auto;
  right: 25px;
  border: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #cec1c2;
  transform: translateY(-50%);
  font-size: 13px;
}

/* line 286, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.tagInput_field {
  margin-bottom: 21px;
}

/* line 288, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.tagInput_field label {
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  text-align: left;
  margin: 0;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 8px;
}

/* line 298, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.tagInput_field .bootstrap-tagsinput {
  text-align: left;
  border: 1px solid #eee1e2;
  padding: 9px 25px 4px 25px;
  box-shadow: none;
  border-radius: 3px;
  min-height: 50px;
}

/* line 305, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.tagInput_field .bootstrap-tagsinput input {
  border: none !important;
  width: auto !important;
  display: inline-block !important;
  background-color: transparent !important;
  height: 0;
  margin: 0;
  min-width: 20px;
  padding: 7px !important;
}

/* line 316, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.tagInput_field .bootstrap-tagsinput .badge {
  margin: 0 5px 5px 0;
  height: 30px;
  line-height: 30px;
  padding: 0 30px 0 20px;
  font-size: 12px;
  color: #FF4409;
  font-weight: 400;
  background: #ffff;
  border: 1px solid #FF4409;
  border-radius: 30px;
  position: relative;
}

/* line 329, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.tagInput_field .bootstrap-tagsinput .badge [data-role="remove"]::after {
  font-size: 10px;
  font-family: 'themify';
  content: "\e646";
  background: none;
  padding: 0;
  margin: 0;
  margin-left: 0px;
  background: transparent;
  margin-left: 5px;
  padding: 0;
  border: 1px solid transparent;
  padding: 2px;
}

/* line 343, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.tagInput_field .bootstrap-tagsinput .badge [data-role="remove"]:hover::after {
  background: #FF4409;
  color: #fff;
  border-color: #FF4409;
}

/* line 348, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.tagInput_field span.badge.badge-info span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}

/* line 357, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.custom_striped_progressbar .progress {
  height: 24px;
  background: transparent;
  border-radius: 30px;
  width: 256px;
}

/* line 364, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.custom_striped_progressbar .progress-bar {
  position: relative;
  border-radius: 30px;
  text-align: left;
  font-size: 15px;
  padding-left: 15px;
  color: #fff;
  font-weight: 300;
  background: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* line 375, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.custom_striped_progressbar .progress-bar.green_bar {
  background-image: url(../img/progress/progress-bg.png);
  background-size: cover;
}

/* line 379, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.custom_striped_progressbar .progress-bar.yellow_bar {
  background-image: url(../img/progress/design-progress-yellow.png);
  background-size: cover;
}

/* line 384, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.custom_striped_progressbar .progress-bar.red_bar {
  background-image: url(../img/progress/design-progress-red.png);
  background-size: cover;
}

/* line 394, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.custom_lms_radio_2 label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
  margin-left: 0;
  padding-bottom: 15px;
  margin-top: 0;
}

/* line 405, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.custom_lms_radio_2 label span {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 20px;
  height: 20px;
  transform-origin: center;
  border: 1px solid #eee2e3;
  border-radius: 50%;
  vertical-align: -6px;
  margin-right: 15px;
  transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}

/* line 419, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.custom_lms_radio_2 label span:before {
  content: "";
  width: 0px;
  height: 1px;
  border-radius: 2px;
  background: #FF4409;
  position: absolute;
  transform: rotate(38deg);
  top: 13px;
  left: 9px;
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
  top: 9.69px;
  left: 4.99px;
  border-radius: 0;
}

/* line 436, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.custom_lms_radio_2 label span:after {
  content: "";
  width: 0;
  height: 1px;
  border-radius: 2px;
  background: #FF4409;
  position: absolute;
  transform: rotate(305deg);
  top: 12.8px;
  left: 7.48px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
  border-radius: 0;
}

/* line 453, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.custom_lms_radio_2 label:hover span:before {
  width: 4px;
  transition: width 100ms ease;
}

/* line 458, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.custom_lms_radio_2 label:hover span:after {
  width: 10px;
  transition: width 150ms ease 100ms;
}

/* line 465, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"] {
  display: none;
}

/* line 469, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"]:checked + label span {
  background-color: #FF4409;
  transform: scale(1);
  border-color: #FF4409;
}

/* line 474, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"]:checked + label span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

/* line 480, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"]:checked + label span:before {
  width: 4px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

/* line 487, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"]:checked + label:hover span {
  background-color: #FF4409;
  transform: scale(1.25);
  border-color: #FF4409;
}

/* line 492, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"]:checked + label:hover span:after {
  width: 10px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

/* line 497, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.custom_lms_radio_2 input[type="radio"]:checked + label:hover span:before {
  width: 4px;
  background: #fff;
  transition: width 150ms ease 100ms;
}

/* line 510, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.import_topic_wrapper.modal_btn {
  display: grid !important;
  grid-gap: 10px;
  grid-template-columns: 3fr 9fr;
  align-items: end;
}

/* line 515, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.import_topic_wrapper.modal_btn .btn_1 {
  margin: 0 !important;
}

@media (max-width: 575.98px) {
  /* line 510, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
  .import_topic_wrapper.modal_btn {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 528, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.indvisual_form .btn_1.big_btn {
  padding: 16px 36px;
}

/* line 531, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.indvisual_form .chose_thumb_title {
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  text-align: left;
  margin: 0;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 8px;
}

/* line 542, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.indvisual_form .input_wrap label {
  font-size: 12px;
  font-weight: 300;
  color: #222222;
  text-align: left;
  margin: 0;
  margin-bottom: 0px;
  display: block;
  margin-bottom: 8px;
}

/* line 552, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.indvisual_form .input_wrap textarea {
  height: 100px;
  padding: 0;
  line-height: 28px;
  padding: 13px 25px;
}

/* line 557, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.indvisual_form .input_wrap textarea.max_textarea {
  height: 290px;
}

/* line 563, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.indvisual_form .nice_Select, .indvisual_form input, .indvisual_form textarea {
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border: 1px solid #eee1e2;
  padding: 10px 25px;
  color: #7e7172;
  font-weight: 500;
  font-size: 13px;
  width: 100%;
  display: block;
  margin-bottom: 21px;
  font-weight: 300;
  border-radius: 3px;
}

/* line 577, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.indvisual_form .nice_Select::placeholder, .indvisual_form input::placeholder, .indvisual_form textarea::placeholder {
  color: #7e7172;
  font-weight: 300;
  opacity: 1;
}

/* line 583, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.indvisual_form .nice_Select {
  line-height: 30px;
}

/* line 585, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.indvisual_form .nice_Select :after {
  left: 22px;
}

/* line 589, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.indvisual_form .nice-select.nice_Select2 {
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #eee1e2;
  padding: 0 37px 0 20px;
  color: #7e7172;
  font-weight: 500;
  font-size: 13px;
  width: 100%;
  display: block;
  margin-bottom: 21px;
  font-weight: 300;
  border-radius: 3px;
  margin: 0;
  width: auto;
}

/* line 605, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.indvisual_form .nice-select.nice_Select2::after {
  top: 20%;
}

/* line 615, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.list_counter_wrapper .single_list_counter {
  border-bottom: 1px solid #F1F3F5;
  padding: 35px 0 26px 87px;
}

/* line 618, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.list_counter_wrapper .single_list_counter:last-child {
  border: 0;
}

/* line 621, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.list_counter_wrapper .single_list_counter h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0px;
}

/* line 625, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.list_counter_wrapper .single_list_counter h3 span {
  font-size: 30px;
  font-weight: 700;
}

/* line 630, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.list_counter_wrapper .single_list_counter p {
  font-size: 17px;
  color: #6F658D;
  margin-bottom: 0;
  padding-top: 15px;
}

/* line 639, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.green_color {
  color: #01D874 !important;
}

/* line 642, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.blue_color {
  color: #20B1B9 !important;
}

/* line 645, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.deep_blue {
  color: #016DD8 !important;
}

/* line 648, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.deep_blue_2 {
  color: #4567EE !important;
}

/* line 651, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.red_color {
  color: #FF4409 !important;
}

/* line 657, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.activity_progressbar .single_progressbar {
  display: grid !important;
  grid-template-columns: 150px auto;
  margin-bottom: 25px;
  align-items: center;
}

/* line 662, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.activity_progressbar .single_progressbar h6 {
  font-size: 16px;
  font-weight: 400;
  color: #2D1967;
}

/* line 667, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.activity_progressbar .single_progressbar .barfiller {
  margin-bottom: 0;
}

/* line 669, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.activity_progressbar .single_progressbar .barfiller .tip {
  color: #2D1967 !important;
  font-size: 12px;
}

/* line 677, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.legend_style_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 25px;
  margin-top: 50px;
}

@media (max-width: 991px) {
  /* line 677, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
  .legend_style_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 685, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.legend_style_grid li {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 8px;
}

/* line 689, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.legend_style_grid li span {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  display: inline-block;
}

/* line 699, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.bulder_tab_wrapper ul {
  border-bottom: 1px solid #E4E6EF;
}

/* line 702, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.bulder_tab_wrapper ul li .nav-link {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: 500;
  color: #7E8299;
  text-transform: capitalize;
  border-bottom: 1px solid transparent;
}

/* line 709, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_common_component.scss */
.bulder_tab_wrapper ul li .nav-link.active {
  color: #3699FF;
  border-bottom: 1px solid #3699FF;
}

/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_projects.scss */
.assign_list li {
  display: inline-block;
  margin-right: 5px;
}

/* line 5, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_projects.scss */
.assign_list li:last-child {
  margin-right: 0;
}

/* line 9, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_projects.scss */
.assign_list li a img {
  width: 100%;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 23px;
  height: 23px;
  transform: translateY(0px);
}

/* line 17, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_projects.scss */
.assign_list li a img:hover {
  transform: translateY(-2px);
}

/* line 27, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_projects.scss */
.dataTables_paginate {
  margin-top: 0;
  margin-top: 30px;
}

/* line 30, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_projects.scss */
.dataTables_paginate a {
  width: 32px;
  height: 32px;
  background: #FFFFFF !important;
  border-radius: 3px !important;
  text-align: center !important;
  line-height: 32px;
  padding: 0 !important;
  margin: 0 !important;
  margin: 0 5px !important;
}

/* line 40, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_projects.scss */
.dataTables_paginate a.current {
  background: #1C3FAA !important;
  box-shadow: 0px 5px 10px rgba(21, 145, 247, 0.2) !important;
  border: 0 !important;
  color: #fff !important;
}

/* line 46, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_projects.scss */
.dataTables_paginate a:hover {
  background: #1C3FAA !important;
  box-shadow: 0px 5px 10pxrgba 21, 145, 247, 0.2 !important;
  border: 0 !important;
  color: #fff !important;
}

/* line 51, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_projects.scss */
.dataTables_paginate a:hover i {
  color: #fff !important;
}

/* line 55, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_projects.scss */
.dataTables_paginate a i {
  line-height: 32px;
  font-size: 12px;
  color: #415094;
}

/* line 62, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_projects.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #fff !important;
  border: 0;
}

/* line 67, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_projects.scss */
#DataTables_Table_0_info {
  font-size: 14px;
  color: #415094;
  font-weight: 400;
  margin-top: 35px;
  padding-top: 0;
}

/* line 74, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_projects.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 1px solid #1C3FAA;
  background-color: #1C3FAA !important;
  box-shadow: 0px 5px 10px rgba(21, 145, 247, 0.03) !important;
}

/* line 80, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_projects.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 0 !important;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pie.scss */
.min_400 {
  min-height: 380px;
}

@media (min-width: 1900px) {
  /* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pie.scss */
  .min_400 {
    min-height: 450px;
  }
}

/* line 7, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pie.scss */
.min_430 {
  min-height: 430px;
}

@media (min-width: 1900px) {
  /* line 7, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pie.scss */
  .min_430 {
    min-height: 460px;
  }
}

/* line 13, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pie.scss */
.mb-55 {
  margin-bottom: 55px;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_chart_box.scss */
.widget-chart {
  text-align: center;
  padding: 1rem;
  position: relative;
}

/* line 5, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_chart_box.scss */
.widget-chart .rounded {
  border-radius: .25rem !important;
}

/* line 8, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_chart_box.scss */
.widget-chart .icon-wrapper {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* line 14, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_chart_box.scss */
.widget-chart .icon-wrapper .icon-wrapper-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: .2;
}

/* line 21, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_chart_box.scss */
.widget-chart .icon-wrapper i {
  margin: 0 auto;
  font-size: 1.7rem;
  position: relative;
  z-index: 5;
  line-height: 54px;
}

/* line 30, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_chart_box.scss */
.widget-chart .widget-numbers {
  font-weight: bold;
  font-size: 2.5rem;
  display: block;
  line-height: 1;
  margin: 1rem auto;
}

/* line 36, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_chart_box.scss */
.widget-chart .widget-numbers span {
  font-weight: bold;
  font-size: 2.5rem;
}

/* line 41, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_chart_box.scss */
.widget-chart .widget-subheading {
  margin-top: -.5rem;
}

/* line 44, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_chart_box.scss */
.widget-chart .widget-description {
  margin: 1rem 0 0;
}

/* line 49, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_chart_box.scss */
.bg-light {
  background-color: #eee !important;
}

/* line 52, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_chart_box.scss */
.icon-wrapper .icon-wrapper-bg.bg-light {
  opacity: .08;
}

/* line 55, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_chart_box.scss */
.bg-focus {
  background-color: #444054 !important;
}

/* line 58, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_chart_box.scss */
.bg-primary {
  background-color: #3f6ad8 !important;
}

/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}

/* line 7, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom .card {
  margin-bottom: 15px;
  border: 0;
  overflow: visible;
}

/* line 11, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom .card .card-header {
  border: 0;
  padding: 0;
  border-radius: 10px !important;
}

/* line 15, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom .card .card-header h2 {
  padding: 0;
}

/* line 18, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom .card .card-header h2 a {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  position: relative;
  position: relative;
  padding: 13px 20px;
  background: #3b4cb8;
  box-shadow: 0px 5px 10px rgba(59, 76, 184, 0.3);
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 36, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom .card .card-header h2 a::before {
  content: "\e64b";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "themify";
  font-size: 14px;
  right: 30px;
  color: #fff;
}

/* line 47, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom .card .card-header h2 a.collapsed {
  background: #f5f6ff;
  color: #415094;
  box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 52, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom .card .card-header h2 a.collapsed::before {
  content: "\e648";
  color: #415094;
}

/* line 57, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom .card .card-header h2 a:focus {
  text-decoration: none;
}

/* line 63, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom .card .card-body {
  padding: 24px 20px 30px 20px;
}

@media (max-width: 575.98px) {
  /* line 63, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
  .accordion_custom .card .card-body {
    padding: 15px;
  }
}

/* line 68, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom .card .card-body p {
  font-size: 14px;
  line-height: 26px;
  color: #555555;
  font-weight: 300;
  margin-bottom: 28px;
}

/* line 74, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom .card .card-body p:last-child {
  margin-bottom: 0;
}

/* line 82, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom2 h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}

/* line 87, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom2 .card {
  margin-bottom: 15px;
  border: 0;
  overflow: visible;
}

/* line 91, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom2 .card .card-header {
  border: 0;
  padding: 0;
  border-radius: 0px !important;
}

/* line 95, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom2 .card .card-header h2 {
  padding: 0;
}

/* line 98, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom2 .card .card-header h2 a {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  position: relative;
  position: relative;
  padding: 13px 20px;
  background: #3b4cb8;
  box-shadow: 0px 5px 10px rgba(76, 110, 248, 0.3);
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 116, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom2 .card .card-header h2 a::before {
  content: "\e627";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "themify";
  font-size: 14px;
  right: 30px;
  color: #fff;
}

/* line 127, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom2 .card .card-header h2 a.collapsed {
  background: #f5f6ff;
  color: #415094;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 132, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom2 .card .card-header h2 a.collapsed::before {
  content: "\e62a";
  color: #415094;
}

/* line 137, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom2 .card .card-header h2 a:focus {
  text-decoration: none;
}

/* line 143, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom2 .card .card-body {
  padding: 24px 20px 30px 20px;
  background: #f5f6ff;
}

/* line 149, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom2 .card .card-body p {
  font-size: 14px;
  line-height: 26px;
  color: #555555;
  font-weight: 300;
  margin-bottom: 28px;
}

/* line 155, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.accordion_custom2 .card .card-body p:last-child {
  margin-bottom: 0;
}

/* line 163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area {
  display: grid;
  grid-template-columns: 4fr 8fr;
  grid-gap: 0px;
  background: #fff;
}

@media (max-width: 575.98px) {
  /* line 163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
  .messages_box_area {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  /* line 163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
  .messages_box_area {
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
  .messages_box_area {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
  .messages_box_area {
    grid-template-columns: 6fr 6fr;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  /* line 163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
  .messages_box_area {
    grid-template-columns: 5fr 7fr;
  }
}

/* line 183, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .white_box {
  border-radius: 0;
  background: #fff;
}

/* line 191, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .serach_field_2 .search_inner form .search_field input {
  background-color: #f5f5ff;
  border-color: #f5f5ff;
  border-radius: 5px;
}

/* line 195, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .serach_field_2 .search_inner form .search_field input::placeholder {
  color: #282b3f;
}

/* line 200, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .serach_field_2 .search_inner form button {
  background-color: #f5f5ff;
  border-color: #f5f5ff;
  border-radius: 30px;
  display: flex;
  align-items: center;
}

/* line 206, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .serach_field_2 .search_inner form button i {
  color: #282b3f;
}

/* line 209, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .serach_field_2 .search_inner form button::before {
  border: 0;
  display: none;
}

/* line 217, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_list {
  border-right: 1px solid #f5f6fa;
}

/* line 219, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_list .serach_field_2 {
  width: 100%;
}

/* line 222, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_list ul {
  margin-top: 15px;
  margin-bottom: 30px;
}

/* line 226, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border: 0;
  padding: 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 5px;
  background: #f5f5f5;
}

/* line 236, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_list ul li a .message_pre_left {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  /* line 236, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
  .messages_box_area .messages_list ul li a .message_pre_left {
    align-items: flex-start;
  }
}

/* line 242, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_list ul li a .message_pre_left .message_preview_thumb {
  position: relative;
}

/* line 244, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_list ul li a .message_pre_left .message_preview_thumb img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* line 249, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_list ul li a .message_pre_left .message_preview_thumb .round-10 {
  border: 2px solid #f8f8fc;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 5px;
  display: inline-block;
  height: 12px;
  width: 12px;
}

/* line 260, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_list ul li a .message_pre_left .messges_info {
  padding-left: 20px;
}

/* line 263, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_list ul li a .message_pre_left h4 {
  font-size: 14px;
  font-weight: 500;
  color: #363b64;
  margin-bottom: 6px;
}

/* line 269, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_list ul li a .message_pre_left p {
  font-size: 13px;
  font-weight: 300;
  color: #7c8086;
  margin-bottom: 0;
  width: calc(100% - 2.5rem);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  /* line 269, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
  .messages_box_area .messages_list ul li a .message_pre_left p {
    white-space: normal;
  }
}

/* line 284, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_list ul li a .messge_time span {
  font-size: 12px;
  font-weight: 300;
  color: #000000;
  white-space: nowrap;
}

/* line 292, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_list ul li:hover a {
  background: #fff;
}

/* line 298, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat {
  background: #fff;
}

/* line 300, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .msg_head {
  margin-bottom: 20px;
  background: #fff;
  border-bottom: 1px solid #e5e9f2;
}

/* line 304, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .msg_head .message_pre_left {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

/* line 310, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .msg_head .message_pre_left .message_preview_thumb img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* line 316, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .msg_head .message_pre_left .messges_info {
  padding-left: 20px;
}

/* line 319, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .msg_head .message_pre_left h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2px;
}

/* line 325, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .msg_head .message_pre_left p {
  font-size: 12px;
  font-weight: 300;
  color: #676b84;
  margin-bottom: 0;
}

/* line 334, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .messge_time span {
  white-space: nowrap;
}

/* line 338, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat {
  margin-bottom: 50px;
  padding-right: 20%;
}

@media (max-width: 575.98px) {
  /* line 338, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat {
    padding-right: 0%;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  /* line 338, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat {
    padding-right: 0%;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 338, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat {
    padding-right: 0%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 338, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat {
    padding-right: 0%;
    margin-bottom: 30px;
  }
}

/* line 357, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_content_view {
  background: #f5f6ff;
  border-radius: 10px;
  padding: 10px 15px;
  border-radius: 8px;
  border-bottom-left-radius: 0;
}

/* line 363, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_content_view.red_border {
  border: 1px solid #6576ff;
  background: #6576ff;
  border-bottom-right-radius: 0;
}

/* line 367, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_content_view.red_border span,
.messages_box_area .messages_chat .single_message_chat .message_content_view.red_border p {
  color: #fff;
}

/* line 372, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_content_view span {
  display: block;
  margin: 17px 0 17px 0;
}

/* line 376, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_content_view p {
  font-size: 13px;
  font-weight: 300;
  color: #676b84;
  line-height: 26px;
}

/* line 383, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_pre_left {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

/* line 389, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_pre_left .message_preview_thumb img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* line 395, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_pre_left .messges_info {
  padding-left: 20px;
}

/* line 398, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_pre_left h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2px;
}

/* line 404, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat .message_pre_left p {
  font-size: 12px;
  font-weight: 300;
  color: #676b84;
  margin-bottom: 0;
}

/* line 411, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat.sender_message {
  padding-right: 0%;
  padding-left: 20%;
}

@media (max-width: 575.98px) {
  /* line 411, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat.sender_message {
    padding-right: 0%;
    padding-left: 0%;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  /* line 411, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat.sender_message {
    padding-right: 0%;
    padding-left: 0%;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 411, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat.sender_message {
    padding-right: 0%;
    padding-left: 0%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 411, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
  .messages_box_area .messages_chat .single_message_chat.sender_message {
    padding-right: 0%;
    padding-left: 0%;
    margin-bottom: 30px;
  }
}

/* line 434, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat.sender_message .message_pre_left {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 440, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .single_message_chat.sender_message .messges_info {
  padding-left: 0px;
  padding-right: 20px;
  text-align: right;
}

/* line 447, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .message_send_field {
  padding-top: 50px;
  display: grid;
  grid-template-columns: auto 110px;
  grid-gap: 10px;
}

@media (max-width: 575.98px) {
  /* line 447, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
  .messages_box_area .messages_chat .message_send_field {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

/* line 456, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .message_send_field input {
  color: #676b84;
  font-size: 13px;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  padding-left: 25px;
  border: 1px solid #eee1e2;
  padding-right: 15px;
}

/* line 465, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.messages_box_area .messages_chat .message_send_field input::placeholder {
  color: #676b84;
  font-weight: 300;
  opacity: 1;
}

/* line 475, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.fav_list {
  display: flex;
  flex-wrap: wrap;
}

/* line 478, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.fav_list a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 5px;
}

/* line 485, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.fav_list a img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

/* line 490, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_faq.scss */
.fav_list a .round-10 {
  border: 2px solid #f8f8fc;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 5px;
  display: inline-block;
  height: 12px;
  width: 12px;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.email-sidebar {
  background: #f5f5f5;
  box-shadow: 0 2px 5px 0 rgba(28, 63, 170, 0.04);
  height: calc(100% - 3.9375rem);
}

/* line 8, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.email-sidebar button {
  width: 100%;
  text-align: center;
  background: #fff;
}

/* line 13, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.email-sidebar h4 {
  font-weight: 600;
  font-size: 0.875rem;
  color: #333;
  padding: 2.5rem 0 3.125rem 1.5625rem;
}

/* line 19, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.email-sidebar ul {
  margin-bottom: 3.125rem;
  border-top: 1px solid rgba(226, 232, 240, 0.2);
  margin-top: 30px !important;
  padding-top: 20px;
}

/* line 24, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.email-sidebar ul li {
  display: block;
}

/* line 35, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.email-sidebar ul li.active a {
  background: rgba(255, 255, 255, 0.3);
  color: #fff !important;
}

/* line 40, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.email-sidebar ul li a {
  display: flex;
  padding: 10px 15px;
  transition: all 0.5s ease-in-out;
  font-weight: 600;
  font-size: 15px;
  color: #363b64;
  align-items: center;
  border-radius: 5px;
}

/* line 49, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.email-sidebar ul li a .round_badge {
  color: #363b64;
}

/* line 52, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.email-sidebar ul li a > span {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 57, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.email-sidebar ul li a:hover {
  background: #fff;
}

/* line 60, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.email-sidebar ul li a i {
  margin-right: 0.7rem;
}

/* line 1, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 69, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.primary_checkbox {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  flex: 20px 0 0;
  line-height: 20px;
}

/* line 9, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 80, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.primary_checkbox .checkmark {
  position: relative;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  line-height: 20px;
  flex: 20px 0 0;
  border-radius: 5px;
}

/* line 26, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 94, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.primary_checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

/* line 35, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 105, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.primary_checkbox input:checked ~ .checkmark:after {
  width: 100%;
  height: 100%;
  border: 0;
  transition: 0.3s;
  transform: scale(0);
}

/* line 44, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 114, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.primary_checkbox input:checked ~ .checkmark {
  background: #4d69fa !important;
  box-shadow: 0px 5px 10px rgba(28, 63, 170, 0.02) !important;
  transition: 0.3s;
  border-radius: 30px;
  border: 2px solid #4d69fa;
}

/* line 52, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 123, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.primary_checkbox input:checked ~ .checkmark::before {
  content: "\e64c";
  font-family: "themify";
  position: absolute;
  display: block;
  top: -1px;
  left: 2px;
  text-indent: 1px;
  color: #828bb2;
  background-color: transparent;
  border: 0px;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
  z-index: 99;
  color: #fff;
  transition: 0.3s;
}

/* line 76, ../../../../../../xampp/htdocs/CRM_frontend/admin/public/frontend/scss/_predefine.scss */
/* line 150, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.primary_checkbox .checkmark:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 30px;
  border: 0;
  transition: 0.3s;
  transform: scale(1);
  background: transparent;
  border: 1px solid #8f92a1;
}

/* line 166, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.primary_checkbox .checkmark.red_check::after {
  background: #f1f5fa;
}

/* line 172, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mailbox.scss */
.circle-rounded {
  border-radius: 50%;
}

/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.bayer_table tr {
  margin-bottom: 18px;
}

/* line 7, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.bayer_table tr td {
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
  padding: 0;
  padding-bottom: 20px;
}

/* line 17, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.bayer_table tr td .byder_thumb {
  width: 81px;
  height: 81px;
  border-radius: 50%;
}

/* line 21, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.bayer_table tr td .byder_thumb.wh_56 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

/* line 26, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.bayer_table tr td .byder_thumb.wh_53 {
  width: 53px;
  height: 53px;
  border-radius: 50%;
}

/* line 32, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.bayer_table tr td .byer_name {
  margin-bottom: 0;
  white-space: nowrap;
}

/* line 44, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.bayer_table2 tr td {
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
  padding: 0;
  padding-bottom: 25px;
}

/* line 51, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.bayer_table2 tr td:first-child {
  width: 70px !important;
}

/* line 55, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.bayer_table2 tr td .byder_thumb {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

/* line 60, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.bayer_table2 tr td .byer_name {
  margin-bottom: 0;
}

/* line 69, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.borderd_table tr:first-child td {
  border-top: 1px solid #EFF2F7 !important;
}

/* line 73, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.borderd_table tr td {
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
  padding: 0;
  padding: 12px 0;
  border-bottom: 1px solid #EFF2F7;
}

/* line 81, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.borderd_table tr td .byder_thumb {
  width: 81px;
  height: 81px;
  border-radius: 50%;
}

/* line 85, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.borderd_table tr td .byder_thumb.wh_56 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

/* line 90, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.borderd_table tr td .byder_thumb.wh_53 {
  width: 53px;
  height: 53px;
  border-radius: 50%;
}

/* line 96, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.borderd_table tr td .byer_name {
  margin-bottom: 0;
  white-space: nowrap;
}

/* line 103, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.blue_button {
  font-size: 12px;
  font-weight: 600;
  color: #2F90F7;
  background: #E7F3FE;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 30px;
}

/* line 112, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.notification_btn {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #3B5DE7;
  display: inline-block;
  border-radius: 2px;
  padding: 2px 12px;
  height: 25px;
}

/* line 121, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.notification_btn:hover {
  color: #fff;
}

/* line 124, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.notification_btn.yellow_btn {
  background: #FFBF43;
  color: #fff;
}

/* line 128, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.notification_btn.green_btn {
  background: #B8FFCB;
  color: #3BE769;
}

/* line 132, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.notification_btn.violate_btn {
  background: #9267FF;
  color: #fff;
}

/* line 136, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.notification_btn.sky_blue {
  background: #CEFFFF;
  color: #3BE7E7;
}

/* line 143, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.f_w_100 {
  font-weight: 100;
}

/* line 146, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.f_w_200 {
  font-weight: 200;
}

/* line 149, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.f_w_300 {
  font-weight: 300;
}

/* line 152, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.f_w_400 {
  font-weight: 400;
}

.f_w_450 {
  font-weight: 450;
}

/* line 155, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.f_w_500 {
  font-weight: 500;
}

/* line 158, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.f_w_600 {
  font-weight: 600;
}

/* line 161, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.f_w_700 {
  font-weight: 700;
}

/* line 164, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.f_w_800 {
  font-weight: 800;
}

/* line 167, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.f_w_900 {
  font-weight: 900;
}

/* line 171, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.f_15 {
  font-size: 15px;
}

/* line 174, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.f_16 {
  font-size: 16px;
}

/* line 178, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.color_blue {
  color: #2F90F7;
}

/* line 181, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.color_blue2 {
  color: #8AC6FB;
}

/* line 184, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.color_parpel {
  color: #833CDF;
}

/* line 188, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.color_parpel2 {
  color: #F65365;
}

/* line 192, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.color_pink {
  color: #FE80B2;
}

/* line 195, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.color_yellow {
  color: #FFCB24;
}

/* line 199, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.theme_bg_1 {
  background: #3246D2 !important;
}

/* line 202, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.theme_color_1 {
  color: #2D1967 !important;
}

/* line 205, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.theme_color_2 {
  color: #833CDF !important;
}

/* line 208, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.theme_color_3 {
  color: #FE80B2 !important;
}

/* line 211, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.theme_color_4 {
  color: #FE80B2 !important;
}

/* line 214, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.theme_color_5 {
  color: #2FF0F7 !important;
}

/* line 217, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.theme_color_6 {
  color: #3B4CB8 !important;
}

/* line 220, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.theme_bg_6 {
  background: #3B32C2 !important;
}

/* line 223, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.mb_40 {
  margin-bottom: 40px;
}

/* line 227, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.box_shadow {
  box-shadow: 0 12px 30px rgba(46, 71, 101, 0.1);
}

/* line 233, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.primary-color ul li {
  padding: 10px 15px;
}

/* line 235, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.primary-color ul li:nth-child(1) {
  background-color: #8a75dd;
}

/* line 237, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.primary-color ul li:nth-child(1)::before {
  content: "#8a75dd";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 244, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.primary-color ul li:nth-child(2) {
  background-color: #846edb;
}

/* line 246, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.primary-color ul li:nth-child(2)::before {
  content: "#8a75dd";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 253, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.primary-color ul li:nth-child(3) {
  background-color: #7f68da;
}

/* line 255, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.primary-color ul li:nth-child(3)::before {
  content: "#7f68da";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 262, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.primary-color ul li:nth-child(4) {
  background-color: #7a62d8;
}

/* line 264, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.primary-color ul li:nth-child(4)::before {
  content: "#7a62d8";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 271, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.primary-color ul li:nth-child(5) {
  background-color: #755cd7;
}

/* line 273, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.primary-color ul li:nth-child(5)::before {
  content: "#755cd7";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 280, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.primary-color ul li:nth-child(6) {
  background-color: #7056d5;
}

/* line 282, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.primary-color ul li:nth-child(6)::before {
  content: "#7056d5";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 289, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.primary-color ul li:nth-child(7) {
  background-color: #6a50d4;
}

/* line 291, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.primary-color ul li:nth-child(7)::before {
  content: "#6a50d4";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 298, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.primary-color ul li:nth-child(8) {
  background-color: #654ad2;
}

/* line 300, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.primary-color ul li:nth-child(8)::before {
  content: "#654ad2";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 310, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.secondary-color ul li {
  padding: 10px 15px;
}

/* line 312, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.secondary-color ul li:nth-child(1) {
  background-color: #69b9ec;
}

/* line 314, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.secondary-color ul li:nth-child(1)::before {
  content: "#69b9ec";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 321, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.secondary-color ul li:nth-child(2) {
  background-color: #64b6eb;
}

/* line 323, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.secondary-color ul li:nth-child(2)::before {
  content: "#64b6eb";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 330, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.secondary-color ul li:nth-child(3) {
  background-color: #60b4ea;
}

/* line 332, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.secondary-color ul li:nth-child(3)::before {
  content: "#60b4ea";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 339, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.secondary-color ul li:nth-child(4) {
  background-color: #5bb2ea;
}

/* line 341, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.secondary-color ul li:nth-child(4)::before {
  content: "#5bb2ea";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 348, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.secondary-color ul li:nth-child(5) {
  background-color: #57b0e9;
}

/* line 350, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.secondary-color ul li:nth-child(5)::before {
  content: "#57b0e9";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 357, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.secondary-color ul li:nth-child(6) {
  background-color: #52aee9;
}

/* line 359, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.secondary-color ul li:nth-child(6)::before {
  content: "#52aee9";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 366, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.secondary-color ul li:nth-child(7) {
  background-color: #4eace8;
}

/* line 368, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.secondary-color ul li:nth-child(7)::before {
  content: "#4eace8";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 375, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.secondary-color ul li:nth-child(8) {
  background-color: #49aae8;
}

/* line 377, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.secondary-color ul li:nth-child(8)::before {
  content: "#49aae8";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 386, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.success-color ul li {
  padding: 10px 15px;
}

/* line 388, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.success-color ul li:nth-child(1) {
  background-color: #d7ff97;
}

/* line 390, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.success-color ul li:nth-child(1)::before {
  content: "#d7ff97";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 397, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.success-color ul li:nth-child(2) {
  background-color: #d1ff88;
}

/* line 399, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.success-color ul li:nth-child(2)::before {
  content: "#d1ff88";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 406, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.success-color ul li:nth-child(3) {
  background-color: #ccff78;
}

/* line 408, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.success-color ul li:nth-child(3)::before {
  content: "#ccff78";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 415, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.success-color ul li:nth-child(4) {
  background-color: #c6ff69;
}

/* line 417, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.success-color ul li:nth-child(4)::before {
  content: "#c6ff69";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 424, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.success-color ul li:nth-child(5) {
  background-color: #c0ff5a;
}

/* line 426, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.success-color ul li:nth-child(5)::before {
  content: "#c0ff5a";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 433, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.success-color ul li:nth-child(6) {
  background-color: #b4ff3b;
}

/* line 435, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.success-color ul li:nth-child(6)::before {
  content: "#b4ff3b";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 442, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.success-color ul li:nth-child(7) {
  background-color: #aeff2c;
}

/* line 444, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.success-color ul li:nth-child(7)::before {
  content: "#aeff2c";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 451, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.success-color ul li:nth-child(8) {
  background-color: #a9ff1d;
}

/* line 453, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.success-color ul li:nth-child(8)::before {
  content: "#a9ff1d";
  display: block;
  color: #fff;
  text-align: center;
}

/* line 462, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.ui-sortable-handle {
  cursor: move;
}

/* line 465, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.chart_height_300px {
  height: 400px;
}

/* line 468, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.amcharts-export-menu.amcharts-export-menu-top-right.amExportButton {
  display: none;
}

/* -------------------------------------------------------------------------- */
/*                             update news                           */
/* -------------------------------------------------------------------------- */
/* line 476, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.single_update_news {
  border-bottom: 1px solid #F3F4F3;
  padding: 15px 0 17px 0;
}

/* line 479, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.single_update_news:first-child {
  border-top: 1px solid #F3F4F3;
}

/* line 482, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.single_update_news h5 {
  margin-bottom: 0;
}

/* line 485, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.single_update_news p {
  margin-bottom: 0;
}

/* line 491, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.monthly_plan_wraper .single_plan {
  margin-bottom: 15px;
}

/* line 493, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.monthly_plan_wraper .single_plan:last-child {
  margin-bottom: 0;
}

/* line 497, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.monthly_plan_wraper .single_plan .plan_left .thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  padding: 12px;
  background: #F5F5FF;
  line-height: 1;
}

/* line 505, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.monthly_plan_wraper .single_plan .plan_left .thumb img {
  width: 100%;
}

/* line 509, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.monthly_plan_wraper .single_plan .plan_left h5 {
  font-size: 16px;
  font-weight: 700;
  color: #474D58;
  margin-bottom: 0;
}

/* line 515, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.monthly_plan_wraper .single_plan .plan_left span {
  font-size: 12px;
  color: #B5B5C3 !important;
  font-weight: 700;
  line-height: 12px;
}

/* line 522, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.monthly_plan_wraper .single_plan .brouser_btn {
  background: #F3F6F9;
  font-size: 12px;
  font-weight: 700;
  color: #757575;
  border-radius: 5px;
  padding: 8px 9px;
  line-height: 12px;
}

/* line 533, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.monthly_plan_wraper .total_blance {
  background: #F8FAFF;
  border-radius: 5px;
  padding: 18px 30px;
}

/* line 541, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.Sales_Details_plan .row .col-lg-6:nth-child(1) .thumb {
  background: #EEE5FF;
}

/* line 544, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.Sales_Details_plan .row .col-lg-6:nth-child(2) .thumb {
  background: #FFE2E5;
}

/* line 547, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.Sales_Details_plan .row .col-lg-6:nth-child(3) .thumb {
  background: #C9F7F5;
}

/* line 550, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.Sales_Details_plan .row .col-lg-6:nth-child(4) .thumb {
  background: #D7F9EF;
}

/* line 554, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.Sales_Details_plan .single_plan {
  margin-bottom: 30px;
}

/* line 557, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.Sales_Details_plan .single_plan .plan_left .thumb {
  width: 45px;
  height: 45px;
  border-radius: 0.42rem;
  margin-right: 10px;
  padding: 12px;
  background: #F5F5FF;
  line-height: 1;
}

/* line 565, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.Sales_Details_plan .single_plan .plan_left .thumb img {
  width: 100%;
}

/* line 569, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.Sales_Details_plan .single_plan .plan_left h5 {
  font-size: 16px;
  font-weight: 700;
  color: #474D58;
  margin-bottom: 0;
}

/* line 575, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.Sales_Details_plan .single_plan .plan_left span {
  font-size: 12px;
  color: #B5B5C3 !important;
  font-weight: 700;
  line-height: 12px;
}

/* line 582, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.Sales_Details_plan .single_plan .brouser_btn {
  background: #F3F6F9;
  font-size: 12px;
  font-weight: 700;
  color: #757575;
  border-radius: 5px;
  padding: 8px 9px;
  line-height: 12px;
}

/* line 593, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.Sales_Details_plan .total_blance {
  background: #F8FAFF;
  border-radius: 5px;
  padding: 18px 30px;
}

/* line 600, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.sales_renew_btns a {
  color: #303e67;
}

/* line 602, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.sales_renew_btns a.active {
  color: #1c2d41;
  background-color: #f1f5fa;
}

/* line 609, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.common_tab_btn a {
  color: #7E8299;
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
  padding: 5px 13px;
}

/* line 615, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.common_tab_btn a.active {
  color: #fff;
  background-color: #3B4CB8;
}

/* line 622, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.common_tab_btn2 a {
  color: #7E8299;
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
  padding: 5px 13px;
}

/* line 628, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.common_tab_btn2 a.active {
  color: #fff;
  background-color: #F64E60;
}

/* line 634, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.white_card_body.renew_report_card {
  padding: 39px 50px;
}

/* line 637, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.dashboard_w_map {
  height: 352px;
}

/* line 640, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.dashboard_w_map .jvectormap-zoomin, .dashboard_w_map .jvectormap-zoomout {
  width: 20px;
  height: 20px;
}

/* line 644, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.dashboard_w_map .jvectormap-zoomin {
  top: 0px;
}

/* line 647, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.jvectormap-zoomout {
  top: 35px;
}

/* line 650, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.dashboard_w_map .jvectormap-zoomin, .dashboard_w_map .jvectormap-zoomout, .dashboard_w_map .jvectormap-goback {
  position: absolute;
  left: auto;
  right: 0;
  display: inline-block;
  border-radius: 50%;
  background: #f8f8fc;
  padding: 5px;
  color: #435177;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 666, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.single_progressbar {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  margin-bottom: 0px;
  flex-direction: column;
  width: 100%;
}

/* line 676, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.single_progressbar h6 {
  font-size: 14px;
  font-weight: 400;
  color: #383F46;
}

/* line 680, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.single_progressbar h6 span {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #28293A;
  margin-top: 10px;
}

/* line 689, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.single_progressbar .barfiller span {
  font-size: 14px;
}

/* line 699, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.card_container {
  padding: 20px;
}

/* line 708, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.devices_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 712, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.devices_btn a:not(:last-child) {
  margin-right: 15px;
}

/* line 716, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.devices_btn a {
  margin-bottom: 10px;
}

/* line 721, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.social_media_card {
  background-color: #EEE5FF;
  background-image: url(../img/shape_2.svg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

/* line 727, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.social_media_card .media_card_body {
  padding: 25px;
  position: relative;
  z-index: 1;
}

/* line 731, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.social_media_card .media_card_body::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #FFFFFF;
  width: 100%;
  bottom: 0;
  top: 70px;
  z-index: -1;
  border-radius: 15px;
}

/* line 743, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.social_media_card .media_card_body .media_card_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

/* line 747, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.social_media_card .media_card_body .media_card_list .single_media_card {
  background: #FFF4DE;
  border-radius: 15px;
  height: 136px;
  display: flex;
  align-items: self-start;
  flex-direction: column;
  justify-content: end;
  padding: 25px;
}

/* line 756, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.social_media_card .media_card_body .media_card_list .single_media_card span {
  color: #FFC881;
  font-size: 12px;
  font-weight: 700;
}

/* line 761, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.social_media_card .media_card_body .media_card_list .single_media_card h3 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 0;
  color: #FFAD44;
}

/* line 767, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.social_media_card .media_card_body .media_card_list .single_media_card:nth-child(2) {
  background: #E2FFF6;
}

/* line 769, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.social_media_card .media_card_body .media_card_list .single_media_card:nth-child(2) span {
  color: #69E2BD;
}

/* line 772, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.social_media_card .media_card_body .media_card_list .single_media_card:nth-child(2) h3 {
  color: #25C997;
}

/* line 776, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.social_media_card .media_card_body .media_card_list .single_media_card:nth-child(3) {
  background: #FFE2E5;
}

/* line 778, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.social_media_card .media_card_body .media_card_list .single_media_card:nth-child(3) span {
  color: #FF8895;
}

/* line 781, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.social_media_card .media_card_body .media_card_list .single_media_card:nth-child(3) h3 {
  color: #F64E60;
}

/* line 785, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.social_media_card .media_card_body .media_card_list .single_media_card:nth-child(4) {
  background: #E1F0FF;
}

/* line 787, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.social_media_card .media_card_body .media_card_list .single_media_card:nth-child(4) span {
  color: #76B5F5;
}

/* line 790, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_byer_table.scss */
.social_media_card .media_card_body .media_card_list .single_media_card:nth-child(4) h3 {
  color: #3699FF;
}

/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.notification_wrapper .single_notification {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

/* line 8, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.notification_wrapper .single_notification .notification_info h4 {
  color: #2E4765;
  margin-bottom: 0;
}

/* line 12, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.notification_wrapper .single_notification .notification_info p {
  font-size: 13px;
  font-weight: 400;
  color: #7F8B9F;
}

/* line 21, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.color_bg {
  width: 27px;
  height: 28px;
  border-radius: 5px;
  background: #C9F7F5;
  flex: 27px 0 0;
}

/* line 27, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.color_bg.color_lite_pink {
  background: #FFE2E5;
}

/* line 30, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.color_bg.color_lite_violate {
  background: #E2E4FF;
}

/* line 33, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.color_bg.color_lite_green {
  background: #E2FFF0;
}

/* line 36, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.color_bg.color_lite_yellow {
  background: #FDFFE2;
}

/* line 40, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.mr_15 {
  margin-right: 15px;
  margin-top: 7px;
}

/* line 46, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.property_wrapper .single_property {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  /* line 46, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
  .property_wrapper .single_property {
    flex-wrap: wrap;
  }
}

/* line 54, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.property_wrapper .single_property .property_thumb {
  margin-right: 40px;
  position: relative;
}

/* line 57, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.property_wrapper .single_property .property_thumb .img_up {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}

/* line 66, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.property_wrapper .single_property .property_thumb img {
  width: 190px;
  height: 173px;
  border-radius: 5px;
}

/* line 72, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.property_wrapper .single_property .property_content {
  margin: 10px 0;
}

/* line 75, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.property_wrapper .single_property .property_content a h4 {
  font-size: 29px;
  color: #2E4765;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 75, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
  .property_wrapper .single_property .property_content a h4 {
    font-size: 20px;
  }
}

/* line 83, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.property_wrapper .single_property .property_content a h4.Up_name {
  color: #D1D1D1;
}

/* line 87, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.property_wrapper .single_property .property_content a.property_location {
  font-size: 14px;
  color: #2F90F7;
  background: #E7F3FE;
  display: inline-block;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 10px;
  border-radius: 5px;
}

/* line 98, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.property_wrapper .single_property .property_content a.property_location img {
  margin-right: 10px;
}

/* line 103, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.property_wrapper .single_property .property_content p {
  font-size: 14px;
  color: #7F8B9F;
  font-weight: 400;
}

/* line 107, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.property_wrapper .single_property .property_content p span {
  margin-right: 30px;
}

/* line 109, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.property_wrapper .single_property .property_content p span:last-child {
  margin: 0;
}

/* line 117, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.weather_box {
  background: #0090FF;
}

/* line 119, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.weather_box .weather_header {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

/* line 124, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.weather_box .weather_header .thumb {
  top: 0;
  right: 0;
}

/* line 127, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.weather_box .weather_header .thumb img {
  width: 160px;
}

@media (max-width: 575.98px) {
  /* line 127, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
  .weather_box .weather_header .thumb img {
    width: 100%;
  }
}

/* line 134, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.weather_box .weather_header .weather_info {
  display: inline-block;
}

/* line 136, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.weather_box .weather_header .weather_info h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-right: 25px;
  display: inline-block;
  vertical-align: top;
}

/* line 144, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.weather_box .weather_header .weather_info p {
  font-size: 22px;
  display: inline-block;
  color: #FFFFFF;
  vertical-align: top;
  font-weight: 400;
}

/* line 154, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.weather_box .weather_content ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  /* line 154, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
  .weather_box .weather_content ul {
    margin-top: 10px;
  }
}

/* line 163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.weather_box .weather_content ul li span.selcias {
  font-size: 71px;
  font-weight: 700;
  color: #FFDC7B;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  /* line 163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
  .weather_box .weather_content ul li span.selcias {
    font-size: 30px;
  }
}

/* line 172, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.weather_box .weather_content ul li.weather_percent {
  font-size: 37px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  /* line 172, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
  .weather_box .weather_content ul li.weather_percent {
    font-size: 28px;
  }
}

/* line 181, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.weather_box .weather_content ul li.weather_percent .thumb {
  margin-right: 22px;
}

/* line 187, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.weather_box .weather_content p {
  font-size: 28px;
  color: #fff;
  font-weight: 400;
}

@media (max-width: 991px) {
  /* line 187, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
  .weather_box .weather_content p {
    font-size: 18px;
  }
}

/* line 194, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.weather_box .weather_content p .eql {
  display: inline-block;
}

/* line 198, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.weather_box .weather_content p span span {
  font-size: 21px;
}

/* line 206, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification.scss */
.option_icon {
  cursor: pointer;
}

/* line 6, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names {
  margin: 30px 0 0px;
  padding: 15px 0;
}

/* line 10, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker-inline .datepicker {
  width: auto;
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

/* line 16, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names .datepicker--day-name {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #20265b;
  font-size: 14px;
  text-transform: capitalize;
}

/* line 26, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day.-other-month- {
  color: #2b2b2b;
}

/* line 32, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell {
  font-weight: 500;
  font-size: 14px;
}

/* line 39, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day {
  height: 40px;
  color: #2b2b2b;
}

/* line 47, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day:hover {
  background: #222fb9;
  border: 2px solid #222fb9;
  color: #fff;
}

/* line 53, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker-inline .datepicker .datepicker--nav-title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #302d43;
  letter-spacing: 0;
}

/* line 60, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker-inline .datepicker .datepicker--nav-title {
  border-radius: 8px;
  padding: 0 8px;
}

/* line 64, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker-inline .datepicker .datepicker--nav {
  border-bottom: none;
  padding: 0;
  text-transform: capitalize;
  margin-top: 0px;
  justify-content: space-between;
}

/* line 71, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker-inline .datepicker .datepicker--nav-title i {
  margin-left: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #302d43;
  font-family: "Roboto", sans-serif;
}

/* line 78, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker-inline .datepicker .datepicker--day-name {
  color: #000;
  font-weight: bold;
}

/* line 84, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker--days-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

/* line 92, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker--cells {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 99, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker--cell-day {
  width: 14.28571%;
  height: 34px;
}

/* line 103, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker--cell {
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

/* line 121, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker--nav-title,
.default-datepicker .datepicker--nav-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 135, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker--cell.-current- {
  color: #fff !important;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #222fb9;
  background: #222fb9;
}

/* line 142, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker--cell.-focus- {
  background: #222fb9;
  border: 2px solid #222fb9;
  color: #fff;
}

/* line 149, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

/* line 154, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.date_picker_wrapper {
  padding: 0;
  padding: 35px 30px;
  border-radius: 0px;
  background: transparent;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* line 163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.date_picker_wrapper::before {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 10px;
  background: #fff;
  z-index: -1;
  position: absolute;
  content: "";
}

/* line 176, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.datepicker--cell.-selected- {
  border: none;
  background: #222fb9;
  color: #fff;
}

/* line 181, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.datepicker--cell.-selected-.-current- {
  border: none;
  background: #222fb9;
  color: #fff;
}

/* line 187, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell.-selected- {
  background: #222fb9;
  color: #fff;
  border-radius: 30px;
  position: relative;
}

/* line 200, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.datepicker--cell.-focus- {
  background: #222fb9;
  color: #fff;
}

/* line 204, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.datepicker--cell.-current- {
  color: #000;
  border-radius: 30px;
  font-weight: bold;
  border: 2px solid #222fb9;
}

/* line 210, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_datepicker.scss */
.default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day.-other-month- {
  color: #fff;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_error_page.scss */
.erroe_page_wrapper {
  background: #232529;
  background-image: url("../img/error/error_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 4, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_error_page.scss */
.erroe_page_wrapper .errow_wrap {
  display: flex;
  padding: 40px 0;
  align-items: center;
  justify-content: center;
}

/* line 9, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_error_page.scss */
.erroe_page_wrapper .errow_wrap img {
  width: 100px;
  margin: auto;
}

/* line 13, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_error_page.scss */
.erroe_page_wrapper .errow_wrap .error_heading {
  margin-top: 60px;
  margin-bottom: 15px;
}

/* line 16, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_error_page.scss */
.erroe_page_wrapper .errow_wrap .error_heading h3 {
  font-size: 55px;
  font-weight: 500;
  color: #fff;
}

/* line 22, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_error_page.scss */
.erroe_page_wrapper .errow_wrap p {
  font-size: 30px;
  color: #78768F;
  font-weight: 400;
  margin-top: 30px;
  line-height: 35px;
  margin-bottom: 30px;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_accordian_box.scss */
.card_box {
  border-radius: 10px;
  box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
}

/* line 3, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_accordian_box.scss */
.card_box .white_box_tittle {
  background-color: #fff;
  padding: 15px 50px 15px 20px;
  border-bottom: 1px solid #d8d9de;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  overflow: hidden;
}

.card_box .dark_box_tittle {
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.9) !important;
  padding: 15px 50px 15px 20px;
  /* border-bottom: 1px solid; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  overflow: hidden;
}

.card_box .success_box_tittle {
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.9) !important;
  padding: 15px 50px 15px 20px;
  /* border-bottom: 1px solid; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  overflow: hidden;
}

.card_box .ligh_box_tittle {
  background: rgba(255,255,255,.1);
  color: rgba(0,0,0,.9) !important;
  padding: 15px 50px 15px 20px;
  /* border-bottom: 1px solid; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  overflow: hidden;
}

.dark-header, .success-header, .success-footer{
  color: rgba(255,255,255,.9);
}

.bg_success {
  background-color: #3ac47d!important;
}

/* line 12, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_accordian_box.scss */
.card_box .box_body {
  /* padding: 25px 50px 25px 50px; */
  padding: 1.25rem;
  /* border-bottom: 1px solid #d8d9de; */
}
.bg_success .box_body p,
.bg-dark .box_body p {
  color: #fff;
}

.card-footer {
  background: inherit;
  padding: 0.75rem 1.25rem;
  border-top: 1px solid rgba(26,54,126,.125);
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.card-body {
  padding: 1.25rem
}

.text-white {
  color: #fff!important;
}

.btn-sm {
  padding: 0.25rem 0.5rem !important;
  font-size: .875rem;
  border-radius: 0.2rem;
}
/* line 14, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_accordian_box.scss */
.card_box .box_body .card {
  margin-bottom: 40px;
  border: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(126, 55, 216, 0.05);
  box-shadow: 0px 0px 25px 0px rgba(126, 55, 216, 0.05);
}

/* line 23, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_accordian_box.scss */
.card_box .box_body .card:last-child {
  margin-bottom: 0;
}

/* line 26, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_accordian_box.scss */
.card_box .box_body .card .card-header {
  background-color: #fff;
  padding: 50px;
  border-bottom: 1px solid #f2f4ff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: relative;
  overflow: hidden;
  padding: 0.75rem 1.25rem;
}

/* line 35, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_accordian_box.scss */
.card_box .box_body .card .card-header h5 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2px;
}

/* line 41, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_accordian_box.scss */
.card_box .box_body .card .card-header h5 button {
  font-weight: 600;
  color: #1b3155;
}

/* line 47, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_accordian_box.scss */
.card_box .box_body .card .card-body {
  padding: 50px;
  background-color: rgba(0, 0, 0, 0);
}

/* line 55, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_accordian_box.scss */
.default-according.arrow_style button::before {
  right: 25px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "\e648";
  font-family: 'themify';
  font-size: 14px;
}

/* line 64, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_accordian_box.scss */
.default-according.arrow_style button.collapsed::before {
  right: 25px;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "\e64b";
  font-family: 'themify';
  font-size: 14px;
}

/* line 75, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_accordian_box.scss */
.typography small {
  padding-left: 10px;
  color: #2c323f;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/* line 3, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 23, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

/* line 28, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__button:active {
  outline: 0;
  opacity: 0.9;
}

/* line 33, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 38, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

/* line 42, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* line 55, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/default-skin/default-skin.svg);
  }
  /* line 60, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: 0;
  }
}

/* line 66, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__button--close {
  background-position: 0 -44px;
}

/* line 70, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__button--share {
  background-position: -44px -44px;
}

/* line 74, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__button--fs {
  display: none;
}

/* line 78, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--supports-fs .pswp__button--fs {
  display: block;
}

/* line 82, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

/* line 86, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

/* line 91, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* line 95, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* line 99, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/* line 104, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

/* line 114, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__button--arrow--left {
  left: 0;
}

/* line 118, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__button--arrow--right {
  right: 0;
}

/* line 122, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

/* line 132, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

/* line 137, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/* line 142, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 150, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

/* line 167, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__share-modal--hidden {
  display: none;
}

/* line 171, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

/* line 192, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

/* line 201, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

/* line 206, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}

/* line 210, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 214, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__share-modal--fade-in {
  opacity: 1;
}

/* line 218, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 223, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

/* line 227, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

/* line 242, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}

/* line 247, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}

/* line 251, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}

/* line 256, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}

/* line 261, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
a.pswp__share--download:hover {
  background: #ddd;
}

/* line 265, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}

/* line 277, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

/* line 285, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}

/* line 290, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__caption__center {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}

/* line 300, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__caption--empty {
  display: none;
}

/* line 304, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__caption--fake {
  visibility: hidden;
}

/* line 308, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

/* line 322, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

/* line 328, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__preloader--active {
  opacity: 1;
}

/* line 332, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__preloader--active .pswp__preloader__icn {
  background: url(preloader.gif) 0 0 no-repeat;
}

/* line 336, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

/* line 340, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

/* line 345, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

/* line 350, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--css_animation .pswp__preloader__icn {
  background: 0;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

/* line 361, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

/* line 368, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  /* line 385, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* line 446, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* line 453, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

/* line 461, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 471, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

/* line 476, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 481, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 486, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

/* line 490, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/* line 495, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}

/* line 502, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

/* line 508, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__element--disabled {
  display: none !important;
}

/* line 512, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--minimal--dark .pswp__top-bar {
  background: 0;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/* line 518, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
}

/* line 534, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 539, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp img {
  max-width: none;
}

/* line 543, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 550, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--open {
  display: block;
}

/* line 554, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* line 559, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 564, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 569, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

/* line 581, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 590, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 601, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 611, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 623, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* line 629, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

/* line 635, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

/* line 640, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 649, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/* line 657, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/* line 661, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__img--placeholder--blank {
  background: #222;
}

/* line 665, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/* line 672, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}

/* line 684, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

/* line 689, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.my-gallery {
  padding-right: 0;
}

/* line 693, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.my-gallery img {
  width: 100%;
}

/* line 697, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.my-gallery figure {
  margin-bottom: 30px;
}

/* line 701, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.my-gallery figcaption {
  display: none;
}

/* line 705, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.my-gallery.gallery-with-description img {
  padding: 10px !important;
  border: 1px solid #ddd !important;
  border-bottom: none !important;
  border-radius: 15px 15px 0 0 !important;
}

/* line 712, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.my-gallery.gallery-with-description a > div {
  border-top: none !important;
  margin-bottom: 0;
  padding: 5px 10px 10px 10px;
}

/* line 718, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.my-gallery.gallery-with-description h4 {
  margin-top: 0px;
}

/* line 722, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.my-gallery.gallery figure.img-hover a > div {
  overflow: hidden;
  border-radius: 15px;
}

/* line 727, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.my-gallery.gallery figure.img-hover.hover-12 a > div {
  background: #4d69fa;
}

/* line 731, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.my-gallery.gallery figure.img-hover.hover-12 a > div:hover img {
  opacity: 0.7;
}

/* line 735, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
#aniimated-thumbnials figure:nth-child(12),
#aniimated-thumbnials figure:nth-child(11),
#aniimated-thumbnials figure:nth-child(10),
#aniimated-thumbnials figure:nth-child(9) {
  margin-bottom: 30px;
}

/* line 742, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.photo_gallery img {
  border-radius: 10px;
}

/* line 746, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.hover_gallery {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

/* line 752, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.hover_gallery:hover .gallery_hover {
  opacity: 1;
  visibility: visible;
}

/* line 756, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.hover_gallery:hover img {
  transform: scale(1.2);
}

/* line 760, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.hover_gallery img {
  border: 0 !important;
  padding: 0;
  border-radius: 10px;
  transition: 0.3s;
  transform: scale(1);
}

/* line 767, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.hover_gallery .gallery_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

/* line 781, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.hover_gallery .gallery_hover h4 {
  font-size: 20px;
  color: #fff !important;
}

/* line 785, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_photoswip.scss */
.hover_gallery .gallery_hover p {
  font-size: 16px;
  color: #fff;
}

/*# sourceMappingURL=photoswipe.css.map */
/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Menu_NOtification_Wrap {
  background: #ffffff;
  box-shadow: 0 0 5px 10px rgba(60, 77, 185, 0.03);
  border-radius: 5px;
  position: absolute;
  right: 0;
  width: 350px;
  transform: translateY(30px) translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
  .Menu_NOtification_Wrap {
    width: 300px;
    transform: translateY(30px) translateX(173px);
  }
}

/* line 18, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Menu_NOtification_Wrap.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(20px) translateX(20px);
}

@media (max-width: 575.98px) {
  /* line 18, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
  .Menu_NOtification_Wrap.active {
    transform: translateY(16px) translateX(20px);
  }
}

/* line 26, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Menu_NOtification_Wrap .notification_Header {
  padding: 15px 20px;
  border-radius: 0px;
  background: #3b4cb8;
}

/* line 30, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Menu_NOtification_Wrap .notification_Header h4 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

/* line 37, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Menu_NOtification_Wrap .Notification_body {
  padding: 20px 20px;
  height: 300px;
  overflow: auto;
}

/* line 41, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Menu_NOtification_Wrap .Notification_body .single_notify {
  margin-bottom: 10px;
}

/* line 43, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Menu_NOtification_Wrap .Notification_body .single_notify:last-child {
  margin-bottom: 0;
}

/* line 46, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Menu_NOtification_Wrap .Notification_body .single_notify .notify_thumb {
  margin-right: 15px;
}

/* line 48, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Menu_NOtification_Wrap .Notification_body .single_notify .notify_thumb img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

/* line 56, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Menu_NOtification_Wrap .Notification_body .single_notify .notify_content a h5 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

/* line 62, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Menu_NOtification_Wrap .Notification_body .single_notify .notify_content p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}

/* line 70, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Menu_NOtification_Wrap .nofity_footer {
  padding: 5px 20px;
  background: #f5f7f9;
  border-radius: 0px;
}

/* line 75, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Menu_NOtification_Wrap .nofity_footer .submit_button a {
  font-size: 12px;
  background: transparent !important;
  color: #000 !important;
  border: 0;
}

/* line 86, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Menu_NOtification_Wrap.multy_notification .notification_Header {
  background: #3246d2;
}

/* line 88, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Menu_NOtification_Wrap.multy_notification .notification_Header h4 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

/* line 94, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Menu_NOtification_Wrap.multy_notification .notification_Header p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

/* line 101, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Menu_NOtification_Wrap.multy_notification .notify_tabs_body {
  padding: 20px;
}

/* line 105, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Menu_NOtification_Wrap.multy_notification .notify_tabs_body .notify_tab li a {
  font-family: "Roboto", sans-serif;
  background: #f3f6f9;
  display: inline-block;
  border-radius: 2px;
  font-size: 12px;
  color: #6c7293;
  width: auto;
  height: auto;
}

/* line 114, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Menu_NOtification_Wrap.multy_notification .notify_tabs_body .notify_tab li a.active {
  background: #3246d2;
  color: #fff;
}

/* line 124, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Activity_timeline {
  position: relative;
}

/* line 126, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Activity_timeline ul {
  border-left: 0;
  border-left: 2px dashed #ddf3ff;
}

/* line 129, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Activity_timeline ul li {
  position: relative;
  padding: 18px 0;
}

/* line 132, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Activity_timeline ul li .activity_bell {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 22px;
  background: #16aaff;
  border: 0;
  left: -6.5px;
}

/* line 141, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Activity_timeline ul li .activity_bell.bell_1 {
  background: #7dff16;
}

/* line 144, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Activity_timeline ul li .activity_bell.bell_2 {
  border-color: #e0f4f9;
  background: #4895cf;
}

/* line 148, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Activity_timeline ul li .activity_bell.bell_3 {
  border-color: #e0f4f9;
  background: #ffa216;
}

/* line 152, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Activity_timeline ul li .activity_bell.bell_4 {
  border-color: #e0f4f9;
  background: #79e365;
}

/* line 157, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Activity_timeline ul li .activity_wrap {
  position: relative;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Activity_timeline ul li .activity_wrap h6 {
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #acaeb8;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 173, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Activity_timeline ul li .activity_wrap h6 span {
  font-size: 18px;
  color: #20265b;
  font-weight: 600;
}

/* line 179, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Activity_timeline ul li .activity_wrap p {
  font-size: 15px;
  color: #343a40;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
}

/* line 185, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Activity_timeline ul li .activity_wrap p.recent_active {
  color: #2c3c4a;
}

/* line 189, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Activity_timeline ul li .activity_wrap span {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #838f9a;
  font-weight: 400;
}

/* line 198, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Activity_timeline .thumb_lits {
  margin-left: 40px;
  margin-top: 10px;
}

/* line 201, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Activity_timeline .thumb_lits .thumb {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-block;
  margin-left: -15px;
}

/* line 207, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Activity_timeline .thumb_lits .thumb.small_thumb {
  width: 26px;
  height: 26px;
  margin-left: 30px;
}

/* line 212, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.Activity_timeline .thumb_lits .thumb img {
  width: 100%;
}

/* line 219, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.system_error_catch {
  padding: 50px 0;
  text-align: center;
}

/* line 222, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.system_error_catch .thumb {
  width: 78px;
  height: 78px;
  margin: auto;
}

/* line 226, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.system_error_catch .thumb img {
  width: 100%;
}

/* line 230, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.system_error_catch h3 {
  font-size: 18px;
  font-weight: 400;
  color: #707d8a;
  margin: 10px 0;
}

/* line 236, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.system_error_catch p {
  font-size: 14px;
  font-weight: 400;
  color: #707d8a;
}

/* line 243, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX {
  width: 360px;
  background: #ffffff;
  border-radius: 0px;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(50%);
  transition: 0.5s;
  box-shadow: 0px 10px 15px rgba(59, 76, 184, 0.03);
}

/* line 257, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

@media (max-width: 575.98px) {
  /* line 243, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
  .CHAT_MESSAGE_POPUPBOX {
    width: 300px;
    right: 15px;
    bottom: 15px;
  }
}

/* line 267, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER {
  background: #3b4cb8;
  border-radius: 0px;
  padding: 27px 20px;
  position: relative;
}

/* line 272, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER .MSEESAGE_CHATBOX_CLOSE {
  position: absolute;
  right: 20px;
  top: 25px;
  cursor: pointer;
}

/* line 278, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

/* line 284, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul {
  display: flex;
  align-items: center;
}

/* line 287, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li {
  margin-right: 5.5px;
}

/* line 291, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li a .member_thumb img {
  width: 27px;
  height: 27px;
  transition: 0.3s;
  border-radius: 50%;
}

/* line 297, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li a .member_thumb .more_member_count {
  background: rgba(255, 255, 255, 0.2);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
}

/* line 304, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li a .member_thumb .more_member_count span {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

/* line 312, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li a:hover img {
  transform: translateY(-5px);
}

/* line 320, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .chat_input_box {
  background: #f5f7fb;
  border-radius: 0px 0px 5px 5px;
  padding-right: 10px;
}

/* line 324, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .chat_input_box input {
  background: #f5f7fb;
  height: 50px;
  border: 0;
  padding-left: 20px;
  font-size: 13px;
}

/* line 330, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .chat_input_box input::placeholder {
  color: #707db7;
  font-size: 13px;
  font-weight: 400;
}

/* line 336, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append {
  border-radius: 0 0 10px 10px;
}

/* line 337, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn {
  background: #f5f7fb;
  font-size: 20px;
  color: #a0a7c9;
  padding: 0;
  line-height: 40px;
  position: relative;
  height: 50px;
}

/* line 345, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn input {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

/* line 355, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn input::placeholder {
  color: #707db7;
  font-size: 13px;
  font-weight: 400;
}

/* line 361, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn i {
  font-size: 20px;
}

/* line 364, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn:last-child {
  padding-right: 11px;
  padding-left: 11px;
  border-radius: 0px 10px 10px 0px;
}

/* line 373, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY {
  padding: 20px;
  height: 354px;
  overflow: auto;
}

/* line 377, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .mesaged_send_date {
  font-size: 13px;
  font-weight: 400;
  color: #415094;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1;
}

/* line 385, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-right: 70px;
}

/* line 390, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER.CHATING_RECEIVEr {
  justify-content: flex-end;
  padding-right: 0px;
  padding-left: 60px;
}

/* line 394, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER.CHATING_RECEIVEr .SMS_thumb {
  margin-right: 0;
  margin-left: 9.55px;
}

/* line 398, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER.CHATING_RECEIVEr .SEND_SMS_VIEW {
  background: #3b4cb8;
}

/* line 402, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SMS_thumb {
  margin-right: 9.55px;
}

/* line 404, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SMS_thumb img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

/* line 410, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SEND_SMS_VIEW {
  background: #5886ff;
  border-radius: 5px;
  padding: 10px 15px;
}

/* line 414, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notification_menu.scss */
.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SEND_SMS_VIEW p {
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
  line-height: 23px;
}

/* Spinner */
/* line 3, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.theme_loder_1 div::after {
  background: #2D1967 !important;
}

/* line 6, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.blue_loder div::after {
  background: #2F90F7 !important;
}

/* line 9, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.perpel_loder div::after {
  background: #833CDF !important;
}

/* line 12, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.pink_loder div::after {
  background: #FE80B2 !important;
}

/* line 15, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.yellow_loder div::after {
  background: #FFCB24 !important;
}

/* line 19, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.green_loder div::after {
  background: #2FF0F7 !important;
}

/* line 23, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.Ring_1 div {
  border-color: #2D1967  transparent transparent transparent !important;
}

/* line 26, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.Ring_2 div {
  border-color: #2F90F7 transparent transparent transparent !important;
}

/* line 29, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.Ring_3 div {
  border-color: #833CDF transparent transparent transparent !important;
}

/* line 32, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.Ring_4 div {
  border-color: #FE80B2 transparent transparent transparent !important;
}

/* line 35, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.Ring_5 div {
  border-color: #FFCB24 transparent transparent transparent !important;
}

/* line 39, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.Ring_6 div {
  border-color: #2FF0F7 transparent transparent transparent !important;
}

/* line 44, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.colord_bg_1 div {
  background-color: #2D1967  !important;
}

/* line 47, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.colord_bg_2 div {
  background-color: #2F90F7 !important;
}

/* line 50, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.colord_bg_3 div {
  background-color: #833CDF !important;
}

/* line 53, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.colord_bg_4 div {
  background-color: #FE80B2 !important;
}

/* line 56, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.colord_bg_5 div {
  background-color: #FFCB24 !important;
}

/* line 59, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.colord_bg_6 div {
  background-color: #2FF0F7 !important;
}

/* line 68, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--spinner {
  display: inline-block;
  position: relative;
  color: official;
  height: 60px;
  width: 60px;
}

/* line 76, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--spinner div {
  animation: loader--spinner 1.2s linear infinite;
  transform-origin: 30px 30px;
}

/* line 81, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--spinner div:after {
  display: block;
  position: absolute;
  top: 3px;
  left: 27px;
  border-radius: 20%;
  content: " ";
  height: 10px;
  width: 5px;
}

/* line 92, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--spinner div:nth-child(1) {
  animation-delay: -1.1s;
  transform: rotate(0deg);
}

/* line 97, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--spinner div:nth-child(2) {
  animation-delay: -1s;
  transform: rotate(30deg);
}

/* line 102, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--spinner div:nth-child(3) {
  animation-delay: -0.9s;
  transform: rotate(60deg);
}

/* line 107, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--spinner div:nth-child(4) {
  animation-delay: -0.8s;
  transform: rotate(90deg);
}

/* line 112, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--spinner div:nth-child(5) {
  animation-delay: -0.7s;
  transform: rotate(120deg);
}

/* line 117, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--spinner div:nth-child(6) {
  animation-delay: -0.6s;
  transform: rotate(150deg);
}

/* line 122, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--spinner div:nth-child(7) {
  animation-delay: -0.5s;
  transform: rotate(180deg);
}

/* line 127, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--spinner div:nth-child(8) {
  animation-delay: -0.4s;
  transform: rotate(210deg);
}

/* line 132, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--spinner div:nth-child(9) {
  animation-delay: -0.3s;
  transform: rotate(240deg);
}

/* line 137, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--spinner div:nth-child(10) {
  animation-delay: -0.2s;
  transform: rotate(270deg);
}

/* line 142, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--spinner div:nth-child(11) {
  animation-delay: -0.1s;
  transform: rotate(300deg);
}

/* line 147, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--spinner div:nth-child(12) {
  animation-delay: 0s;
  transform: rotate(330deg);
}

@keyframes loader--spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Ring */
/* line 164, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--ring {
  display: inline-block;
  position: relative;
  height: 64px;
  width: 64px;
}

/* line 171, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--ring div {
  display: block;
  position: absolute;
  animation: loader--ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 6px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 6px;
  height: 51px;
  width: 51px;
}

/* line 183, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--ring div:nth-child(1) {
  animation-delay: -0.45s;
}

/* line 187, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--ring div:nth-child(2) {
  animation-delay: -0.3s;
}

/* line 191, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes loader--ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Roller */
/* line 208, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--roller {
  display: inline-block;
  position: relative;
  height: 64px;
  width: 64px;
}

/* line 215, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--roller div {
  animation: loader--roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}

/* line 220, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--roller div:after {
  display: block;
  position: absolute;
  border-radius: 50%;
  content: " ";
  margin: -3px 0 0 -3px;
  height: 6px;
  width: 6px;
}

/* line 230, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--roller div:nth-child(1) {
  animation-delay: -0.036s;
}

/* line 234, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

/* line 239, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--roller div:nth-child(2) {
  animation-delay: -0.072s;
}

/* line 243, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

/* line 248, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--roller div:nth-child(3) {
  animation-delay: -0.108s;
}

/* line 252, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

/* line 257, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--roller div:nth-child(4) {
  animation-delay: -0.144s;
}

/* line 261, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

/* line 266, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--roller div:nth-child(5) {
  animation-delay: -0.18s;
}

/* line 270, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

/* line 275, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--roller div:nth-child(6) {
  animation-delay: -0.216s;
}

/* line 279, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

/* line 284, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--roller div:nth-child(7) {
  animation-delay: -0.252s;
}

/* line 288, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

/* line 293, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--roller div:nth-child(8) {
  animation-delay: -0.288s;
}

/* line 297, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@keyframes loader--roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Spinner default */
/* line 315, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--default {
  display: inline-block;
  position: relative;
  height: 64px;
  width: 64px;
}

/* line 322, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--default div {
  position: absolute;
  animation: loader--default 1.2s linear infinite;
  border-radius: 50%;
  height: 5px;
  width: 5px;
}

/* line 330, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--default div:nth-child(1) {
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}

/* line 336, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}

/* line 342, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}

/* line 348, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}

/* line 354, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}

/* line 360, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}

/* line 366, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}

/* line 372, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}

/* line 378, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}

/* line 384, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}

/* line 390, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--default div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}

/* line 396, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}

@keyframes loader--default {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

/* Spinner elipses */
/* line 418, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--ellipsis {
  display: inline-block;
  position: relative;
  height: 64px;
  width: 64px;
}

/* line 425, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--ellipsis div {
  position: absolute;
  top: 27px;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  border-radius: 50%;
  height: 11px;
  width: 11px;
}

/* line 434, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--ellipsis div:nth-child(1) {
  left: 6px;
  animation: loader--ellipsis1 0.6s infinite;
}

/* line 439, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--ellipsis div:nth-child(2) {
  left: 6px;
  animation: loader--ellipsis2 0.6s infinite;
}

/* line 444, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--ellipsis div:nth-child(3) {
  left: 26px;
  animation: loader--ellipsis2 0.6s infinite;
}

/* line 449, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--ellipsis div:nth-child(4) {
  left: 45px;
  animation: loader--ellipsis3 0.6s infinite;
}

@keyframes loader--ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes loader--ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes loader--ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

/* Spinner grid */
/* line 487, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--grid {
  display: inline-block;
  position: relative;
  height: 64px;
  width: 64px;
}

/* line 494, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--grid div {
  position: absolute;
  animation: loader--grid 1.2s linear infinite;
  border-radius: 50%;
  height: 13px;
  width: 13px;
}

/* line 502, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--grid div:nth-child(1) {
  top: 6px;
  left: 6px;
  animation-delay: 0s;
}

/* line 508, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--grid div:nth-child(2) {
  top: 6px;
  left: 26px;
  animation-delay: -0.4s;
}

/* line 514, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--grid div:nth-child(3) {
  top: 6px;
  left: 45px;
  animation-delay: -0.8s;
}

/* line 520, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--grid div:nth-child(4) {
  top: 26px;
  left: 6px;
  animation-delay: -0.4s;
}

/* line 526, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--grid div:nth-child(5) {
  top: 26px;
  left: 26px;
  animation-delay: -0.8s;
}

/* line 532, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--grid div:nth-child(6) {
  top: 26px;
  left: 45px;
  animation-delay: -1.2s;
}

/* line 538, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--grid div:nth-child(7) {
  top: 45px;
  left: 6px;
  animation-delay: -0.8s;
}

/* line 544, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--grid div:nth-child(8) {
  top: 45px;
  left: 26px;
  animation-delay: -1.2s;
}

/* line 550, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--grid div:nth-child(9) {
  top: 45px;
  left: 45px;
  animation-delay: -1.6s;
}

@keyframes loader--grid {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* Spinner ripple */
/* line 570, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--ripple {
  display: inline-block;
  position: relative;
  height: 64px;
  width: 64px;
}

/* line 577, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--ripple div {
  position: absolute;
  animation: loader--ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  border: 4px solid;
  border-radius: 50%;
  opacity: 1;
}

/* line 585, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes loader--ripple {
  0% {
    top: 28px;
    left: 28px;
    opacity: 1;
    height: 0;
    width: 0;
  }
  100% {
    top: -1px;
    left: -1px;
    opacity: 0;
    height: 58px;
    width: 58px;
  }
}

/* Spinner dual ring */
/* line 610, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--dual-ring {
  display: inline-block;
  height: 64px;
  width: 64px;
}

/* line 616, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--dual-ring:after {
  display: block;
  animation: loader--dual-ring 1.2s linear infinite;
  border: 5px solid #fff;
  border-radius: 50%;
  content: " ";
  margin: 1px;
  height: 46px;
  width: 46px;
}

@keyframes loader--dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Spinner facebook */
/* line 640, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--facebook {
  display: inline-block;
  position: relative;
  height: 64px;
  width: 64px;
}

/* line 647, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  animation: loader--facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  width: 13px;
}

/* line 655, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}

/* line 660, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--facebook div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}

/* line 665, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.loader--facebook div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}

@keyframes loader--facebook {
  0% {
    top: 6px;
    height: 51px;
  }
  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}

/**
 * Spinners colours
 * ---------------------------------------------------------
 */
/* Blue loaders in white background */
/* line 692, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.section--white {
  color: #00539f;
  background: #fff;
}

/* line 697, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.section--white .loader--spinner div:after,
.section--white .loader--roller div:after,
.section--white .loader--default div,
.section--white .loader--ellipsis div,
.section--white .loader--grid div,
.section--white .loader--facebook div {
  background: #00539f;
}

/* line 706, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.section--white .loader--ripple div {
  border-color: #00539f;
}

/* line 710, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.section--white .loader--ring div {
  border-color: #00539f transparent transparent transparent;
}

/* line 714, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.section--white .loader--dual-ring:after {
  border-color: #00539f transparent #00539f transparent;
}

/* White loaders in blue background */
/* line 721, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.section--blue {
  color: #fff;
  background: #00539f;
}

/* line 726, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.section--blue .loader--spinner div:after,
.section--blue .loader--roller div:after,
.section--blue .loader--default div,
.section--blue .loader--ellipsis div,
.section--blue .loader--grid div,
.section--blue .loader--facebook div {
  background: #fff;
}

/* line 735, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.section--blue .loader--ripple div {
  border-color: #fff;
}

/* line 739, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.section--blue .loader--ring div {
  border-color: #fff transparent transparent transparent;
}

/* line 743, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_loadsers.scss */
.section--blue .loader--dual-ring:after {
  border-color: #fff transparent #fff transparent;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_typographi.scss */
.btn-outline-light {
  color: #ddd !important;
  border-color: #ddd !important;
}

/* line 7, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_typographi.scss */
.icon-lists div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 18, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_typographi.scss */
.icon-lists div i {
  margin: 0 15px 0 10px;
  font-size: 24px;
}

/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.thumb_34 {
  width: 34px;
  height: 34px;
}

/* line 6, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.thumb_62 {
  width: 62px;
  height: 62px;
}

/* line 10, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.thumb_54 {
  width: 54px;
  height: 54px;
}

/* line 15, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.social_media {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: #7799FF;
  font-size: 30px;
  text-align: center;
  color: #fff;
  line-height: 54px;
}

/* line 24, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.social_media.insta_bg {
  background: #FF72C2;
}

/* line 27, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.social_media.twitter_bg {
  background: #56D5FF;
}

/* line 30, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.social_media.youtube_bg {
  background: #FF7171;
}

/* line 34, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.radius_50 {
  border-radius: 50%;
}

/* line 38, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.color_text_1 {
  color: #BDA5F8 !important;
}

/* line 41, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.color_text_2 {
  color: #FFB98A !important;
}

/* line 44, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.color_text_3 {
  color: #A48CBC !important;
}

/* line 47, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.color_text_4 {
  color: #97C0FF !important;
}

/* line 50, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.color_text_5 {
  color: #474D58 !important;
}

/* line 54, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.color_text_6 {
  color: #545454 !important;
}

/* line 58, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.color_text_7 {
  color: #4489FF !important;
}

/* line 63, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_1 {
  font-size: 11px;
  font-weight: 700;
  background: #FFF6E5;
  display: inline-block;
  border-radius: 3px;
  padding: 5px 17px;
  color: #FFA877;
}

/* line 71, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_1:hover {
  color: #FFA877;
}

/* line 75, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_2 {
  font-size: 11px;
  font-weight: 700;
  background: #FDEBFF;
  display: inline-block;
  border-radius: 2px;
  padding: 5px 17px;
  color: #C85ED4;
}

/* line 83, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_2:hover {
  color: #C85ED4;
}

/* line 87, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_3 {
  font-size: 11px;
  font-weight: 700;
  background: #E6F8FF;
  display: inline-block;
  border-radius: 2px;
  padding: 5px 17px;
  color: #0893C8;
}

/* line 95, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_3:hover {
  color: #0893C8;
}

/* line 99, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_4 {
  font-size: 11px;
  font-weight: 700;
  background: #E8FFEB;
  display: inline-block;
  border-radius: 2px;
  padding: 5px 17px;
  color: #3B4CB8;
}

/* line 107, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_4:hover {
  color: #3B4CB8;
}

/* line 111, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_5 {
  font-size: 14px;
  font-weight: 700;
  background: #E8FFEB;
  display: inline-block;
  border-radius: 4px;
  padding: 2px 10px;
  background: #D1EEE7;
  color: #7BCA9E;
}

/* line 120, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_5:hover {
  color: #7BCA9E;
}

/* line 124, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_6 {
  font-size: 12px;
  font-weight: 400;
  background: #E8FFEB;
  display: inline-block;
  border-radius: 2px;
  padding: 5px 17px;
  background: #E15173;
  color: #fff;
  transition: .3s;
  border-radius: 3px;
}

/* line 135, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_6.approve {
  background: #55B47E;
}

/* line 138, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_6.Pending {
  background: #D8A642;
}

/* line 141, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_6.new {
  background: #4CD2CE;
}

/* line 145, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_7 {
  font-size: 10px;
  font-weight: 700;
  background: #E8FFEB;
  display: inline-block;
  border-radius: 2px;
  padding: 6px 17px;
  background: #567AED;
  color: #fff;
  transition: .3s;
}

/* line 155, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_7:hover {
  color: #fff;
  box-shadow: 0 4px 7px rgba(86, 122, 237, 0.31);
}

/* line 160, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_8 {
  font-size: 10px;
  font-weight: 700;
  background: #E8FFEB;
  display: inline-block;
  border-radius: 2px;
  padding: 6px 17px;
  background: #3B4CB8;
  color: #fff;
  transition: .3s;
}

/* line 170, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_8:hover {
  color: #fff;
  box-shadow: 0 4px 7px rgba(59, 76, 184, 0.03);
}

/* line 175, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_9 {
  font-size: 14px;
  font-weight: 500;
  background: #3B4CB8;
  display: inline-block;
  border-radius: 3px;
  padding: 3px 17px;
  color: #fff;
}

/* line 183, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_9:hover {
  color: #fff;
}

/* line 187, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_10 {
  font-size: 14px;
  font-weight: 500;
  background: #D9A53E;
  display: inline-block;
  border-radius: 3px;
  padding: 3px 17px;
  color: #fff;
}

/* line 195, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_10:hover {
  color: #fff;
}

/* line 199, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_semi {
  font-size: 11px;
  font-weight: 700;
  background: #567AED;
  display: inline-block;
  border-radius: 2px;
  padding: 11px 70px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
}

/* line 210, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_btn_semi:hover {
  color: #fff;
  box-shadow: 0 3px 11px #508ff4;
}

/* line 215, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_complete {
  font-size: 12px;
  font-weight: 700;
  background: #E2FFE2;
  display: inline-block;
  border-radius: 8px;
  padding: 5px 17px;
  color: #64E355;
}

/* line 223, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_complete:hover {
  background: #E2FFE2;
  color: #64E355;
}

/* line 228, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_active {
  font-size: 12px;
  font-weight: 400;
  background: #E6FAF4;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 17px;
  color: #0DCD96;
}

/* line 236, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_active:hover {
  background: #E6FAF4;
  color: #0DCD96;
}

/* line 241, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_active2 {
  font-size: 12px;
  font-weight: 400;
  background: #E2F2FF;
  display: inline-block;
  border-radius: 8px;
  padding: 5px 17px;
  color: #F7284A;
  background: #FEE9ED;
}

/* line 250, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_active2:hover {
  color: #F7284A;
  background: #FEE9ED;
}

/* line 255, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_active3 {
  font-size: 12px;
  font-weight: 400;
  background: #FFEAE6;
  display: inline-block;
  border-radius: 8px;
  padding: 5px 17px;
  color: #fff;
  background: #182E4B;
}

/* line 264, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_active3:hover {
  color: #fff;
  background: #182E4B;
}

/* line 269, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_active4 {
  font-size: 12px;
  font-weight: 700;
  background: #FFF8D5;
  display: inline-block;
  border-radius: 8px;
  padding: 5px 17px;
  color: #fff;
  background: #3246D2;
}

/* line 278, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_active4.opacity_btn {
  background: #D6E1FF;
}

/* line 281, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.badge_active4:hover {
  color: #fff;
  background: #3246D2;
}

/* line 286, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.mark_complete {
  font-size: 12px;
  font-weight: 700;
  background: #FFEFF1;
  display: inline-block;
  border-radius: 8px;
  padding: 5px 17px;
  color: #FE8794;
}

/* line 294, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.mark_complete:hover {
  background: #FFEFF1;
  color: #FE8794;
}

/* line 299, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.text_color_1 {
  font-size: 15px;
  font-weight: 400;
  color: #2F90F7 !important;
}

/* line 304, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.text_color_2 {
  font-size: 15px;
  font-weight: 400;
  color: #833CDF !important;
}

/* line 309, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.text_color_3 {
  font-size: 15px;
  font-weight: 400;
  color: #FE80B2 !important;
}

/* line 314, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.text_color_4 {
  color: #FFCB24 !important;
}

/* line 317, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.text_color_5 {
  color: #4BE69D !important;
}

/* line 320, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.text_color_6 {
  color: #706F9A !important;
}

/* line 323, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.text_color_7 {
  color: #59748A !important;
}

/* line 326, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.text_color_8 {
  color: #A48CBC !important;
}

/* line 329, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.text_color_9 {
  color: #A4CBFF !important;
}

/* line 332, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.text_color_10 {
  color: #AF81DC !important;
}

/* line 335, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.text_color_11 {
  color: #96D89C !important;
}

/* line 338, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.text_color_11 {
  color: #33A783 !important;
}

/* line 343, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.switch_toggle {
  display: inline-block;
  height: 22px;
  position: relative;
  width: 40px;
  margin-bottom: 0;
}

/* line 350, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.switch_toggle input {
  opacity: 0;
}

/* line 353, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.switch_toggle .slider:before {
  bottom: 0px;
  content: "";
  height: 13px;
  left: 0px;
  left: 2px;
  position: absolute;
  transition: .3s;
  width: 13px;
  top: 1.4px;
  border: 3px solid #8950FC;
}

/* line 370, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.switch_toggle input:checked + .slider {
  background: transparent;
}

/* line 374, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.switch_toggle input:checked + .slider:before {
  transform: translateX(17px);
}

/* line 380, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.switch_toggle .slider.round {
  border-radius: 34px;
}

/* line 384, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.switch_toggle .slider.round:before {
  border-radius: 50%;
}

/* line 387, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.switch_toggle .switch_toggle input {
  display: none;
}

/* line 390, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.switch_toggle .slider {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s;
  border: 3px solid #8950FC;
  background: transparent;
}

/* line 404, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.custom_bootstrap_nav a {
  color: #303e67;
}

/* line 409, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.nav.nav-tabs .nav-item.show:focus,
.nav.nav-tabs .nav-item.show.active,
.nav.nav-tabs .nav-link:focus,
.nav.nav-tabs .nav-link.active {
  color: #3B4CB8;
  background-color: #fff;
  border-color: transparent transparent #3B4CB8;
}

/* line 418, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  background: #3B4CB8;
  color: #fff;
}

/* line 422, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
  background: #3B4CB8;
  color: #fff;
}

/* line 426, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
.nav.nav-pills {
  background-color: #f1f5fa;
}

/* line 430, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
table.lms_table_active3.dataTable thead .sorting::before,
table.lms_table_active3.dataTable thead .sorting::after,
table.lms_table_active3.dataTable thead .sorting_asc::before,
table.lms_table_active3.dataTable thead .sorting_asc::after,
table.lms_table_active3.dataTable thead .sorting_desc::before,
table.lms_table_active3.dataTable thead .sorting_desc::after,
table.lms_table_active3.dataTable thead .sorting_asc_disabled::before,
table.lms_table_active3.dataTable thead .sorting_asc_disabled::after,
table.lms_table_active3.dataTable thead .sorting_desc_disabled::before,
table.lms_table_active3.dataTable thead .sorting_desc_disabled::after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

/* line 445, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
table.lms_table_active3.dataTable thead .sorting::after,
table.lms_table_active3.dataTable thead .sorting_asc::after,
table.lms_table_active3.dataTable thead .sorting_desc::after,
table.lms_table_active3.dataTable thead .sorting_asc_disabled::after,
table.lms_table_active3.dataTable thead .sorting_desc_disabled::after {
  right: 1em;
  content: "\2193";
}

/* line 453, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
table.lms_table_active3.dataTable thead .sorting::before,
table.lms_table_active3.dataTable thead .sorting_asc::before,
table.lms_table_active3.dataTable thead .sorting_desc::before,
table.lms_table_active3.dataTable thead .sorting_asc_disabled::before,
table.lms_table_active3.dataTable thead .sorting_desc_disabled::before {
  right: 1.5em;
  content: "\2191";
}

/* line 461, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_predefine.scss */
table.lms_table_active3.dataTable thead .sorting_asc::before,
table.lms_table_active3.dataTable thead .sorting_desc::after {
  opacity: 1;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_board.scss */
.board_wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 10, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_board.scss */
.board_wrapper .single_board {
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-height: 100%;
  padding-right: 12px;
  padding-bottom: 12px;
  outline: none !important;
  position: relative;
}

/* line 25, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_board.scss */
.board_wrapper .single_board .main_board_card {
  max-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 12px;
  border-radius: 4px;
  padding: 20px;
  background: #f1f5fa;
}

/* line 45, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_board.scss */
.board_wrapper .single_board .main_board_card .board_card_list .card {
  -webkit-box-shadow: 0px 2px 4px rgba(31, 30, 47, 0.03);
  box-shadow: 0px 2px 4px rgba(31, 30, 47, 0.03);
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid #eceff5;
}

/* line 51, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_board.scss */
.board_wrapper .single_board .main_board_card .board_card_list .card .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.table.custom_table {
  border-radius: 5px;
  border-collapse: collapse;
  border-radius: 5px;
  border-top: 0;
  border-spacing: 0 10px;
  border-collapse: separate;
}

/* line 9, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.table.custom_table tr:first-child td:first-child {
  border-top-left-radius: 10px;
}

/* line 12, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.table.custom_table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

/* line 15, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.table.custom_table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

/* line 18, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.table.custom_table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

/* line 23, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.table.custom_table thead tr th {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  border-top: 0;
  border-bottom: 0;
  padding: 22px 30px;
  font-family: "Roboto", sans-serif;
  border: 0;
  background: #f6f6f6;
  border-left: 0;
}

/* line 36, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.table.custom_table thead tr th:last-child {
  border-right: 0;
}

/* line 47, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.table.custom_table tbody tr td {
  border-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 20px;
  vertical-align: middle;
  padding: 20px 30px;
  white-space: nowrap;
  background: #f6f6f6;
  font-weight: 400;
  border-left: 0;
}

/* line 57, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.table.custom_table tbody tr td p a {
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

/* line 62, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.table.custom_table tbody tr td .in_stoke {
  color: #49a60a;
}

/* line 68, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.table.custom_table tbody tr td:last-child {
  border-right: 0;
}

/* line 72, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.table.custom_table tbody tr td .product_name .close_icon {
  margin-right: 10px;
}

/* line 75, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.table.custom_table tbody tr td .product_name .thumb {
  width: 160px;
  height: 100px;
  margin-right: 90px;
}

@media (max-width: 991px) {
  /* line 75, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
  .table.custom_table tbody tr td .product_name .thumb {
    width: 100px;
    height: 60px;
    margin-right: 30px;
  }
}

/* line 84, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.table.custom_table tbody tr td .product_name .thumb img {
  width: 100%;
}

/* line 88, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.table.custom_table tbody tr td .product_name span {
  font-size: 16px;
  font-weight: 400;
  color: #373737;
}

/* line 98, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.table.custom_table tfoot td {
  border-top: 1px solid #e8edf3;
  border-bottom: 1px solid #e8edf3;
  padding: 25px 20px;
}

/* line 102, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.table.custom_table tfoot td:nth-child(1) {
  border-left: 1px solid #e8edf3;
}

/* line 105, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.table.custom_table tfoot td:last-child {
  border-right: 1px solid #e8edf3;
  text-align: right;
}

/* line 113, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.table.custom_table.custom_table2 tbody td {
  padding: 25px 40px;
}

/* line 121, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_grid_single .product_single_inner {
  overflow: hidden;
  position: relative;
}

/* line 124, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_grid_single .product_single_inner .product_thumb {
  position: relative;
}

/* line 126, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_grid_single .product_single_inner .product_thumb img {
  width: 100%;
}

/* line 129, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_grid_single .product_single_inner .product_thumb .img_1 {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

/* line 134, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_grid_single .product_single_inner .product_thumb .img_2 {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 143, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_grid_single .product_single_inner .product_badge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #109533;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 500;
}

/* line 156, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_grid_single .product_single_inner .product_badge.offer_adge {
  background: #ff4e00;
}

/* line 160, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_grid_single .product_single_inner .product_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20%);
  transition: 0.3s;
}

/* line 174, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_grid_single .product_single_inner .product_hover a {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 30px;
  background: #fff;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  margin: 5px 0;
}

/* line 185, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_grid_single .product_single_inner .product_hover a:hover {
  background: #222;
  color: #fff;
}

/* line 192, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_grid_single .product_single_inner:hover .product_hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

/* line 198, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_grid_single .product_single_inner:hover .product_thumb .img_1 {
  opacity: 0;
  visibility: visible;
}

/* line 202, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_grid_single .product_single_inner:hover .product_thumb .img_2 {
  opacity: 1;
  visibility: visible;
}

/* line 209, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_grid_single .product_info {
  margin-top: 10px;
}

/* line 211, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_grid_single .product_info h4 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}

/* line 217, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_grid_single .product_info span {
  font-size: 14px;
  font-weight: 400;
  color: #91a3c8;
  display: block;
}

/* line 227, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper {
  padding: 100px 0 53px 0;
}

@media (max-width: 991px) {
  /* line 227, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
  .product_details_wrapper {
    padding: 80px 0 33px 0;
  }
}

/* line 233, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .products_imgs .single_product_image {
  overflow: hidden;
}

/* line 235, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .products_imgs .single_product_image img {
  width: 100%;
  transition: 0.3s;
  transform: scale(1);
}

/* line 241, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .products_imgs .single_product_image:hover img {
  transform: scale(1.3);
}

/* line 247, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details {
  max-width: 540px;
}

@media (min-width: 1200px) {
  /* line 247, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
  .product_details_wrapper .product_content_details {
    padding-left: 30px;
  }
}

/* line 252, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin: 25px 0 11px 0;
}

/* line 258, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details .details_text {
  margin: 24px 0 24px 0;
}

/* line 261, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details .product_ratings {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
}

/* line 266, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details .product_ratings .stars {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

/* line 270, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details .product_ratings .stars i {
  font-size: 15px;
  color: #ffc107;
}

/* line 273, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details .product_ratings .stars i:not(:last-child) {
  margin-right: 4px;
}

/* line 278, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details .product_ratings span {
  font-size: 14px;
  font-weight: 500;
  color: #676e8b;
}

/* line 285, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details .product_info .single_pro_varient {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 52px auto;
  grid-gap: 15px;
  align-items: center;
}

/* line 293, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details .product_info .single_pro_varient .color_List label:not(:last-child) {
  margin-right: 10px;
}

/* line 299, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size {
  display: flex;
  align-items: center;
}

/* line 302, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size li {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  border: 1px solid #e1e2e6;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 38px;
  text-transform: uppercase;
  flex: 40px 0 0;
  cursor: pointer;
}

/* line 315, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size li.active {
  border-color: #fff;
  background: #fff;
  color: #fff;
}

/* line 320, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details .product_info .single_pro_varient .product_size li:not(:last-child) {
  margin-right: 10px;
}

/* line 327, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details .product_info .add_wishCard .add_wish_list {
  font-size: 14px;
  font-weight: 600;
  color: #676e8b;
  display: inline-flex;
  align-items: center;
}

/* line 333, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details .product_info .add_wishCard .add_wish_list i {
  font-size: 22px;
  color: #090b17;
  margin-right: 15px;
}

/* line 341, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details .pro_branding_info {
  border-top: 1px solid #f1f1f1;
  padding-top: 28px;
  margin-top: 40px;
}

/* line 345, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details .pro_branding_info .single_branding {
  display: grid;
  grid-template-columns: 79px auto;
  grid-gap: 15px;
  margin-bottom: 1px;
}

/* line 350, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details .pro_branding_info .single_branding:last-child {
  margin-top: 8px;
}

/* line 353, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details .pro_branding_info .single_branding span {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}

/* line 362, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .product_content_details .pro_branding_info .single_branding p {
  font-size: 16px;
  color: #676e8b;
  font-weight: 400;
}

/* line 370, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .social_links {
  display: flex;
  align-items: center;
}

/* line 374, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .social_links li:not(:last-child) {
  margin-right: 10px;
}

/* line 377, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .social_links li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #000;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  transition: 0.3s;
}

/* line 386, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .social_links li a:hover {
  background: #fff !important;
}

/* line 389, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .social_links li a.facebook_bg {
  background: #3b5998;
}

/* line 392, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .social_links li a.twitter_bg {
  background: #1da1f2;
}

/* line 395, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.product_details_wrapper .social_links li a.linkedin_bg {
  background: #dd5143;
}

/* line 403, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.custom_table_info {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  flex-wrap: wrap;
  grid-gap: 15px;
}

/* line 410, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.custom_table_pageing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

/* line 416, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.custom_table_pageing p {
  font-size: 14px;
  font-weight: 400;
  color: #6c7293;
  margin-bottom: 10px;
}

/* line 423, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.custom_table_pageing .pagination a {
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  background: #f4f5f9;
  color: #6c7293;
}

/* line 430, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.custom_table_pageing .pagination a:nth-child(1) {
  border-radius: 3px 0 0 3px;
}

/* line 433, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.custom_table_pageing .pagination a:last-child {
  border-radius: 0 3px 3px 0;
}

/* line 436, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_product.scss */
.custom_table_pageing .pagination a:hover, .custom_table_pageing .pagination a.active {
  background: #0090ff;
  color: #fff;
}

/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_todo.scss */
.todo_wrapper .single_todo {
  margin-bottom: 25px;
}

/* line 6, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_todo.scss */
.todo_wrapper .single_todo .lodo_left .todo_head h5 {
  color: #474D58;
  line-height: 24px;
}

/* line 10, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_todo.scss */
.todo_wrapper .single_todo .lodo_left .todo_head p {
  line-height: 16px;
}

/* line 20, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_todo.scss */
.bar_line {
  height: 49px;
  width: 4px;
  background: #64E355;
  border-radius: 5px;
}

/* line 25, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_todo.scss */
.bar_line.red_line {
  background: #FE8794;
}

/* line 30, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_todo.scss */
.world_list_wraper {
  background: transparent;
  border-radius: 15px;
  padding-top: 25px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 38, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_todo.scss */
.project_complete {
  background: #E2FFF6;
  background-image: url(../img/pro_complete.png);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 30px 50px;
}

/* line 46, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_todo.scss */
.project_complete .single_pro {
  margin-bottom: 25px;
}

/* line 48, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_todo.scss */
.project_complete .single_pro .probox {
  width: 14px;
  height: 13px;
  border-radius: 3px;
  background: rgba(244, 135, 107, 0.34);
  margin-right: 10px;
  position: relative;
  top: 5px;
  flex: 14px 0 0;
}

/* line 57, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_todo.scss */
.project_complete .single_pro .probox.blue_box {
  background: rgba(47, 98, 165, 0.34);
}

/* line 62, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_todo.scss */
.project_complete .single_pro .box_content h4 {
  font-size: 25px;
  font-weight: 900;
  color: #F4876B;
  margin-bottom: 0;
}

/* line 67, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_todo.scss */
.project_complete .single_pro .box_content h4.bluish_text {
  color: #2F62A5;
}

/* line 71, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_todo.scss */
.project_complete .single_pro .box_content span {
  font-size: 12px;
  color: #C5BAB7;
  font-weight: 600;
}

/* line 75, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_todo.scss */
.project_complete .single_pro .box_content span.grayis_text {
  color: #A6B1BF;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar {
  width: 110px;
  z-index: 1;
  overflow: visible !important;
  min-width: 111px;
  max-width: 110px;
  position: absolute;
  z-index: 9999999;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  background: #1e1e2d !important;
}

/* line 13, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar .menu-text {
  font-size: 12px;
  color: #b1bdcb;
  font-weight: 600;
  margin: 0;
  padding: 12px 0 12px 24px;
  text-transform: uppercase;
  text-align: center;
  padding-left: 0;
}

/* line 22, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar .menu-text span {
  display: none;
}

/* line 25, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar .menu-text i {
  display: block;
}

/* line 29, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar .mini_logo {
  display: block;
  width: 110px;
}

/* line 33, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar .logo {
  width: 110px;
  padding: 25px 0;
  margin: 0;
  justify-content: center !important;
}

/* line 39, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar .large_logo {
  display: none;
}

/* line 42, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar .small_logo {
  display: block;
}

/* line 46, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar .has-arrow::before {
  display: none;
}

/* line 50, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar .sidebar-header {
  padding-left: 11px;
}

/* line 53, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar .update_sidebar img {
  max-width: 40px !important;
}

/* line 57, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu ul li ul {
  overflow: visible;
  position: absolute;
  z-index: 999;
  left: 100% !important;
  top: 100%;
}

/* line 64, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li {
  position: relative;
  width: 110px;
  text-align: center;
}

/* line 68, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li ul {
  margin-left: 0;
  padding-left: 0;
}

/* line 72, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li ul li a {
  white-space: nowrap;
  padding-left: 18px;
  color: #8f91aa;
  width: 194px;
  padding-left: 40px !important;
}

/* line 78, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li ul li a.active {
  color: #fff !important;
}

/* line 82, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li > a {
  background: #1e1e2d;
  padding-left: 0px;
  display: grid;
  grid-template-columns: 44px auto !important;
}

/* line 91, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li > a.has-arrow::after {
  display: none;
}

/* line 94, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li > a .nav_icon_small {
  width: 110px;
  background: #1e1e2d;
}

/* line 99, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li > a .nav_title {
  display: none;
}

/* line 102, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li > a:hover, .sidebar.mini_sidebar #sidebar_menu > li > a.active {
  background: #1e1e2d;
  width: 304px;
}

/* line 107, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li > a:hover .nav_icon_small, .sidebar.mini_sidebar #sidebar_menu > li > a.active .nav_icon_small {
  display: inline-block;
}

/* line 110, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li > a:hover .nav_title, .sidebar.mini_sidebar #sidebar_menu > li > a.active .nav_title {
  display: inline-block;
}

/* line 113, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li > a:hover.has-arrow::after, .sidebar.mini_sidebar #sidebar_menu > li > a.active.has-arrow::after {
  display: inline-block;
}

/* line 118, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li:hover > a,
.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a {
  width: 304px !important;
}

/* line 123, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li:hover > a:hover, .sidebar.mini_sidebar #sidebar_menu > li:hover > a.active,
.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a:hover,
.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a.active {
  width: 330px;
  opacity: 1;
  background: #1e1e2d !important;
  color: #5886ff !important;
}

/* line 130, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li:hover > a:hover .nav_icon_small, .sidebar.mini_sidebar #sidebar_menu > li:hover > a.active .nav_icon_small,
.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a:hover .nav_icon_small,
.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a.active .nav_icon_small {
  display: inline-block;
}

/* line 133, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li:hover > a:hover .nav_title, .sidebar.mini_sidebar #sidebar_menu > li:hover > a.active .nav_title,
.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a:hover .nav_title,
.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a.active .nav_title {
  display: inline-block;
}

/* line 136, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li:hover > a:hover.has-arrow::after, .sidebar.mini_sidebar #sidebar_menu > li:hover > a.active.has-arrow::after,
.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a:hover.has-arrow::after,
.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a.active.has-arrow::after {
  display: inline-block;
}

/* line 145, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li.mm-active:hover {
  overflow: visible;
}

/* line 148, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a {
  background: #363b64;
}

/* line 151, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a .nav_icon_small {
  display: inline-block;
}

/* line 154, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a .nav_title {
  display: inline-block;
}

/* line 157, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a.has-arrow::after {
  display: inline-block;
}

/* line 161, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li.mm-active ul {
  left: 100%;
  left: 110px;
  position: absolute;
  top: 100%;
  width: 194px;
  z-index: 1000;
  margin-left: 0;
  padding-left: 0;
}

/* line 178, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
#main-content.mini_main_content {
  margin-left: 70px;
  width: calc(100% - 70px);
}

@media (max-width: 1370px) {
  /* line 178, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
  #main-content.mini_main_content {
    width: calc(100% - 70px);
  }
}

@media (min-width: 1200px) {
  /* line 178, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
  #main-content.mini_main_content {
    padding: 30px 30px;
  }
}

@media (max-width: 991px) {
  /* line 178, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
  #main-content.mini_main_content {
    width: 100%;
    margin-top: 0;
  }
}

/* line 194, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar ul li ul {
  background: #144339;
  opacity: 0.9;
  position: absolute;
  left: 100%;
}

/* line 201, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.collaspe_icon.open_miniSide {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  /* line 201, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
  .collaspe_icon.open_miniSide {
    display: none;
  }
}

/* line 209, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.collaspe_icon.open_miniSide i {
  color: #144339;
  cursor: pointer;
  font-size: 18px;
  margin-right: 15px;
}

/* line 221, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li.metis_submenu_up_collaspe ul {
  top: auto;
  bottom: 100%;
}

/* line 229, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu li ul li.metis_submenu {
  position: relative;
}

/* line 231, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu li ul li.metis_submenu ul {
  top: 100%;
  left: 0 !important;
  position: relative;
  background: rgba(0, 0, 0, 0.05);
}

/* line 239, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.dark_sidebar.mini_sidebar #sidebar_menu > li > a:hover,
.sidebar.dark_sidebar.mini_sidebar #sidebar_menu > li > a:active {
  background: #363b64;
}

/* line 243, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.dark_sidebar.mini_sidebar #sidebar_menu > li.mm-active > a {
  background: #1e1e2d;
  color: #fff !important;
}

/* line 247, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar.dark_sidebar #sidebar_menu > li ul {
  background: #1e1e2d;
  opacity: 1;
}

/* line 251, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.dark_sidebar.mini_sidebar #sidebar_menu > li ul li a:hover,
.sidebar.dark_sidebar.mini_sidebar #sidebar_menu > li ul li a:active {
  color: #fff;
  width: 194px;
}

/* line 255, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.dark_sidebar.mini_sidebar #sidebar_menu > li ul li a {
  color: #acb6c4;
  width: 194px;
}

/* line 259, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.dark_sidebar.mini_sidebar #sidebar_menu > li.mm-active ul {
  width: 194px;
}

/* line 262, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li.mm-active ul li ul {
  position: relative;
  top: 0;
  left: 0 !important;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
.custom-card {
  overflow: hidden;
  padding: 30px;
}

@media (max-width: 575.98px) {
  /* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
  .custom-card {
    padding: 0;
  }
}

/* line 7, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
.custom-card.card {
  margin-bottom: 30px;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 15px;
  border: none !important;
  background: #4d69fa;
}

/* line 16, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
.custom-card.card .card-header {
  background-color: #fff;
  padding: 0px;
  border-bottom: 1px solid #ecf3fa;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  height: 220px;
  overflow: hidden;
}

/* line 25, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
.custom-card.card .card-header img {
  border-radius: 50%;
  margin-top: -100px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

/* line 33, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
.custom-card .card-profile {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

/* line 38, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
.custom-card .card-profile img {
  height: 150px;
  padding: 7px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  margin-top: -75px;
}

/* line 47, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
.custom-card .card-social {
  text-align: center;
  padding-left: 20px;
}

/* line 50, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
.custom-card .card-social li {
  display: inline-block;
  padding: 5px 0;
}

/* line 53, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
.custom-card .card-social li a {
  padding: 13px;
  color: #bcc6de;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 62, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
.custom-card .profile-details h4 {
  color: #fff;
}

/* line 65, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
.custom-card .profile-details h6 {
  margin-bottom: 10px;
  margin-top: 5px;
  color: #fff;
  font-size: 14px;
}

/* line 71, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
.custom-card .card-footer {
  padding: 0;
  background-color: #fff;
  border-top: 1px solid #ecf3fa;
  padding: 0px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media (max-width: 575.98px) {
  /* line 71, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
  .custom-card .card-footer {
    padding: 0 15px 15px 15px;
  }
}

/* line 81, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
.custom-card .card-footer > div h6 {
  font-size: 14px;
  color: rgba(43, 43, 43, 0.7);
}

@media (max-width: 575.98px) {
  /* line 81, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
  .custom-card .card-footer > div h6 {
    font-size: 13px;
  }
}

/* line 88, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
.custom-card .card-footer > div h3 {
  margin-bottom: 0;
  font-size: 24px;
}

@media (max-width: 575.98px) {
  /* line 88, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
  .custom-card .card-footer > div h3 {
    font-size: 20px;
  }
}

/* line 95, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
.custom-card .card-footer > div + div {
  border-left: 1px solid #efefef;
}

/* line 98, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
.custom-card .card-footer > div {
  padding: 15px;
  text-align: center;
}

@media (max-width: 575.98px) {
  /* line 98, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_profilebox_new.scss */
  .custom-card .card-footer > div {
    padding: 15px 13px;
  }
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_crm.scss */
.user_crm_wrapper {
  background: transparent;
}

/* line 6, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_crm.scss */
.user_crm_wrapper .single_crm {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 15px;
  padding: 5px;
}

/* line 11, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_crm.scss */
.user_crm_wrapper .single_crm .crm_head {
  background: #FF7EA5;
  padding: 8px 20px;
  border-radius: 13px;
}

/* line 15, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_crm.scss */
.user_crm_wrapper .single_crm .crm_head i {
  color: #fff;
}

/* line 19, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_crm.scss */
.user_crm_wrapper .single_crm .crm_body {
  padding: 15px 23px;
}

/* line 21, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_crm.scss */
.user_crm_wrapper .single_crm .crm_body h4 {
  font-size: 22px;
  font-weight: 700;
  color: #242934;
}

/* line 26, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_crm.scss */
.user_crm_wrapper .single_crm .crm_body p {
  font-size: 14px;
  color: #9B9ABA;
  font-weight: 400;
}

/* line 36, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_crm.scss */
.user_crm_wrapper .crm_reports_bnner {
  background-image: url(../img/crm/bg.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px;
  padding: 40px 30px;
}

/* line 43, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_crm.scss */
.user_crm_wrapper .crm_reports_bnner h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

/* line 49, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_crm.scss */
.user_crm_wrapper .crm_reports_bnner p {
  color: #C8B4DE;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin: 10px 0;
}

/* line 56, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_crm.scss */
.user_crm_wrapper .crm_reports_bnner a {
  color: #EFC343;
  font-size: 10px;
  font-weight: 300;
}

/* line 64, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_crm.scss */
.crm_bg_1 {
  background: #20DEFF !important;
}

/* line 67, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_crm.scss */
.crm_bg_2 {
  background: #C388F6 !important;
}

/* line 70, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_crm.scss */
.crm_bg_3 {
  background: #F5F5FF !important;
}

/* line 72, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_crm.scss */
.crm_bg_3 i {
  color: #58377E !important;
}

/* line 76, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_crm.scss */
.max-width-220 {
  max-width: 220px;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.single__profile {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

/* line 5, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.single__profile .profile__name .thumb {
  margin-right: 10px;
}

/* line 7, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.single__profile .profile__name .thumb img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

/* line 14, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.single__profile .profile__review {
  border: 1px solid #F5F7F9;
  border-radius: 3px;
  padding: 7px 18px;
  display: inline-block;
}

/* line 19, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.single__profile .profile__review ul {
  display: flex;
  flex-wrap: wrap;
}

/* line 22, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.single__profile .profile__review ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #28293A;
}

/* line 27, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.single__profile .profile__review ul li:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 991px) {
  /* line 27, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
  .single__profile .profile__review ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* line 33, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.single__profile .profile__review ul li span {
  margin-right: 7px;
}

/* line 40, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.single__profile .profile__review_details .profile__review__content {
  background: #F5F7F9;
  border-radius: 5px;
  padding: 17px 25px;
}

/* line 44, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.single__profile .profile__review_details .profile__review__content p {
  font-size: 14px;
  font-weight: 300;
  color: #49494B;
  line-height: 28px;
}

/* line 54, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.profile__mark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #7183FF;
  font-size: 10px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 20px;
}

/* line 64, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.profile__mark.green {
  background: #0AC911;
}

/* line 67, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.profile__mark.orange {
  background: #FF610E;
}

/* line 74, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.freelancer__report .single__freelancer__report {
  background: #F1FCFE;
  border-radius: 5px;
  padding: 20px 20px 0 20px;
}

/* line 79, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.freelancer__report .single__freelancer__report .freelancer__report_header .freelancer__report_name {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

/* line 83, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.freelancer__report .single__freelancer__report .freelancer__report_header .freelancer__report_name .thumb {
  margin-right: 10px;
}

/* line 85, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.freelancer__report .single__freelancer__report .freelancer__report_header .freelancer__report_name .thumb img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

/* line 93, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.freelancer__report .single__freelancer__report .freelancer__report_header .freelancer__report_name .FreeLancer_name h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

/* line 98, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.freelancer__report .single__freelancer__report .freelancer__report_header .freelancer__report_name .FreeLancer_name p {
  font-size: 12px;
  color: #9B9ABA;
  font-weight: 300;
  margin-bottom: 0;
}

/* line 106, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.freelancer__report .single__freelancer__report .freelancer__report_header .occupation_name {
  font-size: 12px;
  font-weight: 500;
  color: #2ECB77;
  text-align: right;
  margin-bottom: 15px;
}

/* line 114, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.freelancer__report .single__freelancer__report .report_meta {
  margin-bottom: 20px;
}

/* line 116, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.freelancer__report .single__freelancer__report .report_meta span {
  font-size: 12px;
  color: #49494B;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 10px;
}

/* line 123, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.freelancer__report .single__freelancer__report .report_meta p {
  background: #fff;
  padding: 17px 25px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px;
  color: #49494B;
}

/* line 138, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.social_media_list .single_media {
  border-bottom: 1px solid #D6D5FA;
  padding: 17px 0;
}

/* line 141, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.social_media_list .single_media:last-child {
  border-bottom: 0;
}

/* line 144, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.social_media_list .single_media .mediaName {
  font-size: 14px;
  font-weight: 700;
  color: #5E67FF;
  color: #302D43;
}

/* line 148, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.social_media_list .single_media .mediaName img {
  width: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

/* line 153, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.social_media_list .single_media .mediaName.goole_add {
  color: #302D43;
}

/* line 157, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.social_media_list .single_media .mediaName.Instagram {
  color: #FF24E9;
}

/* line 165, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.social_media_list .single_media .earning_amount {
  text-align: right;
}

/* line 167, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.social_media_list .single_media .earning_amount h4 {
  font-size: 14px;
  color: #302D43;
  font-weight: 400;
  margin-bottom: 3px;
}

/* line 173, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.social_media_list .single_media .earning_amount p {
  font-size: 14px;
  color: #ADB4C8;
  font-weight: 400;
}

/* line 185, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.earning_table .earning_tag span {
  font-size: 14px;
  font-weight: 300;
  color: #E0E0E3;
}

/* line 189, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.earning_table .earning_tag span.active {
  color: #9B9ABA;
}

/* line 196, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.gray_text {
  color: #9B9ABA;
}

/* line 199, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.engage_bg {
  background-image: url(../img/engage_bg.svg);
  background-repeat: no-repeat;
  background-position: center right;
}

/* line 206, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.engagement_wrap h3 {
  font-size: 33px;
  font-weight: 500;
}

/* line 210, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.engagement_wrap p {
  font-size: 16px;
  color: #9B9ABA;
  margin-top: 15px;
  margin-bottom: 30px;
}

/* line 217, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.engagement_wrap ul li {
  font-size: 16px;
  font-weight: 400;
  color: #28293A;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

/* line 227, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.ball_cirle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1875D2;
}

/* line 232, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.ball_cirle.green_ball {
  background: #18D299;
}

/* line 235, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.ball_cirle.green_ball2 {
  background: #18CCD2;
}

/* line 242, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.buyers_freelancer_list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

/* line 246, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.buyers_freelancer_list li span {
  font-size: 16px;
  font-weight: 400;
  color: #28293A;
}

/* line 250, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.buyers_freelancer_list li span.parcent_value {
  font-size: 14px;
  font-weight: 400;
  color: #9B9ABA;
}

/* line 264, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.job_post__report .single__freelancer__report .freelancer__report_header {
  border-bottom: 1px solid #F5F7F9;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-top: 10px;
}

/* line 269, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.job_post__report .single__freelancer__report .freelancer__report_header .freelancer__report_name {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

/* line 273, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.job_post__report .single__freelancer__report .freelancer__report_header .freelancer__report_name .thumb {
  margin-right: 10px;
}

/* line 275, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.job_post__report .single__freelancer__report .freelancer__report_header .freelancer__report_name .thumb img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

/* line 283, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.job_post__report .single__freelancer__report .freelancer__report_header .freelancer__report_name .FreeLancer_name h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

/* line 288, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.job_post__report .single__freelancer__report .freelancer__report_header .freelancer__report_name .FreeLancer_name p {
  font-size: 12px;
  color: #9B9ABA;
  font-weight: 300;
  margin-bottom: 0;
}

/* line 296, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.job_post__report .single__freelancer__report .freelancer__report_header .occupation_name {
  font-size: 12px;
  font-weight: 500;
  color: #2ECB77;
  text-align: right;
  margin-bottom: 15px;
}

/* line 304, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.job_post__report .single__freelancer__report .report_meta {
  margin-bottom: 20px;
}

/* line 306, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.job_post__report .single__freelancer__report .report_meta span {
  font-size: 12px;
  color: #49494B;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 10px;
}

/* line 313, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.job_post__report .single__freelancer__report .report_meta .report_body {
  background: #F5F7F9;
  padding: 30px 25px;
  border-radius: 5px;
}

/* line 318, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.job_post__report .single__freelancer__report .report_meta p {
  font-size: 14px;
  line-height: 24px;
  color: #49494B;
}

/* line 329, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.recent_tab_lists ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 333, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.recent_tab_lists ul li {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  /* line 333, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
  .recent_tab_lists ul li {
    margin-bottom: 10px;
  }
}

/* line 338, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.recent_tab_lists ul li:not(:last-child) {
  margin-right: 10px;
}

/* line 341, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.recent_tab_lists ul li a {
  border: 1px solid #CFCFCF;
  font-size: 16px;
  border-radius: 5px;
  color: #28293A;
  padding: 12px 20px;
  display: inline-block;
}

@media (max-width: 991px) {
  /* line 341, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
  .recent_tab_lists ul li a {
    padding: 7px 12px;
  }
}

/* line 351, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_freelancer_profile.scss */
.recent_tab_lists ul li a.active, .recent_tab_lists ul li a:hover {
  background: #9EFF81;
  border-color: #9EFF81;
}

/* line 3, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.recent_transfer_wrapper .transfer_thumb_conatnt .single_transfer_pro {
  margin-bottom: 30px;
  text-align: center;
}

/* line 6, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.recent_transfer_wrapper .transfer_thumb_conatnt .single_transfer_pro .thumb {
  margin-bottom: 10px;
  width: 69px;
  height: 69px;
  margin-left: auto;
  margin-right: auto;
}

/* line 12, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.recent_transfer_wrapper .transfer_thumb_conatnt .single_transfer_pro .thumb img {
  width: 100%;
  border-radius: 7px;
}

/* line 17, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.recent_transfer_wrapper .transfer_thumb_conatnt .single_transfer_pro h5 {
  line-height: 1;
}

/* line 20, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.recent_transfer_wrapper .transfer_thumb_conatnt .single_transfer_pro p {
  color: #ADB4C8;
}

/* line 25, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.recent_transfer_wrapper .eth_amount_number {
  border-top: 1px solid #EDEDF3;
  border-bottom: 1px solid #EDEDF3;
  padding: 20px 0;
  margin-bottom: 30px;
}

/* line 30, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.recent_transfer_wrapper .eth_amount_number p {
  color: #ADB4C8;
}

/* line 33, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.recent_transfer_wrapper .eth_amount_number h3 {
  font-size: 30px;
  color: #302D43;
  font-weight: 700;
  margin-bottom: 0;
}

/* line 42, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.transaction-table .sold-thumb {
  background: #ff788e;
  color: #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 53, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.transaction-table .buy-thumb {
  background: #77c454;
  color: #fff;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 64, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.transaction-table .badge {
  color: #fff;
}

/* line 67, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.transaction-table .small_img {
  margin-right: 10px;
  width: 20px;
}

/* line 72, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.badge-danger {
  background-color: #ff788e;
}

/* line 75, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.badge-success {
  background-color: #77c454;
}

/* line 81, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.exchange_widget p, .exchange_widget h6 {
  font-size: 12px;
  color: #ADB4C8;
  font-weight: 400;
}

/* line 86, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.exchange_widget label {
  font-size: 14px;
  font-weight: 400;
  color: #ADB4C8;
  margin-bottom: 10px;
}

/* line 92, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.exchange_widget .form-group {
  margin-bottom: 15px;
}

/* line 95, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.exchange_widget .input-group {
  margin-bottom: 0;
}

/* line 98, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.exchange_widget .form-group .form-control {
  border-radius: 0px;
  min-height: 45px;
  border: 1px solid #EDEDF3;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 500;
  color: #302D43;
  transition: all .3s ease-in-out;
  background: #EDEDF3;
}

/* line 108, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.exchange_widget .form-group .form-control::placeholder {
  color: #302D43;
}

/* line 114, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.theme_menu_dropdown {
  flex-wrap: wrap;
}

/* line 117, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.theme_menu_dropdown li a {
  font-size: 14px;
  font-weight: 400;
  color: #6F7A92;
  padding: 5px 20px;
}

/* line 125, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.anlite_table {
  background: #5886FF;
}

/* line 127, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.anlite_table .single_analite_content {
  padding: 40px 30px;
}

/* line 129, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.anlite_table .single_analite_content h4 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}

/* line 135, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.anlite_table .single_analite_content h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

/* line 142, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.anlite_table .single_analite_content div {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

/* line 147, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.anlite_table .single_analite_content i {
  margin: 0 15px;
}

/* line 153, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.monitor_list_widget {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  /* line 153, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
  .monitor_list_widget {
    display: block;
    margin-top: 30px;
  }
}

/* line 160, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.monitor_list_widget .simgle_monitor_list {
  text-align: right;
  border-right: 1px solid #ECECEC;
  padding-right: 20px;
  margin-right: 20px;
}

@media (max-width: 575.98px) {
  /* line 160, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
  .monitor_list_widget .simgle_monitor_list {
    margin-bottom: 20px;
    border: 0;
    padding: 0;
    margin-right: 0;
  }
}

/* line 171, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.monitor_list_widget .simgle_monitor_list:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 177, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.monitor_list_widget .simgle_monitor_list .simgle_monitor_count span {
  font-size: 14px;
  color: #ADB4C8;
  font-weight: 300;
  margin-right: 20px;
}

/* line 184, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.monitor_list_widget .simgle_monitor_list h4 {
  font-size: 22px;
  font-weight: 400;
  color: #302D43;
  margin-bottom: 0;
  margin-top: 15px;
}

/* line 194, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.card-profile__info h5 {
  display: inline-block;
}

/* line 197, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.profile_card .media {
  border-bottom: 1px solid #f1f4f8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 203, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_bitcrypto.scss */
.news_widget_wrap {
  max-height: 850px;
  overflow: auto;
}

/* tickers */
/* ticker black sm */
/* line 3, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickercontainer {
  width: 100%;
}

/* line 6, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.crypto-ticker .cc {
  font-size: 20px;
  margin: 0;
}

/* line 10, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-black-sm .tickercontainer {
  background-color: #252525;
  color: #fff;
  border-top: 5px solid  #5886FF;
  left: 0;
  right: 0;
  margin-right: 30px;
  margin-top: 60px;
}

/* line 19, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-black-sm .tickercontainer li {
  font-size: 14px;
  font-weight: bold;
  line-height: 75px;
}

/* ticker black lg */
/* line 25, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-black-lg .tickercontainer {
  background-color: #252525;
  color: #fff;
  border-top: 5px solid #5886FF;
  left: 0;
  right: 0;
  margin-right: 30px;
  margin-top: 60px;
}

/* line 34, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-black-lg .tickercontainer li {
  font-weight: bold;
}

/* line 37, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-black-lg .tickercontainer li .row1-coin-name {
  font-size: 16px;
  margin: 30px 0;
}

/* line 41, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-black-lg .tickercontainer li .row2-buy {
  margin: 10px 0;
}

/* line 44, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-black-lg .tickercontainer li .row2-buy span {
  color: #f4516c;
}

/* line 47, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-black-lg .tickercontainer li .row2-sell {
  margin: 10px 0 30px;
}

/* line 50, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-black-lg .tickercontainer li .row2-sell span {
  color: #34bfa3;
}

/* ticker black indicative */
/* line 54, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-black-indicative .tickercontainer {
  background-color: #252525;
  color: #fff;
  border-top: 5px solid;
  left: 0;
  right: 0;
  margin-right: 30px;
  margin-top: 60px;
}

/* line 63, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-black-indicative .tickercontainer li {
  margin: 30px 0;
  font-weight: bold;
}

/* line 67, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-black-indicative .tickercontainer li span.fa-caret-up {
  color: #f4516c;
}

/* line 70, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-black-indicative .tickercontainer li span.fa-caret-up {
  color: #34bfa3;
}

/* ticker white sm */
/* line 74, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-white-sm .tickercontainer {
  background-color: #fff;
  color: #252525;
  border-top: 5px solid;
  left: 0;
  right: 0;
  margin-right: 30px;
  margin-top: 60px;
}

/* line 83, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-white-sm .tickercontainer li {
  font-size: 14px;
  font-weight: bold;
  line-height: 75px;
}

/* ticker white lg */
/* line 89, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-white-lg .tickercontainer {
  background-color: #fff;
  color: #252525;
  border-top: 5px solid;
  left: 0;
  right: 0;
  margin-right: 30px;
  margin-top: 60px;
}

/* line 98, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-white-lg .tickercontainer li {
  font-weight: bold;
}

/* line 101, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-white-lg .tickercontainer li .row1-coin-name {
  font-size: 16px;
  margin: 30px 0;
}

/* line 105, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-white-lg .tickercontainer li .row2-buy {
  margin: 10px 0;
}

/* line 108, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-white-lg .tickercontainer li .row2-buy span {
  color: #f4516c;
}

/* line 111, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-white-lg .tickercontainer li .row2-sell {
  margin: 10px 0 30px;
}

/* line 114, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-white-lg .tickercontainer li .row2-sell span {
  color: #34bfa3;
}

/* ticker black indicative */
/* line 118, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-white-indicative .tickercontainer {
  background-color: #fff;
  color: #252525;
  border-top: 5px solid;
  left: 0;
  right: 0;
  margin-right: 30px;
  margin-top: 60px;
}

/* line 127, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-white-indicative .tickercontainer li {
  margin: 30px 0;
  font-weight: bold;
}

/* line 131, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-white-indicative .tickercontainer li span.fa-caret-up {
  color: #f4516c;
}

/* line 134, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickers-white-indicative .tickercontainer li span.fa-caret-up {
  color: #34bfa3;
}

/* line 137, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.exchange-section {
  padding: 100px 0 120px;
  background-size: cover;
}

/* line 141, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.exchange-section p {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin: 20px 0;
}

/* line 148, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.exchange-calculator {
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto 20px;
  width: 85%;
  background: rgba(0, 0, 0, 0.1);
  padding: 20px 5px;
}

/* line 156, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.exchange-calculator .select2-container--default .select2-selection--single {
  border-color: transparent;
}

/* line 159, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.exchange-calculator input {
  height: 60px;
  width: 30%;
  outline: 0;
  box-shadow: none;
  border: 0;
  padding: 10px 20px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  background: #f0e8cb;
}

/* line 170, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.exchange-calculator .select2-container {
  width: 15% !important;
  border: 0;
}

/* line 174, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.exchange-section h1 {
  max-width: 550px;
  margin: 0 auto;
  font-weight: bold;
}

/* line 179, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.exchange-section p {
  max-width: 400px;
  margin: 20px auto;
}

/* line 183, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.equal {
  width: 6%;
  display: inline-block;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  vertical-align: top;
}

/* line 192, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_ticker.scss */
.tickercontainer span.coin-value {
  color: #1652F0;
}

/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.task_notification .single_notification {
  background: #fff;
  border-radius: 10px;
  display: flex;
  padding: 25px;
  align-items: center;
}

/* line 8, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.task_notification .single_notification:not(:last-child) {
  margin-bottom: 20px;
}

/* line 11, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.task_notification .single_notification .task_content {
  display: flex;
  align-items: center;
}

/* line 14, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.task_notification .single_notification .task_content .check_icon {
  width: 45px;
  height: 45px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  flex: 45px 0 0;
  margin-right: 25px;
}

/* line 25, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.task_notification .single_notification .task_content .check_icon.blue_icon {
  background: #486dcf;
}

/* line 28, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.task_notification .single_notification .task_content .check_icon.green_icon {
  background: #28d5a7;
}

/* line 31, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.task_notification .single_notification .task_content .check_icon.red_icon {
  background: #ff1717;
}

/* line 35, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.task_notification .single_notification .task_content p {
  font-size: 14px;
  font-weight: 400;
  color: #818e94;
  margin-bottom: 0;
}

/* line 43, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.task_notification .single_notification .close_icon i {
  font-size: 15px;
  font-weight: 500;
  color: #8f89a3;
}

/* line 52, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.team_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

@media (min-width: 320px) and (max-width: 767.98px) {
  /* line 52, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
  .team_box {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 1200px) and (max-width: 1650.98px) {
  /* line 52, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
  .team_box {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 62, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.team_box .single_team_box {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 25px;
}

@media (max-width: 767.98px) {
  /* line 62, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
  .team_box .single_team_box {
    padding: 10px 10px;
  }
}

/* line 69, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.team_box .single_team_box .team_box_header {
  align-items: center;
}

/* line 71, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.team_box .single_team_box .team_box_header .icon {
  flex: 62px 0 0;
  margin-right: 15px;
}

/* line 74, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.team_box .single_team_box .team_box_header .icon img {
  width: 100%;
}

/* line 78, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.team_box .single_team_box .team_box_header h3 {
  font-size: 16px;
  font-weight: 500;
  color: #25396f;
}

/* line 84, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.team_box .single_team_box .member_list {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 20px;
}

/* line 89, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.team_box .single_team_box .member_list span {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #98a1bc;
  margin-right: 30px;
}

/* line 96, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.team_box .single_team_box .member_list .thumb_group {
  display: flex;
  align-items: center;
}

/* line 99, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.team_box .single_team_box .member_list .thumb_group .thumb_single {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 4px;
}

/* line 104, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.team_box .single_team_box .member_list .thumb_group .thumb_single img {
  width: 100%;
}

/* line 108, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.team_box .single_team_box .member_list .thumb_group .plus_member {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #7366ff;
  box-shadow: 0 3px 6px rgba(100, 55, 253, 0.3);
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

/* line 121, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.team_box .single_team_box .team_btn {
  align-items: center;
  margin: 10px 0;
}

/* line 124, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.team_box .single_team_box .team_btn .view_btn {
  display: inline-block;
  background: #6975ee;
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px;
  margin-right: 10px;
}

/* line 133, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.team_box .single_team_box .team_btn .action_btn {
  display: inline-block;
  background: #b9c2df;
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
  width: 40px;
  height: 40px;
  flex: 40px 0 0;
  line-height: 40px;
}

/* line 145, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.team_box .single_team_box p {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #98a1bc;
  margin-top: 10px;
}

/* line 155, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.report_wrap {
  background: #ff9123;
  padding: 45px 45px 0 45px;
  border-radius: 15px;
}

/* line 159, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.report_wrap h3 {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  line-height: 35px;
  margin-bottom: 20px;
}

/* line 166, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.report_wrap p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 30px;
}

/* line 172, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.report_wrap .read_more_btn {
  display: flex;
  align-items: center;
  color: #faff5e;
  font-size: 14px;
}

/* line 177, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.report_wrap .read_more_btn i {
  margin-left: 5px;
}

/* line 184, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 {
  background: #fff;
  border-radius: 0px;
  z-index: 99999;
  transition: 0.5s;
  height: 100%;
  border: 0;
  border-radius: 20px;
}

/* line 193, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_HEADER {
  background: #fff;
  border-radius: 20px 20px 0px 0;
  padding: 12px 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9e3f1;
  min-height: 66px;
}

/* line 203, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_HEADER .MSEESAGE_CHATBOX_CLOSE {
  position: absolute;
  right: 20px;
  top: 25px;
  cursor: pointer;
}

/* line 209, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_HEADER h3 {
  font-size: 16px;
  font-weight: 500;
  color: #303e67;
  margin-bottom: 12px;
}

/* line 214, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_HEADER h3 a {
  color: #7366ff;
  font-weight: 500;
  font-size: 16px;
  margin-left: 20px;
}

/* line 221, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_HEADER ul {
  display: flex;
  align-items: center;
}

/* line 224, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_HEADER ul li {
  margin-right: 5.5px;
}

/* line 228, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_HEADER ul li a .member_thumb img {
  width: 40px;
  height: 40px;
  transition: 0.3s;
  border-radius: 50%;
}

/* line 234, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_HEADER ul li a .member_thumb .more_member_count {
  background: rgba(255, 255, 255, 0.2);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
}

/* line 241, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_HEADER ul li a .member_thumb .more_member_count span {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

/* line 249, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_HEADER ul li a:hover img {
  transform: translateY(-5px);
}

/* line 257, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_BOTTOM {
  padding: 10px;
}

/* line 260, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .chat_input_box {
  background: #fff;
  border-radius: 0px 0px 5px 5px;
  padding-right: 10px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(59, 29, 161, 0.08);
}

/* line 267, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .chat_input_box input {
  background: #ffff;
  height: 70px;
  border: 0;
  padding-left: 20px;
  font-size: 13px;
}

/* line 273, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .chat_input_box input::placeholder {
  color: #707db7;
  font-size: 13px;
  font-weight: 400;
}

/* line 279, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .chat_input_box .input-group-append {
  border-radius: 0 0 10px 10px;
}

/* line 280, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .chat_input_box .input-group-append .btn {
  background: #ffff;
  font-size: 20px;
  color: #a0a7c9;
  padding: 0;
  line-height: 70px;
  position: relative;
  height: 70px;
}

/* line 288, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .chat_input_box .input-group-append .btn input {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

/* line 298, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .chat_input_box .input-group-append .btn input::placeholder {
  color: #707db7;
  font-size: 13px;
  font-weight: 400;
}

/* line 304, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .chat_input_box .input-group-append .btn i {
  font-size: 20px;
}

/* line 307, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .chat_input_box .input-group-append .btn:last-child {
  padding-right: 11px;
  padding-left: 11px;
  border-radius: 0px 10px 10px 0px;
}

/* line 316, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_BODY {
  padding: 20px;
  height: 280px;
  overflow: auto;
}

/* line 320, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_BODY .mesaged_send_date {
  font-size: 13px;
  font-weight: 400;
  color: #415094;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1;
}

/* line 328, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_BODY .CHATING_SENDER {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-right: 70px;
}

/* line 333, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_BODY .CHATING_SENDER.CHATING_RECEIVEr {
  justify-content: flex-end;
  padding-right: 0px;
  padding-left: 60px;
}

/* line 337, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_BODY .CHATING_SENDER.CHATING_RECEIVEr .SMS_thumb {
  margin-right: 0;
  margin-left: 9.55px;
}

/* line 341, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_BODY .CHATING_SENDER.CHATING_RECEIVEr .SEND_SMS_VIEW {
  box-shadow: 0px 0px 20px rgba(25, 124, 207, 0.1);
  color: #fff;
  border-radius: 30px;
  border-bottom-right-radius: 0px;
  background: #fff;
}

/* line 347, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_BODY .CHATING_SENDER.CHATING_RECEIVEr .SEND_SMS_VIEW p {
  color: #7366ff !important;
}

/* line 352, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_BODY .CHATING_SENDER .SMS_thumb {
  margin-right: 9.55px;
}

/* line 354, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_BODY .CHATING_SENDER .SMS_thumb img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

/* line 360, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_BODY .CHATING_SENDER .SEND_SMS_VIEW {
  background: #7366ff;
  border-radius: 30px;
  padding: 10px 20px;
  border-bottom-left-radius: 0;
}

/* line 365, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.CHAT_MESSAGE_POPUPBOX1 .CHAT_POPUP_BODY .CHATING_SENDER .SEND_SMS_VIEW p {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  line-height: 23px;
}

/* line 377, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.course_wrap .course_widget {
  background: #f1fcff;
  border-radius: 5px;
}

/* line 381, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.course_wrap .course_widget .thumb img {
  width: 100%;
}

/* line 385, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.course_wrap .course_widget .course_content {
  padding: 25px;
}

/* line 387, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.course_wrap .course_widget .course_content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #202e3b;
}

/* line 392, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.course_wrap .course_widget .course_content p {
  font-size: 14px;
  font-weight: 400;
  color: #707d8a;
  line-height: 19px;
  margin: 10px 0 15px 0;
}

/* line 399, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.course_wrap .course_widget .course_content .progress {
  height: 9px;
  border-radius: 30px;
  background: #e7edf5;
}

/* line 403, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.course_wrap .course_widget .course_content .progress .progress-bar {
  background: #e03220;
  font-size: 0px;
  border-radius: 30px;
}

/* line 414, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.running_course_wrap .course_widget {
  border-radius: 5px;
}

/* line 416, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.running_course_wrap .course_widget .thumb {
  height: 300px;
  background-image: url(../img/course/banner.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  overflow: hidden;
}

/* line 424, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.running_course_wrap .course_widget .thumb img {
  width: 100%;
}

/* line 428, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.running_course_wrap .course_widget .course_content {
  padding: 25px;
  padding-left: 0;
  max-width: 550px;
}

/* line 432, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.running_course_wrap .course_widget .course_content h4 {
  font-size: 25px;
  font-weight: 500;
  color: #202e3b;
  line-height: 40px;
}

/* line 438, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.running_course_wrap .course_widget .course_content p {
  font-size: 16px;
  font-weight: 400;
  color: #707d8a;
  line-height: 21px;
  margin: 10px 0 15px 0;
}

/* line 445, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.running_course_wrap .course_widget .course_content .progress {
  height: 12px;
  border-radius: 30px;
  margin: 10px 0 10px 0;
  background: #e0e0e0;
}

/* line 450, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.running_course_wrap .course_widget .course_content .progress .progress-bar {
  background: #e03220;
  font-size: 0px;
  border-radius: 30px;
}

/* line 456, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.running_course_wrap .course_widget .course_content .rating_wrapper {
  margin-bottom: 40px;
}

/* line 458, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.running_course_wrap .course_widget .course_content .rating_wrapper p {
  font-size: 14px;
  font-weight: 500;
  color: #6c7488;
  font-family: "Roboto", sans-serif;
}

/* line 465, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.running_course_wrap .course_widget .course_content .rating_wrapper .rating_stars .rating_star {
  margin-right: 10px;
}

/* line 467, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.running_course_wrap .course_widget .course_content .rating_wrapper .rating_stars .rating_star i {
  font-size: 14px;
  color: #ffc107;
}

/* line 470, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.running_course_wrap .course_widget .course_content .rating_wrapper .rating_stars .rating_star i:not(:last-child) {
  margin-right: 3px;
}

/* line 475, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.running_course_wrap .course_widget .course_content .rating_wrapper .rating_stars span {
  font-size: 14px;
  font-weight: 500;
  color: #202e3b;
}

/* line 488, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_course.scss */
.bouser_info img {
  width: 20px;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
.border_1px_top {
  border-top: 2px solid #E1E1E1;
  margin-bottom: 10px;
  margin-top: 0;
}

/* line 7, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
.theme_calender.fc-unthemed .fc-day-header {
  border-color: transparent;
  color: #17263a;
  font-size: 14px;
  padding-bottom: 15px;
  border: 0 !important;
}

/* line 15, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
.theme_calender.fc-unthemed .fc-head-container {
  border-bottom: 1px solid #e1e1e1 !important;
}

/* line 18, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
.theme_calender.fc-unthemed td, .theme_calender.fc-unthemed th {
  border: 0 !important;
}

/* line 21, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
.theme_calender.fc-unthemed td {
  text-align: center;
  color: #17263a;
}

/* line 24, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
.theme_calender.fc-unthemed td a {
  float: initial !important;
  color: #17263a;
}

/* line 29, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
.theme_calender.fc-unthemed .fc-dayGrid-view .fc-body .fc-row {
  min-height: 40px;
}

/* line 32, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
.theme_calender.fc-unthemed .fc-widget-content {
  margin-top: 10px;
}

/* line 35, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
.theme_calender.fc-unthemed .fc-toolbar h2 {
  font-size: 18px;
  margin: 0;
}

/* line 39, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
.theme_calender.fc-unthemed .fc-header-toolbar {
  display: block !important;
  overflow: hidden;
}

/* line 42, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
.theme_calender.fc-unthemed .fc-header-toolbar .fc-left {
  width: 50%;
  margin-bottom: 30px;
  float: left;
  flex: 50% 0 0;
}

/* line 47, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
.theme_calender.fc-unthemed .fc-header-toolbar .fc-left h2 {
  font-size: 18px;
  font-weight: 500;
}

/* line 52, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
.theme_calender.fc-unthemed .fc-header-toolbar .fc-right {
  display: block;
  float: inherit;
  text-align: center;
  margin-bottom: 15px;
}

/* line 57, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
.theme_calender.fc-unthemed .fc-header-toolbar .fc-right .fc-button-group {
  background-color: #f3f4f5;
  border-radius: 40px;
}

/* line 60, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
.theme_calender.fc-unthemed .fc-header-toolbar .fc-right .fc-button-group .fc-button-primary {
  background-image: none;
  box-shadow: none;
  border: none;
  background: none;
  height: auto;
  font-size: 14px;
  color: #a5a5a5;
  text-transform: capitalize;
  padding: 8px 30px;
}

@media (max-width: 991px) {
  /* line 60, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
  .theme_calender.fc-unthemed .fc-header-toolbar .fc-right .fc-button-group .fc-button-primary {
    padding: 8px 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 60, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
  .theme_calender.fc-unthemed .fc-header-toolbar .fc-right .fc-button-group .fc-button-primary {
    padding: 8px 15px;
  }
}

/* line 76, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
.theme_calender.fc-unthemed .fc-header-toolbar .fc-right .fc-button-group .fc-button-primary.fc-button-active {
  background-color: #F03965;
  color: #ffffff;
  border-radius: 40px;
  box-shadow: 0px 4px 10px 0px rgba(240, 57, 101, 0.03);
}

/* line 85, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
.theme_calender.fc-unthemed .fc-header-toolbar .fc-center {
  margin-bottom: 30px;
  width: 50%;
  float: right;
  text-align: right;
}

/* line 91, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
.theme_calender.fc-unthemed .fc-header-toolbar .fc-center .fc-button-group .fc-button {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  color: #000;
}

/* line 97, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_calender.scss */
.theme_calender.fc-unthemed .fc-header-toolbar .fc-center .fc-button-group .fc-button:hover {
  color: #cdcdcd;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.notice_list {
  max-height: 358px;
  overflow-y: auto;
  padding-right: 20px;
}

/* line 5, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.notice_list .single_notice {
  border-bottom: 1px solid #ededed;
  padding-bottom: 14px;
  margin-bottom: 18px;
}

/* line 9, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.notice_list .single_notice .publish_date {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

/* line 17, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.notice_list .single_notice .entry_meta {
  font-size: 15px;
  color: #646464;
}

/* line 20, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.notice_list .single_notice .entry_meta span {
  color: #a4a4a4;
}

/* line 27, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.bg_skyblue {
  background-color: #40dfcd;
}

/* line 30, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.bg_yellow {
  background-color: #fbd540;
}

/* line 33, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.bg_pink {
  background-color: #f939a1;
}

/* line 38, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.student_wrap .single_student {
  margin-bottom: 40px;
}

/* line 40, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.student_wrap .single_student .student_top {
  align-items: baseline;
  margin-bottom: 15px;
}

/* line 43, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.student_wrap .single_student .student_top .thumb {
  margin-right: 17px;
}

/* line 45, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.student_wrap .single_student .student_top .thumb img {
  width: 100%;
}

/* line 50, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.student_wrap .single_student .student_top .student_info h4 {
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

/* line 55, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.student_wrap .single_student .student_top .student_info h3 {
  font-size: 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #ffd455;
}

/* line 66, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.custom_pills {
  border-radius: 30px;
  background: #f5f6fb;
}

/* line 70, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.custom_pills li a {
  font-size: 11px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #302d43;
  padding: 8px 14px;
}

/* line 78, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.custom_pills li.active a {
  background: #f03965;
  color: #fff;
  border-radius: 30px;
}

/* line 87, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.counter_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

@media (max-width: 767.98px) {
  /* line 87, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
  .counter_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 87, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
  .counter_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 97, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.counter_wrapper .single_counter {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 135px;
}

/* line 105, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.counter_wrapper .single_counter span {
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

/* line 110, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.counter_wrapper .single_counter h3 {
  font-size: 25px;
  color: #222fb9;
  font-family: "Roboto", sans-serif;
}

/* line 116, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.counter_wrapper .single_counter .thumb img {
  max-width: 51px;
}

/* line 123, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.attendence_wraper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 18px;
}

@media (max-width: 767.98px) {
  /* line 123, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
  .attendence_wraper {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 123, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
  .attendence_wraper {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 133, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.attendence_wraper .single_attendence {
  background: #f2f4ff;
  border-radius: 5px;
  padding: 15px;
}

/* line 137, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.attendence_wraper .single_attendence:nth-child(2) {
  background: #ecfff6;
}

/* line 140, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.attendence_wraper .single_attendence:nth-child(3) {
  background: #ffe8e8;
}

/* line 143, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.attendence_wraper .single_attendence h3 {
  font-size: 20px;
  font-weight: 700;
  color: #363b64;
  font-family: "Roboto", sans-serif;
  margin-bottom: 4px;
}

/* line 150, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_notice.scss */
.attendence_wraper .single_attendence p {
  color: #8d8da1;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-transparent {
  background-color: transparent;
}

/* line 4, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-dark-high {
  background-color: #000000;
}

/* line 7, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-dark-medium {
  background-color: #111111;
}

/* line 10, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-dark-normal {
  background-color: #222222;
}

/* line 13, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-dark-low {
  background-color: #444444;
}

/* line 16, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-light {
  background-color: #ffffff !important;
}

/* line 19, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-ash {
  background-color: #f0f1f3 !important;
}

/* line 22, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-red {
  background-color: #ff0000;
}

/* line 25, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-orange-red {
  background-color: #ff0000;
}

/* line 28, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-blue {
  background-color: #304ffe;
}

/* line 31, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-blue-dark {
  background-color: #042954;
}

/* line 34, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-yellow {
  background-color: #fbd540;
}

/* line 37, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-yellow2 {
  background-color: #ffb822;
}

/* line 40, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-yellow3 {
  background-color: #f0a70d;
}

/* line 43, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-orange {
  background-color: #fbd540;
}

/* line 46, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-orange-peel {
  background-color: #ffa000;
}

/* line 49, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-skyblue {
  background-color: #40dfcd;
}

/* line 52, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-pink {
  background-color: #f939a1;
}

/* line 55, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-pink2 {
  background-color: #ff5252;
}

/* line 58, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-pink3 {
  background-color: #ef3232;
}

/* line 61, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-mauvelous {
  background-color: #f48fb1;
}

/* line 64, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-light-red {
  background-color: #ffeaea;
}

/* line 67, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-light-yellow {
  background-color: #fff2d8;
}

/* line 70, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-light-blue {
  background-color: #e1f1ff;
}

/* line 73, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-dodger-blue {
  background-color: #2196f3;
}

/* line 76, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-violet-blue {
  background-color: #a864a8;
}

/* line 79, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-light-green {
  background-color: #d1f3e0;
}

/* line 82, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-dark-pastel-green {
  background-color: #00c853;
}

/* line 85, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-light-sea-green {
  background-color: #1cbbb4;
}

/* line 88, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-light-green2 {
  background-color: #64d9bc;
}

/* line 91, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-light-green3 {
  background-color: #4ec9aa;
}

/* line 94, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-light-magenta {
  background-color: #f3e5f5;
}

/* line 97, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-martini {
  background-color: #bcaaa4;
}

/* line 100, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-true-v {
  background-color: #9575cd;
}

/* line 103, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-wild-strawberry {
  background-color: #ff4081;
}

/* line 106, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-fb {
  background-color: #546ca9;
}

/* line 109, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-fb2 {
  background-color: #5867dd;
}

/* line 112, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-fb3 {
  background-color: #4655c8;
}

/* line 115, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-gplus {
  background-color: #f81b1b;
}

/* line 118, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-twitter {
  background-color: #45a0f0;
}

/* line 121, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-linkedin {
  background-color: #1565c0;
}

/* line 124, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-git {
  background-color: #997f75;
}

/* line 127, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.sidebar-color {
  background-color: #042954;
}

/* line 130, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-gradient-fb {
  background: -webkit-gradient(linear, left top, right top, from(#546ca9), to(#5c77bc));
  background: -webkit-linear-gradient(left, #546ca9, #5c77bc);
  background: -o-linear-gradient(left, #546ca9, #5c77bc);
  background: linear-gradient(to right, #546ca9, #5c77bc);
}

/* line 136, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-gradient-twitter {
  background: -webkit-gradient(linear, left top, right top, from(#1f89e5), to(#64b5f6));
  background: -webkit-linear-gradient(left, #1f89e5, #64b5f6);
  background: -o-linear-gradient(left, #1f89e5, #64b5f6);
  background: linear-gradient(to right, #1f89e5, #64b5f6);
}

/* line 142, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-gradient-gplus {
  background: -webkit-gradient(linear, left top, right top, from(#e84642), to(#f81b1b));
  background: -webkit-linear-gradient(left, #e84642, #f81b1b);
  background: -o-linear-gradient(left, #e84642, #f81b1b);
  background: linear-gradient(to right, #e84642, #f81b1b);
}

/* line 148, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.bg-gradient-linked {
  background: -webkit-gradient(linear, left top, right top, from(#1565c0), to(#314ce0));
  background: -webkit-linear-gradient(left, #1565c0, #314ce0);
  background: -o-linear-gradient(left, #1565c0, #314ce0);
  background: linear-gradient(to right, #1565c0, #314ce0);
}

/* line 154, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.btn-gradient-yellow {
  background-color: #ffae01;
}

/* line 157, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.gradient-dodger-blue {
  background: -webkit-gradient(linear, left top, right top, from(#2196f3), to(#21bff3));
  background: -webkit-linear-gradient(left, #2196f3, #21bff3);
  background: -o-linear-gradient(left, #2196f3, #21bff3);
  background: linear-gradient(to right, #2196f3, #21bff3);
}

/* line 163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.gradient-orange-peel {
  background: -webkit-gradient(linear, left top, right top, from(#ffa000), to(#ff7200));
  background: -webkit-linear-gradient(left, #ffa000, #ff7200);
  background: -o-linear-gradient(left, #ffa000, #ff7200);
  background: linear-gradient(to right, #ffa000, #ff7200);
}

/* line 169, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.gradient-pastel-green {
  background: -webkit-gradient(linear, left top, right top, from(#43a047), to(#66bb6a));
  background: -webkit-linear-gradient(left, #43a047, #66bb6a);
  background: -o-linear-gradient(left, #43a047, #66bb6a);
  background: linear-gradient(to right, #43a047, #66bb6a);
}

/* line 177, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.progress-bar-card {
  height: auto;
}

/* line 180, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.progress-bar-card .white_card_body .basic-progress-bar .progress {
  margin-bottom: 30px;
  height: 7px;
}

/* line 184, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.progress-bar-card .white_card_body .stripe-progress-bar .progress {
  height: 20px;
  margin-bottom: 20px;
}

/* line 188, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.progress-bar-card .white_card_body .gradient-progress-bar .progress {
  height: 30px;
  margin-bottom: 20px;
}

/* line 192, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.progress-bar-card .white_card_body .gradient-progress-bar .progress .progress-bar {
  text-align: right;
  padding-right: 10px;
  font-size: 18px;
}

/* line 197, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.progress-bar-card .white_card_body .vertical-progress-bar .progress-bar-vertical {
  width: 70px;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

/* line 206, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.progress-bar-card .white_card_body .vertical-progress-bar .progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
  font-size: 18px;
  font-weight: 500;
}

/* line 217, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.progress-bar-card {
  height: auto;
}

/* line 220, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.progress-bar-card .white_card_body .basic-progress-bar .progress {
  margin-bottom: 30px;
  height: 7px;
}

/* line 224, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.progress-bar-card .white_card_body .stripe-progress-bar .progress {
  height: 20px;
  margin-bottom: 20px;
}

/* line 228, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.progress-bar-card .white_card_body .gradient-progress-bar .progress {
  height: 30px;
  margin-bottom: 20px;
}

/* line 232, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.progress-bar-card .white_card_body .gradient-progress-bar .progress .progress-bar {
  text-align: right;
  padding-right: 10px;
  font-size: 18px;
}

/* line 237, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.progress-bar-card .white_card_body .vertical-progress-bar .progress-bar-vertical {
  width: 70px;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

/* line 246, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_progressbar.scss */
.progress-bar-card .white_card_body .vertical-progress-bar .progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
  font-size: 18px;
  font-weight: 500;
}

/* -- Grid -- */
/* line 3, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_grid.scss */
.example-row .grid-example {
  position: relative;
  padding: 1rem;
  margin: 1rem -15px 0;
  border: solid #b3d9ff;
  border-width: .2rem 0 0;
}

/* line 12, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_grid.scss */
.example-row .row > .col, .example-row .row > [class^=col-] {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(0, 128, 255, 0.1);
  border: 1px solid #66b3ff;
  color: #0080ff;
}

/* line 19, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_grid.scss */
.example-row .row + .row {
  margin-top: 1rem;
}

/* line 25, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_grid.scss */
.example-row.example-row-flex-cols .row {
  min-height: 10rem;
  background-color: #99ccff;
}

@media (min-width: 576px) {
  /* line 32, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_grid.scss */
  .grid-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
  }
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_box_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  /* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
  .task_box_wrapper {
    grid-gap: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1650.98px) {
  /* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
  .task_box_wrapper {
    grid-gap: 5px;
  }
}

@media (max-width: 991.98px) {
  /* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
  .task_box_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  /* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
  .task_box_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 17, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_box_wrapper .single_task {
  background-color: #fff !important;
  border-radius: 10px;
  padding: 30px 35px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

/* line 25, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_box_wrapper .single_task .shape_img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/* line 46, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_box_wrapper .single_task .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  line-height: 60px;
  margin-right: 25px;
  flex: 60px 0 0;
  display: none;
}

@media (max-width: 991px) {
  /* line 46, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
  .task_box_wrapper .single_task .icon {
    margin-bottom: 15px;
  }
}

/* line 59, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_box_wrapper .single_task .icon.icon_bg_1 {
  background: #FFF6E5;
}

/* line 62, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_box_wrapper .single_task .icon.icon_bg_2 {
  background: #DBFFFD;
}

/* line 65, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_box_wrapper .single_task .icon.icon_bg_3 {
  background: #FFEEEF;
}

/* line 70, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_box_wrapper .single_task .total_text span {
  font-size: 16px;
  color: #7B8190;
  font-weight: 400;
}

/* line 76, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_box_wrapper .single_task .task_content {
  border-bottom: 1px solid #D3E1EF;
  margin-bottom: 10px;
}

/* line 79, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_box_wrapper .single_task .task_content h4 {
  font-size: 18px;
  font-weight: 400;
  color: #7B8190;
  font-family: "Roboto", sans-serif;
}

/* line 86, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_box_wrapper .single_task .task_content h3 {
  font-size: 30px;
  font-weight: 700;
  color: #343844;
  margin-bottom: 10px;
}

@media (min-width: 1200px) and (max-width: 1650.98px) {
  /* line 86, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
  .task_box_wrapper .single_task .task_content h3 {
    font-size: 20px;
  }
}

/* line 96, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_box_wrapper .single_task .task_content p {
  font-size: 12px;
  font-weight: 400;
  color: #8D95B2;
  margin-bottom: 0;
}

/* line 110, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.team_group_wrapper .team_group_count {
  background: #FF6A42;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  padding: 35px 0px 35px 35px;
}

/* line 118, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.team_group_wrapper .team_group_count .count_single h3 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

/* line 123, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.team_group_wrapper .team_group_count .count_single p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

/* line 133, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.recent_file_wrapper .single_recent_file {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  align-items: center;
}

/* line 140, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.recent_file_wrapper .single_recent_file:not(:last-child) {
  margin-bottom: 15px;
}

/* line 144, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.recent_file_wrapper .single_recent_file .recent_file_left h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}

/* line 149, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.recent_file_wrapper .single_recent_file .recent_file_left p {
  font-size: 14px;
  font-style: italic;
  color: #5B5D71;
}

/* line 155, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.recent_file_wrapper .single_recent_file .recent_file_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 160, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.recent_file_wrapper .single_recent_file .recent_file_right .edit_dlt {
  margin-bottom: 15px;
}

/* line 163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.recent_file_wrapper .single_recent_file .recent_file_right .edit_dlt .edit_dlt_top i {
  font-size: 14px;
  color: #8E8E8E;
  transition: .3s;
}

/* line 167, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.recent_file_wrapper .single_recent_file .recent_file_right .edit_dlt .edit_dlt_top i:hover {
  color: #67349D;
}

/* line 170, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.recent_file_wrapper .single_recent_file .recent_file_right .edit_dlt .edit_dlt_top i:not(:last-child) {
  margin-right: 10px;
}

/* line 177, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.recent_file_wrapper .single_recent_file .recent_file_right .file_icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #FFA246;
  text-align: center;
  line-height: 30px;
}

/* line 184, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.recent_file_wrapper .single_recent_file .recent_file_right .file_icon.file_icon_bg1 {
  background: #FF7B7B;
}

/* line 187, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.recent_file_wrapper .single_recent_file .recent_file_right .file_icon.file_icon_bg2 {
  background: #8F8BFF;
}

/* line 197, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_list_wrapper .task_list_wrapper_inner:not(:last-child) {
  margin-bottom: 11px;
}

/* line 200, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_list_wrapper .task_list_wrapper_inner .task_time {
  font-size: 14px;
  font-style: italic;
  color: #9798A7;
}

/* line 206, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_list_wrapper .single_task_wrapper {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
}

/* line 211, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_list_wrapper .single_task_wrapper .task_list_wrapper {
  border-bottom: 1px solid #DEEFFF;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

/* line 215, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_list_wrapper .single_task_wrapper .task_list_wrapper h3 {
  font-size: 18px;
  font-weight: 600;
}

/* line 219, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_list_wrapper .single_task_wrapper .task_list_wrapper p {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
}

/* line 223, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_list_wrapper .single_task_wrapper .task_list_wrapper p a {
  color: #2337FF;
}

/* line 229, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_list_wrapper .single_task_wrapper .task_body p {
  font-size: 14px;
  line-height: 20px;
  color: #5B5D71;
  margin-bottom: 20px;
}

/* line 235, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_list_wrapper .single_task_wrapper .task_body .member_list {
  display: flex;
  align-items: center;
}

/* line 238, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_list_wrapper .single_task_wrapper .task_body .member_list span {
  font-size: 14px;
  font-weight: 400;
  color: #5B5D71;
  margin-right: 25px;
}

/* line 244, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_list_wrapper .single_task_wrapper .task_body .member_list .thumb_group {
  display: flex;
  align-items: center;
}

/* line 247, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_list_wrapper .single_task_wrapper .task_body .member_list .thumb_group .thumb_single {
  width: 37px;
  height: 37px;
}

/* line 250, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_list_wrapper .single_task_wrapper .task_body .member_list .thumb_group .thumb_single:not(:last-child) {
  margin-right: 8px;
}

/* line 253, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_list_wrapper .single_task_wrapper .task_body .member_list .thumb_group .thumb_single img {
  width: 100%;
  border-radius: 50%;
}

/* line 265, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.emplorye_wrapper .thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
}

/* line 270, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.emplorye_wrapper .thumb img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

/* line 276, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.emplorye_wrapper h5 {
  font-size: 20px;
  margin: 5px 0 2px 0;
}

/* line 280, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.emplorye_wrapper p {
  font-size: 16px;
}

/* line 285, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.arrow_icon {
  text-align: left;
}

/* line 287, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.arrow_icon .top_arrow {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #F1F4FB;
  text-align: center;
  line-height: 23px;
  color: #fff;
  font-size: 9px;
  display: inline-block;
  margin-right: 5px;
}

/* line 298, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.arrow_icon .top_arrow.green_arrow {
  background: #F1F4FB;
  color: #0DCD94;
}

/* line 302, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.arrow_icon .top_arrow.blue_arrow {
  background: #6AA6FF;
}

/* line 305, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.arrow_icon .top_arrow.brown_arrow {
  background: #FBF1F1;
  color: #CD0D0D;
}

/* line 309, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.arrow_icon .top_arrow i {
  line-height: 23px;
  transform: rotate(-45deg);
  display: block;
}

/* line 315, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.arrow_icon span {
  display: inline-block;
  margin-left: 0px;
  font-size: 14px;
  color: #000000;
}

/* line 325, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_wrapper .single_task {
  background: #F5F9FF;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* line 333, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_wrapper .single_task:not(:last-child) {
  margin-bottom: 10px;
}

/* line 336, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_wrapper .single_task .task_left {
  display: flex;
}

/* line 338, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_wrapper .single_task .task_left .check_icon {
  margin-right: 12px;
}

/* line 342, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_wrapper .single_task .task_left .task_content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #25396F;
  margin-bottom: 0;
}

/* line 347, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_wrapper .single_task .task_left .task_content h3 span {
  margin-left: 15px;
}

/* line 351, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_wrapper .single_task .task_left .task_content p {
  font-size: 14px;
  font-weight: 400;
  color: #6C7293;
  margin-bottom: 0;
}

/* line 360, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_wrapper .single_task .task_right a {
  width: 27px;
  height: 27px;
  background: #ACB2C9;
  border-radius: 3px;
  text-align: center;
  line-height: 27px;
  color: #fff;
  display: inline-block;
}

/* line 369, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_wrapper .single_task .task_right a:not(:last-child) {
  margin-right: 10px;
}

/* line 378, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

/* line 385, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.task_action .task_action_left a {
  font-size: 14px;
  color: #0090FF;
}

/* line 396, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.single_task_accounts {
  background: #FFFFFF;
}

/* line 398, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.single_task_accounts .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  margin-right: 25px;
  flex: 90px 0 0;
  margin-bottom: 10px;
}

/* line 407, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.single_task_accounts .icon img {
  width: 100%;
}

@media (max-width: 991px) {
  /* line 398, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
  .single_task_accounts .icon {
    margin-bottom: 15px;
  }
}

/* line 414, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.single_task_accounts .task_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

/* line 419, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.single_task_accounts .task_content h4 {
  font-size: 14px;
  font-weight: 400;
  color: #B5B5C3;
  font-family: "Roboto", sans-serif;
}

/* line 425, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.single_task_accounts .task_content h3 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1650.98px) {
  /* line 425, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
  .single_task_accounts .task_content h3 {
    font-size: 20px;
  }
}

/* line 434, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.single_task_accounts .task_content p {
  font-size: 14px;
  font-weight: 400;
  color: #9B9EAB;
  margin-bottom: 0;
}

/* line 443, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.headline_text {
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #EDF1F5;
}

/* line 447, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.headline_text .headline_text_inner {
  padding: 20px 70px 18px 70px;
  display: flex;
  grid-gap: 60px;
  overflow: hidden;
}

@media (max-width: 991px) {
  /* line 443, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
  .headline_text {
    grid-gap: 20px;
    padding: 19px 30px;
  }
}

/* line 457, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.headline_text p {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  grid-gap: 16px;
  margin-bottom: 0;
  white-space: nowrap;
  color: #222222;
}

@media (max-width: 991px) {
  /* line 457, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
  .headline_text p {
    grid-gap: 12px;
  }
}

/* line 469, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.headline_text p span {
  font-size: 14px;
  font-weight: 400;
}

/* line 472, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.headline_text p span.yellow_text {
  color: #D1BF4C;
}

/* line 475, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.headline_text p span.green_text {
  color: #4CD159;
}

/* line 482, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.btc_title {
  display: flex;
  justify-content: space-between;
  grid-gap: 15px;
  flex-wrap: wrap;
  border-bottom: 1px solid #EDF1F5;
  padding-top: 20px;
}

/* line 489, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.btc_title p {
  font-size: 14px;
  font-weight: 400;
  color: #6C6780;
  margin-bottom: 10px;
}

/* line 497, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.btc_body {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 15px;
}

/* line 503, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.btc_body span {
  font-size: 14px;
  color: #98A1B0;
  margin-bottom: 8px;
  display: block;
}

/* line 509, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.btc_body h4 {
  font-size: 18px;
  font-weight: 700;
  color: #4C4957;
  margin-bottom: 0;
}

/* line 517, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.favourite_text {
  display: flex;
  grid-gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

/* line 522, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.favourite_text a {
  font-size: 14px;
  font-weight: 400;
  color: #98A1B0;
  padding: 0 10px;
}

/* line 527, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.favourite_text a:hover, .favourite_text a.active {
  color: #3246D2;
}

/* line 535, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.round_chartBox .round_chart_content h4 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

/* line 540, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.round_chartBox .round_chart_content span {
  font-size: 18px;
  background: #FF9F38;
  font-weight: 500;
  color: #fff;
  border-radius: 20px;
  padding: 2px 14px;
  display: inline-block;
  margin: 5px 0 10px 0;
}

/* line 550, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.round_chartBox .round_chart_content h2 {
  font-size: 28px;
  font-weight: 500;
  color: #4C4957;
}

/* line 555, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_task.scss */
.round_chartBox .round_chart_content h3 {
  font-size: 18px;
  font-weight: 500;
  color: #4FBF78;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
}

/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.minimal_header {
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 270px;
  background: #F6FBFE;
  padding-left: 30px;
  transition: .3s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
  .minimal_header {
    left: 20%;
  }
}

@media (max-width: 991px) {
  /* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
  .minimal_header {
    left: 0%;
    position: relative;
    padding-left: 0;
    background: #fff;
  }
}

/* line 20, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.minimal_header .header_right {
  width: 380px;
  background: #fff;
  padding: 25px 30px;
}

@media (max-width: 991px) {
  /* line 20, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
  .minimal_header .header_right {
    padding: 25px 20px;
    justify-content: flex-end !important;
  }
}

/* line 31, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.full_main_content .minimal_header {
  left: 136px;
}

/* line 36, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.get_roket_event {
  position: fixed;
  top: 0;
  width: 380px;
  background: #fff;
  right: 0;
  padding-top: 120px;
  height: calc(100% - 0px);
  overflow: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991px) {
  /* line 36, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
  .get_roket_event {
    display: none;
  }
}

/* line 50, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.get_roket_event .date_picker_wrapper {
  padding: 0px;
  margin-top: 0;
}

/* line 53, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.get_roket_event .date_picker_wrapper .datepicker {
  width: 100%;
  box-shadow: none;
}

/* line 56, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.get_roket_event .date_picker_wrapper .datepicker .datepicker--day-name {
  color: #FF9A19;
  font-size: 16px;
  font-weight: 600;
  color: #20265B;
  text-transform: capitalize;
}

/* line 63, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.get_roket_event .date_picker_wrapper .datepicker .datepicker--cell-day.-other-month-, .get_roket_event .date_picker_wrapper .datepicker .datepicker--cell-year.-other-decade- {
  color: #fff;
}

/* line 66, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.get_roket_event .date_picker_wrapper .datepicker .datepicker--nav-action {
  width: 35px;
  border-radius: 7px;
  background: #F1F7FB;
}

/* line 71, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.get_roket_event .date_picker_wrapper .datepicker .datepicker--nav-action path {
  fill: none;
  stroke: #919395;
  stroke-width: 2px;
}

/* line 76, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.get_roket_event .date_picker_wrapper .datepicker .datepicker--nav {
  border-bottom: 1px solid #CCD1FF;
  min-height: 32px;
  padding: 4px;
  padding-bottom: 15px;
}

/* line 82, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.get_roket_event .date_picker_wrapper .datepicker .datepicker--cell.-selected-,
.get_roket_event .date_picker_wrapper .datepicker .datepicker--cell.-focus- {
  background: #6C5DD3;
  color: #fff;
  border-radius: 11px;
  border: 0;
}

/* line 89, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.get_roket_event .date_picker_wrapper .datepicker .datepicker--cell.-current- {
  background: #6C5DD3;
  color: #fff;
  border-radius: 11px;
  border: 0;
}

/* line 95, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.get_roket_event .date_picker_wrapper .datepicker .datepicker--nav-title {
  color: #20265B;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 22px;
  text-transform: capitalize;
}

/* line 102, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.get_roket_event .date_picker_wrapper .datepicker .datepicker--nav-title i {
  color: #20265B;
  display: none;
}

/* line 108, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.get_roket_event .date_picker_wrapper::before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 10px;
  background: #DCD6FF;
}

/* line 119, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.main_content .main_content_iner.minmal_width {
  margin-right: 380px;
  padding-top: 120px;
}

@media (max-width: 991px) {
  /* line 119, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
  .main_content .main_content_iner.minmal_width {
    margin-right: 0px;
    padding-top: 30px;
  }
}

/* line 131, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.upcoming_events .upcoming_event_lists {
  background: #FCFCFC;
  border-radius: 25px;
  padding: 20px;
}

/* line 135, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.upcoming_events .upcoming_event_lists .single_event_list {
  display: flex;
  align-items: center;
  border-radius: 13px;
  padding: 10px;
}

/* line 140, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.upcoming_events .upcoming_event_lists .single_event_list:not(:last-child) {
  margin-bottom: 15px;
}

/* line 146, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.upcoming_events .upcoming_event_lists .single_event_list .event_img {
  margin-right: 18px;
  position: relative;
  width: 105px;
  z-index: 1;
  flex: 105px 0 0;
}

/* line 152, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.upcoming_events .upcoming_event_lists .single_event_list .event_img::before {
  position: absolute;
  left: 9px;
  top: 9px;
  height: 100%;
  right: 9px;
  content: '';
  background-image: url(../img/evant_shadow.png);
  border-radius: 13px;
  z-index: -1;
  transition: .3s;
}

/* line 164, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.upcoming_events .upcoming_event_lists .single_event_list .event_img img {
  width: 100%;
}

/* line 168, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.upcoming_events .upcoming_event_lists .single_event_list .event_content {
  width: 100%;
}

/* line 170, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.upcoming_events .upcoming_event_lists .single_event_list .event_content h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 178, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.upcoming_events .upcoming_event_lists .single_event_list .event_content i {
  font-size: 10px;
  color: #2C3C4A;
}

/* line 182, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.upcoming_events .upcoming_event_lists .single_event_list .event_content span {
  font-size: 14px;
  color: #59748A;
  font-weight: 400;
  font-style: italic;
  display: block;
  margin: 3px 0 10px 0;
}

/* line 190, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.upcoming_events .upcoming_event_lists .single_event_list .event_content .amount {
  background: #6C5DD3;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  padding: 3px 16px;
  display: inline-block;
}

/* line 200, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.upcoming_events .upcoming_event_lists .single_event_list:hover {
  background: #6C5DD3;
}

/* line 202, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.upcoming_events .upcoming_event_lists .single_event_list:hover .event_img::before {
  top: 0px;
}

/* line 207, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.upcoming_events .upcoming_event_lists .single_event_list:hover h4, .upcoming_events .upcoming_event_lists .single_event_list:hover i, .upcoming_events .upcoming_event_lists .single_event_list:hover span {
  color: #fff !important;
}

/* line 210, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.upcoming_events .upcoming_event_lists .single_event_list:hover .amount {
  background: #fff !important;
  color: #6C5DD3 !important;
}

/* line 220, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.top_events .top_event_inner {
  background: #FCFCFC;
  padding: 25px;
  border-radius: 25px;
}

/* line 224, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.top_events .top_event_inner .single_event {
  display: flex;
}

/* line 226, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.top_events .top_event_inner .single_event:not(:last-child) {
  margin-bottom: 40px;
}

/* line 229, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.top_events .top_event_inner .single_event .thumb {
  margin-right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url(../img/event/5.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 84px;
  height: 87px;
  background-size: 100% 100%;
  flex: 84px 0 0;
}

/* line 242, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.top_events .top_event_inner .single_event .thumb.thumb2 {
  background-image: url(../img/event/3.png);
}

/* line 245, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.top_events .top_event_inner .single_event .thumb.thumb3 {
  background-image: url(../img/event/4.png);
}

/* line 248, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.top_events .top_event_inner .single_event .thumb h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: #20265B;
}

/* line 254, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.top_events .top_event_inner .single_event .thumb span {
  font-size: 16px;
  font-weight: 400;
  color: #20265B;
}

/* line 264, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.top_events .top_event_inner .single_event .event_content h4 {
  font-size: 16px;
  color: #2C3C4A;
  font-weight: 500;
  margin-bottom: 10px;
}

/* line 271, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.top_events .top_event_inner .single_event .event_content .progressbar .progressbar_titlle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 275, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.top_events .top_event_inner .single_event .event_content .progressbar .progressbar_titlle h5 {
  font-size: 16px;
  color: #C0C2D2;
  font-weight: 400;
  margin-bottom: 0;
}

/* line 281, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.top_events .top_event_inner .single_event .event_content .progressbar .progressbar_titlle span {
  font-size: 12px;
  font-weight: 400;
  color: #C0C2D2;
}

/* line 291, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.top_events .view_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

/* line 296, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.top_events .view_more span {
  font-size: 14px;
  font-weight: 400;
  color: #A3A7CB;
}

/* line 301, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.top_events .view_more a {
  font-size: 14px;
  font-weight: 400;
  color: #6C5DD3;
  align-items: center;
  display: flex;
}

/* line 307, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.top_events .view_more a i {
  margin-left: 10px;
}

/* line 313, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.plan_wrap {
  background-image: url(../img/event/plan.png);
  background-repeat: no-repeat;
  border-radius: 15px;
  padding: 50px;
  min-height: 300px;
}

/* line 319, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.plan_wrap h5 {
  font-size: 38px;
  color: #FFFFFF;
  line-height: 1.3;
}

/* line 324, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.plan_wrap p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 20px 0 30px 0;
}

/* line 330, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.plan_wrap h3 {
  font-size: 58px;
  color: #fff;
  position: relative;
  display: flex;
}

/* line 335, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.plan_wrap h3 svg {
  position: relative;
  top: 13px;
  right: -10px;
}

/* line 343, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_minimal.scss */
.sidebar.mini_sidebar .sidebar_title {
  display: none;
}

/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.sales_list .single_sales_list {
  border-bottom: 1px dotted #e4ecf1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

/* line 9, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.sales_list .single_sales_list .single_sales_left {
  display: flex;
  align-items: center;
}

/* line 12, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.sales_list .single_sales_list .single_sales_left .thumb {
  width: 53px;
  margin-right: 15px;
}

/* line 15, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.sales_list .single_sales_list .single_sales_left .thumb img {
  width: 100%;
  border-radius: 7px;
}

/* line 21, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.sales_list .single_sales_list .single_sales_left .sales_content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #20265b;
  margin-bottom: 5px;
}

/* line 27, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.sales_list .single_sales_list .single_sales_left .sales_content p {
  font-size: 14px;
  color: #627295;
  font-weight: 400;
  margin-bottom: 0;
}

/* line 32, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.sales_list .single_sales_list .single_sales_left .sales_content p img {
  width: 18px;
  margin-right: 12px;
}

/* line 45, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.card-action ul {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* line 51, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.card-action ul li a {
  font-size: 16px;
  display: inline-block;
  border: 0;
  padding: 13px 20px;
  background: #dee5f7;
  color: #000000;
  border-radius: 5px;
  margin-right: 10px;
}

@media (max-width: 991px) {
  /* line 51, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
  .card-action ul li a {
    padding: 10px 20px;
  }
}

/* line 63, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.card-action ul li a.active {
  background: #3246d2;
  color: #fff;
}

/* line 72, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.card-action2 ul {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* line 78, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.card-action2 ul li a {
  font-size: 16px;
  display: inline-block;
  border: 0;
  padding: 9.5px 20px;
  background: #f1f1ff;
  color: #000000;
  border-radius: 5px;
  margin-right: 10px;
  transition: 0.3s;
}

@media (max-width: 991px) {
  /* line 78, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
  .card-action2 ul li a {
    padding: 10px 20px;
  }
}

/* line 91, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.card-action2 ul li a.active, .card-action2 ul li a:hover {
  background: #3246d2;
  color: #fff;
}

@media (max-width: 991px) {
  /* line 100, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
  .card-action3 {
    display: none !important;
  }
}

/* line 104, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.card-action3 ul {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* line 110, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.card-action3 ul li a {
  font-size: 16px;
  display: inline-block;
  border: 0;
  padding: 9.5px 13px;
  background: #dee5f7;
  color: #000000;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  grid-gap: 6px;
}

@media (max-width: 991px) {
  /* line 110, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
  .card-action3 ul li a {
    padding: 9.5px 14px;
  }
}

/* line 127, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.card-action3 ul li a.active {
  background: #3246d2;
  color: #fff;
}

/* line 137, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.card-action4 ul {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  grid-gap: 10px;
}

@media (min-width: 1200px) and (max-width: 1400.98px) {
  /* line 137, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
  .card-action4 ul {
    grid-gap: 5px;
  }
}

/* line 147, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.card-action4 ul li a {
  font-size: 14px;
  display: inline-block;
  border: 0;
  padding: 9.5px 20px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  transition: 0.3s;
  border: 1px solid #4d69fa;
  background: #fff;
}

@media (max-width: 991px) {
  /* line 147, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
  .card-action4 ul li a {
    padding: 10px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1400.98px) {
  /* line 147, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
  .card-action4 ul li a {
    padding: 9.5px 10px;
    font-size: 12px;
  }
}

/* line 165, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.card-action4 ul li a.active, .card-action4 ul li a:hover {
  background: #4d69fa;
  color: #fff;
  border-color: #4d69fa;
}

/* line 176, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.card-action5 ul {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  grid-gap: 5px;
}

@media (min-width: 1200px) and (max-width: 1400.98px) {
  /* line 176, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
  .card-action5 ul {
    grid-gap: 5px;
  }
}

/* line 186, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.card-action5 ul li a {
  font-size: 16px;
  display: inline-block;
  border: 0;
  padding: 3.5px 13px;
  background: #f0f4f8;
  color: #7b8190;
  border-radius: 5px;
  transition: 0.3s;
  border: 0;
}

@media (max-width: 991px) {
  /* line 186, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
  .card-action5 ul li a {
    padding: 10px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1400.98px) {
  /* line 186, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
  .card-action5 ul li a {
    padding: 9.5px 10px;
    font-size: 12px;
  }
}

/* line 203, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.card-action5 ul li a.active, .card-action5 ul li a:hover {
  background: #4d69fa;
  color: #fff;
  border-color: #4d69fa;
}

/* line 214, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.table_thumb .thumb {
  width: 45px;
  margin-right: 20px;
}

/* line 217, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.table_thumb .thumb img {
  width: 100%;
  border-radius: 6px;
}

/* line 223, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.table_thumb .table_cont h4 {
  font-size: 16px;
  font-weight: 500;
  color: #343844;
  margin-bottom: 0;
}

/* line 229, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.table_thumb .table_cont p {
  font-size: 14px;
  color: #989898;
  font-weight: 400;
  margin-bottom: 0;
}

/* line 239, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.volenteers_list .single_volenteer {
  background: #ffede5;
  border-radius: 8px;
  padding: 6px;
  margin-bottom: 60px;
}

/* line 244, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.volenteers_list .single_volenteer.volenteer_bg_1 {
  background: #eaf1f4;
}

/* line 247, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.volenteers_list .single_volenteer .thumb {
  border-radius: 8px;
}

/* line 249, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.volenteers_list .single_volenteer .thumb img {
  width: 100%;
  border-radius: 8px;
}

/* line 254, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.volenteers_list .single_volenteer .volentee_content {
  text-align: center;
  padding: 35px 0 15px 0;
}

/* line 257, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.volenteers_list .single_volenteer .volentee_content h4 {
  font-size: 16px;
  color: #2e4765;
  font-weight: 500;
  margin-bottom: 5px;
}

/* line 263, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.volenteers_list .single_volenteer .volentee_content p {
  font-size: 14px;
  font-weight: 400;
  color: #627295;
}

/* line 272, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.view_btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #6c5dd3;
  font-weight: 400;
}

/* line 278, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.view_btn i {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #eef8ff;
  border-radius: 5px;
  color: #6c5dd3;
  font-size: 10px;
  display: inline-block;
  margin-left: 11px;
}

/* line 292, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.sales_box {
  background: #dcf7ff;
  padding: 15px;
}

/* line 295, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.sales_box .white_card_header {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}

/* line 300, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.sales_box .white_card_body {
  background: #fff;
  border-radius: 10px;
}

/* line 306, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.sales_revinew_wrapper {
  padding-left: 35px;
}

@media (max-width: 991px) {
  /* line 306, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
  .sales_revinew_wrapper {
    padding-left: 0;
  }
}

/* line 311, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.sales_revinew_wrapper h4 {
  font-size: 70px;
  font-weight: 600;
  color: #20265b;
}

/* line 316, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.sales_revinew_wrapper .revenew_doler {
  border-bottom: 1px solid #eaeaea;
  display: inline-flex;
  padding-bottom: 30px;
  margin-top: 20px;
}

/* line 321, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.sales_revinew_wrapper .revenew_doler .thumb {
  width: 60px;
  margin-right: 15px;
}

/* line 324, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.sales_revinew_wrapper .revenew_doler .thumb img {
  width: 100%;
}

/* line 328, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.sales_revinew_wrapper .revenew_doler p {
  font-size: 16px;
  color: #6c5dd3;
  font-weight: 400;
}

/* line 334, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.sales_revinew_wrapper .chart_line_wrap {
  margin: 20px 0;
  display: flex;
  align-items: center;
}

/* line 342, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.sales_revinew_wrapper .chart_line_wrap .top_arrow {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #33c726;
  text-align: center;
  line-height: 23px;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  margin: 0 15px;
}

/* line 357, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
table.table.course_table {
  background: #f5f9ff !important;
}

/* line 359, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
table.table.course_table td {
  background: transparent !important;
  font-size: 14px;
  font-weight: 400;
  color: #202e3b;
}

/* line 367, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.seller_card {
  border-radius: 5px;
  border: 1px solid #deebfd;
}

/* line 370, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.seller_card .seller_card_heder {
  background: #f5f9ff;
  display: flex;
  align-items: center;
  padding: 20px 30px;
}

/* line 375, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.seller_card .seller_card_heder .thumb {
  width: 93px;
  height: 93px;
}

/* line 378, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.seller_card .seller_card_heder .thumb img {
  width: 100%;
}

/* line 382, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.seller_card .seller_card_heder .seller_info {
  margin-left: 20px;
}

/* line 384, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.seller_card .seller_card_heder .seller_info h3 {
  font-size: 25px;
  font-weight: 600;
  color: #383f46;
}

/* line 389, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.seller_card .seller_card_heder .seller_info p {
  font-size: 16px;
  font-weight: 400;
  color: #383f46;
  margin-bottom: 0;
}

/* line 397, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.seller_card .seller_card_body {
  text-align: center;
  padding: 30px 15px 40px 15px;
}

/* line 400, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.seller_card .seller_card_body h4 {
  font-size: 25px;
  font-weight: 600;
  color: #6c7293;
}

/* line 405, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.seller_card .seller_card_body p {
  font-size: 16px;
  font-weight: 400;
  color: #383f46;
  margin: 10px 0 15px 0;
}

/* line 410, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.seller_card .seller_card_body p .color_1 {
  color: #7500e3;
}

/* line 413, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.seller_card .seller_card_body p .color_2 {
  color: #0090ff;
}

/* line 418, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.seller_card .seller_card_body .seller_actions a {
  margin-bottom: 5px;
}

/* line 423, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.seller_card .seller_bottom {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

/* line 427, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.seller_card .seller_bottom .seller_links {
  border-top: 1px solid #deebfd;
  padding: 15px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* line 435, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.seller_card .seller_bottom .seller_links:not(:last-child) {
  border-right: 1px solid #deebfd;
}

/* line 438, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.seller_card .seller_bottom .seller_links img {
  margin-bottom: 15px;
}

/* line 441, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.seller_card .seller_bottom .seller_links h5 {
  font-size: 18px;
  font-weight: 400;
  color: #6c7293;
  white-space: nowrap;
}

/* line 677, G:/admin_project/16 admin/CRM/scss/_sales.scss */
/* line 452, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.iq-avatars .iq-avatar {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

/* line 683, G:/admin_project/16 admin/CRM/scss/_sales.scss */
/* line 460, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.avatar-80 {
  height: 80px;
  width: 80px;
  line-height: 80px;
  min-width: 80px;
}

/* line 689, G:/admin_project/16 admin/CRM/scss/_sales.scss */
/* line 468, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.avatar-100 {
  height: 100px;
  width: 100px;
  line-height: 100px;
  min-width: 100px;
}

/* line 695, G:/admin_project/16 admin/CRM/scss/_sales.scss */
/* line 476, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.avatar-90 {
  height: 90px;
  width: 90px;
  line-height: 90px;
  min-width: 90px;
}

/* line 701, G:/admin_project/16 admin/CRM/scss/_sales.scss */
/* line 484, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.avatar-80 {
  height: 80px;
  width: 80px;
  line-height: 80px;
  min-width: 80px;
}

/* line 707, G:/admin_project/16 admin/CRM/scss/_sales.scss */
/* line 492, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.avatar-70 {
  height: 70px;
  width: 70px;
  line-height: 70px;
  min-width: 70px;
}

/* line 713, G:/admin_project/16 admin/CRM/scss/_sales.scss */
/* line 500, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.avatar-60 {
  height: 60px;
  width: 60px;
  line-height: 60px;
  min-width: 60px;
}

/* line 719, G:/admin_project/16 admin/CRM/scss/_sales.scss */
/* line 508, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.avatar-50 {
  height: 50px;
  width: 50px;
  line-height: 50px;
  min-width: 50px;
}

/* line 725, G:/admin_project/16 admin/CRM/scss/_sales.scss */
/* line 516, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.avatar-40 {
  height: 40px;
  width: 40px;
  line-height: 40px;
  min-width: 40px;
}

/* line 731, G:/admin_project/16 admin/CRM/scss/_sales.scss */
/* line 524, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.avatar-30 {
  height: 30px;
  width: 30px;
  line-height: 30px;
  min-width: 30px;
}

/* line 737, G:/admin_project/16 admin/CRM/scss/_sales.scss */
/* line 532, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.input-rounded {
  border-radius: 100px !important;
}

/* line 536, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_sales.scss */
.table_progressbar {
  width: 200px;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_tracffic.scss */
.trafic_count_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  /* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_tracffic.scss */
  .trafic_count_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_tracffic.scss */
  .trafic_count_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_tracffic.scss */
  .trafic_count_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 16, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_tracffic.scss */
.trafic_count_wrapper .single_trafic {
  background: #E0F4F4;
  border-radius: 0 0 10px 10px;
  padding: 25px;
  display: flex;
  align-items: center;
}

/* line 22, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_tracffic.scss */
.trafic_count_wrapper .single_trafic.trafic_bg_1 {
  background: #FFE7E4;
}

/* line 25, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_tracffic.scss */
.trafic_count_wrapper .single_trafic.trafic_bg_2 {
  background: #FFE6F9;
}

/* line 28, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_tracffic.scss */
.trafic_count_wrapper .single_trafic .thumb {
  width: 103px;
  height: 103px;
  border-radius: 50%;
  flex: 103px 0 0;
  margin-right: 15px;
}

/* line 36, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_tracffic.scss */
.trafic_count_wrapper .single_trafic .tracfic_content h4 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

/* line 42, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_tracffic.scss */
.trafic_count_wrapper .single_trafic .tracfic_content p {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #000000;
  margin-bottom: 0;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.users_lists {
  display: flex;
}

@media (max-width: 575.98px) {
  /* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
  .users_lists {
    flex-wrap: wrap;
  }
}

/* line 6, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.users_lists li {
  background: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  transition: .3s;
}

@media (max-width: 575.98px) {
  /* line 6, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
  .users_lists li {
    flex: 45% 0 0;
  }
}

/* line 14, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.users_lists li:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* line 17, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.users_lists li:not(:last-child) {
  margin-right: 10px;
}

/* line 20, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.users_lists li > span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #000000;
}

/* line 26, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.users_lists li h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}

/* line 30, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.users_lists li h4 span {
  font-size: 12px;
  font-weight: 500;
  color: #00C57B;
  margin-left: 5px;
}

/* line 35, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.users_lists li h4 span.red_arrow {
  color: red;
}

/* line 37, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.users_lists li h4 span.red_arrow i {
  color: red;
}

/* line 41, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.users_lists li h4 span i {
  font-size: 12px;
  margin-right: 2px;
}

/* line 50, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.search_table_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 15px;
}

/* line 55, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.search_table_wrapper .serach_field-area {
  max-width: 330px;
  height: 50px;
  margin-right: 0px;
  border-radius: 10px;
  border: 1px solid #313438;
  background: transparent;
}

@media (max-width: 991px) {
  /* line 55, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
  .search_table_wrapper .serach_field-area {
    width: 100%;
    margin-top: 15px;
  }
}

/* line 69, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.search_table_wrapper .serach_field-area .search_inner form .search_field input {
  background: transparent;
  height: 50px;
  padding-left: 20px;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 400;
}

/* line 76, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.search_table_wrapper .serach_field-area .search_inner form .search_field input::placeholder {
  color: #9093A1;
}

/* line 81, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.search_table_wrapper .serach_field-area .search_inner form button {
  height: 50px;
  line-height: 50px;
  width: 43px;
  right: 0;
  left: auto;
}

/* line 87, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.search_table_wrapper .serach_field-area .search_inner form button i {
  color: #9093A1;
  font-size: 20px;
  line-height: 43px;
}

/* line 98, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.print_download {
  width: 34px;
  height: 28px;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  line-height: 28px;
  flex: 34px 0 0;
  background: rgba(0, 147, 255, 0.02);
}

/* line 107, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.print_download:hover {
  background: rgba(0, 147, 255, 0.02);
}

/* line 112, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.width_160 {
  width: 160px;
}

/* line 116, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.perform_lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

@media (max-width: 991px) {
  /* line 116, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
  .perform_lists {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 123, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.perform_lists .single_lists {
  background: #DEF2FF;
  border-radius: 5px;
  padding: 15px 25px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  /* line 123, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
  .perform_lists .single_lists {
    margin-bottom: 20px;
  }
}

/* line 131, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.perform_lists .single_lists.list_bg_1 {
  background: #FFE5E2;
}

/* line 134, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.perform_lists .single_lists.list_bg_2 {
  background: #EBE9FF;
}

/* line 137, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.perform_lists .single_lists.list_bg_3 {
  background: #F0FFEF;
}

/* line 140, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.perform_lists .single_lists.list_bg_4 {
  background: #F2EFFF;
}

/* line 143, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.perform_lists .single_lists.list_bg_5 {
  background: #EFF4FF;
}

/* line 146, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.perform_lists .single_lists h4 {
  font-size: 50px;
  font-weight: 700;
  color: #202E3B;
  margin-bottom: 5px;
}

/* line 152, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.perform_lists .single_lists p {
  font-size: 16px;
  color: #4E5B78;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

/* line 164, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.activity_lists .single_activity:not(:last-child) {
  margin-bottom: 15px;
}

/* line 167, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.activity_lists .single_activity .activity_info {
  background: #F8FAFF;
  padding: 10px;
}

/* line 170, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.activity_lists .single_activity .activity_info p {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #151C1C;
  text-align: left;
}

/* line 178, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.activity_lists .single_activity p {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  margin-top: 10px;
}

/* line 187, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.activity_lists .single_activity p span.bulet {
  width: 6px;
  height: 6px;
  background: #3B4CB8;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

/* line 194, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.activity_lists .single_activity p span.bulet.opacity_5 {
  background: #D1D4E5;
}

/* line 203, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.blog_wrapper .single_blog {
  background: #F1FCFF;
  border-radius: 5px;
}

/* line 207, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.blog_wrapper .single_blog .thumb img {
  width: 100%;
}

/* line 211, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.blog_wrapper .single_blog .blog_meta {
  padding: 25px;
}

/* line 213, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.blog_wrapper .single_blog .blog_meta span {
  font-size: 14px;
  font-weight: 500;
  color: #C0C2C8;
  text-align: right;
  display: block;
  margin: 10px 0;
}

/* line 221, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.blog_wrapper .single_blog .blog_meta h4 {
  font-size: 18px;
  font-weight: 500;
  color: #202E3B;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  transition: .3s;
}

/* line 228, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.blog_wrapper .single_blog .blog_meta h4:hover {
  color: #6C5DD3;
}

/* line 232, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.blog_wrapper .single_blog .blog_meta p {
  font-size: 14px;
  color: #707D8A;
  line-height: 19px;
  font-family: "Roboto", sans-serif;
  margin: 10px 0;
}

/* line 243, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.package_wrapper {
  background-color: #ECE9E5;
  padding: 30px;
  background-image: url(../img/blog/packge_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  border-radius: 0 0 10px 10px;
  height: 596px;
}

/* line 251, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.package_wrapper span {
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #FF8380;
}

/* line 257, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.package_wrapper h4 {
  font-size: 25px;
  font-weight: 700;
  color: #8262EF;
  font-family: "Roboto", sans-serif;
  margin: 20px 0 30px 0;
}

/* line 264, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.package_wrapper a {
  display: inline-block;
  background: #F8B2B0;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  padding: 14px 17px;
  width: 180px;
  text-align: center;
  margin-top: 5px;
}

/* line 276, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.package_wrapper .package_thumb img {
  width: 100%;
}

/* line 282, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.target_bottom_wrapper {
  background-image: url(../img/blog/target_bg.png);
  border-radius: 10px;
  background-size: cover;
  position: relative;
  box-shadow: 0px 12px 0px -6px #FCDFFC;
}

/* line 288, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.target_bottom_wrapper .target_bottom_inner {
  display: flex;
  align-items: center;
  padding: 25px;
  padding-left: 80px;
  justify-content: flex-end;
}

/* line 295, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.target_bottom_wrapper .target_bottom_inner .target_bottom_single:not(:first-child) {
  margin-left: 30px;
}

/* line 298, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.target_bottom_wrapper .target_bottom_inner .target_bottom_single h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}

/* line 305, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.target_bottom_wrapper .target_bottom_inner .target_bottom_single span {
  font-size: 16px;
  font-weight: 600;
  color: #FFCFAC;
  font-family: "Roboto", sans-serif;
}

/* line 317, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.custom_datepicker .date_picker_wrapper {
  padding: 0;
  height: auto;
}

/* line 320, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.custom_datepicker .date_picker_wrapper .datepicker {
  width: 100%;
  height: auto;
  box-shadow: none !important;
}

/* line 325, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.custom_datepicker .date_picker_wrapper .datepicker--nav-action {
  background: #F1F7FB;
}

/* line 328, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.custom_datepicker .date_picker_wrapper .datepicker--nav-action path {
  fill: none;
  stroke: #919395;
  stroke-width: 2px;
}

/* line 333, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.custom_datepicker .date_picker_wrapper .datepicker--day-name {
  color: #20265B;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 1em;
}

/* line 339, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.custom_datepicker .date_picker_wrapper .datepicker--nav {
  font-family: "Roboto", sans-serif;
  color: #20265B;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCD1FF;
  border-radius: 0;
}

/* line 352, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.custom_datepicker .date_picker_wrapper .datepicker--cell-day {
  height: 45px;
}

/* line 362, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.Region_List {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3px;
}

@media (max-width: 991px) {
  /* line 362, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
  .Region_List {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 369, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.Region_List .Region_single {
  background: #F3EEFF;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
}

/* line 376, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.Region_List .Region_single:nth-child(2) {
  background: #FFECEC;
}

/* line 379, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.Region_List .Region_single:nth-child(3) {
  background: #FFECFA;
}

/* line 382, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.Region_List .Region_single:nth-child(4) {
  background: #FFF7EB;
}

/* line 385, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.Region_List .Region_single:nth-child(5) {
  background: #EFFAFF;
}

/* line 388, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.Region_List .Region_single:nth-child(6) {
  background: #F5FCEE;
}

/* line 391, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.Region_List .Region_single:nth-child(7) {
  background: #F8FAFF;
}

/* line 394, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.Region_List .Region_single:nth-child(8) {
  background: #EEFFFA;
}

/* line 397, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.Region_List .Region_single span {
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

/* line 402, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_site_perform.scss */
.Region_List .Region_single span.parcent_text {
  color: #8890B5;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
.account_profile_wrapper {
  display: grid;
  grid-template-columns: 272px auto;
  grid-gap: 119px;
}

@media (min-width: 1200px) and (max-width: 1500.98px) {
  /* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
  .account_profile_wrapper {
    grid-gap: 60px;
  }
}

@media (max-width: 991px) {
  /* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
  .account_profile_wrapper {
    grid-template-columns: auto;
    grid-gap: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
  .account_profile_wrapper {
    grid-template-columns: auto;
    grid-gap: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
  .account_profile_wrapper {
    grid-template-columns: auto;
    grid-gap: 20px;
  }
}

/* line 21, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
.account_profile_wrapper .account_profile_thumb .thumb {
  width: 272px;
  height: 272px;
  margin-bottom: 27px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  /* line 21, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
  .account_profile_wrapper .account_profile_thumb .thumb {
    width: 200px;
    height: 200px;
  }
}

/* line 31, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
.account_profile_wrapper .account_profile_thumb .thumb img {
  width: 100%;
  border-radius: 50%;
  padding: 7px;
  background-color: #fff;
}

/* line 38, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
.account_profile_wrapper .account_profile_thumb h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1D2B2D;
  margin-bottom: 15px;
}

/* line 44, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
.account_profile_wrapper .account_profile_thumb p {
  font-size: 16px;
  font-weight: 500;
  color: #373737;
  margin-bottom: 0;
}

/* line 51, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
.account_profile_wrapper .preview_upload {
  display: grid;
  grid-template-columns: 180px auto;
  grid-gap: 30px;
  grid-template-rows: 180px;
  margin-bottom: 57px;
}

@media (max-width: 575.98px) {
  /* line 51, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
  .account_profile_wrapper .preview_upload {
    grid-template-columns: 1fr;
  }
}

/* line 60, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
.account_profile_wrapper .preview_upload .preview_upload_thumb {
  background: #F4F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

/* line 66, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
.account_profile_wrapper .preview_upload .preview_upload_thumb span {
  font-size: 18px;
  font-weight: 600;
  color: #1D2B2D;
}

/* line 72, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
.account_profile_wrapper .preview_upload .preview_drag {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23E1E2E6FF' stroke-width='1' stroke-dasharray='4' stroke-dashoffset='8' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  /* line 72, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
  .account_profile_wrapper .preview_upload .preview_drag {
    height: 180px;
  }
}

/* line 82, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
.account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner {
  text-align: center;
}

/* line 87, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
.account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner p {
  font-size: 16px;
  font-weight: 400;
  color: #828BB2;
  margin: 12px 0 2px 0;
}

/* line 93, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
.account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner .chose_file {
  font-size: 16px;
  font-weight: 400;
  color: #4265FF;
  position: relative;
  text-decoration: underline;
}

/* line 99, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
.account_profile_wrapper .preview_upload .preview_drag .preview_drag_inner .chose_file input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* line 113, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
.account_profile_wrapper .account_title h3 {
  margin-bottom: 2px;
}

/* line 117, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
.account_profile_wrapper .email_grid_input {
  display: grid;
  grid-template-columns: auto 50px;
  grid-gap: 5px;
}

/* line 121, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
.account_profile_wrapper .email_grid_input .editor_icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #E1E2E6;
  background: #F9F9FD;
}

/* line 128, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
.account_profile_wrapper .email_grid_input .editor_icon i {
  font-size: 16px;
  font-weight: 400;
  color: #687083;
}

/* line 135, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
.account_profile_wrapper .privacy_permission {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 56px;
}

@media (max-width: 991px) {
  /* line 135, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
  .account_profile_wrapper .privacy_permission {
    margin-bottom: 36px;
  }
}

@media (max-width: 991px) {
  /* line 135, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_account_setting.scss */
  .account_profile_wrapper .privacy_permission {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.primary_input3 {
  height: 47px;
  line-height: 47px;
  background-color: #424345;
  border: 0;
  padding: 10px 25px;
  color: #81879F;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  display: block;
  border-radius: 10px;
  border: 1px solid #707070;
}

/* line 14, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.primary_input3::placeholder {
  color: #97A3B4;
}

/* line 18, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.primary_textarea3 {
  height: 160px;
  border: 1px solid #707070;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 15px 20px;
  width: 100%;
  border-radius: 10px;
  background-color: #424345;
}

/* line 28, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.primary_textarea3::placeholder {
  color: #97A3B4;
}

/* line 33, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper {
  display: grid;
  grid-template-columns: 59% 41%;
  padding: 97px 0 100px 0;
}

@media (max-width: 991px) {
  /* line 33, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
  .checkout_wrapper {
    grid-template-columns: 1fr;
    padding: 77px 0 80px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 33, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
  .checkout_wrapper {
    grid-template-columns: 55% 45%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 33, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
  .checkout_wrapper {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 47, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
  .checkout_wrapper .billing_details_wrapper {
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  /* line 47, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
  .checkout_wrapper .billing_details_wrapper {
    border-right: 1px solid #E1E2E6;
    padding-right: 75px;
  }
}

@media (max-width: 991px) {
  /* line 47, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
  .checkout_wrapper .billing_details_wrapper {
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  /* line 59, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
  .checkout_wrapper .order_wrapper {
    padding-left: 75px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 59, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
  .checkout_wrapper .order_wrapper {
    padding-left: 30px;
  }
}

/* line 67, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  /* line 67, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
  .checkout_wrapper .order_wrapper .ordered_products .single_ordered_product {
    flex-wrap: wrap;
  }
}

/* line 76, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name .thumb {
  width: 140px;
  height: 80px;
  margin-right: 20px;
}

/* line 80, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name .thumb img {
  width: 100%;
}

/* line 84, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .product_name span {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

/* line 90, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products .single_ordered_product .order_prise {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

/* line 97, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products_lists {
  margin-bottom: 36px;
}

/* line 99, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E1E2E6;
  padding: 20px 0;
}

/* line 105, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists .coupon_value {
  width: 130px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #E1E2E6;
  padding: 11px 23px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #FD1C5E;
  background: #F9F9FD;
}

/* line 118, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

/* line 122, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists span.remove_coupon_text {
  margin-left: auto;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
  color: #676E8B;
  transition: .3s;
}

/* line 131, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists span.remove_coupon_text:hover {
  color: #0004;
}

/* line 135, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .ordered_products_lists .single_lists span.total_text {
  font-size: 16px;
  color: #202E3B;
  font-weight: 600;
}

/* line 144, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .shiping_billing_list {
  border-top: 1px solid #E1E2E6;
  border-bottom: 1px solid #E1E2E6;
  padding: 30px 0 8px 0;
  margin-bottom: 55px;
}

/* line 149, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .shiping_billing_list .single_shiping_billing {
  margin-bottom: 19px;
}

/* line 151, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .shiping_billing_list .single_shiping_billing p {
  margin-bottom: 0;
  font-size: 14px;
  color: #676E8B;
  max-width: 247px;
  padding-left: 35px;
  padding-top: 5px;
  line-height: 26px;
  margin-bottom: 14px;
}

/* line 161, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .shiping_billing_list .single_shiping_billing .single_shiping_Inner {
  justify-content: space-between;
}

/* line 163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .shiping_billing_list .single_shiping_billing .single_shiping_Inner span {
  cursor: pointer;
}

/* line 167, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .shiping_billing_list .single_shiping_billing .single_shiping_Inner .shiping_info i {
  font-size: 18px;
  font-weight: 400;
  color: #0004;
  margin-right: 15px;
}

/* line 179, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .bank_transfer .bank_check {
  margin-bottom: 25px;
}

/* line 181, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .bank_transfer .bank_check .label_name {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #000;
}

/* line 188, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .bank_transfer .quote {
  background: #F9F9FD;
  padding: 30px;
  border: 1px solid #E1E2E6;
  border-radius: 5px;
}

/* line 193, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .bank_transfer .quote p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
  margin-bottom: 0;
}

/* line 201, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .bank_transfer .payment {
  display: flex;
  flex-direction: column;
  margin: 30px 0 17px 0;
}

/* line 205, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .bank_transfer .payment .primary_bulet_checkbox {
  margin-bottom: 6px;
}

/* line 208, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_checkout.scss */
.checkout_wrapper .order_wrapper .bank_transfer .payment .label_name {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_login.scss */
.login_bg {
  background-image: url(../img/login.jpg);
}

/* line 4, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_login.scss */
.resister_bg {
  background-image: url(../img/signup.jpg);
}

/* line 7, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_login.scss */
.login_wrapper {
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
  height: 500px;
}

/* line 12, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_login.scss */
.login_wrapper.login_wrapper_box {
  max-width: 700px;
  display: block;
  background: #282A2E;
  padding: 0;
  margin: auto;
  padding: 30px;
  height: auto;
}

/* line 20, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_login.scss */
.login_wrapper.login_wrapper_box .login_wrapper_right {
  padding: 0;
}

@media (max-width: 991px) {
  /* line 7, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_login.scss */
  .login_wrapper {
    grid-template-columns: repeat(1, 1fr);
    height: auto;
  }
}

/* line 28, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_login.scss */
.login_wrapper .login_wrapper_left {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

@media (max-width: 991px) {
  /* line 28, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_login.scss */
  .login_wrapper .login_wrapper_left {
    height: 300px;
  }
}

/* line 37, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_login.scss */
.login_wrapper .login_wrapper_right {
  padding-left: 100px;
}

@media (max-width: 991px) {
  /* line 37, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_login.scss */
  .login_wrapper .login_wrapper_right {
    padding-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 37, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_login.scss */
  .login_wrapper .login_wrapper_right {
    padding-left: 40px;
  }
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert {
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
}

/* line 4, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert p {
  line-height: 1.5;
}

/* line 7, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-rounded {
  border-radius: 30px;
}

/* line 10, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-primary {
  background: #ebfaef;
  border-color: #ebfaef;
  color: #36C95F;
}

/* line 14, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
[data-theme-version="dark"] .alert-primary {
  background: rgba(54, 201, 95, 0.2);
  border-color: rgba(54, 201, 95, 0.2);
}

/* line 18, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-secondary {
  background: #f6ebfa;
  border-color: #f6ebfa;
  color: #A336C9;
}

/* line 22, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
[data-theme-version="dark"] .alert-secondary {
  background: rgba(163, 54, 201, 0.5);
  border-color: rgba(163, 54, 201, 0.5);
  color: #7e7e7e;
}

/* line 27, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-success {
  background: #e7faec;
  border-color: #e7faec;
  color: #2bc155;
}

/* line 31, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
[data-theme-version="dark"] .alert-success {
  background: rgba(43, 193, 85, 0.1);
  border-color: rgba(43, 193, 85, 0.1);
}

/* line 35, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-warning {
  background: #fff6e0;
  border-color: #fff6e0;
  color: #ffb800;
}

/* line 39, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
[data-theme-version="dark"] .alert-warning {
  background: rgba(255, 184, 0, 0.1);
  border-color: rgba(255, 184, 0, 0.1);
}

/* line 43, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-danger {
  background: #fef7f7;
  border-color: #fef7f7;
  color: #F46B68;
}

/* line 47, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
[data-theme-version="dark"] .alert-danger {
  background: rgba(244, 107, 104, 0.15);
  border-color: rgba(244, 107, 104, 0.15);
}

/* line 51, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-info {
  background: #d7ebf4;
  border-color: #d7ebf4;
  color: #369DC9;
}

/* line 55, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
[data-theme-version="dark"] .alert-info {
  background: rgba(54, 157, 201, 0.1);
  border-color: rgba(54, 157, 201, 0.1);
}

/* line 59, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-dark {
  background: #f5f6f8;
  border-color: #f5f6f8;
  color: #3e4954;
}

/* line 63, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
[data-theme-version="dark"] .alert-dark {
  background: rgba(62, 73, 84, 0.35);
  border-color: rgba(62, 73, 84, 0.35);
  color: #7e7e7e;
}

/* line 68, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-light {
  background: #D1D1D1;
  border-color: #D1D1D1;
  color: #3e4954;
}

/* line 73, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-alt.alert-primary {
  border-left: 4px solid #36C95F;
}

/* line 76, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-alt.alert-secondary {
  border-left: 4px solid #A336C9;
}

/* line 79, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-alt.alert-success {
  border-left: 4px solid #2bc155;
}

/* line 82, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-alt.alert-warning {
  border-left: 4px solid #ffb800;
}

/* line 85, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-alt.alert-danger {
  border-left: 4px solid #F46B68;
}

/* line 88, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-alt.alert-info {
  border-left: 4px solid #369DC9;
}

/* line 91, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-alt.alert-dark {
  border-left: 4px solid #3e4954;
}

/* line 94, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-alt.alert-light {
  border-left: 4px solid #ababab;
}

/* line 97, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-alt.alert-primary.solid {
  border-left: 4px solid #1b6530 !important;
}

/* line 100, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-alt.alert-secondary.solid {
  border-left: 4px solid #521b65 !important;
}

/* line 103, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-alt.alert-success.solid {
  border-left: 4px solid #145927 !important;
}

/* line 106, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-alt.alert-warning.solid {
  border-left: 4px solid #805c00 !important;
}

/* line 109, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-alt.alert-danger.solid {
  border-left: 4px solid #ce130f !important;
}

/* line 112, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-alt.alert-info.solid {
  border-left: 4px solid #1b4f65 !important;
}

/* line 115, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-alt.alert-dark.solid {
  border-left: 4px solid #08090b !important;
}

/* line 118, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-alt.alert-light.solid {
  border-left: 4px solid #919191 !important;
}

/* line 121, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-dismissible.solid .close:hover {
  color: #fff;
  opacity: 1;
}

/* line 125, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert.alert-primary.solid {
  background: #36C95F;
  color: #fff;
  border-color: #36C95F;
}

/* line 130, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert.alert-secondary.solid {
  background: #A336C9;
  color: #fff;
  border-color: #A336C9;
}

/* line 135, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert.alert-success.solid {
  background: #2bc155;
  color: #fff;
  border-color: #2bc155;
}

/* line 140, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert.alert-warning.solid {
  background: #ffb800;
  color: #fff;
  border-color: #ffb800;
}

/* line 145, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert.alert-danger.solid {
  background: #F46B68;
  color: #fff;
  border-color: #F46B68;
}

/* line 150, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert.alert-info.solid {
  background: #369DC9;
  color: #fff;
  border-color: #369DC9;
}

/* line 155, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert.alert-dark.solid {
  background: #3e4954;
  color: #fff;
  border-color: #3e4954;
}

/* line 160, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert.alert-light.solid {
  background: #D1D1D1;
  color: #3e4954;
  border-color: #D1D1D1;
}

/* line 165, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-right-icon > span i {
  font-size: 18px;
  margin-right: 5px;
}

/* line 168, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-right-icon .close i {
  font-size: 16px;
}

/* line 171, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert.alert-outline-primary {
  background: transparent;
  color: #36C95F;
  border-color: #36C95F;
}

/* line 176, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert.alert-outline-secondary {
  background: transparent;
  color: #7e7e7e;
  border-color: #A336C9;
}

/* line 181, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert.alert-outline-success {
  background: transparent;
  color: #2bc155;
  border-color: #2bc155;
}

/* line 186, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert.alert-outline-info {
  background: transparent;
  color: #369DC9;
  border-color: #369DC9;
}

/* line 191, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert.alert-outline-warning {
  background: transparent;
  color: #ffb800;
  border-color: #ffb800;
}

/* line 196, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert.alert-outline-danger {
  background: transparent;
  color: #F46B68;
  border-color: #F46B68;
}

/* line 201, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert.alert-outline-dark {
  background: transparent;
  color: #7e7e7e;
  border-color: #3e4954;
}

/* line 206, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert.alert-outline-light {
  background: transparent;
  color: #3e4954;
  border-color: #D1D1D1;
}

/* line 211, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-social {
  color: #fff;
}

/* line 213, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-social .alert-social-icon {
  align-self: center;
  margin-right: 0.9375rem;
}

/* line 216, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-social .alert-social-icon i {
  font-size: 42px;
}

/* line 218, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-social.facebook {
  background-color: #3b5998;
}

/* line 220, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-social.twitter {
  background-color: #1da1f2;
}

/* line 222, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-social.linkedin {
  background-color: #007bb6;
}

/* line 224, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-social.google-plus {
  background-color: #db4439;
}

/* line 226, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-social .close:hover {
  opacity: 1 !important;
  color: #fff !important;
}

/* line 230, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.left-icon-big .alert-left-icon-big {
  align-self: center;
  margin-right: 0.9375rem;
}

/* line 233, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.left-icon-big .alert-left-icon-big i {
  font-size: 35px;
  line-height: 1;
}

/* line 237, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
[direction="rtl"] .left-icon-big .alert-left-icon-big,
[direction="rtl"] .alert-social .alert-social-icon {
  margin-left: 0;
  margin-right: 0.9375rem;
}

/* line 242, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge {
  line-height: 1.5;
  border-radius: 0.75rem;
  padding: 4px 10px;
  border: 1px solid transparent;
}

/* line 248, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-rounded {
  border-radius: 20px;
  padding: 3px 13px;
}

/* line 252, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-circle {
  border-radius: 100px;
  padding: 3px 7px;
}

/* line 256, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-outline-primary {
  border: 1px solid #36C95F;
  color: #36C95F;
}

/* line 260, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-outline-secondary {
  border: 1px solid #A336C9;
  color: #A336C9;
}

/* line 263, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
[data-theme-version="dark"] .badge-outline-secondary {
  color: #7e7e7e;
}

/* line 266, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-outline-success {
  border: 1px solid #2bc155;
  color: #2bc155;
}

/* line 270, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-outline-info {
  border: 1px solid #369DC9;
  color: #369DC9;
}

/* line 274, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-outline-warning {
  border: 1px solid #ffb800;
  color: #ffb800;
}

/* line 278, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-outline-danger {
  border: 1px solid #F46B68;
  color: #F46B68;
}

/* line 282, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-outline-light {
  border: 1px solid #d7dae3;
  color: #3e4954;
}

/* line 285, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
[data-theme-version="dark"] .badge-outline-light {
  color: #7e7e7e;
}

/* line 288, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-outline-dark {
  border: 1px solid #3e4954;
  color: #3e4954;
}

/* line 291, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
[data-theme-version="dark"] .badge-outline-dark {
  color: #7e7e7e;
}

/* line 294, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-xs {
  font-size: 10px;
  padding: 0px 5px;
  line-height: 18px;
}

/* line 299, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-sm {
  font-size: 11px;
  padding: 5px 8px;
  line-height: 11px;
}

/* line 304, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-lg {
  font-size: 14px;
  padding: 0px 10px;
  line-height: 30px;
}

/* line 309, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-xl {
  font-size: 15px;
  padding: 0px 15px;
  line-height: 35px;
}

/* line 314, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-default {
  background: #ADB6C7;
}

/* line 317, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-success {
  background-color: #2bc155;
}

/* line 320, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-info {
  background-color: #369DC9;
}

/* line 323, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-primary {
  background-color: #36C95F;
}

/* line 326, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-warning {
  background-color: #ffb800;
}

/* line 329, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-danger {
  background-color: #F46B68;
}

/* line 332, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-dark {
  background-color: #3e4954;
}

/* line 335, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.badge-light {
  background-color: #D1D1D1;
}

/* line 338, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.light.badge-default {
  background: #ADB6C7;
}

/* line 341, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.light.badge-success {
  background-color: #e7faec;
  color: #2bc155;
}

/* line 344, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
[data-theme-version="dark"] .light.badge-success {
  background-color: rgba(43, 193, 85, 0.1);
}

/* line 347, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.light.badge-info {
  background-color: #d7ebf4;
  color: #369DC9;
}

/* line 350, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
[data-theme-version="dark"] .light.badge-info {
  background-color: rgba(54, 157, 201, 0.1);
}

/* line 353, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.light.badge-primary {
  background-color: #ebfaef;
  color: #36C95F;
}

/* line 356, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
[data-theme-version="dark"] .light.badge-primary {
  background-color: rgba(54, 201, 95, 0.2);
}

/* line 359, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.light.badge-secondary {
  background-color: #f6ebfa;
  color: #A336C9;
}

/* line 362, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
[data-theme-version="dark"] .light.badge-secondary {
  background-color: rgba(163, 54, 201, 0.5);
  color: #7e7e7e;
}

/* line 366, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.light.badge-warning {
  background-color: #fff6e0;
  color: #ffb800;
}

/* line 369, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
[data-theme-version="dark"] .light.badge-warning {
  background-color: rgba(255, 184, 0, 0.1);
}

/* line 372, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.light.badge-danger {
  background-color: #fef7f7;
  color: #F46B68;
}

/* line 375, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
[data-theme-version="dark"] .light.badge-danger {
  background-color: rgba(244, 107, 104, 0.15);
}

/* line 378, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.light.badge-dark {
  background-color: #f5f6f8;
  color: #3e4954;
}

/* line 381, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
[data-theme-version="dark"] .light.badge-dark {
  background-color: rgba(62, 73, 84, 0.35);
  color: #7e7e7e;
}

/* line 384, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_alerts.scss */
.alert-primary {
  background: #ebfaef;
  border-color: #ebfaef;
  color: #36C95F;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.reveniew_lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
}

@media (max-width: 991px) {
  /* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
  .reveniew_lists {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 8, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.reveniew_lists .single_revenew {
  padding: 48px 40px;
}

/* line 10, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.reveniew_lists .single_revenew:not(:last-child) {
  border-right: 1px solid #E8EDF3;
}

@media (max-width: 991px) {
  /* line 14, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
  .reveniew_lists .single_revenew:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #E8EDF3;
  }
}

/* line 19, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.reveniew_lists .single_revenew h3 {
  font-size: 43px;
  font-weight: 700;
  color: #303E67;
}

/* line 24, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.reveniew_lists .single_revenew p {
  font-size: 16px;
  font-weight: 500;
  color: #6C7293;
}

/* line 32, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.announce_wrapper {
  background: #D5DEFF;
  border-radius: 5px;
  padding: 25px;
  display: flex;
  align-items: center;
  max-height: 177px;
}

/* line 40, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.announce_wrapper .announce_wrapper_left h3 {
  font-size: 23px;
  font-weight: 700;
  color: #303E67;
}

/* line 45, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.announce_wrapper .announce_wrapper_left a {
  background: #fff;
}

/* line 50, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.announce_wrapper .announce_wrapper_thumb img {
  width: 100%;
}

/* line 56, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.technical_support_bottom {
  border-top: 2px solid #E8EDF3;
  padding-top: 25px;
  margin-top: 20px;
}

/* line 61, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.technical_support_bottom .technical_support_left p {
  font-size: 17px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #B5B5C3;
  margin-bottom: 25px;
}

/* line 68, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.technical_support_bottom .technical_support_left h4 {
  font-size: 35px;
  font-weight: 700;
  color: #383F46;
}

/* line 75, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.technical_support_bottom .technical_support_right .progress {
  height: 8px;
  border-radius: 30px;
  margin: 10px 0 10px 0;
  background: #EEF0F8;
}

/* line 80, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.technical_support_bottom .technical_support_right .progress .progress-bar {
  background: #7500E3;
  font-size: 0px;
  border-radius: 30px;
}

/* line 86, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.technical_support_bottom .technical_support_right .expense {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 90, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.technical_support_bottom .technical_support_right .expense p {
  font-size: 14px;
  color: #6C7293;
  font-weight: 400;
  margin-bottom: 0;
}

/* line 96, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.technical_support_bottom .technical_support_right .expense h4 {
  font-size: 25px;
  font-weight: 700;
  color: #6E08E5;
  margin-bottom: 0;
}

/* line 102, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.technical_support_bottom .technical_support_right .expense span {
  font-size: 14px;
  font-weight: 400;
  color: #B5B5C3;
}

/* line 110, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.support_chart_box {
  background: #F8F9FF;
}

/* line 114, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.technical_support_wrapper .supports_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

/* line 119, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.technical_support_wrapper .supports_tabs a {
  background: #84C6E7;
  width: 14px;
  height: 5px;
  border-radius: 30px;
  display: inline-block;
  padding: 0;
}

/* line 126, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.technical_support_wrapper .supports_tabs a:not(:last-child) {
  margin-right: 2px;
}

/* line 129, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.technical_support_wrapper .supports_tabs a.active {
  background: #3246D2;
  width: 26px;
}

/* line 137, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.radius_badge {
  font-size: 10px;
  font-weight: 400;
  background: #343A40;
  display: inline-block;
  border-radius: 3px;
  padding: 5px 17px;
  color: #fff;
  border-radius: 30px;
}

/* line 149, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.active_users_info .active_users_groth .arrow_icon {
  display: flex;
  align-items: center;
}

/* line 152, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.active_users_info .active_users_groth .arrow_icon h4 {
  font-size: 40px;
  font-weight: 700;
  color: #383F46;
  margin-bottom: 0;
  margin: 0 24px 0 3px;
  line-height: 1;
}

/* line 160, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.active_users_info .active_users_groth .arrow_icon span {
  font-size: 13px;
  font-weight: 400;
  color: #FF0909;
}

/* line 167, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.active_users_info .active_users_lists {
  background: #F9F9F9;
  padding: 30px 20px;
}

/* line 170, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.active_users_info .active_users_lists .active_users_list_single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

/* line 175, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.active_users_info .active_users_lists .active_users_list_single .active_users_list_left {
  display: flex;
  align-items: center;
}

/* line 178, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.active_users_info .active_users_lists .active_users_list_single .active_users_list_left .thumb {
  width: 53px;
  height: 53px;
  flex: 53px 0 0;
  margin-right: 10px;
}

/* line 183, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.active_users_info .active_users_lists .active_users_list_single .active_users_list_left .thumb img {
  width: 100%;
}

/* line 188, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.active_users_info .active_users_lists .active_users_list_single .active_users_list_left .active_user_content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #25396F;
  margin-bottom: 5px;
}

/* line 200, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.active_users_info .active_users_lists .active_users_list_single .active_users_list_right span {
  font-size: 16px;
  font-weight: 400;
  color: #25396F;
}

/* line 204, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.active_users_info .active_users_lists .active_users_list_single .active_users_list_right span i {
  font-size: 10px;
  margin-left: 10px;
}

/* line 211, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.active_users_info .active_users_lists .view_more {
  font-size: 14px;
  font-weight: 400;
  color: #3246D2;
}

/* line 215, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.active_users_info .active_users_lists .view_more i {
  margin-left: 16px;
  display: inline-block;
}

/* line 223, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.Menu_NOtification_Wrap.support_wrapper {
  position: inherit;
  transform: none !important;
  width: 100%;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-radius: 0 !important;
}

/* line 231, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.Menu_NOtification_Wrap.support_wrapper .Activity_timeline ul li .activity_wrap {
  flex-direction: column;
}

/* line 234, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.Menu_NOtification_Wrap.support_wrapper .notification_Header {
  padding: 30px 20px;
}

/* line 236, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.Menu_NOtification_Wrap.support_wrapper .notification_Header h4 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}

/* line 241, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.Menu_NOtification_Wrap.support_wrapper .notification_Header p {
  font-size: 18px;
  font-weight: 400;
}

/* line 247, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.Menu_NOtification_Wrap.support_wrapper .notify_tab li {
  flex: 1;
}

/* line 249, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.Menu_NOtification_Wrap.support_wrapper .notify_tab li:not(:last-child) {
  margin-right: 10px;
}

/* line 252, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.Menu_NOtification_Wrap.support_wrapper .notify_tab li a {
  height: auto  !important;
  width: 100%  !important;
  text-align: center  !important;
  padding: 21px  !important;
  font-size: 16px  !important;
}

/* line 263, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.minimal_card {
  background: #fff;
  border-radius: 5px;
}

/* line 266, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.minimal_card .seller_card_heder {
  background: #fff !important;
}

/* line 271, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.minimal_task {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

@media (max-width: 767.98px) {
  /* line 271, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
  .minimal_task {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 280, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.minimal_task .active_users_groth .income_title {
  font-size: 18px;
  font-weight: 400;
  color: #8890B5;
  display: block;
  margin-bottom: 20px;
}

/* line 287, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.minimal_task .active_users_groth .arrow_icon {
  display: flex;
  align-items: center;
}

/* line 290, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.minimal_task .active_users_groth .arrow_icon h4 {
  font-size: 40px;
  font-weight: 700;
  color: #383F46;
  margin-bottom: 0;
  margin: 0 24px 0 3px;
  line-height: 1;
}

@media (max-width: 767.98px) {
  /* line 290, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
  .minimal_task .active_users_groth .arrow_icon h4 {
    font-size: 20px;
  }
}

/* line 301, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.minimal_task .active_users_groth .arrow_icon span {
  font-size: 13px;
  font-weight: 400;
  color: #FF0909;
}

/* line 311, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.minimal_box_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  /* line 311, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
  .minimal_box_wrapper {
    grid-gap: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1650.98px) {
  /* line 311, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
  .minimal_box_wrapper {
    grid-gap: 5px;
  }
}

@media (max-width: 991.98px) {
  /* line 311, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
  .minimal_box_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  /* line 311, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
  .minimal_box_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 328, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.minimal_box_wrapper .single_task {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
}

/* line 332, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.minimal_box_wrapper .single_task .task_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

/* line 337, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.minimal_box_wrapper .single_task .task_top .income_title {
  font-size: 18px;
  font-weight: 400;
  color: #8890B5;
  display: block;
}

/* line 343, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.minimal_box_wrapper .single_task .task_top .thumb {
  width: 43px;
}

/* line 345, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.minimal_box_wrapper .single_task .task_top .thumb img {
  width: 100%;
}

/* line 350, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.minimal_box_wrapper .single_task .arrow_icon {
  display: flex;
  align-items: center;
}

/* line 353, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.minimal_box_wrapper .single_task .arrow_icon h4 {
  font-size: 40px;
  font-weight: 700;
  color: #383F46;
  margin-bottom: 0;
  margin: 0 24px 0 3px;
  line-height: 1;
}

/* line 361, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_multipage.scss */
.minimal_box_wrapper .single_task .arrow_icon span {
  font-size: 13px;
  font-weight: 400;
  color: #FF0909;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_metis.scss */
.boxed_header {
  border: 1px solid #e1e5f5;
}

/* line 8, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_metis.scss */
.switcher_slide_wrapper {
  position: fixed;
  top: 13%;
  right: 0;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 5px 5px 5px;
  width: 350px;
}

/* line 19, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_metis.scss */
.switcher_slide_wrapper.swith_show {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.responsive-img {
  width: -webkit-fill-available;
}

@media (max-width: 991px) {
  /* line 8, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_metis.scss */
  .switcher_slide_wrapper {
    display: none !important;
  }
}

/* line 25, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_metis.scss */
.switcher_slide_wrapper .switcher_slide_wrapper_inner {
  position: relative;
  /* padding: 18px; */
}

/* line 29, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_metis.scss */
.switcher_slide_wrapper h5 {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

/* line 35, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_metis.scss */
.switcher_slide_wrapper .spin_icon_clicker {
  position: absolute;
  top: 1px;
  left: -42px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px 0px 0px 5px;
  cursor: pointer;
  background: #1c1c8d;
}

/* line 46, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_metis.scss */
.switcher_slide_wrapper .spin_icon_clicker i {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}

/* line 53, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_metis.scss */
.switcher_slide_wrapper li {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 15px;
}

/* line 59, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_metis.scss */
.switcher_slide_wrapper li:last-child {
  margin-bottom: 0;
}

/* line 63, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_metis.scss */
.switcher_slide_wrapper li.active i {
  color: #3246d2;
}

/* line 67, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_metis.scss */
.switcher_slide_wrapper li i {
  font-size: 16px;
  margin-right: 10px;
  color: #f8dbdd;
  transition: 0.3s;
}

/* line 74, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_metis.scss */
.switcher_slide_wrapper li span {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
}

/* line 83, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_metis.scss */
.switcher_slide_wrapper .colors li a {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}

/* line 87, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_metis.scss */
.switcher_slide_wrapper .colors li a i {
  font-size: 16px;
  margin-right: 10px;
  color: #fff;
  transition: 0.3s;
}

/* line 94, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_metis.scss */
.switcher_slide_wrapper .colors li a.selected i {
  color: #3246d2;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
.single_prising {
  background: #fff;
  border-radius: 5px;
}

/* line 6, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
.single_prising .prising_header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 55px 50px 52px 50px;
  border-bottom: 1px solid #eae4f8;
}

@media (max-width: 575.98px) {
  /* line 18, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
  .single_prising .prising_header {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  /* line 24, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
  .single_prising .prising_header {
    padding: 30px;
  }
}

/* line 29, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
.single_prising .prising_header .prising_header_left h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 14px;
  text-transform: uppercase;
}

/* line 36, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
.single_prising .prising_header .prising_header_left p {
  font-size: 12px;
  font-weight: 300;
  color: #555555;
  line-height: 22px;
}

/* line 43, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
.single_prising .prising_header .prising_header_right > span {
  font-size: 12px;
  font-weight: 300;
  color: #555555;
  display: block;
  overflow: hidden;
  margin-bottom: 7px;
}

/* line 52, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
.single_prising .prising_header .prising_header_right h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 575.98px) {
  /* line 61, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
  .single_prising .prising_header .prising_header_right h3 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  /* line 67, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
  .single_prising .prising_header .prising_header_right h3 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  /* line 73, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
  .single_prising .prising_header .prising_header_right h3 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  /* line 79, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
  .single_prising .prising_header .prising_header_right h3 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  /* line 85, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
  .single_prising .prising_header .prising_header_right h3 {
    font-size: 30px;
  }
}

/* line 90, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
.single_prising .prising_header .dolar_singn {
  left: -13px !important;
  top: 7px !important;
  position: absolute;
  top: 4px;
  left: -14px;
  font-size: 16px;
}

/* line 99, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
.single_prising .prising_list {
  padding: 30px 20px;
}

@media (max-width: 575.98px) {
  /* line 104, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
  .single_prising .prising_list {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  /* line 111, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
  .single_prising .prising_list {
    padding-left: 30px;
  }
}

/* line 116, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
.single_prising .prising_list ul {
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  /* line 121, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
  .single_prising .prising_list ul {
    margin-bottom: 30px;
  }
}

/* line 126, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
.single_prising .prising_list ul li span {
  font-size: 14px;
  font-weight: 300;
  color: #555555;
  display: inline-block;
  line-height: 40px;
  margin-left: 15px;
}

/* line 135, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
.single_prising .prising_list ul li i {
  background: #3246d2;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  color: #fff;
}

/* line 150, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
.single_prising .prising_list ul li.in_active i {
  background: #ff0000;
}

/* line 154, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_pricing.scss */
.single_prising .prising_list ul li.in_active span {
  color: #999999;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.action_group {
  display: flex;
  grid-gap: 10px;
}

/* line 4, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.action_group a {
  width: 43px;
  height: 39px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EFF4F9;
  border-radius: 5px;
}

/* line 13, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.action_group a:hover {
  border-color: #FF6E6E;
}

/* line 19, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.serial_number {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-weight: 600;
  color: #20265B;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  background: #EBF1FF;
  display: inline-block;
}

/* line 32, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.arrow_text {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #17263A;
  display: flex;
  align-items: center;
}

/* line 39, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.arrow_text:hover {
  color: #3246D2;
}

/* line 42, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.arrow_text.small_text {
  color: #8D95B2;
}

/* line 44, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.arrow_text.small_text i {
  font-size: 15px;
  margin-left: 5px;
}

/* line 49, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.arrow_text i {
  font-size: 25px;
  color: #3246D2;
  margin-left: 12px;
}

/* line 58, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.running_event_lists .single_event {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 0px;
  grid-gap: 30px;
  flex-wrap: wrap;
}

/* line 65, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.running_event_lists .single_event:not(:last-child) {
  margin-bottom: 25px;
}

/* line 74, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.running_event_lists .single_event .event_left {
  flex: 1;
  display: flex;
  align-items: center;
}

/* line 78, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.running_event_lists .single_event .event_left .thumb {
  background-repeat: no-repeat;
  height: 45px;
  width: 45px;
  flex: 45px 0 0;
  margin-right: 15px;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FDEDF8;
  border-radius: 5px;
}

/* line 90, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.running_event_lists .single_event .event_left .thumb.thumb2 {
  background: #E6FAF4;
}

/* line 93, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.running_event_lists .single_event .event_left .thumb.thumb2 .thumb_text span {
  color: #2ACD96;
}

/* line 95, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.running_event_lists .single_event .event_left .thumb.thumb2 .thumb_text span.day_text {
  color: #2ACD96;
}

/* line 101, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.running_event_lists .single_event .event_left .thumb.thumb3 {
  background: #E7F3FE;
}

/* line 104, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.running_event_lists .single_event .event_left .thumb.thumb3 .thumb_text span {
  color: #128AF9;
}

/* line 106, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.running_event_lists .single_event .event_left .thumb.thumb3 .thumb_text span.day_text {
  color: #128AF9;
}

/* line 112, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.running_event_lists .single_event .event_left .thumb .thumb_text {
  text-align: center;
}

/* line 114, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.running_event_lists .single_event .event_left .thumb .thumb_text span {
  font-size: 14px;
  font-weight: 600;
  color: #EF5EC0;
  text-align: center;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}

/* line 121, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.running_event_lists .single_event .event_left .thumb .thumb_text span.day_text {
  font-size: 12px;
  font-weight: 400;
  margin-top: 0px;
  display: block;
  line-height: 1;
  color: #EF5EC0;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

/* line 135, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.running_event_lists .single_event .event_right {
  flex: 1;
}

/* line 137, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.running_event_lists .single_event .event_right h4 {
  font-size: 16px;
  font-weight: 500;
  color: #17263A;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

/* line 144, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.running_event_lists .single_event .event_right p {
  font-size: 12px;
  color: #8D95B2;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

/* line 156, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.report_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(114px, 1fr));
  grid-gap: 15px;
}

/* line 160, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.report_wrapper .single_report {
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 15px 15px rgba(222, 229, 247, 0.35);
  transition: .3s;
  border: 1px solid transparent;
  margin-bottom: 10px;
}

/* line 167, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.report_wrapper .single_report:hover {
  border-color: #DEE5F7;
}

/* line 170, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.report_wrapper .single_report .thumb {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

/* line 175, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.report_wrapper .single_report h4 {
  font-size: 12px;
  font-weight: 400;
  color: #B39CFF;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
}

/* line 181, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.report_wrapper .single_report h4.orange_text {
  color: #FF592D;
}

/* line 184, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.report_wrapper .single_report h4.green_text {
  color: #3AC53F;
}

/* line 188, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.report_wrapper .single_report h3 {
  font-size: 18px;
  font-weight: 500;
  color: #17263A;
  font-family: "Roboto", sans-serif;
  margin: 15px 0;
}

/* line 199, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hr_upcomimg_event {
  background: #EFF2FA;
  padding: 15px;
}

/* line 202, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hr_upcomimg_event .single_event {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 0px;
  grid-gap: 30px;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 15px;
  padding: 20px 15px;
}

/* line 212, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hr_upcomimg_event .single_event:not(:last-child) {
  margin-bottom: 25px;
}

/* line 221, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hr_upcomimg_event .single_event .event_left {
  flex: 1;
  display: flex;
  align-items: center;
}

/* line 225, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hr_upcomimg_event .single_event .event_left .thumb {
  background-repeat: no-repeat;
  height: 45px;
  width: 45px;
  flex: 45px 0 0;
  margin-right: 15px;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FDEDF8;
  border-radius: 5px;
}

/* line 237, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hr_upcomimg_event .single_event .event_left .thumb.thumb2 {
  background: #E6FAF4;
}

/* line 240, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hr_upcomimg_event .single_event .event_left .thumb.thumb2 .thumb_text span {
  color: #2ACD96;
}

/* line 242, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hr_upcomimg_event .single_event .event_left .thumb.thumb2 .thumb_text span.day_text {
  color: #2ACD96;
}

/* line 248, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hr_upcomimg_event .single_event .event_left .thumb.thumb3 {
  background: #E7F3FE;
}

/* line 251, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hr_upcomimg_event .single_event .event_left .thumb.thumb3 .thumb_text span {
  color: #128AF9;
}

/* line 253, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hr_upcomimg_event .single_event .event_left .thumb.thumb3 .thumb_text span.day_text {
  color: #128AF9;
}

/* line 259, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hr_upcomimg_event .single_event .event_left .thumb .thumb_text {
  text-align: center;
}

/* line 261, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hr_upcomimg_event .single_event .event_left .thumb .thumb_text span {
  font-size: 14px;
  font-weight: 600;
  color: #EF5EC0;
  text-align: center;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}

/* line 268, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hr_upcomimg_event .single_event .event_left .thumb .thumb_text span.day_text {
  font-size: 12px;
  font-weight: 400;
  margin-top: 0px;
  display: block;
  line-height: 1;
  color: #EF5EC0;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

/* line 282, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hr_upcomimg_event .single_event .event_right {
  flex: 1;
}

/* line 284, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hr_upcomimg_event .single_event .event_right h4 {
  font-size: 16px;
  font-weight: 500;
  color: #17263A;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

/* line 291, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hr_upcomimg_event .single_event .event_right p {
  font-size: 12px;
  color: #8D95B2;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

/* line 305, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.buy_btc_wrapper label {
  font-size: 14px;
  font-weight: 400;
  color: #6C6780;
  margin-bottom: 10px;
}

/* line 311, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.buy_btc_wrapper .buy_btc_header {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px;
  border-bottom: 1px solid #EDF1F5;
  justify-content: space-between;
  padding-top: 20px;
  margin-bottom: 20px;
}

/* line 319, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.buy_btc_wrapper .buy_btc_header span {
  font-size: 14px;
  font-weight: 400;
  color: #4C4957;
  display: block;
  margin-bottom: 10px;
}

/* line 327, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.buy_btc_wrapper .buy_btc_bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 20px;
  justify-content: space-between;
}

/* line 337, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.buy_btc_wrapper h5 {
  color: #4C4957;
  font-size: 16px;
  text-align: right;
}

/* line 348, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.single_group_field label {
  font-size: 14px;
  font-weight: 400;
  color: #6C6780;
  margin-bottom: 10px;
}

/* line 354, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.single_group_field .input-group {
  background: #F6F9FE;
  height: 55px;
  border-radius: 10px;
  padding: 5px 0;
  align-items: center;
}

/* line 360, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.single_group_field .input-group span {
  font-size: 14px;
  font-weight: 400;
  color: #6C6780;
  background: #F6F9FE;
  border-radius: 10px;
  border: 0;
  padding: 0 20px;
}

/* line 369, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.single_group_field .input-group input {
  padding: 5px 20px;
  background: #F6F9FE;
  border: 0;
  height: 28px;
  border-left: 1px solid #E5E7E9;
}

/* line 379, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hidden_search_field {
  position: relative;
}

/* line 381, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hidden_search_field .serach_field-area {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  background: #F3F7FE;
  top: -12px;
  width: 250px;
}

/* line 389, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hidden_search_field .serach_field-area input {
  background: #F3F7FE;
}

/* line 392, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_hr.scss */
.hidden_search_field .serach_field-area.active {
  opacity: 1;
  visibility: visible;
}

/* line 2, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.order_boxes .single_order {
  background-image: url(../img/architect/order_bg_1.png);
  padding: 30px;
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 9, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.order_boxes .single_order .order_heder {
  margin-bottom: 5px;
}

/* line 10, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.order_boxes .single_order .order_heder h3 {
  font-size: 14px;
  color: #DFE0E1;
  font-weight: 500;
}

/* line 15, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.order_boxes .single_order .order_heder span {
  font-size: 26px;
  font-weight: 400;
  color: #0093FF;
}

/* line 22, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.order_boxes .single_order .order_middle {
  margin-bottom: 30px;
}

/* line 24, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.order_boxes .single_order .order_middle span {
  background: rgba(0, 147, 255, 0.05);
  border-radius: 5px;
  color: #8F92A1;
  font-size: 14px;
  padding: 5px 15px;
}

/* line 37, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.order_boxes .single_order:last-child {
  background-image: url(../img/architect/order_bg_2.png);
}

/* line 39, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.order_boxes .single_order:last-child .order_heder {
  border-bottom: 1px solid #443A3D;
}

/* line 41, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.order_boxes .single_order:last-child .order_heder span {
  color: #FF0056;
}

/* line 50, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.analicis_box {
  background: rgba(49, 50, 55, 0.49);
  padding: 30px;
  border-radius: 20px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 57, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.analicis_box .analicis_head {
  border-bottom: 1px solid #3A3F44;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/* line 61, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.analicis_box .analicis_head h3 {
  font-size: 16px;
  color: #DFE0E1;
  font-weight: 400;
}

/* line 67, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.analicis_box .analicis_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  /* line 67, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
  .analicis_box .analicis_body {
    flex-direction: column;
  }
}

/* line 75, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.analicis_box .analicis_body .analicis_left p {
  font-size: 14px;
  color: #93979B;
}

/* line 79, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.analicis_box .analicis_body .analicis_left h3 {
  font-size: 40px;
  color: #FF5055;
  font-weight: 400;
  margin: 10px 0 10px 0;
}

/* line 85, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.analicis_box .analicis_body .analicis_left span {
  font-size: 14px;
  background: rgba(101, 34, 41, 0.05);
  font-weight: 400;
  color: #8F92A1;
  border-radius: 5px;
  padding: 6px 15px;
}

/* line 99, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.analicis_box.analicis_box1 {
  background-image: url(../img/architect/sales_bg_1.png);
}

/* line 102, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.analicis_box.analicis_box2 {
  background-image: url(../img/architect/sales_bg_2.png);
}

/* line 104, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.analicis_box.analicis_box2 h3 {
  color: #879AFF !important;
}

/* line 108, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.analicis_box.analicis_box3 {
  background-image: url(../img/architect/sales_bg_3.png);
}

/* line 110, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.analicis_box.analicis_box3 h3 {
  color: #67DE67 !important;
}

/* line 119, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.task_box_wrapper2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  /* line 119, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
  .task_box_wrapper2 {
    grid-gap: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1650.98px) {
  /* line 119, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
  .task_box_wrapper2 {
    grid-gap: 5px;
  }
}

@media (max-width: 991.98px) {
  /* line 119, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
  .task_box_wrapper2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  /* line 119, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
  .task_box_wrapper2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 135, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.task_box_wrapper2.ecommarce_task {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767.98px) {
  /* line 135, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
  .task_box_wrapper2.ecommarce_task {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 140, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.task_box_wrapper2.ecommarce_task .single_task {
  flex-direction: column;
}

/* line 142, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.task_box_wrapper2.ecommarce_task .single_task .icon {
  margin-right: 0;
}

/* line 145, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.task_box_wrapper2.ecommarce_task .single_task .task_content {
  text-align: center;
}

/* line 147, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.task_box_wrapper2.ecommarce_task .single_task .task_content h3 {
  margin-top: 10px;
}

/* line 153, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.task_box_wrapper2.crm_box_wrapper {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991px) {
  /* line 153, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
  .task_box_wrapper2.crm_box_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 159, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.task_box_wrapper2 .single_task {
  background: transparent;
  border-radius: 20px;
  padding: 20px;
  flex-wrap: wrap;
  background-image: url("../img/task/task_bg_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
}

/* line 166, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.task_box_wrapper2 .single_task:nth-child(2) {
  border-color: #FCECCE;
}

/* line 169, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.task_box_wrapper2 .single_task:nth-child(3) {
  border-color: #C0FBF7;
}

/* line 172, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.task_box_wrapper2 .single_task:nth-child(4) {
  border-color: #FFE2E5;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  /* line 159, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
  .task_box_wrapper2 .single_task {
    padding: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1650.98px) {
  /* line 159, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
  .task_box_wrapper2 .single_task {
    padding: 10px;
  }
}

/* line 181, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.task_box_wrapper2 .single_task .icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #EFF7FF;
  text-align: center;
  line-height: 84px;
  margin-right: 25px;
  flex: 84px 0 0;
}

@media (max-width: 991px) {
  /* line 181, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
  .task_box_wrapper2 .single_task .icon {
    margin-bottom: 15px;
  }
}

/* line 206, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.task_box_wrapper2 .single_task .task_content h4 {
  font-size: 14px;
  font-weight: 400;
  color: #B5B5C3;
  font-family: "Roboto", sans-serif;
}

/* line 212, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.task_box_wrapper2 .single_task .task_content h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1650.98px) {
  /* line 212, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
  .task_box_wrapper2 .single_task .task_content h3 {
    font-size: 20px;
  }
}

/* line 221, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_architec.scss */
.task_box_wrapper2 .single_task .task_content p {
  font-size: 14px;
  font-weight: 400;
  color: #9B9EAB;
  margin-bottom: 0;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.transaction_card {
  display: flex;
  align-items: center;
  padding: 60px 30px;
  border-radius: 20px;
  background: #496ecc;
  background: -moz-linear-gradient(left, #496ecc 25%, #496ecc 100%);
  background: -webkit-linear-gradient(left, #496ecc 25%, #496ecc 100%);
  background: linear-gradient(to right, #496ecc 25%, #496ecc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bcfc5', endColorstr='#3197b7',GradientType=1 );
}

@media (min-width: 1200px) and (max-width: 1400.98px) {
  /* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
  .transaction_card {
    padding: 30px 25px;
  }
}

/* line 14, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.transaction_card .icon {
  line-height: 100px;
  text-align: center;
  height: 100px;
  width: 100px;
  min-width: 100px;
  margin-right: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
}

/* line 25, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.transaction_card .transcation_content h3 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}

/* line 30, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.transaction_card .transcation_content p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 12px 0;
}

/* line 36, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.transaction_card .transcation_content a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

/* line 46, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.Spendings_boxes .single_Spendings {
  padding: 0px;
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 52, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.Spendings_boxes .single_Spendings .order_middle {
  margin-bottom: 30px;
}

/* line 54, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.Spendings_boxes .single_Spendings .order_middle span {
  font-size: 16px;
}

/* line 67, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.card-bx .pattern-img {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  content: "";
  top: 0;
  left: 0;
}

/* line 77, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.card-bx {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px 50px 30px 35px;
  display: flex;
}

@media (max-width: 991px) {
  /* line 77, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
  .card-bx {
    padding: 25px;
  }
}

/* line 88, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.card-bx .change-btn {
  writing-mode: tb;
  position: relative;
  font-weight: 600;
  background: #fff;
  color: #000;
  border-radius: 10px;
  transform: rotate(-180deg);
  font-size: 17px;
  padding: 20px 23px;
}

/* line 99, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.card-bx .change-btn::after {
  content: "";
  position: absolute;
  right: 10px;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 90%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.3);
}

/* line 111, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.card-bx .change-btn .up-ico {
  margin-bottom: 20px;
  color: #9fa4a6;
}

/* line 115, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.card-bx .change-btn .reload-icon {
  height: 53px;
  width: 53px;
  line-height: 53px;
  background: #fafafa;
  color: #969ba0;
  border-radius: 1.25rem;
  text-align: center;
  font-size: 20px;
  margin: 10px -15px -10px;
  float: right;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 130, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.card-list li {
  display: flex;
  align-items: center;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
}

/* line 137, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.card-list li .circle {
  display: inline-block;
  height: 19px;
  width: 19px;
  border-radius: 19px;
  margin-right: 10px;
  margin-left: 0;
}

/* line 145, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.card-list li span {
  color: #969ba0;
  margin-left: auto;
}

/* line 149, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.card-list li span {
  color: #969ba0;
  margin-left: auto;
}

/* line 153, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.bg-light {
  background-color: #c8c8c8 !important;
}

/* line 157, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_keroui.scss */
.bg-blue {
  background: #496ecc !important;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_adrim.scss */
.round_arrow {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  flex: 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9FFD6;
  color: #5CAF55;
}

/* line 13, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_adrim.scss */
.round_arrow i {
  transform: rotate(-45deg);
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.bulet_color {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5e5ce6;
}

/* line 10, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.page_title_date .line_btn_1 {
  background: #eff6f9;
  border-radius: 3px;
  height: 45px;
  padding: 12px 15px 12px 20px;
  display: flex;
  align-items: center;
  border: 0;
}

/* line 19, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.page_title_date .dropdown-menu {
  min-width: 200px;
}

/* line 24, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.summery_wiz {
  background: #f0fffd;
  padding: 20px;
}

/* line 27, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.summery_wiz.style_2 {
  background: #f4f6ff;
}

/* line 30, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.summery_wiz h4 {
  font-weight: 700;
  color: #282b3f;
  font-family: "Roboto", sans-serif;
}

/* line 36, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.summery_wiz .summery_wiz_text h5 {
  font-family: "Roboto", sans-serif;
}

/* line 38, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.summery_wiz .summery_wiz_text h5 span {
  color: #f35421;
  font-family: "Roboto", sans-serif;
}

/* line 43, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.summery_wiz .summery_wiz_text p {
  color: #5b636d;
  font-family: "Roboto", sans-serif;
}

/* line 50, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.chart_bg {
  background: #fff8f5;
}

/* line 54, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.bulet_ball {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1eaae7;
  display: inline-block;
  flex: 20px 0 0;
}

/* line 61, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.bulet_ball.style2 {
  background: #ff7a30;
}

/* line 64, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.bulet_ball.style3 {
  background: #6418c3;
}

/* line 67, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.bulet_ball.style4 {
  background: #ffef5f;
}

/* line 70, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.bulet_ball.style5 {
  background: #2bc155;
}

/* line 74, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.sales_tag_lists {
  display: flex;
  flex-wrap: wrap;
}

/* line 78, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.sales_tag_bulet {
  display: flex;
  align-items: center;
  flex: 45% 0 0;
  justify-content: center;
}

/* line 85, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.white_card.line_style {
  position: relative;
}

/* line 99, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.alert_notify_message {
  position: relative;
  z-index: 0;
}

/* line 102, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.alert_notify_message .close_icon {
  right: 20px;
  top: 10px;
  cursor: pointer;
}

/* line 106, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.alert_notify_message .close_icon i {
  font-size: 15px;
  color: #7f8388;
}

/* line 111, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.alert_notify_message .alert_notify_message_inner {
  background: #e1def5;
  border-radius: 10px;
  padding: 10px 40px;
}

/* line 116, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.alert_notify_message::before {
  content: "";
  background: #c2bdee;
  border-radius: 10px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 20px;
  position: absolute;
  height: 50px;
  z-index: -1;
}

/* line 128, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.alert_notify_message::after {
  content: "";
  background: #e9e7f9;
  border-radius: 10px;
  left: 30px;
  right: 30px;
  bottom: 25px;
  top: 28px;
  position: absolute;
  height: 50px;
  z-index: -11;
}

/* line 140, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.alert_notify_message h4 {
  font-size: 14px;
  font-weight: 700;
  color: #544b8b;
  margin-bottom: 5px;
}

/* line 146, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.alert_notify_message p {
  font-size: 12px;
  color: #574f8f;
  font-weight: 400;
  margin: 0;
}

/* line 154, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.arrow_box {
  background: #783efd;
  box-shadow: 0px 5px 10px rgba(120, 62, 253, 0.3);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(164, 149, 199, 0.3);
  border-radius: 5px;
}

/* line 164, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.arrow_box.style2 {
  background: #f78c69;
  box-shadow: 0px 5px 10px rgba(239, 69, 26, 0.2);
}

/* line 168, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.arrow_box.style3 {
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(239, 69, 26, 0.2);
}

/* line 173, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.master_box {
  border: 1px solid #e4e4f0;
  padding: 20px;
}

/* line 177, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.total_amount {
  border-top: 1px solid rgba(255, 96, 107, 0.2);
  padding-top: 30px;
}

/* line 183, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.list_wized .single_list {
  padding: 0px;
  background: #fff;
}

/* line 186, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.list_wized .single_list:not(:last-child) {
  margin-bottom: 30px;
}

/* line 192, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.list_wized2 .single_list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 96, 107, 0.2);
}

/* line 198, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.user_profile_box {
  background: #ffffff;
  border-radius: 20px;
}

/* line 201, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.user_profile_box .profile_thumb {
  width: 127px;
  margin: auto;
}

/* line 204, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.user_profile_box .profile_thumb img {
  width: 100%;
}

/* line 212, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.user_profile_box .user_projects .single_projects span {
  font-size: 12px;
  font-weight: 400;
  color: #a3aed0;
  margin-bottom: 0px;
}

/* line 218, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.user_profile_box .user_projects .single_projects h5 {
  font-size: 24px;
  font-weight: 700;
  color: #1b2559;
  margin: 0;
}

/* line 227, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.ml-2 {
  margin-left: 10px;
}

/* line 232, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.country_server .single_server {
  background: #ffffff;
  box-shadow: 0px 21px 79px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 15px 17px;
}

/* line 237, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.country_server .single_server:not(:last-child) {
  margin-bottom: 10px;
}

/* line 240, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.country_server .single_server span {
  color: #363b64;
}

/* line 243, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.country_server .single_server h4 {
  margin: 0;
}

/* line 248, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dashui.scss */
.chart_div {
  height: 310px;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.customer_counter {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  margin: 0 25px 25px 25px;
}

/* line 6, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.customer_counter .single_customer_counter {
  padding: 30px;
  border-radius: 10px;
  flex: 50% 0 0;
}

/* line 10, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.customer_counter .single_customer_counter:hover {
  background: #ffffff;
  box-shadow: 0px 5px 10px #dedede;
}

/* line 13, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.customer_counter .single_customer_counter:hover.style2 {
  background: transparent;
  box-shadow: unset;
}

/* line 18, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.customer_counter .single_customer_counter.active {
  background: #ffffff;
  box-shadow: 0px 5px 10px #dedede;
}

@media (max-width: 991px) {
  /* line 6, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
  .customer_counter .single_customer_counter {
    flex: 100% 0 0;
  }
}

/* line 35, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.customer_counter .single_customer_counter .single_customer_counter_content .counter_content_text h4 {
  font-size: 40px;
}

@media (max-width: 991px) {
  /* line 35, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
  .customer_counter .single_customer_counter .single_customer_counter_content .counter_content_text h4 {
    font-size: 20px;
  }
}

/* line 47, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.customer_btn {
  background: #fee6e0;
  border-radius: 10px;
  color: #ca3813;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 6px 12px;
}

/* line 55, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.customer_btn.style2 {
  background: #ffffff;
  border-radius: 10px;
  color: #2dca13;
}

/* line 62, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.total_client_boxs {
  padding: 50px;
  border-radius: 10px;
  grid-gap: 28px;
  display: flex;
  background: #fff;
}

/* line 68, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.total_client_boxs .total_client_box {
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  border-radius: 10px;
  flex: 1 1 50%;
  padding: 20px;
}

/* line 74, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.total_client_boxs .total_client_box .large_text {
  font-size: 70px;
}

@media (max-width: 991px) {
  /* line 74, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
  .total_client_boxs .total_client_box .large_text {
    font-size: 30px;
  }
}

/* line 83, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.mido_sales_box {
  background: #f6f4ff;
  border-radius: 10px;
}

/* line 88, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.transfer_box {
  background: #ffffff;
  transition: 0.3s;
  border-radius: 10px;
  padding: 23px;
  border: 1px solid #e3e3e3;
}

/* line 94, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.transfer_box:hover {
  box-shadow: 0px 21px 79px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}

/* line 98, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.transfer_box .trnsfer_header {
  margin-bottom: 30px;
}

/* line 101, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.transfer_box .trnsfer_header .trnsfer_info .thumb {
  width: 36px;
  height: 36px;
}

/* line 104, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.transfer_box .trnsfer_header .trnsfer_info .thumb img {
  width: 100%;
}

/* line 108, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.transfer_box .trnsfer_header .trnsfer_info h4 {
  font-weight: 600;
  font-size: 14px;
  color: #0f1231;
}

/* line 114, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.transfer_box .trnsfer_header span {
  font-size: 14px;
  color: #1e1e2d;
  font-weight: 400;
  background: #ffffff;
  border-radius: 30px;
  display: inline-block;
  padding: 3.5px 10px;
  background: #fff8e0;
}

/* line 126, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.transfer_box .trnsfer_body h4 {
  font-size: 12px;
  color: #1b1d4e;
  font-weight: 400;
}

/* line 132, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.transfer_box .trnsfer_body .transfer_imgs .single_small_img {
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: -5px;
  border: 1px solid #fff;
}

/* line 138, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.transfer_box .trnsfer_body .transfer_imgs .single_small_img img {
  width: 100%;
  border-radius: 50%;
}

/* line 146, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.tsnsfer_btn {
  background: #f4f4f4;
  border-radius: 10px;
  color: #3f6ad8;
  font-weight: 400;
  font-size: 14px;
  border: 0;
  padding: 14.5px;
  position: relative;
}

/* line 155, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.tsnsfer_btn .eidt_icon {
  background: #ffffff;
  box-shadow: 0px 2px 27px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  top: 5px;
}

/* line 170, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.usrs_chart_bg {
  background: #fffbf2;
  border-radius: 12px;
  margin: 0 15px;
}

/* line 175, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.pt_15 {
  padding-top: 15px;
}

/* line 179, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.user_profile_box {
  background: #ffffff;
  border-radius: 20px;
}

/* line 182, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.user_profile_box .profile_thumb {
  width: 127px;
  margin: auto;
}

/* line 185, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.user_profile_box .profile_thumb img {
  width: 100%;
}

/* line 193, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.user_profile_box .user_projects .single_projects span {
  font-size: 12px;
  font-weight: 400;
  color: #a3aed0;
  margin-bottom: 0px;
}

/* line 199, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.user_profile_box .user_projects .single_projects h5 {
  font-size: 24px;
  font-weight: 700;
  color: #1b2559;
  margin: 0;
}

/* line 208, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.ml-2 {
  margin-left: 10px;
}

/* line 215, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.single_activity_graph {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
}

/* line 222, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.activity_graph {
  display: flex;
  grid-gap: 15px;
}

@media (max-width: 991px) {
  /* line 222, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
  .activity_graph {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

/* line 229, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.activity_graph .activity_graph_chart {
  flex: 1 1 60%;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  border-radius: 10px;
}

/* line 236, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.activity_graph .activity_graph_chart span {
  color: #1cd2cf;
}

@media (max-width: 991px) {
  /* line 229, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
  .activity_graph .activity_graph_chart {
    flex: 1 1 100%;
  }
}

/* line 243, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.activity_graph .activity_graph_info {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}

@media (max-width: 991px) {
  /* line 243, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
  .activity_graph .activity_graph_info {
    flex: 1 1 100%;
  }
}

/* line 254, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.theme_tabs {
  background: transparent !important;
  grid-gap: 20px;
}

/* line 258, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.theme_tabs .nav-item .nav-link {
  background: #f4f4f4;
  border-radius: 5px;
  color: #2d3845;
}

/* line 262, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.theme_tabs .nav-item .nav-link.active {
  background: #16aaff;
  color: #fff;
}

/* line 270, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.users_list {
  display: flex;
  grid-gap: 50px;
  flex-wrap: nowrap;
}

/* line 274, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.users_list .single_user_info {
  display: flex;
  grid-gap: 15px;
}

/* line 278, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.users_list .single_user_info.style2 span {
  background: rgba(116, 89, 217, 0.2);
}

/* line 282, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.users_list .single_user_info span {
  background: #7459d9;
  border-radius: 100px;
  height: 4px;
  width: 30px;
}

/* line 288, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.users_list .single_user_info p {
  font-weight: 400;
  font-size: 14px;
  color: #7c8086;
}

/* line 293, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_customers.scss */
.users_list .single_user_info h5 {
  font-weight: 600;
  font-size: 14px;
  color: #11263c;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson {
  background: #2e2e44;
}

/* line 3, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .sidebar {
  border-color: #2e2e44;
}

/* line 6, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .serach_field-area .search_inner input,
.dark_virson .header_iner .line_icon {
  background: #2e2e44;
}

/* line 10, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .serach_field-area .search_inner button i {
  color: #fff;
}

/* line 13, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .header_iner .line_icon img {
  filter: invert(1);
}

/* line 16, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .header_iner {
  background: #39394f;
  box-shadow: none;
}

/* line 20, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .white_card,
.dark_virson .total_client_boxs,
.dark_virson .activity_graph .activity_graph_chart {
  background: #39394f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 27, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .white_card p,
.dark_virson .white_card h1,
.dark_virson .white_card h2,
.dark_virson .white_card h3,
.dark_virson .white_card h4,
.dark_virson .white_card h5,
.dark_virson .white_card h6,
.dark_virson .total_client_boxs p,
.dark_virson .total_client_boxs h1,
.dark_virson .total_client_boxs h2,
.dark_virson .total_client_boxs h3,
.dark_virson .total_client_boxs h4,
.dark_virson .total_client_boxs h5,
.dark_virson .total_client_boxs h6,
.dark_virson .activity_graph .activity_graph_chart p,
.dark_virson .activity_graph .activity_graph_chart h1,
.dark_virson .activity_graph .activity_graph_chart h2,
.dark_virson .activity_graph .activity_graph_chart h3,
.dark_virson .activity_graph .activity_graph_chart h4,
.dark_virson .activity_graph .activity_graph_chart h5,
.dark_virson .activity_graph .activity_graph_chart h6 {
  color: #fff !important;
}

/* line 37, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .total_client_boxs .total_client_box {
  background: #2e2e44;
}

/* line 40, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .customer_counter {
  background: #2e2e44;
}

/* line 44, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .customer_counter .single_customer_counter:nth-child(1) {
  background: #39394f;
  box-shadow: 0px 5px 10px #1e1e33;
}

/* line 48, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .customer_counter .single_customer_counter:hover {
  background: #39394f;
  box-shadow: 0px 5px 10px #1e1e33;
}

/* line 53, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .country_server .single_server,
.dark_virson .transfer_box {
  background: transparent;
  box-shadow: unset;
  border: 1px solid #55556b;
}

/* line 59, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .list_wized .single_list {
  background: transparent;
}

/* line 62, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .footer_part .footer_iner {
  background: #363b64;
  border-radius: 10px 10px 0px 0px;
}

.dark_virson .footer_part .footer_iner p {
  background: #363b64;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
}

/* line 66, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .customer_counter {
  background: unset;
  border-radius: 10px;
  padding: 20px;
  margin: 0 25px 25px 25px;
}

/* line 72, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .customer_btn {
  background: #fee6e0;
  border-radius: 10px;
  color: #ca3813;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 5px 8px;
}

/* line 80, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .customer_btn.style2 {
  background: #ffffff;
  border-radius: 10px;
  color: #2dca13;
}

/* line 87, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .total_client_boxs {
  padding: 50px;
  border-radius: 10px;
  grid-gap: 28px;
  display: flex;
}

/* line 92, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .total_client_boxs .total_client_box {
  border: 1px solid #55556b;
  box-sizing: border-box;
  border-radius: 10px;
  flex: 1 1 50%;
  padding: 20px;
}

/* line 98, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .total_client_boxs .total_client_box .large_text {
  font-size: 70px;
}

@media (max-width: 991px) {
  /* line 98, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
  .dark_virson .total_client_boxs .total_client_box .large_text {
    font-size: 30px;
  }
}

/* line 107, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .mido_sales_box {
  background: #f6f4ff;
  border-radius: 10px;
}

/* line 111, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .Activity_timeline {
  position: relative;
}

/* line 113, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .Activity_timeline ul {
  border-left: 0;
  border-left: 2px dashed #55556b;
}

/* line 118, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .transfer_box {
  box-shadow: 0px 21px 79px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 23.4px;
}

/* line 122, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .transfer_box .trnsfer_header {
  margin-bottom: 30px;
}

/* line 125, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .transfer_box .trnsfer_header .trnsfer_info .thumb {
  width: 36px;
  height: 36px;
}

/* line 128, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .transfer_box .trnsfer_header .trnsfer_info .thumb img {
  width: 100%;
}

/* line 132, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .transfer_box .trnsfer_header .trnsfer_info h4 {
  font-weight: 600;
  font-size: 14px;
  color: #0f1231;
}

/* line 138, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .transfer_box .trnsfer_header span {
  font-size: 14px;
  color: #1b1d4e;
  font-weight: 400;
  background: #ffffff;
  border-radius: 10px;
  display: inline-block;
  padding: 2px 10px;
  background: #fff8e0;
  color: #363b64;
}

/* line 151, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .transfer_box .trnsfer_body h4 {
  font-size: 12px;
  color: #1b1d4e;
  font-weight: 400;
}

/* line 157, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .transfer_box .trnsfer_body .transfer_imgs .single_small_img {
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: -5px;
  border: 1px solid #fff;
}

/* line 163, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .transfer_box .trnsfer_body .transfer_imgs .single_small_img img {
  width: 100%;
  border-radius: 50%;
}

/* line 171, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .tsnsfer_btn {
  background: #363b64;
  border-radius: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  border: 0;
  padding: 14.5px;
}

/* line 181, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .usrs_chart_bg {
  background: #fffbf2;
  border-radius: 12px;
  margin: 0 15px;
}

/* line 186, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .pt_15 {
  padding-top: 15px;
}

/* line 190, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .user_profile_box {
  background: #ffffff;
  border-radius: 20px;
}

/* line 193, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .user_profile_box .profile_thumb {
  width: 127px;
  margin: auto;
}

/* line 196, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .user_profile_box .profile_thumb img {
  width: 100%;
}

/* line 204, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .user_profile_box .user_projects .single_projects span {
  font-size: 12px;
  font-weight: 400;
  color: #a3aed0;
  margin-bottom: 0px;
}

/* line 210, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .user_profile_box .user_projects .single_projects h5 {
  font-size: 24px;
  font-weight: 700;
  color: #1b2559;
  margin: 0;
}

/* line 219, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .ml-2 {
  margin-left: 10px;
}

/* line 226, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .single_activity_graph {
  background: #39394f;
  border: 1px solid #55556b;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
}

/* line 233, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .activity_graph {
  display: flex;
  grid-gap: 15px;
}

@media (max-width: 991px) {
  /* line 233, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
  .dark_virson .activity_graph {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

/* line 240, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .activity_graph .activity_graph_chart {
  flex: 1 1 60%;
  padding: 20px;
  border: 1px solid #55556b;
  box-sizing: border-box;
  border-radius: 10px;
}

/* line 246, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .activity_graph .activity_graph_chart span {
  color: #1cd2cf;
}

@media (max-width: 991px) {
  /* line 240, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
  .dark_virson .activity_graph .activity_graph_chart {
    flex: 1 1 100%;
  }
}

/* line 253, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .activity_graph .activity_graph_info {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}

@media (max-width: 991px) {
  /* line 253, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
  .dark_virson .activity_graph .activity_graph_info {
    flex: 1 1 100%;
  }
}

/* line 264, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .theme_tabs {
  background: transparent !important;
  grid-gap: 20px;
}

/* line 268, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .theme_tabs .nav-item .nav-link {
  background: #f4f4f4;
  border-radius: 5px;
  color: #2d3845;
}

/* line 272, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .theme_tabs .nav-item .nav-link.active {
  background: #16aaff;
  color: #fff;
}

/* line 280, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .users_list {
  display: flex;
  grid-gap: 50px;
  flex-wrap: nowrap;
}

/* line 284, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .users_list .single_user_info {
  display: flex;
  grid-gap: 15px;
}

/* line 288, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .users_list .single_user_info.style2 span {
  background: rgba(116, 89, 217, 0.2);
}

/* line 292, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .users_list .single_user_info span {
  background: #7459d9;
  border-radius: 100px;
  height: 4px;
  width: 30px;
}

/* line 298, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .users_list .single_user_info p {
  font-weight: 400;
  font-size: 14px;
  color: #7c8086;
}

/* line 303, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_dark_v.scss */
.dark_virson .users_list .single_user_info h5 {
  font-weight: 600;
  font-size: 14px;
  color: #11263c;
}

/* line 1, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.option_sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: #fff;
  z-index: 122;
  width: 500px;
  transition: 0.3s;
  box-shadow: -0.46875rem 0 2.1875rem #e1ebf1;
  transform: translateX(500px);
}

/* line 12, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.option_sidebar.active {
  transform: translateX(0px);
}

/* line 15, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.option_sidebar .option_sidebar_inner {
  height: 100vh;
  overflow-y: auto;
}

/* line 19, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.option_sidebar .option_sidebar_clicker {
  position: absolute;
  bottom: 120px;
  left: -50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 30px 0px 0px 30px;
  cursor: pointer;
  background: #4d69fa;
  color: #fff;
  font-size: 25px;
}

/* line 33, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.option_sidebar .list-group-item {
  padding: 15px 20px;
}

/* line 36, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.option_sidebar .option_header {
  font-size: 1.1rem;
  color: #495057;
  margin: 0;
  background: #f8f9fa;
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  align-content: center;
}

/* line 49, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.option_sidebar .list-group .widget-heading {
  opacity: 0.8;
  font-weight: 700;
}

/* line 53, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.option_sidebar .list-group .widget-subheading {
  opacity: 0.5;
}

/* line 57, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.option_sidebar .widget-content-wrapper {
  display: flex;
  grid-gap: 20px;
}

/* line 62, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.option_sidebar .widget-content-wrapper .widget-content .widget-content-right {
  margin-left: auto;
}

/* line 65, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.option_sidebar .widget-content-wrapper .widget-content-right {
  flex: 1 1 0;
  text-align: right;
}

/* line 69, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.option_sidebar .widget-content-wrapper .widget-content-right svg {
  width: 1em;
}

/* line 76, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.sd_switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: none;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

/* line 93, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.sd_switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 100, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.sd_switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: none;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}

/* line 118, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.sd_switch-label:before,
.sd_switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

/* line 129, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.sd_switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: none;
}

/* line 135, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.sd_switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: none;
  opacity: 0;
}

/* line 142, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.sd_switch-input:checked ~ .sd_switch-label {
  background: #47a8d8;
  box-shadow: none;
}

/* line 146, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.sd_switch-input:checked ~ .sd_switch-label:before {
  opacity: 0;
}

/* line 149, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.sd_switch-input:checked ~ .sd_switch-label:after {
  opacity: 1;
}

/* line 153, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.sd_switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: none;
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

/* line 171, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.sd_switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: none;
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}

/* line 187, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.sd_switch-input:checked ~ .sd_switch-handle {
  left: 40px;
  box-shadow: none;
}

/* line 192, G:/admin_project/36 admin/Updated_sDash/SD/SD/scss/_option_sidebar.scss */
.sd_switch-green > .sd_switch-input:checked ~ .sd_switch-label {
  background: #4fb845;
}

/*# sourceMappingURL=style.css.map */

/* Invoice Footer style */

.QA_section .QA_table tbody tr:first-child td {
  border-top: 20px solid #fff!important;
}

.QA_section .QA_table tbody th, .QA_section .QA_table tbody td {
  font-size: 14px;
  font-weight: 400;
  border-bottom: 0;
  background: #f9f9f9;
  border-bottom: 10px solid #fff;
  color: #6f7a92;
}

.QA_section .QA_table th, .QA_section .QA_table td {
  font-weight: 400;
  padding: 10px 15px;
  vertical-align: middle;
}