@font-face {
  font-family: "SF-Pro-Display-Regular";
  src: url("../fonts/SF-Pro-Display-Regular.otf") format("truetype");
}
@font-face {
  font-family: "SF-Pro-Display-Medium";
  src: url("../fonts/SF-Pro-Display-Medium.otf") format("truetype");
}
@font-face {
  font-family: "SF-Pro-Display-Bold";
  src: url("../fonts/SF-Pro-Display-Bold.otf") format("truetype");
}
@font-face {
  font-family: "SF-Pro-Display-Semibold";
  src: url("../fonts/SF-Pro-Display-Semibold.otf") format("truetype");
}

/* === variables* === */
:root {
  /*colors*/
  --primary-color: #00b9f5;
  --secondary-color: #242424;
  --tertiary-color: #3b3b3b;
  --text-color-light: #9ca9bb;
  --common-text-p: #252424;
  --dark-color: #000;
  --light-color: #fff;
  --light-gray-p: #909090;
  --green-color: #2f9800;
  --green-color-p: #31a47b;
  --dark-gray: #d9e0e6;
  --sidemenu-bg: #f6f8fa;
  --sidemenu-bg-hover: #343434;
  --reject-color: #ff453a;
  /*font*/
  --regular-font: "SF-Pro-Display-Regular";
  --medium-font: "SF-Pro-Display-Medium";
  --semibold-font: "SF-Pro-Display-Semibold";
  --bold-font: "SF-Pro-Display-Bold";

  --font-default: "SF-Pro-Display-Regular";

  /*size*/
  --primary-btn-size: 150px;
  --primary-btn-padding: 8px 15px;

  /* a */
  --a-colour: #2d99eb;
  --description-box: #f3f7fa;
  --border-color: #d9d9d9;
  --bd-successfuly: #d3eedf;
}

/* ==== base properties ==== */

