@charset "UTF-8";
body {
  font-family: "Inter", sans-serif;
}

* {
  font-family: "Inter", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
select {
  margin: 0;
  padding: 0;
}

.small.text-muted {
  display: none;
}

.container-fluid {
  padding: 0;
}

.eyeinside {
  background-image: url("assets/admintemplate/icons/eye.svg") no-repeat !important;
  background-position: right center;
}

.select2-selection__rendered {
  line-height: normal !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #426287 !important;
}

.modal_text_gap {
  display: grid;
  gap: 8px;
}
.modal_text_gap h3 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 29.05px;
  color: #2C3C4E;
}
.modal_text_gap p {
  color: #426287;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #EAEEF4 !important;
  border-radius: 8px !important;
  line-height: 0 !important;
}

.information_page {
  padding: 20px 0 0 0px;
}

.btn {
  outline: none;
}

img {
  max-width: 100%;
  width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

.personal_in {
  padding: 24px 0 0 0;
}

.form-label {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #426287;
  margin: 0;
}

.required {
  color: #DE2424;
}

input,
select,
textarea,
.select2-container {
  margin: 8px 0 0 !important;
}

.select2-container textarea {
  border: none !important;
  padding: 0;
  margin: 0 !important;
  outline: none;
}

.select2-container textarea:focus {
  border: none !important;
}

.select2-selection {
  padding: 12px 16px;
}

.form-check-inline input {
  margin: 0 !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e4e7e9 !important;
}

.second_head {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1000;
}

.header_3 {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: white;
}

.header_top {
  position: fixed;
  width: calc(100% - 266px);
  top: 0;
  z-index: 1000;
  background-color: white;
}

.drpdwn_text_color {
  color: #516278;
}

.table-responsive {
  padding: 0;
}
.table-responsive.table_pad, .table-responsive.table_referr {
  padding: 0;
}

table thead tr th:first-child {
  border-radius: 15px 0 0px 0px;
}

table thead tr th:last-child {
  border-radius: 0 15px 0px 0px;
}

table tbody tr {
  border: 1px solid #ECEFF2;
}

table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}

table tbody tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}

table {
  border-radius: 12px;
  margin: 0;
  padding: 0;
}
table thead {
  background-color: #F6F7F9;
}
table thead tr th {
  color: #394453;
}
table tbody tr {
  background-color: #fff;
}
table tbody tr td {
  color: #516278;
}

label {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #426287;
}

/* Change the color of the placeholder text */
input:-ms-input-placeholder,
.select2-selection__placeholder,
.form-select {
  color: #7799B9;
}

.modal .modal-header {
  padding: 16px 24px;
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid #EAEEF4;
}
.modal .modal-header .modal-title {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #426287;
}
.modal .modal-body {
  padding: 0 24px 24px 24px;
  /* Change the color of the placeholder text */
  /* For older versions of browsers */
}
.modal .modal-body label {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #426287;
}
.modal .modal-body input::-moz-placeholder {
  color: #7799B9; /* You can change this to any color you prefer */
  opacity: 1; /* Make sure the opacity is set to 1 for full color visibility */
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
}
.modal .modal-body input::placeholder {
  color: #7799B9; /* You can change this to any color you prefer */
  opacity: 1; /* Make sure the opacity is set to 1 for full color visibility */
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
}
.modal .modal-body .select2-selection__placeholder {
  color: #7799B9 !important; /* You can change this to any color you prefer */
  opacity: 1; /* Make sure the opacity is set to 1 for full color visibility */
  font-family: Inter !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 16.94px !important;
}
.modal .modal-body input:-ms-input-placeholder,
.modal .modal-body .form-select {
  color: #7799B9;
}
.modal .modal-footer {
  padding: 16px 24px;
  border-radius: 0 0 16px 16px;
  border-top: 1px solid #EAEEF4;
}
.modal.cancel_modal_box {
  text-align: center;
  /* Custom close button style */
}
.modal.cancel_modal_box .modal-footer {
  display: block;
}
.modal.cancel_modal_box .modal-body {
  padding: 48px 24px;
  gap: 24px;
  opacity: 0px;
}
.modal.cancel_modal_box h5 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 29.05px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #2C3C4E;
}
.modal.cancel_modal_box p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #426287;
}
.modal.cancel_modal_box .add_cancel {
  float: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.modal.cancel_modal_box .add_cancel .btn {
  width: 100%;
}
.modal.cancel_modal_box .add_cancel .btn.cancel_delete {
  padding: 12px 16px;
  gap: 8px;
  border-radius: 12px;
  opacity: 0px;
  background-color: #F5F7FA;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #2C3C4E;
}
.modal.cancel_modal_box .add_cancel .btn.delete_entry {
  padding: 12px 16px;
  gap: 8px;
  border-radius: 12px;
  opacity: 0px;
  background-color: #DE2424;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
}

.field-icon {
  float: right;
  margin-right: 12px;
  margin-top: -32px;
  position: relative;
  z-index: 2;
  color: #7799B9;
  font-size: 24px;
  font-weight: 400;
}

.scroll_table {
  max-height: 300px;
  overflow-y: scroll;
}

.log_prcnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  position: relative;
}

.resend-otps {
  border: none !important;
  background: none !important;
  font-size: 13.98px !important;
  padding: 0px !important;
  color: #1f4de5 !important;
}

.dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.red_dot {
  background: #DE2424;
}

.partner_alert {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0%;
  color: #2C3C4E;
}

.partner_label {
  display: flex;
  gap: 16px;
  align-items: center;
}

.partner_box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  padding: 12px 16px;
  border: #cdd2d4;
}
.partner_box label {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  color: #2C3C4E;
}

.table_referr thead {
  position: sticky;
  top: -40px;
  z-index: 1;
}

.add_cancels {
  margin: auto;
}

.cancels {
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #1f4de5;
  color: #1f4de5;
  background-color: #fff;
}

#attentionEntry a svg {
  width: 20px;
  height: 20px;
  color: #2C3C4E;
}

#attentionEntry .modal-title a {
  color: #2C3C4E;
}

.add_news {
  width: auto !important;
  height: auto !important;
  padding: 12px 20px !important;
  border-radius: 30px !important;
  border: 1px solid #1f4de5 !important;
  background-color: #1f4de5 !important;
  color: #fff !important;
}

.custom-close {
  border: none;
  border-radius: 50%;
  padding: 12px;
  cursor: pointer;
  font-size: 16px;
  background-color: #f5f6f6;
}
.custom-close span {
  display: block;
  line-height: 1;
}

.btn:focus {
  box-shadow: none;
}
.btn.greeny_btn {
  border-radius: 12px;
  background: #ECFDF8 !important;
  padding: 5px 30px !important;
  gap: 10px;
  color: #059669;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.btn.red_btn {
  border-radius: 12px;
  background: #FEF2F2 !important;
  padding: 5px 30px !important;
  gap: 10px;
  color: #DE2424;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.btn.light_pending_btn {
  border-radius: 12px;
  background: #fff5c5 !important;
  padding: 5px 30px !important;
  gap: 10px;
  color: #ffa500;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.btn.light_blue_btn {
  border-radius: 12px;
  background: #eff5ff !important;
  padding: 5px 30px !important;
  gap: 10px;
  color: #1f4de5;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.btn.blue_light_btn {
  border-radius: 12px;
  background: #eff5ff !important;
  padding: 12px 16px !important;
  gap: 10px;
  color: #1f4de5;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.btn.dark_green_btn {
  border-radius: 12px;
  background: #059669 !important;
  padding: 5px 30px !important;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.btn.dark_greens_btn {
  border-radius: 12px;
  background: #059669 !important;
  padding: 10px 40px !important;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.btn.dark_red_btn {
  border-radius: 12px;
  background: #DE2424 !important;
  padding: 5px 30px !important;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.btn.pending_btn {
  border-radius: 12px;
  background: #ffa500 !important;
  padding: 5px 30px !important;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.btn.modified_btn {
  border-radius: 12px;
  background: #393c40 !important;
  padding: 5px 30px !important;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.btn.dark_blue_btn {
  border-radius: 12px;
  background: #2142d4 !important;
  padding: 5px 30px !important;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.btn.dark_grey_btn {
  border-radius: 12px;
  background: #494f55 !important;
  padding: 5px 30px !important;
  gap: 10px;
  color: #f5f6f6;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.btn.light_grey_btn {
  border-radius: 12px;
  background: #f5f6f6 !important;
  padding: 12px 18px !important;
  gap: 10px;
  color: #2C3C4E;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #cdd2d4;
}
.btn.blue_btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #1f4de5;
}

.straight {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dataTables_wrapper .dataTables_filter input {
  padding: 13px 20px 13px 20px;
  border-radius: 30px;
  border: 1px solid #efefef;
  background-color: #fff;
  color: #393c40;
  margin: 10px 0;
  outline: none;
}

.table a {
  color: #656565;
}
.table a.table_red {
  color: #DE2424;
}
.table a.table_blue {
  color: #1f4de5;
}

.hiddensidebar {
  display: block !important;
}

#sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1037;
}

.modal-backdrop {
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.add_refferal {
  background-color: #eff5ff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #1f4de5;
  width: 100%;
  border: 1px solid #eff5ff;
  padding: 5px;
  border-radius: 8px;
  padding: 12px 16px;
}

.right_button {
  position: fixed;
  z-index: 1021;
}

.form-select {
  color: #7799B9;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  padding: 12px 16px;
  border-radius: 30px;
  border: 1px;
  border: 1px solid #e4e7e9;
  background-color: #fff;
}

.create_account .form-select,
.enter_business .form-select,
.general_info_devide .form-select,
.compliance_mesage .form-select,
.referal_modal .form-select {
  border-radius: 8px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=password],
input[type=date],
textarea,
select {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #e4e7e9 !important;
  color: #7799B9 !important;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #7799B9;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #7799B9 !important;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #7799B9 !important;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
}

.general_info_devide input,
.general_info_devide textarea {
  margin: 0 !important;
}

input[type=checkbox] {
  height: 16px;
  width: 16px;
  border: 0.67px solid #516278;
  border-radius: 12px;
  margin: 0;
}

.table_referr table thead tr th {
  border-bottom: 1px solid A;
}
.table_referr table thead tr th input[type=checkbox] {
  margin: 0;
}

.add_cancel {
  float: inline-end;
  display: flex;
  gap: 8px;
  margin: 0;
}
@media (max-width: 500px) {
  .add_cancel {
    float: none;
    text-align: center;
  }
}
.add_cancel .cancel {
  padding: 12px 16px;
  border-radius: 12px;
  color: #2C3C4E;
  background-color: #F5F7FA;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 600px) {
  .add_cancel .cancel {
    padding: 6px 10px;
    font-size: 14px;
  }
}
.add_cancel .add_new {
  padding: 12px 16px;
  border-radius: 12px;
  background-color: #1f4de5;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 600px) {
  .add_cancel .add_new {
    padding: 6px 10px;
    font-size: 14px;
  }
}

.otp_resend {
  padding: 20px 0;
  color: #059669;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.otp_resend a {
  text-decoration: underline;
}

.additional-div {
  display: none;
}

.user_permission {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #3d3d3d;
  margin-bottom: 10px;
}

.add_title {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #1f4de5;
  color: #1f4de5;
  background-color: #eff5ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.checked_all {
  color: #DE2424;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  border: 1px solid #FECACA;
  background-color: #ffdede;
  padding: 12px 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.accept_per {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #04bf00;
}
@media (max-width: 500px) {
  .accept_per {
    font-size: 13px;
  }
}

/* Override Dropify default font size */
.dropify-wrapper .dropify-message {
  font-size: 20px !important; /* Adjust the size as needed */
}

.dropify-wrapper .dropify-message p {
  font-size: 20px !important; /* Smaller size for subtext */
}

.unverified {
  background-color: #FEF2F2;
  color: #DE2424;
  font-family: Inter;
  font-size: 12px;
  padding: 4px;
  border-radius: 15px;
  font-weight: 400;
  text-align: center;
  margin: -4px 0 0 10px;
}

.verified {
  background-color: #ECFDF8;
  color: #04bf00;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
}

.regect_support {
  font-weight: 400;
  border: none;
  border-radius: 8px;
  color: #DE2424;
}
@media (max-width: 500px) {
  .regect_support {
    font-size: 13px;
  }
}

.accept_support {
  font-weight: 400;
  border: none;
  border-radius: 8px;
  color: #04bf00;
}
@media (max-width: 500px) {
  .accept_support {
    font-size: 13px;
  }
}

.regect_per {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #DE2424;
}
@media (max-width: 500px) {
  .regect_per {
    font-size: 13px;
  }
}

.edit_remove_btn img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.edit_remove_btn a.dropdown-item {
  padding: 2px;
}

.above_table {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 24px 0;
}
@media (max-width: 500px) {
  .above_table {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.above_table .right_table_search {
  display: flex;
  justify-content: space-between;
  grid-gap: 15px;
  align-items: center;
}
.above_table .right_table_search input.search_here {
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #efefef;
}
@media screen and (max-width: 600px) {
  .above_table .right_table_search input.search_here {
    padding: 7px 8px;
  }
}

.tutorial_modal .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100%;
  right: 0px;
}
.tutorial_modal .modal-content {
  height: 100%;
}
.tutorial_modal .modal-body h6 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #292929;
}
.tutorial_modal .modal-body p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
.tutorial_modal .modal-header {
  border-bottom: 1px solid #e4e7e9;
}
.tutorial_modal .modal-header h5 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f4de5;
}
@media (max-width: 500px) {
  .tutorial_modal .modal-header h5 {
    font-size: 18px;
  }
}
.tutorial_modal .modal-footer {
  justify-content: flex-start;
}
.tutorial_modal .modal-footer .profile {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tutorial_modal .modal-footer .profile .foot_pro img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #1f4de5;
  text-align: center;
}
.tutorial_modal .modal-footer .profile .name {
  background-color: #eff5ff;
  color: #1f4de5;
  margin: 0 0 0 -1px;
  padding: 0px 10px 0px 5px;
  border-radius: 0 30px 30px 0;
  background: #eff5ff;
}
@media (max-width: 1600px) {
  .tutorial_modal .modal-footer .profile .name {
    font-size: 14px;
  }
}
.tutorial_modal .tutorial_part {
  margin: 20px auto;
}
.tutorial_modal .tutorial_part img {
  width: 100%;
  max-height: 250px;
  min-height: 100px;
  height: auto;
  border-radius: 12px;
}

@media (min-width: 576px) {
  .tutorial_modal .modal-dialog {
    margin: 0;
    height: 100vh;
  }
}
::-webkit-scrollbar {
  width: 1px;
}

.delete_icons {
  padding: 24px 0 0;
}
.delete_icons img {
  width: 72px;
  height: 72px;
}
.delete_icons .oh_no {
  padding: 12px 0 8px 0;
}

.accept_image img {
  width: 72px;
  height: 72px;
}

.cancel_submit {
  text-align: right;
  margin: 20px 0;
}
.cancel_submit .cancel {
  padding: 12px 16px;
  border-radius: 12px;
  color: #2C3C4E;
  background-color: #F5F7FA;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 600px) {
  .cancel_submit .cancel {
    padding: 6px 10px;
    font-size: 14px;
    margin: 0 5px 10px 0;
  }
}
.cancel_submit .add_new {
  padding: 12px 16px;
  border-radius: 12px;
  background-color: #1f4de5;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}
@media (max-width: 600px) {
  .cancel_submit .add_new {
    padding: 6px 10px;
    font-size: 14px;
    margin: 0 5px 10px 0;
  }
}

.goback_submit {
  text-align: right;
  margin: 24px 0;
}
.goback_submit .go_back {
  padding: 8px 16px;
  border-radius: 6.18px;
  border: 1px solid #D0DBE7;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: #2C3C4E;
  margin: 0;
  outline: none;
  background: #F5F7FA;
}
.goback_submit .submit {
  padding: 8px 24px;
  border-radius: 6.18px;
  border: 1px solid #1f4de5;
  background-color: #1f4de5;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}

.oh_no {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #DE2424;
  text-align: center;
  font-style: normal;
}

.use_permission_devide {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
  padding: 20px 0 10px;
}
.use_permission_devide .use_left {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #656565;
}

.income_tax_resources {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  color: #1f4de5;
}
@media (max-width: 600px) {
  .income_tax_resources {
    font-size: 19px;
  }
}
.income_tax_resources .go_back_btn .go_back img {
  width: 44px;
  height: 44px;
}
@media (max-width: 600px) {
  .income_tax_resources .go_back_btn .go_back img {
    width: 30px;
    height: 30px;
  }
}

.apply {
  background-color: #fff;
  border: 1px solid #efefef;
  color: #656565;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  padding: 12px 16px;
  border-radius: 30px;
}

.accept_btn {
  background-color: #1f4de5;
  color: #fff;
  border: 1px solid #1f4de5;
  padding: 5px 45px 5px 45px;
  border-radius: 15px;
  text-decoration: none;
}
.accept_btn:hover {
  color: #fff;
}

.reject_btn {
  background-color: #DE2424;
  color: #fff !important;
  border: 1px solid #DE2424;
  padding: 5px 45px 5px 45px;
  border-radius: 15px;
  text-decoration: none;
}

.download_excel {
  padding: 0 40px;
}
.download_excel .export_excel {
  text-align: center;
}
.download_excel img {
  width: 94px;
  height: 94px;
  margin: 20px auto;
}
.download_excel p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #656565;
}
.download_excel p span {
  color: #1f4de5;
}
.download_excel .include_status {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0;
  margin: 20px 0;
}

#more {
  display: none;
}

@media (max-width: 500px) {
  .general_information_popup .modal-content {
    padding: 0px;
  }
}
.general_information_popup .modal-content .modal-body form label {
  font-size: 14px;
}
.general_information_popup .modal-content .modal-body form input {
  background-color: #fff !important;
  padding: 12px 16px;
}
.general_information_popup .general_info h6 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #1f4de5;
}
.general_information_popup .general_info .general_info_devide {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #efefef;
}
.general_information_popup .general_info .general_info_devide .general_info_both {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 24px;
  align-items: baseline;
}
@media (max-width: 992px) {
  .general_information_popup .general_info .general_info_devide .general_info_both {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}

.alert_box {
  padding: 16px;
  border-radius: 12px;
  gap: 12px;
  background: #FFF0F0;
  display: grid;
  border: 1px solid #FECACA;
}
.alert_box.login_info_warning {
  background-color: #e4e7e9;
  color: #656565;
  border: 1px solid #cdd2d4;
  display: flex;
  grid-gap: 10px;
}
.alert_box.login_info_warning p {
  font-family: Inter;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 1100px) {
  .alert_box.login_info_warning p {
    font-size: 14px;
  }
}
.alert_box.login_info_warning i {
  color: #ffa500;
}
.alert_box.warning {
  color: #CB1D1D;
  border: 1px solid #FECACA;
  display: flex;
  grid-gap: 10px;
}
.alert_box.warning p {
  color: #CB1D1D;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.alert_box.warning i {
  font-size: 24px;
}
.alert_box h4 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: #DE2424;
}
@media (max-width: 1100px) {
  .alert_box h4 {
    font-size: 17px;
    line-height: 16px;
  }
}
.alert_box h5 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  color: #393c40;
}
@media (max-width: 1100px) {
  .alert_box h5 {
    font-size: 15px;
    line-height: 16px;
  }
}
.alert_box p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: justify;
  color: #494f55;
}
@media (max-width: 1100px) {
  .alert_box p {
    font-size: 14px;
  }
}
.alert_box p a {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #494f55;
  -webkit-text-decoration: 2px underline #494f55;
          text-decoration: 2px underline #494f55;
}
@media (max-width: 1100px) {
  .alert_box p a {
    font-size: 14px;
  }
}

.success_box {
  margin: 30px auto;
  padding: 20px;
  border-radius: 24px;
  background: #ECFDF8;
}
.success_box h4 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: #067507;
}
@media (max-width: 1100px) {
  .success_box h4 {
    font-size: 17px;
    line-height: 16px;
  }
}
.success_box h5 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  color: #393c40;
}
@media (max-width: 1100px) {
  .success_box h5 {
    font-size: 15px;
    line-height: 16px;
  }
}
.success_box p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: justify;
  color: #494f55;
}
@media (max-width: 1100px) {
  .success_box p {
    font-size: 14px;
  }
}

.reject {
  color: #DE2424;
}

.go_back_btn .go_back img {
  width: 44px;
  height: 44px;
}

.credit_blc {
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #2C3C4E;
}
.credit_blc span {
  color: #1f4de5;
}

.sidebar {
  position: fixed;
  top: 0;
  height: 100%;
  width: 266px;
  padding: 12px 12px 0 12px;
  background: white;
  z-index: 100;
  transition: all 0.5s ease;
}
.sidebar h6 {
  padding: 10px 15px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
  margin: 0;
}

