html {
    /* background-color: rgba(102, 89, 221, 1);*/
    padding-bottom: 60px;
    min-height: 100vh;
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 14px;
  width: 100%;
}
.login .body-clr {
    background-color: rgba(102, 89, 221, 1);
    background: linear-gradient( 0deg, rgba(102, 89, 221, 1) 0%, rgba(188, 78, 155, 1) 91% );
}

.login html {
    background-color: rgba(102, 89, 221, 1);
    /* background: linear-gradient( 0deg, rgba(102, 89, 221, 1) 0%, rgba(188, 78, 155, 1) 91% ); */
    padding-bottom: 60px;
    min-height: 100vh;
}
.body-clr {
    width: 100%;
    height: 100%;
    /*   background-repeat: no-repeat;
  background-attachment: fixed;
 background: rgb(102, 89, 221);
  background: linear-gradient(
    0deg,
    rgba(102, 89, 221, 1) 0%,
    rgba(188, 78, 155, 1) 91%
  );
         background-repeat: repeat-y;
    */
    background-color: #f4f3eb !important;
    position: relative;
    background-repeat: repeat;
    background-size: contain;
}

.ftr-sec:before {
  content: "";
  position: absolute;
  background-color: #f40079;
  border-radius: 100px 0px 0px 0px;
  width: 52px;
  height: 52px;
  bottom: 0px;
  right: 0px;
}
.welcome-sec
{
    padding-bottom:55px;
}

.welcome-sec h5 {
    color: #ffbb01;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 32px;
}

.welcome-sec h2 {
  color: #ffffff;
  font-family: "Lobster";
  font-weight: 400;
  font-size: 35px;
}

.welcome-sec h3 {
  color: #ffffff;
  font-family: "Lobster";
  font-weight: 400;
  font-size: 36px;
  position: relative;
}

.welcome-sec h3:before {
  position: absolute;
  content: "";
  background-color: #ffbb01;
  width:100%;
  height: 4px;
  bottom: -5px;
}

.welcome-sec h3:after {
  position: absolute;
  content: "";
  background-image: url(../imgs/dots.png);
  width: 18px;
  height: 13px;
  bottom: -8px;
  right: -4px;
}

a.pink-btn {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  background-color: #f40079;
  padding: 10px 50px 10px 50px;
  border-radius: 30px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
}

a.pink-btn:hover {
  background-color: #ffbb01;
}
button.pink-btn {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    background-color: #f40079;
    padding: 10px 50px 10px 50px;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
    border:0px;
}

    button.pink-btn:hover {
        background-color: #ffbb01;
    }
a.otp-btn {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  background-color: #f40079;
  padding: 10px 30px 10px 30px;
  border-radius: 30px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
}

a.otp-btn:hover {
  background-color: #ffbb01;
}
a.otp-btn {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  background-color: #f40079;
  padding: 10px 30px 10px 30px;
  border-radius: 30px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
}

a.otp-btn:hover {
  background-color: #ffbb01;
}
a.pink-btn-one {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  background-color: #f40079;
  padding: 10px 50px 10px 50px;
  border-radius: 30px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
  display: block;
  text-align: center;
}

a.pink-btn-one:hover {
  background-color: #ffbb01;
}
button.pink-btn-one {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    background-color: #f40079;
    padding: 10px 50px 10px 50px;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
    display: block;
    text-align: center;
    border:0px;
}

    button.pink-btn-one:hover {
        background-color: #ffbb01;
    }
a.white-btn {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  padding: 10px 56px 10px 56px;
  border-radius: 30px;
  color: #0d0d0d;
  text-decoration: none;
  transition: 0.5s;
}

a.white-btn:hover {
  background-color: #ffbb01;
  color: #ffffff;
}

.login-wrp {
  width: 50%;
}

.input-style {
  border-radius: 30px;
}

a.forgot-text {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}

a.forgot-text span {
  color: #ffbb01;
  transition: 0.5s;
}

a.forgot-text span:hover {
  font-size: 16px;
  font-weight: 600;
  color: #ea0202;
  text-decoration: none;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.2rem + 2px);
  line-height: 1.25;
}

.form-floating i {
  margin-right: 5px;
  font-size: 16px;
  color: #f40079;
  margin-top: 3px;
  float: left;
}

.form-floating > label {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.back-btn a i {
  margin: 5px 5px;
  font-size: 14px;
  padding: 5px 30px 5px 7px;
  border-radius: 5px;
  background-color: #ffbb01;
  color: #ffffff;
  transition: 0.5s;
}

.back-btn a i:hover {
  background-color: #f40079;
}

.home-hd-sec {
  background-color: #94067d;
  padding: 20px 10px 20px 10px;
  -webkit-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.27);
box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.27);
}

.home-hd-sec h5 {
  color: #ffbb01;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 26px;
  text-align: center;
}

.home-hd-sec h2 {
  color: #ffffff;
  font-family: "Lobster";
  font-weight: 400;
  font-size: 50px;
  text-align: center;
  position: relative;
}

.home-hd-sec h2:after {
  position: absolute;
  content: "";
  background-image: url(../imgs/dots.png);
  width: 18px;
  height: 13px;
  bottom: -8px;
 
}

.home-hd-sec h3 {
  color: #ffffff!important;
  font-family: "Lobster";
  font-weight: 400;
  font-size: 32px;
  position: relative;
  text-align: center;
}