*,
::before,
::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--dark-color);
  background-color: #f3f7fa !important;
  font: 16px var(--regular-font);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  font-family: var(--regular-font);
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}
html body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-group {
  display: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
tr a {
  color: #00b9f5;
}
tr a:hover {
  color: #00b9f5;
  text-decoration: underline;
}
a,
a:active,
a:hover {
  text-decoration: none;
}

input {
  outline: none;
}
input[type="file"] {
  display: none;
}

textarea {
  outline: none;
  width: 90%;
  height: 150px;
  padding: 20px;
  border: var(--border-color) 1px solid;
  border-radius: 4px;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active {
  transition: all 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #6d8499;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.error {
  display: none;
  color: red;
  font-size: 14px;
  margin: 6px 0;
}
.pagination {
  justify-content: flex-end;
}
.padz {
  padding: 0px !important;
}

.top_p_color {
  color: #6c7a86;
  font: 14px/20px var(--bold-font);
  margin-bottom: 12px;
}
.common-p {
  color: var(--common-text-p);
  font: 16px/25px var(--regular-font);
}

label {
  margin: 0px;
}
.custom-label {
  font-size: 13px;
  color: #c1c1c1;
}
.text-center {
  text-align: center !important;
}
/* ======== common elements ======== */
.sidebar-link > svg {
  vertical-align: middle;
  width: 24px;
}
.sidebar-link.active-sidemenu {
  border-left: 5px solid #ac6bec;
  background-color: #f6f8fa;
}
.violetline {
  border-color: #ac6bec;
}
.greenline {
  border-color: #24b47e !important;
}
.donor_list {
  border-color: #35aa59 !important;
}
.blocked_userList {
  border-color: #ec6c86 !important;
}
.manage_campgin {
  border-color: #a2845e !important;
}
.campaign_request {
  border-color: #30b0c7 !important;
}
.completed_campaign {
  border-color: #4bc966 !important;
}
.pot_list {
  border-color: #45a3eb !important;
}
.manage_volunteer_list {
  border-color: #ec926b !important;
}
.block_campaign {
  border-color: #ec6c86 !important;
}
.volunteer_request {
  border-color: #9b8dc1 !important;
}
.beneficiaries {
  border-color: #6bb5ec !important;
}
.campaign_donation {
  border-color: #4185ff !important;
}
.pot_donation {
  border-color: #eab945 !important;
}
.blocked_volunteer_request {
  border-color: #ec6c86 !important;
}
.user_role-list {
  border-color: #fc6600 !important;
}
/* .violetline {
  border-color: #7a69dd !important;
}
.blueline {
  border-color: blue !important;
}
.roseline {
  border-color: mistyrose !important;
} */
.sidebar-link.active-sidemenu span {
  color: var(--dark-color);
  font-family: var(--semibold-font);
}
.enable-icon-fill,
.enable-icon-stroke {
  transition: 0.3s;
}
.sidebar-link.active-sidemenu .enable-icon-fill,
.sidebar-menu li:hover .enable-icon-fill {
  fill: var(--primary-color);
}
.sidebar-link.active-sidemenu .enable-icon-stroke,
.sidebar-menu li:hover .enable-icon-stroke {
  stroke: var(--primary-color);
}

.project-head {
  font: 16px var(--medium-font);
  color: #6c8498;
  text-align: center;
  text-transform: uppercase;
  padding: 24px 15px;
  margin: 0 auto;
  display: block;
}
.cred-list {
  float: left;
  margin: 5px 20px;
}

/*buttons*/
.primary-btn {
  display: inline-block;
  min-width: var(--primary-btn-size);
  height: 40px;
  padding: var(--primary-btn-padding);
  font: 16px var(--semibold-font);
  color: var(--light-color);
  background: var(--primary-color);
  border: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
}
.sec-btn {
  min-width: var(--primary-btn-size);
  height: 40px;
  padding: var(--primary-btn-padding);
  font: 16px var(--semibold-font);
  color: var(--light-gray-p);
  background: transparent;
  border: 1px solid var(--light-gray-p);
  border-radius: 4px;
  cursor: pointer;
  outline: none;
}
.transparent-btn {
  height: 40px;
  padding: var(--primary-btn-padding);
  background: transparent;
  border: none;
  outline: none;
}

.dwnld-btn {
  min-width: var(--primary-btn-size);
  padding: var(--primary-btn-padding);
  font: 16px var(--regular-font);
  color: var(--light-color);
  background: var(--tertiary-color);
  border: 1px solid var(--tertiary-color);
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}
.gen-btn {
  margin-top: 20px;
  cursor: pointer;
}
.status-btn {
  min-width: 50px;
  padding: 5px 10px;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 4px;
}
.status-active {
  color: #30eb47;
}
.status-inactive {
  color: #ff2c1d;
}

/*download as button dropdown*/
#dwnldas-dropdown,
#uploadas-dropdown {
  display: inline-block;
  position: relative;
}
#dwnldMenu,
#dwnldMenu2 {
  display: none;
  position: absolute;
  top: 54px;
  left: 0;
  min-width: 0px;
  border-radius: 4px;
  background-color: var(--tertiary-color);
  z-index: 100;
  animation-name: drop-fadein;
  animation-duration: 0.2s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}
#dwnldas-dropdown .dwnld-btn span,
#uploadas-dropdown .dwnld-btn span {
  margin-left: 10px;
}
#dwnldas-dropdown #dwnldMenu span,
#uploadas-dropdown #dwnldMenu2 span {
  display: block;
  padding: 10px 12px;
  font-size: 16px;
  color: var(--light-color);
  text-decoration: none;
}
#dwnldMenu span:hover,
#dwnldMenu2 span:hover {
  background-color: #2f2f2f;
}
#dwnld-drop,
#upld-drop {
  display: none;
}
.dwnld-btn img {
  transition: 0.3s;
}
#dwnld-drop:checked ~ label img {
  transform: rotate(-180deg);
}
#dwnld-drop:checked ~ #dwnldMenu {
  display: block;
  min-width: 120px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}
#upld-drop:checked ~ #dwnldMenu2 {
  display: block;
  min-width: 120px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}
@keyframes drop-fadein {
  from {
    opacity: 0;
    top: 54px;
  }
  to {
    opacity: 1;
    top: 61px;
  }
}

/*reset-logout dropdown*/
.dropdown-logout .dropdown-menu {
  background-color: var(--light-color);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  padding: 0;
}
.dropdown-logout .dropdown-menu .dropdown-item {
  color: #000;
  display: block;
  padding: 10px 10px 10px 15px;
}
.dropdown-logout .dropdown-menu .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.16);
}

.eye_icon {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #9daebd;
  z-index: 9999;
  cursor: pointer;
}

