/* body {
    font-family: 'Noto Sans Sora Sompeng';font-size: 22px;
} */
/* Navbar */

.makeStyles-drawerPaper-2.makeStyles-drawerPaper-2 {
  margin-top: 4rem !important;
}

.custom-nav-btn {
  background-color: #f87708;
  font-size: 14px;
  padding: 8px 20px;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 35px;
  padding: 15px;
  margin-top: -1rem;
}

/* Home component */

#home_img {
  height: 35rem;
}

.custom-home-btn {
  background-color: #f87708;
  font-size: 25px;
  padding: 16px 40px;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px;
}

.custom-home-btn:hover {
  background-color: #db6a07;
}

.home_container {
  background-color: #282421;
}

.footer_products {
  text-decoration: none !important;
}

/* Footer */
.webfooter {
  margin-top: 5rem;
  padding: 2.5rem;
  background-color: #212529;
  color: white;
}

.toggle_btn {
  color: rgb(255, 255, 255);

  border: 1px solid rgb(99, 97, 97);
  border-radius: 5px;
}

.footer_products {
  text-decoration: none;
}

.mobile_dashlink {
  display: none;
}

@media screen and (max-width: 480px) {
  #home_img {
    height: 20rem;
  }

  .homebtn {
  }

  .mobile_dashlink {
    display: block;
  }

  .dashlink {
    list-style: none;
  }

  .gfah {
    text-align: center;
  }
}

@media screen and (max-width: 950px) {
  .mobile_dashlink {
    display: block;
  }
}

@media screen and (max-width: 640) {
  #home_img {
    height: 18rem;
    text-align: center;
  }

  .mobile_dashlink {
    display: block;
  }

  .gfah {
    text-align: center;
  }
}

/* Register */

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.google-btn {
  width: 11rem;
  margin-right: 1rem;
}

.generatecode {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19);
  padding: 0.5rem;
  width: auto;
}

.facebook-btn {
  width: 12rem;
  height: 2.7rem;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19);
  background-color: white;
  color: rgb(114, 114, 114);
  font-size: 0.9rem;
  border-radius: 2px;
}

#DashId {
  text-decoration: none;
  color: black;
  size: 20ren;
}

.google-overview {
  color: #f87708;
}

.facebook-btn-link {
  width: 12rem;
  height: 2.7rem;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19);
  background-color: white;
  color: rgb(114, 114, 114);
  font-size: 0.9rem;
  border-radius: 15px;
}

.copybtn {
  border: none;
  text-align: right;
}

/* account_connect_btn connect-page */

.copybtn:hover {
  background-color: rgb(204, 202, 202);
}

.copybtn:active {
  background-color: #a1a1a1;
  box-shadow: 0 1px rgb(168, 167, 167);
  transform: translateY(4px);
}

.fbadssel {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
  padding: 4rem;
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: rgb(15, 14, 14);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.redirect-loader {
  text-align: center;
  margin: auto;
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%,
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }

  100%,
  0% {
    transform: scale(1);
  }
}

.register_btn_service:hover {
  background-color: rgb(243, 239, 239);
  color: black;
}

.reg_field {
  margin-left: 2rem;
}

.register_btn {
  background-color: #f87708;
  font-size: 25px;
  padding: 16px 40px;
  color: rgb(255, 251, 251);
  border: none;
  border-radius: 10rem;
  margin-top: 20px;
  padding: 15px;
}

#register_img {
  height: 5rem;
}

#error_msg {
  color: red;
}

.choiceaccout {
  background-color: rgb(248, 251, 253);
  padding: 3rem;
  border-radius: 5rem;
  text-align: center;
  margin: 7rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19);
}

/* Login */

.login_btn {
  background-color: #f87708;
  font-size: 20px;
  padding: 16px 40px;
  color: rgb(255, 251, 251);
  border: none;
}

.login_img {
  height: 100%;
  width: 100%;
}

.select_item {
  background-color: #041b9c !important;
  color: white;
  border: none;
  border-radius: 10rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19);
  padding: 1rem 3rem 1rem 3rem;
  text-align: left;
  width: auto;
}
.dashboard-links_{
  margin-top: 10px;
background: transparent;
border: none;
  padding: 0 12px 10px 12px !important;
  font-size: 11.5px !important;
}
.dashboard-links_hover{
  border-bottom: 4px solid red !important;
}
.facebook-btn-link{
  display: none !important;
}

