* {
  box-sizing: border-box;
}
html {
   /* background-color: #f4f3eb !important;*/
    /*    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 {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 14px;
  width: 100%;
}
.body-clr {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #f4f3eb !important;
    /* 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;
    position: relative;
    background-repeat: repeat;
    background-size: contain;
}

.ftr-sec:before {
  content: "";
  position: absolute;
  background-color: #f40079;
  border-radius: 100px 0px 0px 0px;
  width: 50px;
  height: 50px;
  bottom: 0px;
  right: 0px;
}

/*.welcome-sec {
    height: 70vh;
}*/
   
.welcome-sec h5 {
  color: #ffbb01;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 32px;
}

.welcome-sec h2 {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 32px;
}

.welcome-sec h3 {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    /*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 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;
   
}
.back-btn .link i {
    margin: 5px 5px;
    font-size: 24px!important;
    padding: 5px 30px 5px 7px;
    border-radius: 5px;
    background-color: transparent;
    color: #ffffff;
    transition: 0.5s;
}
    .back-btn .link i:hover {
        color: #f40079 !important;
        background-color: transparent!important;
    }
.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;
  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: 2px;
  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;
   /* height: calc(100vh - 177px);*/
}

.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: 16px;
        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;
}


.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: 22px;
        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:5px;
  border-radius: 20px;
}

.box-wrp-blue {
    background-color: #a48ef5;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
    transition: 0.5s;
    text-decoration: none;
    transform: translateY(-5px);
}

.box-wrp-blue h5 {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  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;
    transform: translateY(-5px);
}

.box-wrp-light-blue h5 {
  color: rgb(0, 0, 0);
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 16px;
  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;
    transform: translateY(-5px);
}

.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;
    transform: translateY(-5px);
}

.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: 16px;
  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: 50px;
}

/*.ftr-sec {
  background-color: #94067d;
  padding: 15px 10px 0px 10px;
}*/
.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;
}

.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:135px;*/
   padding-top:135px;
   /* margin-bottom: 100px;*/
}
.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;
}
.name-wrp h5 {
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}
.light-bg{
    background-color:#fef3b9;
    padding: 20px;
}
.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>label {
  position: absolute;
  top: -6px;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: calc(2.6rem + 2px);
    line-height: 1.25;
}
.modal-header{
  background-color:#ffbb01;
  color: #000000;
}
    .modal-header h5 {
        font-size: 16px;
    }
.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: 30px;
  border-radius: 10px;
  transition: 0.5s;
  text-decoration: none;
}
.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: 10px;
}
.filter-btn {
    padding: 11px 15px 10px 13px;
    border-radius: 60px;
    background-color: #f40079;
    position: fixed;
    right: 0;
}
.filter-btn i {
  font-size: 22px;
  color: #ffffff;
}
    .filter-btn:hover {
        padding: 11px 15px 10px 13px;
        border-radius: 60px;
        background-color: #ffbb01;
    }
.filter-btn:hover.filter-btn i {
  color: #ffffff;
}

.menu-btn {
    padding: 11px 15px 10px 13px;
    border-radius: 50px;
    background-color: transparent;
    position: fixed;
    right: 0;
}
    .menu-btn i {
        font-size: 22px;
        color: #ffffff;
    }
    .menu-btn:hover {
        padding: 11px 15px 10px 13px;
        border-radius: 60px;
        background-color: #f40079;
    }

      


.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;
}
.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;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
}

    a.home-wrk-box-wrp:before {
        opacity:0.5;
        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;
}
.nav-tabs {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.nav-link {
    color: #000000;
}

.form-check-input {
    background-color: #ae4fa5;
}

    .form-check-input:checked {
        background-color: #94067d;
        border-color: #a851ab;
    }

/*.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: calc(3.2rem + 2px);
    line-height: 1.25;
    background-color: transparent;
    border-bottom: 2px solid CRIMSON;*/
    /* border: none; */
    /*border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}*/

.form-control:focus {
    box-shadow: none;
}

.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;
}

a.previous-box-wrp {
    width: 100%;
    background-color: #f8ecd3;
    position: relative;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
}

    a.previous-box-wrp b {
        font-size: 18px;
        font-weight: 600;
        font-family: "Roboto", sans-serif;
        color: #f40079;
    }

    a.previous-box-wrp p {
        font-size: 14px;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
        color: #373737;
    }

a:hover.previous-box-wrp {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 75%) 1px 1px 16px -5px;
}

.details .dlt-btn a {
    background-color: #eaeaea;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    transition: 0.5s;
}

    .details .dlt-btn a:hover {
        background-color: #fbff87;
    }

    .details .dlt-btn a i {
        color: #ff0000;
    }

.details .dlt-btn:hover a i {
    color: #000000;
}

.details .view-btn a {
    background-color: #eaeaea;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}

    .details .view-btn a i {
        color: #017f12;
    }

.details .view-btn:hover a i {
    color: #000000;
}

.details .view-btn a:hover {
    background-color: #fbff87;
}

a.notice-wrp {
    width: 100%;
    background-color: #f8ecd3;
    padding: 15px;
    border-radius: 10px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}

    a.notice-wrp b {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        color: #202020;
    }

a:hover.notice-wrp {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 75%) 1px 1px 16px -5px;
}

