@import url("../css/bootstrap.css");
/*@import url('../css/animate.css');*/
@import url("../css/jquery.fancybox.min.css");
@import url("../css/slick.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css");

@import url("../fonts/new_customfont/stylesheet.css");

:root {
  /*** theme colors ***/
  --red: #8f131c;
  --secondary-color: #d8d701;
  --theme-white: #ffffff;
  --theme-black: #000000;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Poppins";
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "Poppins";
}

a:hover {
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
}

.p-100 {
  padding: 30px 0px;
}

.about_img_bg,
.fifty_contant {
  -webkit-animation: mymove 2s ease 0.5s infinite;
  animation: mymove 2s ease 0.5s infinite;
}

@keyframes mymove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.logo img {
  margin: 20px 0px 90px 40px;
}

.menu ul li {
  list-style: none;
}

.menu ul li a {
  margin-bottom: 5px;
  display: block;
  padding: 10px 20px 10px 60px;
  font-weight: 500;
}

.menu ul {
  margin: 0;
  padding: 0;
}

.menu ul li a.active {
  color: var(--red);
  background: #ede1e2;
}

.menu ul li a i {
  margin-right: 15px;
}

.menu i.fa-solid.fa-user-group {
  font-size: 20px;
}

.menu i.bx.bx-notepad {
  font-size: 25px;
  vertical-align: bottom;
}

.menu i.fa-solid.fa-people-group {
  font-size: 25px;
  vertical-align: bottom;
  margin-right: 9px;
}
section.dashboard .col-md-2 {
  height: 100vh;
}

section.dashboard .col-md-2 {
  height: 100vh;
  box-shadow: inset -20px 0px 20px 0px #00000008;
}
section.dashboard {
  background: linear-gradient(
      #a6a6a6 0%,
      #ffffff 18%,
      #ffffff 80%,
      #a6a6a6 100%
    ),
    url(../images/background-body.png);
}

/* body {
  background: linear-gradient(
      #a6a6a6 0%,
      #ffffff 18%,
      #ffffff 80%,
      #a6a6a6 100%
    ),
    url(../images/background-body.png);
} */

.top-bar {
  display: flex;
  justify-content: space-between;
  margin: 45px 100px 50px 40px;
  align-items: center;
}

section.dashboard .col-md-10 {
  padding: 0;
}

.search-field input {
  padding: 12px 20px 12px 60px;
  border: none;
  border-radius: 30px;
  color: var(--red);
  font-weight: 500;
}

.search-field button {
  background: none;
  border: none;
  font-size: 20px;
  position: relative;
  left: 40px;
}

.search-field input::placeholder {
  color: var(--red);
  font-weight: 600;
}

.two-btn a {
  font-weight: 600;
  margin-left: 30px;
}

a.red-btn {
  background: var(--red);
  padding: 12px 30px;
  border-radius: 25px;
  color: #fff;
}

.red-btn-save {
  background: var(--red);
  padding: 12px 30px;
  border-radius: 25px;
  color: #fff;
}

.toogle i {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 2px 0 #0000003d;
  border-radius: 30px;
  position: absolute;
  left: -19px;
  bottom: 29px;
}

.toogle {
  position: relative;
}

.dash-head h2 {
  font-size: 30px;
  font-weight: 700;
}

.dash-head {
  margin-top: 100px;
}
.menu {
  margin-top: 60px;
}
.dash-head p {
  margin-top: 20px;
  color: var(--red);
  font-weight: 500;
}

.client-filter {
  margin: 70px 0px 100px 70px;
  display: flex;
  align-items: center;
  gap: 210px;
}

.clients-search {
  position: relative;
}

.clients-search button {
  position: absolute;
  background: none;
  border: none;
  font-size: 20px;
  top: 7px;
  left: 8px;
}

.clients-search input {
  padding: 12px 20px 12px 40px;
  border: none;
  background: none;
  color: var(--red);
  font-weight: 500;
}

.clients-search input:focus-visible {
  outline: none;
}

.clients-search input::placeholder {
  color: var(--red);
  font-weight: 500;
}

select#clients {
  border: none;
  padding: 10px 30px 10px 10px;
  font-weight: 600;
}

.clients-table {
  height: 380px;
  width: 98rem;
}

thead th {
  width: 1%;
}

table.tg thead {
  border-bottom: 1px solid #999393;
}

table.tg thead tr th {
  padding-bottom: 20px !important;
}

td.tg-0pky i {
  background: #000;
  color: #fff;
  padding: 2px 17px;
  border-radius: 30px;
  margin-top: 10px;
  font-size: 30px;
}

.footer-text p {
  margin-left: 30px;
  font-size: 17px;
  font-weight: 600;
}
/* Login Page */

section.login-page {
  width: 100%;
  height: 100vh;
  background: #e4f7fd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-head h2 {
  text-align: center;
  font-size: 37px;
  margin-bottom: 80px;
  font-weight: 700;
  text-transform: uppercase;
}

.form-head h2 span {
  color: var(--red);
}

.login-form h2 {
  text-transform: uppercase;
  font-weight: 650;
  font-size: 35px;
  text-align: center;
  margin-bottom: 21px;
}