.search {
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.search input {
  height: 40px;
  text-indent: 25px;
  border: 2px solid #d6d4d4;
}

.search input:focus {
  box-shadow: none;
  border: 2px solid blue;
}

.search .fa-search {
  position: absolute;
  top: 14px;
  left: 16px;
}

.search button {
  position: absolute;
  top: 2px;
  right: 5px;
  height: 36px;
  width: 110px;
  background: blue;
}

.search button {
  background: #f40079;
  border: none;
}

.search button:hover {
  background: #ffbb01;
}

.sticky-hdr {
    width: 100%;
    background: rgb(102, 89, 221);
    background: linear-gradient( 0deg,
    /*rgba(102, 89, 221, 1) 0%,*/
    rgb(98 36 120) 0%, rgba(188, 78, 155, 1) 91% );
    position: fixed;
    top: 0px;
    z-index: 99;
}

.main-sec {
  margin-top: 102px;
}

.box-wrp {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
  transition: 0.5s;
  text-decoration: none;
}

.box-wrp h5 {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  position: relative;
}

.box-wrp h5:before {
  content: "";
  position: absolute;
  background-color: #ffbb01;
  width: 25px;
  height: 5px;
  display: inline;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -25px);
  transition: 0.5s;
}

.icn-wrp {
  width: 120px;
  height: 120px;
  background-color: #faf5ac;
  border-radius: 60px;
  transition: 0.5s;
 
}

.input-wrp .form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: calc(3.2rem + 2px) !important;
    line-height: 1.25;
    background-color: transparent;
    border-bottom: 2px solid CRIMSON !important;
    border: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}
.box-wrp:hover {
  -webkit-box-shadow: 1px 1px 16px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 16px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 16px -5px rgba(0, 0, 0, 0.75);
}

.box-wrp:hover .icn-wrp {
  background-color: #f40079;
  -webkit-box-shadow: -1px 2px 19px -1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: -1px 2px 19px -1px rgba(0, 0, 0, 0.18);
  box-shadow: -1px 2px 19px -1px rgba(0, 0, 0, 0.18);
}

.box-wrp:hover.box-wrp h5:before {
  background-color: #f40079;
  width: 100%;
}

.long-box-wrp {
  background-color: #f5f3c1;
  border-radius: 10px;
  margin-top: 20px;
  transition: 0.5s;
  text-decoration: none;
}

.long-box-wrp h5 {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  position: relative;
}

.long-box-wrp h5:before {
  content: "";
  position: absolute;
  background-color: #ffbb01;
  width: 25px;
  height: 5px;
  display: inline;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -25px);
  transition: 0.5s;
}

.shape-cvr {
  width: 320px;
  height: 120px;
  background-color: #e0ab6a;
  clip-path: polygon(0 0, 100% 0%, 89% 100%, 0% 100%);
  transition: 0.5s;
  border-radius: 10px 0px 0px 10px;
  padding: 30px;
}

.long-icn-wrp {
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 60px;
  transition: 0.5s;
}

.long-box-wrp:hover {
  -webkit-box-shadow: 1px 1px 16px -5px rgb(0 0 0 / 75%);
  -moz-box-shadow: 1px 1px 16px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 16px -5px rgb(0 0 0 / 75%);
}

.long-box-wrp:hover {
  -webkit-box-shadow: 1px 1px 16px -5px rgb(0 0 0 / 75%);
  -moz-box-shadow: 1px 1px 16px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 16px -5px rgb(0 0 0 / 75%);
}

.long-box-wrp:hover.box-wrp h5:before {
  background-color: #f40079;
  width: 100%;
}

.long-box-wrp h5 {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  position: relative;
}

.long-box-wrp h5:before {
  content: "";
  position: absolute;
  background-color: #ffbb01;
  width: 25px;
  height: 5px;
  display: inline;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -25px);
  transition: 0.5s;
}

.long-box-wrp:hover h5:before {
  background-color: #f40079;
  width: 100%;
}

.long-box-wrp:hover .long-icn-wrp {
  background-color: #faf5ac;
  -webkit-box-shadow: -1px 2px 19px -1px rgb(0 0 0 / 18%);
  -moz-box-shadow: -1px 2px 19px -1px rgba(0, 0, 0, 0.18);
  box-shadow: -1px 2px 19px -1px rgb(0 0 0 / 18%);
}

.long-box-wrp:hover .shape-cvr {
  background-color: #f40079;
}

.white-radius-sec {
    background-color: #ffffff;
    padding: 10px;
   /* margin: 15px 15px 55px 15px;*/
   margin:10px;
    border-radius: 20px;
}

.box-wrp-blue {
  background-color: #a48ef5;
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
  transition: 0.5s;
  text-decoration: none;
}

.box-wrp-blue h5 {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  position: relative;
}

.box-wrp-blue h5:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 25px;
  height: 5px;
  display: inline;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -25px);
  transition: 0.5s;
}

.box-wrp-blue:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 16px -5px rgb(0 0 0 / 75%);
  -moz-box-shadow: 1px 1px 16px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 16px -5px rgb(0 0 0 / 75%);
}

.box-wrp-blue:hover .icn-wrp {
  background-color: #f40079;
  -webkit-box-shadow: -1px 2px 19px -1px rgb(0 0 0 / 18%);
  -moz-box-shadow: -1px 2px 19px -1px rgba(0, 0, 0, 0.18);
  box-shadow: -1px 2px 19px -1px rgb(0 0 0 / 18%);
}

.box-wrp-blue:hover.box-wrp-blue h5:before {
  background-color: #a48ef5;
  width: 100%;
}

.box-wrp-blue .icn-wrp {
  background-color: #ffffff;
}

.box-wrp-blue:hover .icn-wrp {
  background-color: #a48ef5;
}

.box-wrp-light-blue {
  background-color: #c1f5ea;
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
  transition: 0.5s;
  text-decoration: none;
}

.box-wrp-light-blue h5 {
  color: rgb(0, 0, 0);
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  position: relative;
}

.box-wrp-light-blue h5::before {
  content: "";
  position: absolute;
  background-color: rgb(255, 255, 255);
  width: 25px;
  height: 5px;
  display: inline;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -25px);
  transition: all 0.5s ease 0s;
}

.box-wrp-light-blue .icn-wrp {
  background-color: #ffffff;
}

