/*======================
   01. Theme Base CSS
=========================*/
html,
body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #27374D;
  font-size: 16px;
  letter-spacing: 0.26px;
  font-weight: 400;
  background: #DDE6ED;
  height: unset;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

section {
  overflow: hidden;
}

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

.container-fluid {
  padding: 0px;
  height: 100%;
}

.container {
  max-width: 1280px;
}

* {
  box-sizing: border-box;
}

p, tr td {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.26px;
  line-height: 24px;
  color: #27374D;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  color: #27374D;
  font-size: 28px;
  font-weight: 600;
}

a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  display: block;
  margin: 0px;
  color: #27374D;
  text-transform: capitalize;
}

a:hover {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: none !important;
}

button {
  cursor: pointer;
  background: transparent;
  border: 0px;
  outline: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

section {
  position: relative;
}

dialog {
  margin: 0px;
  border: 0px;
  padding: 0px;
  position: relative;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
}

.secheadlin {
  text-align: center;
}

.title {
  margin-bottom: 50px;
}
.title h2 {
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
}
.title p {
  font-size: 18px;
}
.title p a {
  color: #526D82;
  display: inline-block;
  text-decoration: underline;
}

.o_zero {
  opacity: 0;
}

.d_none {
  display: none;
}

.color_one {
  color: #17B0C3;
}

.bold_p {
  font-weight: 700;
}

header {
  position: absolute;
  z-index: 99;
  width: 100%;
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  animation: sticky 1s 1;
}
@keyframes sticky {
  0% {
    top: -110%;
  }
  100% {
    top: 0;
  }
}
header nav.navbar {
  padding: 0;
  background: #526D82;
}
header nav.navbar a.navbar-brand {
  font-size: 38px;
  padding: 0;
  font-weight: 700;
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
}
header nav.navbar a.navbar-brand:hover {
  color: rgb(255, 255, 255);
}
header nav.navbar a {
  color: rgb(255, 255, 255);
}
header nav.navbar .navcollapse ul li.nav-item {
  padding: 20px 10px;
}
header nav.navbar .navcollapse ul li.nav-item a.nav-link {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  padding: 8px 20px;
  border-radius: 5px;
  z-index: 5;
}
header nav.navbar .navcollapse ul li.nav-item a.nav-link::before, header nav.navbar .navcollapse ul li.nav-item a.nav-link::after {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  transform: translate(0%, 0);
  background: #c1cdd4;
  transition: all 0.3s ease-in-out;
}
header nav.navbar .navcollapse ul li.nav-item a.nav-link::before {
  left: unset;
  right: 100%;
}
header nav.navbar .navcollapse ul li.nav-item a.nav-link::after {
  left: 100%;
}
header nav.navbar .navcollapse ul li.nav-item a.nav-link:hover, header nav.navbar .navcollapse ul li.nav-item a.nav-link.active {
  color: #526D82;
  transition: all 0.2s ease-in-out;
}
header nav.navbar .navcollapse ul li.nav-item a.nav-link:hover::before, header nav.navbar .navcollapse ul li.nav-item a.nav-link.active::before {
  transform: translate(51%, 0);
  transition: all 0.2s ease-in-out;
}
header nav.navbar .navcollapse ul li.nav-item a.nav-link:hover::after, header nav.navbar .navcollapse ul li.nav-item a.nav-link.active::after {
  transform: translate(-51%, 0);
  transition: all 0.2s ease-in-out;
}
header nav.navbar .login_btn a {
  background: #c1cdd4;
  background: linear-gradient(90deg, #DDE6ED 0%, #c1cdd4 80%);
  color: #526D82;
  padding: 10px 26px;
  border-radius: 5px;
  font-weight: 500;
}

.banner {
  padding: 180px 0 100px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url("/pic/banner.jpg");
  background-size: cover;
  z-index: 5;
}
.banner.innerpages {
  height: 500px;
}
.banner.innerpages .banner_content ul li {
  color: rgb(255, 255, 255);
  padding: 0px 5px;
}
.banner.innerpages .banner_content ul li a {
  color: rgb(255, 255, 255);
  font-size: 18px;
}
.banner.innerpages .banner_content ul li:first-child a {
  color: #c1cdd4;
}

.banner.innerpages.secondbanner {
  background: #8e9eaa;
}
.banner.innerpages.secondbanner::before {
  display: none;
}
.banner.innerpages::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(39, 55, 77);
  background: linear-gradient(0deg, rgba(39, 55, 77, 0.6) 0%, rgba(39, 55, 77, 0.75) 50%, rgba(39, 55, 77, 0.6) 100%);
  z-index: -1;
}
.banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(39, 55, 77);
  background: linear-gradient(0deg, rgba(39, 55, 77, 0.21) 0%, rgba(39, 55, 77, 0.39) 50%, rgba(39, 55, 77, 0.21) 100%);
  z-index: -1;
}
.banner .banner_content {
  text-align: center;
}
.banner .banner_content h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Exo 2", sans-serif;
  color: rgb(255, 255, 255);
}
.banner .banner_content p {
  font-size: 18px;
  line-height: 30px;
  color: rgb(255, 255, 255);
}

