/* color code */
/* #205867 */
/* 205167 */
/*  */
:root {
  --bg-color: #fcfcfc;
  --card-color-1: #999966;
  --card-color-2: #cfcfcf;
  --gray-color: #babbab;
  --orange-color: orange;
  --green-color: #008000;
  --icon-color: #000;
  --main-color: #212529;
  --light-main-color: #4c4747;
}

body {
  background: var(--bg-color);
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  min-height: 100vh;
  /* overflow-x: hidden; */
  /* overflow-y: hidden; */
}

#loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.loader-spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

a {
  text-decoration: none;
}

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

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

#loading-indicator {
  display: none;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
}

/* Additional styling for the loader */

.bg-info {
  background-color: var(--main-color) !important;
}

.text-primary {
  color: var(--card-color-2) !important;
}

/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6,*/
/*label,*/
/*p,*/
/*span,*/
/*label {*/
/*  text-transform: uppercase;*/
/*}*/
.dataTables_length label {
  font-size: 12px;
  text-transform: lowercase;
}

li {
  text-decoration: none;
}

.dataTables_filter label {
  font-size: 12px;
  text-transform: lowercase;
}

.first img {
  width: fit-content;
}

@media screen and (max-width: 420px) {
  .first img {
    width: 50px;
    object-fit: contain;
  }

  .fs-6 {
    font-size: 0.3rem;
  }

  #header {
    overflow-x: hidden !important;
    display: flex;
  }
}

.profile-img {
  text-align: center;
}

.profile-img img {
  width: 70%;
  height: 50%;
}

.profile-img .file {
  position: relative;
  overflow: hidden;
  margin-top: -20%;
  width: 70%;
  border: none;
  border-radius: 0;
  font-size: 15px;
  background: #212529b8;
}

.profile-img .file input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
}

.profile-img .file {
  position: relative;
  overflow: hidden;
  margin-top: -54%;
  width: 70%;
  border: none;
  border-radius: 0;
  font-size: 15px;
  background: #212529b8;
  display: none;
}

.profile-img:hover .file {
  overflow: hidden;
  margin-top: -56%;
  width: 70%;
  border: none;
  border-radius: 0;
  font-size: 15px;
  background: #212529b8;
  display: inline-grid;
  transition: 0.4s;
}

.profile-img .file input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
}

.hostelregi {
  line-height: 1px;
}

.hostelregi .form-control-sm {
  width: 162px;
  height: 25px;
  padding: 4px;
  min-height: 0;
  border-radius: 0px !important;
}

.hostelregi input::placeholder {
  font-weight: bold;
  opacity: 0.5;
  font-size: 11px;
}

.hostelregi .form-label {
  font-size: 0.8rem;
  display: block;
  padding-top: 10px;
}

.hostelregi input[type="file"]::-webkit-file-upload-button {
  height: 35px;
  padding: 0px;
  font-size: 11px;
  width: 80px;
  background: #fff;
  border: none;
}

#additionalplanModal .modal-dialog {
  max-width: 960px;
  width: 942px;
}

#additionalplanModal .modal-dialog .card {
  border: none;
  /* box-shadow: 0px 3px 3px grey; */
}

#additionalplanModal .choose {
  margin-bottom: 2%;
  height: 29px;
  /* background: var(--light-main-color); */
  color: #000;
  font-family: Roboto;
  font-style: normal;
}

.badge {
  border: 1px solid grey;
  /* margin: 2px; */
  padding: 2px;
}

.parent {
  display: flex;
}

.parent {
  padding-bottom: 10px;
  color: #fff;
  font-family: Roboto;
  font-style: normal;
}

.fill-remaining-space {
  flex: auto;
}

.modal-body .plan1 {
  background: #d8d8d8;
}

.modal-body .plan {
  background: #ffc107;
}

.modal-body .plan2 {
  background: #faf9f6;
}

.cardmiddle div {
  font-size: 13px;
  border-bottom: 1px solid grey;
}

.cardmiddle div :hover {
  transform: scale(1.01);
}

.cardmiddle div i {
  margin-left: 1rem;
  color: green;
  padding: 7px;
}

.plan-top {
  font-size: 23px;
  display: flex;
  padding: 8px;
  font-family: Roboto;
  font-style: normal;
}

.plan-top div {
  -ms-flex: 1;
  /* IE 10 */
  flex: 2;
  font-weight: bolder;
}