/* ======= links ======= */
.blue-link {
  color: #00b9f5;
  text-decoration: none;
  margin-right: 10px;
}

.red-link {
  color: #ec464d;
  text-decoration: none;
}
.red-link:hover {
  color: #ec464dc7;
}

/* ======= side-bar =======*/

#sidebar-toggle {
  display: none;
}

.side-togglebar {
  display: none;
  cursor: pointer;
}
.side-togglebar img {
  width: 25px;
}
.sidebar {
  height: 100%;
  width: 300px;
  position: fixed;
  left: 0;
  top: 85px;
  z-index: 100;
  background: var(--light-color);
  overflow-y: auto;
  transition: width 500ms;
  border-right: 1px solid var(--dark-gray);
}

.sidebar-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
  padding: 0 16px;
  margin: 10px 0;
  display: none;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}

.sidebar-header h3 {
  margin-bottom: 8px;
}
.side-head {
  margin-top: 0;
}
.side-head span {
  font: 16px var(--side-head-font);
  color: var(--side-head-color);
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.sidebar-header label {
  margin: 0;
}
.sidebar-menu {
  white-space: nowrap;
  max-height: 75%;
  overflow-y: scroll;
}
.sidebar-menu img {
  width: 30px;
}

.sidebar-menu ul li {
  height: 60px;
  transition: 0.3s;
}

.sidebar-menu li:hover {
  background-color: #2f2f2f;
  transform: scale(0.9);
}
.sidebar-menu a {
  display: block;
  color: var(--light-gray);
  font: 16px/25px var(--semibold-font);
  line-height: 50px;
  padding: 5px 16px;
  background-color: #fff;
}
.sidebar-menu a:hover {
  text-decoration: none;
  color: var(--sidemenu-bg-hover);
}
.sidebar-menu a span:last-child {
  padding-left: 20px;
  transition: 0.3s;
  vertical-align: middle;
}

#sidebar-toggle:checked ~ .sidebar {
  width: 50px;
}

#sidebar-toggle:checked ~ .sidebar .sidebar-header h3 span,
#sidebar-toggle:checked ~ .sidebar li span:last-child {
  display: none;
}

#sidebar-toggle:checked ~ .sidebar .sidebar-header,
#sidebar-toggle:checked ~ .sidebar li {
  display: flex;
}

#sidebar-toggle:checked ~ .sidebar .sidebar-header img {
  transform: rotate(180deg);
}

#sidebar-toggle:checked ~ .main-content {
  margin-left: 60px;
}

#sidebar-toggle:checked ~ .main-content header {
  left: 60px;
  width: calc(100% - 60px);
}

/*collapsible*/
/*.content {
  padding: 0 4px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: var(--side-menu-active-bg);
}
*/

/*remove scrollbar*/
::-webkit-scrollbar {
  display: none;
} /* Safari */
::-moz-scrollbars {
  display: none;
}
 ::-o-scrollbar {
  display: none;
} /* opera */
 ::-google-ms-scrollbar {
  display: none;
}
 ::-khtml-scrollbar {
  display: none;
}

/* ======= dash board main content ======= */

.hidden {
  display: none !important;
}
.back-drop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  z-index: 105;
}
.main-contents {
  margin-left: 300px;
  position: relative;
  top: 80px;
  padding: 32px 20px 30px;
  color: var(--dark-color);
  transition: 0.3s;
}
.header_container {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0px;
  padding: 20px;
  /* border-bottom: 1px solid #DDECEF; */
}
.header-details {
  margin: 16px 30px;
}
.header_main {
  display: inline-block;
  font: 24px var(--medium-font);
  margin: 0;
  color: #000;
  padding-bottom: 8px;
}
.header-details p {
  color: #9daabb;
}
.code-name {
  font-family: var(--semibold-font);
  color: var(--text-color-light);
  vertical-align: middle;
}
.table_count {
  color: var(--text-color-light);
  margin: 0px;
}
.table_count span {
  margin-right: 5px;
}
.employee-msg-container {
  margin-bottom: 25px;
}
.emply-img {
  border-radius: 50%;
}
.sorting_1 a {
  color: #11b8f4 !important;
}