.sidebar.close {
  width: 78px;
}

.logo-details2 {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.logo-details2 img {
  width: 54.37px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-details2 i {
  font-size: 30px;
  color: #77619e;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}

.referal_right .tutorial_btn img {
  width: 21px;
  height: 21px;
}

.referal_right .tutorial_btn {
  background-color: #efefef;
  padding: 10px;
  border-radius: 30px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #656565;
}

.logo-details2 .logo_name {
  font-size: 24px !important;
  color: #1f4de5;
  font-weight: 500;
  margin: 0 0 0 8px;
  letter-spacing: 0.5px;
  transition: 0.3s ease;
  transition-delay: 0.1s;
  font-family: "Inknut Antiqua", serif !important;
  text-transform: capitalize;
}
@media (max-width: 1400px) {
  .logo-details2 .logo_name {
    font-size: 24px;
  }
}

.sidebar .logo-details {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
}

.sidebar .logo-details img {
  width: 36.24px;
  height: 36px;
  opacity: 0px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sidebar .logo-details i {
  font-size: 30px;
  color: #77619e;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}

.sidebar .logo-details .logo_name {
  font-size: 24px;
  color: #1f4de5;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
  font-family: "Inknut Antiqua", serif !important;
  font-weight: medium;
  margin: 0 0 0 8px;
}

.sidebar.close .logo-details .logo_name {
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .sidebar.close .logo-details .logo_name {
    opacity: 1;
  }
}

.sidebar .nav-links {
  height: calc(100% - 60px);
  overflow-y: scroll;
  padding: 12px 0 12px 0;
  overflow: auto;
  margin: 0;
  overflow-y: auto;
  margin: 0;
}

.sidebar.close .hide_oncollapse {
  display: none;
}

.sidebar .nav-links::-webkit-scrollbar {
  display: none;
}

.sidebar .nav-links li {
  position: relative;
  list-style: none;
  margin: 0 4px 0 0;
}

.sidebar .nav-links li.active .icon-link,
.sidebar .nav-links li .icon-link:hover {
  background: #F5F7FA;
  color: #2C3C4E;
  border: 1px solid #EAEEF4;
  border-radius: 12px;
  cursor: pointer;
}

.sidebar .nav-links li.active svg path,
.sidebar .nav-links li.showMenu .icon-link a svg path {
  color: #2C3C4E;
}

.sidebar .nav-links li.active svg,
.sidebar .nav-links li.showMenu .icon-link a svg {
  color: #2C3C4E;
}

.sidebar .nav-links li.active a span {
  color: #2C3C4E;
}

.sidebar .nav-links li.showMenu .sub-menu li.active a,
.sidebar .nav-links li.showMenu .sub-menu li:hover a {
  color: #2C3C4E !important;
}

.sidebar .nav-links li.showMenu .sub-menu li.active,
.sidebar .nav-links li.showMenu .sub-menu li:hover {
  background: #F5F7FA;
  color: #2C3C4E;
  border-radius: 12px;
  border: 1px solid #EAEEF4;
}

.sidebar .nav-links li.showMenu .sub-menu li.active a i {
  color: #2C3C4E;
}

.sidebar .nav-links li.showMenu .sub-menu li.showMenu1.active,
.sidebar .nav-links li.showMenu .sub-menu li.showMenu1:hover {
  background: #fff;
  color: #2C3C4E;
  border-radius: 12px;
  border: 1px solid transparent;
}

.sidebar .nav-links li.showMenu .sub-menu li.showMenu1 .icon-link1 a,
.sidebar .nav-links li.showMenu .sub-menu li.showMenu1:hover .icon-link1 a {
  color: #2C3C4E;
  border-radius: 12px;
}

.sidebar .nav-links li.showMenu {
  background: #fff;
}

.sidebar .nav-links li.showMenu .sub-menu:hover {
  background: #fff;
}

.sidebar .nav-links li.showMenu .icon-link a span {
  color: #2C3C4E;
}

.sidebar .nav-links li:hover a span {
  color: #2C3C4E;
}

.sidebar .sub-menu li:hover {
  background: none;
  color: #77619e;
}

.sidebar .nav-links li .icon-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 2px 0;
}

.sidebar.close .nav-links li .icon-link {
  display: block;
}

.sidebar .nav-links li i {
  text-align: center;
  color: #77619e;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar .nav-links li img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 15px 0 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar .nav-links li svg {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar .nav-links li:hover .icon-link a svg path,
.sidebar .nav-links li.showMenu .sub-menu li:hover .icon-link1 a svg path,
.sidebar .nav-links li.showMenu .sub-menu li.active .icon-link1 a svg path,
.sidebar .nav-links li.active .icon-link a svg path {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 15px 0 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  stroke: #2C3C4E;
}

.sidebar .nav-links li i {
  margin: 0 7px 0 0;
}

.sidebar .nav-links li.showMenu i.arrow,
.sidebar .nav-links li.showMenu img.arrow {
  transform: rotate(90deg);
}

.sidebar .nav-links li.showMenu1 i.arrow {
  transform: rotate(180deg);
}

.sidebar.close .nav-links i.arrow,
.sidebar.close .nav-links img.arrow {
  display: none;
}

.sidebar .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 12px;
  gap: 8px;
  width: 100%;
}

.sidebar .nav-links li a .link_name {
  font-family: Inter;
  color: #656565;
  transition: all 0.4s ease;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.sidebar.close .nav-links li a .link_name {
  display: none;
  pointer-events: none;
}

.sidebar .nav-links li .sub-menu {
  margin-top: 0px;
  display: none;
}

.sidebar .nav-links li .sub-menu.sale_list li {
  list-style: none;
}

.sidebar .nav-links li .sub-menu.sale_list li ul li {
  list-style: none;
}

.sidebar .nav-links li.showMenu .sub-menu {
  display: block;
  padding: 0px 0 0 12px;
}

.sidebar .nav-links li .sub-menu a {
  color: #656565;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  white-space: nowrap;
  transition: all 0.3s ease;
  padding: 12px;
}

.sidebar .nav-links li .sub-menu a:hover i {
  color: #2C3C4E;
}

.sidebar.close .nav-links li .sub-menu {
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}

.sidebar.close .nav-links li:hover .sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}

.sidebar .nav-links li .sub-menu .link_name {
  display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name {
  font-size: 18px;
  opacity: 1;
  display: block;
}

.sidebar .nav-links li .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links li:hover .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
}

.sidebar .profile-details {
  padding: 12px 12px 0px 0px;
  border-radius: 12px;
  margin: 12px 0 12px;
  background: #d9e7fe;
  transition: all 0.5s ease;
}
.sidebar .profile-details:hover {
  text-decoration: none;
  border: none;
}

.sidebar .profile-details .name-job {
  position: absolute;
  z-index: 11;
  padding: 0 10px;
}

.sidebar.close .profile-details {
  display: none;
}

.sidebar.close .profile-details {
  width: 78px;
}

.sidebar .profile-details .profile-content {
  display: flex;
  align-items: center;
}

.sidebar .profile-details img {
  width: 157px !important;
  height: 142px !important;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.sidebar .profile-details .profile_name {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #1b1d1f;
}
@media (max-width: 1400px) {
  .sidebar .profile-details .profile_name {
    font-size: 19px;
  }
}

.sidebar.close .profile-details i,
.sidebar.close .profile-details img,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job {
  display: none;
}

.sidebar .profile-details .job {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #1b1d1f;
  margin: 10px 0;
}

.sidebar .profile-details a {
  display: inline-block !important;
}
.sidebar .profile-details a.learn_more {
  padding: 4px 12px;
  border-radius: 20px;
  background: #005ef6;
  color: #fff;
  width: auto;
}

.sidebar .profile-details .profile_yback {
  background: #f6dd94;
  width: 157px;
  height: 142px;
  border-radius: 73px 132px 97px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-section {
  position: relative;
  padding: 0 12px 0 12px;
  left: 266px;
  width: calc(100% - 266px);
  transition: all 0.5s ease;
}
.home-section nav {
  padding: 12px 24px 12px 0;
}
.home-section nav .navbar-toggler {
  border: none;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 5px 0;
  background: #eff5ff;
  border-radius: 50%;
}
.home-section nav .navbar-toggler-icon {
  background-image: none !important;
  background-color: #1f4de5;
  height: 1px;
  width: 15px;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}
.home-section nav button:focus:not(:focus-visible) {
  outline: none;
}
.home-section nav .navbar-toggler:focus {
  box-shadow: none;
}
.home-section nav .navbar-toggler-icon::before {
  display: block;
  background-color: #1f4de5;
  height: 1px;
  content: "";
  position: relative;
  top: -4px;
  transition: all 0.15s ease-out; /*taken down to hide quicker*/
  transform-origin: center;
}
.home-section nav .navbar-toggler-icon::after {
  display: block;
  background-color: #1f4de5;
  height: 1px;
  content: "";
  position: relative;
  top: 6px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}
.home-section nav .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
}
.home-section nav .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}
.home-section nav .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(7px);
}
.home-section nav .navbar-brand {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  width: 400px;
  white-space: normal;
  color: #2C3C4E;
}
@media (max-width: 1230px) {
  .home-section nav .navbar-brand {
    font-size: 12px;
    width: 320px;
  }
}
@media (max-width: 1140px) {
  .home-section nav .navbar-brand {
    width: 280px;
  }
}
@media (max-width: 1060px) {
  .home-section nav .navbar-brand {
    width: 240px;
  }
}
.home-section nav .dropdown-toggle::after {
  display: none;
}
.home-section nav .dropdown-toggle .fa-stack {
  display: inline-block;
  height: AUTO;
  line-height: revert;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.home-section nav .dropdown-toggle .app-icon[data-count]:not([data-count=""]):not([data-count="0"]):after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px;
  border-radius: 30px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  top: -10px;
  content: attr(data-count);
  font-size: 12px;
  line-height: 1.15;
  color: #fff;
  background: #DE2424;
  text-align: center;
  min-width: 1.5em;
  font-weight: 400;
}
@media (max-width: 1103px) {
  .home-section nav .dropdown-toggle .app-icon[data-count]:not([data-count=""]):not([data-count="0"]):after {
    padding: 2px;
  }
}
.home-section nav .dropdown-toggle ul li a {
  width: auto;
  height: auto;
  padding: 10px;
  border-radius: 30px;
  margin: 0;
  background-color: transparent;
}
@media (max-width: 992px) {
  .home-section nav .navbar-nav {
    display: grid;
    grid-template-columns: 3fr 1fr;
  }
}
.home-section nav .nav_date {
  padding: 8px 12px;
  border-radius: 30px;
  border: 1px solid #FFE3D5;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #F96416;
  background: #FFF3ED;
  text-decoration: none;
}
@media (max-width: 1103px) {
  .home-section nav .nav_date {
    padding: 4px 8px;
  }
}
@media (max-width: 992px) {
  .home-section nav .nav_date {
    width: -moz-max-content;
    width: max-content;
  }
}
.home-section nav .right_content {
  align-items: center;
}
.home-section nav .right_content a {
  width: 40px;
  height: 40px;
  border: 1px solid #EAEEF4;
  border-radius: 30px;
  margin: 0 10px 0 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #F5F7FA;
}
.home-section nav .right_content a:hover {
  background: #e4e7e9;
  border: 1px solid #cdd2d4;
}
.home-section nav .right_content a.view_all {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  margin: 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.4px;
  color: #7799B9;
}
.home-section nav .right_content a.view_all svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 1103px) {
  .home-section nav .right_content a {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 1040px) {
  .home-section nav .right_content a {
    width: 28px;
    height: 28px;
  }
}
.home-section nav .right_content a i {
  font-size: 20px;
  color: #1f4de5;
}
.home-section nav .right_content .dropdown .dropdown-menu {
  border-radius: 12px;
  margin: 8px 0 0 0;
  border: none;
  box-shadow: 0px -5px 11px 0px rgba(179, 179, 179, 0.0509803922);
}
.home-section nav .right_content .dropdown ul li a.dropdown-item {
  border-bottom: 1px solid #EAEEF4;
  width: auto;
  height: auto;
  padding: 8px;
  border-radius: 0;
  margin: 0;
  background-color: transparent;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  color: #2C3C4E;
}
.home-section nav .right_content .dropdown ul li:last-child a.dropdown-item {
  border-bottom: none;
}
.home-section nav .right_content .profile {
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  border-radius: 30px;
  padding: 4px 8px 4px 4px;
  background-color: #fff;
  border: 1px solid #EAEEF4;
}
.home-section nav .right_content .profile .img_prof {
  padding: 0;
}
@media (max-width: 1103px) {
  .home-section nav .right_content .profile {
    padding: 2px;
  }
}
.home-section nav .right_content .profile .first_text_name {
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 50%;
  border: 1px solid #A7F3DB;
  background: #D1FAED;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #04bf00;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.home-section nav .right_content .profile .break_name {
  font-family: Inter;
  font-size: 8px;
  font-weight: 500;
  line-height: 9.68px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #7799B9;
}
.home-section nav .right_content .profile a {
  width: auto;
  height: auto;
  padding: inherit;
  border-radius: 30px;
  margin: 0;
  border: none;
  background-color: #eff5ff;
  text-decoration: none;
  background: transparent;
}
.home-section nav .right_content .profile img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-section nav .right_content .profile svg {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  stroke: #1f4de5;
}
.home-section nav .right_content .profile svg path {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  stroke: #1f4de5;
}
@media (max-width: 1350px) {
  .home-section nav .right_content .profile svg path {
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 1103px) {
  .home-section nav .right_content .profile svg path {
    width: 19px;
    height: 19px;
  }
}
.home-section nav .right_content .profile .name {
  background-color: transparent;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #2C3C4E;
  margin: 0;
}
.home-section .page_name {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #2C3C4E;
}
@media (max-width: 700px) {
  .home-section .page_name {
    font-size: 14px;
    line-height: 20px;
  }
}
.home-section .breadcrumb {
  margin: 4px 0 0;
  padding: 0;
}
.home-section .breadcrumb ol li {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #2C3C4E;
}
@media (max-width: 1050px) {
  .home-section .breadcrumb ol li {
    font-size: 11px;
  }
}
.home-section .breadcrumb ol li a {
  color: #7799B9;
  text-decoration: none;
}
.home-section .index_body_Devide {
  display: grid;
  grid-template-columns: auto 300px;
  grid-gap: 24px;
  margin: 72px 0 0 0;
}
@media (max-width: 660px) {
  .home-section .index_body_Devide {
    grid-template-columns: 1fr;
  }
}
.home-section .index_body_Devide .main_body {
  background: rgba(245, 247, 250, 0.4);
  border: 1px solid #EAEEF4;
  padding: 24px;
  border-radius: 24px;
  overflow-y: scroll;
  height: 100vh;
  margin: 0 0 12px 0;
  display: grid;
  gap: 24px;
}
@media (max-width: 1130px) {
  .home-section .index_body_Devide .main_body {
    padding: 20px;
  }
}
@media (max-width: 420px) {
  .home-section .index_body_Devide .main_body {
    padding: 10px;
  }
}
.home-section .index_body_Devide .main_body .alert_box {
  padding: 16px;
  border-radius: 12px;
  gap: 12px;
  background: #FFF0F0;
  border: 1px solid #FECACA;
  display: grid;
}
.home-section .index_body_Devide .main_body .alert_box h4 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: #DE2424;
}
@media (max-width: 1100px) {
  .home-section .index_body_Devide .main_body .alert_box h4 {
    font-size: 17px;
    line-height: 16px;
  }
}
.home-section .index_body_Devide .main_body .alert_box h5 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  color: #393c40;
}
@media (max-width: 1100px) {
  .home-section .index_body_Devide .main_body .alert_box h5 {
    font-size: 15px;
    line-height: 16px;
  }
}
.home-section .index_body_Devide .main_body .alert_box p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: justify;
  color: #494f55;
  color: #426287;
}
@media (max-width: 1100px) {
  .home-section .index_body_Devide .main_body .alert_box p {
    font-size: 14px;
  }
}
.home-section .index_body_Devide .main_body .alert_box p a {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #494f55;
  -webkit-text-decoration: 2px underline #494f55;
          text-decoration: 2px underline #494f55;
}
@media (max-width: 1100px) {
  .home-section .index_body_Devide .main_body .alert_box p a {
    font-size: 14px;
  }
}
.home-section .index_body_Devide .main_body .main_purchages {
  display: flex;
  grid-gap: 20px;
  flex-wrap: wrap;
}
.home-section .index_body_Devide .main_body .main_purchages .single_purche {
  background-color: #fff;
  padding: 20px;
  gap: 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #EAEEF4;
}
@media (max-width: 1300px) {
  .home-section .index_body_Devide .main_body .main_purchages .single_purche {
    padding: 10px 5px;
  }
}
@media (max-width: 600px) {
  .home-section .index_body_Devide .main_body .main_purchages .single_purche {
    padding: 20px;
  }
}
.home-section .index_body_Devide .main_body .main_purchages .single_purche img {
  width: 12px;
  height: 12px;
}
.home-section .index_body_Devide .main_body .main_purchages .single_purche h6 {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #656565;
}
.home-section .index_body_Devide .main_body .main_purchages .single_purche h2 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  color: #656565;
}
.home-section .index_body_Devide .main_body .main_purchages .single_purche .bottom_sec {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
.home-section .index_body_Devide .main_body .main_purchages .single_purche .bottom_sec p {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  margin: 0;
}
.home-section .index_body_Devide .main_body .main_purchages .single_purche .bottom_sec p.percentage_green {
  color: #04bf00;
}
.home-section .index_body_Devide .main_body .main_purchages .single_purche .bottom_sec p.percentage_red {
  color: #DE2424;
}
.home-section .index_body_Devide .main_body .main_purchages .single_purche .bottom_sec p.btn_des_green {
  color: #656565;
}
.home-section .index_body_Devide .main_body .Periodic_Transaction h5 {
  font-family: Inter;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  color: #2C3C4E;
}
.home-section .index_body_Devide .main_body .Periodic_Transaction .select_here {
  display: flex;
  grid-gap: 12px;
  margin: 20px 0;
}
.home-section .index_body_Devide .main_body .Periodic_Transaction .select_here .form-select {
  width: 224px;
  color: #7799B9;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  padding: 12px 16px;
  border-radius: 30px;
  border: 1px;
  border: 1px solid #e4e7e9;
  background-color: #fff;
}
@media (max-width: 450px) {
  .home-section .index_body_Devide .main_body .Periodic_Transaction .select_here .form-select {
    width: 100%;
    padding: 8px 12px;
  }
}
.home-section .index_body_Devide .main_body .Periodic_Transaction .select_here input {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #1f4de5;
  background-color: #eff5ff;
  padding: 12px 16px;
  border-radius: 30px;
  border: none;
  width: 125px;
}
@media (max-width: 450px) {
  .home-section .index_body_Devide .main_body .Periodic_Transaction .select_here input {
    padding: 5px 9px;
    width: 100px;
  }
}
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr {
  max-height: 400px;
  overflow: scroll;
  width: 100%;
}
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table thead,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table thead {
  border: none;
}
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table thead tr th,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table thead tr th {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  padding: 0px 30px 20px;
  white-space: nowrap;
  padding: 10px 6px;
  font-size: 12px;
  border: none;
}
@media (max-width: 1600px) {
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table thead tr th,
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table thead tr th {
    padding: 10px 6px;
    font-size: 12px;
  }
}
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr th,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr td,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr th,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr td {
  padding: 10px 30px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  color: #516278;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr th,
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr td,
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr th,
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr td {
    padding: 10px 6px;
    font-size: 11px;
  }
}
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr th span,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr td span,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr th span,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr td span {
  color: #1f4de5;
}
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr th .success_btn,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr td .success_btn,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr th .success_btn,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr td .success_btn {
  width: 158px;
  height: 48px;
  padding: 10px;
  border-radius: 4px;
  background-color: #059669;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border: #059669;
}
@media (max-width: 1600px) {
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr th .success_btn,
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr td .success_btn,
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr th .success_btn,
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr td .success_btn {
    width: 100px;
    height: 40px;
    line-height: 21px;
  }
}
@media (max-width: 400px) {
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr th .success_btn,
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr td .success_btn,
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr th .success_btn,
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr td .success_btn {
    width: 50px;
    height: 35px;
    line-height: 16px;
  }
}
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr th .success_per,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr td .success_per,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr th .success_per,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr td .success_per {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #059669;
}
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr th .regect_btn,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr td .regect_btn,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr th .regect_btn,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr td .regect_btn {
  width: 158px;
  height: 48px;
  padding: 10px;
  border-radius: 4px;
  background-color: #DE2424;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border: #DE2424;
}
@media (max-width: 1600px) {
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr th .regect_btn,
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr td .regect_btn,
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr th .regect_btn,
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr td .regect_btn {
    width: 100px;
    height: 40px;
    line-height: 21px;
  }
}
@media (max-width: 400px) {
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr th .regect_btn,
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr td .regect_btn,
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr th .regect_btn,
  .home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr td .regect_btn {
    width: 50px;
    height: 35px;
    line-height: 16px;
  }
}
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr th .regect_per,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_pad .table tbody tr td .regect_per,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr th .regect_per,
.home-section .index_body_Devide .main_body .Periodic_Transaction .table_referr .table tbody tr td .regect_per {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #DE2424;
}
.home-section .index_body_Devide .main_body .Problem_of_Mismatchs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.home-section .index_body_Devide .main_body .Problem_of_Mismatchs .Problem_of_Mismatch {
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  background-color: #fff;
  display: grid;
  gap: 20px;
}
.home-section .index_body_Devide .main_body .Problem_of_Mismatchs .Problem_of_Mismatch h6 {
  font-family: Inter;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  color: #3d3d3d;
}
@media (max-width: 1500px) {
  .home-section .index_body_Devide .main_body .Problem_of_Mismatchs .Problem_of_Mismatch h6 {
    font-size: 20px;
  }
}
.home-section .index_body_Devide .main_body .Problem_of_Mismatchs .Problem_of_Mismatch p {
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #656565;
  margin: 0;
}
.home-section .index_body_Devide .main_body .Problem_of_Mismatchs .Problem_of_Mismatch .subs_ser {
  background-color: #1f4de5;
  color: #fff;
  margin: 0 auto;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  padding: 10.06px 20.06px 12.02px 18.5px;
  border-radius: 6.18px;
  opacity: 0px;
}
.home-section .index_body_Devide .right_body {
  overflow-y: scroll;
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 300px;
}
.home-section .index_body_Devide .right_body .profile {
  padding: 24px;
  gap: 14px;
  border-radius: 24px;
  opacity: 0px;
  text-align: center;
  background: #F5F7FA;
}
@media (max-width: 1300px) {
  .home-section .index_body_Devide .right_body .profile {
    padding: 30px 17px;
  }
}
.home-section .index_body_Devide .right_body .profile .start_name {
  font-size: 54px;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: 0em;
  text-align: center;
  margin: auto;
  color: #2C3C4E;
  background-color: #FFFFFF;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 8px solid #EAEEF4;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1100px) {
  .home-section .index_body_Devide .right_body .profile .start_name {
    font-size: 31px;
    width: 80px;
    height: 80px;
    border: 5px solid #dce7fd;
    line-height: 9px;
  }
}
.home-section .index_body_Devide .right_body .profile .restricted {
  text-align: center;
  margin: -22px auto 11px auto;
  display: flex;
  align-items: center;
  grid-gap: 6px;
  width: 113px;
  color: #DE2424;
  padding: 8px 12px;
  gap: 4px;
  border-radius: 30px;
  border: 1px solid #FECACA;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  background: #FEF2F2;
}
@media (max-width: 1100px) {
  .home-section .index_body_Devide .right_body .profile .restricted {
    width: 98px;
    height: 30px;
    padding: 10px 10px 10px 6px;
    font-size: 11px;
    line-height: 15px;
    margin: -17px auto 11px auto;
  }
}
.home-section .index_body_Devide .right_body .profile .restricted i {
  font-size: 20px;
  padding: 0 5px 0 0;
}
.home-section .index_body_Devide .right_body .profile .restricted svg {
  width: 20px;
  height: 20px;
}
.home-section .index_body_Devide .right_body .profile .restricted svg path {
  stroke: #DE2424;
}
.home-section .index_body_Devide .right_body .profile .suspanded {
  text-align: center;
  margin: -22px auto 11px auto;
  display: flex;
  align-items: center;
  grid-gap: 6px;
  width: 113px;
  padding: 8px 12px;
  gap: 4px;
  border-radius: 30px;
  border: 1px solid #ffeb85;
  color: #ffa500;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  background: #fffcea;
}
@media (max-width: 1100px) {
  .home-section .index_body_Devide .right_body .profile .suspanded {
    width: 98px;
    height: 30px;
    padding: 10px 10px 10px 6px;
    font-size: 11px;
    line-height: 15px;
    margin: -17px auto 11px auto;
  }
}
.home-section .index_body_Devide .right_body .profile .suspanded i {
  font-size: 20px;
  padding: 0 5px 0 0;
}
.home-section .index_body_Devide .right_body .profile .suspanded svg {
  width: 20px;
  height: 20px;
}
.home-section .index_body_Devide .right_body .profile .suspanded svg path {
  stroke: #ffa500;
}
.home-section .index_body_Devide .right_body .profile .onboarded {
  text-align: center;
  margin: -22px auto 11px auto;
  display: flex;
  align-items: center;
  grid-gap: 6px;
  width: 113px;
  color: #04bf00;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  padding: 8px 12px;
  gap: 4px;
  border-radius: 30px;
  border: 1px solid #A7F3DB;
  background: #D1FAED;
}
@media (max-width: 1100px) {
  .home-section .index_body_Devide .right_body .profile .onboarded {
    width: 98px;
    height: 30px;
    padding: 10px 10px 10px 6px;
    font-size: 11px;
    line-height: 15px;
    margin: -17px auto 11px auto;
  }
}
.home-section .index_body_Devide .right_body .profile .onboarded i {
  font-size: 20px;
  padding: 0 5px 0 0;
}
.home-section .index_body_Devide .right_body .profile .onboarded svg {
  width: 20px;
  height: 20px;
}
.home-section .index_body_Devide .right_body .profile .onboarded svg path {
  stroke: #04bf00;
}
.home-section .index_body_Devide .right_body .profile .profile_name {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 4px 0;
  line-height: 19.36px;
  color: #2C3C4E;
}
.home-section .index_body_Devide .right_body .profile .email_id {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin: 0px 0 10px 0;
  color: #656565;
}
.home-section .index_body_Devide .right_body .profile .position {
  margin: 10px auto 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #1f4de5;
  text-transform: capitalize;
}
.home-section .index_body_Devide .right_body .profile_status .profile_status_header {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
  color: #656565;
  margin: 0 0 10px 0;
}
.home-section .index_body_Devide .right_body .profile_status .profile_status_Devide {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px;
}
@media (max-width: 1100px) {
  .home-section .index_body_Devide .right_body .profile_status .profile_status_Devide {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 680px) {
  .home-section .index_body_Devide .right_body .profile_status .profile_status_Devide {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 660px) {
  .home-section .index_body_Devide .right_body .profile_status .profile_status_Devide {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 380px) {
  .home-section .index_body_Devide .right_body .profile_status .profile_status_Devide {
    grid-template-columns: 1fr 1fr;
  }
}
.home-section .index_body_Devide .right_body .profile_status .profile_status_Devide .Denied {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 20px;
  border-radius: 12px;
}
@media (max-width: 1300px) {
  .home-section .index_body_Devide .right_body .profile_status .profile_status_Devide .Denied {
    padding: 15px 20px;
  }
}
.home-section .index_body_Devide .right_body .profile_status .profile_status_Devide .Denied h5 {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
}
.home-section .index_body_Devide .right_body .profile_status .profile_status_Devide .Denied h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  text-align: center;
}
@media (max-width: 1300px) {
  .home-section .index_body_Devide .right_body .profile_status .profile_status_Devide .Denied h4 {
    font-size: 18px;
  }
}
.home-section .index_body_Devide .right_body .profile_status .profile_status_Devide .Denied.Denied_red {
  background-color: #FEF2F2;
}
.home-section .index_body_Devide .right_body .profile_status .profile_status_Devide .Denied.Denied_red h5 {
  color: #DE2424;
}
.home-section .index_body_Devide .right_body .profile_status .profile_status_Devide .Denied.Denied_red h4 {
  color: #DE2424;
}
.home-section .index_body_Devide .right_body .profile_status .profile_status_Devide .Denied.Denied_green {
  background-color: #ECFDF8;
}
.home-section .index_body_Devide .right_body .profile_status .profile_status_Devide .Denied.Denied_green h5 {
  color: #059669;
}
.home-section .index_body_Devide .right_body .profile_status .profile_status_Devide .Denied.Denied_green h4 {
  color: #059669;
}
.home-section .index_body_Devide .right_body .profile_status .profile_status_Devide .Denied.Denied_white {
  background-color: #F5F7FA;
}
.home-section .index_body_Devide .right_body .profile_status .profile_status_Devide .Denied.Denied_white h5 {
  color: #656565;
}
.home-section .index_body_Devide .right_body .profile_status .profile_status_Devide .Denied.Denied_white h4 {
  color: #656565;
}
.home-section .index_body_Devide .right_body .reminder_section .reminder {
  display: flex;
  justify-content: space-between;
}
.home-section .index_body_Devide .right_body .reminder_section .reminder h4 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  color: #426287;
}
.home-section .index_body_Devide .right_body .reminder_section .reminder a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #426287;
  text-decoration: none;
}
.home-section .index_body_Devide .right_body .reminder_section .reminder_list {
  display: grid;
  grid-template-columns: 1fr;
  margin: 20px 0 0;
  grid-gap: 20px;
}
.home-section .index_body_Devide .right_body .reminder_section .reminder_list .single_reminder {
  display: flex;
  flex-direction: column;
  padding: 12px 20px;
  border-radius: 4px;
  gap: 5px;
  background-color: #F5F7FA;
  border-left: 2px solid #F96416;
}
.home-section .index_body_Devide .right_body .reminder_section .reminder_list .single_reminder .reminder_header {
  display: flex;
  justify-content: space-between;
}
.home-section .index_body_Devide .right_body .reminder_section .reminder_list .single_reminder .reminder_header h6 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  text-align: left;
  color: #2C3C4E;
}
@media (max-width: 1100px) {
  .home-section .index_body_Devide .right_body .reminder_section .reminder_list .single_reminder .reminder_header h6 {
    font-size: 14px;
  }
}
.home-section .index_body_Devide .right_body .reminder_section .reminder_list .single_reminder .reminder_header p {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  text-align: right;
  color: #426287;
}
@media (max-width: 1100px) {
  .home-section .index_body_Devide .right_body .reminder_section .reminder_list .single_reminder .reminder_header p {
    font-size: 13px;
  }
}
.home-section .index_body_Devide .right_body .reminder_section .reminder_list .single_reminder p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin: 0 0 4px 0;
  color: #426287;
}
.home-section .help_support {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  background-color: #eff5ff;
  padding: 24px;
  border-radius: 12px;
  margin: 12px 0 0 0;
}
@media (max-width: 450px) {
  .home-section .help_support {
    padding: 8px;
  }
}
.home-section .help_support h6 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 29.05px;
  color: #1f4de5;
}
.home-section .help_support .help_detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-section .help_support .help_detail h6 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f4de5;
}
.home-section .help_support .help_detail p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #2C3C4E;
}
.home-section .help_support .contact_here {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.home-section .help_support .contact_here .phone_number {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #2C3C4E;
  display: inline-block;
  display: flex;
  gap: 10px;
  align-items: center;
}
.home-section .help_support .contact_here .phone_number a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.home-section .help_support .contact_here .phone_number img {
  width: 16px;
  height: 20px;
  margin: 0 5px 0 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-section .help_support .contact_here .phone_number svg {
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-section .help_support .contact_here .phone_number a {
  color: #2C3C4E;
}
.home-section .help_support .contact_here .phone_number i {
  margin: 0 5px 0 0;
}
.home-section .help_support .faq_devide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
}
.home-section .help_support .faq_devide .faq {
  padding: 12px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 400px) {
  .home-section .help_support .faq_devide .faq {
    display: block;
    margin: 10px 5px;
  }
}
.home-section .help_support .faq_devide .faq h6 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #2C3C4E;
}
.home-section .help_support .faq_devide .faq p {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #2C3C4E;
}
.home-section .help_support .faq_devide .faq p a {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #2C3C4E;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.home-section .help_support .faq_devide .faq p a img {
  height: 16px;
  width: 16px;
}
@media (max-width: 1500px) {
  .home-section .help_support.index_contact .faq_devide {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1240px) {
  .home-section .help_support.index_contact .faq_devide {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1100px) {
  .home-section .help_support.index_contact .faq_devide {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 992px) {
  .home-section .help_support.index_contact .faq_devide {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1500px) {
  .home-section .help_support.index_contact .contact_here .phone_number img {
    margin: 0 2px 0 0;
  }
}
.home-section .referrel_section {
  background-color: rgba(245, 247, 250, 0.4);
  border: 1px solid #EAEEF4;
  padding: 24px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 72px 0 0 0;
}
.home-section .referrel_section .modal .modal-content {
  border-radius: 12px;
}
@media (max-width: 500px) {
  .home-section .referrel_section .modal .modal-content {
    padding: 0px;
  }
}
.home-section .referrel_section .modal .modal-content .modal-body .accept_text {
  padding: 24px;
  color: #656565;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  color: #426287;
  margin: 0;
}
.home-section .referrel_section .modal .modal-content .modal-body .accept_text a {
  text-decoration: none;
}
.home-section .referrel_section .modal .modal-content .modal-body .accept_text .accept {
  color: #1f4de5;
}
.home-section .referrel_section .modal .modal-content .modal-body .accept_text .reject {
  color: #DE2424;
}
@media (max-width: 600px) {
  .home-section .referrel_section .modal .modal-content .modal-body .add_cancel .cancel {
    padding: 6px 10px;
    font-size: 14px;
    margin: 0 5px 10px 0;
  }
}
@media (max-width: 600px) {
  .home-section .referrel_section .modal .modal-content .modal-body .add_cancel .add_new {
    padding: 6px 10px;
    font-size: 14px;
    margin: 0 5px 10px 0;
  }
}
.home-section .referrel_section .modal .modal-content .modal-body .add_cancel .download {
  padding: 12px 16px;
  border-radius: 30px;
  border: 1px solid #dce7fd;
  background-color: #dce7fd;
  color: #1f4de5;
}
@media (max-width: 600px) {
  .home-section .referrel_section .modal .modal-content .modal-body .add_cancel .download {
    padding: 6px 10px;
    font-size: 14px;
    margin: 0 5px 10px 0;
  }
}
.home-section .referrel_section .modal .modal-content .modal-body .add_cancel .cancel_delete {
  padding: 12px 16px;
  border-radius: 12px;
  color: #2C3C4E;
  background-color: #F5F7FA;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 600px) {
  .home-section .referrel_section .modal .modal-content .modal-body .add_cancel .cancel_delete {
    padding: 6px 10px;
    font-size: 14px;
    margin: 0 5px 10px 0;
  }
}
.home-section .referrel_section .modal .modal-content .modal-body .add_cancel .delete_entry {
  padding: 12px 16px;
  border-radius: 30px;
  border: 1px solid #DE2424;
  background-color: #DE2424;
  color: #fff;
}
@media (max-width: 600px) {
  .home-section .referrel_section .modal .modal-content .modal-body .add_cancel .delete_entry {
    padding: 6px 10px;
    font-size: 14px;
    margin: 0 5px 10px 0;
  }
}
.home-section .referrel_section .modal .modal-content .modal-body form label {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #426287;
}
.home-section .referrel_section .modal .modal-content .modal-body form input {
  padding: 12px 20px;
  border-radius: 8px;
}
@media (max-width: 500px) {
  .home-section .referrel_section .modal .modal-content .modal-body form input {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.home-section .referrel_section .modal .modal-content .modal-body form input.form-check-input {
  padding: 10px !important;
  border-radius: 5px;
  margin: 0 6px 0 0;
}
.home-section .referrel_section .modal .modal-content .modal-body form input.user_radio {
  border-radius: 20px !important;
}
.home-section .referrel_section .modal .modal-content .modal-body form select {
  padding: 12px 20px;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #efefef;
}
.home-section .referrel_section .modal .modal-content .modal-body form .add_cancel {
  float: inline-end;
  margin: 20px 0;
}
@media (max-width: 500px) {
  .home-section .referrel_section .modal .modal-content .modal-body form .add_cancel {
    float: none;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .home-section .referrel_section .modal .modal-content .modal-body form .add_cancel .cancel {
    padding: 6px 10px;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .home-section .referrel_section .modal .modal-content .modal-body form .add_cancel .add_new {
    padding: 6px 10px;
    font-size: 14px;
  }
}
.home-section .referrel_section .modal .modal-content .modal-body form .add_cancel .download {
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #dce7fd;
  background-color: #dce7fd;
  color: #1f4de5;
  margin: 0 20px 10px 0;
}
@media (max-width: 600px) {
  .home-section .referrel_section .modal .modal-content .modal-body form .add_cancel .download {
    padding: 6px 10px;
    font-size: 14px;
  }
}
.home-section .referrel_section .modal .modal-content .modal-body form .add_cancel .cancel_delete {
  padding: 12px 16px;
  border-radius: 12px;
  color: #2C3C4E;
  background-color: #F5F7FA;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 600px) {
  .home-section .referrel_section .modal .modal-content .modal-body form .add_cancel .cancel_delete {
    padding: 6px 10px;
    font-size: 14px;
  }
}
.home-section .referrel_section .modal .modal-content .modal-body form .add_cancel .download {
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #dce7fd;
  background-color: #dce7fd;
  color: #1f4de5;
  margin: 0 20px 10px 0;
}
@media (max-width: 600px) {
  .home-section .referrel_section .modal .modal-content .modal-body form .add_cancel .download {
    padding: 6px 10px;
    font-size: 14px;
  }
}
.home-section .referrel_section .modal .modal-content .modal-body form .add_cancel .delete_entry {
  padding: 12px 16px;
  border-radius: 30px;
  border: 1px solid #DE2424;
  background-color: #DE2424;
  color: #fff;
  margin: 0 20px 10px 0;
}
@media (max-width: 600px) {
  .home-section .referrel_section .modal .modal-content .modal-body form .add_cancel .delete_entry {
    padding: 6px 10px;
    font-size: 14px;
  }
}
.home-section .referrel_section .personal_info_dvd {
  display: grid;
  gap: 24px;
}
.home-section .referrel_section .personal_information {
  display: grid;
  gap: 24px;
}
.home-section .referrel_section .personal_information h6 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #3d3d3d;
}
.home-section .referrel_section .personal_information h6.personal_infor {
  color: #1f4de5;
}
.home-section .referrel_section .personal_information .personal_information_list {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid #efefef;
  padding: 24px;
}
.home-section .referrel_section .personal_information .personal_information_list .top_reply .top_reply_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e4e7e9;
  padding: 24px 0;
}
@media (max-width: 560px) {
  .home-section .referrel_section .personal_information .personal_information_list .top_reply .top_reply_top {
    display: grid;
    grid-gap: 16px;
  }
}
.home-section .referrel_section .personal_information .personal_information_list .top_reply .top_reply_top .top_reply_left {
  display: flex;
  grid-gap: 10px;
  align-items: center;
}
.home-section .referrel_section .personal_information .personal_information_list .top_reply .top_reply_top .top_reply_left img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.home-section .referrel_section .personal_information .personal_information_list .top_reply .top_reply_top .top_reply_left h6 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #494f55;
  margin: 0 0 12px 0;
  text-transform: capitalize;
}
.home-section .referrel_section .personal_information .personal_information_list .top_reply .top_reply_top .top_reply_left a {
  padding: 8px 10px;
  border-radius: 15px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
}
.home-section .referrel_section .personal_information .personal_information_list .top_reply .top_reply_top .top_reply_left a.operator {
  color: #1f4de5;
  background: #eff5ff;
}
.home-section .referrel_section .personal_information .personal_information_list .top_reply .top_reply_top .top_reply_left a.owner {
  color: #04bf00;
  background: #ECFDF8;
}
.home-section .referrel_section .personal_information .personal_information_list .top_reply .top_reply_top .top_reply_right {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
.home-section .referrel_section .personal_information .personal_information_list .top_reply .replay_detail {
  padding: 24px 0;
}
.home-section .referrel_section .personal_information .personal_information_list .top_reply .replay_detail p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #494f55;
}
@media (max-width: 560px) {
  .home-section .referrel_section .personal_information .personal_information_list .top_reply .replay_detail p {
    font-size: 12px;
  }
}
.home-section .referrel_section .personal_information .personal_information_list label {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
.home-section .referrel_section .personal_information .personal_information_list input,
.home-section .referrel_section .personal_information .personal_information_list select {
  background-color: #f5f6f6;
  border-radius: 8px;
  border: 1px solid #f5f6f6;
  height: 44px;
  outline: none;
  box-shadow: none;
}
.home-section .referrel_section .personal_information .personal_information_list textarea {
  background-color: #f5f6f6;
  border-radius: 8px;
  border: 1px solid #f5f6f6;
  padding: 0.375rem 0.75rem;
  outline: none;
  box-shadow: none;
}
.home-section .referrel_section .personal_information .personal_information_list .personal_information_devide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 12px 0;
  align-items: center;
}
.home-section .referrel_section .personal_information .personal_information_list .personal_information_devide:first-child {
  padding-top: 0;
}
.home-section .referrel_section .personal_information .personal_information_list .personal_information_devide:last-child {
  padding-bottom: 0;
  border: none;
}
@media (max-width: 600px) {
  .home-section .referrel_section .personal_information .personal_information_list .personal_information_devide {
    grid-gap: 5px;
    font-size: 13px;
  }
}
@media (max-width: 470px) {
  .home-section .referrel_section .personal_information .personal_information_list .personal_information_devide {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 470px) {
  .home-section .referrel_section .personal_information .personal_information_list .personal_information_devide .personal_information_title {
    font-size: 14px;
    font-weight: 600;
  }
}
.home-section .referrel_section .personal_information .personal_information_list .personal_information_devide .personal_information_des .post_active button {
  display: inline-block;
  margin: 5px;
}
.home-section .referrel_section .personal_information .personal_information_list .personal_information_devide .personal_information_des .rejected {
  background-color: #FEF2F2;
  color: #DE2424;
  border: 1px solid #FEF2F2;
  padding: 5px 30px;
  border-radius: 12px;
}
.home-section .referrel_section .personal_information .personal_information_list .personal_information_devide .personal_information_des .inactive {
  background-color: #494f55;
  color: #fff;
  border: 1px solid #494f55;
  padding: 5px 30px;
  border-radius: 12px;
}
.home-section .referrel_section .personal_information .personal_information_list .personal_information_devide .personal_information_des .actives {
  background-color: #ECFDF8;
  color: #04bf00;
  border: 1px solid #ECFDF8;
  padding: 5px 30px;
  border-radius: 12px;
}
.home-section .referrel_section .personal_information .personal_information_list .personal_information_devide .personal_information_des .active {
  background-color: #04bf00;
  padding: 5px 30px;
  border-radius: 12px;
  background-color: #ECFDF8;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #04bf00;
  border: #ECFDF8;
}
.home-section .referrel_section .personal_information .personal_information_list .personal_information_devide .personal_information_des .accept {
  background-color: #1f4de5;
  color: #fff;
  border: 1px solid #1f4de5;
  padding: 5px 30px;
  border-radius: 12px;
  text-decoration: none;
}
.home-section .referrel_section .personal_information .personal_information_list .personal_information_devide .personal_information_des .accepted {
  background-color: #eff5ff;
  color: #1f4de5;
  border: 1px solid #eff5ff;
  padding: 5px 30px;
  border-radius: 12px;
  text-decoration: none;
}
.home-section .referrel_section .personal_information .personal_information_list .personal_information_devide .personal_information_des .reject {
  background-color: #DE2424;
  color: #fff;
  border: 1px solid #DE2424;
  padding: 5px 30px;
  border-radius: 12px;
  text-decoration: none;
}
.home-section .referrel_section .personal_information.compliance_info .personal_information_devide {
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 600px) {
  .home-section .referrel_section .personal_information.compliance_info .personal_information_devide {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 470px) {
  .home-section .referrel_section .personal_information.compliance_info .personal_information_devide .personal_information_title {
    font-size: 14px;
    font-weight: 600;
  }
}
.home-section .referrel_section .personal_information.complitance_management_info .personal_information_list .personal_information_devide {
  grid-template-columns: 1fr 1fr;
}
.home-section .referrel_section .table_section .above_table {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 0 24px 0;
}
@media (max-width: 600px) {
  .home-section .referrel_section .table_section .above_table {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
@media (max-width: 500px) {
  .home-section .referrel_section .table_section .above_table .general_information_popup .modal-content {
    padding: 0px;
  }
}
.home-section .referrel_section .table_section .above_table .general_information_popup .modal-content .modal-body form label {
  font-size: 14px;
}
.home-section .referrel_section .table_section .above_table .general_information_popup .modal-content .modal-body form input {
  background-color: #fff !important;
  padding: 12px 16px;
}
@media (max-width: 500px) {
  .home-section .referrel_section .table_section .above_table .general_information_popup .modal-content .modal-body form input {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.home-section .referrel_section .table_section .above_table .general_information_popup .general_info h6 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #1f4de5;
}
.home-section .referrel_section .table_section .above_table .general_information_popup .general_info .general_info_devide {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #efefef;
}
@media (max-width: 500px) {
  .home-section .referrel_section .table_section .above_table .general_information_popup .general_info .general_info_devide {
    padding: 12px;
  }
}
.home-section .referrel_section .table_section .above_table .general_information_popup .general_info .general_info_devide .general_info_both {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 24px;
  align-items: center;
}
@media (max-width: 992px) {
  .home-section .referrel_section .table_section .above_table .general_information_popup .general_info .general_info_devide .general_info_both {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
}
.home-section .referrel_section .table_section .above_table .right_table_search {
  display: flex;
  justify-content: space-between;
  grid-gap: 15px;
  align-items: center;
}
@media (max-width: 600px) {
  .home-section .referrel_section .table_section .above_table .right_table_search {
    justify-content: start;
  }
}
.home-section .referrel_section .table_section .above_table .right_table_search .add_trasaction {
  padding: 14px 20px 14px 20px;
  border-radius: 30px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  color: #fff;
  background-color: #1f4de5;
}
@media (max-width: 600px) {
  .home-section .referrel_section .table_section .above_table .right_table_search .add_trasaction {
    padding: 7px 10px;
    font-size: 14px;
  }
}
.home-section .referrel_section .table_section .above_table .right_table_search .dropdown {
  border: 1px solid #efefef;
  background-color: #fff;
  color: #656565;
  font-weight: 400;
  font-size: 16px;
  line-height: 16.94px;
  padding: 12px 16px;
  border-radius: 30px;
}
@media (max-width: 600px) {
  .home-section .referrel_section .table_section .above_table .right_table_search .dropdown {
    padding: 7px 8px;
  }
}
.home-section .referrel_section .table_section .above_table .right_table_search .dropdown a {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #7c7c7c;
}
.home-section .referrel_section .table_section .above_table .right_table_search .dropdown a {
  text-decoration: none;
}
.home-section .referrel_section .table_section .above_table .right_table_search p {
  font-family: Inter;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  color: #656565;
}
@media screen and (max-width: 1050px) {
  .home-section .referrel_section .table_section .above_table .right_table_search p {
    font-size: 20px;
    line-height: 0px;
  }
}
.home-section .referrel_section .table_section .above_table .right_table_search input.search_here {
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #efefef;
}
@media screen and (max-width: 600px) {
  .home-section .referrel_section .table_section .above_table .right_table_search input.search_here {
    padding: 7px 8px;
  }
}
.home-section .referrel_section .table_section .safe_transaction {
  display: flex;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #71ff71;
  background-color: #ECFDF8;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1270px) {
  .home-section .referrel_section .table_section .safe_transaction {
    padding: 10px 5px;
  }
}
@media (max-width: 740px) {
  .home-section .referrel_section .table_section .safe_transaction {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    padding: 20px;
    grid-gap: 20px;
    text-align: center;
  }
}
.home-section .referrel_section .table_section .safe_transaction p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #059669;
  margin: 0;
}
@media (max-width: 1270px) {
  .home-section .referrel_section .table_section .safe_transaction p {
    font-size: 12px;
  }
}
@media (max-width: 740px) {
  .home-section .referrel_section .table_section .safe_transaction p {
    text-align: center;
  }
}
.home-section .referrel_section .table_section .safe_transaction a.see_transaction {
  padding: 14px 20px;
  border-radius: 30px;
  background-color: #059669;
  color: #fff;
  text-decoration: none;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 1270px) {
  .home-section .referrel_section .table_section .safe_transaction a.see_transaction {
    padding: 8px 10px;
    font-size: 11px;
  }
}
@media (max-width: 740px) {
  .home-section .referrel_section .table_section .safe_transaction a.see_transaction {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: auto;
  }
}
.home-section .referrel_section .table_section .table.dataTable {
  overflow-x: auto;
}
.home-section .referrel_section .table_section .table img {
  width: 24px;
  height: 24px;
}
.home-section .referrel_section .table_section .table tbody tr td.feature_image_table img {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-section .referrel_section .pagination_main {
  padding: 12px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .home-section .referrel_section .pagination_main {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 12px;
    justify-items: center;
  }
}
.home-section .referrel_section .pagination_main nav {
  padding: 0;
}
.home-section .referrel_section .pagination_main .pagination li {
  margin: 2px;
}
.home-section .referrel_section .pagination_main .pagination li a {
  border-radius: 4px;
  border: 1px solid #656565;
  font-size: 12px;
  color: #656565;
  background: transparent;
  text-align: center;
}
.home-section .referrel_section .pagination_main .hint-text {
  font-family: inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
@media (max-width: 600px) {
  .home-section .referrel_section .pagination_main .hint-text {
    text-align: center;
  }
}
.home-section .referrel_section .pagination_main .hint-text b {
  color: #1f4de5;
}
.home-section .referrel_section .referal_first {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 740px) {
  .home-section .referrel_section .referal_first {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 740px) {
  .home-section .referrel_section .referal_first.user_info_pro {
    display: flex;
  }
}
@media (max-width: 480px) {
  .home-section .referrel_section .referal_first.user_info_pro {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.home-section .referrel_section .referal_first.user_info_pro .profile {
  padding: 12px 20px;
  text-align: center;
  border-radius: 12px;
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
@media (max-width: 400px) {
  .home-section .referrel_section .referal_first.user_info_pro .profile {
    padding: 20px 0;
    display: grid;
    text-align: center;
    justify-content: center;
  }
}
.home-section .referrel_section .referal_first.user_info_pro .profile .right_vari {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}
@media (max-width: 400px) {
  .home-section .referrel_section .referal_first.user_info_pro .profile .right_vari {
    text-align: center;
  }
}
.home-section .referrel_section .referal_first.user_info_pro .profile .start_name {
  font-size: 54px;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: 0em;
  text-align: center;
  margin: auto;
  color: #1f4de5;
  background-color: #eff5ff;
  width: 150px;
  height: 150px;
  padding-top: 33px;
  border-radius: 50%;
  border: 8px solid #dce7fd;
}
@media (max-width: 400px) {
  .home-section .referrel_section .referal_first.user_info_pro .profile .start_name {
    text-align: center;
  }
}
.home-section .referrel_section .referal_first.user_info_pro .profile .varified {
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px;
  border-radius: 30px;
  background: #1f4de5;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: -22px auto 11px auto;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 400px) {
  .home-section .referrel_section .referal_first.user_info_pro .profile .varified {
    text-align: center;
  }
}
.home-section .referrel_section .referal_first.user_info_pro .profile .varified i {
  font-size: 20px;
  padding: 0 5px 0 0;
}
.home-section .referrel_section .referal_first.user_info_pro .profile .varified img {
  width: 20px;
  height: 20px;
}
.home-section .referrel_section .referal_first.user_info_pro .profile .profile_name {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: capitalize;
  color: #426287;
}
@media (max-width: 400px) {
  .home-section .referrel_section .referal_first.user_info_pro .profile .profile_name {
    text-align: center;
  }
}
.home-section .referrel_section .referal_first.user_info_pro .profile .email_id {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #426287;
}
@media (max-width: 400px) {
  .home-section .referrel_section .referal_first.user_info_pro .profile .email_id {
    text-align: center;
  }
}
.home-section .referrel_section .referal_first.user_info_pro .profile .my_position {
  padding: 12px 16px;
  border-radius: 30px;
  background: #eff5ff;
  font-size: 14px;
  font-weight: 400;
  width: -moz-max-content;
  width: max-content;
}
.home-section .referrel_section .referal_first.user_info_pro .profile .my_position .position {
  color: #1f4de5;
  text-align: center;
  text-decoration: none;
}
.home-section .referrel_section .referal_first.user_info_pro .logout {
  padding: 12px 16px;
  border-radius: 30px;
  background: #FEF2F2;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.home-section .referrel_section .referal_first.user_info_pro .logout a {
  color: #DE2424;
  text-align: center;
  text-decoration: none;
}
.home-section .referrel_section .referal_first .referal_title .go_back_btn .go_back img {
  width: 44px;
  height: 44px;
}
.home-section .referrel_section .referal_first.long_right {
  display: grid;
  align-items: baseline;
  grid-template-columns: 44px auto;
  grid-gap: 24px;
  justify-content: normal;
  margin: 24px 0;
}
@media (max-width: 540px) {
  .home-section .referrel_section .referal_first.long_right {
    grid-gap: 10px;
    grid-template-columns: 50px auto;
  }
}
@media (max-width: 450px) {
  .home-section .referrel_section .referal_first.long_right {
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
}
.home-section .referrel_section .referal_first.long_right .questions_support {
  padding: 24px;
  border-radius: 12px;
  background-color: #eff5ff;
}
@media (max-width: 540px) {
  .home-section .referrel_section .referal_first.long_right .questions_support {
    padding: 20px;
  }
}
.home-section .referrel_section .referal_first.long_right .questions_support h5 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 0 24px 0;
  letter-spacing: 0em;
  text-align: left;
  color: #1f4de5;
  border-bottom: 1px solid #e4e7e9;
}
@media (max-width: 1500px) {
  .home-section .referrel_section .referal_first.long_right .questions_support h5 {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .home-section .referrel_section .referal_first.long_right .questions_support h5 {
    font-size: 16px;
  }
}
.home-section .referrel_section .referal_first.long_right .questions_support .support_des {
  display: flex;
  grid-gap: 24px;
  padding: 24px 0 0;
}
.home-section .referrel_section .referal_first.long_right .questions_support .support_des .single_support_des {
  display: grid;
  gap: 4px;
}
.home-section .referrel_section .referal_first.long_right .questions_support .support_des .single_support_des h6 {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f4de5;
}
.home-section .referrel_section .referal_first.long_right .questions_support .support_des .single_support_des p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #494f55;
  margin: 0;
}
@media (max-width: 1500px) {
  .home-section .referrel_section .referal_first.long_right .questions_support .support_des .single_support_des p {
    font-size: 12px;
  }
}
.home-section .referrel_section .referal_first .tutorial_modal .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100%;
  right: 0px;
}
.home-section .referrel_section .referal_first .tutorial_modal .modal-content {
  height: 100%;
}
.home-section .referrel_section .referal_first .tutorial_modal .modal-body h6 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #292929;
}
.home-section .referrel_section .referal_first .tutorial_modal .modal-body p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
.home-section .referrel_section .referal_first .tutorial_modal .modal-header {
  border-bottom: 1px solid #e4e7e9;
}
.home-section .referrel_section .referal_first .tutorial_modal .modal-header h5 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f4de5;
}
@media (max-width: 500px) {
  .home-section .referrel_section .referal_first .tutorial_modal .modal-header h5 {
    font-size: 18px;
  }
}
.home-section .referrel_section .referal_first .tutorial_modal .modal-footer {
  justify-content: flex-start;
}
.home-section .referrel_section .referal_first .tutorial_modal .modal-footer .profile {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-section .referrel_section .referal_first .tutorial_modal .modal-footer .profile .foot_pro img {
  width: 25px;
  height: 25px;
}
.home-section .referrel_section .referal_first .tutorial_modal .modal-footer .profile .foot_pro img i {
  font-size: 15px;
  color: #fff;
  line-height: 25px;
}
.home-section .referrel_section .referal_first .tutorial_modal .modal-footer .profile .tutorial_part img {
  width: 100%;
  max-height: 250px;
  min-height: 100px;
  height: auto;
  border-radius: 12px;
}
.home-section .referrel_section .referal_first .tutorial_modal .modal-footer .profile .name {
  background-color: #eff5ff;
  color: #1f4de5;
  margin: 0 0 0 -1px;
  padding: 0px 10px 0px 5px;
  border-radius: 0 30px 30px 0;
  background: #eff5ff;
}
@media (max-width: 1600px) {
  .home-section .referrel_section .referal_first .tutorial_modal .modal-footer .profile .name {
    font-size: 14px;
  }
}
.home-section .referrel_section .referal_first .tutorial_modal .tutorial_part {
  margin: 20px auto;
}
.home-section .referrel_section .referal_first .tutorial_modal .tutorial_part img {
  width: 100%;
  max-height: 250px;
  min-height: 100px;
  height: auto;
  border-radius: 12px;
}
@media (min-width: 576px) {
  .home-section .referrel_section .referal_first .tutorial_modal .modal-dialog {
    margin: 0;
    height: 100vh;
  }
}
@media (max-width: 600px) {
  .home-section .referrel_section .referal_first .referal_right .btn {
    font-size: 13px;
  }
}
@media (max-width: 740px) {
  .home-section .referrel_section .referal_first .referal_right {
    text-align: right;
  }
}
@media (max-width: 740px) {
  .home-section .referrel_section .referal_first .referal_right .modal {
    text-align: left;
  }
}
.home-section .referrel_section .referal_first .referal_right .info_btn {
  background-color: #efefef;
  padding: 10px;
  border-radius: 30px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #656565;
}
.home-section .referrel_section .referal_first .referal_right .info_btn img {
  width: 21px;
  height: 21px;
}
@media (max-width: 600px) {
  .home-section .referrel_section .referal_first .referal_right .info_btn img {
    width: 17px;
    height: 17px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.home-section .referrel_section .referal_first .referal_right .repost_request img {
  width: 24px;
  height: 24px;
}
@media (max-width: 600px) {
  .home-section .referrel_section .referal_first .referal_right .repost_request img {
    width: 17px;
    height: 17px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 500px) {
  .home-section .referrel_section .referal_first .referal_right.completence_icons button {
    padding: 0 2px;
  }
}
.home-section .referrel_section .referal_first .referal_right.completence_icons img {
  width: 24px;
  height: 24px;
}
@media (max-width: 600px) {
  .home-section .referrel_section .referal_first .referal_right.completence_icons img {
    width: 17px;
    height: 17px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.home-section .referrel_section .fiscal_download {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .home-section .referrel_section .fiscal_download {
    display: grid;
  }
}
.home-section .referrel_section .fiscal_download .fiscal_year {
  display: flex;
  align-items: baseline;
  grid-gap: 12px;
  width: 100%;
}
.home-section .referrel_section .fiscal_download .fiscal_year select {
  border-radius: 30px;
  border: 1px solid #efefef;
  background-color: #fff;
  color: #656565;
  font-weight: 400;
  font-size: 16px;
  line-height: 16.94px;
  padding: 12px 16px;
}
.home-section .referrel_section .fiscal_download .fiscal_year .search {
  font-weight: 400;
  font-size: 16px;
  line-height: 16.94px;
  padding: 12px 16px;
  border-radius: 30px;
  border: 1px solid #eff5ff;
  background-color: #eff5ff;
  color: #1f4de5;
}
.home-section .referrel_section .fiscal_download .down_load .download_anusuchi {
  border: 1px solid #eff5ff;
  background-color: #eff5ff;
  color: #1f4de5;
  font-weight: 400;
  font-size: 16px;
  line-height: 16.94px;
  padding: 12px 16px;
  border-radius: 8px;
  color: #1f4de5;
}
.home-section .referrel_section .fiscal_download .down_load .download_anusuchi img {
  width: 16px;
  height: 16px;
  margin: 0 0 5px 5px;
}
.home-section .referrel_section .fiscal_download .down_load .download_anusuchi svg {
  width: 16px;
  height: 16px;
  margin: 0 0 5px 5px;
}
.home-section .referrel_section .project_status {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 20px;
}
.home-section .referrel_section .project_status .single_project {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 12px;
  background-color: #fff;
  justify-content: space-between;
  min-width: 124px;
  border: 1px solid #EAEEF4;
}
.home-section .referrel_section .project_status .single_project h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
@media (max-width: 1600px) {
  .home-section .referrel_section .project_status .single_project h6 {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .home-section .referrel_section .project_status .single_project h6 {
    font-size: 11px;
  }
}
.home-section .referrel_section .project_status .single_project h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}
@media (max-width: 1600px) {
  .home-section .referrel_section .project_status .single_project h4 {
    font-size: 20px;
  }
}
.home-section .referrel_section .project_status .single_project.total {
  background-color: #fff;
}
.home-section .referrel_section .project_status .single_project.total h6 {
  color: #656565;
}
.home-section .referrel_section .project_status .single_project.total h4 {
  color: #656565;
}
.home-section .referrel_section .project_status .single_project.accept {
  background-color: #04bf00;
  color: #fff;
}
.home-section .referrel_section .project_status .single_project.accept h6 {
  color: #fff;
}
.home-section .referrel_section .project_status .single_project.accept h4 {
  color: #fff;
}
.home-section .referrel_section .project_status .single_project.rejected {
  background-color: #DE2424;
  color: #fff;
}
.home-section .referrel_section .project_status .single_project.rejected h6 {
  color: #fff;
}
.home-section .referrel_section .project_status .single_project.rejected h4 {
  color: #fff;
}
.home-section .referrel_section .project_status .single_project.pending {
  background-color: #e4e7e9;
}
.home-section .referrel_section .project_status .single_project.pending h6 {
  color: #656565;
}
.home-section .referrel_section .project_status .single_project.pending h4 {
  color: #656565;
}
.home-section .referrel_section .project_status .single_project.pending svg path {
  stroke: #494f55;
}
.home-section .referrel_section .project_status .single_project.unregistered {
  color: #ffa500;
  background-color: #fff5c5;
}
.home-section .referrel_section .project_status .single_project.unregistered h6 {
  color: #ffa500;
}
.home-section .referrel_section .project_status .single_project.unregistered h4 {
  color: #ffa500;
}
.home-section .referrel_section .project_status .single_project.unregistered svg path {
  stroke: #ffa500;
}
.home-section .referrel_section .project_status .single_project.open {
  background-color: #eff5ff;
  color: #1f4de5;
}
.home-section .referrel_section .project_status .single_project.open h6 {
  color: #1f4de5;
}
.home-section .referrel_section .project_status .single_project.open h4 {
  color: #1f4de5;
}
.home-section .referrel_section .project_status .single_project.open svg path {
  stroke: #1f4de5;
}
.home-section .referrel_section .project_status .single_project.processing {
  background-color: #ECFDF8;
  color: #04bf00;
}
.home-section .referrel_section .project_status .single_project.processing h6 {
  color: #04bf00;
}
.home-section .referrel_section .project_status .single_project.processing h4 {
  color: #04bf00;
}
.home-section .referrel_section .project_status .single_project.processing svg path {
  stroke: #04bf00;
}
.home-section .referrel_section .project_status .single_project.closed {
  background-color: #e4e7e9;
  color: #494f55;
}
.home-section .referrel_section .project_status .single_project.closed h6 {
  color: #494f55;
}
.home-section .referrel_section .project_status .single_project.closed h4 {
  color: #494f55;
}
.home-section .referrel_section .project_status .single_project.closed svg path {
  stroke: #494f55;
}
.home-section .referrel_section .project_status .single_project.rejected {
  background-color: #ffdede;
  color: #DE2424;
}
.home-section .referrel_section .project_status .single_project.rejected h6 {
  color: #DE2424;
}
.home-section .referrel_section .project_status .single_project.rejected h4 {
  color: #DE2424;
}
.home-section .referrel_section .project_status .single_project.rejected svg path {
  stroke: #DE2424;
}
.home-section .referrel_section .table_referr .modal .modal-header h5 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #426287;
}
@media (max-width: 500px) {
  .home-section .referrel_section .table_referr .modal .modal-header h5 {
    font-size: 14px;
  }
}
.home-section .referrel_section .table_referr .modal .accept_text {
  margin: 20px 0;
  color: #656565;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}
.home-section .referrel_section .table_referr .modal .accept_text a {
  text-decoration: none;
}
.home-section .referrel_section .table_referr .modal .accept_text .accept {
  color: #1f4de5;
}
.home-section .referrel_section .table_referr .modal .accept_text .reject {
  color: #DE2424;
}
.home-section .referrel_section .table_referr .modal .add_cancel .download {
  padding: 12px 16px;
  border-radius: 30px;
  border: 1px solid #dce7fd;
  background-color: #dce7fd;
  color: #1f4de5;
}
@media (max-width: 600px) {
  .home-section .referrel_section .table_referr .modal .add_cancel .download {
    padding: 6px 10px;
    font-size: 14px;
    margin: 0 5px 10px 0;
  }
}
.home-section .referrel_section .table_referr .table {
  margin: 0;
  background-color: #fff;
}
.home-section .referrel_section .table_referr .table thead tr th {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #656565;
  padding: 12px;
}
.home-section .referrel_section .table_referr .table tbody tr th button,
.home-section .referrel_section .table_referr .table tbody tr td button {
  color: #000;
  background: #fff;
  border: none;
  font-size: 24px;
  padding: 0;
}
.home-section .referrel_section .table_referr .table tbody tr th .btn-secondary:focus,
.home-section .referrel_section .table_referr .table tbody tr td .btn-secondary:focus {
  box-shadow: none;
}
.home-section .referrel_section .table_referr .table tbody tr th .dropdown-menu,
.home-section .referrel_section .table_referr .table tbody tr td .dropdown-menu {
  min-width: 7rem;
  box-shadow: 0px 15px 30px 0px rgba(62, 19, 77, 0.0901960784);
  border-radius: 8px;
  border: none;
}
.home-section .referrel_section .table_referr .table tbody tr th .dropdown-menu .dropdown-item,
.home-section .referrel_section .table_referr .table tbody tr td .dropdown-menu .dropdown-item {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.home-section .referrel_section .table_referr .table tbody tr th .dropdown-menu .dropdown-item.secondary,
.home-section .referrel_section .table_referr .table tbody tr td .dropdown-menu .dropdown-item.secondary {
  color: #656565;
}
.home-section .referrel_section .table_referr .table tbody tr th .dropdown-menu .dropdown-item.secondary svg,
.home-section .referrel_section .table_referr .table tbody tr td .dropdown-menu .dropdown-item.secondary svg {
  float: left;
}
.home-section .referrel_section .table_referr .table tbody tr th .dropdown-menu .dropdown-item.accept,
.home-section .referrel_section .table_referr .table tbody tr td .dropdown-menu .dropdown-item.accept {
  color: #1f4de5;
}
.home-section .referrel_section .table_referr .table tbody tr th .dropdown-menu .dropdown-item.reject,
.home-section .referrel_section .table_referr .table tbody tr td .dropdown-menu .dropdown-item.reject {
  color: #DE2424;
}
.home-section .referrel_section .table_referr .table tbody tr th .dropdown-menu .dropdown-item.edit_here,
.home-section .referrel_section .table_referr .table tbody tr td .dropdown-menu .dropdown-item.edit_here {
  color: #04bf00;
}
.home-section .referrel_section .table_referr .table tbody tr th .dropstart .dropdown-toggle::before,
.home-section .referrel_section .table_referr .table tbody tr td .dropstart .dropdown-toggle::before {
  display: none;
}
.home-section .referrel_section .table_referr .table tbody tr th .unsucess,
.home-section .referrel_section .table_referr .table tbody tr td .unsucess {
  padding: 5px 30px;
  border-radius: 15px;
  background-color: #FEF2F2;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #DE2424;
  border: #FEF2F2;
}
.home-section .referrel_section .table_referr .table tbody tr th .sucess,
.home-section .referrel_section .table_referr .table tbody tr td .sucess {
  padding: 5px 30px;
  border-radius: 15px;
  background-color: #ECFDF8;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #04bf00;
  border: #ECFDF8;
}
.home-section .referrel_section .table_referr .table tbody tr th .auto_accept,
.home-section .referrel_section .table_referr .table tbody tr td .auto_accept {
  padding: 5px 30px;
  border-radius: 15px;
  background-color: #04bf00;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border: #04bf00;
}
.home-section .referrel_section .table_referr .table tbody tr th .inactive,
.home-section .referrel_section .table_referr .table tbody tr td .inactive {
  padding: 5px 30px;
  border-radius: 15px;
  background-color: #e4e7e9;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #494f55;
  border: #e4e7e9;
}
.home-section .referrel_section .table_referr .table tbody tr th .active,
.home-section .referrel_section .table_referr .table tbody tr td .active {
  padding: 5px 30px;
  border-radius: 15px;
  background-color: #eff5ff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #1f4de5;
  border: #eff5ff;
}
.home-section .referrel_section .table_referr .table tbody tr th .restricted,
.home-section .referrel_section .table_referr .table tbody tr td .restricted {
  padding: 5px 30px;
  border-radius: 15px;
  background-color: #DE2424;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border: #04bf00;
}
.home-section .referrel_section .table_referr .table tbody tr th .suspended,
.home-section .referrel_section .table_referr .table tbody tr td .suspended {
  padding: 5px 30px;
  border-radius: 15px;
  background-color: #494f55;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border: #04bf00;
}
.home-section .referrel_section .table_referr .table tbody tr th .varified,
.home-section .referrel_section .table_referr .table tbody tr td .varified {
  padding: 5px 30px;
  border-radius: 15px;
  background-color: #aab2b6;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border: #aab2b6;
}
.home-section .referrel_section .table_referr .table tbody tr th .varified img,
.home-section .referrel_section .table_referr .table tbody tr td .varified img {
  width: 19px;
  height: 19px;
}
.home-section .referrel_section .table_referr .table tbody tr th .pending,
.home-section .referrel_section .table_referr .table tbody tr td .pending {
  padding: 5px 30px;
  border-radius: 15px;
  background-color: #fff5c5;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #ffa500;
  border: #fff5c5;
}
.home-section .referrel_section .table_referr .table tbody tr th .unregistered,
.home-section .referrel_section .table_referr .table tbody tr td .unregistered {
  padding: 5px 30px;
  border-radius: 15px;
  background-color: #eff5ff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #1f4de5;
  border: #dce7fd;
}
.home-section .referrel_section .table_referr .table tbody tr th .regect_btn,
.home-section .referrel_section .table_referr .table tbody tr td .regect_btn {
  padding: 5px 30px;
  border-radius: 4px;
  background-color: #DE2424;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border: #DE2424;
}
.home-section .referrel_section .table_referr .table tbody tr th .btn_status,
.home-section .referrel_section .table_referr .table tbody tr td .btn_status {
  padding: 5px 30px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  border-radius: 25px;
}
.home-section .referrel_section .table_referr .table tbody tr th .btn_status.open,
.home-section .referrel_section .table_referr .table tbody tr td .btn_status.open {
  background-color: #eff5ff;
  color: #1f4de5;
}
.home-section .referrel_section .table_referr .table tbody tr th .btn_status.closed,
.home-section .referrel_section .table_referr .table tbody tr td .btn_status.closed {
  background-color: #e4e7e9;
  color: #494f55;
}
.home-section .referrel_section .table_referr .table tbody tr th .btn_status.processing,
.home-section .referrel_section .table_referr .table tbody tr td .btn_status.processing {
  background-color: #ECFDF8;
  color: #04bf00;
}
.home-section .referrel_section .table_referr .table tbody tr th .regect_per,
.home-section .referrel_section .table_referr .table tbody tr td .regect_per {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #DE2424;
}
.home-section .referrel_section .table_referr .table tbody tr td .post_devide {
  float: left;
  margin: 0 0 10px 0;
}
.home-section .referrel_section .table_referr .table tbody tr td .post_devide button {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  background-color: #e4e7e9;
  color: #494f55;
  padding: 4px 14px;
  border-radius: 30px;
  display: inline-block;
  margin: 5px;
}
.home-section .referrel_section .table_referr .table tbody tr td .post_active .active {
  display: inline-block;
  margin: 5px;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  background-color: #eff5ff;
  color: #1f4de5;
  padding: 4px 14px;
  border-radius: 30px;
}
.home-section .referrel_section .referral_request_diff {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  grid-gap: 20px;
  align-items: center;
}
.home-section .referrel_section .referral_request_diff.referral_request_trasation {
  grid-template-columns: 1fr;
}
.home-section .referrel_section .referral_request_diff .project_status {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1700px) {
  .home-section .referrel_section .referral_request_diff .project_status {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1250px) {
  .home-section .referrel_section .referral_request_diff .project_status {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1060px) {
  .home-section .referrel_section .referral_request_diff .project_status {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 500px) {
  .home-section .referrel_section .referral_request_diff .project_status {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 400px) {
  .home-section .referrel_section .referral_request_diff .project_status {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-section .referrel_section .referral_request_diff .project_status .single_project .show_icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-section .referrel_section .referral_request_diff .project_status .single_project .show_icons img {
  width: 16px;
  height: 16px;
}
.home-section .referrel_section .referral_request_diff .right_ref .modal .modal-content {
  border-radius: 12px;
}
@media (max-width: 500px) {
  .home-section .referrel_section .referral_request_diff .right_ref .modal .modal-content {
    padding: 0px;
  }
}
.home-section .referrel_section .referral_request_diff .right_ref .modal .modal-content .modal-body form label {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
.home-section .referrel_section .referral_request_diff .right_ref .modal .modal-content .modal-body form input {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #efefef;
}
@media (max-width: 500px) {
  .home-section .referrel_section .referral_request_diff .right_ref .modal .modal-content .modal-body form input {
    padding: 8px 12px;
    font-size: 14px;
  }
}
.home-section .referrel_section .referral_request_diff .right_ref .modal .modal-content .modal-body form input.form-check-input {
  padding: 5px;
  margin: 0 5px 0 0;
  border-radius: 4px;
  border: 1px solid #656565;
}
.home-section .referrel_section .referral_request_diff .right_ref .modal .modal-content .modal-body form input.form-check-input-com {
  padding: 0px !important;
  margin: 0 5px 0 0;
  border-radius: 4px;
  border: 1px solid #656565;
}
.home-section .referrel_section .referral_request_diff .right_ref .modal .modal-content .modal-body form select {
  padding: 13px 20px 13px 20px;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #efefef;
}
.home-section .referrel_section .referral_request_diff .right_ref .modal .modal-content .modal-body form .add_cancel {
  float: inline-end;
  margin: 24px 0;
}
@media (max-width: 500px) {
  .home-section .referrel_section .referral_request_diff .right_ref .modal .modal-content .modal-body form .add_cancel {
    float: none;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .home-section .referrel_section .referral_request_diff .right_ref .modal .modal-content .modal-body form .add_cancel .add_new {
    padding: 6px 10px;
    font-size: 14px;
    margin: 0 5px 10px 0;
  }
}
.home-section .referrel_section .referral_request_diff .right_ref .right_devide {
  border: 1px dashed #656565;
  border-radius: 12px;
  display: flex;
  grid-gap: 20px;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  justify-items: center;
}
@media (max-width: 1390px) {
  .home-section .referrel_section .referral_request_diff .right_ref .right_devide {
    grid-gap: 8px;
    padding: 8px;
  }
}
@media (max-width: 1300px) {
  .home-section .referrel_section .referral_request_diff .right_ref .right_devide {
    grid-gap: 4px;
  }
}
.home-section .referrel_section .referral_request_diff .right_ref .right_devide .add_entry {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
}
@media (max-width: 1330px) {
  .home-section .referrel_section .referral_request_diff .right_ref .right_devide .add_entry {
    padding: 6px;
  }
}
.home-section .referrel_section .referral_request_diff .right_ref .right_devide .upload {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
}
@media (max-width: 1330px) {
  .home-section .referrel_section .referral_request_diff .right_ref .right_devide .upload {
    padding: 6px;
  }
}
.home-section .referrel_section .referral_request_diff .right_ref .right_devide .upload p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
.home-section .referrel_section .referral_request_diff .right_ref .right_devide .upload a {
  border: 2px solid #1f4de5;
  border-radius: 12px;
  padding: 12px 16px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  color: #1f4de5;
  background-color: white;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1380px) {
  .home-section .referrel_section .referral_request_diff .right_ref .right_devide .upload a {
    padding: 8px;
  }
}
.home-section .referrel_section .referral_request_diff .right_ref .right_devide .upload a img {
  height: 17.5px;
  width: 17.5px;
}
@media (max-width: 400px) {
  .home-section .referrel_section .referral_request_diff .right_ref .right_devide .add_entry {
    text-align: center;
  }
}
.home-section .referrel_section .referral_request_diff .right_ref .right_devide .add_entry p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
@media (max-width: 400px) {
  .home-section .referrel_section .referral_request_diff .right_ref .right_devide .add_entry p {
    text-align: center;
  }
}
.home-section .referrel_section .referral_request_diff .right_ref .right_devide .add_entry a {
  background: #1f4de5;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  border: 2px solid #1f4de5;
  padding: 12px 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1380px) {
  .home-section .referrel_section .referral_request_diff .right_ref .right_devide .add_entry a {
    padding: 8px 8px;
  }
}
.home-section .referrel_section .referral_request_diff .right_ref .right_devide .add_entry a img {
  height: 17.5px;
  width: 17.5px;
  margin: -3px 0 0 0;
}
.home-section .referrel_modal {
  border-radius: 30px;
}
@media (max-width: 650px) {
  .home-section .referrel_modal {
    padding: 10px;
  }
}
@media (max-width: 500px) {
  .home-section .referrel_modal .modal .modal-content {
    padding: 0px;
  }
}
@media (max-width: 500px) {
  .home-section .referrel_modal .modal .modal-content .modal-header h5 {
    font-size: 18px;
  }
}
.home-section .referrel_modal .modal .modal-content .modal-body .add_cancel {
  margin: 50px 0 0;
}
.home-section .referrel_modal .modal .modal-content .modal-body .add_cancel .cancel {
  padding: 12px 16px;
  border-radius: 30px;
  border: 1px solid #1f4de5;
  color: #1f4de5;
  background-color: #fff;
}
@media (max-width: 600px) {
  .home-section .referrel_modal .modal .modal-content .modal-body .add_cancel .cancel {
    padding: 6px 10px;
    font-size: 14px;
  }
}
.home-section .referrel_modal .modal .modal-content .modal-body .add_cancel .cancel_delete {
  padding: 12px 16px;
  border-radius: 12px;
  color: #2C3C4E;
  background-color: #F5F7FA;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 600px) {
  .home-section .referrel_modal .modal .modal-content .modal-body .add_cancel .cancel_delete {
    padding: 6px 10px;
    font-size: 14px;
  }
}
.home-section .referrel_modal .modal .modal-content .modal-body .add_cancel .delete_entry {
  padding: 12px 16px;
  border-radius: 30px;
  border: 1px solid #DE2424;
  background-color: #DE2424;
  color: #fff;
}
@media (max-width: 600px) {
  .home-section .referrel_modal .modal .modal-content .modal-body .add_cancel .delete_entry {
    padding: 6px 10px;
    font-size: 14px;
    margin: 0 5px 10px 0;
  }
}
.home-section .referrel_modal .modal .log_entry {
  padding: 12px 16px 12px 16px;
  gap: 8px;
  border-radius: 12px;
  opacity: 0px;
  border: 1px solid #DE2424 !important;
  background-color: #DE2424 !important;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
}
.home-section .referrel_modal .modal .log_entry:hover {
  color: #fff;
}

.sidebar.close ~ .home-section,
.sidebar.close ~ .home-section .header_top {
  left: 78px;
  width: calc(100% - 78px);
}

.home-section .home-content {
  height: 60px;
  /* display: flex; */
  align-items: center;
}

.home-section .home-content .bx-menu-alt-left,
.home-section .home-content .text {
  color: #2C3C4E;
  font-size: 28px;
  border-radius: 50%;
}
@media (max-width: 1103px) {
  .home-section .home-content .bx-menu-alt-left,
  .home-section .home-content .text {
    font-size: 22px;
  }
}

.home-section .home-content .bx-menu-alt-left {
  margin: 0 12px 0 0;
  cursor: pointer;
}

.home-section .home-content .text {
  font-size: 26px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .home-section .home-content .bx-menu-alt-left {
    margin: 0 0px 0 0px;
  }
  .sidebar {
    position: absolute;
    z-index: 120;
    display: none;
    left: 0;
    position: fixed;
  }
  .sidebar.close {
    display: block;
    width: 250px;
  }
  .sidebar.close .nav-links li a .link_name {
    display: block;
    pointer-events: none;
    pointer-events: auto;
  }
  .home-section,
  .header_top {
    left: 0;
    width: calc(100% - 0px);
    z-index: 100;
    padding: 0;
  }
  .sidebar.close ~ .home-section .header_top,
  .sidebar.close ~ .home-section {
    width: 100%;
    left: 0;
  }
}
.cooperate_pre_standard {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #e4e7e9;
  margin: 24px 0;
}
.cooperate_pre_standard h5 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
.cooperate_pre_standard .cooperate_preminum_standard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 1300px) {
  .cooperate_pre_standard .cooperate_preminum_standard {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 950px) {
  .cooperate_pre_standard .cooperate_preminum_standard {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}
.cooperate_pre_standard .cooperate_preminum_standard .cooperate {
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #e4e7e9;
  background-color: #fff;
  display: grid;
  gap: 24px;
}
@media (max-width: 1500px) {
  .cooperate_pre_standard .cooperate_preminum_standard .cooperate {
    padding: 20px 10px;
  }
}
.cooperate_pre_standard .cooperate_preminum_standard .cooperate.bg_blue {
  background-color: #2142d4;
  color: #fff;
  padding: 24px;
}
@media (max-width: 1500px) {
  .cooperate_pre_standard .cooperate_preminum_standard .cooperate.bg_blue {
    padding: 20px 10px;
  }
}
.cooperate_pre_standard .cooperate_preminum_standard .cooperate.bg_blue h5,
.cooperate_pre_standard .cooperate_preminum_standard .cooperate.bg_blue p,
.cooperate_pre_standard .cooperate_preminum_standard .cooperate.bg_blue span,
.cooperate_pre_standard .cooperate_preminum_standard .cooperate.bg_blue ul li,
.cooperate_pre_standard .cooperate_preminum_standard .cooperate.bg_blue ul li i {
  color: #fff !important;
}
.cooperate_pre_standard .cooperate_preminum_standard .cooperate.bg_blue .choose_plan {
  background-color: #fff !important;
  color: #2142d4 !important;
}
.cooperate_pre_standard .cooperate_preminum_standard .cooperate .cooperate_price {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 400px) {
  .cooperate_pre_standard .cooperate_preminum_standard .cooperate .cooperate_price {
    display: grid;
  }
}
.cooperate_pre_standard .cooperate_preminum_standard .cooperate .co-operate_top {
  display: grid;
  gap: 24px;
}
.cooperate_pre_standard .cooperate_preminum_standard .cooperate .cooperate_title {
  display: grid;
  grid-template-columns: 50px auto;
  grid-gap: 12px;
}
@media (max-width: 1500px) {
  .cooperate_pre_standard .cooperate_preminum_standard .cooperate .cooperate_title {
    grid-template-columns: 40px auto;
  }
}
.cooperate_pre_standard .cooperate_preminum_standard .cooperate .cooperate_title img {
  height: 50px;
  width: 50px;
  border-radius: 4px;
}
@media (max-width: 1500px) {
  .cooperate_pre_standard .cooperate_preminum_standard .cooperate .cooperate_title img {
    height: 40px;
    width: 40px;
  }
}
.cooperate_pre_standard .cooperate_preminum_standard .cooperate .cooperate_title .cop_text {
  display: grid;
  gap: 12px;
}
.cooperate_pre_standard .cooperate_preminum_standard .cooperate .cooperate_title h5 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #1b1d1f;
}
@media (max-width: 1400px) {
  .cooperate_pre_standard .cooperate_preminum_standard .cooperate .cooperate_title h5 {
    font-size: 17px;
  }
}
.cooperate_pre_standard .cooperate_preminum_standard .cooperate .cooperate_title p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #494f55;
}
@media (max-width: 1400px) {
  .cooperate_pre_standard .cooperate_preminum_standard .cooperate .cooperate_title p {
    font-size: 12px;
  }
}
.cooperate_pre_standard .cooperate_preminum_standard .cooperate .price p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #494f55;
}
@media (max-width: 1500px) {
  .cooperate_pre_standard .cooperate_preminum_standard .cooperate .price p {
    font-size: 14px;
  }
}
.cooperate_pre_standard .cooperate_preminum_standard .cooperate .price p span {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f4de5;
}
@media (max-width: 1500px) {
  .cooperate_pre_standard .cooperate_preminum_standard .cooperate .price p span {
    font-size: 14px;
  }
}
.cooperate_pre_standard .cooperate_preminum_standard .cooperate ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
.cooperate_pre_standard .cooperate_preminum_standard .cooperate ul li {
  list-style: none;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #494f55;
}
@media (max-width: 1500px) {
  .cooperate_pre_standard .cooperate_preminum_standard .cooperate ul li {
    font-size: 12px;
  }
}
.cooperate_pre_standard .cooperate_preminum_standard .cooperate ul li i {
  font-size: 22px;
  margin: 0 10px 0 0px;
  color: #2142d4;
}
@media (max-width: 1500px) {
  .cooperate_pre_standard .cooperate_preminum_standard .cooperate ul li i {
    font-size: 16px;
  }
}
.cooperate_pre_standard .cooperate_preminum_standard .cooperate .choose_plan {
  padding: 12px 16px;
  border-radius: 12px;
  background-color: #1f4de5;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #fff;
  display: flex;
  text-decoration: none;
  width: 100%;
  justify-content: space-between;
}
.cooperate_pre_standard .cooperate_preminum_standard .cooperate .choose_plan i {
  rotate: 180deg;
}
.cooperate_pre_standard #bank_transfer {
  display: none;
}
.cooperate_pre_standard .subscribe_section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cooperate_pre_standard .selected_services {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cooperate_pre_standard .selected_services .services_title {
  display: grid;
  gap: 12px;
}
.cooperate_pre_standard .selected_services .services_title h6 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
.cooperate_pre_standard .selected_services .services_title p {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #656565;
}
.cooperate_pre_standard .selected_services .premium_plan {
  border: 1px solid #e4e7e9;
  padding: 24px;
  border-radius: 12px;
}
@media (max-width: 500px) {
  .cooperate_pre_standard .selected_services .premium_plan {
    padding: 10px;
  }
}
.cooperate_pre_standard .selected_services .premium_plan .premium_plan_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cooperate_pre_standard .selected_services .premium_plan .premium_plan_price .premium_plan_left h5 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #1b1d1f;
}
.cooperate_pre_standard .selected_services .premium_plan .premium_plan_price .premium_plan_left p {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #494f55;
  margin: 12px 0;
}
.cooperate_pre_standard .selected_services .premium_plan .premium_plan_price .premium_plan_right_price p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #494f55;
}
.cooperate_pre_standard .selected_services .premium_plan .premium_plan_price .premium_plan_right_price p span {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f4de5;
}
@media (max-width: 600px) {
  .cooperate_pre_standard .selected_services .premium_plan .premium_plan_price .premium_plan_right_price p span {
    font-size: 15px;
  }
}
.cooperate_pre_standard .selected_services .premium_plan ul {
  display: inline-block;
  padding: 0;
}
.cooperate_pre_standard .selected_services .premium_plan ul li {
  list-style: none;
  float: left;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  padding: 0 10px 0 0;
}
.cooperate_pre_standard .selected_services .premium_plan ul li::before {
  content: "•";
  color: #ffa500;
  font-weight: bold;
  padding: 0 10px 0 0;
}
.cooperate_pre_standard .selected_services .premium_plan .payment_devide {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 992px) {
  .cooperate_pre_standard .selected_services .premium_plan .payment_devide {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }
}
.cooperate_pre_standard .selected_services .premium_plan .payment_devide .payment_method {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #e4e7e9;
  text-align: center;
}
.cooperate_pre_standard .selected_services .premium_plan .payment_devide .payment_method a {
  text-decoration: none;
}
.cooperate_pre_standard .selected_services .premium_plan .payment_devide .payment_method:hover {
  background-color: #dce7fd;
}
.cooperate_pre_standard .selected_services .premium_plan .payment_devide .payment_method img {
  width: 54px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 30px;
}
.cooperate_pre_standard .selected_services .premium_plan .payment_devide .payment_method h6 {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #494f55;
  text-align: center;
}

/* //sidebar sub-menu1 */
.sidebar .nav-links li .sub-menu1 {
  margin-top: 0px;
  display: none;
}

.sidebar .nav-links li.showMenu1 .sub-menu1 {
  display: block;
  padding: 0 0px 0 12px;
}

.sidebar .nav-links li .sub-menu1 a {
  color: #656565;
  font-size: 14px;
  white-space: nowrap;
  transition: all 0.3s ease;
  padding: 12px;
}

.sidebar .nav-links li .sub-menu1 a:hover {
  opacity: 1;
}

.sidebar.close .nav-links li {
  list-style: none;
}

.sidebar.close .nav-links li .sub-menu1 {
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}

.sidebar.close .nav-links li:hover .sub-menu1 {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}

.sidebar .nav-links li .sub-menu1 .link_name {
  display: none;
}

.sidebar.close .nav-links li .sub-menu1 .link_name {
  font-size: 18px;
  opacity: 1;
  display: block;
}

.sidebar .nav-links li .sub-menu1.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}

/* //sidebar sub-menu1 end*/
.update_password {
  text-align: right;
}
.update_password .update_password_btn {
  padding: 12px 16px;
  border-radius: 30px;
  border: 1px solid #1f4de5;
  background-color: #1f4de5;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  text-decoration: none;
}

.payment_invoice {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #494f55;
  margin: 24px 0px;
}

.blogs_search {
  text-align: right;
}
.blogs_search input.search_here {
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #efefef;
}
@media screen and (max-width: 600px) {
  .blogs_search input.search_here {
    padding: 7px 8px;
  }
}

.blog_studymaterials .standard_plan {
  padding: 24px;
  margin: 24px 0 0;
  border-radius: 12px;
  border: 1px solid #e4e7e9;
  background-color: #fff;
  display: grid;
  gap: 24px;
}
@media screen and (max-width: 400px) {
  .blog_studymaterials .standard_plan {
    padding: 24px 12px;
  }
}
.blog_studymaterials .standard_plan ul.parties {
  display: inline-block;
  padding: 0;
  width: 100%;
  border-bottom: none;
}
.blog_studymaterials .standard_plan ul.parties li {
  list-style: none;
  float: left;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  padding: 0 12px 0 0;
}
.blog_studymaterials .standard_plan ul.parties li::before {
  content: "•";
  color: #ffa500;
  font-weight: bold;
  padding: 0 8px 0 0;
}
.blog_studymaterials .standard_plan .days {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
}
.blog_studymaterials .standard_plan .days .days_left {
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
  color: #494f55;
}
.blog_studymaterials .standard_plan .days .days_right {
  color: #494f55;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
}
.blog_studymaterials .standard_plan .standard_plan_devide {
  display: flex;
  justify-content: space-between;
}
.blog_studymaterials .standard_plan .standard_plan_devide .standard {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog_studymaterials .standard_plan .standard_plan_devide .standard h4 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #1b1d1f;
}
.blog_studymaterials .standard_plan .standard_plan_devide .standard p {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
  color: #494f55;
}
.blog_studymaterials .standard_plan .standard_plan_devide .standard_price {
  display: flex;
  align-items: center;
}
.blog_studymaterials .standard_plan .standard_plan_devide .standard_price h4 {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  text-align: left;
  color: #494f55;
}
.blog_studymaterials .standard_plan .standard_plan_devide .standard_price h4 span {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f4de5;
}
@media screen and (max-width: 400px) {
  .blog_studymaterials .standard_plan .standard_plan_devide .standard_price h4 span {
    font-size: 16px;
  }
}
.blog_studymaterials .standard_plan .standard_plan_devide .standard_price .dropstart .dropdown-toggle::before {
  display: none;
}
.blog_studymaterials .standard_plan .standard_plan_devide .standard_price .dropdown-menu {
  min-width: 7rem;
  box-shadow: 0px 15px 30px 0px rgba(62, 19, 77, 0.0901960784);
  border-radius: 8px;
  border: none;
}
.blog_studymaterials .standard_plan .standard_plan_devide .standard_price button {
  color: #000;
  background: #fff;
  border: none;
  font-size: 24px;
  padding: 0;
}
.blog_studymaterials .standard_plan .cancel_change_plan {
  display: flex;
  justify-content: space-between;
}
.blog_studymaterials .standard_plan .cancel_change_plan .cancel_plan {
  padding: 12px 16px;
  border-radius: 30px;
  background-color: #dce7fd;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: #1f4de5;
}
@media screen and (max-width: 400px) {
  .blog_studymaterials .standard_plan .cancel_change_plan .cancel_plan {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.blog_studymaterials .standard_plan .cancel_change_plan .change_plan {
  padding: 12px 16px;
  border-radius: 30px;
  background-color: #1f4de5;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 400px) {
  .blog_studymaterials .standard_plan .cancel_change_plan .change_plan {
    font-size: 13px;
    padding: 5px 9px;
  }
}
.blog_studymaterials .nav-pills .nav-link.active,
.blog_studymaterials .nav-pills .show > .nav-link {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #2142d4;
  background: transparent;
  border-bottom: 2px solid #2142d4;
  border-radius: 0px;
}
@media screen and (max-width: 1180px) {
  .blog_studymaterials .nav-pills .nav-link.active,
  .blog_studymaterials .nav-pills .show > .nav-link {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 1080px) {
  .blog_studymaterials .nav-pills .nav-link.active,
  .blog_studymaterials .nav-pills .show > .nav-link {
    font-size: 14px;
  }
}
.blog_studymaterials .nav-link {
  color: #494f55;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 12px;
}
@media screen and (max-width: 1180px) {
  .blog_studymaterials .nav-link {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 1080px) {
  .blog_studymaterials .nav-link {
    font-size: 14px;
  }
}
.blog_studymaterials ul {
  border-bottom: 1px solid #e4e7e9;
}
.blog_studymaterials .blogs {
  margin: 24px auto 0;
}
.blog_studymaterials .blogs h5 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #494f55;
}
.blog_studymaterials .blogs .resources_number {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #494f55;
  border-top: 1px solid #cdd2d4;
  border-bottom: 1px solid #cdd2d4;
}
.blog_studymaterials .blogs .resources_number i {
  font-size: 12px;
  color: #1f4de5;
}
.blog_studymaterials .blogs .view_resources {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f4de5;
  padding: 12px 16px;
  border-radius: 30px;
  background-color: #eff5ff;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 4px;
  align-items: center;
}
.blog_studymaterials .blogs .view_resources i {
  rotate: 180deg;
}
.blog_studymaterials .blogs .blog_devide {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
@media (max-width: 1600px) {
  .blog_studymaterials .blogs .blog_devide {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .blog_studymaterials .blogs .blog_devide {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 578px) {
  .blog_studymaterials .blogs .blog_devide {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog_studymaterials .blogs .blog_devide .single_blog {
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #e4e7e9;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog_studymaterials .blogs .blog_devide .single_blog h4 {
  color: #1b1d1f;
  font-size: 24px;
}
.blog_studymaterials .blogs .blog_devide .single_blog a {
  text-decoration: none;
}
.blog_studymaterials .blogs .blog_devide .single_blog img {
  width: 100%;
  height: 100px;
  border-radius: 12px;
}
@media (max-width: 1200px) {
  .blog_studymaterials .blogs .blog_devide .single_blog img {
    height: 170px;
  }
}
@media (max-width: 688px) {
  .blog_studymaterials .blogs .blog_devide .single_blog img {
    height: 140px;
  }
}
@media (max-width: 578px) {
  .blog_studymaterials .blogs .blog_devide .single_blog img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.blog_studymaterials .blogs .blog_devide .single_blog h6 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #1b1d1f;
}
.blog_studymaterials .blogs .blog_devide .single_blog p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #494f55;
  display: flex;
  gap: 12px;
  padding: 12px 0;
  align-items: center;
}
.blog_studymaterials .blogs .blog_devide .single_blog .catagories {
  float: left;
}
.blog_studymaterials .blogs .blog_devide .single_blog .catagories .single_cat {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  background-color: #e4e7e9;
  color: #494f55;
  padding: 4px 14px;
  border-radius: 30px;
  display: inline-block;
}
.blog_studymaterials .blogs .blog_devide .single_blog .read_more {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f4de5;
  text-decoration: none;
}
.blog_studymaterials .blogs .blog_devide .single_blog .single_blog_content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog_studymaterials .user_information {
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #e4e7e9;
}
.blog_studymaterials .user_information.documents .name_for_name {
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 1100px) {
  .blog_studymaterials .user_information.documents .name_for_name {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 470px) {
  .blog_studymaterials .user_information.documents .name_for_name {
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 470px) {
  .blog_studymaterials .user_information.documents .name_for_name .name {
    font-size: 13px;
  }
}
@media (max-width: 470px) {
  .blog_studymaterials .user_information.documents .name_for_name .name_des.files a {
    font-size: 11px;
  }
}
@media (max-width: 470px) {
  .blog_studymaterials .user_information.documents .name_for_name .name_des.files img {
    width: 100%;
    height: auto;
  }
}
.blog_studymaterials .user_information form input {
  padding: 12px 16px;
  border-radius: 8px;
}
.blog_studymaterials .user_information .name_for_name {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #e4e7e9;
}
.blog_studymaterials .user_information .name_for_name:first-child {
  padding-top: 0;
}
.blog_studymaterials .user_information .name_for_name:last-child {
  padding-bottom: 0;
}
@media (max-width: 578px) {
  .blog_studymaterials .user_information .name_for_name {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
}
.blog_studymaterials .user_information .name_for_name:last-child {
  border-bottom: none;
}
.blog_studymaterials .user_information .name_for_name.name_blue:last-child {
  border-bottom: none;
}
.blog_studymaterials .user_information .name_for_name.name_blue .name,
.blog_studymaterials .user_information .name_for_name.name_blue .name_des {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #2142d4;
}
.blog_studymaterials .user_information .name_for_name .name {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #494f55;
}
.blog_studymaterials .user_information .name_for_name .name_des {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
.blog_studymaterials .user_information .name_for_name .name_des.files {
  text-align: center;
}
.blog_studymaterials .user_information .name_for_name .name_des.files img {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100px;
  -o-object-fit: none;
     object-fit: none;
  border-radius: 4px;
}
.blog_studymaterials .user_information .questionar {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e4e7e9;
  grid-gap: 10px;
  padding: 12px 0;
}
.blog_studymaterials .user_information .questionar:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.blog_studymaterials .user_information .questionar:first-child {
  padding-top: 0;
}
.blog_studymaterials .user_information .questionar .the_mark .dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.blog_studymaterials .user_information .questionar .the_mark .dot.red_dot {
  background: #DE2424;
}
.blog_studymaterials .user_information .questionar .the_mark .dot.green_dot {
  background: #04bf00;
}
.blog_studymaterials .user_information form .field-icon {
  float: right;
  margin-right: 45px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  color: #7799B9;
  font-size: 24px;
  font-weight: 400;
}

.study_materail_detail {
  margin: 40px 0;
  display: grid;
  gap: 24px;
}
.study_materail_detail .feature_image img {
  width: 100%;
  max-height: 300px;
  min-height: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 24px;
}
.study_materail_detail .sub_title {
  display: grid;
  gap: 12px;
}
.study_materail_detail .sub_title h4 {
  font-family: Inter;
  font-size: 46px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: center;
  color: #1f4de5;
}
@media (max-width: 1600px) {
  .study_materail_detail .sub_title h4 {
    font-size: 36px;
  }
}
@media (max-width: 1300px) {
  .study_materail_detail .sub_title h4 {
    font-size: 27px;
  }
}
@media (max-width: 450px) {
  .study_materail_detail .sub_title h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
.study_materail_detail .sub_title h6 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: #494f55;
}
@media (max-width: 1600px) {
  .study_materail_detail .sub_title h6 {
    font-size: 15px;
  }
}
.study_materail_detail p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  color: #494f55;
  line-height: 34px;
}
@media (max-width: 1300px) {
  .study_materail_detail p {
    font-size: 14px;
  }
}
.study_materail_detail .admin_detail {
  margin: auto;
  text-align: center;
}
.study_materail_detail .admin_detail ul {
  display: flex;
  align-items: center;
  text-align: center;
  margin: auto;
  justify-content: center;
  grid-gap: 32px;
  padding: 0;
}
@media (max-width: 1300px) {
  .study_materail_detail .admin_detail ul {
    grid-gap: 10px;
  }
}
@media (max-width: 500px) {
  .study_materail_detail .admin_detail ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    padding: 0 20px;
  }
}
.study_materail_detail .admin_detail ul li {
  list-style: none;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: #494f55;
  display: flex;
  gap: 8px;
  align-items: center;
}
.study_materail_detail .admin_detail ul li svg {
  background: #D9D9D9;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.study_materail_detail .admin_detail ul li:first-child {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1300px) {
  .study_materail_detail .admin_detail ul li {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .study_materail_detail .admin_detail ul li {
    text-align: left;
  }
}
.study_materail_detail .admin_detail ul li .single_cat {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  background-color: #e4e7e9;
  color: #494f55;
  padding: 6px 4px;
  border-radius: 30px;
  display: inline-block;
  color: #494f55;
}
@media (max-width: 1300px) {
  .study_materail_detail .admin_detail ul li .single_cat {
    font-size: 14px;
  }
}
.study_materail_detail .admin_detail ul li img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.study_materail_detail .study_materail_detail_des {
  display: grid;
  gap: 24px;
}

.error {
  margin: 100px auto;
}
.error img {
  margin: 0 auto 30px auto;
}
.error p {
  margin: 0;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #494f55;
}
@media (max-width: 600px) {
  .error p {
    font-size: 13px;
  }
}
.error p span {
  color: #2142d4;
}
.error .go_back_to_dash {
  margin: 30px auto;
}
.error .go_back_to_dash a {
  padding: 13px 20px 13px 20px;
  border-radius: 30px;
  border: 1px solid #1f4de5;
  background-color: #1f4de5;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 600px) {
  .error .go_back_to_dash a {
    font-size: 14px;
  }
}

.varified_user {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  color: #1f4de5;
  margin: 0;
  padding: 0 0 24px 0;
}

@media (max-width: 40em) {
  .create_account .button-wrap {
    margin-top: 10px;
  }
}
@media (max-width: 366px) {
  .create_account .button-wrap {
    grid-template-columns: 1fr;
  }
}
.create_account .button-wrap .button-label h1 {
  margin: 0;
}
@media (max-width: 634px) {
  .create_account .button-wrap .button-label h1 {
    padding: 10px;
    margin: 0;
  }
}
.create_account .blog_studymaterials .alert_box {
  padding: 16px;
  border-radius: 12px;
  gap: 12px;
  background: #FEF2F2;
  border: 1px solid #FECACA;
  display: grid;
}
.create_account .blog_studymaterials .alert_box.login_info_warning {
  background-color: #e4e7e9;
  color: #656565;
  border: 1px solid #cdd2d4;
  display: flex;
  grid-gap: 12px;
  padding: 16px;
  border-radius: 12px;
  gap: 12px;
}
.create_account .blog_studymaterials .alert_box.login_info_warning p {
  font-family: Inter;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 1100px) {
  .create_account .blog_studymaterials .alert_box.login_info_warning p {
    font-size: 14px;
  }
}
.create_account .blog_studymaterials .alert_box.login_info_warning i {
  color: #ffa500;
}
.create_account .blog_studymaterials .alert_box.warning {
  color: #DE2424;
  border: 1px solid #ffdede;
  display: flex;
  grid-gap: 12px;
  padding: 16px;
  border-radius: 12px;
}
.create_account .blog_studymaterials .alert_box.warning p {
  color: #DE2424;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.create_account .blog_studymaterials .alert_box.warning i {
  font-size: 24px;
}
.create_account .blog_studymaterials .alert_box.orange_warning {
  background-color: #fffcea;
  color: #2C3C4E;
  border: 1px solid #ffeb85;
  display: flex;
  grid-gap: 12px;
  padding: 16px;
  border-radius: 12px;
  gap: 12px;
}
.create_account .blog_studymaterials .alert_box.orange_warning p {
  font-family: Inter;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 1100px) {
  .create_account .blog_studymaterials .alert_box.orange_warning p {
    font-size: 14px;
  }
}
.create_account .blog_studymaterials .alert_box.orange_warning p .orange_text {
  display: flex;
  gap: 8px;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0%;
  color: #ffa500 !important;
}
.create_account .blog_studymaterials .alert_box.orange_warning p .orange_text svg {
  width: 24px;
  height: 24px;
}
.create_account .blog_studymaterials .alert_box h4 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: #DE2424;
}
@media (max-width: 1100px) {
  .create_account .blog_studymaterials .alert_box h4 {
    font-size: 17px;
    line-height: 16px;
  }
}
.create_account .blog_studymaterials .alert_box h5 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  color: #393c40;
}
@media (max-width: 1100px) {
  .create_account .blog_studymaterials .alert_box h5 {
    font-size: 15px;
    line-height: 16px;
  }
}
.create_account .blog_studymaterials .alert_box p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: justify;
  color: #494f55;
}
@media (max-width: 1100px) {
  .create_account .blog_studymaterials .alert_box p {
    font-size: 14px;
  }
}
.create_account .blog_studymaterials .alert_box p a {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #494f55;
  -webkit-text-decoration: 2px underline #494f55;
          text-decoration: 2px underline #494f55;
}
@media (max-width: 1100px) {
  .create_account .blog_studymaterials .alert_box p a {
    font-size: 14px;
  }
}
.create_account .blog_studymaterials .success_box {
  margin: 24px auto;
  background: #ECFDF8;
  padding: 16px;
  border-radius: 12px;
  gap: 12px;
}
.create_account .blog_studymaterials .success_box h4 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: #067507;
}
@media (max-width: 1100px) {
  .create_account .blog_studymaterials .success_box h4 {
    font-size: 17px;
    line-height: 16px;
  }
}
.create_account .blog_studymaterials .success_box h5 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  color: #393c40;
}
@media (max-width: 1100px) {
  .create_account .blog_studymaterials .success_box h5 {
    font-size: 15px;
    line-height: 16px;
  }
}
.create_account .blog_studymaterials .success_box p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: justify;
  color: #494f55;
}
@media (max-width: 1100px) {
  .create_account .blog_studymaterials .success_box p {
    font-size: 14px;
  }
}
.create_account .varified_user {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f4de5;
}
.create_account .varify {
  background-color: #DE2424;
  padding: 12px 16px;
  border-radius: 8px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #FEF2F2;
  border: 1px solid #DE2424;
}
.create_account .modal-body .varified_user {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f4de5;
}
.create_account .modal-header {
  border-bottom: 1px solid #e4e7e9;
}
.create_account .modal-header h5 {
  color: #656565;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
}
@media (max-width: 500px) {
  .create_account .modal-header h5 {
    font-size: 18px;
  }
}
.create_account h5 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f4de5;
}
@media (max-width: 1200px) {
  .create_account h5 {
    font-size: 22px;
  }
}
.create_account h4 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f4de5;
}
@media (max-width: 1200px) {
  .create_account h4 {
    font-size: 22px;
  }
}
.create_account .help_text_right {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: right;
  color: #1f4de5;
  padding: 10px 0;
}
.create_account p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
@media (max-width: 1200px) {
  .create_account p {
    font-size: 14px;
  }
}
.create_account p.helping_text_signup {
  padding: 24px 0 0 0;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
.create_account .if_not {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 0;
}
.create_account .if_not p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #656565;
}
.create_account .if_not p a {
  color: #1f4de5;
  text-decoration: none;
}
.create_account .signup_btn {
  width: 100%;
  margin: 0 auto;
}
.create_account .signup_btn .signup {
  background-color: #1f4de5;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  outline: none;
}
.create_account .signup_btn .uplaod_cir {
  background: #eff5ff;
  color: #1f4de5;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  display: block;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  border-radius: 8px;
}
.create_account .signup_btn .uplaod_cir i {
  padding-right: 20px;
  font-size: 18px;
}
.create_account .varify_token_devide {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e4e7e9;
  margin: 30px 0;
}
.create_account .varify_token_devide .varify_token {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 10px;
  align-items: center;
  margin: 20px 0;
}
@media (max-width: 750px) {
  .create_account .varify_token_devide .varify_token {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .create_account .varify_token_devide .varify_token {
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 500px) {
  .create_account .varify_token_devide .varify_token {
    grid-template-columns: 1fr;
  }
}
.create_account .varify_token_devide .varify_token label {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
.create_account .token_devide {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
  align-items: center;
}

.user_detail {
  background-color: #F5F7FA;
  margin: 24px 0 0 0;
  padding: 24px;
  border-radius: 12px;
}
@media (max-width: 990px) {
  .user_detail {
    padding: 24px;
  }
}
.user_detail .name_for_name {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 224px;
  padding: 12px 0;
  border-bottom: 1px solid #e4e7e9;
}
@media (max-width: 990px) {
  .user_detail .name_for_name {
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 420px) {
  .user_detail .name_for_name {
    grid-template-columns: 1fr;
  }
}
.user_detail .name_for_name:last-child {
  border-bottom: none;
}
.user_detail .name_for_name .name {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #2C3C4E;
}
.user_detail .name_for_name .name_des {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}

.login_info_des .login_info {
  background: #eff5ff;
  margin: 0 0 0 -12px;
  padding: 0 30px;
  position: fixed;
  height: 100vh;
  overflow: scroll;
}
@media (max-width: 1400px) {
  .login_info_des .login_info {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .login_info_des .login_info {
    position: inherit;
  }
}
@media (max-width: 767px) {
  .login_info_des .login_info .flex-column {
    flex-direction: row !important;
    justify-content: start;
    padding: 20px;
    grid-column-gap: 30px;
  }
}
@media (max-width: 540px) {
  .login_info_des .login_info .flex-column {
    padding: 10px;
    grid-column-gap: 10px;
  }
}
@media (max-width: 520px) {
  .login_info_des .login_info .flex-column {
    width: 100%;
  }
}
.login_info_des .login_info .logo-details2 {
  margin: 0;
  padding: 64px 15px 0;
}
.login_info_des .login_info .nav .nav-link {
  margin: 20px 0;
}
@media (max-width: 900px) {
  .login_info_des .login_info .nav .nav-link {
    padding: 0;
  }
}
.login_info_des .login_info .nav .nav-link .user_info {
  display: flex;
  color: #494f55;
  align-items: center;
  grid-gap: 10px;
}
.login_info_des .login_info .nav .nav-link .user_info i {
  font-size: 30px;
}
@media (max-width: 900px) {
  .login_info_des .login_info .nav .nav-link .user_info i {
    font-size: 20px;
  }
}
.login_info_des .login_info .nav .nav-link .user_info h6 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 1600px) {
  .login_info_des .login_info .nav .nav-link .user_info h6 {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .login_info_des .login_info .nav .nav-link .user_info h6 {
    font-size: 16px;
  }
}
.login_info_des .login_info .nav .nav-link .user_info p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}
@media (max-width: 1600px) {
  .login_info_des .login_info .nav .nav-link .user_info p {
    font-size: 13px;
  }
}
.login_info_des .login_info .nav .nav-link.active {
  background-color: transparent;
}
.login_info_des .login_info .nav .nav-link.active .user_info {
  color: #1f4de5;
}
.login_info_des .login_info .nav .nav-link.completed {
  background-color: transparent;
}
.login_info_des .login_info .nav .nav-link.completed .user_info {
  color: #04bf00;
}

.left_slider {
  background-color: #e4e7e9;
  padding: 12px;
  border-radius: 24px;
}
@media (max-width: 700px) {
  .left_slider {
    display: none;
  }
}
.left_slider .left_slider_content {
  height: 100vh;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.left_slider .left_upper_section .card-custom {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #1F2937;
  padding: 24px;
  border-radius: 16px;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.left_slider .left_upper_section .card-custom .logo {
  text-align: left;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.left_slider .left_upper_section .card-custom .logo svg {
  width: 54px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
}
.left_slider .left_upper_section .card-custom .logo h4 {
  font-family: Inknut Antiqua !important;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #fff;
}
.left_slider .left_upper_section .card-custom .tag_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.left_slider .left_upper_section .card-custom .tag_list .tag {
  border: 1px solid #30455C;
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23.2px;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 23.2px;
  letter-spacing: 0%;
  color: #fff;
  display: flex;
  gap: 8px;
  align-items: center;
}
.left_slider .chat_visit {
  padding: 16px;
}
.left_slider .chat_visit .chat_with {
  display: flex;
  gap: 12px;
}
@media (max-width: 800px) {
  .left_slider .chat_visit .chat_with {
    flex-wrap: wrap;
  }
}
@media (max-width: 620px) {
  .left_slider .chat_visit .chat_with {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
@media (max-width: 400px) {
  .left_slider .chat_visit .chat_with {
    display: flex;
  }
}
.left_slider .chat_visit .chat_with .chat_list h6 {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 19.36px;
  letter-spacing: 0%;
  color: #30455C;
}
.left_slider .chat_visit .chat_with .chat_list p {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  letter-spacing: 0%;
  color: #426287;
}
.left_slider .chat_visit .chat_with .chat_list ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}
.left_slider .chat_visit .chat_with .chat_list ul li {
  list-style: none;
}
.left_slider .chat_visit .chat_with .chat_list ul li a {
  display: flex;
  flex-direction: row;
  gap: 4px;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  letter-spacing: 0%;
  color: #30455C;
}
.left_slider .chat_visit .chat_with .chat_list ul li a svg {
  width: 16px;
  height: 16px;
}
.left_slider .chat_visit .visit_us {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
}
.left_slider .chat_visit .visit_us .visit_left h6 {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 19.36px;
  letter-spacing: 0%;
  color: #30455C;
}
.left_slider .chat_visit .visit_us .visit_left p {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  letter-spacing: 0%;
  color: #426287;
}
.left_slider .chat_visit .visit_us .visit_left span {
  display: flex;
  gap: 4px;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  letter-spacing: 0%;
  color: #30455C;
}
.left_slider .chat_visit .visit_us .visit_left span svg {
  width: 16px;
  height: 16px;
}
.left_slider .chat_visit .visit_us .social_circle ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.left_slider .chat_visit .visit_us .social_circle ul li {
  list-style: none;
}
.left_slider .chat_visit .visit_us .social_circle ul li a {
  background: #1F2937;
  width: 32px;
  height: 32px;
  gap: 10px;
  display: flex;
  padding: 8px;
  border-radius: 999px;
}
.left_slider .chat_visit .visit_us .social_circle ul li a svg {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.left_slider .our_partner {
  width: 100%;
  max-width: 500px;
  background-color: #e4e7e9;
  z-index: 999;
  /* Custom navigation icons */
}
@media (max-width: 1200px) {
  .left_slider .our_partner {
    max-width: 400px;
  }
}
@media (max-width: 800px) {
  .left_slider .our_partner {
    max-width: 350px;
  }
}
@media (max-width: 700px) {
  .left_slider .our_partner {
    display: none;
  }
}
.left_slider .our_partner .banner_image figure {
  margin: 0;
}
.left_slider .our_partner .banner_image figure img {
  height: 415px;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  margin: auto;
}
.left_slider .our_partner .owl-carousel {
  margin: 0;
  padding: 0;
}
.left_slider .our_partner .custom-nav-icons {
  position: absolute;
  bottom: 0%;
  right: 0%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 1;
}
.left_slider .our_partner .custom-nav-icon {
  font-size: 24px;
  color: #2142d4;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
}
.left_slider .our_partner .customer-logos .slide {
  text-align: center;
}
.left_slider .our_partner .customer-logos .slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.right_part {
  height: 100vh;
  overflow-y: scroll;
}

/* our partner end */
.trash_view {
  padding: 0;
  display: flex;
  gap: 12px;
  margin: 0;
}
.trash_view img {
  width: 24px;
  height: 24px;
}
.trash_view svg {
  width: 16px;
  height: 16px;
}
.trash_view li {
  list-style: none;
  font-size: 22.5px;
}
.trash_view li a img {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 1500px) {
  .trash_view li a img {
    width: 14px;
    height: 14px;
  }
}
.trash_view li a.vission_trash {
  color: #494f55;
}
.trash_view li a.trash_only {
  color: #ff2b2b;
}

.notification {
  background: #fff;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid #e4e7e9;
}
.notification .reminder {
  padding: 12px;
}
.notification h6 {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  color: #2C3C4E;
}
.notification .nav-pills .nav-item .nav-link {
  padding: 8px 12px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.3px;
  color: #2C3C4E;
}
.notification .nav-pills .nav-item .nav-link.active {
  border-bottom: 1px solid #7799B9;
}
.notification .notification_list ul {
  padding: 12px;
}
.notification .notification_list ul li {
  display: grid;
  grid-template-columns: 20px auto;
  grid-gap: 10px;
  border-bottom: 1px solid #EAEEF4;
  padding: 8px 0;
}
.notification .notification_list ul li img {
  width: 20px;
  height: 20px;
}
.notification .notification_list ul li .noti_des {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.notification .notification_list ul li .noti_des h6 {
  font-family: Inter;
  color: #2C3C4E;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.3px;
}
.notification .notification_list ul li .noti_des p {
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #426287;
  margin: 0;
}

.addministration_section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media only screen and (max-width: 1400px) {
  .addministration_section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .addministration_section {
    grid-template-columns: repeat(1, 1fr);
  }
}
.addministration_section .administrator {
  padding: 20px;
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.addministration_section .administrator .admini_main_div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.addministration_section .administrator .admini_title {
  display: grid;
  gap: 10px;
}
.addministration_section .administrator .admini_title h5 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
@media (max-width: 1500px) {
  .addministration_section .administrator .admini_title h5 {
    font-size: 18px;
    line-height: 17px;
  }
}
.addministration_section .administrator p,
.addministration_section .administrator ul li {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
@media (max-width: 1500px) {
  .addministration_section .administrator p,
  .addministration_section .administrator ul li {
    font-size: 14px;
  }
}
.addministration_section .administrator ul {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
}
.addministration_section .administrator ul li {
  list-style: none;
}
.addministration_section .administrator ul li img {
  width: 20px;
  height: 20px;
}
.addministration_section .administrator #list-container {
  max-height: 140px;
  overflow: auto;
  transition: max-height 0.3s ease-out;
}
.addministration_section .administrator #list-container.expanded {
  max-height: none;
}
.addministration_section .administrator .tags {
  float: left;
}
.addministration_section .administrator .tags a {
  padding: 10px 16px;
  border-radius: 30px;
  background-color: #e4e7e9;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
  display: inline-block;
  margin: 5px;
}

.table_row {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 10px;
}
@media (max-width: 1680px) {
  .table_row {
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 1250px) {
  .table_row {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media (max-width: 780px) {
  .table_row {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media (max-width: 740px) {
  .table_row {
    grid-template-columns: 1fr;
  }
}
.table_row .administrator {
  padding: 20px;
  border-radius: 12px;
  background-color: #fff;
}
.table_row .administrator h5 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
@media (max-width: 1500px) {
  .table_row .administrator h5 {
    font-size: 16px;
    line-height: 17px;
  }
}
.table_row .administrator p,
.table_row .administrator ul li {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
@media (max-width: 1500px) {
  .table_row .administrator p,
  .table_row .administrator ul li {
    font-size: 14px;
  }
}
.table_row .administrator ul {
  padding: 0;
}
.table_row .administrator ul li {
  padding: 5px 0;
  list-style: none;
}
.table_row .administrator ul li img {
  width: 20px;
  height: 20px;
}
.table_row .administrator .ad_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table_row .administrator .ad_detail .tags {
  float: left;
  margin: 0 0 10px 0;
}
.table_row .administrator .ad_detail .tags a {
  padding: 10px 16px;
  border-radius: 30px;
  background-color: #e4e7e9;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
  display: inline-block;
  margin: 5px;
}
@media (max-width: 1500px) {
  .table_row .administrator .ad_detail .tags a {
    padding: 6px 8px;
    font-size: 12px;
  }
}
.table_row .table {
  margin: 0 !important;
}

.add_resource_form form .add_cancel {
  float: inline-end;
  display: flex;
  gap: 8px;
}
@media (max-width: 500px) {
  .add_resource_form form .add_cancel {
    float: none;
    text-align: center;
  }
}
.add_resource_form form .add_cancel .cancel {
  padding: 12px 16px;
  border-radius: 30px;
  color: #1f4de5;
  background-color: #fff;
}
@media (max-width: 600px) {
  .add_resource_form form .add_cancel .cancel {
    padding: 6px 10px;
    font-size: 14px;
  }
}
.add_resource_form form .add_cancel .add_new {
  padding: 12px 16px;
  border-radius: 12px;
  background-color: #1f4de5;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 600px) {
  .add_resource_form form .add_cancel .add_new {
    padding: 6px 10px;
    font-size: 14px;
  }
}
.add_resource_form form .add_cancel .cancel_delete {
  margin: 8px 0 0 0;
  padding: 12px 16px;
  border-radius: 12px;
  color: #2C3C4E;
  background-color: #F5F7FA;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 600px) {
  .add_resource_form form .add_cancel .cancel_delete {
    padding: 6px 10px;
    font-size: 14px;
    margin: 0 5px 10px 0;
  }
}
.add_resource_form form .form-check-inline {
  margin: 0 10px 0 0;
}
.add_resource_form form .form-check-inline label {
  padding: 0;
}
.add_resource_form form .form-check-inline input.form-check-input {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #656565;
  padding: 0;
}
.add_resource_form form textarea {
  padding: 12px 16px !important;
  border-radius: 12px !important;
  border: 1px solid #efefef !important;
}
.add_resource_form form .select2-container {
  margin: 8px 0 0 !important;
}
.add_resource_form form .select2-container textarea {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none;
}
.add_resource_form form .select2-container textarea:focus {
  border: none !important;
}
.add_resource_form form .select2-selection {
  padding: 12px 16px;
}
.add_resource_form.update_role {
  padding: 0;
}
@media (max-width: 600px) {
  .add_resource_form.update_role {
    padding: 0px 30px 70px 30px;
  }
}
.add_resource_form.update_role .user_permission {
  font-size: 20px;
}
.add_resource_form.update_role .use_permission_devide {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
  border-bottom: 1px solid #e4e7e9;
  align-items: center;
  padding: 20px 0 10px;
}
@media (max-width: 600px) {
  .add_resource_form.update_role .use_permission_devide {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.add_resource_form.update_role .use_permission_devide .use_left {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  color: #656565;
}

.use_right {
  padding: 0;
  display: flex;
}
.use_right .user_devide {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e4e7e9;
  padding: 12px 0;
}
@media (max-width: 800px) {
  .use_right .user_devide {
    display: grid;
    grid-template-columns: auto 200px;
  }
}
.use_right .user_devide .select_title {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
.use_right .user_devide .select_title a {
  color: #656565;
}
.use_right .user_devide .select_title_com {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
.use_right .user_devide .select_title_com input {
  margin: 0 !important;
}
.use_right .user_devide .select_title_com a {
  color: #656565;
}
.use_right .form-check-inline {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}
.use_right .form-check-inline .form-check-input {
  margin: 0;
}

.left_right {
  display: grid;
  grid-template-columns: 500px auto;
}
@media (max-width: 1200px) {
  .left_right {
    grid-template-columns: 400px auto;
  }
}
@media (max-width: 800px) {
  .left_right {
    grid-template-columns: 350px auto;
  }
}
@media (max-width: 700px) {
  .left_right {
    grid-template-columns: 1fr;
  }
}
.left_right .our_partner .owl-dots {
  margin: auto;
  text-align: center;
  position: absolute;
  bottom: 0%;
}
.left_right .our_partner .owl-nav {
  display: none;
}
.left_right .our_partner .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #818181;
  border-radius: 4px;
  transition: 0.3s linear;
}
.left_right .our_partner .owl-dots .owl-dot.active {
  background: linear-gradient(45deg, #1f4de5 0, #1f4de5 100%);
}

.circular-progress {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circular-progress .inner-circle {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #ECFDF8;
}
.circular-progress .percentage {
  position: relative;
  font-size: 20px;
  color: #04bf00;
  margin: 0;
}

.button-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin: 8px 0 0 0;
}
@media (max-width: 40em) {
  .button-wrap {
    margin-top: -1.5em;
  }
}
.button-wrap .button-label {
  text-align: center;
  border: 1px solid #efefef;
  padding: 12px 16px;
  cursor: pointer;
  color: #7c7c7c;
  border-radius: 8px;
  background: #fff;
  transition: 0.3s;
}
.button-wrap .button-label h1 {
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.button-wrap .button-label:checked + .button-label {
  background: #eff5ff;
  color: #1f4de5;
}
@media (max-width: 40em) {
  .button-wrap .button-label {
    padding: 0em 1em 3px;
    margin: 0.25em;
  }
}
.button-wrap #registered:checked + .button-label,
.button-wrap #notregistered:checked + .button-label {
  background: #eff5ff;
  color: #1f4de5;
}
.button-wrap .hidden {
  display: none;
}

.table_section .enter_business {
  margin: 0 0 40px 0;
}
.table_section .enter_business .row {
  align-items: self-end;
}
.table_section .enter_business .signup_btn {
  background-color: #F5F7FA;
  color: #2C3C4E;
  text-align: center;
  font-family: Inter;
  font-size: 13.975px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.962px;
  padding: 12px 20px;
  border-radius: 8px;
  width: 100%;
}
.table_section .above_table {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 24px 0;
}
.table_section .above_table .right_table_search {
  display: flex;
  justify-content: space-between;
  grid-gap: 15px;
  align-items: center;
}
.table_section .above_table .right_table_search input.search_here {
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #efefef;
}
@media screen and (max-width: 600px) {
  .table_section .above_table .right_table_search input.search_here {
    padding: 7px 8px;
  }
}
.table_section .table img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.table_section .table thead tr th {
  font-family: Inter;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: #656565;
}
.table_section .table tbody tr td {
  padding: 12px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  color: #656565;
}
.table_section .table tbody tr td .btn-secondary:focus {
  box-shadow: none;
}
.table_section .table tbody tr td .dropdown-menu {
  min-width: 7rem;
  box-shadow: 0px 15px 30px 0px rgba(62, 19, 77, 0.0901960784);
  border-radius: 8px;
  border: none;
}
.table_section .table tbody tr td .dropdown-menu .dropdown-item {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.table_section .table tbody tr td .dropdown-menu .dropdown-item.secondary {
  color: #656565;
}
.table_section .table tbody tr td .dropdown-menu .dropdown-item.accept {
  color: #1f4de5;
}
.table_section .table tbody tr td .dropdown-menu .dropdown-item.reject {
  color: #DE2424;
}
.table_section .table tbody tr td .dropdown-menu .dropdown-item.edit_here {
  color: #04bf00;
}
.table_section .table tbody tr td .btn_status {
  padding: 5px 45px 5px 45px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  border-radius: 25px;
}
.table_section .table tbody tr td .btn_status.sucess {
  background-color: #ECFDF8;
  color: #059669;
}
.table_section .table tbody tr td .btn_status.reject {
  background-color: #FEF2F2;
  color: #DE2424;
}
@media (max-width: 1600px) {
  .table_section .table tbody tr td .btn_status {
    padding: 5px 18px;
    font-size: 12px;
    line-height: 20px;
  }
}
.table_section .table tbody tr td .dropstart .dropdown-toggle::before {
  display: none;
}
.table_section .table tbody tr td .dropdown-menu {
  min-width: 7rem;
  box-shadow: 0px 15px 30px 0px rgba(62, 19, 77, 0.0901960784);
  border-radius: 8px;
  border: none;
}
.table_section .table tbody tr td button {
  color: #000;
  background: #fff;
  border: none;
  font-size: 24px;
  padding: 0;
}

.pagination_main {
  display: flex;
  justify-content: space-between;
}
.pagination_main .pagination li {
  margin: 2px;
}
.pagination_main .pagination li a {
  border-radius: 4px;
  border: 1px solid #656565;
  font-size: 12px;
  color: #656565;
  background: transparent;
  text-align: center;
}
.pagination_main .hint-text {
  font-family: inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #656565;
}
.pagination_main .hint-text b {
  color: #1f4de5;
}

.general_info h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
  color: #494f55;
}
.general_info .general_info_devide {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #efefef;
  background: #fff;
  display: grid;
  gap: 24px;
}
.general_info .general_info_devide .general_info_both {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-gap: 24px;
  align-items: center;
}
@media (max-width: 992px) {
  .general_info .general_info_devide .general_info_both {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.general_info .general_info_devide .general_info_both .general_info_right .manage_check_box {
  display: flex;
  gap: 12px;
  align-items: center;
}
.general_info .general_info_devide .general_info_both .general_info_right .manage_check_box .form-check-inline {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
}
.general_info .general_info_devide .general_info_both .general_info_right .vertical_form_check_info {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.general_info .general_info_devide .general_info_both .general_info_right .vertical_form_check_info .form-check-inline {
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
.general_info .general_info_devide .single_check_alone .form-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.general_info .general_info_devide .add_cancel {
  float: none;
  text-align: end;
}

.anusuchi_reporting_devide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .anusuchi_reporting_devide {
    grid-template-columns: 1fr;
  }
}
.anusuchi_reporting_devide h6 {
  color: #1f4de5;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.safe_transaction {
  display: flex;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #71ff71;
  background-color: #ECFDF8;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1270px) {
  .safe_transaction {
    padding: 10px 5px;
  }
}
@media (max-width: 740px) {
  .safe_transaction {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    padding: 20px;
    grid-gap: 20px;
    text-align: center;
  }
}
.safe_transaction p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #059669;
  margin: 0;
}
@media (max-width: 1270px) {
  .safe_transaction p {
    font-size: 12px;
  }
}
@media (max-width: 740px) {
  .safe_transaction p {
    text-align: center;
  }
}
.safe_transaction a.see_transaction {
  padding: 14px 20px;
  border-radius: 30px;
  background-color: #059669;
  color: #fff;
  text-decoration: none;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 1270px) {
  .safe_transaction a.see_transaction {
    padding: 8px 10px;
    font-size: 11px;
  }
}
@media (max-width: 740px) {
  .safe_transaction a.see_transaction {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: auto;
  }
}
.safe_transaction small span {
  color: #1f4de5;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
}

.name_span {
  background-color: #f5f6f6;
  border-radius: 8px;
  border: 1px solid #f5f6f6;
  height: 44px;
  outline: none;
  box-shadow: none;
  color: #212529;
  margin-top: 8px;
  padding: 10px 0px 0px 20px;
}

.names_span {
  background-color: #f5f6f6;
  border-radius: 8px;
  border: 1px solid #f5f6f6;
  height: 52px;
  outline: none;
  box-shadow: none;
  color: #212529;
  margin-top: 8px;
  padding: 14px 21px 10px 21px;
}

.sidebar .nav-links li.hide_oncollapse:hover,
.sidebar .nav-links li.hide_oncollapse a span strong {
  background-color: transparent !important;
  color: #656565 !important;
  border: none;
  text-decoration: none;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.96px;
}

.sidebar .nav-links li.showMenu:hover,
.sidebar .nav-links li.showMenu1:hover {
  border: none;
}

.save_add_transaction {
  float: none;
  margin: 24px 0 0;
}

.sidebar .nav-links li .icon-link, .sidebar .nav-links li .icon-link,
.sidebar .nav-links li.showMenu .sub-menu li {
  border: 1px solid transparent;
}

.fc-theme-standard td, .fc-theme-standard th {
  border: none !important;
}

.fc-theme-standard td, .fc-theme-standard th {
  border: 1px solid #fff !important;
}

#calendar thead,
#calendar table thead {
  background-color: #ffffff !important;
}

.fc .fc-col-header-cell-cushion {
  color: #7799B9;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 18px;
}

.fc .fc-daygrid-day-top {
  justify-content: center;
}

.fc .fc-daygrid-day-number {
  color: #2C3C4E !important;
}

#calendar .fc-daygrid-day.fc-day-today {
  background: #F5F7FA !important;
  color: #2C3C4E !important;
  border-radius: 12px !important;
  cursor: pointer !important;
}

#calendar {
  border: 1px solid #EAEEF4;
  padding: 4px;
  border-radius: 12px;
}

#calendar table {
  border: none;
}

#calendar .fc-today-button {
  background: #F5F7FA !important;
  padding: 2px !important;
  font-size: 12px;
  gap: 0px;
  border-radius: 8px;
  opacity: 0px;
  color: #656565;
  border: none !important;
  text-transform: capitalize;
}

.select2-container--default .select2-selection--single {
  border-radius: 8px !important;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0 !important;
}

.fc .fc-button-group > .fc-button {
  padding: 2px !important;
  font-size: 12px;
  color: #656565;
  border: 1px solid #eff5ff;
  background: #F5F7FA !important;
  text-transform: capitalize !important;
}

.fc .fc-toolbar-title {
  font-size: 12px;
  color: #656565;
  text-align: center;
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled):hover {
  color: #2C3C4E !important;
  border: 1px solid #fff;
  background: #d1faed !important;
  outline: none;
  box-shadow: none;
  border-color: #fff !important;
}

.fc .fc-button-primary:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none !important;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 2px;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #ECEFF2 !important;
}

.profile_drop_header .dropdown-menu {
  min-width: 100%;
  padding: 8px;
  border-radius: 8px;
}
.profile_drop_header a {
  text-align: left;
  justify-content: left !important;
  display: flex;
  gap: 12px;
}
.profile_drop_header a svg {
  stroke: #656565 !important;
}
.profile_drop_header a svg path {
  stroke: #656565 !important;
}
.profile_drop_header a.dropdown-toggle {
  outline: none;
  gap: 4px;
}
.profile_drop_header a.dropdown-toggle svg {
  width: 16px;
  height: 16px;
  padding: 5px 2px 5px 2px;
}
.profile_drop_header a.dropdown-toggle.btn-secondary:focus {
  box-shadow: none;
}

.compliance_div {
  padding: 24px 0;
}
.nonactive {
  padding: 5px 30px;
  border-radius: 15px;
  background-color: #e4e7e9;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #494f55;
  border: #e4e7e9;
}

.account_header {
  padding: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.verify_token {
  padding: 24px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 0 0 24px 0;
}

.swal2-container.swal2-center > .swal2-popup {
  border-radius: 12px !important;
}

.swal2-actions {
  float: inline-end !important;
}

.swal2-styled.swal2-confirm {
  padding: 12px 16px !important;
  border-radius: 12px !important;
  background-color: #1f4de5 !important;
  color: #fff !important;
  font-family: Inter !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.swal2-styled.swal2-cancel {
  padding: 12px 16px !important;
  border-radius: 12px !important;
  color: #2C3C4E !important;
  background-color: #F5F7FA !important;
  font-family: Inter !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.swal2-title {
  padding: 16px 24px !important;
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid #EAEEF4;
}

.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
  height: 48px !important;
  line-height: 50px !important;
  padding: 28px !important;
}

.swal2-icon.swal2-warning.swal2-icon-show {
  width: 54px !important;
  height: 54px !important;
}

.referal_info .form-select {
  border-radius: 8px;
}

.notification_dropdown .dropdown-menu[data-bs-popper] {
  right: -132px;
  left: auto;
}

.cancel_modal_box .modal-body {
  padding: 48px 24px;
}

.cancel_modal_box .delete_entry {
  padding: 12px 16px 12px 16px;
  gap: 8px;
  border-radius: 12px;
  opacity: 0px;
  border: 1px solid #F60909 !important;
  background-color: #F60909 !important;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
}

.dropstart .dropdown-menu {
  padding: 12px;
}

.dropstart .dropdown-menu li {
  border-bottom: 1px solid #E4E7E9;
}
.dropstart .dropdown-menu li a {
  padding: 8px;
}
.dropstart .dropdown-menu li:last-child {
  border-bottom: none;
}

.pagination_main .pagination nav ul {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.pagination_main .pagination nav ul li .page-link {
  width: 32px;
  height: 32px;
  line-height: normal;
}
.pagination_main .pagination nav ul li.active .page-link {
  background: transparent;
  color: #1f4de5;
}

@media print {
  .printme {
    display: grid;
    gap: 24px;
    margin: 24px;
  }
  .printme .personal_information h6 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #3d3d3d;
  }
  .printme .personal_in {
    padding: 24px 0 0 0;
  }
  .printme .personal_information_list {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    border: 1px solid #efefef;
    padding: 24px;
  }
  .printme .personal_information_list .personal_information_devide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 12px 0;
    align-items: center;
  }
  .printme .personal_information_list .personal_information_devide:first-child {
    padding-top: 0;
  }
  .printprof {
    background-color: rgba(245, 247, 250, 0.4);
    border: 1px solid #EAEEF4;
    padding: 24px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 72px 0 0 0;
  }
  .printprof .referal_first {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .printprof .referal_first .referal_right .repost_request img {
    width: 24px;
    height: 24px;
  }
  .printprof .referal_first .page_name {
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #2C3C4E;
  }
  .printprof .referal_first .breadcrumb {
    margin: 4px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  .printprof .referal_first .breadcrumb li {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #2C3C4E;
  }
  .printprof .referal_first .breadcrumb li a {
    color: #7799B9;
    text-decoration: none;
  }
  .printprof .referal_first .go_back_btn .go_back img {
    width: 44px;
    height: 44px;
  }
  .printprof .referal_first .profile {
    padding: 12px 20px;
    text-align: center;
    border-radius: 12px;
    display: flex;
    align-items: center;
    grid-gap: 24px;
  }
  .printprof .referal_first .profile .right_vari {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
  }
  .printprof .referal_first .profile .start_name {
    font-size: 54px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0em;
    text-align: center;
    margin: auto;
    color: #1f4de5;
    background-color: #eff5ff;
    width: 150px;
    height: 150px;
    padding-top: 33px;
    border-radius: 50%;
    border: 8px solid #dce7fd;
  }
  .printprof .referal_first .profile .varified {
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px;
    border-radius: 30px;
    background: #1f4de5;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: -22px auto 11px auto;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .printprof .referal_first .profile .varified img {
    width: 20px;
    height: 20px;
  }
  .printprof .referal_first .profile .profile_name {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: capitalize;
    color: #426287;
  }
  .printprof .referal_first .profile .email_id {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #426287;
  }
  .printprof .referal_first .profile .my_position {
    padding: 12px 16px;
    border-radius: 30px;
    background: #eff5ff;
    font-size: 14px;
    font-weight: 400;
    width: -moz-max-content;
    width: max-content;
  }
  .printprof .referal_first .profile .my_position .position {
    color: #1f4de5;
    text-align: center;
    text-decoration: none;
  }
  .printprof .referal_first .logout {
    padding: 12px 16px;
    border-radius: 30px;
    background: #FEF2F2;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
  }
  .printprof .referal_first .logout a {
    color: #DE2424;
    text-align: center;
    text-decoration: none;
  }
  .blog_studymaterials ul {
    border-bottom: 1px solid #e4e7e9;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .blog_studymaterials ul .nav-pills .nav-link.active, .blog_studymaterials ul .blog_studymaterials .nav-pills .show > .nav-link {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #2142d4;
    background: transparent;
    border-bottom: 2px solid #2142d4;
    border-radius: 0px;
    padding: 12px;
  }
  .blog_studymaterials .user_information {
    background-color: #fff;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #e4e7e9;
  }
  .blog_studymaterials .user_information .name_for_name:first-child {
    padding-top: 0;
  }
  .blog_studymaterials .user_information .name_for_name {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #e4e7e9;
  }
  .blog_studymaterials .user_information .name_for_name .name {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #494f55;
  }
  .blog_studymaterials .user_information .name_for_name .name_des {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #656565;
  }
  .blog_studymaterials .user_information .name_for_name .name_des .btn.greeny_btn {
    border-radius: 12px;
    background: #ECFDF8 !important;
    padding: 5px 30px !important;
    gap: 10px;
    color: #059669;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .blog_studymaterials .user_information .name_for_name .name_des .btn.light_pending_btn {
    border-radius: 12px;
    background: #fff5c5 !important;
    padding: 5px 30px !important;
    gap: 10px;
    color: #ffa500;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .blog_studymaterials .user_information .name_for_name .name_des .btn.red_btn {
    border-radius: 12px;
    background: #FEF2F2 !important;
    padding: 5px 30px !important;
    gap: 10px;
    color: #DE2424;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .fiscal_download {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
  }
  .fiscal_download .fiscal_year {
    display: flex;
    align-items: baseline;
    grid-gap: 12px;
    width: 100%;
  }
  .fiscal_download .fiscal_year select {
    border-radius: 30px;
    border: 1px solid #efefef;
    background-color: #fff;
    color: #656565;
    font-weight: 400;
    font-size: 16px;
    line-height: 16.94px;
    padding: 12px 16px;
  }
  .fiscal_download .fiscal_year .search {
    font-weight: 400;
    font-size: 16px;
    line-height: 16.94px;
    padding: 12px 16px;
    border-radius: 30px;
    border: 1px solid #eff5ff;
    background-color: #eff5ff;
    color: #1f4de5;
  }
}
.middle_div_section {
  overflow-y: auto;
  height: 100vh;
}

.faq_help_and_supp {
  overflow-y: auto;
  height: 100vh;
  padding: 24px;
  gap: 24px;
  border-radius: 16px;
  border: 1px solid #D0DBE7;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq_help_and_supp .faq_start {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq_help_and_supp h6 {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20.3px;
  letter-spacing: 0%;
  color: #2C3C4E;
}
.faq_help_and_supp .accordion-body {
  background: #F5F7FA;
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 17.4px;
  letter-spacing: 0%;
  color: #2C3C4E;
}
.faq_help_and_supp h3 {
  font-family: Inter;
  font-weight: 500;
  font-size: 24px;
  line-height: 34.8px;
  letter-spacing: 0%;
  color: #2C3C4E;
}
.faq_help_and_supp .accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq_help_and_supp .accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid #EAEEF4;
}
.faq_help_and_supp .accordion-button {
  padding: 8px 12px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #2C3C4E;
  background-color: white;
  font-weight: bold;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq_help_and_supp .accordion-button:focus {
  box-shadow: none;
}
.faq_help_and_supp .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #2C3C4E;
  border-radius: 0;
}
.faq_help_and_supp .accordion-button::after {
  content: "+"; /* Plus sign */
  font-size: 1.2rem;
  transition: transform 0.3s ease-in-out;
  background-image: none;
}
.faq_help_and_supp .accordion-button:not(.collapsed)::after {
  content: "−"; /* Minus sign */
  background-image: none;
}

.bordertable {
  border: 1px solid #cdd2d4;
  padding: 12px;
  border-radius: 12px;
}/*# sourceMappingURL=style.css.map */