.header-height{
  height: 95px !important;
}

.dashboard-links_hover2:hover{
  border-bottom: 4px solid red !important;
}

.dropdown-home{
  background-color: #131111 !important;
}

.auth-btn{
  background: #24356c !important;
  color: white !important;
  font-weight: 500 !important;
}

.google-accounts {
  /* display: flex;
    padding: 1rem;
    width: auto; */
}

.facebook-account {
  padding: 0.5rem;
}

#googlead {
  display: inline;
  margin-left: 2rem;
}

.select_item:hover {
  background-color: #052692;
  color: white;
  transform: scale(1.2);
}

#note-found {
  width: 50%;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 13px;
}

::-webkit-scrollbar-thumb {
  background: #f5892a;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f37100;
}

.loading-indicator:before {
  content: "";
  background: #000000cc;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.loading-indicator:after {
  content: "Loading...";
  position: fixed;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 1001;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.firstsubs {
  background-color: #eeeeee;
  border-radius: 20px;
  padding: 2rem;
}

.spinne-area {
  margin-left: 40%;
}

.secondsubs {
  background-color: #eeeeee;
  border-radius: 20px;
  padding: 2rem;
}

#amount {
  font-size: 4rem;
}

.btn_subscription {
  padding: 1rem 4rem 1rem 4rem;
  border-radius: 27px;
  background-color: #f87708;
  color: white;
  border: none;
}

.firstsubs-data {
  text-align: left;
}

.colshadow {
  box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
}

.text-dest {
  color: #ada9a9;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #f87708;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.detectediplist {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  padding: 2rem;
}

.detectediplist:hover {
  background-color: #f5f3f3;
  cursor: pointer;
}

.critical {
  background-color: rgba(241, 9, 9, 0.144);
  margin-top: 10px;
  color: #f87708;
}

.detecttable {
  margin: 2rem;
}

#campdrop {
  padding: 0.6rem;
  border: none;
  width: 100%;
  margin-bottom: 5px;
}

.loader {
  border: 6px solid #f3f3f3;
  /* Light grey */
  border-top: 6px solid #f37100;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.fbcamp {
  color: #f37100;
  padding: 0.5rem;
  text-align: left;
  width: 100%;
  border: none;
  border-radius: 20px;
}

.fbtab {
  padding: 0.7rem;
  border-radius: 10px;
}

.fbval {
  text-align: center;
}

.fbcamp:hover {
  background-color: #dfdddd;
}

.fixed_header {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.fixed_header tbody {
  display: block;
  width: 100%;
  overflow: auto;
  height: 120px;
}

.fixed_header thead tr {
  display: block;
}

.fixed_header thead {
  background: #f37100;
  color: #fff;
}

.fixed_header th,
.fixed_header td {
  padding: 5px;
  text-align: left;
  width: 200px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fbcouInput {
  text-align: center;
  outline: none;
}

#couinput {
  padding: 0.6rem;
  width: 20rem;
  border-radius: 10px;
  border: 1px solid #db6a07;
  outline: none;
}

.gfah {
  margin-left: 5rem;
  margin-bottom: 1rem;
}

.searchCountry {
  padding: 0.7rem;
  margin-left: 0.5rem;
  border-radius: 10px;
  color: #db6a07;
  border: none;
  background-color: #f37202;
  color: white;
}

.searchCountry:hover {
  background-color: #f8831d;
  color: white;
}

.spinner {
  margin-left: 45%;
  margin-top: 5px;
}

.generatecode-parent {
  padding: 3rem;
}

.log-message {
  padding-top: 13rem;
}

.message {
  z-index: -1;
}

.payment-sidebar {
  background-color: #f1eeee;
}

.payment-cont {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19);
}

.cemail {
  margin-left: 5px;
}

.checkbtn {
  width: 100%;
  border: none;
  background-color: #0b16b1;
  color: white;
  padding: 0.7rem;
  border-radius: 5px;
}
.checkbtn:hover {
  cursor: pointer !important;
}
.buttonload {
  background-color: transparent;
  border: none; /* Remove borders */
  color: white; /* White text */
  font-size: 18px; /* Set a font size */
}
#ppolicy {
  color: #f37202;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  border: none;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1),
    0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1),
    0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12),
    0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