/*input-fields*/
.Category-select {
  min-width: 200px;
  height: 40px;
  padding: 8px;
  border-radius: 3px;
  outline: none;
  border: none;
  border-bottom: 1px solid var(--text-color-light);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: url(../assets_new/svg/Down_arrow_icon.svg) transparent no-repeat
    calc(100% - 10px);
  color: #fff;
  margin-right: 20px;
}
.input__box {
  position: relative;
  /* height: 50px; */
  min-width: 170px;
  margin-bottom: 16px;
  padding: 14px 18px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.input_datebox {
  background: url(../assets_new/calendar.svg) transparent no-repeat
    calc(100% - 10px);
  max-width: 150px;
  height: unset;
  padding: 10px 0 10px 18px;
  cursor: pointer;
}
.input_datebox input {
  cursor: pointer;
  height: 100%;
}
.modal_input-container {
  width: 50%;
  margin: 0 auto;
}
.modal_input-container .input__box:not(:last-child) {
  margin-bottom: 32px;
}
.form__input,
.form__select {
  width: 100%;
  color: #000;
  outline: none;
  border: none;
  background: none;
  font: 15px var(--regular-font);
  z-index: 1;
}

.form__label {
  position: absolute;
  padding: 2px 8px;
  background-color: #fff;
  top: -10px;
  left: 10px;
  color: #a5a5a5;
  font-size: 13px;
  transition: 0.3s;
  z-index: 1;
}

/* input focus label */

/*.form__input:focus + .form__label {
  top: -10px;
  left: 10px;
  font-size: 14px;
  background: #fff;
  color: var(--text-color-light);
  z-index: 10;
  padding: 0px 3px;
}

.form__input:not(:placeholder-shown).form__input:not(:focus) + .form__label {
  top: -10px;
  left: 10px;
  z-index: 10;
  background: #fff;
  padding: 0px 3px;
  font-size: 14px;
}*/
.input__textarea {
  height: auto;
}
.input__textarea textarea {
  height: auto;
}
.back {
  margin-right: 10px;
  cursor: pointer;
}
.return-container img {
  cursor: pointer;
}
/*data table*/
/*remove container-fluid in tables*/
#table_data_wrapper {
  padding: 0;
}

/* datepicker style */
.arriving-input-set {
  position: relative;
}
.bg-date {
  background-image: url(../assets_new/calendar.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 9px;
  padding: 0;
  position: relative;
  right: 0;
  border-right: 1px solid #cec9c9;
  cursor: pointer;
  width: 46px;
  /* height: 34px; */
  text-align: center;
}

.arriving-input-set label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: -0.38px;
  white-space: nowrap;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 3px;
}
.arriving-input-set .bg-date {
  margin-bottom: 0;
}
.date-con {
  position: relative;
  width: calc(100% - 46px + 10px);
  padding-left: 10px;
}
.b-input {
  letter-spacing: -0.47px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 15px;
  width: 100%;
  border: none;
  border-radius: 0px;
  padding: 0px;
  background-color: transparent;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.arriving-input-set:nth-child(3) {
  width: 12%;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 170px !important;
  line-height: 1;
  border: 1px solid #dbdbdb;
  border-radius: 9px;
  padding: 4px 0;
}

/* ======= popups ======= */

.modal-content {
  background-color: var(--light-color) !important;
  padding: 20px 24px;
  border-radius: 12px;
}
.modal-header {
  /*align-self: center;*/
  justify-content: center !important;
  align-items: center;
  border: none !important;
  font: 20px var(--bold-font);
}
.modal-header h2 {
  font: 24px var(--semibold-font);
  letter-spacing: -0.75px;
  color: #000000;
}
.modal-footer {
  border: none !important;
}
.modal-footer .cancel-btn {
  font: 16px var(--semibold-font);
  width: 130px;
  height: 40px;
  background-color: transparent;
  color: var(--primary-color);
  border: none;
  outline: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px;
}
.modal-footer .cancel-btn:hover {
  color: #fff;
  background-color: #00b9f5;
}
.modal-footer .create-btn {
  font: 16px var(--semibold-font);
  width: 130px;
  height: 40px;
  border: 1px solid #00b9f5;
  border-radius: 2px;
  background-color: #00b9f5;
  color: #fff;
  outline: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-footer .create-btn:hover {
  color: #00b9f5;
  background-color: transparent;
}
.modal_btn {
  padding: 10px 12px;
  border: none;
  border-radius: none;
  background: none;
  font-family: var(--bold-font);
}
.cancel_modal_btn {
  color: #a5a8a9;
}
.creat_modal_btn {
  color: var(--primary-color);
}
.delete_modal_btn {
  color: #cd403f;
}
.label-text {
  font: 14px var(--opensan-regular-font);
  letter-spacing: -0.4375px;
  color: #b1c0cd;
  margin: 0px;
  padding-bottom: 5px;
}
.radio-btn-form {
  display: flex;
  align-items: center;
}
.ratio-btn-selecter {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  border: 1px solid #dfe0e1;
  cursor: pointer;
  position: relative;
}
.radio-btn {
  display: none;
}
.ratio-label {
  font: 16px var(--regular-font);
  letter-spacing: -0.5px;
  color: #000;
  padding-left: 5px;
}
.radio-btn:checked + label {
  border: 1px solid #00bfff;
}
.radio-btn:checked + label:after {
  content: "";
  transition: all 0.5s;
  background-color: #00bfff;
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 50%;
}

/* ===== Checkbox ===== */

.user_popup_checkbox {
  display: none;
}
.user_popup_checkbox_label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font: 16px var(--regular-font);
  color: #585858;
}
.user_popup_checkbox_label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--tertiary-color);
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0 -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 7px;
  display: inline-block;
  position: relative;
  top: 1px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 3px;
}
.checkbox_container input:checked + .user_popup_checkbox_label:after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox_container input:checked + .user_popup_checkbox_label:before {
  background-color: #ffc61e;
  border: 2px solid #ffc61e;
}