.item_section {
  padding: 120px 0 100px;
}
.item_section .charities_items .item_btn {
  padding:8px 20px;
  margin-top: 15px;
  border-radius: 5px;
  background: #8e9eaa;
  color: white;
  display: inline-block;
}
.item_section .charities_items .item_btn_active {
  padding:8px 20px;
  margin-top: 15px;
  border-radius: 5px;
  background: #526D82;
  color: #526D82;
  display: inline-block;
}
.item_section .charities_items .item_area{
  padding: 0px 10px;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 20px;
}
.item_section .charities_items .item_area .content_area{
  /* flex: 1; */
}
.item_section .charities_items .item_area .img_logo{
  width: 120px;
}
.item_section .charities_items .item_area .img_logo img{
  width: 100%;
  object-fit: cover;
}
.item_section .charities_items{
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  padding: 30px 0 20px;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  background: #DDE6ED;
  transition: all 0.3s ease-in-out;
}
.item_section .item_btn:hover {
  background: #526D82;
  transition: all 0.3s ease-in-out;
}
.item_section .item_area .item_img {
  width: 80px;
  margin: 0px auto 20px;
}
.item_section .item_area h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.picture_section {
  padding: 120px 0;
}
.picture_section .picture_area {
  background: #526D82;
  border-radius: 15px;
  overflow: hidden;
  max-height: 450px;
}
.picture_section .picture_area .pic_img {
  height: 100%;
}
.picture_section .picture_area .pic_img img {
  height: 100%;
  object-fit: cover;
}
.picture_section .picture_area .pic_content {
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.picture_section .picture_area .pic_content h2 {
  font-size: 42px;
  margin-bottom: 30px;
  color: rgb(255, 255, 255);
  padding-right: 20px;
}
.picture_section .picture_area .pic_content p {
  color: rgb(255, 255, 255);
}
.picture_section .picture_area .pic_content p a {
  display: inline-block;
  color: rgb(255, 255, 255);
  color: #c1cdd4;
}

footer {
  background: #c1cdd4;
  padding: 80px 0;
}
footer h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
footer ul li {
  padding-right: 15px;
}
footer ul li a {
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
footer ul li a:hover {
  color: #526D82;
  transition: all 0.3s ease-in-out;
}
footer ul.social_link {
  text-align: center;
  margin-bottom: 15px;
}
footer ul.social_link a {
  font-size: 28px;
}
footer p {
  margin-bottom: 0;
  text-align: center;
}

.scrolltop {
  position: fixed;
  right: 30px;
  bottom: 40px;
  display: none;
}
.scrolltop p {
  width: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  background: #8e9eaa;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  animation: scrolltop 2s forwards infinite;
}
@keyframes scrolltop {
  0% {
    line-height: 60px;
  }
  50% {
    line-height: 35px;
  }
  100% {
    line-height: 60px;
  }
}

.preloader {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  background: #c1cdd4;
  z-index: 999;
}
.preloader .loader9 {
  position: absolute;
  height: 100px;
  width: 10px;
  background: #526D82;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: loader 1.2s infinite;
  animation-delay: 0.2s;
}
.preloader .loader9:nth-child(2) {
  left: calc(50% - 25px);
  animation-delay: 0s;
}
.preloader .loader9:nth-child(3) {
  left: calc(50% + 25px);
  animation-delay: 0.4s;
}
@keyframes loader {
  0% {
    height: 100px;
  }
  50% {
    height: 30px;
  }
  100% {
    height: 100px;
  }
}

.select_char {
  padding: 100px 0;
}
.select_char .char_item {
  border: 1px solid #c1cdd4;
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0px 2px 15px 0px rgb(196, 232, 255);
  margin-bottom: 25px;
}
.select_char .char_item p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
.select_char .char_item a {
  padding: 10px 30px;
  background: #526D82;
  color: #DDE6ED;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border: 1px solid #526D82;
  z-index: 5;
}
.select_char .char_item a::before, .select_char .char_item a::after {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  transform: translate(0%, 0);
  background: #8e9eaa;
  transition: all 0.3s ease-in-out;
}
.select_char .char_item a::before {
  left: unset;
  right: 100%;
}
.select_char .char_item a::after {
  left: 100%;
}
.select_char .char_item a:hover, .select_char .char_item a.active {
  transition: all 0.3s ease-in-out;
}
.select_char .char_item a:hover::before, .select_char .char_item a.active::before {
  transform: translate(51%, 0);
  transition: all 0.3s ease-in-out;
}
.select_char .char_item a:hover::after, .select_char .char_item a.active::after {
  transform: translate(-51%, 0);
  transition: all 0.3s ease-in-out;
}

.charity_one {
  padding: 100px 0;
}
.charity_one .title.website h4 {
  font-size: 26px;
}
.charity_one .title.website h4 a {
  display: inline-block;
  color: #526D82;
  text-decoration: underline;
  text-transform: lowercase;
}
.charity_one .charity_blog {
  margin: 30px 0;
  margin-bottom: 50px;
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.charity_one .charity_blog::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  width: 75%;
  right: 0;
  border-radius: 10px;
  left: unset;
  background: #c1cdd4;
}
.charity_one .charity_blog .blog_img {
  width: 100%;
  height: 450px;
  padding: 40px 0 40px 10px;
}
.charity_one .charity_blog .blog_img img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.charity_one .charity_blog .vlog_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.charity_one .charity_blog .vlog_content h2, .charity_one .charity_blog .vlog_content p {
  color: rgb(0, 0, 0);
}
.charity_one .charity_blog .vlog_content h2 {
  font-size: 32px;
  margin-bottom: 25px;
}
.charity_one .charity_blog .vlog_content p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 30px;
}
.charity_one .charity_blog .vlog_content a {
  padding: 10px 30px;
  background: #526D82;
  color: #DDE6ED;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border: 1px solid #526D82;
  z-index: 5;
}
.charity_one .charity_blog .vlog_content a::before, .charity_one .charity_blog .vlog_content a::after {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  transform: translate(0%, 0);
  background: #8e9eaa;
  transition: all 0.3s ease-in-out;
}
.charity_one .charity_blog .vlog_content a::before {
  left: unset;
  right: 100%;
}
.charity_one .charity_blog .vlog_content a::after {
  left: 100%;
}
.charity_one .charity_blog .vlog_content a:hover, .charity_one .charity_blog .vlog_content a.active {
  transition: all 0.3s ease-in-out;
}
.charity_one .charity_blog .vlog_content a:hover::before, .charity_one .charity_blog .vlog_content a.active::before {
  transform: translate(51%, 0);
  transition: all 0.3s ease-in-out;
}
.charity_one .charity_blog .vlog_content a:hover::after, .charity_one .charity_blog .vlog_content a.active::after {
  transform: translate(-51%, 0);
  transition: all 0.3s ease-in-out;
}

.club_section {
  padding: 100px 0;
}
.club_section .club_item {
  margin-bottom: 80px;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  border-radius: 15px;
  background: #526D82;
  background: linear-gradient(60deg, #526D82 20%, #c1cdd4 100%);
}
.club_section .club_item h2, .club_section .club_item p {
  color: rgb(255, 255, 255);
}
.club_section .club_item .club_img {
  margin-bottom: 20px;
  height: 480px;
}
.club_section .club_item .club_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.club_section .club_item .club_content {
  padding: 30px;
}
.club_section .club_item h2 {
  font-size: 26px;
  margin-bottom: 20px;
}
.club_section .club_item p {
  line-height: 30px;
  margin-bottom: 10px;
}
.club_section .club_item a {
  padding: 10px 30px;
  background: #526D82;
  color: #DDE6ED;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border: 1px solid #526D82;
  z-index: 5;
  margin-top: 20px;
  background: #c1cdd4;
  color: #27374D;
}
.club_section .club_item a::before, .club_section .club_item a::after {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  transform: translate(0%, 0);
  background: #8e9eaa;
  transition: all 0.3s ease-in-out;
}
.club_section .club_item a::before {
  left: unset;
  right: 100%;
}
.club_section .club_item a::after {
  left: 100%;
}
.club_section .club_item a:hover, .club_section .club_item a.active {
  transition: all 0.3s ease-in-out;
}
.club_section .club_item a:hover::before, .club_section .club_item a.active::before {
  transform: translate(51%, 0);
  transition: all 0.3s ease-in-out;
}
.club_section .club_item a:hover::after, .club_section .club_item a.active::after {
  transform: translate(-51%, 0);
  transition: all 0.3s ease-in-out;
}
.club_section .club_item a:hover {
  color: rgb(255, 255, 255);
}

.news_section {
  padding: 100px 0;
}
.news_section .news_area h3.breaking {
  font-size: 26px;
  color: #df2c2c;
  margin-bottom: 20px;
}
.news_section .news_area h3.latest {
  font-size: 26px;
  margin-bottom: 20px;
  color: #526D82;
}
.news_section .news_area .latest_news {
  margin-bottom: 50px;
  background: rgb(255, 255, 255);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
}
.news_section .news_area .latest_news .news_content {
  padding: 30px;
}
.news_section .news_area .latest_news .news_content h2 {
  margin-bottom: 15px;
  font-size: 22px;
}
.news_section .news_area .latest_news .news_content h2 span.place {
  display: block;
  color: #8e9eaa;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}
.news_section .news_area .latest_news .news_content p {
  font-size: 15px;
  line-height: 30px;
}
.news_section .news_area .latest_news .news_content p span {
  display: block;
  text-decoration: underline;
  color: #8e9eaa;
}
.news_section .news_area .latest_news .latest_img {
  width: 100%;
}
.news_section .news_area .latest_news .latest_img img {
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: cover;
}
.news_section .news_area .all_news .allnews_item {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  background: rgb(255, 255, 255);
}
.news_section .news_area .all_news .allnews_item .br_img {
  width: 100%;
}
.news_section .news_area .all_news .allnews_item .br_img img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.news_section .news_area .all_news .allnews_item .br_content {
  padding: 15px 10px;
  padding-left: 15px;
}
.news_section .news_area .all_news .allnews_item .br_content h4 {
  font-size: 18px;
  margin-bottom: 0px;
}
.news_section .news_area .all_news .allnews_item .br_content span {
  color: #8e9eaa;
  font-size: 13px;
}

.about_section {
  padding: 100px 0;
}
.about_section .about_area h4 {
  font-size: 36px;
  margin-bottom: 25px;
}
.about_section .about_area p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}
.about_section .about_area p a {
  display: inline-block;
  color: #526D82;
  text-decoration: underline;
}
.about_section .about_area .img_about {
  width: 100%;
  margin: 20px 0;
}
.about_section .about_area .img_about img {
  aspect-ratio: 2/1.1;
  border-radius: 15px;
}
.about_section .about_area h5 {
  font-size: 30px;
  margin-top: 20px;
  display: inline-block;
}

.account_create {
  padding: 40px 0px;
  height: 100%;
  padding-top: 120px;
}
.account_create .col-md-6 {
  padding: 0px 0px;
}
.account_create .create_ac_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.account_create .create_ac_area .row {
  border-radius: 20px;
  overflow: overlay;
}
.account_create .create_ac_area .row::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  border-radius: 7px;
  background-color: transparent;
}
.account_create .create_ac_area .row::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #c1cdd4;
  display: none;
}
.account_create .create_ac_area .row::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 0px #c1cdd4;
  display: none;
}
.account_create .create_ac_area.signuppage .account_inner {
  justify-content: space-between;
  overflow: auto;
}
.account_create .create_ac_area.signuppage .account_inner::-webkit-scrollbar {
  width: 7px;
}
.account_create .create_ac_area.signuppage .account_inner::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #8e9eaa;
}
.account_create .create_ac_area.signuppage .account_inner::-webkit-scrollbar-thumb {
  background-color: #c1cdd4;
  outline: 1px solid #c1cdd4;
}
.account_create .create_ac_area .account_inner {
  padding: 30px 80px;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  border-radius: 15px;
}
.account_create .create_ac_area .account_inner.left_ac {
  background: rgb(255, 255, 255);
}
.account_create .create_ac_area .account_inner.right_ac {
  background: #c1cdd4;
}
.account_create .create_ac_area .account_inner .home_btn {
  margin-bottom: 30px;
}
.account_create .create_ac_area .account_inner .home_btn a {
  color: #526D82;
  font-size: 30px;
}
.account_create .create_ac_area .account_inner .ac_logo {
  width: 300px;
  margin: 0px auto 20px;
  text-align: center;
}
.account_create .create_ac_area .account_inner .ac_logo a {
  font-size: 36px;
  font-weight: 700;
  color: #8e9eaa;
}
.account_create .create_ac_area .account_inner .ac_top_content {
  margin-top: 0px;
}
.account_create .create_ac_area .account_inner .ac_top_content p a {
  display: inline-block;
  text-decoration: underline;
  color: #526D82;
}
.account_create .create_ac_area .account_inner form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.account_create .create_ac_area .account_inner form .form-group label {
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 8px;
  cursor: pointer;
}
.account_create .create_ac_area .account_inner form .form-group .form-control {
  padding: 10px 14px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.account_create .create_ac_area .account_inner form .form-group .form-control:focus {
  box-shadow: 0px 0 8px 3px rgba(214, 237, 255, 0.9);
  border-color: #c1cdd4;
  transition: all 0.3s ease-in-out;
}
.account_create .create_ac_area .account_inner form .form-group .form-control.error {
  border-color: #df2c2c;
}
.account_create .create_ac_area .account_inner form .form-group span {
  color: #df2c2c;
  padding-top: 5px;
  font-size: 14px;
  display: none;
}
.account_create .create_ac_area .account_inner .submit_btn {
  display: inline-block;
  width: 100%;
  background: #8e9eaa;
  padding: 12px 20px;
  margin: 20px 0px;
  font-size: 18px;
  letter-spacing: 1.2px;
  text-align: center;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.account_create .create_ac_area .account_inner .submit_btn i {
  left: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.account_create .create_ac_area .account_inner .submit_btn:hover {
  background: #526D82;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
}
.account_create .create_ac_area .account_inner .submit_btn:hover i {
  left: 15px;
  transition: all 0.3s ease-in-out;
}/*# sourceMappingURL=style.css.map */


/* end first part **********************************************/



.account_information{
  padding: 30px;
  border-radius: 10px;
  background: white;
}

.account_information ul li{
  display: flex;
  padding: 2px 0;
}
.account_information ul li span:first-child{
  font-weight: 600;
  width: 150px;
}
.account_information ul a{
  display: inline-block;
  color: #27374D;
  background: #cdd9e1;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: 500;
  margin: 8px 0;
}

.account_information .ac_area{
  padding: 10px;
  border: 1px solid #cdd9e1;
  border-radius: 10px;
  margin: 20px 0;
}

.account_information .stop_btn{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.account_information .stop_btn a{
  display: inline-block;
  color: #27374D;
  background: #cdd9e1;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: 500;
  margin: 8px 0;
}

.account_information form.search_form{
  margin-top: 15px;
}
.account_information form.search_form input{
  border: 1px solid #cdd9e1;
  padding: 8px 14px;
  border-radius: 5px;
}
.account_information form.search_form input:focus{
  outline: none;
  box-shadow: none;
}

/* // charity  */

.charities_items{
  height: calc(100% - 25px);
  margin-bottom: 25px;
}

.charities_items .charities_content{
  min-height: 48px;
}

/* gamble page  */


.gamble_page_section{
  margin: 50px 0;
  padding:40px 30px;
  border-radius: 15px;
  background: white;
}
.gamble_page_section h1.gambletitle{
  padding: 0px 0 10px;
  margin-bottom: 30px;
  font-size: 38px;
  display: block;
  border-bottom: 2px solid #c1cdd4;
}

.gamble_page_section ul.sportname{
  display: flex;
  gap: 25px;
}
.gamble_page_section ul.sportname li a{
  font-size: 26px;
  padding: 2px 16px;
  font-weight: 500;
  color: #526D82;
  position: relative;
  border: 1px solid #c1cdd4;
  border-bottom: 2px solid #526D82;
  border-radius: 5px;
  z-index: 5;
}
.gamble_page_section ul.sportname li a::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #526D82;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.gamble_page_section ul.sportname li a:hover{
  color: white;
  transition: all 0.3s ease-in-out;
}
.gamble_page_section ul.sportname li a:hover::before{
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.gamble_page_section .game_fixture{
  margin-top: 50px;
}
.gamble_page_section .game_fixture .fixture_item {
  box-shadow:0px 1px 10px 0px rgba(45, 19, 106, 0.1);
  padding: 20px 15px;
  border-radius: 10px;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.gamble_page_section .game_fixture .fixture_item:hover{
  background: #DDE6ED;
  transition: all 0.2s ease-in-out;
}
.gamble_page_section .game_fixture .fixture_item h3{
  font-size: 26px;
  text-align: center;
  margin-bottom: 15px;
}
.gamble_page_section .game_fixture .fixture_item h5{
  font-size: 22px;
  text-align: center;
}

.gamble_page_section .game_fixture .mb_fixture_date{
  padding: 20px 0px 10px;
  font-size: 26px;
}

.gamble_page_section .team_list{
  margin-top: 40px;
  border: 1px solid #DDE6ED;
  padding: 20px 15px;
  height: calc(100% - 40px);
  border-radius: 10px;
}
.gamble_page_section .team_list h2{
  font-size: 22px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 32px;
  border-bottom: 1px solid #c1cdd4;
}
.gamble_page_section .team_list ul li{
  display: block;
  padding: 8px 0;
}
.gamble_page_section .team_list ul li a{
  display: block;
  background: #8e9eaa;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
}