.modal-body .plan1 button {
  max-width: 200px;
  width: 150px;
  border: 50px;
}

.modal-body .plan button {
  max-width: 200px;
  width: 150px;
  border: 50px;
}

.modal-body .plan2 button {
  max-width: 200px;
  width: 150px;
  border: 50px;
}

.modal-body .plan2 .badge {
  border: 1px solid grey;
  padding: 2px;
  color: #000;
}

.plan-top-header {
  display: flex;
}

.plan-top div {
  -ms-flex: 1;
  /* IE 10 */
  flex: 2;
  font-weight: bolder;
}

#uploadModalsbooking .form-label {
  font-size: 0.8rem;
}

#uploadModalsbooking .form-control {
  font-size: 0.8rem;
}

#uploadModalsbooking .form-control:focus {
  box-shadow: none;
}

#uploadModalsbooking :-ms-input-placeholder {
  color: #bababa;
}

.quick-action {
  position: fixed;
  right: -20px;
  bottom: 0px;
  z-index: 9999;
  transition: all 1s ease-in-out;
}

#quickActionDropdown {
  margin-right: -10px;
  z-index: 2000;
}

.quick-action .quick-action-main {
  transition: all ease-out;
}

.quick-action .dropdown-item:hover {
  color: #fff;
}

#showDropdown {
  width: 0px;
  font-size: 0.8rem;
  background-color: #000;
  padding: 5px 5px 5px 10px;
  list-style: none;
  transition: width 0.3s ease-in-out;
}

.quick-action .dropdown-toggle-icon::after {
  display: none;
}

#showDropdown.show {
  width: 180px;
}

.quick-action .dropdown-item {
  color: #fff;
  background-color: #4c4747;
  padding: 5px;
  margin: 2px 0;
}

.quick-action .dropdown-item:hover {
  color: rgb(255, 165, 0);
}

.nav-item .nav-link {
  color: #fff;
}

.nav-link i {
  color: var(--bg-color);
}

.nav-item:hover .nav-link {
  background-color: var(--card-color-1);
}

.heading__style {
  font-size: 1vw;
}

/* footer  */
footer {
  margin: 0;
  padding: 0;
}

.fixed-bottom {
  z-index: 3;
}

footer p {
  font-size: 0.6rem;
  font-weight: 400;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: var(--gray-color);
}

body::-webkit-scrollbar-thumb {
  color: var(--orange-color);
}

.vertical-nav {
  background-color: var(--main-color) !important;
  min-width: 13rem;
  width: 15rem;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  z-index: 4;
}

.vertical-nav::-webkit-scrollbar {
  display: none;
}

.page-content {
  width: cal(100% - 15rem);
  margin-left: 15rem;
  transition: all 0.4s;
  margin-bottom: 0 !important;
}

#sidebar.active {
  margin-left: -15rem;
}

#content.active {
  width: 100%;
  margin: 0;
}

.separator {
  margin: 3rem 0;
  border-bottom: 1px dashed #504848;
}

.text-uppercase {
  /* letter-spacing: 0.1rem; */
}

.text-gray {
  color: #aaa;
}

.vertical-nav .nav-item {
  background-color: var(--light-main-color);
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 2px 0 !important;
  width: 100%;
}

.text-primary {
  color: #7579e7 !important;
}

#sidebarCollapse {
  display: inline-block;
}

#sidebar-icon-img {
  width: 56%;
}

.divider {
  background-color: white;
  margin: 5px 0;
  border-bottom: 1px solid var(--bg-color);
}

/* dropdown menu */
.dropbtn {
  /* background-color: #3498DB; */
  background-color: transparent;
  color: var(--orange-color);
  text-decoration: underline;
  /* padding: 16px; */
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  color: var(--bg-color);
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  align-items: center;
  text-align: center;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #205867;
  min-width: 16rem;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: var(--bg-color);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  color: #fff;
  background-color: #ffa500;
}

.show {
  display: block;
}

.first {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background-color: var(--main-color);
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  width: 200px;
  height: 45px;
  margin-bottom: 15px;
}

.first img {
  height: 40px;
  width: 50%;
  object-fit: content;
  display: block;
  margin: auto;
}

.header-content-wrap {
  min-width: calc(100% - 17rem);
  width: 100%;
}