.notice-wrp label {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.notice-wrp label {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    border-left: #ff76d6 solid 2px !important;
    padding-left: 5px;
}

.faculty-photo-frame {
    display: inline-block;
}

    .faculty-photo-frame img {
        border-radius: 30px;
        width: 50px;
        height: 50px;
    }

a.message-wrp {
    width: 100%;
    background-color: #f8ecd3;
    padding: 15px;
    border-radius: 10px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}

.msg-photo-frame img {
    width: 100px;
    height: 100px;
    border-radius: 60px;
}

a.message-wrp h4 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #000000;
}

a.message-wrp p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #000000;
}

.messages .fa-trash {
    color: #ff0000;
    font-size: 16px;
}

.nav-link:focus, .nav-link:hover {
    color: #f40079;
}

.btn-position {
    position: absolute;
    right: 0;
    top: 10px;
}
.fa-trash {
    color: red;
    font-size: 16px !important;
}
.fa-paper-plane {
    font-size: 16px !important;
}
.fa-plus {
    font-size: 16px !important;
}
a.box-wrp {
    width: 100%;
    background-color: #f8ecd3;
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
}

a:hover.box-wrp {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 75%) 1px 1px 16px -5px;
}

a.box-wrp h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #000000;
}

a.box-wrp h6 {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    color: #f40079;
}




/*new Style*/

a.src-btn {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    background-color: #f40079;
    padding: 5px 16px 6px 16px;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
}

a:hover.src-btn {
    background-color: #ffbb01;
}
button.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;
    border: 0;
}

button:hover.src-btn {
    background-color: #ffbb01;
}
.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;
}

.src-btn:hover {
        background-color: #ffbb01;
    }



.section .form-select {
    width: 100%;
    background-color: #16cbbd;
}

.glance-top-space {
    margin-top: 200px;
    margin-bottom: 0px;
}
.scroll-box-one {
    width: 100%;
    height:178px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.scroll-box-new-one {
    width: 100%;
    height: 150px;
    overflow: scroll;
}
.srch-box-icn-bg {
    padding: 8px;
}
.grn-date {
  background-color: #2fc433;
}

.class .form-select {
    background-color: #ffbb01;
}
.date-picker {
    width: 115px;
    font-size: 12px;
}

.input-style {
    border-radius: 30px;
}
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: calc(2.6rem + 2px);
    line-height: 1.25;
}

.float-right-btn-circle {
    background-color: #ffbb01;
    color: #ffffff;
    position: fixed;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 6;
    bottom: 20px;
    right: 20px;
    min-width: 50px;
    height: 50px;
    border-radius: 60px;
    transition: 0.5s;
}

 .float-right-btn-circle:hover {
        background-color: #ff0d00;
    }
.image-upload {
    height: 170px;
    width: 170px;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    margin: 100px auto 0px auto;
    overflow-y: hidden;
}

    .image-upload > input {
        display: none;
    }

.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);
    }
.select-style {
    width: 200px;
    font-size: 12px;
    height: calc(2.6rem + 2px);
    line-height: 1.25;
    border-radius: 30px;
}
.template-wrp ul li {
    background-color: #ebebeb;
    border: 1px solid #cccccc;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #0b2f7f;
    font-size: 12px;
    line-height: 26px;
}
.count-div {
    width: 100%;
    background-color: #eeeeee;
    padding: 10px 20px 10px 20px;
}
.btn-one {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    background-color: #94067d;
    padding: 8px 10px 6px 10px;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
    float:left;
}
.btn-one:hover {
        background-color:#bc4e9b;
 }
.btn-two {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    background-color: #bc4e9b;
    padding: 10px 10px 10px 10px;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
}

.btn-two:hover {
  background-color: #94067d;
 }
.src-ic-align {
    position: relative;
    top: -3px;
    left: -32px;
}
.box-color {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    float: left;
}

/*.absent-color-wrp {
    width: 100px;
}
.absent-color-wrp h6 {
   margin-left:25px;
}*/
.clear-clr {
    background-color: #c3c3c3;
}
.atdnce-hd {
    background-color: #f8ecd3;
    padding: 10px;
    color: #ffffff;
    border-radius: 10px 10px 0px 0px;
}

.atdnce-hd h6 {
        font-size: 14px;
        color: #4f4f50;
  }

.role-num-wrp {
    width: 75px;
    height: 30px;
    border-radius: 50px;
    background-color: #f40079;
    border: 5px solid #ed9aa2;
    color: #ffffff;
    align-items: center;
    display: flex;
    padding-top: 6px;
    justify-content: center;
}
.atdnce-hd h5 {
    font-size: 16px;
    color: #000000;
}
.role-num-wrp h5{
    color:#ffffff;
}
.in-out-wrp {
    padding: 10px;
}
.in-out-wrp h5 {
        font-size: 16px;
        color: #dc3545;
  }