.box-wrp-light-blue:hover .icn-wrp {
  background-color: #c1f5ea;
  -webkit-box-shadow: -1px 2px 19px -1px rgb(0 0 0 / 18%);
  -moz-box-shadow: -1px 2px 19px -1px rgba(0, 0, 0, 0.18);
  box-shadow: -1px 2px 19px -1px rgb(0 0 0 / 18%);
}

.box-wrp-light-blue:hover.box-wrp-light-blue h5::before {
  background-color: #c1f5ea;
  width: 100%;
}

.box-wrp-light-blue:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 16px -5px rgb(0 0 0 / 75%);
  -moz-box-shadow: 1px 1px 16px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 16px -5px rgb(0 0 0 / 75%);
}

.box-wrp-light-ylw {
  background-color: #f8ecd3;
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
  transition: 0.5s;
  text-decoration: none;
}

.box-wrp-light-ylw .icn-wrp {
  background-color: #ffffff;
}

.box-wrp-light-ylw:hover .icn-wrp {
  background-color: #f8ecd3;
  -webkit-box-shadow: -1px 2px 19px -1px rgb(0 0 0 / 18%);
  -moz-box-shadow: -1px 2px 19px -1px rgba(0, 0, 0, 0.18);
  box-shadow: -1px 2px 19px -1px rgb(0 0 0 / 18%);
}

.box-wrp-light-ylw:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 75%) 1px 1px 16px -5px;
}

.box-wrp-light-ylw h5 {
  color: rgb(0, 0, 0);
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  position: relative;
}

.box-wrp-light-ylw h5::before {
  content: "";
  position: absolute;
  background-color: rgb(255, 255, 255);
  width: 25px;
  height: 5px;
  display: inline;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -25px);
  transition: all 0.5s ease 0s;
}

.box-wrp-light-ylw:hover.box-wrp-light-ylw h5::before {
  background-color: #f8ecd3;
  width: 100%;
}

.box-wrp-rose {
  background-color: #f8cfcd;
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
  transition: 0.5s;
  text-decoration: none;
}

.box-wrp-rose:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 75%) 1px 1px 16px -5px;
}

.box-wrp-rose .icn-wrp {
  background-color: #ffffff;
}

.box-wrp-rose:hover .icn-wrp {
  background-color: #f8cfcd;
  -webkit-box-shadow: -1px 2px 19px -1px rgb(0 0 0 / 18%);
  -moz-box-shadow: -1px 2px 19px -1px rgba(0, 0, 0, 0.18);
  box-shadow: -1px 2px 19px -1px rgb(0 0 0 / 18%);
}

.box-wrp-rose h5 {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  position: relative;
}

.box-wrp-rose h5::before {
  content: "";
  position: absolute;
  background-color: rgb(255, 255, 255);
  width: 25px;
  height: 5px;
  display: inline;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -25px);
  transition: all 0.5s ease 0s;
}

.box-wrp-rose:hover.box-wrp-rose h5::before {
  background-color: #f8ecd3;
  width: 100%;
}

.box-wrp-light-grn {
  background-color: #d8f8cd;
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
  transition: 0.5s;
  text-decoration: none;
}

.box-wrp-light-grn:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 75%) 1px 1px 16px -5px;
}

.box-wrp-light-grn .icn-wrp {
  background-color: #ffffff;
}

.box-wrp-light-grn h5 {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  position: relative;
}

.box-wrp-light-grn h5:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 25px;
  height: 5px;
  display: inline;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -25px);
  transition: 0.5s;
}

.box-wrp-light-grn:hover.box-wrp-light-grn h5:before {
  background-color: #d8f8cd;
  width: 100%;
}

.box-wrp-light-grn:hover .icn-wrp {
  background-color: #d8f8cd;
  -webkit-box-shadow: -1px 2px 19px -1px rgb(0 0 0 / 18%);
  -moz-box-shadow: -1px 2px 19px -1px rgba(0, 0, 0, 0.18);
  box-shadow: -1px 2px 19px -1px rgb(0 0 0 / 18%);
}

.box-wrp-violet {
  background-color: #f8cdf6;
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
  transition: 0.5s;
  text-decoration: none;
}

.box-wrp-violet:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 75%) 1px 1px 16px -5px;
}

.box-wrp-violet .icn-wrp {
  background-color: #ffffff;
}

.box-wrp-violet:hover .icn-wrp {
  background-color: #f8cdf6;
  -webkit-box-shadow: -1px 2px 19px -1px rgb(0 0 0 / 18%);
  -moz-box-shadow: -1px 2px 19px -1px rgba(0, 0, 0, 0.18);
  box-shadow: -1px 2px 19px -1px rgb(0 0 0 / 18%);
}

.box-wrp-violet h5 {
  color: rgb(0, 0, 0);
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  position: relative;
}

.box-wrp-violet h5::before {
  content: "";
  position: absolute;
  background-color: rgb(255, 255, 255);
  width: 25px;
  height: 5px;
  display: inline;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -25px);
  transition: all 0.5s ease 0s;
}

.box-wrp-violet:hover.box-wrp-violet h5::before {
  background-color: rgb(248, 236, 211);
  width: 100%;
}

.main {
  margin-top: 0px;
  padding-bottom: 55px;
}

.ftr-sec {
    background-color: #94067d;
    padding: 15px 10px 0px 10px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 99;

}

.ftr-sec p {
  color: #e0ab6a;
}

.ftr-sec p span {
  color: #ffffff;
}

.toggle-btn {
}

.toggle-btn i {
  font-size: 26px;
  color: #ffffff;
}

.toggle-btn i:hover {
  font-size: 26px;
  color: #ffbb01;
}

.box-bg {
  background-color: #94067d;
  padding: 10px 20px 10px 20px;
}

.round-profile {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #ffffff;
}