/* .secand {
  max-width:100%;
  min-width: 50vw;
  width:100%;
  padding: 10px;
  margin-left:0;
  background-color: rgba(0, 172, 230, 0.3);
} */

#content-header {
  display: flex;
  justify-content: space-between;
  column-gap: 2px;
}

.data-time {
  border: 3px solid rgb(19, 184, 186);
  width: fit-content;
  height: 100%;
  border-radius: 20px;
  text-align: center;
  font-size: 1rem;
  color: var(--bg-color);
  font-weight: 600;
  padding: 5px;
}

/* main content header */
@media screen and (max-width: 769px) {
  .header-content-wrap {
    display: block;
  }

  .first img {
    width: 100%;
  }

  .secand {
    width: 100vw;
  }

  .data-time {
    border: 2px solid rgba(0, 172, 230, 0.3);
    font-size: 0.8rem;
  }

  .thired {
    display: none;
  }
}

/* @media screen and (min-width:720px) and (max-width:769){
  .thired {
    display: none;
  }
} */
/* change width 720 t0 800 */
@media screen and (max-width: 769px) {
  .vertical-nav {
    width: 100px;
  }

  #sidebar {
    margin-left: -17rem;
    width: 100px;
  }

  #sidebar.active {
    margin-left: 0;
  }

  #content {
    width: 100%;
    margin: 0;
  }

  #contetn.active {
    margin-left: 17rem;
    width: calc(100% - 17rem);
  }

  /* #sidebarCollapse {
    display: inline-block;
  } */
}

/* @media screen and (min-width:1000px) and (max-width:1100px) {
  .secand {
    width:39.50rem;
  }
}
@media screen and (min-width:769px) and (max-width:821px) {
  .secand{
    width:26.50rem;
  }
}
@media screen and (min-width:821px) and (max-width:912px){
  .secand{
    width:32rem;
  }
}
@media screen and (min-width:913px) and (max-width:1000px) {
  .secand {
    width:26.50rem;
  }
} */

/* dashbord  */
/* dashbord style */
.myCard {
  border-radius: 20px;
  padding: 5px 3px;
}