.text-success {
    color: #11c15b !important;
}
.in-out-wrp h5 {
    font-size: 16px;
    color: #dc3545;
}
.in-out-wrp p {
    color: #8e8e8e;
}
.in-out-wrp p {
    color: #8e8e8e;
}
.attendance-wrp {
    background-color: #fff;
    border: 2px solid rgba(0,0,0,.125);
    border-radius: 10px;
    position: relative;
}
.photo-frame {
    width: 150px;
    height: 150px;
}
.white-radius-sec h3 {
    font-family: "Roboto", sans-serif;
    color: #000;
    font-size: 16px;
}

.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;
}
.user-name i {
    color: #f6821f;
}

.admission-number {
    color: #878787;
    font-size: 12px;
}

.fee-box-wrp {
    width: 100%;
    background-color: #f8ecd3;
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}
    .fee-box-wrp label {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: #dc3545;
    }

    .fee-box-wrp .round {
        width: 60px;
        height: 60px;
        border-radius: 50px;
        background-color: #f40079;
        border: 5px solid #ed9aa2;
        color: #ffffff;
        text-align: center;
        float: left;
    }

       /* .fee-box-wrp .round h5 {
            font-family: 'Poppins', sans-serif;
            font-weight: 800;
            color: #ffffff;
            font-size: 12px;
        }*/

        .fee-box-wrp .round h5 {
            font-family: 'Poppins', sans-serif;
            font-weight: 800;
            color: #ffffff;
            font-size: 12px;
            margin-bottom: 0px;
        }

        .fee-box-wrp .round h6 {
            font-family: 'Poppins', sans-serif;
            font-weight: 800;
            color: #ffffff;
            font-size: 14px;
            margin-bottom: 0px;
        }

    .fee-box-wrp h4 {
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        color: #94067d;
        font-size: 12px;
    }

   /* .fee-box-wrp h5 {
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
        color: #061142;
        font-size: 14px;
    }*/

.total h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #dc3545;
    font-size: 14px;
}
.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;
}

.total-sms {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
}

.total-deli {
    font-size: 14px;
    color: #f40079;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
}

.select-style {
    width: 200px;
    font-size: 12px;
    height: calc(2.6rem + 2px);
    line-height: 1.25;
    border-radius: 30px;
}

.faculty-photo-frame img {
    border-radius: 30px;
    width: 80px;
    height: 80px;
    border-radius: 70px;
}

.fee-box-wrp .round i {
    font-size: 30px;
}

.absent-clr {
    background-color: #dc3545;
}


.absent-color-wrp h6 {
    float: left;
}

.present-clr {
    background-color: #2fc433;
}


.scroll-box-one {
    width: 100%;
    height: 215px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.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;
}

.session-div-one {
}
.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;
}

.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;

}
div {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}



a.search-btn {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    background-color: #f40079;
    text-align: center;
    padding: 7px 15px 6px 15px;
    border-radius: 7px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
    margin-top: 1px;
    float: left;
}

    a.search-btn:hover {
        background-color: #ffbb01;
    }

button.search-btn {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    background-color: #f40079;
    text-align: center;
    padding: 7px 15px 6px 15px;
    border-radius: 7px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
    margin-top: 1px;
    float: left;
    border:0;
}

   button.search-btn:hover {
        background-color: #ffbb01;
    }


.sub-hd h3 {
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 20px;
}


.upload-photos .upload-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.upload-photos input[type="file"] {
     position: absolute;
    top: 19px;
    left: 40px;
    font-size: 15px;
    color: #b8b8b8;
}

.upload-photos .button-wrap {
    position: relative;
}

.upload-photos .button {
    display: inline-block;
    background-color: #94067d;
    border-radius: 60px;
    border: 4px double #cccccc;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    padding: 6px 14px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 4px;
    z-index: 1 !important;
    position: relative;
    top: 10px;
}

    .upload-photos .button:hover {
        background-color: #ffbb01;
    }
.upload-photos input[type=file]::file-selector-button {
    padding: .2em .4em;
    border: none;
    /* border: 4px double #cccccc
    padding: .2em .4em;
    border-radius: .2em;
          transition: 1s;
    border-radius: 60px;
    color: #ffffff;
   background-color: #94067d;*/
    background-color: transparent;
}

.image-area {
    position: relative;
    width: 100%;
   /* background: #333;*/
}
    .image-area img {
        max-width: 100%;
        height: auto;
    }
