* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  line-height: 1.4;
}
s body {
  overflow-x: hidden;
  color: #475467;
  background: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
}
/* Reset Css here */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #9b9c9d;
  margin: 1em 0;
  padding: 0;
}
.menu_divider hr {
  display: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #1B74E8;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* GLOBAL CSS  */
.auth_form_button {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 10px 18px;
}
.show_all_time {
  display: block !important;
}
.p-2 {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #697077; 
}
.p-3 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #667085;
  padding: 0 !important;
}
h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #101828;
}
h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  color: #101828;
}
h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1d2939;
}
.al-btn-1 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 28px 11px 28px;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
}
.al-btn-2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 10px 7px 10px;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
}
.al-alert-btn {
  padding: 9px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 4px;
}
.al-alert-red {
  border: 1px solid #fda29b;
  color: #f04438;
  background: #fffbfa;
}
.al-alert-info {
  background: #fffcf5;
  border: 1px solid #fec84b;
  color: #f79009;
}
.al-alert-dark {
  background: #fcfcfd;
  border: 1px solid #d0d5dd;
  color: #667085;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
  background: #fff;
}
.tooltip_img {
  cursor: pointer;
}
/* ==  */
/* OVERRIGHT BOOTSTRAP CSS  */
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #fda29b;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #fda29b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-content {
  margin-top: 0;
  padding-top: 0;
}
.auth_single_input .form-control {
  color: #21272A;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 10px 14px;
  border-color: #E2E4E8;
}
.auth_single_input .form-control::placeholder {
  color: #949BA2;
}
.form-control:focus {
  border-color: #d0d5dd;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #21272A;
}
.invalid-feedback {
  color: #475467;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
  color: #f04438;
}

.btn-primary {
  color: #fff;
  background-color: #4783f2;
  border-color: #4783f2;
}
.btn-primary:hover,
.btn-primary.hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-primary.focus,
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #4783f2;
  border-color: #4783f2;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  border: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #97c8ff;
  border-color: transparent;
  pointer-events: none;
  opacity: 0.65;
}