.round-profile img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 3px solid #ffbb00;
}

.box-bg h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 22px;
}

.box-bg p {
  color: #ffbb01;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.sibling-wrp {
  background-color:#fff8e5;
  padding: 20px 0px 20px 0px;
  border-radius: 5px;
}

.sibling-wrp h4 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}

.form-sec {
  padding: 10px 35px 10px 35px;
}

a.pink-btn-sml {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  background-color: #f40079;
  padding: 6px 30px 6px 30px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  transition: 0.5s;
}

a.pink-btn-sml:hover {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  background-color: #ffffff;
  padding: 6px 30px 6px 30px;
  border-radius: 30px;
  color: #000000;
  text-decoration: none;
  transition: 0.5s;
}

button.pink-btn-sml {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    background-color: #f40079;
    padding: 6px 30px 6px 30px;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    transition: 0.5s;
    border:0px;
}

    button.pink-btn-sml:hover {
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        text-align: center;
        background-color: #ffffff;
        padding: 6px 30px 6px 30px;
        border-radius: 30px;
        color: #000000;
        text-decoration: none;
        transition: 0.5s;
    }
.log-out {
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 100px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px -1px 10px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 1px -1px 10px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 1px -1px 10px 0px rgba(0, 0, 0, 0.26);
  position: relative;
  top:10%;
  transition:0.5s;
}
.log-out:hover {
  background-color: #ffbb01;
}
.log-out:hover.log-out i {
  color: #ffffff;
}
.log-out:hover.log-out h5 {
  color: #ffffff;
}
.log-out h5 {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 13px;
  font-weight: 800;
}

.log-out i {
  font-size: 20px;
  color: #f40079;
}
.profile i{
    color: #f40079;
}
.top-space{
    margin-top:102px;
    margin-bottom:50px;
}
.photo-frame{
    width:150px;
    height: 150px;
}
.photo-frame img{
    width:150px;
    height: 150px;
    border-radius: 10px;
}
.name-wrp h3{
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    position: relative;
    background-color: #ffbb01;
    padding: 5px 30px 5px 30px;
    border-radius: 5px;
}
.light-bg{
    background-color:#fef3b9;
    padding: 20px;
}
.white-back-btn a i {
    background-color: transparent !important;
    font-size: 20px !important;
}
.pink-btn-sml-one {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  background-color: #f40079;
  border: none;
  padding: 6px 30px 6px 30px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  transition: 0.5s;
}
.pink-btn-sml-one:hover {
  background-color: #ffbb01;
  color: #000000;
}

/*.change-pop .form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(2.6rem + 2px) !important;
  line-height: 1.25;
}*/
.change-pop .form-floating>label {
  position: absolute;
  top: -6px;
}
.modal-header{
  background-color:#ffbb01;
  color: #ffffff;
}

.change-pop .form-floating > label{
  font-size: 14px !important;
}
.fa-check{
  color:#15c900 ;
}
.fa-print{
  color:#94067F;
}
.fa-eye {
  color:#15c900 ;
}
.fa-clock-o{
  color: #ea0202;
}

.hm-wrk-box-wrp {
  background-color: #f8ecd3;
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
  transition: 0.5s;
  text-decoration: none;
}
.hm-wrk-box-wrp:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 75%) 1px 1px 16px -5px;
}

.hm-wrk-top-space{
  margin-top:270px;
  margin-bottom: 100px;
}