.remove-image {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 10em;
    padding: 2px 6px 3px;
    text-decoration: none;
    font: 700 21px/20px sans-serif;
    background: #555;
    border: 3px solid #fff;
    color: #FFF;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.3);
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

    .remove-image:hover {
        background: #E54E4E;
        padding: 3px 7px 5px;
        top: 11px;
        right: 11px;
    }

    .remove-image:active {
        background: #E54E4E;
        top: 10px;
        right: 11px;
    }

a.btn-sml-one {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    background-color: #f40079;
    padding: 5px 15px 5px 15px;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    transition: 0.5s;
}

    a.btn-sml-one:hover {
        background-color: #ffbb01;
        color: #000000;
    }

.top-space p {
    margin-bottom: 2px;
    font-family: "Roboto", sans-serif;
}

.top-space b {
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
}
.fa-hand-pointer-o {
    background-color: #f40079;
    color: #ffffff;
    padding: 6px;
    border-radius: 30px;
}
.grn-date {
    width: 100%;
    background-color: #2fc433;
}
.blw-date {
    width: 100%;
    background-color: #16cbbd;
}

.yellow-date {
    width: 100%;
    background-color: #ffbb01;
}

.clr-radius-sec {
    background-color: #ededed;
    padding: 20px 5px 20px 5px;
    margin: 5px;
    margin-top: 15px;
    border-radius: 20px;
    text-decoration:none;
}

    .clr-radius-sec h6 {
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        color: #ffffff;
        font-weight: 600;
        background: #94067d;
        padding: 0px 10px;
        border-radius: 3px;
        width: 100%;
        text-align: center;
    }

.section-box {
    width: 200px;
    background-color: #ffbb01;
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
}

.boys-box {
    width: 110px;
    background-color: #0b2f7f;
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
}

.girls-box {
    width: 110px;
    background-color: #f40079;
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
}

.total-box {
    width: 110px;
    background-color: #11c15b;
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
}

    .section-box h5, .boys-box h5, .girls-box h5, .total-box h5 {
        font-size: 10px;
        color: #ffffff;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        text-align: center;
        padding: 0px;
        margin: 0px;
    }

    .section-box h3, .boys-box h3, .girls-box h3, .total-box h3 {
        font-size: 12px;
        color: #ffffff;
        font-family: "Roboto", sans-serif;
        font-weight: 800;
        text-align: center;
        padding: 0px;
        margin: 0px;
    }

.total-bg {
    background-color: #94067d;
    padding: 5px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.scroll-box-one {
    width: 100%;
    height: 215px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#ulSMS {
    padding-left: 10px !important;
    margin-left: 0px;
}
#ulSMS li {
    padding: 10px 10px 5px 10px !important;
}
    .bg-light-clr {
        background-color: #f8ecd3;
        border-bottom: #ffffff solid;
        padding: 10px;
    }

.bg-light-clr h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #dc3545;
    font-size: 14px;
}



.attedance-box {
    position: relative;
    overflow: hidden;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: -1px 1px 22px -1px rgba(0,0,0,0.08);
    -moz-box-shadow: -1px 1px 22px -1px rgba(0,0,0,0.08);
    box-shadow: -1px 1px 22px -1px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}

.attedance-inner-box {
    background-color: #ffffff;
    /*	padding: 8px 15px 0px 15px;*/
    padding: 8px 0px 0px 5px;
    border-radius: 5px;
    margin-top: 5px;
    max-height: 30px !important;
}

    .attedance-inner-box h6 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: #dc3545;
        font-size: 12px;
        line-height: 10px;
        text-align: center;
    }

    .attedance-inner-box span {
        color: #424242;
    }

.attedance-box i {
    font-size: 42px;
    color: #ffffff;
}

.absent-color-wrp h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #0b2f7f;
    font-size: 13px;
    padding-top: 3px;
    padding-left: 5px;
    white-space:nowrap;
}



.card h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #0b2f7f;
    font-size: 20px;
}

.name-disply {
    background-color: #eeeeee;
    padding: 3px 3px 3px 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #0b2f7f;
    font-size: 12px;
}

.img-student {
    padding: 0px 10px 0px 10px;
}

#divAttDetails td {
    height: 32px !important;
}

.attedance-box .id {
    position: absolute;
    font-weight: bolder;
    font-size: 50px;
    top: -15px;
    left: 1px;
    opacity: .2;
}

.attedance-box .admno, .gridBox .name {
    font-size: 12px;
}

.attedance-box {
    position: relative;
    overflow: hidden;
}

    .attedance-box .admno {
        position: absolute;
        right: 5px;
        top: 5px;
        letter-spacing: 2px;
        font-weight: bold;
        opacity: 0.7;
    }

    .attedance-box .classsec {
        position: absolute;
        right: 5px;
        top: 35px;
        letter-spacing: 0px;
        font-weight: bold;
        opacity: 0.3;
    }





.make-background-white {
    background-color: #c3c3c3;
    width: 100%;
    transition: 0.3s;
}

.make-background-green {
    background-color: #2fc433;
    width: 100%;
    transition: 0.3s;
}

.make-background-red {
    background-color: #dc3545;
    width: 100%;
    transition: 0.3s;
}
.ui-helper-hidden-accessible {
    display: none !important;
}