.btn.btn-outline-primary {
  border-color: #4783f2;
  color: #4783f2;
}
.btn-outline-primary.hover,
.btn-outline-primary:hover {
  color: #4783f2;
  background-color: #f2f9ff;
  border-color: #4783f2;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #98a2b3;
  background-color: #f2f4f7;
  border-color: #d0d5dd;
}
.btn.btn-outline-primary.focus,
.btn.btn-outline-primary:focus {
  background-color: #f2f9ff;
  /* box-shadow: 0px 0px 0px 2px #bfddff, 0px 1px 2px rgba(16, 24, 40, 0.05); */
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #1d2939;
  border-color: #1d2939;
}
.btn-dark.hover,
.btn-dark:hover {
  color: #fff;
  background-color: #344054;
  border-color: #344054;
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #98a2b3;
  border-color: #98a2b3;
}
.btn-dark.focus,
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #344054;
  border-color: #344054;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn.al-btn-text {
  color: #4783f2;
}
.btn.al-btn-text.hover,
.btn.al-btn-text:hover {
  color: #425fcb;
}
.btn.al-btn-text.disabled,
.btn.al-btn-text:disabled {
  color: #98a2b3;
}
.al-btn-text:focus + .al-btn-text,
.al-btn-text:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-light {
  color: #344054 !important;
  background: #fff;
  border-color: #d0d5dd;
}
.al-btn-1 i {
  font-size: 13px;
  margin-right: 4px;
}
.alert {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: none;
  border-radius: 10px;
}
.alert-danger {
  background-color: rgb(240, 68, 56, 0.1);
  border-color: #f5c2c7;
}
.no_side_icon {
  background-image: none !important;
}
.card {
  background: #ffffff;
  border: 1px solid #eaecf0;
  -webkit-box-shadow: 0px 1px 10px rgba(16, 24, 40, 0.02);
  box-shadow: 0px 1px 10px rgba(16, 24, 40, 0.02);
  border-radius: 8px;
  padding: 20px;
}
.form-select {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #344054;
  border-radius: 8px;
}
.form-control {
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #667085;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ==  */
/* Header css  */
header {
  padding: 20px 30px;
}
.al_logo_area img {
  height: 100%;
}
/* auth form area  */
.auth_area_container_title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0 0 40px;
}
.auth_area_container_title_text {
  font-family: Inter;
  font-weight: 500;
  font-size: 23px;
  line-height: 34px;
  letter-spacing: 0%;
}
.auth_area_container_title_icon {
  width: 40px;
  height: 40px;
  background-color: #E4E7ED;
  border-radius: 50%;
  display: inline-block;
}
.auth_area_container {
  background: no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.al_form_area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 56px;
  padding: 40px 98px;
}
.auth_info {
  color: white;
  max-width: 592px;
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 56px;
  height: min-content;
  align-self: center;
  font-family: "Inter", sans-serif;
}
.auth_form_logo {
  display: none;
  margin: 0 auto;
  max-width: max-content;
  margin-bottom: 40px;
}
.auth_form_container {
  flex: 1 0 0;
  max-width: 592px;
  align-self: center;
}
.auth_form {
  border-radius: 8px;
  background-color: white;
  padding: 56px;
  justify-items: center;
}
.auth_info_title_container {
  margin-bottom: 32px;
}
.auth_info_title_text {
  color: white;
  max-width: 448px;
}
.auth_info_features_list {
  display: inline-flex;
  gap: 24px;
  flex-direction: column;
}
.auth_info_feature_item {
  display: inline-flex;
  gap: 16px;
  justify-content: flex-start;
}
.auth_info_feature_item span {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
.auth_info_rating_container {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;

  color: white;
  appearance: none;
  font-weight: 700;
  font-size: 17px;
}
.auth_info_rating_container:hover {
  color: white;
}
@media not all and (min-width: 1200px) { 
  .auth_info {
    display: none;
  }
  .auth_form_logo {
    display: block;
  }
  .al_form_area {
    padding: 24px 20px;
  }
}
@media screen and (width < 1200px) {
  .auth_info {
    display: none;
  }
  .auth_form_logo {
    display: block;
  }
  .al_form_area {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 767px) { 
  .auth_form {
    padding: 20px;
  }
}
@media screen and (width < 767px) {
  .auth_form {
    padding: 20px;
  }
}

.al_form_title {
  text-align: center;
  margin-bottom: 15px;
}
.al_form_title h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  text-align: center;
  color: #21272A;
}
.al_form_title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: #697077;
  margin-bottom: 32px;
}

.auth_single_input {
  margin: 12px 0;
}
.auth_single_input:last-child {
  margin: 20px 0 0 0;
}
.google_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 10px;
}
.form-check ~ a {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;  
  color: #1B74E8;
}
.aggre_label {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #697077;
}

.form-check-input.is-invalid ~ .form-check-label a,
.was-validated .form-check-input:invalid ~ .form-check-label a {
  color: #f21e1ee0;
  font-weight: bolder;
}
.alert_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.al_ContMSg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.alert_close_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  cursor: pointer;
}
.al_ContMSg img {
  margin-right: 6px;
}

.back_to_login {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #697077;
}
.back_to_login img,
.back_to_login i {
  margin-right: 8px;
}
.title_icon {
  margin-bottom: 25px;
}
.logo_icon {
  display: none;
}

/* ST SIDE BAR CSS  */
.page_header {
  padding: 0;
}
.side_bar {
  position: fixed;
  left: 0;
  top: 0;
  padding: 10px;
  padding-top: 20px;
  padding-left: 20px;
  border-right: 1px solid #eaecf0;
  height: 100%;
  width: 100%;
  max-width: 312px;
  background: #fff;
  z-index: 999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.side_bar_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: calc(100% - 70px);
  overflow-x: hidden;
  overflow-y: scroll;
}
.side_bar_menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  padding: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 6px;
  margin: 3px 0;
  position: relative;
}
.minimal_side_bar:not(.active).menu_group_title {
  display: block;
  text-align: center;
}
.offcanvas-start {
  width: 266px;
}
.minimal_side_bar .side_bar {
  max-width: 104px;
}
@media{
  .minimal_side_bar.sidebar-active .sidebar-backdrop {
    opacity: 1;
    visibility: visible;
  }
  .minimal_side_bar.sidebar-active .overlay {
    display: block; /* Show the overlay when sidebar is active */
  }}