.input-height{
  height: calc(2.8rem + 2px) !important;
}
.border-radius-30{
  border-radius: 30px;
}
.tbody, td, tfoot, th, thead, tr:hover{
  background-color: #eeeeee;
}
.gray-bg{
  background-color: #eeeeee;
  padding: 5px 5px;
  font-weight: 800;
}
.dark-gray-bg{
  background-color: #dfdede;
  padding: 5px 5px;
  font-weight: 800;
}
.white-radius-sec h3{
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 20px;
}
.hm-wrk-top-space{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
.top-space{
  display: flex;
/*  min-height: 100vh;*/
  flex-direction: column;
  justify-content: space-between;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.approved-style h5{
  background-color: #ffbb01;
  padding: 5px 5px 5px 10px;
  color: #000000;
}
a.orange-color{
  color: #ff7b00;
}
a.grn-color{
  color: #00a40e;
}
.grid-wrapper .list-group .list-group-item:nth-child(even) {
  background-color: rgb(255 248 218);
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}
.rounded-circle {
  border-radius: 50%!important;
}
.grid-wrapper h5{
  color: #94067d;
  font-size: 16px;
  font-weight: 800;
 
}
.grid-wrapper h6{
  color: #000000;
  font-size: 16px;
}
p .lg-size{
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}




/*** 
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.raduis-frame img{
  border-radius: 60%;
}

.stu-prfle h3{
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
   
}
.stu-prfle h4{
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.stu-prfle h6{
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.stu-prfle {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s;
    text-decoration: none;
    border: 1px solid #ffbb01;
}
.pink-btn-sml-stu {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  background-color: #f40079;
  border: none;
  padding: 10px 30px 10px 30px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  transition: 0.5s;
}
.pink-btn-sml-stu:hover {
  background-color: #ffbb01;
  color: #000000;
}
a.Notifications-wrp{
  background: rgb(255,177,103);
  background: linear-gradient(270deg, rgba(255,177,103,1) 0%, rgba(255,177,103,1) 45%, rgba(255,212,127,1) 100%);
  padding:10px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.5s;
}
a:hover.Notifications-wrp{
  background: rgb(255,177,103);
  background: linear-gradient(90deg, rgba(255,177,103,1) 0%, rgba(255,177,103,1) 45%, rgba(255,212,127,1) 100%);
  padding:10px;
  border-radius: 30px;
  text-decoration: none;
}
.Notifications-wrp h3{
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  text-decoration: none;
}
.bell-wrp {
  width: 35px;
  height: 35px;
  border-radius: 30px;
  background-color: #ffffff;
  border: 5px solid #b2b2b2;
}
a.announcements-wrp{
  background: rgb(181,220,86);
  background: linear-gradient(90deg, rgba(181,220,86,1) 0%, rgba(181,220,86,1) 45%, rgba(112,219,186,1) 100%);
  padding:10px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.5s;
}
a:hover.announcements-wrp{
  background: rgb(181,220,86);
  background: linear-gradient(272deg, rgba(181,220,86,1) 0%, rgba(181,220,86,1) 45%, rgba(112,219,186,1) 100%);
  padding:10px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.5s;
}
.announcements-wrp h3{
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  text-decoration: none;
}


/******* chat style start *******/
a.Cht-btn {
  width: 100%;
  font-size:16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  background: rgb(55,134,251);
  background: linear-gradient(90deg, rgba(55,134,251,1) 0%, rgba(55,134,251,1) 45%, rgba(188,224,241,1) 100%);
  padding: 10px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: 0.5s;
}
a:hover.Cht-btn {
  background: rgb(55,134,251);
  background: linear-gradient(272deg, rgba(55,134,251,1) 0%, rgba(55,134,251,1) 45%, rgba(188,224,241,1) 100%);
 
}
.present{
    font-size:16px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    line-height: 18px;
    background: rgb(181,220,86);
    background: linear-gradient(272deg, rgba(181,220,86,1) 0%, rgba(181,220,86,1) 45%, rgba(112,219,186,1) 100%);
    position: absolute;
    text-align: center;
    top: 0px;
    padding: 3px 40px 6px 40px;
    border-radius: 3px 3px 9px 10px;
}
a.announce-box-wrp{
  width: 100%;
  background-color: #f8ecd3;
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
  transition: 0.5s;
  text-decoration: none;
  display: inline-block;
}
a:hover.announce-box-wrp {
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 75%) 1px 1px 16px -5px;
}
a.announce-box-wrp b{
  font-size:18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color:#f40079;
}
a.announce-box-wrp p{
  font-size:14px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #373737;
}
a.announce-box-wrp .created-wrp p{
  font-size:14px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color:#000000;
}
.details-box-wrp{
  width: 100%;
  background-color: #f8ecd3;
  padding: 30px;
  border-radius: 10px;
  margin-top:0px;
  transition: 0.5s;
  text-decoration: none;
  display: inline-block;
}
.details-box-wrp b{
  font-size:16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color:#f40079;
}
.details-box-wrp p{
  font-size:14px;
  font-family: "Roboto", sans-serif;
  color: #373737;
}
.details h2{
  font-size:20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color:#000000;
}
.message-box-wrp {
  width: 100%;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  margin-top: -15px;
  transition: 0.5s;
  border: 1px solid #cccccc;
  display: inline-block;
  border-top: none;
}

hr {
  width: 75%;
  height: 1px;
  margin: auto;
  border: none;
  background: #00000020;
}

.icon {
  cursor: pointer;
  transition: all ease 0.5s;
}
.icon:hover {
  opacity: 0.5;
}

.person {
  --size:2em;
  width: fit-content;
  min-width: var(--size);
  min-height: var(--size);
  position: relative;
  background-image: url("https://i.imgur.com/TrT3LoO.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.person.avatar {
  --size:3em;
}
.person.photo {
  --size:6em;
}
.person.photo .online {
  --size:1.5em;
}
.person .online {
  --size:0.75em;
  width: fit-content;
  min-width: var(--size);
  min-height: var(--size);
  position: absolute;
  right: 0;
  bottom: 0;
  background: #09db84;
  border-radius: 50%;
}

.chat {
  --bg:#fff;
  --bg-secundary:#e1e1e8;
  --bg-highlight:#057ef7;
  --color:#2a2b2e;
  width: 100%;
  height: 95%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  color: var(--color);
  background: var(--bg);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 8px -4px #00000020;
  transition: all ease 0.5s;
}
.chat.dark {
  --bg:#1f2024;
  --bg-secundary:#292a30;
  --color:#dde4f0;
}
.chat[data-color=red] {
  --bg-highlight:#f70546;
}
.chat[data-color=green] {
  --bg-highlight:#10915c;
}
.chat[data-color=purple] {
  --bg-highlight:#b600f2;
}
.chat .conversation {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all ease 0.5s;
}
.chat .conversation .head {
  display: none !important;
  width: 100%;
  min-height: 4em;
  display: flex;
  align-items: center;
  gap: 1em;
  background: var(--bg-secundary);
  padding: 0.5em;
}
.chat .conversation .head .buttons {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-left: auto;
}
.chat .conversation .messages {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  padding: 1em;
  overflow: auto;
}
.chat .conversation .messages .time {
  width: fit-content;
  font-size: 0.75em;
  margin: 0 auto;
  padding: 0.5em;
  border-radius: 6px;
  background: #00000020;
}
.chat .conversation .messages .msg-text {
  width: fit-content;
  font-size: 0.85em;
  animation: appear-msg ease 0.25s forwards;
}
.chat .conversation .messages .msg-text .text {
  display: block;
  padding: 0.75em;
  border-radius: 0.75em 0.75em 0.75em 0;
  background: var(--bg-secundary);
  box-shadow: 0 2px 0 #00000020;
}
.chat .conversation .messages .msg-text.owner {
  margin-left: auto;
}
.chat .conversation .messages .msg-text.owner .text {
  color: #fff;
  background: var(--bg-highlight);
  border-radius: 0.75em 0.75em 0 0.75em;
}
.chat .conversation .field {
  width: 100%;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  padding: 0.25em 0.5em;
  border-top: 1px solid var(--bg-secundary);
  transition: all ease 0.5s;
}
.chat .conversation .field .input-message {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0.5em 1em;
  border-radius: 50px;
  color: var(--color);
  background: var(--bg-secundary);
  transition: all ease 0.5s;
}
.chat .conversation .field .input-message:placeholder-shown ~ .text {
  display: none;
}
.chat .conversation .field .input-message:not(:placeholder-shown) ~ .plus {
  display: none;
}
.chat .conversation .field .input-message:not(:placeholder-shown) ~ .audio {
  display: none;
}
.chat .conversation .field .plus {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  border-radius: 50%;
  background: var(--bg-secundary);
}
.chat .conversation .field .send {
  min-width: 32px;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--bg-highlight);
  padding: 0.5em;
  border-radius: 50%;
  overflow: hidden;
}
.chat .conversation .field .send .audio {
  display: none;
}
.chat .options {
  min-width: 50%;
  height: 100%;
  padding: 0.5em;
  border-left: 1px solid var(--bg-secundary);
  background: var(--bg);
  position: absolute;
  right: -100%;
  overflow: auto;
  transition: all ease 0.5s;
}
.chat .options.active {
  right: 0;
}
.chat .options .head {
  display: flex;
  align-items: center;
}
.chat .options .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.chat .options .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.chat .options .buttons .button {
  text-align: center;
}
.chat .options .buttons .button .icon {
  --size:2em;
  width: var(--size);
  height: var(--size);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  margin: auto;
  background: var(--bg-secundary);
  border-radius: 50%;
}
.chat .options .buttons .button .title {
  font-size: 0.9em;
  margin: 0.25em;
  opacity: 0.5;
}
.chat .options .details {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-size: 0.9em;
  padding: 1em 2em;
}
.chat .options .details > * {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  border-bottom: 1px solid #00000020;
}
.chat .options .details .search-field .icon {
  display: flex;
  align-items: center;
}
.chat .options .details .search-field .search {
  width: 100%;
  padding: 0.25em;
  border: none;
  outline: none;
  background: transparent;
}
.chat .options .details .dark-mode .input-dark {
  display: none;
}
.chat .options .details .dark-mode .input-dark:checked ~ .toggle .circle {
  left: 50%;
  background: var(--bg-highlight);
}
.chat .options .details .dark-mode .toggle {
  cursor: pointer;
  --size:1.5em;
  width: calc(var(--size) * 2);
  height: var(--size);
  position: relative;
  border-radius: var(--size);
  outline: 2px solid var(--bg-secundary);
}
.chat .options .details .dark-mode .toggle .circle {
  width: var(--size);
  height: var(--size);
  position: relative;
  left: 0;
  background: var(--bg-secundary);
  border-radius: var(--size);
  transition: all ease 0.5s;
}
.chat .options .details .theme .colors {
  display: flex;
  gap: 0.5em;
}
.chat .options .details .theme .colors .color {
  cursor: pointer;
  --size:1.25em;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
}
.chat .options .details .theme .colors .color:hover {
  outline: 2px solid var(--bg-secundary);
}
.chat .options .details .theme .colors .color.blue {
  background: #057ef7;
}
.chat .options .details .theme .colors .color.red {
  background: #f70546;
}
.chat .options .details .theme .colors .color.green {
  background: #10915c;
}
.chat .options .details .theme .colors .color.purple {
  background: #b600f2;
}
.chat .options .details .media {
  flex-direction: column;
  gap: 1em;
}
.chat .options .details .media .label {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.chat .options .details .media .photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 96px;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}
.chat .options .details .media .photos .img {
  cursor: pointer;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  object-position: center;
}
.chat .options .details .view-more {
  cursor: pointer;
  width: fit-content;
  margin: auto;
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  color: var(--bg-highlight);
  background: #00000005;
  border-radius: 8px;
  padding: 0.5em;
}

.social {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
}
.social .button {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .chat .conversation, .chat .options {
    width: 100%;
  }
}
@keyframes appear-msg {
  from {
    opacity: 0;
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/******* chat style end *******/

a.notification-wrp {
  width: 100%;
  background-color: #f8ecd3;
  padding: 30px;
  border-radius: 10px;
  transition: 0.5s;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
}
a.notification-wrp b, a.notification-wrp-two b{
 color: #000000;
}
a.notification-wrp p,a.notification-wrp-two p {
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #f40079;
}
a:hover.notification-box-wrp {
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 75%) 1px 1px 16px -5px;
}
a.notification-wrp-two {
  width: 100%;
  background-color: #beffc8;
  padding: 30px;
  border-radius: 10px;
  transition: 0.5s;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
}
.filter-btn {
  padding: 11px 15px 10px 13px;
  border-radius: 60px;
  background-color: #ffbb01;
  position: fixed;
  right: 0;
  
}
.filter-btn i {
  font-size: 22px;
  color: #000000;
}
.filter-btn:hover {
  padding: 11px 15px 10px 13px;
  border-radius: 60px;
  background-color: #f40079;
}
.filter-btn:hover.filter-btn i {
  color: #ffffff;
}
.card-box-wrp {
   width: 100%; 
  background-color: #f8ecd3;
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
  transition: 0.5s;
  text-decoration: none;
  display: inline-block;
}
p.pink-bold{
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #f40079;
}
.photo-frame-round img {
    border-radius: 60px;
    width: 90px;
    height: 90px;
}
.siblings-sec h2 {
    font-size: 16px;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    color: #f40079;
}

.siblings-sec h5 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #000000;
}

div.btn-class {
    width: 100%;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    line-height: 18px;
    text-align: center;
    background-color: #f40079;
    padding: 6px 10px 6px 10px;
    border-radius: 10px;
    color: #ffffff;
    float: left;
    font-weight: 600;
    text-decoration: none;
    transition: 0.5s;
}

    div.btn-class:hover {
        background-color: #ffbb01;
        color: #000000;
    }
.clr-box{
  width:100px;
  height: 25px;
  background-color: brown;
  display: block;
}
.form-check-input:checked {
    background-color: #94067d;
    border-color: #b24fa3;
}
.modal-body-clr {
    background: linear-gradient( 0deg, rgba(102, 89, 221, 1) 0%, rgba(188, 78, 155, 1) 91% );
}
a.home-wrk-box-wrp {
    width: 100%;
    background-color: #f8ecd3;
    position: relative;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
}

    a.home-wrk-box-wrp:before {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 70px;
        content: "\f0fd";
        position: absolute;
        right: 20px;
        bottom: 20px;
        color: #f3e5c7;
    }

a:hover.home-wrk-box-wrp {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 75%) 1px 1px 16px -5px;
}