.full-height {
  min-height: 100vh;
  border-radius: 10px;
  border: 1px solid #deecef;
}

.brad-4 {
  border-radius: 4px;
}
.paginate_button {
  font: 14px var(--regular-font);
}

.custom-table tbody tr button {
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  outline: none;
  border: none;
  font-size: 12px;
  font-family: var(--semibold-font);
  min-width: 90px;
  text-transform: uppercase;
}

.custom-table tbody tr .status {
  padding: 4px 10px;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  width: 80px;
}
.custom-table tbody tr .pending,
.custom-table tbody tr .refunded {
  background: #ff9600;
}
.custom-table tbody tr .active {
  background: #1ca940;
}
.custom-table tbody tr .rejected {
  background: rgb(232, 53, 53);
}

.view_link {
  font: 16px/25px var(--semibold-font);
  color: var(--primary-color);
  margin-right: 20px;
  text-decoration: underline;
}
.delete_link {
  font: 16px var(--semibold-font);
  color: #ff453a;
  text-decoration: underline;
}
.verify_link {
  font: 16px var(--semibold-font);
  color: #ff9600;
  text-decoration: underline;
  padding-left: 12px;
}
.box_form {
  border: 1px solid #ccc !important;
  margin: 0 0 0 10px;
  background: #fff url(../assets/calender.png) no-repeat;
  background-position: 95%;
  background-size: 20px;
  cursor: pointer;
}
.formdield {
  display: flex;
  align-items: center;
}
.tb-btn {
  display: inline-block;
  border: none;
  color: #fff;
  margin: 0;
  padding: 5px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  width: auto;
  text-align: center;
  transition: 0.5s;
}
.voliet {
  background: #9677e9;
}
.greenbtn {
  background: #86be4c;
}
.red {
  background-color: #d96464;
}