.side_bar_menu ul li a.active,
.side_bar_menu ul li a:hover {
  background: #f2f9ff;
  color: #4783f2;
}
.menu-icon path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.side_bar_menu ul li a.active .menu-icon path,
.side_bar_menu ul li a:hover .menu-icon path {
  stroke: #4783f2;
}
.menu_group_title {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #98a2b3;
  padding: 10px 10px 0 10px;
  display: inline-block;
}
.site_logo {
  margin-bottom: 10px;
}
/* top bar  */
.page_top_bar {
  border-bottom: 1px solid #eaecf0;
  width: 100%;
  max-width: calc(100% - 313px);
  margin-left: auto;
  padding: 10px 15px;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 900;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  max-height: 120px;
}
.top_bar_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 3px;
  overflow: hidden;
}
/* // page card css  */
.card.empty-card {
  width: 100%;
  height: 100%;
  min-height: 332px;
}
.widget_title {
  margin-bottom: 25px;
}
.widget_blank_msg {
  text-align: center;
  width: 100%;
  margin-top: 65px;
}
/* // widget filter css  */
.single_dashboard_widget {
  margin-bottom: 30px;
}
.widget_filter_gird ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05));
  filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05));
}

.widget_filter_gird ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 15px;
  border: 1px solid #d0d5dd;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-right-width: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.widget_filter_gird ul li a.active .menu-icon path,
.widget_filter_gird ul li a:hover .menu-icon path {
  stroke: #4783f2;
}
.widget_filter_gird ul li:first-child a {
  border-radius: 8px 0 0 8px;
}