.fa-select {
    background-color: #f40079;
    color: #ffffff;
    padding: 6px;
    border-radius: 30px;
    text-align:center;
}
.btn-float-bottom {
    position:fixed;
    bottom:55px;
    right:10px;
}
.btn-float-bottom-2 {
    position: fixed;
    bottom: 55px;
    right: 100px;
}
a.class-wrp {
    width: 100%;
    text-align: center;
    background: rgb(248,223,156);
    background: linear-gradient(87deg, rgba(248,223,156,1) 0%, rgba(255,187,1,1) 100%);
    padding: 10px;
    border-bottom: 2px solid #e3a600;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}

a:hover.class-wrp {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 75%) 1px 1px 16px -5px;
}

a.class-wrp b {
    color: #000000;
    font-size: 12px;
}

/*a.subject-btn-wrp {
    width: 100%;
    text-align: center;
    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%);
    border-bottom: 2px solid #e3a600;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
    word-break: break-word;
}*/
a.subject-btn-wrp {
    width: 100%;
    text-align: center;
    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%);
    border: 0;
    border-bottom: 2px solid #e3a600;
    /*padding: 5px 10px 5px 10px;*/
    padding: 2px;
    border-radius: 5px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    word-break: break-word;
}


a:hover.subject-btn-wrp {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 75%) 1px 1px 16px -5px;
}

a.subject-btn-wrp b {
    color: #000000;
    font-size: 12px;
}

button.subject-btn-wrp {
    width: 100%;
    text-align: center;
    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%);
    border:0;
    border-bottom: 2px solid #e3a600;
    /*padding: 5px 10px 5px 10px;*/
    padding:2px;
    border-radius: 5px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    word-break: break-word;
}

button:hover.subject-btn-wrp {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 75%) 1px 1px 16px -5px;
}

button.subject-btn-wrp b {
    color: #000000;
    font-size: 12px;
}

: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;
    }

.click i {
    color: #000000;
    position: relative;
    left: 12px;
    font-size: 18px;
    top: 8px;
}

.edit-dlt-box {
    top: 90px;
    right: 58px;
    position: absolute;
    display: none !important;
    width: 100px;
    height: 40px;
    background-color: #ffffff;
    -webkit-box-shadow: -1px 2px 9px -2px rgba(0,0,0,0.31);
    -moz-box-shadow: -1px 2px 9px -2px rgba(0,0,0,0.31);
    box-shadow: -1px 2px 9px -2px rgba(0,0,0,0.31);
    Copy Text:;
    border-radius: 6px;
}

    .edit-dlt-box .fa-pencil-square-o {
        color: #00a40e;
    }

    .edit-dlt-box .fa-trash {
        color: #ff0000;
    }


/*
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    width: 100%;
    text-align: center;
    background: rgb(251,188,219);
    background: linear-gradient(87deg, rgba(251,188,219,1) 0%, rgba(244,0,121,1) 100%);
    border-bottom: 2px solid #e3a600;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}*/

.btn-check:checked + .btn {
    width: 100%;
    text-align: center;
    background: rgb(251,188,219);
    background: linear-gradient(87deg, rgba(251,188,219,1) 0%, rgba(244,0,121,1) 100%);
    border-bottom: 2px solid #e3a600;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}


.class-wrp {
    width: 100%;
    text-align: center;
    background: rgb(248,223,156);
    background: linear-gradient(87deg, rgba(248,223,156,1) 0%, rgba(255,187,1,1) 100%);
    padding: 10px;
    border-bottom: 2px solid #e3a600;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}

.next-btn {
    font-weight: 600;
    background: #f40079;
    border: none;
    padding: 8px 10px 8px 20px;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff;
    margin-left: 5px;
    text-decoration: none;
    transition: 0.3s;
}

    .next-btn:hover.next-btn i {
        color: #ffbb01;
    }

    .next-btn:hover {
        background: #ffbb01;
        padding: 8px 10px 8px 20px;
    }

    .next-btn i {
        background-color: #ffffff;
        padding: 3px 4px;
        border-radius: 30px;
        color: #f40079;
    }
.nosubjects {
    background: linear-gradient(87deg, rgba(251,188,219,1) 0%, rgba(244,0,121,1) 100%)!important;
}
/** CHOOSE CLASS**/
.sticky-hdr h2 {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 30px;
    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;
}
.timetable .nav-link {
    padding: 3px;
    margin: 2px;
    background-color: #eeeeee;
    color: #94067d;
    width: 33px;
    font-size: 12px;
    text-align:center;
}

.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: 10px;
}

.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: 10px;
}

.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;
}

.mark_entry .photo-frame {
    width: 75px;
    height: 74px;
    border: 2px solid #feba00;
    border-radius: 50px;
}

.mark_entry .photo-frame img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
}