.component {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.img-cpt {
  text-align: center;
}

.img-cpt1 {
  text-align: center;
  margin-top: 0px;
  text-align: center;
}

.icons {
  display: inline-block;
  margin: 0 auto;
  width: 13dvh;
  /* font-size:larger; */
  object-fit: contain;
  aspect-ratio: 1/1;
  mix-blend-mode: color-burn;
}

.number {
  color: var(--green-color);
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.heading {
  font-size: 0.7rem;
  font-weight: 600;
  margin: 0;
  color: #212529;
}

.main-heading {
  /* margin-top: 0.5rem; */
  color: #ffc107;
  font-size: 1rem;
  font-weight: 600;
}

.green {
  color: var(--green-color);
}

.scrolling-btn {
  max-width: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.scrolling-btn i {
  padding: 5px;
  cursor: pointer;
}

.scrolling-btn ul {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 12px 24px;
  margin: 10px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.scrolling-btn ul::-webkit-scrollbar {
  display: none;
}

.scrolling-btn a {
  color: var(--bg-color);
  text-decoration: none;
  background-color: rgba(212, 204, 204, 0.788);
  padding: 1.5vh 5vw;
  display: inline-block;
  border-radius: 4px;
  user-select: none;
  white-space: nowrap;
  gap: 10px;
}

.scrolling-btn a.active {
  background-color: #5cefe5;
  color: black;
}

.scrolling-btn li {
  list-style: none;
  color: white;
  width: 40vw;
}

.scrolling-btn .right-btn,
.scrolling-btn .left-btn {
  height: 100%;
  width: 50px;
  top: 0;
  align-items: center;
  display: none;
  font-size: 50px;
}

.scrolling-btn .right-btn.active,
.scrolling-btn .left-btn.active {
  display: flex;
}

.scrolling-btn .right-btn {
  right: 0;
  justify-content: right;
}

/* Registraion table  */

.p-text {
  font-size: 1vw;
  font-weight: 400;
}

@media screen and (max-width: 720px) {
  .p-text {
    font-size: 1Frem;
    font-weight: 400;
  }
}

@media screen and (min-width: 420px) and (max-width: 720px) {
  .p-text {
    font-size: 1rem;
  }
}

/* All tables  */

.tables>table {
  width: 100%;
}

.tables table thead {
  padding: 10px;
  background-color: rgb(9, 153, 243);
  color: white;
  text-align: center;
}

.tables table thead th {
  padding: 10px 0;
}

.tables table tbody {
  color: black;
  font-weight: 600;
}

.tables table tr td {
  text-align: center !important;
  padding: 10px;
}

.tables table tbody tr {
  border: 2px solid skyblue;
  padding: 10px;
}

/*
.tables table tbody tr:nth-child(odd) {
  background-color: rgba(173, 216, 230, 0.5);
} */

/* login and signup page style */

.login-page {
  height: 100vh;
  background-color: rgb(195, 224, 225);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f1f1f1;
}

.login__box {
  width: 40vw;
}

@media screen and (max-width: 1000px) {
  .login__box {
    width: 90vw;
    margin-top: 10vh;
  }
}

.newAccount {
  width: 50%;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .newAccount {
    width: 90vw;
    margin-top: 10vh;
  }
}

/* index.php  css */
.canvas-box {
  background-color: var(--bg-color);
  border-radius: 10px;
  border-width: 0;
  height: 100%;
  max-height: 450px;
  /* color: #008000; */
  cursor: pointer;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 1em;
  padding: 5px 5px;
  transition: all 200ms;
  box-shadow: rgba(25, 25, 25, 0.04) 0 0 1px 0, rgba(0, 0, 0, 0.1) 0 3px 4px 0;
}

.table-box {
  position: relative;
  padding: 10px;
}

.table-box-text {
  font-size: 0.7rem;
  color: var(--gray-color);
  margin-left: 3px;
}

.table-box i {
  font-size: 2rem;
}

.chart-container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 70%;
  max-height: 250px !important;
}

.table-container .table-responsive {
  height: 75%;
  max-height: 250px;
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 0;
  scroll-margin: 0;
  scrollbar-width: 2px;
  margin: 0;
  padding: 0;
}

.table-container .table-responsive::-webkit-scrollbar {
  width: 3px;
}

.table-responsive::-webkit-scrollbar-track {
  background: var(--gray-color);
}

.table-responsive::-webkit-scrollbar-thumb {
  background: var(--orange-color);
}

.slick-carousel {
  /* margin: 0 auto; */
  width: 100%;
}

/* The width of each slide */
.slick-slide {
  width: 150px;
  margin: 0 8px;
}

/* Color of the arrows */
.slick-next::before,
.slick-prev::before {
  color: var(--orange-color) !important;
}

.autoplay img {
  width: 100%;
  height: 100px;
}

.table-card {
  width: 10vw;
}

@media screen and (max-width: 720px) {
  .table-card {
    width: 30vw;
  }
}

#dash-table td {
  font-size: 0.6rem;
}

#dash-table th {
  font-size: 0.6rem;
}

canvas {
  margin-top: 10px;
}

.quickAction .quick_action:nth-child(even) {
  color: #ffc107;
  background-color: #fff;
}

.quickAction .quick_action:nth-child(odd) {
  background-color: #fff;
  color: #65e1e1;
}

/* .quick_action{
  background-color: #999966;
} */
.quick_action .nav-link:hover {
  background-color: transparent;
}

#table-box {
  background-color: #fff;
  border-radius: 10px;
  border-width: 0;
  height: auto;
  color: var(--green-color);
  cursor: pointer;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 1em;
  padding: 5px 5px;
  transition: all 200ms;
  box-shadow: rgba(25, 25, 25, 0.04) 0 0 1px 0, rgba(0, 0, 0, 0.1) 0 3px 4px 0;
}

#card1 {
  background: #fff;
}

#card2 {
  background: #fff;
}

#card3 {
  background-color: #fff;
}

#card4 {
  background-color: #fff;
}

/* table design */

.dataTable table thead {
  background-color: var(--light-main-color);
  color: #fff;
  font-size: 1rem;
}

.roomSeatTable thead tr {
  background-color: var(--light-main-color);
}

.roomSeatTable tr {
  /* background: #fff; */
  color: #000;
  text-align: center;
}

.roomSeatTable th {
  font-size: 0.8rem;
}

.roomSeatTable tbody td {
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
  color: #000;
  text-align: center;
  height: 40px;
}

/* .table-striped>tbody>tr:nth-of-type(odd)>* {

    color: #000;
    border-bottom:3px;

} */

.roomSeatTable tbody td i {
  /* margin: 0; */
  padding: 0;
  font-size: 1rem;
}

