@charset "UTF-8";
/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,300i,400,400i,500,500i,600,600i,700,700i,800i,900&display=swap");
.primary_btn:hover, .primary_btn_large, .primary_btn_large:hover, .CRM_dropdown.dropdown .dropdown-toggle:hover, .CRM_dropdown.dropdown .dropdown-toggle:focus, .header_iner .header_right .header_notification_warp li > a > span.notification_count, .switch_toggle input:checked + .slider:before {
  background: -webkit-gradient(linear, left top, right top, from(#7C32FF), color-stop(70%, #A235EC), to(#C738D8));
  background: -o-linear-gradient(left, #7C32FF 0%, #A235EC 70%, #C738D8 100%);
  background: linear-gradient(90deg, #7C32FF 0%, #A235EC 70%, #C738D8 100%);
}

.header_iner .header_right .header_notification_warp li > a.gredient_hover:hover i {
  background: -webkit-linear-gradient(90deg, #7c32ff 0%, #c738d8 100%);
  background: -moz-linear-gradient(90deg, #7c32ff 0%, #c738d8 100%);
  background: -o-linear-gradient(90deg, #7c32ff 0%, #c738d8 100%);
  background: linear-gradient(90deg, #7c32ff 0%, #c738d8 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/**************** common css start ****************/
body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

body.crm_body_bg {
  background-image: url(../img/body-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1310px;
  }
}

.br_5 {
  border-radius: 5px;
}

.message_submit_form:focus {
  outline: none;
}

input:hover,
input:focus {
  outline: none !important;
  box-shadow: 0px 0px 0px 0px transparent !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: transparent;
  box-shadow: none;
}

.form-control {
  border-color: #BBC1C9;
}

.form-control:focus {
  box-shadow: 0 0 0 0rem transparent !important;
  border-color: #BBC1C9;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
}

.section_padding {
  padding: 120px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_padding {
    padding: 80px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_padding {
    padding: 70px 0px;
  }
}

@media (max-width: 575.98px) {
  .section_padding {
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_padding {
    padding: 70px 0px;
  }
}

.padding_top {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .padding_top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .padding_top {
    padding-top: 80px;
  }
}

.padding_bottom {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .padding_bottom {
    padding-bottom: 80px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

li {
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0px;
  color: #828BB2;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

a:focus,
.button:focus,
button:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.p_30 {
  padding: 30px;
}

@media (max-width: 991px) {
  .p_30 {
    padding: 20px;
  }
}

.p_20 {
  padding: 20px;
}

.p_15 {
  padding: 20px 20px 15px;
}

.pb_20 {
  padding-bottom: 20px;
}

.mt_60 {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .mt_60 {
    margin-top: 30px;
  }
}

.mt_25 {
  margin-top: 25px;
}

.mt_30 {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .mt_30 {
    margin-top: 15px;
  }
}

.mt_10 {
  margin-top: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_15_imp {
  margin-bottom: 13px !important;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_20_imp {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 20px;
}

.mb_50 {
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .mb_50 {
    margin-bottom: 30px;
  }
}

.mb_60 {
  margin-bottom: 60px;
}

@media (max-width: 575.98px) {
  .mb_60 {
    margin-bottom: 30px;
  }
}

.mt_50 {
  margin-top: 50px;
}

@media (max-width: 575.98px) {
  .mt_50 {
    margin-top: 25px;
  }
}

.mt_20 {
  margin-top: 20px;
}

.mb_10 {
  margin-bottom: 10px !important;
}

th:focus,
td:focus {
  outline: -webkit-focus-ring-color auto 0;
}

table.dataTable tbody th,
table.dataTable tbody td {
  vertical-align: middle;
}

.mt_40 {
  margin-top: 40px;
}

.section_bg {
  background-color: #fef1f2;
}

.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;
}

.cs_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cs_checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #e4e8ec;
}

.section_tittle {
  text-align: center;
}

.section_tittle h2 {
  font-size: 36px;
  margin-bottom: 25px;
  line-height: 33px;
}

@media (max-width: 991px) {
  .section_tittle h2 {
    margin-bottom: 15px;
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .section_tittle h2 {
    font-size: 30px;
  }
}

.section_tittle p {
  margin-bottom: 72px;
}

@media (max-width: 991px) {
  .section_tittle p {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section_tittle p {
    margin-bottom: 50px;
  }
}

/* Create the checkmark/indicator (hidden when not checked) */
.cs_checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.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: "";
}

.cs_checkbox span {
  padding: 0 !important;
}

.custom_checkbox tr th:first-child,
.custom_checkbox tr td:first-child {
  padding: 16px 0 16px 0 !important;
}

.border_1px {
  border-right: 1px solid rgba(130, 139, 178, 0.3);
  height: 40px;
  margin-right: 20px;
  margin-left: 8px;
}

.nice_Select {
  border: 0;
  border-radius: 0px;
  padding-left: 0;
  padding-right: 30px;
  color: #415094;
}

.nice_Select .nice-select-search-box {
  width: 200px !important;
}

.nice_Select.bgLess {
  background: transparent;
  border: 0 !important;
}

.nice_Select:after {
  content: "\e62a";
  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: -22px;
}

.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;
}

.nice_Select:focus {
  box-shadow: none;
  border: 0 !important;
}

.nice_Select:hover {
  border: 0;
}

.nice_Select.open .list {
  min-width: 200px;
  left: 0;
  overflow-y: auto;
}

.nice_Select.open .list li:first-child {
  color: #7c32ff;
}

.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;
}

.nice_Select .list {
  width: 100%;
  left: auto;
  right: 0;
  border-radius: 0px 0px 10px 10px;
  margin-top: 1px;
  z-index: 9999 !important;
  box-shadow: var(--box_shadow);
}

.nice_Select .list li {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.nice_Select2 {
  border: 0;
  border-radius: 0px;
  padding-left: 0;
  padding-right: 30px;
  color: #415094;
  background: transparent;
  border: 1px solid #000;
  padding-left: 25px;
  padding-right: 47px;
  border-radius: 30px;
  border: 1px solid #7c32ff;
  height: 32px;
  line-height: 31px;
  font-size: 12px;
  text-transform: uppercase;
}

.nice_Select2 .nice-select-search-box {
  width: 100% !important;
  margin-top: 5px;
}

.nice_Select2:after {
  content: "\e62a";
  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: 30px;
}

.nice_Select2:active, .nice_Select2.open, .nice_Select2:focus {
  border-color: #7c32ff;
}

.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: 15px;
  margin-top: 8px;
  right: 24px;
}

.nice_Select2:focus {
  box-shadow: none;
  border: 1px solid #7c32ff !important;
}

.nice_Select2:hover {
  border: 1px solid #7c32ff !important;
}

.nice_Select2.open .list {
  min-width: 100%;
  margin-top: 5px;
  left: 0;
  overflow-y: auto;
}

.nice_Select2.open .list li:first-child {
  color: #7c32ff;
}

.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;
}

.nice_Select2 .list {
  width: 100%;
  left: auto;
  right: 0;
  border-radius: 0px 0px 10px 10px;
  margin-top: 1px;
  z-index: 9999 !important;
  box-shadow: var(--box_shadow);
}

.nice_Select2 .list li {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.white_box {
  background-color: #fff;
  padding: 40px;
}

@media (max-width: 991px) {
  .white_box {
    padding: 30px 20px;
  }
}

@media (max-width: 575.98px) {
  .white_box {
    padding: 25px 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .white_box {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .white_box {
    padding: 30px 20px;
  }
}

.white_box h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 22px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
  .white_box h3 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .white_box h3 {
    margin-bottom: 10px;
  }
}

.white_box h3 span {
  font-weight: 300;
  color: #7e7172;
}

.progress-bar {
  text-align: right;
  padding-right: 8px;
}

.white_box_p_30 {
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .white_box_p_30 {
    padding: 25px 15px;
  }
}

.cu_dropdown .btn {
  border: 1px solid #f1f2f3;
  background-color: #fef1f2;
  color: #7e7172;
  font-size: 12px;
  font-weight: 300;
  padding: 5px 15px;
}

.cu_dropdown .btn_1 {
  padding: 11px 20px;
}

.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;
}

.cu_dropdown .dropdown-menu {
  min-width: auto;
  background-color: #222222;
  min-width: 102px;
  left: 0 !important;
  border-radius: 0 0 5px 5px;
  top: -2px !important;
  padding: 17px 0;
}

.cu_dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
  padding: 7px 20px;
  padding: 7px 20px;
  color: #fff;
}

.cu_dropdown .left_arrow:hover {
  background-color: transparent;
  padding-left: 38px;
}

.cu_dropdown .left_arrow:after {
  left: 18px;
  top: 11px;
}

.switch {
  -webkit-appearance: none;
  background-color: gray;
  border-radius: 43px;
  position: relative;
  cursor: pointer;
  padding: 14px 25px !important;
  margin-right: 20px;
  height: 30px;
}

.switch::after {
  top: 6px;
  left: 6px;
  content: '';
  width: 15px;
  height: 15px;
  background-color: #415094;
  position: absolute;
  border-radius: 100%;
  transition: 1s;
}

.switch:checked {
  background-color: #415094 !important;
}

.switch:checked::after {
  background-color: #fff !important;
}

.switch:checked::after {
  transform: translateX(25px);
}

.switch:focus {
  outline-color: transparent;
}

.menu_bropdown {
  display: inline-block;
}

.menu_bropdown .dropdown-menu {
  min-width: 168px !important;
  right: 0;
}

@media (max-width: 991px) {
  .sidebar_widget {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar_widget {
    margin-top: 0;
  }
}

.text_underline {
  color: #222222;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.text_underline:hover {
  color: #222222;
  text-decoration: underline;
}

.check_box_item {
  margin-top: 11px;
}

.check_box_item .single_check_box {
  padding: 15px 0;
  border-bottom: 1px solid #e4e8ec;
}

.check_box_item .single_check_box .switch {
  -webkit-appearance: none;
  background-color: transparent;
  padding: 14px 27px !important;
  margin-right: 0;
  border: 1px solid #e4e8ec;
}

.check_box_item .single_check_box .switch:after {
  top: 4px;
  width: 20px;
  height: 20px;
}

.check_box_item .single_check_box .switch:checked::after {
  background-color: #7e7172 !important;
  left: 4px;
}

.check_box_item .single_check_box .switch:checked {
  background-color: transparent !important;
}

.list_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: center;
}

@media (max-width: 575.98px) {
  .list_header {
    display: block;
  }
}

.list_header p {
  color: #222222;
  font-weight: 500;
}

.list_header .nice_Select {
  margin-left: 15px;
}

@media (max-width: 575.98px) {
  .list_header .nice_Select {
    margin-left: 10px;
  }
}

.list_header .list_header_filter {
  display: flex;
  align-items: center;
}

@media (max-width: 575.98px) {
  .list_header .list_header_filter {
    margin-top: 15px;
  }
}

.list_header .list_header_filter img {
  width: 17px;
  margin-right: 8px;
}

.cs_modal .modal-content {
  background-color: #fef1f2;
  padding: 0 30px;
}

@media (max-width: 575.98px) {
  .cs_modal .modal-content {
    padding: 0 20px;
  }
}

.cs_modal .modal-header {
  padding: 34px 0 30px 0px;
  align-items: center;
  border-bottom: 0px solid transparent;
}

.cs_modal .modal-header h5 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.cs_modal .modal-header .close {
  padding: 0;
  margin: 0;
  opacity: 1;
}

.cs_modal .modal-header .close i {
  font-size: 14px;
  color: #707070;
}

.cs_modal .modal-body {
  padding: 35px 30px !important;
  background: #fff;
  border-radius: 5px;
}

@media (max-width: 575.98px) {
  .cs_modal .modal-body {
    padding: 25px 20px !important;
  }
}

.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;
}

.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;
}

.cs_modal .modal-body .input_wrap textarea {
  height: 100px;
  padding: 0;
  line-height: 28px;
  padding: 13px 25px;
}

.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;
}

.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;
}

.cs_modal .modal-body .nice_Select {
  line-height: 30px;
}

.cs_modal .modal-body .nice_Select :after {
  left: 22px;
}

.cs_modal .modal-body ::placeholder {
  color: #222222;
}

.cs_modal .modal_btn {
  display: flex;
  justify-content: start;
  align-items: center;
}

.cs_modal .modal_btn .btn_1 {
  padding: 16px 26px !important;
  margin: 0 5px;
  text-align: center;
}

.cs_modal .modal-footer {
  border-top: 0px solid transparent;
  padding: 30px 0 40px 0;
}

.form_box .from_group {
  display: block;
  width: 100%;
  margin-bottom: 23px;
}

.form_box .from_group label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 13px;
  color: #707070;
}

.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;
}

.form_box .from_group textarea {
  height: 115px;
  line-height: 27px;
}

.form_box .from_group .bootstrap-tagsinput input {
  border: none !important;
  width: auto !important;
  display: inline-block !important;
  background-color: transparent !important;
}

.form_box .from_group .bootstrap-tagsinput .badge [data-role="remove"]:after {
  background-color: transparent !important;
}

.form_box .from_group .bootstrap-tagsinput .badge {
  margin: 0 5px;
  padding: 9px 8px;
  line-height: 12px;
  font-weight: 500;
  font-size: 13px;
}

.form_box .from_group .badge-info {
  color: #fff;
  background-color: #2EC9B8;
}

.form_box .from_group .nice_Select {
  line-height: 30px;
}

.note-editable {
  background-color: #fef1f2;
}

.note-btn-group.note-style {
  display: none;
}

.mb_8 {
  margin-bottom: 8px !important;
}

.mb_7 {
  margin-bottom: 7px !important;
}

.ml-10 {
  margin-left: 10px;
}

.mb_30 {
  margin-bottom: 30px !important;
}

@media (max-width: 575.98px) {
  .lms_block {
    display: block !important;
  }
}

@media (max-width: 575.98px) {
  .add_button {
    margin-top: 15px;
    margin-left: 0;
  }
}

.lms_pagination_wrap {
  margin-top: 30px;
}

.lms_pagination_wrap ul li {
  display: inline-block;
  margin: 0 .8px;
}

.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;
}

.lms_pagination_wrap ul li a.active {
  background: #fe1724;
  color: #fff;
}

.lms_pagination_wrap ul li a:hover {
  background: #fe1724;
  color: #fff;
}

@media (min-width: 768px) {
  .modal-dialog.custom-modal-dialog {
    max-width: 650px;
  }
}

@media (min-width: 992px) {
  .modal-dialog.custom-modal-dialog {
    max-width: 950px;
  }
}

@media (min-width: 1200px) {
  .modal-dialog.custom-modal-dialog {
    max-width: 1050px;
  }
}

.file_upload {
  border: 1px solid #eee1e2 !important;
  padding: 9px 24px;
  border-radius: 3px;
  /* input file style */
}

.file_upload label {
  margin-bottom: 0 !important;
}

.file_upload .form-group {
  padding: 0;
  margin-bottom: 0;
}

.file_upload .btn_file_upload {
  color: #fff;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  display: inline-block;
}

.file_upload .btn_file_upload:hover, .file_upload .btn_file_upload:focus {
  color: #888888;
  border-color: #888888;
}

.file_upload .input-file,
.file_upload .input-file2 {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.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;
}

.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;
}

.file_upload .btn:hover {
  background-color: #415094;
  color: #fff;
  border: 0;
}

.file_upload .form-group {
  background-color: #fff;
  width: 100%;
  padding: 0px;
  border-radius: 5px;
}

td:focus,
th:focus {
  outline: none !important;
}

.mb_20 {
  margin-bottom: 20px;
}

.mr_10 {
  margin-right: 10px !important;
}

.checkbox_wrap p {
  font-size: 13px;
  font-weight: 300;
  color: #7e7172;
  margin-bottom: 0;
}

.lms_checkbox_1 {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 50px;
  margin-bottom: 0;
  margin-right: 15px;
}

.lms_checkbox_1 input {
  display: none !important;
}

.lms_checkbox_1 .slider-check {
  background-color: #7e7172;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.lms_checkbox_1 .slider-check.round {
  border-radius: 34px;
}

.lms_checkbox_1 .slider-check::before {
  background-color: #222222;
  bottom: 5px;
  content: "";
  height: 20px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 20px;
}

.lms_checkbox_1 .slider-check.round:before {
  border-radius: 50%;
}

.lms_checkbox_1 input:checked + .slider-check {
  background-color: #fef1f2;
  color: #fff;
  content: "oui";
}

.lms_checkbox_1 input:checked + .slider-check:before {
  transform: translateX(20px);
  background: #fe1724;
}

.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;
}

.nice-select .list {
  padding: 52px 0 0 !important;
}

.nice-select.infix_theme_style .list {
  padding-top: 52px !important;
}

.nice-select.open .list {
  overflow-y: auto;
}

.nowrap {
  white-space: nowrap;
}

.main-title li {
  line-height: 1;
}

.crm_full_height {
  height: calc(100% - 30px);
}

.mb-25 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb_17 {
  margin-bottom: 17px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-10 {
  margin-right: 10px;
}

.ml_15 {
  margin-left: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px !important;
}

@media (max-width: 575.98px) {
  .mb-40 {
    margin-bottom: 30px !important;
  }
}

.mb-45 {
  margin-bottom: 45px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-100 {
  margin-bottom: 93px;
}

@media (max-width: 575.98px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.mb_200 {
  margin-bottom: 200px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_25 {
  padding-top: 25px;
}

.mb-26 {
  margin-bottom: 26px;
}

.pb_4px {
  padding-bottom: 4px !important;
}

#main-content {
  width: calc(100% - 15%);
  min-height: calc(100vh - 54px);
}

@media (max-width: 1370px) {
  #main-content {
    width: calc(100% - 20%);
  }
}

@media (min-width: 1200px) {
  #main-content {
    padding: 30px 30px;
  }
}

@media (max-width: 991px) {
  #main-content {
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .up_st_admin_visitor {
    margin-top: 15px;
  }
}

.text_white {
  color: #fff !important;
}

input::placeholder {
  position: relative;
  top: 0 !important;
}

.datepicker thead tr:first-child th.prev, .datepicker thead tr:first-child th.next {
  position: relative;
  color: transparent;
}

.datepicker thead tr:first-child th.prev::before, .datepicker thead tr:first-child th.next::before {
  position: absolute;
  content: "\e629";
  font-family: 'themify';
  font-size: 15px;
  left: -2px;
  top: 0;
  color: #415094;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 35px;
  font-size: 13px;
}

.datepicker thead tr:first-child th.prev:hover::before, .datepicker thead tr:first-child th.next:hover::before {
  color: #fff;
}

.datepicker thead tr:first-child th.next::before {
  position: absolute;
  content: "\e628";
  font-family: 'themify';
  font-size: 15px;
  left: -2px;
  top: 0;
  color: #415094;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 35px;
  font-size: 13px;
}

.datepicker.dropdown-menu {
  padding: 20px;
}

.datepicker.dropdown-menu .datepicker-months thead tr,
.datepicker.dropdown-menu .datepicker-years thead tr {
  display: grid;
  grid-template-columns: 35px 180px 35px;
}

.datepicker.dropdown-menu .datepicker-months thead tr th,
.datepicker.dropdown-menu .datepicker-years thead tr th {
  padding: 0;
  line-height: 35px;
}

.datepicker.dropdown-menu .datepicker-months thead tr th.prev,
.datepicker.dropdown-menu .datepicker-years thead tr th.prev {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

.datepicker.dropdown-menu .datepicker-months thead tr th.datepicker-switch,
.datepicker.dropdown-menu .datepicker-years thead tr th.datepicker-switch {
  height: 35px;
  width: 160px;
  margin: auto;
}

.datepicker.dropdown-menu .datepicker-months thead tr th.next,
.datepicker.dropdown-menu .datepicker-years thead tr th.next {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

.datepicker.dropdown-menu .datepicker-months tbody tr td,
.datepicker.dropdown-menu .datepicker-years tbody tr td {
  width: 100%;
  height: 100%;
  display: grid;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 10px;
}

.datepicker.dropdown-menu .datepicker-months tbody tr td span.month,
.datepicker.dropdown-menu .datepicker-months tbody tr td span.year,
.datepicker.dropdown-menu .datepicker-years tbody tr td span.month,
.datepicker.dropdown-menu .datepicker-years tbody tr td span.year {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0 !important;
  font-size: 12px;
  border-radius: 50%;
}

.datepicker.dropdown-menu .datepicker-days table thead > tr {
  display: grid;
  grid-template-columns: 35px 180px 35px;
}

.datepicker.dropdown-menu .datepicker-days table thead > tr th {
  padding: 0;
  line-height: 35px;
}

.datepicker.dropdown-menu .datepicker-days table thead > tr th.prev {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

.datepicker.dropdown-menu .datepicker-days table thead > tr th.datepicker-switch {
  height: 35px;
  width: 160px;
  margin: auto;
}

.datepicker.dropdown-menu .datepicker-days table thead > tr th.next {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

.datepicker.dropdown-menu .datepicker-days table thead tr:last-child {
  display: grid;
  margin-top: 10px;
  grid-template-columns: repeat(7, 1fr);
}

.datepicker.dropdown-menu .datepicker-days table thead tr:last-child th {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.datepicker.dropdown-menu .datepicker-days table tbody tr {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.datepicker.dropdown-menu .datepicker-days table tbody tr td.day {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0 !important;
  font-size: 12px;
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  color: #415094;
}

.white-box.single-summery {
  background-size: cover !important;
  background-position: right center;
}

.white-box.single-summery:hover {
  background-size: cover !important;
  background-position: right center;
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
  .white-box.single-summery::before {
    min-height: 136px;
    width: 90%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
  .white-box.single-summery::after {
    min-height: 136px;
    width: 80%;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1900px) {
  .white-box.single-summery:hover::before {
    border-radius: 10px;
    background-size: 90% 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
  .white-box.single-summery:hover::before {
    border-radius: 10px;
    background-size: cover;
    width: 90%;
    left: 5%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 580px) {
  .white-box.single-summery:hover::before {
    border-radius: 10px;
    background-size: 90% 100%;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1900px) {
  .white-box.single-summery:hover::after {
    border-radius: 10px;
    background-size: 80% 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
  .white-box.single-summery:hover::after {
    border-radius: 10px;
    background-size: cover;
    width: 80%;
    left: 10%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 580px) {
  .white-box.single-summery:hover::after {
    border-radius: 10px;
    background-size: 80% 100%;
  }
}

.theme_text {
  color: #415094;
}

.font_13 {
  font-size: 13px;
}

.font_14 {
  font-size: 14px;
}

.font_15 {
  font-size: 15px;
}

.font_16 {
  font-size: 16px;
}

.font_17 {
  font-size: 17px;
}

.font_18 {
  font-size: 18px;
}

.font_19 {
  font-size: 19px;
}

.font_20 {
  font-size: 20px;
}

.font_21 {
  font-size: 21px;
}

.font_22 {
  font-size: 22px;
}

.font_23 {
  font-size: 23px;
}

.font_24 {
  font-size: 24px;
}

.font_25 {
  font-size: 25px;
}

.font_26 {
  font-size: 26px;
}

.font_27 {
  font-size: 27px;
}

.font_28 {
  font-size: 28px;
}

.font_29 {
  font-size: 29px;
}

.font_30 {
  font-size: 30px;
}

.f_w_300 {
  font-weight: 300;
}

.f_w_400 {
  font-weight: 400;
}

.f_w_500 {
  font-weight: 500;
}

.f_w_600 {
  font-weight: 600;
}

.f_w_700 {
  font-weight: 700;
}

.f_w_800 {
  font-weight: 800;
}

.mb_5 {
  margin-bottom: 5px;
}

.m_5 {
  margin: 5px;
}

/******** base color css ********/
.btn_1 {
  background-color: #415094;
  border: 1px solid #415094;
  color: #fff;
  display: inline-block;
  padding: 11px 23px;
  text-transform: none;
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_1 i {
  font-size: 15px;
  padding-right: 7px;
}

.btn_1:hover {
  background-color: #fff;
  border: 1px solid #415094;
  color: #415094;
}

.btn_1.light {
  background-color: rgba(65, 80, 148, 0.1);
  border: 1px solid transparent;
  color: #415094;
}

.btn_1.green {
  background-color: rgba(46, 201, 184, 0.1);
  border: 1px solid transparent;
  color: #2EC9B8;
}

.btn_1.sm {
  font-size: 12px;
  padding: 6px 15px;
}

.btn_1.big_btn {
  padding: 11px 36px;
}

.btn_1.form_big_btn_1 {
  padding: 16px 62px !important;
}

@media (max-width: 575.98px) {
  .btn_1.form_big_btn_1 {
    padding: 16px 30px !important;
  }
}

.btn_1.big_btn2 {
  padding: 11px 37px;
}

.btn_2 {
  color: #415094;
  border: 1px solid #415094;
  display: inline-block;
  padding: 11px 23px;
  text-transform: none;
  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;
}

.btn_2:hover {
  background-color: #415094;
  border: 1px solid #415094;
  color: #fff;
}

.primary_btn {
  color: #415094;
  border: 1px solid #7c32ff;
  display: inline-block;
  padding: 7px 23px;
  text-transform: uppercase;
  line-height: 16px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 30px;
  background-color: transparent;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.primary_btn:hover {
  border: 1px solid transparent;
  color: #fff;
}

.primary_btn_large {
  display: inline-block;
  padding: 17px 23px;
  text-transform: uppercase;
  line-height: 16px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  border: 0;
  cursor: pointer;
  letter-spacing: 0.1em;
}

.primary_btn_large i {
  font-size: 12px;
  padding-right: 6px;
}

.primary_btn_large:hover {
  color: #fff;
  box-shadow: 0px 5px 10px rgba(108, 39, 255, 0.25);
}

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;
}

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;
}

.CRM_dropdown.dropdown .dropdown-toggle {
  background: transparent;
  color: #415094;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #7c32ff;
  border-radius: 32px;
  padding: 2px 40px 5px 23px;
  text-transform: uppercase;
  overflow: hidden;
  transition: .3s;
  height: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .CRM_dropdown.dropdown .dropdown-toggle {
    padding: 2px 30px 5px 23px;
  }
}

.CRM_dropdown.dropdown .dropdown-toggle:after {
  content: "\e62a";
  font-family: "themify";
  border: none;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  border-top: 0px;
  font-size: 12px;
  position: relative;
  top: 3px;
  left: 0;
  font-weight: 400;
  transition: .3s;
}

.CRM_dropdown.dropdown .dropdown-toggle:hover, .CRM_dropdown.dropdown .dropdown-toggle:focus {
  color: #fff;
  border: 1px solid transparent;
  box-shadow: none !important;
}

.CRM_dropdown.dropdown .dropdown-menu {
  border-radius: 5px 5px 10px 10px;
  border: 0px;
  padding: 15px 0px;
  box-shadow: var(--box_shadow);
  margin-top: 5px;
}

.CRM_dropdown.dropdown .dropdown-menu.full_width {
  min-width: 110px;
}

.CRM_dropdown.dropdown .dropdown-menu .dropdown-item {
  color: #828bb2;
  text-align: right;
  font-size: 12px;
  padding: 4px 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
}

.CRM_dropdown.dropdown .dropdown-menu .dropdown-item:hover {
  color: #415094;
}

.CRM_dropdown.dropdown .dropdown-menu .dropdown-item .active, .CRM_dropdown.dropdown .dropdown-menu .dropdown-item:active {
  color: #415094;
  background-color: #f8f9fa;
}

.CRM_dropdown.dropdown.CRM_dropdown_default button {
  padding: 0 !important;
  border: 0 !important;
  text-transform: none;
  font-size: 13px;
  text-align: left;
  overflow: visible;
}

.CRM_dropdown.dropdown.CRM_dropdown_default button:hover {
  background: transparent;
  color: #415094;
}

.CRM_dropdown.dropdown.CRM_dropdown_default button:hover, .CRM_dropdown.dropdown.CRM_dropdown_default button:focus {
  border: 0;
  box-shadow: none !important;
  background: transparent;
  color: #415094;
}

.CRM_dropdown.dropdown.CRM_dropdown_default button:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 free";
  border: none;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  border-top: 0px;
  font-size: 12px;
  position: relative;
  top: 3px;
  left: 0;
  font-weight: 900;
  transition: .3s;
  position: absolute;
  right: 0;
  left: auto;
  top: 4px;
}

.CRM_dropdown.dropdown.CRM_dropdown_default .dropdown-item {
  text-transform: capitalize !important;
  text-align: left;
}

.dropdown-menu.option_width_8 {
  min-width: 150px;
}

/******** header css here *********/
.header_iner {
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 99;
  position: relative;
  margin: 0 0 60px 0;
}

@media (max-width: 575.98px) {
  .header_iner {
    justify-content: flex-end !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_iner {
    justify-content: flex-end !important;
  }
}

@media (max-width: 991px) {
  .header_iner {
    margin: 0;
  }
}

@media (max-width: 575.98px) {
  .header_iner {
    margin: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_iner {
    margin: 0;
  }
}

.header_iner .page_tittle h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  color: #222222;
  margin-bottom: 2px;
}

@media (max-width: 991px) {
  .header_iner .page_tittle h3 {
    margin-right: 15px;
  }
}

.header_iner .page_tittle .page_subtitle {
  font-size: 12px;
  font-weight: 300;
  color: #7e7172;
  margin-bottom: 0;
}

.header_iner .page_tittle .page_subtitle .page_subtitle_inenr {
  color: #7e7172;
}

.header_iner .page_tittle .page_subtitle .page_subtitle_inenr.active_subcat {
  color: #fe1724;
  white-space: nowrap;
}

.header_iner .page_tittle .page_subtitle .page_subtitle_inenr i {
  margin-left: 10px;
  margin-right: 7px;
  font-size: 12px;
}

.header_iner .page_tittle .page_subtitle .page_subtitle_inenr svg {
  position: relative;
  margin: 0 7px 0 10px;
  top: -1px;
}

@media (max-width: 575.98px) {
  .header_iner .page_tittle .page_subtitle .page_subtitle_inenr svg {
    margin: 0 2px 0 2px;
  }
}

.header_iner .btn_1 {
  margin: 0 30px;
}

@media (max-width: 991px) {
  .header_iner .notification {
    margin: 0 10px;
  }
}

.header_iner .notification i {
  color: #707070;
  position: relative;
  font-size: 20px;
}

.header_iner .notification i:after {
  position: absolute;
  content: "";
  right: -1px;
  top: 0;
  height: 9px;
  width: 9px;
  background-color: #415094;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .header_iner .serach_field-area {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_iner .serach_field-area {
    width: auto;
    left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_iner .serach_field-area {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header_iner .serach_field-area {
    width: auto;
    margin-right: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_iner .header_middle .select_style {
    margin-left: 150px;
  }
}

.header_iner .header_right .header_notification_warp {
  margin-right: 57px;
  margin-left: 40px;
}

@media (max-width: 575.98px) {
  .header_iner .header_right .header_notification_warp {
    margin-right: 25px;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_iner .header_right .header_notification_warp {
    margin-right: 35px;
    margin-left: 25px;
  }
}

.header_iner .header_right .header_notification_warp li {
  display: inline-block;
  position: relative;
}

@media (max-width: 575.98px) {
  .header_iner .header_right .header_notification_warp li {
    position: static;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header_iner .header_right .header_notification_warp li {
    position: static;
  }
}

@media (max-width: 991px) {
  .header_iner .header_right .header_notification_warp li {
    position: static;
  }
}

.header_iner .header_right .header_notification_warp li:last-child a {
  margin-right: 0;
}

.header_iner .header_right .header_notification_warp li > a {
  font-size: 20px;
  color: #415094;
  position: relative;
  margin-right: 29px;
  display: inline-block;
}

.header_iner .header_right .header_notification_warp li > a i {
  transition: .3s;
  color: #707DB7;
}

@media (max-width: 575.98px) {
  .header_iner .header_right .header_notification_warp li > a {
    margin-right: 15px;
    font-size: 15px;
  }
}

.header_iner .header_right .header_notification_warp li > a > span.notification_count {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  border-radius: 50%;
  right: -8px;
  top: -4px;
}

.header_iner .header_right .header_notification_warp li.scroll_notification_list {
  position: relative;
}

.profile_info {
  position: relative;
}

.profile_info img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 991px) {
  .profile_info img {
    max-width: 30px;
  }
}

.profile_info .profile_info_iner {
  position: absolute;
  right: 0;
  background-color: #415094;
  text-align: right;
  width: 215px;
  padding: 30px 30px 20px;
  opacity: 0;
  visibility: hidden;
  top: 65px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.profile_info .profile_info_iner::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  top: -14px;
  right: 10px;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #415094 transparent;
}

.profile_info .profile_info_iner a {
  display: block;
}

.profile_info .profile_info_iner p {
  font-size: 12px;
  font-weight: 300;
}

.profile_info .profile_info_iner h5 {
  font-size: 12px;
  color: #fff;
}

.profile_info:hover .profile_info_iner {
  opacity: 1;
  visibility: visible;
  top: 65px;
}

.profile_info .profile_info_details {
  margin-top: 20px;
  border-top: 1px solid #79838b;
  padding-top: 10px;
}

.profile_info .profile_info_details a {
  color: #fff;
  font-size: 13px;
  display: block;
  padding: 10px 0;
}

.profile_info .profile_info_details a:hover {
  color: #fff;
}

.profile_info .profile_info_details a:hover i {
  color: #fff;
}

.profile_info .profile_info_details i {
  color: #cccccc;
  font-size: 12px;
  margin-left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.admin .sidebar_icon {
  position: absolute !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: auto;
  left: 20px;
  background: transparent !important;
}

@media (max-width: 575.98px) {
  .admin .sidebar_icon {
    right: auto;
    left: 60px;
    top: 55%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .admin .sidebar_icon {
    right: auto;
    left: 0px;
  }
}

@media (max-width: 991px) {
  .admin .sidebar_icon {
    right: auto;
    left: 0px;
    left: 60px;
    top: 55%;
  }
}

.admin .sidebar_icon i {
  font-size: 20px;
  color: #415094;
}

@media (max-width: 575.98px) {
  .admin .sidebar_icon i {
    font-size: 18px;
  }
}

/******** header css end *********/
.serach_field-area {
  width: auto;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .serach_field-area {
    width: 400px;
  }
}

.serach_field-area .search_inner input {
  color: #000;
  font-size: 13px;
  height: 40px;
  width: 100%;
  padding-left: 32px;
  border: 0;
  padding-right: 15px;
  border-bottom: 1px solid rgba(65, 80, 148, 0.4);
  padding-bottom: 6px;
  background: transparent;
}

.serach_field-area .search_inner input::placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #415094;
}

.serach_field-area .search_inner input:focus {
  outline: none;
}

.serach_field-area .search_inner button {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: transparent;
  font-size: 12px;
  border: 0;
  padding-left: 0px;
  padding-right: 11px;
}

.serach_field-area .search_inner button i {
  font-size: 17px;
  color: #415094;
}

table.dataTable {
  width: 100% !important;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 0 !important;
}

.small_logo_crm {
  position: absolute;
  left: 0;
}

.small_logo_crm img {
  width: 50px;
}

.main-title h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #415094;
}

.main-title2 h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #415094;
}

.box_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}

@media (max-width: 575.98px) {
  .box_header.box_header_block {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

@media (max-width: 575.98px) {
  .box_header.box_header_block .main-title {
    margin-bottom: 15px;
  }
}

.white_box {
  padding: 40px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  .white_box {
    padding: 30px 25px;
  }
}

.white_box .white_box_tittle h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .white_box .white_box_tittle h4 {
    margin-bottom: 15px;
  }
}

.white_box_30px {
  padding: 30px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  .white_box_30px {
    padding: 30px 25px;
  }
}

.white_box_30px .white_box_tittle h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .white_box_30px .white_box_tittle h4 {
    margin-bottom: 15px;
  }
}

.QA_section .QA_table .table {
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(235, 215, 241, 0.22);
  border-radius: 10px;
  margin-bottom: 35px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.QA_section .QA_table th,
.QA_section .QA_table td {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.9;
  color: #222222;
  padding: 16px 30px;
  vertical-align: middle;
  position: relative;
}

.QA_section .QA_table .question_content {
  color: #7e7172;
  font-size: 13px;
}

.QA_section .QA_table .question_content:hover {
  color: #415094;
}

.QA_section .QA_table thead th {
  white-space: nowrap;
  border-bottom: 1px solid rgba(130, 139, 178, 0.3) !important;
  padding-left: 45px !important;
}

.QA_section .QA_table tbody th {
  font-size: 14px;
  color: #415094;
  font-weight: 400 !important;
}

.QA_section .QA_table tbody th,
.QA_section .QA_table tbody td {
  color: #7e7172;
  font-size: 14px;
  color: #828BB2;
  font-weight: 400;
  border-bottom: 1px solid rgba(130, 139, 178, 0.15);
}

.QA_section .QA_table tbody th a,
.QA_section .QA_table tbody td a {
  font-size: 14px;
  font-weight: 400;
  color: #828BB2;
}

.QA_section .QA_table tbody th a.active_hover,
.QA_section .QA_table tbody td a.active_hover {
  color: #7C32FF;
}

.QA_section .QA_table tbody th a:hover,
.QA_section .QA_table tbody td a:hover {
  color: #7C32FF;
}

.QA_section .QA_table tbody th.pending,
.QA_section .QA_table tbody td.pending {
  color: #E09079;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.QA_section .QA_table tbody th.priority_hight,
.QA_section .QA_table tbody td.priority_hight {
  font-size: 14px;
  color: #D7598F;
  font-weight: 400;
}

.QA_section .QA_table tbody tr {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.QA_section .QA_table tbody tr:hover {
  background: #fff;
}

.QA_section .QA_table .view_btn {
  color: #415094;
}

.QA_section .QA_table .view_btn:hover {
  text-decoration: underline;
}

.QA_section .QA_table .table {
  margin-bottom: 0 !important;
}

.QA_section .QA_table .table thead th {
  border-bottom: 0 solid transparent;
  background-color: #fff;
  padding: 17px 30px;
  line-height: 16px;
  border: 0px solid transparent;
  font-size: 12px;
  font-weight: 400;
  color: #415094;
  white-space: nowrap;
  text-transform: uppercase;
}

.check_box_table .QA_table .table thead th:nth-child(2) {
  padding-left: 0px;
}

.check_box_table .QA_table .table thead th:first-child {
  padding-left: 35px;
  padding-right: 24px;
}

.check_box_table .QA_table .table tbody th:nth-child(2) {
  padding-left: 0px;
}

.check_box_table .QA_table .table tbody th:first-child {
  padding-left: 35px;
  padding-right: 24px;
}

.check_box_table .QA_table .table tbody td:nth-child(2) {
  padding-left: 0px;
}

.check_box_table .QA_table .table tbody td:first-child {
  padding-left: 35px;
  padding-right: 24px;
}

.checkbox label {
  margin-bottom: 0;
  margin-top: 25px;
  color: #9C9C9C;
  margin-left: 8px;
}

.note-editor.note-frame {
  border: 1px solid #ECEEF4;
  border-radius: 10px;
}

.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: #F5F7FB;
}

.note-editor.note-frame .note-btn i, .note-editor.note-frame .note-current-fontname {
  color: #415094;
  font-size: 14px;
}

.note-editor.note-frame .note-btn {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #415094;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 3px;
}

.note-editor.note-frame .note-btn:hover {
  color: #fff;
  background: #415094;
}

.note-editor.note-frame .note-btn:hover i {
  color: #fff;
  background: #415094;
}

.note-editor.note-frame .note-btn .note-current-fontname:hover {
  color: #fff;
}

.note-editor.note-frame .show .dropdown-toggle::after {
  transform: rotate(180deg);
}

.note-editor.note-frame .note-icon-font.note-recent-color {
  background: transparent !important;
  color: #7e7172 !important;
}

.note-editor.note-frame .show .dropdown-toggle::after {
  color: #7e7172 !important;
}

.note-editor.note-frame .note-btn:hover span {
  color: #fff !important;
}

.note-editor.note-frame .note-btn:hover i {
  color: #fff !important;
}

.note-editor.note-frame .note-editing-area .note-editable {
  background-color: #fff;
}

.note-editor.note-frame .note-placeholder {
  padding: 18px 25px 0 25px;
  font-size: 14px;
  color: #415094;
  line-height: 26px;
  font-weight: 400;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lms_sm_block {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .lms_xs_small_btn a {
    padding: 11px 20px;
  }
}

@media (max-width: 575.98px) {
  .mb_xs_20px {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 575.98px) {
  .mb_xs_15px {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mb_sm_20px {
    margin-bottom: 20px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mb_sm_15px {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mb_sm_0 {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 575.98px) {
  .sm_ml_0 {
    margin-left: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .xs_mb_0 {
    margin-bottom: 0 !important;
  }
}

.lms_supper_text {
  vertical-align: super !important;
}

.gj-picker-md {
  border: 1px solid #fef1f2;
  padding: 10px;
}

.gj-picker-md table tr td.today div {
  color: #fff;
  background: #fe1724;
  border-radius: 50%;
}

.gj-picker-md table tr td.gj-cursor-pointer div:hover {
  border-radius: 50%;
  background: #fe1724;
  color: #fff;
}

.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;
}

.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;
}

.dropdown-menu.show .dropdown-toggle.lms_drop_1::after {
  color: #fff !important;
}

.dropdown-menu.option_width {
  min-width: 102px;
}

.dropdown.show .dropdown-toggle.lms_drop_1::after {
  color: #fff;
}

.h-120px {
  height: 120px !important;
}

.h-260px {
  height: 260px !important;
}

@media (max-width: 991px) {
  .h-260px {
    height: 160px !important;
  }
}

.h-230px {
  height: 230px !important;
}

@media (max-width: 991px) {
  .h-230px {
    height: 160px !important;
  }
}

.CHAT_MESSAGE_POPUPBOX {
  width: 360px;
  background: #FFFFFF;
  box-shadow: 0px -3px 10px rgba(236, 208, 244, 0.25), 0px 8px 10px rgba(236, 208, 244, 0.25);
  border-radius: 5px;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(50%);
  transition: .5s;
}

.CHAT_MESSAGE_POPUPBOX.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

@media (max-width: 575.98px) {
  .CHAT_MESSAGE_POPUPBOX {
    width: 300px;
    right: 15px;
    bottom: 15px;
  }
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER {
  background: linear-gradient(90deg, #7C32FF 0.47%, #C738D8 100%);
  border-radius: 5px 5px 0px 0px;
  padding: 27px 20px;
  position: relative;
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER .MSEESAGE_CHATBOX_CLOSE {
  position: absolute;
  right: 20px;
  top: 25px;
  cursor: pointer;
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul {
  display: flex;
  align-items: center;
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li {
  margin-right: 5.5px;
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li a .member_thumb img {
  width: 27px;
  height: 27px;
  transition: .3s;
  border-radius: 50%;
}

.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;
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li a .member_thumb .more_member_count span {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_HEADER ul li a:hover img {
  transform: translateY(-5px);
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box {
  background: #F5F7FB;
  border-radius: 0px 0px 5px 5px;
  padding-right: 10px;
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box input {
  background: #F5F7FB;
  height: 50px;
  border: 0;
  padding-left: 20px;
  font-size: 13px;
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box input::placeholder {
  color: #707DB7;
  font-size: 13px;
  font-weight: 400;
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append {
  border-radius: 0 0 10px 10px;
}

.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;
}

.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;
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn input::placeholder {
  color: #707DB7;
  font-size: 13px;
  font-weight: 400;
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn i {
  font-size: 20px;
}

.CHAT_MESSAGE_POPUPBOX .chat_input_box .input-group-append .btn:last-child {
  padding-right: 11px;
  padding-left: 11px;
  border-radius: 0px 10px 10px 0px;
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY {
  padding: 20px;
  height: 354px;
  overflow: auto;
}

.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;
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-right: 70px;
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER.CHATING_RECEIVEr {
  justify-content: flex-end;
  padding-right: 0px;
  padding-left: 60px;
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER.CHATING_RECEIVEr .SMS_thumb {
  margin-right: 0;
  margin-left: 9.55px;
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER.CHATING_RECEIVEr .SEND_SMS_VIEW {
  background: #C738D8;
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SMS_thumb {
  margin-right: 9.55px;
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SMS_thumb img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SEND_SMS_VIEW {
  background: #7C32FF;
  border-radius: 5px;
  padding: 10px 15px;
}

.CHAT_MESSAGE_POPUPBOX .CHAT_POPUP_BODY .CHATING_SENDER .SEND_SMS_VIEW p {
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 23px;
}

.dataTables_paginate {
  margin-top: 0;
  margin-top: 30px;
}

.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;
}

.dataTables_paginate a.current {
  background: linear-gradient(90deg, #7C32FF 0.47%, #C738D8 100%) !important;
  box-shadow: 0px 5px 10px rgba(108, 39, 255, 0.25) !important;
  border: 0 !important;
  color: #fff !important;
}

.dataTables_paginate a:hover {
  background: linear-gradient(90deg, #7C32FF 0.47%, #C738D8 100%) !important;
  box-shadow: 0px 5px 10px rgba(108, 39, 255, 0.25) !important;
  border: 0 !important;
  color: #fff !important;
}

.dataTables_paginate a:hover i {
  color: #fff !important;
}

.dataTables_paginate a i {
  line-height: 32px;
  font-size: 12px;
  color: #415094;
}

.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;
}

#DataTables_Table_0_info {
  font-size: 14px;
  color: #415094;
  font-weight: 400;
  margin-top: 35px;
  padding-top: 0;
}

.check_box_table.th_padding_l0 .QA_table .table thead th:first-child {
  padding-left: 0px;
}

.check_box_table.th_padding_l0 .QA_table .table tbody th:first-child {
  padding-left: 0px;
}

.up_st_admin_visitor .dataTables_filter > label {
  position: absolute;
  left: 0;
  top: 0;
  top: -56px;
  margin: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: .3s;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  max-width: 200px;
  display: flex;
  align-items: center;
}

.up_st_admin_visitor .dataTables_filter > label i {
  bottom: 4px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .up_st_admin_visitor .dataTables_filter > label {
    min-width: 190px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .up_st_admin_visitor .dataTables_filter > label {
    min-width: 190px;
  }
}

@media (max-width: 575.98px) {
  .up_st_admin_visitor .dataTables_filter > label {
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .up_st_admin_visitor .dataTables_filter > label {
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    top: 0;
    margin-bottom: 20px;
    width: 100%;
    left: 0%;
    right: 0;
    transform: translate(0);
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .up_st_admin_visitor .dataTables_filter > label {
    right: 0;
    transform: translateX(0);
    left: auto;
    min-width: 190px;
  }
}

div.dt-buttons {
  position: absolute;
  top: -56px;
  right: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  div.dt-buttons {
    top: -50px;
  }
}

table.dataTable thead .sorting_asc::after {
  content: '\e62a';
  font-family: 'themify';
  position: absolute;
  top: 17px;
  left: 28px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

table.dataTable thead .sorting::before {
  content: none;
  font-family: 'themify';
  position: absolute;
  top: 17px;
  left: 28px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

table.dataTable thead .sorting::before {
  content: none;
  font-family: 'themify';
  position: absolute;
  top: 17px;
  left: 28px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

table.dataTable thead .sorting::after {
  content: '\e62a';
  font-family: 'themify';
  position: absolute;
  top: 17px;
  left: 28px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

table.dataTable thead .sorting_desc::after {
  content: '\e62a';
  font-family: 'themify';
  position: absolute;
  top: 17px;
  left: 28px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.primary_input .input-group .input-group-prepend .input-group-text {
  border-radius: 30px 0 0 30px;
  background: #ECEEF3;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 14px;
  font-weight: 500;
}

.primary_input .form-control:focus {
  box-shadow: none !important;
  border-color: #ECEEF4;
}

.menu_edit_field {
  background: #F5F7FB;
  padding: 25px;
  border-radius: 23px;
}

.primary_datepicker_input .primary_input_field.primary_input_field_auto:focus {
  border: 0 !important;
}

.primary_input_field {
  border: 1px solid #ECEEF4;
  font-size: 14px;
  color: #415094;
  padding-left: 20px;
  height: 46px;
  border-radius: 30px;
  width: 100%;
  padding-right: 15px;
}

.primary_input_field.primary_input_field_auto {
  padding: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  height: auto;
  border: 0;
  font-size: 13px;
  text-transform: none;
}

.primary_input_field.primary_input_field_auto:focus {
  border: 0 !important;
}

.primary_input_field.primary_input_field_auto::placeholder {
  text-transform: none;
}

.primary_input_field::-webkit-input-placeholder {
  color: #828bb2;
}

.primary_input_field::-moz-placeholder {
  color: #828bb2;
}

.primary_input_field:-ms-input-placeholder {
  color: #828bb2;
}

.primary_input_field::-ms-input-placeholder {
  color: #828bb2;
}

.primary_input_field::placeholder {
  color: #828bb2;
}

.primary_input_field.white_input {
  background: #fff;
}

.primary_textarea {
  border: 1px solid #ECEEF4;
  font-size: 14px;
  color: #415094;
  padding: 20px;
  border-radius: 23px;
  width: 100%;
  height: 192px;
  resize: none;
}

.primary_textarea.height_128 {
  height: 128px;
}

.primary_textarea.height_120 {
  height: 120px;
}

.primary_textarea.height_104 {
  height: 104px;
}

.primary_textarea.height_112 {
  height: 112px;
  padding-top: 13px;
}

.primary_textarea.height_78 {
  height: 78px;
  padding: 7px 15px;
}

.primary_textarea::-webkit-input-placeholder {
  color: #415094;
}

.primary_textarea::-moz-placeholder {
  color: #415094;
}

.primary_textarea:-ms-input-placeholder {
  color: #415094;
}

.primary_textarea::-ms-input-placeholder {
  color: #415094;
}

.primary_textarea::placeholder {
  color: #415094;
}

.primary_search_field .Search_icon {
  background: transparent;
  height: 46px;
}

.primary_search_field .Search_icon span {
  background: transparent;
  color: #7C32FF;
  font-size: 13px;
  font-weight: 900;
  padding: 0 15px 0 20px;
  border: 1px solid #ECEEF4;
  border-right: 0;
  border-radius: 30px;
}

.primary_search_field input {
  border: 1px solid #ECEEF4;
  font-size: 14px;
  color: #415094;
  height: 46px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-left: 0;
  border-right: 0;
  width: 1%;
}

.primary_search_field input::-webkit-input-placeholder {
  color: #415094;
}

.primary_search_field input::-moz-placeholder {
  color: #415094;
}

.primary_search_field input:-ms-input-placeholder {
  color: #415094;
}

.primary_search_field input::-ms-input-placeholder {
  color: #415094;
}

.primary_search_field input::placeholder {
  color: #415094;
}

.primary_input_label {
  font-size: 12px;
  text-transform: uppercase;
  color: #828BB2;
  margin-bottom: 0;
  display: block;
  margin-bottom: 6px;
  font-weight: 400;
}

.green_input_label a {
  color: #54DA8A;
  white-space: nowrap;
}

.green_input_label a i {
  margin-left: 2px;
}

.primary_select {
  width: 100%;
  border: 1px solid #ECEEF4;
  border-radius: 3px;
  height: 46px;
  line-height: 44px;
  font-size: 13px;
  color: #415094;
  padding: 0px 25px;
  padding-left: 20px;
  font-weight: 300;
  border-radius: 30px;
}

.primary_select::placeholder {
  color: #415094;
  font-weight: 300;
  opacity: 1;
}

.primary_select:after {
  border-bottom: 0;
  border-right: 0;
  content: '';
  display: block;
  height: 10px;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 10%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: auto;
  right: 25px;
  content: "\f0d7";
  border: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #828BB2;
  font-size: 14px;
  transform: translateY(-58%) rotate(0deg);
}

.primary_select.open::after {
  content: "\f0d8";
  transform: translateY(-58%) rotate(0deg);
  margin: 0;
}

.primary_select:active, .primary_select.open, .primary_select:focus, .primary_select:hover {
  border-color: #ECEEF4;
}

.primary_select .list {
  width: 100%;
  background-color: #fff;
  overflow: auto !important;
  border-radius: 0px 0px 10px 10px;
  margin-top: 1px;
  z-index: 9999 !important;
  box-shadow: var(--box_shadow);
}

.primary_select .list .option {
  color: #415094;
}

.primary_select .list .option:hover {
  background-color: #f6f6f6;
  color: #7c32ff;
}

.primary_select .list .option.selected {
  font-weight: 400 !important;
}

.primary_file_uploader {
  position: relative;
}

.primary_file_uploader button {
  position: absolute;
  right: 0;
  border: 0;
  top: 7px;
  right: 7px;
  padding: 0;
  background: transparent;
  z-index: 99;
}

.primary_file_uploader button label {
  margin-bottom: 0;
}

.primary_file_uploader input {
  border: 1px solid #ECEEF4 !important;
  font-size: 14px;
  color: #415094;
  padding-left: 20px;
  height: 46px;
  border-radius: 30px;
  width: 100%;
  padding-right: 15px;
  padding-bottom: 4px;
}

.primary_file_uploader input::-webkit-input-placeholder {
  color: #415094;
}

.primary_file_uploader input::-moz-placeholder {
  color: #415094;
}

.primary_file_uploader input:-ms-input-placeholder {
  color: #415094;
}

.primary_file_uploader input::-ms-input-placeholder {
  color: #415094;
}

.primary_file_uploader input::placeholder {
  color: #415094;
}

.primary_file_uploader input:focus {
  border: 1px solid #ECEEF4 !important;
}

.primary_datepicker_input {
  position: relative;
}

.primary_datepicker_input button {
  position: absolute;
  color: #828BB2;
  font-size: 14px;
  font-weight: 400;
  right: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}

.primary_datepicker_input button i {
  top: 0;
  cursor: pointer;
  z-index: 9;
}

.primary_datepicker_input .primary_input_field {
  padding-top: 0;
  padding-bottom: 0;
}

.primary_datepicker_input .primary_input_field:focus {
  border: 1px solid #ECEEF4 !important;
}

.modal-content {
  border: 0;
  border-radius: 16px;
}

.modal-content .modal-body {
  padding: 40px 30px;
  background-image: url(../img/popup_menu_bg.png);
  background-size: cover;
  background-position: bottom;
  border-radius: 0px 0px 15px 15px;
  background-repeat: no-repeat;
}

.modal-content .modal-header {
  border-radius: 15px 15px 0px 0px;
}

.modal-content .modal-header .close {
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex: 32px 0 0;
}

.modal-content .modal-header .close i {
  color: #7c32ff;
  font-size: 14px;
  line-height: 32px;
  text-shadow: 0px 5px 10px rgba(108, 39, 255, 0.25);
}

@media (min-width: 992px) {
  .modal_800px {
    max-width: 811px;
  }
}

.modal-open .modal {
  z-index: 99999999999;
}

.menu_popUp_list_wrapper {
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(6, 0, 8, 0.22);
  border-radius: 10px;
  position: absolute;
  right: 0;
  width: 945px;
  top: 100%;
  display: flex;
  padding-left: 50px;
  padding-top: 37px;
  padding-bottom: 35px;
  display: flex;
  transform: translateY(30px) translateX(-18px);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  background-image: url(../img/popup_menu_bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 71px;
}

@media (max-width: 575.98px) {
  .menu_popUp_list_wrapper {
    width: 94%;
    flex-wrap: wrap;
    height: 400px;
    overflow: auto;
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .menu_popUp_list_wrapper {
    width: 94%;
    flex-wrap: wrap;
    height: 400px;
    overflow: auto;
    display: block;
  }
}

@media (max-width: 991px) {
  .menu_popUp_list_wrapper {
    width: 94%;
    height: 400px;
    overflow: auto;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .menu_popUp_list_wrapper {
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .menu_popUp_list_wrapper {
    width: 800px;
    margin-right: -100px;
  }
}

.menu_popUp_list_wrapper.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(20px) translateX(-18px);
}

.menu_popUp_list_wrapper::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  top: -12px;
  right: 12px;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #fff transparent;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .menu_popUp_list_wrapper::before {
    right: 112px;
  }
}

.menu_popUp_list_wrapper .popUp_single_wrap {
  width: 25%;
  border-right: 1px solid rgba(130, 139, 178, 0.15);
  margin-right: 45px;
}

@media (max-width: 575.98px) {
  .menu_popUp_list_wrapper .popUp_single_wrap {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .menu_popUp_list_wrapper .popUp_single_wrap {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .menu_popUp_list_wrapper .popUp_single_wrap {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .menu_popUp_list_wrapper .popUp_single_wrap {
    width: 43%;
  }
}

.menu_popUp_list_wrapper .popUp_single_wrap:last-child {
  margin-right: 0;
  border: 0;
}

@media (max-width: 991px) {
  .menu_popUp_list_wrapper .popUp_single_wrap:nth-child(2) {
    margin-right: 0;
    border: 0;
  }
}

.menu_popUp_list_wrapper .popUp_single_wrap .popup_single_item {
  margin-bottom: 20px;
}

.menu_popUp_list_wrapper .popUp_single_wrap .popup_single_item:last-child {
  margin-bottom: 0;
}

.menu_popUp_list_wrapper .popUp_single_wrap .popup_single_item ul {
  display: block;
}

.menu_popUp_list_wrapper .popUp_single_wrap .popup_single_item ul li {
  display: block !important;
  margin: 0;
  margin-bottom: 10px;
}

.menu_popUp_list_wrapper .popUp_single_wrap .popup_single_item ul li a {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #415094 !important;
  margin: 0;
  transition: .3s;
}

.menu_popUp_list_wrapper .popUp_single_wrap .popup_single_item ul li a i {
  margin-right: 10px;
  color: #415094;
}

.menu_popUp_list_wrapper .popUp_single_wrap .popup_single_item ul li a:hover {
  color: #7C32FF !important;
  text-decoration: underline;
}

.menu_popUp_list_wrapper .popUp_single_wrap .popup_single_item ul li a:hover i {
  text-decoration: none !important;
}

.Menu_NOtification_Wrap {
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(6, 0, 8, 0.22);
  border-radius: 10px;
  position: absolute;
  right: 0;
  width: 350px;
  transform: translateY(30px) translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

@media (max-width: 575.98px) {
  .Menu_NOtification_Wrap {
    width: 300px;
    transform: translateY(30px) translateX(55px);
  }
}

.Menu_NOtification_Wrap.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(20px) translateX(20px);
}

@media (max-width: 575.98px) {
  .Menu_NOtification_Wrap.active {
    transform: translateY(16px) translateX(55px);
  }
}

.Menu_NOtification_Wrap .notification_Header {
  padding: 25px 20px;
  border-radius: 5px 5px 0px 0px;
  background: linear-gradient(90deg, #7c32ff 0%, #c738d8 100%);
}

.Menu_NOtification_Wrap .notification_Header h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

.Menu_NOtification_Wrap .Notification_body {
  padding: 25px 20px;
  height: 300px;
  overflow: auto;
}

.Menu_NOtification_Wrap .Notification_body .single_notify {
  margin-bottom: 15px;
}

.Menu_NOtification_Wrap .Notification_body .single_notify:last-child {
  margin-bottom: 0;
}

.Menu_NOtification_Wrap .Notification_body .single_notify .notify_thumb {
  margin-right: 15px;
}

.Menu_NOtification_Wrap .Notification_body .single_notify .notify_thumb img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.Menu_NOtification_Wrap .Notification_body .single_notify .notify_content a h5 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.Menu_NOtification_Wrap .Notification_body .single_notify .notify_content p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}

.Menu_NOtification_Wrap .nofity_footer {
  padding: 15px 20px;
}

.Menu_NOtification_Wrap .nofity_footer .submit_button a {
  font-size: 12px;
  color: #fff !important;
}

.custom_nav {
  display: block !important;
}

.custom_nav li {
  margin-bottom: 20px;
}

.custom_nav li:last-child {
  margin-bottom: 0;
}

.custom_nav li a {
  font-size: 14px;
  font-weight: 400;
  color: #415094;
  padding: 0;
}

.custom_nav li a:hover {
  color: #7C32FF;
}

.custom_nav li a.active {
  color: #7C32FF;
}

.General_system_wrap_area {
  display: grid;
  grid-template-columns: 4fr 8fr;
  grid-gap: 30px;
}

@media (max-width: 575.98px) {
  .General_system_wrap_area {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .General_system_wrap_area {
    grid-template-columns: repeat(1, 1fr);
  }
}

.General_system_wrap_area .single_system_wrap .single_system_wrap_inner {
  background: #F5F7FB;
  border-radius: 10px;
  padding: 25px 30px;
  margin-bottom: 30px;
}

.General_system_wrap_area .single_system_wrap .single_system_wrap_inner .logo {
  text-align: left;
}

.General_system_wrap_area .single_system_wrap .single_system_wrap_inner .logo span {
  font-size: 16px;
  font-weight: 500;
  color: #415094;
}

.General_system_wrap_area .single_system_wrap .single_system_wrap_inner .logo_img {
  margin-top: 50px;
  margin-bottom: 30px;
}

.General_system_wrap_area .single_system_wrap .single_system_wrap_inner .update_logo_btn button {
  position: relative;
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 13px;
}

.General_system_wrap_area .single_system_wrap .single_system_wrap_inner .update_logo_btn button input {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  cursor: pointer;
}

.General_system_wrap_area .single_system_wrap .single_system_wrap_inner .remove_logo {
  font-size: 12px;
  color: #828BB2;
  font-weight: 500;
  text-transform: uppercase;
}

.primary_checkbox {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  margin: 0;
  flex: 18px 0 0;
  line-height: 18px;
}

.primary_checkbox.white_checkbox .checkmark:after {
  border-color: #fff;
}

.primary_checkbox .checkmark {
  position: relative;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  line-height: 18px;
  flex: 18px 0 0;
  border-radius: 50%;
}

.primary_checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.primary_checkbox input:checked ~ .checkmark:after {
  width: 100%;
  height: 100%;
  border: 0;
  transition: .3s;
  transform: scale(0);
}

.primary_checkbox input:checked ~ .checkmark {
  background: linear-gradient(90deg, #7C32FF 0.47%, #C738D8 100%);
  box-shadow: 0px 5px 10px rgba(108, 39, 255, 0.25);
  transition: .3s;
}

.primary_checkbox input:checked ~ .checkmark::before {
  content: "\e64c";
  font-family: "themify";
  position: absolute;
  display: block;
  top: 0px;
  left: 3px;
  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: 18px;
  z-index: 99;
  color: #fff;
  transition: .3s;
}

.primary_checkbox .checkmark:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 50px;
  border: 1px solid #828BB2;
  transition: .3s;
  transform: scale(1);
}

.primary-btn.semi_large2 {
  line-height: 50px !important;
}

.primary-btn.semi_large45 {
  line-height: 45px !important;
}

.primary-btn.radius_30px {
  display: inline-block;
  padding: 7px 25px;
  text-transform: uppercase;
  line-height: 16px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 30px !important;
  white-space: nowrap;
}

.primary-btn.cusrve_30px {
  border-radius: 30px !important;
}

.primary-btn i {
  margin-right: 5px;
}

.switch_toggle {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 36px;
  margin-bottom: 0;
}

.switch_toggle input {
  opacity: 0;
}

.switch_toggle .slider:before {
  bottom: 0px;
  content: "";
  height: 16px;
  left: 0px;
  left: 3px;
  position: absolute;
  -webkit-transition: .4s;
  transition: .4s;
  width: 16px;
  background: #707DB7;
  background: #fff;
  top: 2px;
}

.switch_toggle input:checked + .slider {
  background: #ECEEF4;
}

.switch_toggle input:checked + .slider:before {
  transform: translateX(14px);
}

.switch_toggle .slider.round {
  border-radius: 34px;
}

.switch_toggle .slider.round:before {
  border-radius: 50%;
}

.switch_toggle .switch_toggle input {
  display: none;
}

.switch_toggle .slider {
  background-color: #ECEEF4;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.pulse {
  position: relative;
}

.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;
}

.pulse .pulse-ring.notification_count_pulse {
  right: -18px;
  top: -14px;
}

#color_option,
#MSG91_Settings {
  display: none;
}

.sample-selector .form-control {
  border-right: 0 !important;
}

.sample-selector .form-control:focus {
  box-shadow: none !important;
  border-color: #ECEEF4 !important;
}

.sample-selector .input-group-append {
  background: transparent;
}

.sample-selector .input-group-append .input-group-text {
  background: transparent;
  border-radius: 30px;
  border: 1px solid #ECEEF4;
  border-radius: 0px 30px 30px 0px;
  height: 46px;
  width: 46px;
  text-align: center;
  border-left: 0;
}

.sample-selector .input-group-append .input-group-text i {
  border-radius: 50%;
  flex: 25px 0 0;
  position: relative;
  right: 3px;
}

.colorpicker-element .add-on i,
.colorpicker-element .input-group-prepend i,
.colorpicker-element .input-group-append i {
  display: inline-block;
  cursor: pointer;
  height: 25px;
  vertical-align: text-top;
  width: 25px;
}

.tab_marge_wrap {
  background: #F5F7FB;
  border-radius: 10px;
  padding: 40px;
  position: absolute;
  top: 80px;
  right: 30px;
  left: 50px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .tab_marge_wrap {
    left: 0;
    right: 20px;
    padding: 15px;
  }
}

.tab_marge_wrap.tab_marge_wrap_active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1700px) {
  .tab_marge_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.tab_marge_wrap .single_marge {
  margin-bottom: 20px;
}

.tab_marge_wrap .single_marge ul li {
  display: flex;
  line-height: 38px;
}

@media (max-width: 575.98px) {
  .tab_marge_wrap .single_marge ul li {
    flex-direction: column;
  }
}

.tab_marge_wrap .single_marge ul li span {
  flex: 0 0 50%;
  font-size: 14px;
  color: #415094;
  font-weight: 400;
}

.tab_marge_wrap .single_marge ul li span.link_text {
  color: #4A9DFF;
}

span.active_chat {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #54DA8A;
  border-radius: 50%;
  margin-left: 7px;
  position: relative;
  top: -4px;
}

.serach_field_chat {
  width: 100%;
  position: relative;
}

.serach_field_chat .search_inner input {
  color: #415094;
  font-size: 12px;
  height: 40px;
  width: 100%;
  border-radius: 30px;
  padding-left: 40px;
  border: 1px solid #ECEEF4;
  padding-right: 15px;
}

.serach_field_chat .search_inner input::placeholder {
  font-size: 13px;
  font-weight: 300;
  color: #415094;
}

.serach_field_chat .search_inner input:focus {
  outline: none;
}

.serach_field_chat .search_inner button {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: transparent;
  font-size: 12px;
  border: 0;
  padding-left: 20px;
  padding-right: 10px;
}

.serach_field_chat .search_inner button i {
  font-size: 12px;
  color: #415094;
}

.chat_main_wrapper {
  display: grid;
  grid-template-columns: 5fr 7fr;
  grid-gap: 30px;
}

@media (max-width: 575.98px) {
  .chat_main_wrapper {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .chat_main_wrapper {
    grid-template-columns: 1fr;
  }
}

.chat_flow_list {
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(235, 215, 241, 0.22);
  border-radius: 10px;
  padding: 40px;
}

@media (max-width: 575.98px) {
  .chat_flow_list {
    padding: 25px;
    margin-bottom: 30px;
  }
}

.chat_flow_list .main-title2 {
  margin-bottom: 17px;
  margin-top: 33px;
}

.chat_flow_list .chat_flow_list_inner ul li {
  margin-bottom: 20px;
}

.chat_flow_list .chat_flow_list_inner ul li:last-child {
  margin-bottom: 0px;
}

.chat_flow_list .chat_flow_list_inner ul li .single_list .thumb img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

@media (max-width: 575.98px) {
  .chat_flow_list .chat_flow_list_inner ul li .single_list .thumb img {
    width: 40px;
    height: 40px;
  }
}

.chat_flow_list .chat_flow_list_inner ul li .single_list .list_name {
  margin-left: 20px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .chat_flow_list .chat_flow_list_inner ul li .single_list .list_name {
    margin-left: 10px;
  }
}

.chat_flow_list .chat_flow_list_inner ul li .single_list .list_name h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #415094;
}

.chat_flow_list .chat_flow_list_inner ul li .single_list .list_name p {
  font-size: 14px;
  color: #828BB2;
  font-weight: 400;
  margin-bottom: 0;
}

.chat_flow_list .chat_flow_list_inner ul li .single_list .list_name .create_group {
  margin-bottom: 1px;
}

.chat_view_list .chat_view_list_inner {
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(235, 215, 241, 0.22);
  border-radius: 10px;
  padding: 40px;
  position: relative;
}

.chat_view_list .chat_view_list_inner .dots_lines {
  position: absolute;
  right: 30px;
  top: 30px;
}

@media (max-width: 575.98px) {
  .chat_view_list .chat_view_list_inner {
    padding: 25px;
  }
}

.chat_view_list .chat_view_list_inner .chat_view_list_inner_scrolled {
  overflow: auto;
  padding-bottom: 150px;
}

.chat_view_list .chat_view_list_inner .chat_single {
  overflow: hidden;
  width: 80%;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .chat_view_list .chat_view_list_inner .chat_single {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chat_view_list .chat_view_list_inner .chat_single {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .chat_view_list .chat_view_list_inner .chat_single {
    width: 100%;
  }
}

.chat_view_list .chat_view_list_inner .chat_single.sender_chat {
  margin-right: 0;
  margin-left: auto;
  justify-content: flex-end;
}

.chat_view_list .chat_view_list_inner .chat_single.sender_chat .chat_text_info {
  background: #7C32FF;
  border-radius: 30px 0px 30px 30px;
  margin-left: 15px;
}

.chat_view_list .chat_view_list_inner .chat_single.sender_chat .thumb {
  margin-left: 20px;
}

.chat_view_list .chat_view_list_inner .chat_single .thumb img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@media (max-width: 575.98px) {
  .chat_view_list .chat_view_list_inner .chat_single .thumb img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 575.98px) {
  .chat_view_list .chat_view_list_inner .chat_single .chat_text_info_wraper {
    display: block !important;
  }
}

.chat_view_list .chat_view_list_inner .chat_single .chat_text_info {
  background: #707DB7;
  border-radius: 0px 30px 30px 30px;
}

.chat_view_list .chat_view_list_inner .chat_single .chat_text_info img {
  max-width: 100%;
  min-width: 100%;
}

.chat_view_list .chat_view_list_inner .chat_single .chat_text_info p {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
  font-weight: 400;
  padding: 20px;
}

.chat_view_list .chat_view_list_inner .chat_single .chat_date {
  white-space: nowrap;
  font-size: 12px;
  color: #C4C4C4;
  font-weight: 400;
}

.chat_view_list .chat_input_box {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 40px 40px 40px;
}

@media (max-width: 575.98px) {
  .chat_view_list .chat_input_box {
    padding: 0 25px 25px 30px;
  }
}

.chat_view_list .chat_input_box .input_thumb {
  margin-right: 15px;
}

.chat_view_list .chat_input_box .input_thumb img {
  width: 40px;
  height: 40px;
}

.chat_view_list .chat_input_box input {
  background: #F5F7FB;
  border-radius: 10px;
  height: 40px;
  border: 0;
  padding-left: 20px;
}

.chat_view_list .chat_input_box input::placeholder {
  color: #A0A7C9;
  font-size: 14px;
  font-weight: 400;
}

.chat_view_list .chat_input_box .input-group-append {
  border-radius: 0 0 10px 10px;
}

.chat_view_list .chat_input_box .input-group-append .btn {
  background: #F5F7FB;
  font-size: 20px;
  color: #A0A7C9;
  padding: 0;
  line-height: 40px;
  position: relative;
  height: 40px;
}

.chat_view_list .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;
}

.chat_view_list .chat_input_box .input-group-append .btn i {
  font-size: 20px;
}

.chat_view_list .chat_input_box .input-group-append .btn:last-child {
  padding-right: 11px;
  padding-left: 11px;
  border-radius: 0px 10px 10px 0px;
}

.placeholder_input {
  background: #ECEEF4;
  height: 35px;
  border-radius: 30px;
  border: 0;
  width: 100%;
  padding: 0 15px;
  font-size: 13px;
  color: #000;
}

.placeholder_input::placeholder {
  font-weight: 300;
  opacity: 1;
  font-size: 13px;
  color: #415094;
}

.placeholder_invoice_textarea {
  background: #ECEEF4;
  border-radius: 20px;
  border: 0;
  width: 100%;
  padding: 0 15px;
  font-size: 13px;
  color: #000;
  padding: 10px 15px;
  min-height: 35px;
  resize: block;
}

.placeholder_invoice_textarea::placeholder {
  font-weight: 400;
  opacity: 1;
  font-size: 14px;
  color: #415094;
  line-height: 24px;
}

.items_min_icon i {
  color: #FF0000;
  font-size: 24px;
  cursor: pointer;
}

.scrollable_tablist {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow: auto;
  margin-bottom: 20px;
  margin-right: 45px;
  margin-left: 45px;
}

@media (min-width: 1635px) {
  .scrollable_tablist {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  .scrollable_tablist {
    margin-left: 40px;
    margin-right: 40px;
  }
}

.scrollable_tablist li {
  margin-bottom: 0 !important;
}

.scroll-left-button {
  left: 0;
  top: 0;
}

.scroll-right-button {
  right: 0;
  top: 0;
}

.scroll-left-button,
.scroll-right-button {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  display: inline-block;
  border-radius: 50%;
  padding: 0 !important;
  position: absolute;
}

@media (min-width: 1635px) {
  .scroll-left-button,
  .scroll-right-button {
    display: none;
  }
}

.scroll-left-button i,
.scroll-right-button i {
  line-height: 32px;
  margin: 0;
}

.task_expand_wrapper {
  padding: 25px;
  background: #FFFFFF;
  box-shadow: 0px 8px 10px rgba(236, 208, 244, 0.25);
  border-radius: 5px;
  width: 273px;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.task_expand_wrapper_open .task_expand_wrapper {
  opacity: 1;
  visibility: visible;
}

.datepicker.dropdown-menu {
  z-index: 9999999999999999999999999999999999 !important;
}

.pop_up_form_hader {
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(235, 215, 241, 0.22);
  border-radius: 25px;
  padding: 17px 30px;
  cursor: pointer;
  position: relative;
  transition: .3s;
}

.pop_up_form_hader::before {
  position: absolute;
  content: "\e61a";
  font-family: 'themify';
  font-size: 14px;
  color: #415094;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
}

.pop_up_form_hader.Company_Info_opened {
  box-shadow: 0px 10px 15px rgba(235, 215, 241, 0.22);
  border-radius: 5px 5px 0px 0px;
}

.pop_up_form_hader.Company_Info_opened::before {
  content: "\e622";
}

.pop_up_form_hader h3 {
  font-size: 14px;
  font-weight: 500;
}

.company_form_popup {
  position: absolute;
  top: 20px;
  z-index: 9;
  width: 740px;
  background: #fff;
  padding: 30px 30px 40px 30px;
  box-shadow: 0px 10px 15px rgba(235, 215, 241, 0.22);
  border-radius: 0px 10px 10px 10px;
  opacity: 0;
  left: 0;
  transition: .3s;
  visibility: hidden;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .company_form_popup {
    width: 670px;
  }
}

@media (max-width: 575.98px) {
  .company_form_popup {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .company_form_popup {
    width: 100%;
  }
}

.company_form_popup.Company_Info_active {
  opacity: 1;
  top: 50px;
  visibility: visible;
}

.white-box.single-summery h3,
.white-box.single-summery p,
.white-box.single-summery h1 {
  position: relative;
  z-index: 1;
}

.fc-right {
  display: flex !important;
  align-content: center !important;
  align-items: center !important;
}

@media (max-width: 575.98px) {
  .fc-right {
    justify-content: space-between;
    margin-top: 10px;
  }
}

.fc-right h2 {
  font-size: 18px;
  font-weight: 500;
  color: #415094;
}

.fc-icon-left-single-arrow::after {
  content: "\e629";
  font-weight: 500;
  font-size: 12px;
  top: -7%;
  font-family: 'themify';
}

.fc-icon {
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  font-family: 'themify';
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fc-toolbar h2 {
  font-size: 1.75em;
  margin: 0;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #415094;
  margin-bottom: 0;
}

.fc-toolbar {
  display: flex;
  align-items: center;
}

@media (max-width: 575.98px) {
  .fc-toolbar {
    flex-direction: column;
    align-items: center;
  }
}

.fc th {
  text-align: center;
  padding: 23px 15px !important;
  font-weight: 400;
  color: #415094;
}

@media (max-width: 575.98px) {
  .fc th {
    padding: 10px 0 !important;
  }
}

fc-dayGrid-view .fc-week-number, .fc-dayGrid-view .fc-day-number {
  color: #A0A7C9 !important;
}

@media (max-width: 575.98px) {
  fc-dayGrid-view .fc-week-number, .fc-dayGrid-view .fc-day-number {
    padding: 5px;
  }
}

.default_text14 {
  font-size: 14px;
  font-weight: 400;
  color: #415094;
  line-height: 26px;
}

.edit_pop_text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.fc-center {
  display: flex;
  align-items: center;
}

.fc-center {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.add_mile_stone_clicker {
  position: absolute;
  right: 30px;
  top: 30px;
}

@media (max-width: 575.98px) {
  .add_mile_stone_clicker {
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  #calendar2 {
    padding-top: 35px;
  }
}

.filterActivaty_wrapper {
  width: 700px;
  background: #FFFFFF;
  box-shadow: 0px -3px 10px rgba(236, 208, 244, 0.25), 0px 8px 10px rgba(236, 208, 244, 0.25);
  border-radius: 5px;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 100%;
  position: absolute;
  left: 0;
  top: 28px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

@media (min-width: 992px) and (max-width: 1300px) {
  .filterActivaty_wrapper {
    width: 550px;
  }
}

@media (min-width: 1300px) and (max-width: 1700px) {
  .filterActivaty_wrapper {
    width: 550px;
  }
}

@media (max-width: 575.98px) {
  .filterActivaty_wrapper {
    left: -30px;
    width: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .filterActivaty_wrapper {
    width: 500px;
  }
}

.filterActivaty_wrapper.active {
  opacity: 1;
  visibility: visible;
  top: 25px;
}

.filterActivaty_wrapper .filer_chek {
  padding: 0 20px 10px 20px;
}

.filterActivaty_wrapper .box_header {
  padding: 15px 15px 0 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #ECEEF4;
  margin-bottom: 25px;
}

.filterActivaty_wrapper .box_header .primary_input_field {
  height: 30px;
}

.dataTables_info {
  margin-top: 35px !important;
  padding: 0 !important;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 0;
}

@media (min-width: 768px) {
  .dataTables_wrapper .dataTables_paginate {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .dataTables_wrapper .dataTables_paginate {
    text-align: right;
  }
}

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";
  background: red;
  box-shadow: none;
}

.table.dataTable {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.dataTables_paginate a {
  margin: 0 0 0 10px !important;
}

.check_box_table table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
.check_box_table table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
  left: 10px;
  line-height: 18px;
}

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 {
  line-height: 17px;
  left: 7px;
}

table.dataTable tbody tr {
  background-color: transparent;
}

.QA_section .QA_table .table thead th {
  background-color: transparent;
  vertical-align: top !important;
}

.check_box_table .QA_table .table thead th:nth-child(2) {
  padding-left: 20px !important;
}

.check_box_table .QA_table .table thead th:nth-child(2).sorting::after {
  left: 4px;
}

.check_box_table .QA_table .table thead th:nth-child(2).sorting_desc::after {
  left: 4px;
}

.check_box_table .QA_table .table thead th:nth-child(2).sorting_asc::after {
  left: 4px;
}

.QA_section.check_box_table .QA_table .table thead tr th:first-child {
  white-space: nowrap !important;
  padding-left: 35px !important;
}

.check_box_table .QA_table .table thead th:nth-child(2) {
  padding-left: 0px;
}

.check_box_table .QA_table .table thead th:first-child {
  padding-left: 35px !important;
  padding-right: 24px;
}

.check_box_table .QA_table .table tbody th:nth-child(2) {
  padding-left: 0px;
}

.check_box_table .QA_table .table tbody th:first-child {
  padding-left: 35px !important;
  padding-right: 24px;
}

.check_box_table .QA_table .table tbody td:nth-child(2) {
  padding-left: 0px;
}

.check_box_table .QA_table .table tbody td:first-child {
  padding-left: 35px;
  padding-right: 24px;
}

.QA_section.check_box_table2 .QA_table .table thead tr th:first-child {
  white-space: nowrap !important;
  padding-left: 25px !important;
}

.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  /*max-width: 600px;*/
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-list .dd-list {
  padding-left: 30px;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

.dd-handle {
  display: block;
  margin: 10px 0;
  text-decoration: none;
  border: 1px solid #ebebeb;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 30px;
  background: #F5F7FB;
  border: 0;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 400;
  color: #415094;
  padding-left: 58px;
  cursor: grab;
}

.dd-handle .menu_icon {
  float: left;
  padding: 0px 16px;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #F5F7FB;
  box-sizing: border-box;
  border-radius: 23px 0px 0px 23px;
  color: #415094;
  background: #fff;
  height: 46px;
  margin-right: 12px;
  position: absolute;
  left: 0;
  top: 0;
}

.edit_icon {
  float: right;
  cursor: pointer;
  font-size: 16px;
  color: #707DB7;
  font-weight: 400;
  padding-right: 20px;
  height: 46px;
  line-height: 46px;
  position: absolute;
  right: 0;
  top: 0;
}

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 60px;
  height: 46px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  line-height: 46px;
  margin-left: 45px;
  z-index: 99;
  width: 38px;
}

.dd-item > button:before {
  content: "\e61a";
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'themify';
  font-size: 14px;
  color: #415094;
  top: 0px;
  left: 0px;
  font-size: 14px;
}

.dd-item > button[data-action="collapse"]:before {
  content: '\e622';
  font-size: 14px;
}

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 46px;
  background: #f2fbff;
  border: 1px dashed #415094;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 30px;
}

.dd-empty {
  border: 1px dashed #415094;
  min-height: 100px;
  background-color: #e5e5e5;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

/**
 * Nestable Extras
 */
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

@media only screen and (min-width: 700px) {
  .dd + .dd {
    margin-left: 2%;
  }
}

.dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}

/**
 * Nestable Draggable Handles
 */
.dd3-content {
  display: block;
  margin: 5px 0;
  padding: 5px 10px 0px 44px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}

.dd3-item > button {
  margin-left: 40px;
}

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #ebebeb;
  background: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dd3-handle:before {
  content: '≡';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #ccc;
  font-size: 20px;
  font-weight: normal;
}

.dd3-handle:hover {
  background: #f7f7f7;
}

.menu_edit_field {
  display: none;
}

#sidebar.sidebar.mini_sidebar {
  width: 60px;
  z-index: 1;
  overflow: visible !important;
  min-width: 60px;
  max-width: 60px;
  position: absolute;
  z-index: 9999999;
}

#sidebar.sidebar.mini_sidebar .mini_logo {
  display: block;
}

#sidebar.sidebar.mini_sidebar .large_logo {
  display: none;
}

#sidebar.sidebar.mini_sidebar .has-arrow::before {
  display: none;
}

#sidebar.sidebar.mini_sidebar .sidebar-header {
  padding-left: 11px;
}

#sidebar.sidebar.mini_sidebar .update_sidebar img {
  max-width: 40px !important;
  object-fit: contain;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu ul li ul {
  overflow: visible;
  position: absolute;
  z-index: 999;
  left: 100% !important;
  top: 100%;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li {
  position: relative;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li ul li a {
  white-space: nowrap;
  padding-left: 18px;
  color: #fff;
  width: 180px;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li > a {
  padding-left: 20px;
  display: grid;
  grid-template-columns: 44px auto !important;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li > a.has-arrow::after {
  display: none;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li > a .nav_title {
  display: none;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li > a:hover, #sidebar.sidebar.mini_sidebar #sidebar_menu > li > a:active {
  width: 240px;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li > a:hover .nav_icon_small, #sidebar.sidebar.mini_sidebar #sidebar_menu > li > a:active .nav_icon_small {
  display: inline-block;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li > a:hover .nav_title, #sidebar.sidebar.mini_sidebar #sidebar_menu > li > a:active .nav_title {
  display: inline-block;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li > a:hover.has-arrow::after, #sidebar.sidebar.mini_sidebar #sidebar_menu > li > a:active.has-arrow::after {
  display: inline-block;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li:hover > a, #sidebar.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a {
  width: 240px !important;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li:hover > a:hover, #sidebar.sidebar.mini_sidebar #sidebar_menu > li:hover > a.active, #sidebar.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a:hover, #sidebar.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a.active {
  width: 240px;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li:hover > a:hover .nav_icon_small, #sidebar.sidebar.mini_sidebar #sidebar_menu > li:hover > a.active .nav_icon_small, #sidebar.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a:hover .nav_icon_small, #sidebar.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a.active .nav_icon_small {
  display: inline-block;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li:hover > a:hover .nav_title, #sidebar.sidebar.mini_sidebar #sidebar_menu > li:hover > a.active .nav_title, #sidebar.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a:hover .nav_title, #sidebar.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a.active .nav_title {
  display: inline-block;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li:hover > a:hover.has-arrow::after, #sidebar.sidebar.mini_sidebar #sidebar_menu > li:hover > a.active.has-arrow::after, #sidebar.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a:hover.has-arrow::after, #sidebar.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a.active.has-arrow::after {
  display: inline-block;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li.mm-active:hover {
  overflow: visible;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a {
  background: transparent;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a .nav_icon_small {
  display: inline-block;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a .nav_title {
  display: inline-block;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li.mm-active > a.has-arrow::after {
  display: inline-block;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li.mm-active ul {
  left: 100%;
  left: 60px;
  position: absolute;
  top: 100%;
  width: 180px;
  z-index: 1000;
}

#main-content.mini_main_content {
  margin-left: 70px;
  width: calc(100% - 70px);
}

@media (max-width: 1370px) {
  #main-content.mini_main_content {
    width: calc(100% - 70px);
  }
}

@media (min-width: 1200px) {
  #main-content.mini_main_content {
    padding: 30px 30px;
  }
}

@media (max-width: 991px) {
  #main-content.mini_main_content {
    width: 100%;
    margin-top: 0;
  }
}

#sidebar.mini_sidebar ul li ul {
  background: #415094;
  opacity: .9;
  position: absolute;
  left: 100%;
}

.collaspe_icon.open_miniSide {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .collaspe_icon.open_miniSide {
    display: none;
  }
}

.collaspe_icon.open_miniSide i {
  color: #415094;
  cursor: pointer;
  font-size: 18px;
  margin-right: 15px;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu > li.metis_submenu_up_collaspe ul {
  top: auto;
  bottom: 100%;
}

#sidebar.sidebar.mini_sidebar #sidebar_menu li ul li.metis_submenu {
  position: relative;
}

#sidebar.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);
}

#sidebar ul li a:hover,
#sidebar ul li a.active,
#sidebar ul li.mm-active > a {
  color: #ffffff;
  background: #415094;
  border-left: 6px solid #7c32ff;
  border-image-source: linear-gradient(#c738d8, #7c32ff);
  border-image-slice: 6;
}

.sidebar .mini_logo {
  display: none;
}

.sidebar .large_logo {
  display: block;
}

.sidebar #sidebar_menu li a {
  font-size: 12px;
  font-weight: 500;
  color: #415094;
  padding: 9px 7px;
  padding: 9px 7px 9px 29px;
  background: #fff;
  transition: .3s;
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: 26px auto !important;
  grid-gap: 6px;
  align-items: center;
  position: relative;
  background: transparent;
}

.sidebar #sidebar_menu li a i {
  font-size: 12px;
  margin-right: 12px;
  color: #707DB7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar #sidebar_menu li a span {
  margin: 0;
}

.sidebar #sidebar_menu li a.has-arrow::after {
  color: #415094;
  font-weight: 600;
  font-size: 12px;
  right: 20px;
}

.sidebar #sidebar_menu li a.has-arrow:hover::after {
  color: #fff;
}

.sidebar #sidebar_menu li a:hover {
  background: #415094;
  color: #fff;
}

.sidebar #sidebar_menu li a:hover i {
  color: #fff;
}

.sidebar #sidebar_menu li a:hover::before {
  width: 6px;
  opacity: 1;
  visibility: visible;
}

.sidebar #sidebar_menu li.mm-active > a {
  color: #fff;
  background: #415094;
}

.sidebar #sidebar_menu li.mm-active > a.has-arrow::after {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  right: 20px;
}

.sidebar #sidebar_menu li.mm-active > a.has-arrow:hover::after {
  color: #fff;
}

.sidebar #sidebar_menu li.mm-active.metis_dropmenu > a {
  padding-top: 29px;
  padding-bottom: 30px;
  color: #fff;
}

.sidebar #sidebar_menu li.mm-active > a i {
  color: #fff;
}

.sidebar #sidebar_menu li.mm-active > a::before {
  opacity: 1;
  width: 6px;
  visibility: visible;
}

.sidebar #sidebar_menu li ul li a {
  white-space: nowrap;
  padding-left: 55px;
  color: #fff;
}

.sidebar #sidebar_menu li ul li a:hover, .sidebar #sidebar_menu li ul li a.active {
  background: rgba(255, 255, 255, 0.05);
  border-left: 6px solid #7c32ff;
}

.sidebar #sidebar_menu li ul li.metis_submenu > a {
  background: rgba(255, 255, 255, 0.05);
  border-left: 6px solid #7c32ff;
}

.sidebar #sidebar_menu ul li.metis_submenu a.has-arrow::after {
  color: #fff;
}

.sidebar #sidebar_menu ul li.metis_submenu ul {
  opacity: 1;
}

.sidebar #sidebar_menu ul li.metis_submenu ul li a {
  padding-left: 63px;
}

/* -------------------------------------------------------------------------- */
/*                                  pm sass files here                        */
/* -------------------------------------------------------------------------- */
.grid_template {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/* Input border radius update */
.primary_input_field,
.primary_select,
.ms-options-wrap button {
  border-radius: 10px !important;
}

.primary-btn.small {
  border-radius: 6px !important;
}

.primary_file_uploader .primary_input_field {
  padding-bottom: 1px;
}

.primary_file_uploader button {
  top: 8px !important;
  right: 8px !important;
}

#main-content {
  padding-bottom: 0 !important;
}

.student-add-form-container.white-box {
  border-radius: 0 0 10px 10px;
  padding: 0px 30px;
}

.student-add-form .nav-tabs {
  background: #ffffff;
  padding: 10px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid var(--base_color);
}

.student-add-form .nav-tabs .nav-link {
  background: #ffffff;
  color: var(--base_color);
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 8px 25px;
  border-radius: 0px;
}

.student-add-form .nav-tabs .nav-link.active {
  background: #cad5f3;
  border-radius: 6px;
}

.form-tab-container.white-box {
  border-radius: 0 0 10px 10px;
  padding: 0px 30px;
}

.form_tab.white-box {
  border-radius: 0 0 10px 10px;
  padding: 0px 30px;
}

.form_tab .nav-tabs {
  background: #ffffff;
  padding: 10px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid var(--base_color);
}

.form_tab .nav-tabs .nav-link {
  background: #ffffff;
  color: var(--base_color);
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 8px 25px;
  border-radius: 0px;
  border: 1px solid #cad5f3;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .form_tab .nav-tabs .nav-link {
    padding: 6px 8px;
    font-size: 11px;
  }
  .nav.nav-tabs.tabs_scroll_nav {
    gap: 5px;
  }
}

.form_tab .nav-tabs .nav-link.active {
  background: #cad5f3;
  border-radius: 6px;
}

.form-section {
  background: #f5f5f561;
  padding: 20px;
  border-radius: 5px;
  height: 100%;
}

/* change background image of pending button */
.primary-btn.bg-warning {
  background-color: #F29339 !important;
}

.client_img {
  max-width: 50px;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .up_admin_visitor .primary-btn-sma2567ll-input {
    margin-bottom: 20px;
  }
  .xm_3 {
    margin: 20px 0;
  }
  .mt_4 {
    margin-top: 20px;
  }
  .col-lg-4.no-gutters {
    margin-top: 20px;
  }
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: none;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: none !important;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: none !important;
  border-color: transparent;
}

.up_login {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}

@media (max-width: 991px) {
  .up_login .pl-30 {
    padding-left: 0;
  }
}

.logoimage {
  max-width: 150px !important;
  height: auto;
  padding: 2px;
}

.loginButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.singleLoginButton {
  flex: 22% 0 0;
}

.loginButton .get-login-access {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 5px;
  cursor: pointer;
}

@media (max-width: 576px) {
  .singleLoginButton {
    flex: 49% 0 0;
  }
}

@media (max-width: 576px) {
  .singleLoginButton {
    flex: 49% 0 0;
  }
}

.dialog-notice-title {
  text-align: left !important;
  color: white !important;
  text-shadow: 0px 10px 10px black !important;
}

/* lol ipdate 27 june  */
#main-content {
  width: calc(100% - 15%);
}

@media (max-width: 1370px) {
  #main-content {
    width: calc(100% - 20%);
  }
}

@media (max-width: 991px) {
  #main-content {
    width: 100%;
  }
  .admin .navbar .right-navbar .dropdown .dropdown-toggle {
    display: none;
  }
}

.nice-select.open .list {
  padding-top: 50px !important;
}

#ajaxSpinnerImage {
  display: block;
  /* width:800px; */
  margin: 0 auto;
  align-content: center;
}

/* #sidebar ul li a:hover, #sidebar ul li a.active {
      background: rgba(255, 255, 255, 0.05);
  } */
#sidebar ul li ul li a.active,
#sidebar ul li ul li a:hover {
  background: rgba(255, 255, 255, 0.05);
}

@media (min-width: 1100px) and (max-width: 1400.98px) {
  .datepicker {
    padding: 16px 12px;
  }
  .datepicker.dropdown-menu {
    font-size: 12px;
    line-height: 17px;
  }
  .datepicker table tr td {
    border-radius: 30px;
  }
}

/* mobile device  */
@media (min-width: 320px) and (max-width: 580.98px) {
  .erp_role_permission_area .single_permission .permission_body > ul > li ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    margin-left: 0;
  }
  .table_not_fixed {
    table-layout: auto !important;
  }
}

.max_modal {
  max-width: 1050px;
}

table.attendence-report-custome.dataTable > tbody > tr.child ul.dtr-details {
  flex-wrap: wrap;
}

.balance-custom-table tfoot th {
  padding: 10px 40px 6px 0px;
  border-top: 1px solid #999999;
  text-align: center;
}

.custome-radio-class .primary-input {
  width: 65px;
}

.loader_style {
  margin-top: -30px;
  padding-right: 25px;
}

.loader_img_style {
  width: 25px;
  height: 25px;
}

.loader {
  display: none;
}

.pre_loader {
  display: show;
}

.loader_style_parent_reg {
  padding-right: 25px;
  position: absolute;
  right: 10px;
  top: 5px;
}

.mark_box {
  border: 1px solid gray;
  padding: 5px;
  padding-right: 18px;
  margin-left: 140px;
}

.std_mark_box {
  border: 1px solid gray;
  padding: 5px;
  padding-right: 18px;
  margin-left: 170px;
}

#table_id_processing {
  color: var(--base_color);
  margin-top: 10px;
}

/* updated  */
.upload_grid_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.single_upload_img img {
  width: 100%;
}

.img_check {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.single_upload_img {
  position: relative;
}

.quiestion_group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

.quiestion_group .single_question {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 150px;
  background-size: cover;
  background-position: center center;
}

.quiestion_group .active .single_question .img_ovelay {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.quiestion_group .single_question .thumb img {
  width: 100%;
}

.quiestion_group .img_ovelay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 80, 148, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scale(0.8);
}

.quiestion_group .img_ovelay input {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.quiestion_group .single_question:hover .img_ovelay {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.quiestion_group .img_ovelay .icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: inline-block;
}

.quiestion_group .img_ovelay .icon i {
  line-height: 30px;
  font-size: 15px;
}

.question_navigate a {
  margin: 0 5px;
  display: inline-block;
  background: -webkit-linear-gradient(90deg, var(--gradient_1) 0%, #c738d8 51%, var(--gradient_1) 100%);
  background: -moz-linear-gradient(90deg, var(--gradient_1) 0%, #c738d8 51%, var(--gradient_1) 100%);
  background: -o-linear-gradient(90deg, var(--gradient_1) 0%, #c738d8 51%, var(--gradient_1) 100%);
  background: -ms-linear-gradient(90deg, var(--gradient_1) 0%, #c738d8 51%, var(--gradient_1) 100%);
  background: var(--primary-color);
  color: #ffffff;
  background-size: 200% auto;
  -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;
  color: #fff !important;
  border-radius: 5px !important;
  border: 0 !important;
  text-align: center !important;
}

.question_table {
  border: 1px solid #d9dde9;
  margin-top: 20px;
  border-radius: 3px;
  padding: 20px;
}

.quiestion_group .img_ovelay .icon label {
  margin: 0;
  position: relative;
  top: 11px;
  left: 6px;
}

.qustion_banner_img {
  max-width: 500px;
  margin: auto;
  margin-bottom: 40px;
}

.qustion_banner_img img {
  width: 100%;
}

.single_question_upper {
  background: linear-gradient(90deg, #915eff 0.47%, #c874e6 100%);
  border-radius: 5px;
  padding: 15px;
}

.quiestion_group .img_ovelay .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: transparent;
  color: #000;
  display: inline-block;
}

.quiestion_group .img_ovelay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 80, 148, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(90deg, rgba(126, 50, 255, 0.7) 0%, rgba(195, 55, 218, 0.7) 100%);
  transition: 0.3s;
  transform: scale(0.8);
  border-radius: 5px;
}

.single_question_upper .expand_icon {
  width: 41px;
  height: 41px;
  background: var(--base_color);
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  flex: 41px 0 0;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  line-height: 41px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single_question_upper {
  position: relative;
  z-index: 1000;
}

.quiestion_group .single_question {
  border-radius: 5px;
}

/*floating button  start*/
.float_button {
  text-align: left;
  display: inline-block;
  border-radius: 50px;
  padding: 10px 30px 13px 50px;
  -webkit-transition: 0.8s;
  background-size: auto 200%;
  position: fixed;
  top: 165px;
  right: 0;
  transform: translateX(182px);
  background-image: linear-gradient(to top, #b937e0 0%, var(--gradient_1) 50%, #b937e0 100%);
  z-index: 9999999;
}

.float_button:hover {
  background-position: bottom center;
  transform: translateX(20px);
}

.float_button i {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 8px;
  top: 8px;
  margin-bottom: 0px;
}

@media (max-width: 575.98px) {
  .float_button i {
    left: 8px;
    top: 8px;
  }
}

.float_button h3 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  padding-right: 10px;
}

html[dir="rtl"] .float_button {
  right: auto;
  left: 0;
  padding: 10px 50px 9px 30px;
  transform: translateX(-178px);
}

html[dir="rtl"] .float_button:hover {
  transform: translateX(-20px);
}

html[dir="rtl"] .float_button i {
  left: auto;
  right: 8px;
}

/*floating button  end*/
.walletError {
  color: #ff0000;
}

.lmsError {
  color: #ff0000;
}

/* Email Templete Custom */
.custom_nav li a {
  font-size: 14px;
  font-weight: 400;
  color: var(--base_color);
  padding: 0;
}

.custom_nav li {
  margin-bottom: 20px;
}

.common-calendar .fc-basic-view .fc-body .fc-row {
  min-height: 95px !important;
}

.footer-list a {
  font-size: 14px;
  font-weight: 500;
  color: #828bb2;
}

.footer-list a:hover {
  color: var(--base_color);
}

.admin .navbar .right-navbar .dropdown .badge {
  left: 25px;
}

html[dir="rtl"] .admin .navbar .right-navbar .dropdown .badge {
  left: 0px !important;
}

table.fees-report-footer tfoot td {
  padding: 10px 18px 6px 30px;
}

#main-content.mini_main_content {
  margin-left: 70px;
  width: calc(100% - 70px) !important;
}

/* preloader  */
.prelaoder_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e7ecff;
  z-index: 100000000;
}

.prelaoder_wrapper .preloader_img {
  max-width: 120px;
}

.demo_addons {
  float: right;
  margin-right: 30px !important;
  background: #8232fc;
  color: #fff;
  border-radius: 5px;
  padding: 0px 10px;
  font-size: 10px;
}

.badge_1 {
  background: -o-linear-gradient(90deg, var(--gradient_1) 0%, #c738d8 100%);
  background: -ms-linear-gradient(90deg, var(--gradient_1) 0%, #c738d8 100%);
  background: linear-gradient(90deg, var(--gradient_1) 0%, #c738d8 100%);
  font-size: 10px !important;
  font-weight: 500 !important;
  color: #fff !important;
  border: 0;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 12px;
  white-space: nowrap;
  line-height: 1.2;
  text-transform: capitalize;
}

.primary-school-color {
  background: -webkit-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 51%, var(--gradient_3) 100%) !important;
  background: -moz-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 51%, var(--gradient_3) 100%) !important;
  background: -o-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 51%, var(--gradient_3) 100%) !important;
  background: -ms-linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 51%, var(--gradient_3) 100%) !important;
  background: linear-gradient(90deg, var(--gradient_1) 0%, var(--gradient_2) 51%, var(--gradient_3) 100%) !important;
  color: var(--text_white) !important;
}

/* Responsive Data Table customization:Start */
table.dataTable > tbody > tr.child ul.dtr-details {
  display: block !important;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid rgba(130, 139, 178, 0.3) !important;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-left: 0px !important;
}

table.dataTable > tbody > tr.child span.dtr-title {
  padding: 20px 4px 20px 4px !important;
  border-bottom: none !important;
}

table.dataTable > tbody > tr.child span.dtr-data {
  border-bottom: none !important;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  display: flex !important;
}

table.dataTable > tbody > tr.child ul.dtr-details > li span {
  width: 50% !important;
}

@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_paginate {
    margin-right: auto;
  }
}

/* Responsive Data Table customization:End */
/* Dashboard calender responsive:Start */
@media (max-width: 576px) {
  .fc-toolbar.fc-header-toolbar {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 10px !important;
    margin-bottom: 0 !important;
    align-items: end !important;
  }
  .fc-right {
    justify-content: end !important;
  }
  .fc-right button,
  .fc-left button {
    font-size: 11px !important;
  }
  .fc-center {
    grid-column: span 2 !important;
  }
  .fc button {
    height: 25px !important;
  }
  .fc-today-button {
    margin-left: 0px !important;
  }
}

@media (max-width: 480px) {
  .fc-toolbar.fc-header-toolbar {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .fc-header-toolbar.fc-toolbar {
    align-self: center;
  }
}

@media (max-width: 420px) {
  .fc-toolbar.fc-header-toolbar {
    grid-row-gap: 20px !important;
    grid-column-gap: 2px !important;
  }
  .fc-right button,
  .fc-left button {
    font-size: 10px !important;
  }
  .fc .fc-button-group > * {
    padding: 0 5px !important;
  }
  .fc button {
    height: 22px !important;
  }
}

@media (max-width: 380px) {
  .fc .fc-button-group > * {
    padding: 0 3px !important;
  }
}

/* Dashboard calender responsive:End */
/* DataTable responsive button:Start */
.dataTable tbody tr td:first-child::before {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* DataTable responsive button:End */
/* Exam report print:Start */
.company_info {
  margin-left: 0px;
}

.logo_thumb_upper {
  gap: 50px;
}

/* Exam report print:End */
/* my child section */
.nav.nav-tabs.tabs_scroll_nav {
  gap: 10px;
}

.student-details .nav-tabs .nav-link {
  margin-right: 0px !important;
}

.student-details .nav-tabs {
  margin-left: 0px !important;
  padding-bottom: 1px;
}

/* data table search filter position update */
@media (min-width: 1200px) and (max-width: 1580px) {
  .dataTables_filter > label {
    left: 47% !important;
  }
}

.actb_gap {
  gap: 10px;
}

.action_button_for_news {
  opacity: 0;
  pointer-events: none;
}

#newsCommentDatatable tbody tr:hover .action_button_for_news {
  opacity: 1;
  pointer-events: all;
}

.unapproveBgClass {
  background-color: gray !important;
}

.previewImageSize {
  width: 100px;
  height: 100px;
}

button.fc-today-button.fc-button.fc-button-primary {
  padding: 0 5px;
}

@media (max-width: 576px) {
  .dataTables_filter > label {
    max-width: 100% !important;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .row.mt-60 {
    margin-top: 30px !important;
  }
}