.entry-input {
    width: 100%;
    height: 40px;
    border-radius: 50px;
    background-color: #f40079;
    border: 5px solid #ed9aa2;
    font-size: 12px !important;
    color: #ffffff !important;
    align-items: center;
    display: flex;
    padding-top: 4px;
    justify-content: center;
}

    .entry-input:focus {
        color: #434343 !important;
        background-color: #ffbb01;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    }

.entry-text-area {
    width: 100%;
    height: 30px;
    border-radius: 10px;
    background-color: #f40079;
    border: 5px solid #ed9aa2;
    font-size: 12px !important;
    color: #ffffff !important;
    align-items: center;
    display: flex;
    padding-top: 5px!important;
    justify-content: center;
}

    .entry-text-area:focus {
        color: #434343 !important;
        background-color: #ffbb01;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    }

.mark_entry .maxmark {
    position: absolute;
    right: -5px;
    top: 42px;
    letter-spacing: 2px;
    font-weight: bold;
    opacity: 0.4;
    transform: rotate(270deg);
}
.grade-box {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    width: 100px;
    background-color: #f8ecd3;
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s;
}

    .grade-box:hover {
        background-color: #ffbb01;
    }
.display_box {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
}

    .display_box b {
        color: #dc3545;
        padding-right: 5px;
    }

.class-d-wrp {
    top: 12px;
    position: relative;
}

.class-box {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #ffffff;
    background-color: #f40079;
    width: 50px;
    height: 50px;
    border-radius: 60px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.class-box-two {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #ffffff;
    background-color: #ffbb01;
    width: 30px;
    height: 30px;
    border-radius: 60px;
    position: relative;
    top: -25px;
    right: -30px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.home-wrk-accordion h4 {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
}

.home-wrk-accordion b {
    font-size: 14px;
    color: #f40079;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0px;
}

.home-wrk-accordion p {
    font-size: 14px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0px;
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    background-color: #f8ecd3;
    margin-bottom: 5px;
}

.accordion {
    border-bottom: none;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-item .btn-success, .accordion-item .btn-danger {
    border-radius: 60px !important;
    padding: 3px 10px 3px 10px !important;
    font-size: 16px !important;
}

.accordion-button:not(.collapsed) .hide {
    display: none;
    transition: 0.5s;
}

.float-right-btn-circle {
    background-color: #ffbb01;
    color: #ffffff;
    position: fixed;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 6;
    bottom: 55px;
    right: 20px;
    min-width: 50px;
    height: 50px;
    border-radius: 60px;
    transition: 0.5s;
}

    .float-right-btn-circle:hover {
        background-color: #ff0d00;
    }
.btn-danger {
    background-color: #f40079;
    border: none;
}

    .btn-danger:hover {
        background-color: #d6026c;
    }

.btn-success {
    background-color: #94067d;
    border: none;
}

    .btn-success:hover {
        background-color: #bc4e9b !important;
        border: none;
    }

.btn-primary {
    background-color: #f40079;
    border: none;
}

    .btn-primary:hover {
        background-color: #d6026c;
    }
.ui-autocomplete {
    z-index: 10000 !important;
}



.diary-wrp h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #000000;
    text-align: left;
}

.diary-wrp h6 {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    color: #f40079;
    text-align: left;
}

.class-sec h6 {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    color: #000000;
    text-align: left;
    background: #fab701;
    padding: 0px 5px;
    border-radius: 4px;
}

.diary-sec .btn-check + .btn:hover {
    box-shadow: rgb(0 0 0 / 75%) 1px 1px 16px -5px;
}

.diary-sec .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    margin-bottom: 0px;
}

.diary-sec .btn:hover {
    background-color: transparent !important;
}


.diary-wrp {
    width: 100%;
    text-align: center;
    background: rgb(248,223,156);
    background: linear-gradient(87deg, rgba(248,236,211) 0%, rgb(248,236,211) 100%);
    padding: 10px !important;
    margin-top: 20px;
    margin-bottom: 0px;
    border-radius: 10px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}
/*
.diary-sec .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    width: 100%;
    text-align: center;
    background: rgb(251,188,219);
    background: linear-gradient(87deg, rgba(251,188,219,1) 0%, rgba(251,188,219,11) 100%);
    border: none;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
}*/




.class-div {
    width: 100%;
    background-color: #ffbb01;
    padding: 10px;
    border-radius: 10px;
    text-wrap: nowrap;
}

    .class-div ul {
        list-style: none;
        padding: 0px;
    }

        .class-div ul li {
            display: block;
            background-color: rgba(255,225,225,0.3);
            border-bottom: 1px solid #f3f3f3;
            padding: 2px 10px 2px 10px;
        }

            .class-div ul li:hover {
                background-color: #eeff00ed;
            }

.scroll-div {
    width: 100%;
    height: 115px;
    overflow-y: scroll;
}



.section-div {
    width: 100%;
    background-color: #16cbbd;
    padding: 10px;
    border-radius: 10px;
    text-wrap: nowrap;
}

    .section-div ul {
        list-style: none;
        padding: 0px;
    }

        .section-div ul li {
            display: block;
            background-color: rgba(255,225,225,0.3);
            border-bottom: 1px solid #f3f3f3;
            padding: 2px 10px 2px 10px;
        }

            .section-div ul li:hover {
                background-color: #eeff00ed;
            }

.exam-div {
    width: 100%;
    background-color: #16cbbd;
    padding: 10px;
    border-radius: 10px;
}

    .exam-div ul {
        list-style: none;
        padding: 0px;
    }

        .exam-div ul li {
            display: block;
            background-color: rgba(255,225,225,0.3);
            border-bottom: 1px solid #f3f3f3;
            padding: 2px 10px 2px 10px;
        }

.section-div ul li:hover {
    background-color: #eeff00ed;
}

.display_box {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
}

    .display_box b {
        color: #dc3545;
        padding-right: 5px;
    }

.scroll-box-one {
    width: 100%;
    height: 215px;
    overflow-y: scroll;
    overflow-x: hidden;
}
    .scroll-box-one ul {
        padding-left: 0px !important;
        margin-left: 0px;
    }

    .scroll-box-one .bg-light-clr {
        background-color: #f8ecd3;
        border-bottom: #ffffff solid;
        padding: 10px;
    }

    .scroll-box-one h6 {
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        color: #dc3545;
        font-size: 14px;
    }

.stu-photo img {
    border-radius: 60px;
}

.fee-information a {
    color: #d63384;
}

.admission-sec b, .con-info b {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #dc3545;
    font-size: 14px;
}

.admission-sec h6 {
    color: #ffbb01
}

.admission-sec h5 {
    color: #dc3545
}

.search-wrp-home {
    background: rgb(251,169,248);
    background: linear-gradient(90deg, rgba(251,169,248,1) 0%, rgba(244,145,248,1) 25%, rgba(249,61,217,0.8851073876816351) 100%);
    padding: 10px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.5s;
}


a:hover.search-wrp-home {
    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%);*/
    background: linear-gradient(272deg, rgba(251,169,248,1) 0%, rgba(244,145,248,1) 25%, rgba(249,61,217,0.8851073876816351) 100%);
    padding: 10px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.5s;
}

.search-wrp-home h3 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    text-decoration: none;
}


.phone-box i {
    color: #ffffff;
    padding: 6px;
    background: rgb(130,249,105);
    background: linear-gradient(183deg, rgba(130,249,105,1) 0%, rgba(13,211,26,1) 100%);
}

a.box-wrp .phone h6 {
    color: #7f0000;
    margin-bottom: 0px;
}

.due b {
    color: #7f0000;
}

.due p {
    color: #f40079;
    margin-left: 3px;
}
.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;
}
.bg-evaluated {
    background-color: #c1f3c1!important;
}
.icn-wrp img {
    width: 36px;
}
.sub-h-w h5 {
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #eeeeee;
}