/* .roomSeatTable tbody tr:nth-child(odd){
   background-color: #f8f9fa;
   color: #000;
   --bs-table-accent-bg: #f8f9fa;
   padding: 0.5rem 0.5rem;

   box-shadow: 0px 0px 10px 0px #fff;
}
.roomSeatTable tbody tr:nth-child(even){
  /* background-color: #f8f9fa;;
  color:#000; */
/* --bs-table-accent-bg: #f8f9fa;
  padding: 0.5rem 0.5rem;
  box-shadow: 0px 0px 7px 0px #ffff;
  color: #000;
} */

.roomSeatTable tbody input {
  font-size: 1rem !important;
  width: 80%;
  height: 27px;
  margin: auto auto;
}

.roomSeatTable tbody input {
  font-size: 0.8rem !important;
}

.roomSeatTable tbody td select {
  font-size: 0.8rem !important;
}

.roomSeatTable tbody option {
  font-size: 1rem !important;
}

.roomSeatTable tbody td>select {
  padding-top: 0;
  font-size: 1rem;
}

.roomSeatTable tbody input[type="file"] {
  width: 80%;
  text-align: center;
  align-content: center;
  padding-top: 0;
}

.roomSeatTable tbody input[type="date"] {
  width: 90%;
}

.expensesTable th {
  font-size: 0.8rem;
}

.expensesTable tbody td {
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
  color: var(--bg-color);
  text-align: center;
  height: 20px;
}

.expensesTable tbody tr:nth-child(odd) {
  background-color: var(--card-color-2);
}

.expensesTable tbody tr:nth-child(even) {
  background-color: var(--card-color-1);
  color: var(--bg-color);
}

.expensesTable tbody input {
  font-size: 1rem !important;
  width: 80%;
  height: 27px;
  margin: auto auto;
}

.expensesTable tbody option {
  font-size: 1rem !important;
}

.expensesTable tbody td {
  padding-top: 0;
  font-size: 1rem !important;
}

.expensesTable tbody input[type="file"] {
  width: 80%;
  text-align: center;
  align-content: center;
  padding-top: 0;
}

.expensesTable tbody input[type="date"] {
  width: 90%;
}

.expensesTable tbody input:focus {
  box-shadow: none;
}

.expensesTable tbody select:focus {
  box-shadow: none;
}

.row1 {
  background-color: #575151 !important;
}

.row2 {
  background-color: #9c9696 !important;
}

/* Registration-from */
.Registration-from label {
  font-size: 0.6rem;
}

.Registration-from h1,
.Registration-from h4,
.Registration-from h6 {
  font-size: 0.8rem;
  background-color: #4c4747;
  color: var(--bg-color);
}

.Registration-from input {
  font-size: 0.8rem !important;
}

.Registration-from select {
  /* height:3.5vh; */
  font-size: 0.8rem !important;
}

.Registration-from input:focus {
  box-shadow: none;
  text-transform: none;
}

.Registration-from textarea:focus {
  box-shadow: none;
}

.Registration-from .form-select {
  box-shadow: none;
  /* border-color: #504848; */
}

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

.Registration-from .form-control-sm {
  border: 1px solid #babbab !important;
}

.Registration-from .form-control-sm:focus {
  border: 1px solid #5cefe5 !important;
}

@media (max-width: 720px) {
  .Registration-from .form-control-sm {
    width: 100% !important;
  }

  .Registration-from h1,
  h4,
  h6,
  label,
  textarea {
    font-size: 0.7rem;
  }
}

@media (min-width: 720px) and (max-width: 1000px) {
  .Registration-from .form-control-sm {
    width: 100%;
  }
}

.btn-success {
  background-color: gray !important;
}

/* expenses page start */

/* expenses page start */

/* account Register Start */
/* .account
  {
  display: flex;
  justify-content: center;
  flex-direction: row;
  }
  */
/* .account{

  } */

.account .form-group {
  padding: 10px;
}

.account .card {
  font-size: 17px;
  box-shadow: 0px 0px 6px 4px grey;
  padding: 20px;
  background: #d3dae2;
}

/*datatable*/
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: center !important;
}

/*end data table*/
/* End account Register  */
.expensesfilter label {
  font-size: 12px;
}

.expensesfilter input {
  height: 32px;
}

.expensesfilter input :focus {
  outline: none;
}