.widget_filter_gird ul li:last-child a {
  border-radius: 0px 8px 8px 0;
  border-right-width: 1px;
}
.widget_filter_gird ul li a.active,
.widget_filter_gird ul li a:hover {
  background-color: #f2f9ff;
  color: #4783f2;
}
.widget_title_with_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.table_card {
  padding: 0;
}
.table.al_table_desing_1 {
  margin: 0;
}
.table.al_table_desing_1 thead {
  background: #f9fafb;
}
.table.al_table_desing_1 td,
.table.al_table_desing_1 th {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #667085;
  padding: 12px;
  border-color: #eaecf0;
}
.al_table_desing_1 td {
  padding: 20px 12px !important;
}
.table_last td {
  border-width: 0;
}
.table.al_table_desing_1 > :not(:first-child) {
  border-top: none;
}
.table.al_table_desing_1 thead tr th {
  font-size: 12px;
}
/* flip Piker over right  */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  color: #1d2939;
  border-color: #569ff7;
  border: none;
  background: #ebf2ff;
}
/* // apex chart over right  */
.apexcharts-title-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
}
/* // Proxy setup page css  */
.dashboard__area,
.proxy_setupArea {
  padding-top: 30px;
  padding-left: 24px;
}
.proxy_setupArea-title {
  padding-bottom: 14px;
}
.widget_title h2 {
  font-size: 18px;
}
.single_group_input {
  padding: 18px 0;
  border-bottom: 1px solid #eaecf0;
}
.single_group_input h1 {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 11px;
  -moz-column-gap: 11px;
  column-gap: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.al_switch_area {
  background: #fffcf5;
  border: 1px solid #fec84b;
  border-radius: 8px;
  padding: 10px 10px 0 10px;
}
.al_switch_area .form-switch .form-check-input {
  height: 22px;
  width: 45px;
  margin-right: 10px;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.al_switch_area .form-switch .form-check-input:checked {
  background-color: #12b76a;
}
.al_switch_area .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.al_switch_area .form-check-input {
  background-color: #d0d5dd;
  border: none;
}
.al_switch_area.switch_on {
  background: #f6fef9;
  border: 1px solid #6ce9a6;
}
.al_switch_area.switch_on .form-label {
  color: #054f31;
}
.proxy_end_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 5px;
}
.proxy_end_point label {
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.proxy_end_point .btn-outline-light:hover {
  color: #000;
  background-color: transparent;
  border-color: #4783f2;
}
.export-button {
  width: 100%;
  font-size: 14px;
  max-width: 100px;
  cursor: pointer;
}
.genarate_proxy_link {
  margin-top: 20px;
  height: 90%
}
.genarate_proxy_link p {
  font-family: "Roboto Mono", monospace;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #344054;
}
.copy_clip_without_input {
  position: relative;
}
.copy_clip_only_value {
  position: relative;
}
.tip {
  position: absolute;
  left: -10px;
  top: -33px;
  background: #000;
  border-radius: 3px;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
}
.tip::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  bottom: -3px;
  left: 40%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.proxy_end_card {
  height: 115%;
  min-height: 504px;
}
.al_input_with_icon {
  position: relative;
}
.input_icon {
  position: absolute;
  right: 15px;
  top: 22%;
}
.al_input_with_icon input {
  padding-right: 40px !important;
  background-image: none !important;
}

.togglePassword {
  cursor: pointer;
}
.buttons_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 15px;
  margin-bottom: 15px;
}
.al_single_button p {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
}
/* password validation css  */
.auth_single_input {
  position: relative;
}
.wrong .fa-check {
  display: none;
}

.good .fa-times {
  display: none;
}

.password-alert {
  position: absolute;
  right: -110%;
  top: 0;
}
.password-alert::after {
  position: absolute;
  content: "";
  left: -10px;
  top: 40%;
  background: #fff3cd;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.password-alert.alert-success::after {
  background: #d1e7dd;
}

/* Buy Package page css  */
.no-top-bar {
  margin-top: 0;
}
.al_trail_package_msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f2f9ff;
  border: 1px solid #4783f2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  border-radius: 8px;
  padding: 12px 10px;
}
.tail_msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
}
.trail_msg span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #344054;
}
.trail_msg p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #667085;
}
.package_title {
  text-align: center;
}
.package_buttons_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 6px;
  background: #f9fafb;
  border: 1px solid #f2f4f7;
  border-radius: 8px;
  margin: 24px auto;
  height: 52px;
  width: 100%;
  max-width: 260px;
  gap: 8px;
}
.with_three_button {
  max-width: 360px;
}
.btn.btn-pkg {
  display: inline-block;
  padding: 10px 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #667085;
  border-radius: 6px;
  height: 40px;
  max-width: 110px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  max-width: 120px;
}
#active_pkg{
  background: #475467;
  -webkit-box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1),
    0px 1px 2px rgba(16, 24, 40, 0.06);
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1),
    0px 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 6px;
  color: #fff;
}
.package_title_msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.package_title_msg span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 4px;
  color: #667085;
}

