:root,
.table-responsive,
.sidebar_height {
  scrollbar-color: #001838 rgba(0, 0, 0, 0.2);
  scrollbar-width: thin;
  border-radius: 10px;
}

html {
  overflow-x: hidden;
}

body {
  color: #001838;
  overflow-x: hidden;
  background-image: url(../../assets/images/main_bg.png);
  background-size: cover;
  /* background-position: center; */
  background-repeat: no-repeat;
  font-family: "Inter", sans-serif;
}

p {
  font-size: 16px;
}

.fw-bolder {
  font-weight: 800 !important;
}

.color_primary {
  color: #001838 !important;
}

.text_secondary {
  color: #683722 !important;
}

.text_pink {
  color: #f85e9f !important;
}

.text_light {
  color: rgb(25, 24, 37, 0.5);
}

.text_justify {
  text-align: justify;
}

.text_small {
  font-size: 14px;
}

.text-danger {
  font-size: 14px;
  color: #f65050 !important;
  margin-top: 3px;
}

.btn_red {
  background-color: #f65050;
  color: #fff;
  border: 1px solid #f65050;
  transition: all ease-in-out 300ms;
  height: 39px;
  display: flex;
  align-items: center;
  width: max-content;
}

.btn_outline_dark {
  color: #001838;
  border: 1px solid #001838;
  transition: all ease-in-out 300ms;
  height: 39px;
  display: flex;
  align-items: center;
  width: max-content;
}

.btn_outline_dark:hover {
  color: #fff;
  background-color: #001838;
  box-shadow: 0px 1px 5px 1px rgb(0, 0, 0, 0.3);
}

.btn_dark {
  background-color: #001838;
  color: #fff;
  border: 1px solid #001838;
  transition: all ease-in-out 300ms;
  height: 39px;
  display: flex;
  align-items: center;
  width: max-content;
}

.btn_dark:hover {
  color: #fff;
  background-color: rgb(0, 24, 56, 0.7);
  box-shadow: 0px 1px 5px 1px rgb(0, 0, 0, 0.3);
}

.btn_white {
  background-color: #fff;
  color: #001838;
  border: 1px solid #fff;
  box-shadow: 0px 2px 10px 3px rgb(0, 0, 0, 0.1);
  transition: all ease-in-out 300ms;
  height: 39px;
  display: flex;
  align-items: center;
  width: fit-content;
}

.btn_white:hover {
  box-shadow: 0px 2px 10px 3px rgb(0, 0, 0, 0.3);
}

.btn_f_size {
  font-size: 14px;
}

.top_nav_link {
  font-size: 15px;
  color: rgb(25, 24, 37, 0.5) !important;
}

.top_nav_link:hover {
  color: #001838 !important;
}

.navbar-toggler-icon {
  width: 1em;
  height: 1em;
}

.top_nav_link.active {
  color: #001838 !important;
  font-weight: bold;
}