.login-form {
  background: #ffffff40;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 15px 0 #00000017;
  border-radius: 5px;
  padding: 50px 40px 30px;
  height: fit-content;
}

.top-main-row {
  justify-content: center;
  gap: 40px;
}

.login-form .col-md-12 input {
  width: 100%;
  margin-bottom: 18px;
  padding: 13px 23px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.login-form .col-md-12 input.login-btn {
  background-color: #809f6f;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.login-page input#remember {
  width: auto;
  margin-right: 6px;
  outline: 1px solid var(--red);
  padding: 7px;
  margin: 0;
  outline-style: auto;
}

.login-page .row .col-md-6 label {
  font-weight: 600;
  margin-left: 5px;
}

.login-page .row .col-md-6 a {
  display: block;
  text-align: right;
  font-weight: 600;
}

.register-form {
  background: #ffffff40;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 15px 0 #00000017;
  border-radius: 5px;
  padding: 50px 40px 30px;
}

.register-form .col-md-12 input {
  width: 100%;
  margin-bottom: 18px;
  padding: 13px 23px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.register-form .col-md-12 input.register-btn {
  background-color: #809f6f;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.register-form .col-md-6 input {
  width: 100%;
  margin-bottom: 18px;
  padding: 13px 23px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.register-form h2 {
  text-transform: uppercase;
  font-weight: 650;
  font-size: 35px;
  text-align: center;
  margin-bottom: 21px;
}

.register-form .col-md-12 p a {
  color: var(--red);
  text-decoration: underline;
}

.register-form .col-md-12 p {
  font-size: 14px;
  font-weight: 500;
}
/* Login Page */

/* FOrm */
section.speech-form {
  padding: 50px 0 50px 0;
  background: #ffffff;
}

section.speech-form h2 {
  text-align: center;
  color: var(--red);
  background: #ffffff;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 50px;
}
section.speech-form label {
  font-size: 17px;
  font-weight: 500;
}

section.speech-form input {
  background: none;
  border: none;
  border-bottom: 2px solid #2d2d2d;
  margin-bottom: 25px;
  /* width:230px; */
}

.form-top-box .container {
  padding: 50px;
  background: #dff3f4;
  border: 1px solid #bcbcbc;
}

.form-top-box .col-md-6 label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

input#child-name {
  width: 100%;
}

.second-row {
  display: flex;
  justify-content: space-between;
}

.second-row label {
  font-size: 17px;
  font-weight: 500;
}

.second-row input {
  width: 15%;
}

.third-row {
  display: flex;
  justify-content: space-between;
}

.third-row label {
  font-size: 17px;
  font-weight: 500;
}

.third-row #location {
  width: 36%;
}

input#address {
  width: 35%;
}

input#other-address {
  width: 72%;
}

.fourth-row {
  display: flex;
  /* justify-content: space-between; */
  gap: 140px;
}

.other-address {
  width: 70%;
}
.form-bottom .container {
  padding: 50px;
}
input#agency {
  width: 63%;
}

.row-2 {
  display: flex;
  justify-content: space-between;
}

.session input[type="text"] {
  width: 38%;
}

.row-4 input[type="text"] {
  width: 30%;
} 

.row-5 label {
  display: block;
  margin-bottom: 20px;
  font-weight: 600 !important;
  font-size: 18px !important;
}

.row-5 textarea {
  width: 100%;
  background: no-repeat;
  border: 1px solid #e5e5e5;
  margin-bottom:20px ;
}

.row-6 {
  display: flex;
  gap: 300px;
}

.row-7 {
  display: flex;
  gap: 68px;
}


.row-8 {
  display: flex;
  gap: 124px;
}

.row-9 label {
  display: block;
}

.row-9 textarea {
  width: 100%;
  background: none;
  border: 1px solid #e5e5e5;
  margin: 20px 0;
}

.row-10 label {
  display: block;
}

.row-10 textarea {
  width: 100%;
  background: none;
  border: 1px solid #e5e5e5;
  margin: 20px 0;
}

.row-11 p {
  font-size: 18px;
  font-weight: 600;
}

.row-11-1 {
  display: flex;
  gap: 104px;
}

.row-13-1 {
  display: flex;
  justify-content: space-between;
}

.row-12 label {
  display: block;
}

.row-12 {
  width: 50%;
}


.row-12 textarea {
  width: 98%;
  background: none;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.row-13 {
  width: 50%;
}

.row-13 label {display: block;}

.row-13 textarea {
  width: 100%;
  background: none;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.row-14 {
  display: flex;
  justify-content: space-between;
}

.row-14 input {
  width: 19%;
}

.row-15 {
  display: flex;
  justify-content: space-between;
}

.row-15 input {
  width: 20%;
}

.row-16 {
  display: flex;
  gap: 50px;
}

.row-16 input {
  width: 17%;
}

div#top-logo {
    display: flex;
    justify-content: center;
    margin: 20px 0 70px;
}
input.form-btn {
    background: #809f6f !important;
    border: none !important;
    border-radius: 6px;
    padding: 14px 40px;
    color: #fff;
}
a.form-btn {
    background: #22939f !important;
    border: none !important;
    border-radius: 6px;
    padding: 14px 40px;
    color: #fff;
}
/* FOrm */