/* datatable*/
table .dataTable tbody th,
table.dataTable tbody td {
  padding: 0px !important;
}

.dataTables_wrapper .dataTables_info {
  font-size: 13px;
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  font-size: 13px;
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
  margin-bottom: 4px;
}

.nav-tabs .nav-link {
  font-weight: 500;
  border: none;
  padding: 0.75rem 1.25rem;
  color: #6c757d;
}

.nav-tabs .nav-link.active {
  color: #fdd90d;
  border-bottom: 3px solid #f9fd0d;
  background: transparent;
}

.table th {
  white-space: nowrap;
}

/* Form Loader Styles */
.form-submit-loader {
  position: relative;
  transition: all 0.3s ease;
}

.form-submit-loader .loader-content {
  transition: opacity 0.2s ease;
}

.form-submit-loader.loading {
  pointer-events: none;
}

.form-submit-loader.loading .loader-content {
  opacity: 0.5;
}

.form-submit-loader .loader-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.form-submit-loader.loading .loader-spinner {
  opacity: 1;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* For full page loader */
.full-page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.full-page-loader.active {
  opacity: 1;
  visibility: visible;
}

.full-page-loader .spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  50% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.validationText {
  font-size: 0.6rem;
  margin: 0;
}

.invalidinput {
  border: 1px solid red;
}

#PlansForm .form-control:focus {
  box-shadow: none;
}

#PlansForm .form-control {
  font-size: 0.8rem;
}

#PlansForm .form-label {
  font-size: 0.8rem;
}

.marquee-container {
  white-space: nowrap;
  overflow: hidden;
  transition: all 1s linear infinite;
}

.marquee-content {
  animation: marquee 30S linear infinite;
  display: inline-block;
  text-overflow: ellipsis;
  max-width: 100%;
}

.marquee-content>p {
  font-size: 0.8rem;
  color: orange;
}

#createpassword .form-control-sm {
  width: 100%;
}

.goldPlan.active {
  box-shadow: 0 0 5px 5px gold !important;
  transform: scaleY(1.1);
  border: 3px solid red;

}

.silverPlan.active {
  box-shadow: 0 0 5px 5px silver !important;
  transform: scaleY(1.1);
  border: 3px solid red;
}

.trailPlan.active {
  box-shadow: 0 0 5px 5px black !important;
  transform: scaleY(1.1);
  border: 3px solid red;

}

.backslash {
  width: 1px;
  height: 100%;
  background-color: black;
  rotate: 20deg;
  margin: 0 5px;
}

.btn-black {
  color: #262626 !important;
}

.left-img {
  top: 3%;
  left: 1%;
  width: 45vw;
  height: 60vh;
}

.left-img img {
  width: 100%;
  height: 100%;
  size-adjust: auto;
}

.center-img {
  width: 60vw;
  height: 60vh;
  top: 10%;
  left: 15%;
}

.center-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }

  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }

  100% {
    background-positon-x: 0px;
  }
}

.new_footer_top {
  padding: 0px 0px 10px;
  position: absolute;
  overflow-x: hidden;
}

.new_footer_area .footer_bottom {
  padding-top: 5px;
  padding-bottom: 0px;
}

.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 27px 0px;
}

.new_footer_top .footer_bg {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.new_footer_top .footer_bg .footer_bg_one {
  background: url("{{asset('assets/images/car.gif')}}") no-repeat center center;
  width: 330px;
  height: 105px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite;
  margin-top: 20px;
}

.new_footer_top .footer_bg .footer_bg_two {
  background: url("{{asset('assets/images/cyclist.gif')}}") no-repeat center center;
  width: 88px;
  height: 100px;
  background-size: 100%;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 30s linear infinite;
}

@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

.account .form-group {
  padding: 0px !important;
}

.account .card {
  max-height: fit-content;
  min-height: 370px;
  width: 450px;
  float: right;
  backdrop-filter: blur(4px) saturate(78%);
  -webkit-backdrop-filter: blur(4px) saturate(78%);
  background-color: rgba(0, 0, 0, 0.09);
  border-radius: 12px;
  border: 1px solid rgba(209, 213, 219, 0.3);
}

.account label {
  font-size: 13px;
}

.form-control {
  height: 35px;
  border: none;
  padding: 4px;
  min-height: 0;
  border-radius: 0px !important;
}

.registrationFormAlert {
  font-size: 0.6rem;
}