a.home-wrk-box-wrp b {
    font-size: 18px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #f40079;
}

a.home-wrk-box-wrp b {
    font-size: 18px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #f40079;
}

a.home-wrk-box-wrp .created-wrp p {
    font-size: 14px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #373737;
}

a.home-wrk-box-wrp p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #373737;
}

.music-icns .icn-cvr-1 i {
    background-color: #f40079;
    padding: 11px 15px 13px 11px;
    border-radius: 80px;
}

.music-icns .icn-cvr-2 i {
    background-color: #ffbb01;
    padding: 11px 15px 13px 15px;
    border-radius: 80px;
}

.music-icns .icn-cvr-3 i {
    background-color: #ffbb01;
    padding: 11px 11px 13px 11px;
    border-radius: 80px;
}

.recording-btn-1 {
    background-color: #ebe7da;
    padding: 5px 4px 13px 21px;
    border-radius: 80px;
}

.recording-btn-2 {
    background-color: #ebe7da;
    padding: 4px 2px 13px 18px;
    border-radius: 80px;
}
.fa-trash {
    color: red;
    font-size: 16px !important;
}
.hd-top h2 {
    color: #ffffff;
    font-family: "Lobster";
    font-weight: 400;
    font-size: 50px;
    text-align: center;
    position: relative;
}