/*Employee Style*/
.btn_add {
  background-color: #007bff;
}
.btn_csv {
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  text-align: center;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after {
  display: none;
}

table.dataTable thead .sorting_desc::after {
  display: none;
}

table.dataTable thead .sorting {
  background-image: url(../assets/topbot.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px;
}

table.dataTable thead .sorting_asc {
  background-image: url(../assets/top.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px;
}

table.dataTable thead .sorting_desc {
  background-image: url(../assets/bot.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px;
}

.custom-table tbody tr td a {
  /* color: #11b8f4 !important; */
}

/* Table Select option*/
.table-select.option {
  border: none;
}

.blue_color {
  color: var(--a-colour);
}

/* Dropdown Button */
.dropdown {
  position: relative;
  max-width: 150px;
}
.dropdown__options-filter {
  width: 100%;
  cursor: pointer;
}
label {
  margin: 0px;
}

.dropdown__filter {
  position: relative;
  display: flex;
  transition: 0.3s;
  margin-bottom: 16px;
  /*max-width: 200px;*/
  height: 40px;
  padding: var(--primary-btn-padding);
  font: 16px var(--semibold-font);
  color: var(--primary-color);
  background: var(--light-color);
  border: 1px solid var(--primary-color);
  border-radius: 2px;
  cursor: pointer;
  outline: none !important;
}
.dropdown__select {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 5px;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgb(152 152 152 / 60%);
  transform: scaleY(0);
  transform-origin: top;
  font-weight: 300;
  transition: 0.2s ease-in-out;
  z-index: 10;
}
.dropdown__select-option {
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
  transform: scaleY(1);
}
.dropdown__select-option a {
  color: var(--primary-color);
  padding: 8px 20px;
  background-color: rgb(79, 78, 78);
  border-bottom: 1px solid #d6d6d6;
  transition: 0.3s;
  display: block;
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
  transform: rotate(-135deg);
}
.dropdown__filter::after {
  position: relative;
  top: 32%;
  right: 0px;
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-right: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  transform: rotate(45deg) translateX(-45%);
  transition: 0.2s ease-in-out;
}
.text-center {
  text-align: center;
}
h4.modal-title.text-center {
  width: 100%;
  font: 24px/35px var(--bold-font);
}

.modal-body {
  margin: auto;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.modal-body p {
  text-align: start;
}
.modal-body a {
  color: var(--light-gray);
}

button.btn.btn-danger {
  width: 140px;
  font: 16px/25px var(--opensan-semibold-font);
  margin-right: 40px;
}
button.btn.btn-primary {
  width: 140px;
  font: 16px/25px var(--opensan-semibold-font);
  margin-right: 40px;
  background: var(--primary-color);
  height: 38px;
  border: none;
}
.order-right-content a {
  font: 16px/25px var(--regular-font);
  color: var(--text-color-light);
}
.btn-default {
  background: none;
}

.back_arrow_img_Section {
  width: 100%;
  display: flex;
  align-items: center;
}
.back_arrow_img_Section .backword {
  margin: 24px 20px;
}
.back_arrow_img_Section .header_main {
  color: #0abdf6;
  padding-bottom: 0;
  font: 20px var(--bold-font);
}
.doc-download {
  cursor: pointer;
}
.modal-footer a {
  color: #909090;
  font: 16px var(--semibold-font);
}

.btn-container {
  margin-bottom: 16px;
}
.btn-container button {
  margin-right: 10px;
}

.toggle-btn-box {
  display: flex;
}
.toggle-btn-box > div {
  margin-left: 16px;
}
.toggle-input {
  display: none;
}
.toggle-btn {
  position: relative;
  width: 42px;
  height: 18px;
  border-radius: 24px;
  border: 1px solid #dfdfdf;
  background: #dfdfdf;
}
.toggle-slider {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 1px;
  transition: 0.2s;
}
.toggle-input:checked + .toggle-btn {
  background-color: #0bbbf6;
  border: 1px solid #0bbbf6;
}
.toggle-input:checked + .toggle-btn .toggle-slider {
  left: 23px;
}

.campaign_top_section {
  margin-bottom: 32px;
}
.details-top-section {
  display: flex;
  width: 100%;
  padding-left: 30px;
}
.text-cont {
  padding-top: 24px;
}
.details-top-div {
  display: block;
  width: 200px;
  word-break: break-word;
}
.date p:first-child {
  color: #a5a5a5;
  font-size: 13px;
  margin-bottom: 10px;
}
.date p:nth-child(2) {
  font-size: 16px;
}
.manage_campaign_content {
  padding-top: 40px;
}
.mile-coin {
  width: 20px;
  height: unset;
  margin-right: 8px;
}
.header_btn-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 20px 16px 30px;
}
.header_btn-container > div {
  display: flex;
  gap: 10px;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

@media only screen and (max-width: 1500px) {
  .full-height {
    width: 100%;
    overflow-x: scroll;
  }
}

@media screen and (max-width: 990px) {
  body {
    background: #07b4d2 !important;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    scroll-behavior: inherit;
  }
  body:before {
    content: "Try in a screen with bigger width for best Experience";
    position: absolute;
    top: calc(0% - 10px);
    left: calc(0% - 0px);
    color: #ffff;
    font: 20px/22px var(--font-medium);
    background: #07b4d2;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
}

#loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(../assets_new/Airportzo_Loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 43%;
  background-size: 30%;
}