.sub-h h5 {
    font-family: "Roboto", sans-serif;
    color: #94067d;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #f69fca;
}

.shadow-top {
    -webkit-box-shadow: -1px -6px 20px -11px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px -6px 20px -11px rgba(0,0,0,0.3);
    box-shadow: -1px -6px 20px -11px rgba(0,0,0,0.3);
}
.brdr {
    border: 2px solid #ffbb01;
}


.white-back-btn a i {
    background-color: transparent !important;
    font-size: 20px !important;
}

.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;
}

.search-siblings {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

    .search-siblings input {
        font-size: 10px;
        height: 25px;
        border: 2px solid #d6d4d4;
        padding-left: 5px;
    }

        .search-siblings input:focus {
            box-shadow: none;
            border: 2px solid blue;
        }

    .search-siblings .fa-search {
        position: absolute;
        top: 14px;
        left: 16px;
    }

    .search-siblings button {
        font-size: 10px;
        position: absolute;
        top: 1px;
        right: 2px;
        height: 23px;
        width: 35px;
        padding-left: 10px;
        background: blue;
        line-height: 10px;
    }

    .search-siblings button {
        background: #f40079;
        border: none;
    }

        .search-siblings button:hover {
            background: #ffbb01;
        }


.photo-frame-rounded img {
    width: 150px;
    height: 150px;
    border-radius: 100px;
}

.card-wrp img {
    width: 50px;
}

.card-wrp p {
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 11px;
}

.light-bg a {
    text-decoration: none;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

h5.prent-clr {
    color: #017f12;
    margin-bottom: 0px;
}

h5.absnt-clr {
    color: #f00;
    margin-bottom: 0px;
}

.edit-num a i {
    color: #000;
}

.white-icn i {
    color: #ffffff;
    font-size:16pt;
}

.cards a {
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}

.cards img {
    width: 36px;
}

.photo-frame-sml img {
    width: 75px;
    height: 74px;
    border: 2px solid #feba00;
    border-radius: 50px;
}

.phone-icn i {
    border: 2px solid #ffbb01;
    background-color: #ffffff;
    color: #ffbb01;
    border-radius: 20px;
    padding: 5px 7px;
}

.select-option ul {
    list-style: none;
    padding-left: 0px;
}

    .select-option ul li {
        border-bottom: 1px solid #eeeeee;
    }

        .select-option ul li a {
            color: #000000;
            font-family: "Roboto", sans-serif;
            font-weight: 500;
            font-size: 16px;
            text-decoration: none;
            line-height: 35px;
            transition: 0.5s;
        }

            .select-option ul li a:hover {
                color: #ffbb01;
            }

            .select-option ul li a img {
                width: 26px;
                float: left;
                margin-top: 8px;
                margin-left: 10px;
            }

.sorting ul {
    width: 100%;
    list-style: none;
    padding-left: 0px;
}

    .sorting ul li a {
        color: #000000;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 16px;
        text-decoration: none;
        line-height: 35px;
    }

    .sorting ul li {
        color: #000000;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 16px;
        text-decoration: none;
        line-height: 35px;
        background-color: #ffffff;
        padding-left: 10px;
    }

        .sorting ul li:hover {
            background-color: rgb(240, 239, 231) !important;
        }

.nolabel::placeholder {
    color: #adb5bd!important;
}

.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;
            }

.add-btn i {
    cursor: pointer;
    color: #ffffff;
    background-color: #ffbb01;
    padding: 5px 6px;
    border-radius: 60px;
}
a.blue-btn {
    width: 100%;
    font-size: 14px;
    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-top: 5px;
    padding-bottom: 5px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: 0.5s;
  }
  



  .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;
  }
  .input-wrp .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-color: currentcolor;
      border-top-style: none;
      border-top-width: medium;
      border-right-color: currentcolor;
      border-right-style: none;
      border-right-width: medium;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: medium;
      border-left-color: currentcolor;
      border-left-style: none;
      border-left-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
  }