.hd-top h5 {
    color: #ffbb01;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
}
.hd-top .hdan {
    display: block; /* Important to give the content a width */
    width: 100%;
    transform: translateX(100%); /* Animation start out of the screen */
    /* Add the animation */
    animation: move 10s linear infinite /* infinite make reapeat the animation indefinitely;;; */;
}

/* Create the animation */
@keyframes move {
    to {
        transform: translateX(-100%);
    }
}
.school-name-wrp {
    overflow: hidden;
    width: max-content;
}



.card-box-wrp {
    width: 100%;
    background-color: #f8ecd3;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
}

.leave .round {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #f40079;
    border: 5px solid #ed9aa2;
    color: #ffffff;
    text-align: center;
    position: absolute;
    right: 6px;
    top: 15px;
}

    .leave .round h5 {
        font-size: 14px;
    }
.toast {
    --bs-toast-max-width: auto !important;
}
.sticky-hdr h2 {
    color: #ffffff;
    font-family: "Lobster";
    font-weight: 400;
    font-size: 50px;
    text-align: center;
    position: relative;
}

    .sticky-hdr h2:after {
        position: absolute;
        content: "";
        background-image: url(../imgs/dots.png);
        width: 18px;
        height: 13px;
        bottom: -8px;
    }

.hd-height {
    height: 102px;
}
.back-btn button {
    border: 0;
    background: transparent;
}

.back-btn a i {
    margin: 5px 5px;
    font-size: 14px;
    padding: 5px 30px 5px 7px;
    border-radius: 5px;
    background-color: #ffbb01;
    color: #ffffff;
    transition: 0.5s;
}

    .back-btn a i:hover {
        background-color: #f40079;
    }

.back-btn button i {
    margin: 5px 5px;
    font-size: 24px;
    padding: 5px 30px 5px 7px;
    border-radius: 5px;
    background-color: transparent;
    color: #ffffff;
    transition: 0.5s;
}
.timetable .nav-link {
    padding: 3px;
    margin: 2px;
    background-color: #eeeeee;
    color: #94067d;
    width: 33px;
    font-size: 12px;
}

.timetable .nav {
    padding-left: 10px;
}

.white-radius-sec.timetable h3 {
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 16px;
    background-color: #ffbb01;
    padding: 2px 10px 3px 10px;
    text-align: center;
    border-radius: 5px;
}

.white-radius-sec.timetable .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #f40079;
}
.timetable1 {
    width: 100%;
    background-color: #f8ecd3;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}

.timetable2 {
    width: 100%;
    background-color: #beffc8;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}

.table-style p {
    margin-bottom: 5px;
}

.table-style h6 {
    color: #94067d;
    margin-bottom: 5px;
}

.table-style .fa-clock-o {
    margin-right: 5px;
    color: #f40079;
}

.error-sec h2 {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #94067d;
    text-align: center;
}

.error-sec h5 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #ffbb01;
    text-align: center;
}

.error-sec h6 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .fileUpload input.upload {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.icn-cvr-1 i {
    background-color: #f40079;
    color: #ffffff;
    padding: 11px 11px 10px 11px;
    border-radius: 80px;
}

.icn-cvr-2 i {
    background-color: #ffbb01;
    padding: 11px 14px 11px 13px;
    border-radius: 80px;
    color: #ffffff;
}






.calendar-wrapper .tbody, td, tfoot, th, thead, tr:hover{
  background-color: #ffffff;
}
.calendar-wrapper {
  width:100%;
  border: 1px solid #94067d;
  border-radius: 5px;
  background:#94067d;
  color: #ffffff;
}
.calendar-wrapper table {
  clear: both;
  width: 100%;
  border: 1px solid #94067d;
  border-radius: 3px;
  border-collapse: collapse;
  color: #444;
}
.calendar-wrapper td {
  height: 48px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #94067d;
  border-top: 1px solid #94067d;
  width: 14.28571429%;
}
.calendar-wrapper td.not-current {
  color: #c0c0c0;
}
.calendar-wrapper td.today {
  font-weight: 700;
  color: #28283b;
  font-size: 1.5em;
}
.calendar-wrapper thead td {
  font-family: "Roboto", sans-serif;
  border: none;
  color: #28283b;
  text-transform: uppercase;
  font-size:20px;
  font-weight: 800;
}
.calendar-wrapper #btnPrev {
  float: left;
 
}
.calendar-wrapper #btnPrev:before {
  content: '\f104';
  font-family: FontAwesome;
  padding-right: 4px;
}
.calendar-wrapper #btnNext {
  float: right;
}
.calendar-wrapper #btnNext:after {
  content: '\f105';
  font-family: FontAwesome;
  padding-left: 4px;
}
.calendar-wrapper #btnPrev,
#btnNext {
  background: transparent;
  border: none;
  outline: none;
  font-size: 1em;
  color: #ffbb01;
  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.calendar-wrapper #btnPrev:hover,