.package_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  mix-blend-mode: normal;
  border: 1px solid #eaecf0;
  min-width: 212px;
  text-align: center;
}
.package_items.package_item_title {
  border: none;
  text-align: left;
  min-width: 250px;
}
.p-even {
  background: #f9fafb;
  /* background: #d0d5db; trail */
}
.package_items span {
  padding: 0 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #667085;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.package_items.package_item_title span {
  /* padding: 21px 20px; */
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
  margin-bottom: 0.2px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.package_item_sub_title {
  padding-top: 40px;
}
.package_item_btn {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #4783f2;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 13px 0 !important;
  margin: 40px auto;
}
.package_item_sub_title p {
  color: #667085;
}
.package_price {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #1d2939;
  margin: 8px 0;
}
.package_category {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #1d2939;
}

.package_items.most_popular {
  mix-blend-mode: normal;
  /* box-shadow: 1px 1px 20px 15px rgba(16, 24, 40, 0.08); */
  -webkit-box-shadow: 0px 7px 16px -4px rgba(16, 24, 40, 0.06);
  box-shadow: 0px 7px 16px -4px rgba(16, 24, 40, 0.06);
  background: #fff;
  position: relative;
  -webkit-transform: scalex(1.1);
  -ms-transform: scalex(1.1);
  transform: scalex(1.1);
}
.package_items.most_popular::after {
  position: absolute;
  content: "";
  top: -30px;
  left: 0;
  width: 100%;
  height: 45px;
  background: #fff;
  border: 1px solid #eaecf0;
  -webkit-box-shadow: 0px 7px 120px 14px rgba(16, 24, 40, 0.06);
  box-shadow: 0px 7px 120px 14px rgba(16, 24, 40, 0.06);
  border-bottom: none;
}
.package_items.most_popular::before {
  position: absolute;
  top: -42px;
  left: 25%;
  content: "Most Popular";
  z-index: 9;
  text-align: center;
  width: 110px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4783f2;
  background: #f2f9ff;
  border: 1px solid #4783f2;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  /* max-width: 127px; */
  padding: 10px 0;
}
.package_items.current_plan {
  mix-blend-mode: normal;
  /* box-shadow: 1px 1px 20px 15px rgba(16, 24, 40, 0.08); */
  -webkit-box-shadow: 0px 7px 16px -4px rgba(16, 24, 40, 0.06);
  box-shadow: 0px 7px 16px -4px rgba(16, 24, 40, 0.06);
  background: #fff;
  position: relative;
}
.package_items.current_plan::before {
  position: absolute;
  top: -22px;
  left: 25%;
  content: "Current Plan";
  z-index: 9;
  text-align: center;
  width: 110px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4783f2;
  background: #f2f9ff;
  border: 1px solid #4783f2;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  /* max-width: 127px; */
  padding: 10px 0;
}
.package_body {
  padding: 70px 0;
  padding-bottom: 0;
}

.package_body_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  align-content: center;
}
.package_items:first-child span {
  border-radius: 8px 0 0 8px;
}