.map_bg {
  background-image: url(../../assets/images/map_bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.welcome_img_block {
  height: 350px;
  width: 100%;
  border-radius: 37px;
  position: relative;
}

.welcome_img_block img {
  border-radius: 37px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.destination_card {
  width: 120px;
  height: 200px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgb(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.customer_count_card {
  width: 171px;
  height: 92px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgb(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.destination_card img,
.customer_count_card img {
  height: auto;
  width: auto;
}

.our_mission_img_block {
  height: 350px;
  /* width: 320px; */
  border-radius: 10px 140px 10px 10px;
  overflow: hidden;
  margin-left: auto;
}

.our_mission_img_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service_card {
  border-radius: 32px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 0.1);
}

.service_card_icon {
  width: 64px;
  height: 64px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.newsroom_video_card {
  height: 320px;
  border-radius: 32px;
  overflow: hidden;
}

.subscribe_card {
  border: none;
  border-radius: 20px;
  background-color: rgb(15, 46, 90, 0.25);
  text-align: center;
  position: relative;
}

.subscribe_card_form {
  height: 59px;
  border-radius: 20px;
  overflow: hidden;
}

.subscribe_card_btn {
  width: 240px;
  text-align: center;
  justify-content: center;
}

.footer_nav_link {
  font-size: 14px;
  color: rgb(25, 24, 37, 0.7);
}

.footer_nav_link:hover {
  color: #f85e9f;
}

.about_us_img_rad {
  border-radius: 20px;
  overflow: hidden;
}

.term_goal_card {
  border: none;
  border-radius: 10px;
  box-shadow: 0px 1px 10px 0px rgb(0, 0, 0, 0.15);
  background-color: #fff;
}

.mission_icon_bg {
  height: 80px;
  width: 80px;
  border-radius: 12px;
  background-color: #683722;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.mission_icon_bg img.admin_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.our_mission_bg_img {
  position: relative;
  border-radius: 38px 0px 38px 0px;
  width: 400px;
  height: 400px;
  margin-left: auto;
}

.our_mission_front_img {
  border-radius: 30px 0px 30px 0px;
  border: 7px solid #fff;
  position: absolute;
  bottom: -100px;
  left: -65px;
  width: 300px;
  height: 200px;
  overflow: hidden;
  box-shadow: -2px 1px 7px 0px rgb(0, 24, 56, 0.15);
}

.our_mission_front_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.latest_interview_main {
  position: relative;
  border-radius: 20px;
}

.latest_interview_inner {
  border-radius: 20px;
  overflow: hidden;
}

.latest_interview_main_info {
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px rgb(0, 0, 0, 0.15);
  background-color: #fff;
}

.interview_top_section {
  position: relative;
  height: 180px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

.interview_bottom_section {
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  background-color: #dfdfdf;
  /* background-color: #BDBDBD; */
}

.news_heading {
  border-left: 5px solid #683722;
}

.side_news_img {
  width: 110px;
  height: 110px;
  border-radius: 10px;
  overflow: hidden;
}

.side_news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video_play_btn {
  height: 50px;
  width: 50px;
  border: none;
  border-radius: 50%;
  background-color: rgb(255, 255, 255, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 300ms;
}

.video_play_btn:hover {
  height: 55px;
  width: 55px;
  box-shadow: 0px 1px 4px 0px rgb(0, 0, 0);
}

.video_play_btn_new {
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 50%;
  background-color: rgb(255, 255, 255, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 300ms;
}

.video_play_btn_new:hover {
  height: 45px;
  width: 45px;
  box-shadow: 0px 1px 4px 0px rgb(0, 0, 0);
}

.library_bg {
  background-image: url(../../assets/images/library_hero.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.library_top_imgs {
  border-radius: 10px;
  box-shadow: 0px 15px 30px 0px;
  overflow: hidden;
  max-width: 130px;
}

.channel_profile {
  height: 128px;
  width: 128px;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.channel_profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.recommended_video_top_section {
  position: relative;
  height: 300px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

.reading_card {
  border-radius: 0px;
  box-shadow: 0px 1px 4px 0px rgb(0, 0, 0, 0.15);
  background-color: #fff;
  overflow: hidden;
  height: 100%;
  transition: all ease-in-out 300ms;
}

.reading_card_left {
  width: 140px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 10px 40px 0px rgb(0, 0, 0, 0.2);
}

.reading_card_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slides_card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px rgb(0, 0, 0, 0.15);
}

.pp_list li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #001838;
}

.input_fileds {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  background-color: transparent;
}

.input_fileds:focus {
  border: 2px solid #001838;
  box-shadow: none;
  background-color: transparent;
}

.contact_icon_width {
  width: 50px;
}

.error_div {
  display: none;
  border-radius: 20px;
}

.error {
  font-size: 14px;
  color: #f65050;
  margin-top: 3px;
}

.text_danger {
  color: #f65050;
}

.defiance_card {
  background-color: #fff;
  border: none;
  border-radius: 16px;
  box-shadow: 20px 10px 35px 0px rgb(0, 0, 0, 0.09);
  overflow: hidden;
}

.community_icon_bg {
  height: 78px;
  width: 78px;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
}

a.text-primary:hover {
  text-decoration: underline !important;
}

.limited_description_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.limited_description_3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.limited_description_5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.declaration_bg {
  background-color: #f3c8a2 !important;
}

.digital_sign_btn {
  position: fixed;
  bottom: 48px;
}

.number_count {
  position: fixed;
  top: 48px;
  right: 40px;
}

.sidebar_nav_text {
  font-size: 14px;
  color: #020b31 !important;
  text-align: start;
  padding: 12px 5px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.sidebar_nav_text:hover {
  color: #020b31;
  background-color: rgb(167, 174, 185, 0.2);
  border-radius: 10px;
}

.sidebar_nav_text.active {
  color: #020b31 !important;
  background: rgb(167, 174, 185);
  background: linear-gradient(90deg,
      rgba(167, 174, 185, 1) 0%,
      rgba(252, 244, 239, 1) 100%);
  /* font-weight: bold; */
  border-radius: 10px;
}

.dropzone_main {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: rgba(167, 174, 185, 0.1);
  min-height: 150px;
  display: flow-root;
}

/* .dropzone.dz-drag-hover {
    border: 1px solid #683722 !important;
} */

.dz-message.needsclick img {
  display: block;
  margin: auto;
  /* height: 100px;
    width: 100px !important; */
  margin-bottom: 10px;
  object-fit: cover;
}

.dropzone.dz-started .dz-message {
  /* display: inline-block !important; */
  width: 120px;
  float: right;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  height: 120px;
  margin: 16px;
  transition: 0.2s;
}

.dropzone.dz-started .dz-message span.text {
  display: none;
}

.dropzone.dz-started .dz-message span.plus {
  display: block;
  font-size: 70px;
  color: #aaa;
  line-height: 110px;
}

.admin_inputs {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: rgba(167, 174, 185, 0.1);
}

.admin_inputs:focus {
  border: 1px solid #001838;
  box-shadow: none;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #e0e0e0 !important;
  border-radius: 10px !important;
  background-color: rgba(167, 174, 185, 0.1) !important;
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #aaa;
  line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

.review_title_limit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 40ch;
}

.review_description_limit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 50ch;
}

.limit_text_lines1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.limit_text_lines2 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.swal2-title {
  font-size: 2.2rem !important;
  padding: 1px 0px !important;
}

.swal2-icon {
  margin: 1.5em auto 0.6em !important;
  width: 2em !important;
  height: 2em !important;
}

.swal2-icon .swal2-icon-content {
  font-size: 1.75em !important;
}

::placeholder {
  color: #80808073 !important;
  opacity: 1;
}

.light_green_bg {
  background: rgba(22, 171, 130, 0.1) !important;
}

.light_red_bg {
  background: rgba(189, 0, 0, 0.1) !important;
}

.light_yellow_bg {
  background: rgb(253, 196, 0, 0.1) !important;
}

.product_next_item {
  padding: 16px 12px;
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0px 1px 15px 2px rgb(32, 71, 244, 0.15);
}

.text_success {
  color: #16ab82 !important;
}

.text_danger {
  color: #e70000 !important;
}

.text_warning {
  color: #fdc400 !important;
}


.dashoard_card {
  border: none;
  border-radius: 10px;
  box-shadow: 0px 1px 10px 0px rgb(0, 0, 0, 0.15) inset;
  background: rgb(167, 174, 185, 0.5);
  background: linear-gradient(90deg, rgba(167, 174, 185, 1) 0%, rgba(252, 244, 239, 1) 100%);
}

.dashoard_icon_bg {
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgb(0, 0, 0, 0.15) inset;
  /* background: linear-gradient(90deg,rgba(167, 174, 185, 1) 0%,rgba(252, 244, 239, 1) 100%); */
  height: 60px;
  width: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 3px solid rgb(0, 24, 56, 0.8);
}

[data-tooltip] {
  /* cursor: pointer;
  display: inline-block;
  line-height: 1; */
  position: relative;
}

[data-tooltip]::after {
  /* background-color: rgba(51, 51, 51, 0.9); */
  background-color: #e5e6ee;
  border-radius: 0.3rem;
  /* color: #fff; */
  color: #020b31;
  content: attr(data-tooltip);
  /* font-size: 1rem; */
  /* font-family: "Inter"; */
  font-family: "General Sans";
  font-style: normal;
  font-size: 11px;
  /* font-weight: normal; */
  font-weight: 400;

  /* line-height: 1.15rem; */
  opacity: 0;
  padding: 0.25rem 0.5rem;
  position: absolute;
  text-align: center;
  text-transform: none;
  transition: opacity 0.2s;
  visibility: hidden;
  white-space: nowrap;
  z-index: 1;
}

[data-tooltip].tooltip-top::before {
  border-style: solid;
  border-width: 0.3rem;
  content: "";
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  visibility: hidden;
  /* border-color: rgba(51, 51, 51, 0.9) transparent transparent transparent; */
  border-color: #e5e6ee transparent transparent transparent;
  top: 0;
  left: 50%;
  margin-left: -0.3rem;
}

[data-tooltip].tooltip-top::after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
}

[data-tooltip].tooltip-bottom::before {
  border-style: solid;
  border-width: 0.3rem;
  content: "";
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  visibility: hidden;
  /* border-color: transparent transparent rgba(51, 51, 51, 0.9) transparent; */
  border-color: transparent transparent #e5e6ee transparent;
  bottom: 0;
  left: 50%;
  margin-left: -0.3rem;
}

[data-tooltip].tooltip-bottom::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}

[data-tooltip].tooltip-left::before {
  border-style: solid;
  border-width: 0.3rem;
  content: "";
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  visibility: hidden;
  /* border-color: transparent transparent transparent rgba(51, 51, 51, 0.9); */
  border-color: transparent transparent transparent #e5e6ee;
  top: 0.3rem;
  right: calc(110% - 0.2rem);
  margin-top: -0.3rem;
}

[data-tooltip].tooltip-left::after {
  top: -0.3rem;
  right: calc(110% + 0.3rem);
}

[data-tooltip].tooltip-right::before {
  border-style: solid;
  border-width: 0.3rem;
  content: "";
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  visibility: hidden;
  /* border-color: transparent rgba(51, 51, 51, 0.9) transparent transparent; */
  border-color: transparent #e5e6ee transparent transparent;
  top: 50%;
  top: 0.3rem;
  left: calc(110% - 0.3rem);
  margin-top: -0.3rem;
}

[data-tooltip].tooltip-right::after {
  top: -0.3rem;
  left: calc(110% + 0.2rem);
}

@media (max-width: 767px) {
  [data-tooltip].tooltip-mobile::before {
    display: none;
  }

  [data-tooltip].tooltip-mobile:after {
    font-size: 1rem;
    max-width: 20rem;
    position: fixed;
    bottom: auto;
    top: 50%;
    left: 50%;
    text-align: left;
    transform: translate(-50%);
    white-space: normal;
  }
}

[data-tooltip]:hover::after,
[data-tooltip][class*="tooltip-"]:hover::before {
  visibility: visible;
  opacity: 1;
}

.normal_info_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 0.89rem;
  color: #6a6f72 !important;
}

.custom_tooltip {
  background-color: #fff !important;
  color: #001838 !important;
  box-shadow: 0px 1px 10px 0px rgb(0, 0, 0, 0.15) inset !important;
  border-left: 5px solid #001838;
  top: 0 !important;
  left: 50px !important;
  transform: none !important;
  /* border-top-left-radius: 0px !important; */
}

.custom_tooltip:after {
  top: 0;
  left: -12px;
  border-right: 10px solid #001838;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  content: '';
  position: absolute;
  width: 0;
}



.pagination .page-item .page-link {
  font-size: 13px;
  border: 1px solid rgb(167, 174, 185) !important;
  color: #001838;
}

.pagination .page-item .page-link:hover {
  background-color: rgb(0, 24, 56, 0.1);
}

.pagination .page-item.active .page-link {
  background-color: rgb(167, 174, 185);
}

.formkit-form[data-uid="192b660425"] {
  max-width: 100% !important;
  margin: 35px 10px;
}

.rte-toolbar svg {
  fill: black !important;
  /* Change the color to black */
}

.rte-toolbar svg path,
.rte-toolbar svg rect,
.rte-toolbar svg circle,
.rte-toolbar svg polygon {
  fill: black !important;
  /* Change the color */
}












.election_bg {
  background-image: url(../../assets/images/banner_new.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
  min-height: 380px;
}


.pv_video_card:hover {
  box-shadow: 0px 0px 10px 2px rgb(0, 0, 0, 0.3);
}






[data-tooltip].tooltip-bottom::before,
[data-tooltip].tooltip-left::before,
[data-tooltip].tooltip-right::before,
[data-tooltip].tooltip-top::before {
  border-style: solid;
  border-width: .3rem;
  content: "";
  opacity: 0;
  transition: opacity .2s;
  visibility: hidden;
  position: absolute
}

[data-tooltip] {
  position: relative
}

[data-tooltip]::after {
  background-color: #683722;
  box-shadow: 2px 2px 7px 1px rgb(0, 0, 0, .2);
  border-radius: .3rem;
  color: #fff;
  content: attr(data-tooltip);
  font-family: Inter;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: justify;
  text-transform: none;
  transition: opacity .2s;
  visibility: hidden;
  z-index: 1;
  min-width: 250px;
  /* Adjust as needed */
  white-space: normal;
  /* Allow text to wrap */
  word-wrap: break-word;
}

[data-tooltip].tooltip-top::before {
  border-color: rgb(104, 55, 34, 0.9) transparent transparent;
  top: 0;
  left: 50%;
  margin-left: -.3rem
}

[data-tooltip].tooltip-top::after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%)
}

[data-tooltip].tooltip-bottom::before {
  border-color: transparent transparent rgb(104, 55, 34, 0.9);
  bottom: 0;
  left: 50%;
  margin-left: -.3rem
}

[data-tooltip].tooltip-bottom::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%)
}

[data-tooltip].tooltip-left::before {
  border-color: transparent transparent transparent rgb(104, 55, 34, 0.9);
  top: .3rem;
  right: calc(110% - .2rem);
  margin-top: -.3rem
}

[data-tooltip].tooltip-left::after {
  top: -.3rem;
  right: calc(110% + .3rem)
}

[data-tooltip].tooltip-right::before {
  border-color: transparent rgb(104, 55, 34, 0.9) transparent transparent;
  top: .3rem;
  left: calc(110% - .3rem);
  margin-top: -.3rem
}

[data-tooltip].tooltip-right::after {
  top: -.3rem;
  left: calc(110% + .2rem)
}

@media (max-width:767px) {
  [data-tooltip].tooltip-mobile::before {
    display: none
  }

  [data-tooltip].tooltip-mobile:after {
    font-size: 1rem;
    max-width: 20rem;
    position: fixed;
    bottom: auto;
    top: 50%;
    left: 50%;
    text-align: left;
    transform: translate(-50%);
    white-space: normal
  }
}

[data-tooltip]:hover::after,
[data-tooltip][class*=tooltip-]:hover::before {
  visibility: visible;
  opacity: 1
}

[data-tooltip].tooltip-desc::after {
  width: 250px
}