#btnNext:hover {
  color: #ffffff;

}

.event-wrp{
  background-color: #94067d;
  border-radius: 0px 0px 10px 10px;
  padding: 5px;
}
.event-wrp h5{
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: 16px;
}
.event-wrp ul{
 list-style: none;
 padding-left: 0px;
  }

  .event-wrp ul li i{
    color:  #f5aa0b ;
  }
 .event-wrp ul li{
   width: 100%;
   display: inline-block;
   color:  #ffbb01;
   border-bottom: 1px solid  #8255c6;
   padding: 5px 0px 0px 5px; 
 }
 .event-wrp ul li span{
  display: inline-block;
  color:  #ffbb01;
}
.event-wrp ul li b{
  display: inline-block;
  color:  #ffffff;
}

.event-wrp ul li:hover{
  background-color:#8b54c0;

}

a.src-btn {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    background-color: #f40079;
    padding: 10px 16px 10px 16px;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
}

a:hover.src-btn {
    background-color: #ffbb01;
}

button.ylw-btn {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    background-color: #ffbb01;
    padding: 10px 16px 10px 16px;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
    border: 0;
}

button:hover.ylw-btn {
    background-color: #f40079;
}
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin-bottom: 15px;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 36px;
        z-index: 1;
        top: 10px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #FFFFFF;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
            }

                .avatar-upload .avatar-edit input + label:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }

                .avatar-upload .avatar-edit input + label:after {
                    content: "\f040";
                    font-family: 'FontAwesome';
                    color: #757575;
                    position: absolute;
                    top: 10px;
                    left: 0;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

    .avatar-upload .avatar-preview {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #F8F8F8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

.album-manage .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #f40079;
    color: #ffffff;
}

.album-manage .accordion-button h4 {
    color: #94067d;
    font-size: 18px;
}

.album-manage .accordion-button p {
    color: #f40079;
    font-size: 14px;
}

.album-manage .box-div {
    border: 1px solid #cccccc;
    padding: 10px;
}

    .album-manage .box-div .btn-success {
        font-size: 13px !important;
    }

    .album-manage .box-div .btn-primary {
        font-size: 14px !important;
    }



.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    /*  min-height: 100vh;*/
    padding: 0px 0px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 20px 40px 40px 40px;
}

    /* Override bootstrap column paddings */
    .tz-gallery .row > div {
        padding: 2px;
    }

    .tz-gallery .lightbox img {
        width: 100%;
        border-radius: 0;
        position: relative;
    }

    .tz-gallery .lightbox:before {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -13px;
        margin-left: -13px;
        opacity: 0;
        color: #fff;
        font-size: 26px;
        font-family: 'Glyphicons Halflings';
        content: '\e003';
        pointer-events: none;
        z-index: 9000;
        transition: 0.4s;
    }

.colum-sec {
    top: -130px;
    position: relative;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.parent_portal {
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    z-index: 999;
}

.baguetteBox-button {
    background-color: transparent !important;
}

a.box-wrp-white {
    width: 100%;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 10px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    box-shadow: rgb(0 0 0 / 20%) 1px 1px 16px -5px;
}


a:hover.box-wrp-white {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 30%) 1px 1px 16px -5px;
}

a.box-wrp-white h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #f40079;
}

a.box-wrp-white h6 {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    color: #008cff;
}

a.box-wrp-white .black h6 {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    color: #000000;
}
.sem-bar {
    background-color: #ffbb01;
    padding-top: 5px;
}

.sem b {
    font-family: "Roboto", sans-serif;
    color: #f40079;
    font-weight: 600;
    font-size: 13px;
}

.sem p {
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 13px !important;
}
:hover.sem-wrp {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 75%) 1px 1px 16px -5px;
}

.sem-wrp {
    width: 100%;
    background-color: #f8ecd3;
    padding: 5px 5px 5px 15px;
    border-radius: 10px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}

    .sem-wrp p {
        font-size: 12px;
        color: #000000;
        margin-bottom: 0px;
    }
.sub-h h5 {
    font-family: "Roboto", sans-serif;
    color: #94067d;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #f69fca;
}
.brdr {
    border: 2px solid #ffbb01;
}
.terms a {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #f40079;
    text-decoration: underline;
    transition: 0.5s;
}

    .terms a:hover {
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        color: #ffbb01;
    }
.help-btn a i:hover {
    background-color: #ffffff;
}

.help-btn a i {
    margin: 5px 5px;
    font-size: 12px;
    padding: 4px 5px 4px 5px;
    border-radius: 27px;
    background-color: #f40079;
    color: #ffffff;
    transition: 0.5s;
}

    .help-btn a i:hover {
        background-color: #f40079;
    }

.help-btn a {
    color: #ffffff;
    font-size: 12px;
}