.wht-box-bg {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 10px;
    box-shadow: -1px 2px 12px 3px rgba(0,0,0,0.04);
    -webkit-box-shadow: -1px 2px 12px 3px rgba(0,0,0,0.04);
    -moz-box-shadow: -1px 2px 12px 3px rgba(0,0,0,0.04);
}

    .wht-box-bg a {
        text-decoration: none;
    }

        .wht-box-bg a h6 {
            font-size: 14px;
            font-weight: 500;
            color: #000000;
            font-family: "Roboto", sans-serif;
        }

    .wht-box-bg h5 {
        font-family: "Roboto", sans-serif;
        color: #f40079;
        font-size: 14px;
        font-weight: 600;
    }

.name h6 span {
    background: #94067d;
    color: #ffffff;
    padding: 2px 3px 2px 5px;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    display: inline;
    margin-right: 5px;
}

.name h6 {
    background: transparent;
    color: #000000;
    text-align: left;
    font-weight: 400;
    padding-left: 0px;
}

.ylw-clr {
    background-color: #ffbb01;
}

    .ylw-clr:focus {
        background-color: #ffbb01;
    }


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;
}
.sibling-bx a {
    border: 2px solid #94067d;
    border-radius: 6px;
    display: block;
    text-decoration: none;
}

    .sibling-bx a p {
        color: #000000;
    }
    .sibling-bx img {
        width: 50px;
        height: 50px;
        border-radius: 100px;
    }
.selected {
    background-color: #eeff00ed!important;
}

/*.fee-box-wrp h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #dc3545;
    font-size: 12px;
}*/

.fee-box-wrp h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #061142;
    font-size: 12px;
}

.total h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #dc3545;
    font-size: 14px;
}
.wht-box-two {
    background-color: #fff;
    padding: 8px;
    border-radius: 3px;
}
.fee-box-wrp h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    color: #dc3545;
    font-size: 12px;
}
.bdr-btm {
    border-bottom: 1px solid #f8ecd3;
}
.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;
}




.box-test {
    position: relative;
    width: 100%;
    text-align: center;
    background: rgb(248,223,156);
    background: linear-gradient(87deg, rgba(248,223,156,1) 0%, rgba(255,187,1,1) 100%);
    background-color: rgba(0, 0, 0, 0);
    padding: 12px 10px 10px 10px;
    border-bottom: 2px solid #e3a600;
    border-bottom-color: rgb(227, 166, 0);
    border-radius: 5px;
    transition: 0.5s;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}

    .box-test a {
        text-decoration: none;
    }

        .box-test a h4 {
            font-size: 14px;
            color: #000000;
        }

        .box-test a h5 {
            font-size: 13px;
            color: #000000;
        }

        .box-test a h6 {
            font-size: 12px;
            color: #000000;
        }

    .box-test:hover {
        background: rgb(251,188,219);
        background: linear-gradient(87deg, rgba(251,188,219,1) 0%, rgba(244,0,121,1) 100%);
        border-bottom: 2px solid #e3a600;
        padding: 12px 10px 10px 10px;
    }

    .box-test a:hover h6 {
        color: #ffffff;
    }

    .box-test a:hover h5 {
        color: #ffffff;
    }

    .box-test a:hover h4 {
        color: #ffffff;
    }

.close-btn-top a i {
    color: red;
    top: 5px;
    position: absolute;
    right: 5px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.13);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.13);
}

.close-btn-top:hover {
    color: #000000;
}

.box-test:hover .close-btn-top i {
    color: #ffffff;
}

.box-test:hover {
    color: #ffffff;
}
.accordion-item .accordion-button {
    background-color: #f40079;
    font-weight: 600;
    color: white;
}
#imgViewer::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 10px;
}

imgViewer::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