.package_items:last-child span {
  border-radius: 0 8px 8px 0;
}
.package_changer_switcher {
  display: none;
}
.package_changer_switcher.active {
  display: block;
}
.package_changer_switcher .package_body_wrapper {
  -webkit-transform: translateX(180px);
  -ms-transform: translateX(180px);
  transform: translateX(180px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.package_changer_switcher.active .package_body_wrapper {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.buy_package_wrapper {
  padding-top: 30px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.plan_include.card {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.we_accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 10px;
  margin: 40px 0;
}
.we_accept h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #344054;
}
.single_plan_include p {
  color: #1d2939;
  margin: 5px 0;
}
.single_plan_include.al_dl_fles {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contac_support_msg {
  text-align: center;
  padding: 10px 0;
  margin-top: 15px;
}
.contac_support_msg p {
  color: #344054;
}
/* checkout page css  */
.checkout_card {
  background: #ffffff;
  -webkit-box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-radius: 4px;
  padding: 25px;
}
.checkout_from_content h4 {
  color: #1D2939;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
}

/* Farrukh CSS starts here */
.account-type-navs{
  margin: 16px 0;
  gap: 24px;
}
.nav-pills .nav-link.active, .nav-pills .nav-link{
  background-color: #fff;
  color: #344054;
  padding: 0;
}
.checkout_from_content h2 {
  color: #1D2939;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 24px;
}
.account-type{
  display: flex;
  gap: 10px;
  align-items: center;
}
.account-type h5{
  color: #1D2939;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.form-check label:hover{
  cursor: pointer;
}
.continue-button:hover{
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.individual-org{
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 16px;
}
.form-check-input:focus{
  box-shadow: none;
}


.countries-wrapper p {
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 10px;
}
.countries-wrapper .dropdown dd, .dropdown dt, .dropdown ul {
	margin: 0px;
	padding: 0px;
}
.countries-wrapper .dropdown dd ul li a span:first-child, .dropdown dt a span span:first-child {
	background-image: url('https://i.imgur.com/OQiDoZe.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 11px;
	display: inline-block;
	margin:5px;
	vertical-align: top;
}
.countries-wrapper .dropdown dt a span {
	cursor: pointer;
	display: block;
	padding: 5px;
	white-space: nowrap;
  display: flex;
  align-items: center;
}
.countries-wrapper .dropdown dt a span span:nth-child(1){
  padding-right: 20px !important;
}
.countries-wrapper .dropdown dt a span span:nth-child(2){
  padding-left: 10px;
  border-left: 1px solid #D0D5DD;
}
.countries-wrapper .dropdown dt a img {
	position: relative;
	z-index: 1;
}
.countries-wrapper .dropdown dt a span span:first-child:before {
	position: absolute;
	content: '';
	width: 15px;
	height: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
}
.countries-wrapper .dropdown dt a span span {
	display: inline-block;
	padding: 0;
}
.countries-wrapper .dropdown dt a span span:nth-child(3){
  display: none;
}
.countries-wrapper .dropdown dt a span span:first-child {
	padding: 0;
}
.countries-wrapper .dropdown dd {
	position: relative;
}
.countries-wrapper .dropdown a, .dropdown a{
  display: flex;
  align-items: center;
  gap: 5px;
  color: #344054;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.countries-wrapper .dropdown a, .dropdown a:visited {
	color: #4a535f;
	text-decoration: none;
	outline: none;
}
.countries-wrapper .dropdown a span:nth-child(3){
  display: none;
}
.countries-wrapper .dropdown a:hover {
	color: #5d4617;
}
.countries-wrapper .dropdown dt a:hover, .dropdown dt a:focus {
	color: #5d4617;
}
.countries-wrapper .dropdown dt a {
  color: #344054;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
	position: relative;
	background: #e3e6ef;
	display: flex;
  align-items: center;
	padding-right: 20px;
  padding-left: 5px;
	overflow: hidden;
	width:100%;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.countries-wrapper .dropdown dt a:after {
	content: url(../img/caret-down.svg);
	position: absolute;
  top: 58%;
  transform: translateY(-50%);
  right: 14px;
}
.countries-wrapper .dropdown dd ul {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	background: #fff;
	color: #C5C0B0;
	display: none;
	left: 0px;
  right: 0;
	padding: 15px 0;
	position: absolute;
  width: 100%;
	list-style: none;
	max-height: 300px;
	overflow-y: scroll;
	top:10px;
	z-index: 2;
}
.countries-wrapper .dropdown dd ul li{
  padding: 10px;
  position: relative;
}
.countries-wrapper .dropdown dd ul li:hover{
  background: #F2F4F7;
}
.countries-wrapper .dropdown dd ul li:hover:after{
  content: url(../img/blue-check.svg);
  display: block;
  position: absolute;
  top: 60%;
  right: 10px;
  transform: translateY(-50%);
}
.vat-addition{
  padding: 20px 0;
  border-bottom: 1px solid #EAECF0;
  border-top: 1px solid #EAECF0;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.vat-subtotal{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vat-subtotal h6, .vat-subtotal b{
  color: #667085;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.vat-subtotal h6 b{
  font-weight: 600;
}
.vat-subtotal div{
  display: flex;
  gap: 5px;
  align-items: center;
}
.organization-input-field {
  margin-bottom: 16px;
}
.organization-input-field label{
  color: #344054;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
}
.organization-input-field .form-control{
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  width: 100%;
  color: #667085;
  height: 44px;
}
.organization-input-field .form-control::placeholder{
  color: #667085;
}
.continue-button{
  padding: 10px 16px;
  border-radius: 8px;
  background: #4783F2;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  width: 100%;
  border: none;
  margin-top: 24px;
}
.account-details-org h3{
  color: #1D2939;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.account-details-org h3 b{
  font-weight: 600;
}
.account-details-org p{
  color: #1D2939;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.account-details-org small{
  color: #667085;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}
.account-details-org a{
  color: #4783F2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 16px;
  display: inline-block;
}
.account-details-org a:hover{
  color: #0b5ed7;
}
.tooltip-inner {
  border-radius: 8px;
  background: #1D2939;
  text-align: left;
  border-radius: 8px;
  padding: 8px 12px;
  max-width: 267px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
#sticky {
  width: 100%;
}

#sticky.stick {
  position: fixed;
  top: 81px;
  z-index: 10000;
  border-radius: 0 0 0.5em 0.5em;
  max-width: 636px;
}


/* Farrukh CSS ends here */

.mb-1 {
  margin-bottom: 10px;
}
.plan {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.plan_left_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}
.radio_un_checked {
  display: block;
}
.radio_checked {
  display: none;
}
.plan input[type="radio"]:checked + .plan-content {
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  background: #ffffff;
  border: 1px solid #4783f2;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05),
    0px 0px 0px 4px #f2f9ff;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #f2f9ff;
  border-radius: 8px;
}
.plan input[type="radio"]:checked + .plan-content .radio_checked {
  display: block;
}
.plan input[type="radio"]:checked + .plan-content .radio_un_checked {
  display: none;
}
.plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
  width: 100%;
  background: #ffffff;
  border: 1px solid #d0d5dd;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
}

.plan-details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.plan-details p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
}

.btn.al_submit_payment {
  width: 100%;
}
.nb_text {
  color: #667085;
  margin-bottom: 20px;
}
.package_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px 0 24px 0;
}
.package_details p {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #667085;
}
.apply-coupon-btn{
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #4783F2;
  margin-top: 20px;
  margin-bottom: 20px;
}
.enter-coupon{
  display: none;
  padding-bottom: 24px;
}
.enter-coupon  small{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #F04438;
  display: none;
}
.enter-coupon .form-control{
  width: 100%;
  height: 44px;
  color: #667085;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 20px;
}
.enter-coupon .apply-btn{
  height: 44px;
  padding: 0px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #4783F2;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4783F2;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 20px;
}
.apply-btn:disabled,
.apply-btn[disabled]{
  border: 1px solid #D0D5DD;
  background-color: #F2F4F7;
  color: #98A2B3;
}
.coupon-tag-wrap{
  padding-bottom: 20px;
  display: none;
  padding-top: 20px;
}
.coupon-tag-wrap .coupon-top-row{
  display: flex;
  justify-content: space-between;
}
.coupon-tag-wrap .coupon-top-row .coupon-tag{
  display: flex;
  align-items: center;
  padding: 4px 8px 4px 10px;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
}
.coupon-tag:hover .close-icon-cross{
  filter: invert(52%) sepia(37%) saturate(4897%) hue-rotate(201deg) brightness(96%) contrast(98%);
}
.coupon-tag-wrap .coupon-top-row .coupon-tag p{
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #1D2939;
  font-weight: bold;
  padding: 0 10px 0 4px;
}
.coupon-top-row h5{
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #667085;
}
.coupon-tag-wrap small{
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #667085;
  margin-top: 5px;
}
.package_details h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #1d2939;
}
.package_details h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #1d2939;
}
.package_total_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid #EAECF0;
}
.package_total_price h4 {
  margin: 0;
}

/* profile page css  */
.profile_section h3 {
  margin-bottom: 15px;
}
.form_title {
  padding: 16px 0;
}
.inputs_gaps {
  margin: 10px 0;
}
.profile_section .input_icon {
  top: 15%;
}

.al_success_message {
  background: #f6fef9;
  border: 1px solid #6ce9a6;
  border-radius: 8px;
  width: 100%;
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  gap: 10px;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
/* Invoice page css  */
.invoice_section h3 {
  margin-bottom: 20px;
}
.al_icon_with_hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.al_icon_with_hover:hover svg path {
  stroke: #4783f2;
}
.badge {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  border-radius: 16px;
}
.badge_dots {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 3px;
}

.badge-primary {
  color: #027a48;
  background: #ecfdf3;
}
.badge-primary .badge_dots {
  background: #12b76a;
}
.badge-info {
  color: #b54708;
  background: #fffaeb;
}
.badge-info .badge_dots {
  background: #b54708;
}
.badge-danger {
  color: #b42318;
  background: #fef3f2;
}
.badge-danger .badge_dots {
  background: #b42318;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #667085;
  border: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 8px;
  padding: 13px 20px;
  border-radius: 8px;
}
.page-item.active .page-link,
.page-link:hover {
  background: #f9fafb;
  color: #1d2939;
}
.page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.pagination_wrapper {
  padding: 5px 10px;
  position: relative;
}
.pagination_center {
  position: absolute;
  max-width: 150px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* 404 page css  */
.al_not_found_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: calc(100vh - 90px);
}
.not_found_content_wrapper {
  text-align: center;
}
.not_found_content_wrapper h1 {
  font-weight: 500;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1d2939;
}
.not_found_content_wrapper p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #667085;
  margin: 25px 0;
}
.apexcharts-text {
  fill: #667085 !important;
}
.tools_tips_icon:hover path {
  stroke: #4783f2;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f9fafb;
  opacity: 1;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.genareate_proxy_text_area {
  border: none;
  height: 100%;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  min-height: 370px;
  white-space: pre;
}
/* overright select2 css  */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 8px;
}
.select2-container .select2-selection--single {
  height: 38px;
  padding-top: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  position: absolute;
  background-image: url(../img/icon/sele2-chevron.svg);
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 16px !important;
  width: 16px !important;
  margin: auto !important;
  top: 14px !important;
  left: -6px !important;
  background-repeat: no-repeat !important;
}
.select2-container--default .select2-results__option--selected {
  background-color: #f9fafb;
  color: #344054;
  position: relative;
}
.select2-container--default .select2-results__option--selected:after {
  position: absolute;
  content: "";
  background-image: url(../img/icon/i-check-primary.svg);
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 16px !important;
  width: 16px !important;
  margin: auto !important;
  top: 14px !important;
  right: 14px !important;
  background-repeat: no-repeat !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f9fafb;
  color: #344054;
}

.select2-dropdown {
  -webkit-box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
          box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  border-radius: 8px;
  border-color: #F2F4F7;
}

.select2-results__options::-webkit-scrollbar {
  scrollbar-width: thin;
  width: 8px;
  height: 4px;
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: unset;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #EAECF0;
  border-radius: 8px;
}

.select2-search__field {
  padding: 9px 14px !important;
  border-radius: 8px;
  border-color: #D0D5DD !important;
  outline: none !important;
}

.select2-results__option,
.select2-search {
  padding: 10px 14px !important;
}

/*.select2-container {*/
/*  width: 100% !important;*/
/*}*/
/* Hide scrollbar for Chrome, Safari and Opera */
.side_bar_menu::-webkit-scrollbar {
  display: none;
}



.hidden {
    display: none;
}

.fs-14 {
  font-size: 14px;
}

.fw-500 {
  font-weight: 500;
}

.mb-10 {
  margin-bottom: 10px;
}

.input-group .input-group-text:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

textarea:focus {
  outline: none;
}

.form-check-inline {
  margin-bottom: 0;
}

.form-check-input:checked[type=radio] {
  background-color: transparent;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='1.6' fill='rgb(71 131 242)'/></svg>");
}

.dashboard_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.dashboard-export-button {
  width: 100%;
  max-width: 100px;
  min-height: 47px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.new_badge {
  display: inline-flex;
  box-sizing: border-box;
  max-height: 22px;
  min-width: fit-content;
  background-color: #4783F2;
  color: #fff;
  margin-left: auto;
  padding: 0 6px;
  align-items: center;
  border-radius: 16px;
  border: solid 1px #4783F2;
}

.new_badge_caption {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: auto;
}
