.BgLayerGreen {
  background-color: #00695c;
  height: 100vh;
}

.LoginCard {
  background-color: #fff;
  margin: auto 10rem;
  height: 80vh;
  margin-top: 10vh;
  border-radius: 1.8rem;
  display: flex;
}

@media (max-width: 1400px) {
  .LoginCard {
    margin: auto 6rem;
    margin-top: 10vh;
  }
}

@media (max-width: 1200px) {
  .LoginCard {
    margin: auto 1rem;
    margin-top: 10vh;
  }
}

@media (max-width: 1100px) {
  .LoginCard {
    margin: auto 0;
    margin-top: 10vh;
  }
}

.LoginCard__leftImage {
  flex: 0 0 50%;
}

.LoginCard__leftImage > img {
  height: 100%;
  width: 100%;
}

.LoginCard__CredentialsPortion {
  flex: 1;
  height: 100%;
  overflow-y: scroll;
}

.LoginCard__CredentialsPortion::-webkit-scrollbar {
  width: 0;
}

.login-Logo-Container {
  height: auto;
  margin: 1.5rem 0 1.5rem 0;
}

.signUp {
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
}

.logoSeclogin {
  text-align: center;
}

.loginCredentials {
  margin: 1rem auto;
  max-width: 100%;
  width: 70%;
}

.loginCredentials > input {
  font-size: 1rem;
  font-weight: 100;
  padding: 0.7rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.loginCredentials > * {
  margin-bottom: 0.7rem;
}

.rememberSec {
  display: flex;
  align-items: center;
}
.rememberSec > input {
  margin-right: 0.5rem;
}

.rememberSec > input {
  margin-right: 0.5rem;
  color: #242021;
}

.rememberSec > span {
  color: #242021;
}
.rememberSec ~ input[type="checkbox"] input:checked {
  /* color: #ac143a; */
  background-color: rgb(39, 114, 39);
}
.forgotPasss > a {
  color: #242021;
}
.forgotPasss > a:hover {
  color: #242021;
}
.SignUpButtonSec {
  margin: 0.7rem auto;
  max-width: 100%;
  width: 70%;
}

.SignUp-Button {
  background-color: #09b19c;
  color: white;
  text-align: center;
  border-radius: 0.6rem;
  text-decoration: none;
}

.SignUp-Button:hover {
  color: white;
  text-decoration: none;
  background-color: #31d8c5;
}

.AlreadyhaveAccountSec {
  text-align: center;
}

.AlreadyhaveAccountSec > span {
  color: #1d2226;
}

.AlreadyhaveAccountSec > span > a {
  color: #09b19c;
  text-transform: uppercase;
}

.forgotSeclogin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  width: 70%;
  margin: 0 auto;
}

.dashboardContainer {
  height: 100vh;
}

.header {
  background-color: #09b19c;
  height: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  margin-left: 2.5rem;
  height: 5rem;
  width: 7rem;
}

.header__logo > img {
  width: 100%;
}

.header__RightSec {
  display: flex;
}

.header__RightSec > div {
  margin-right: 1rem;
  background-color: #fff;
  padding: 1.7rem;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__RightSec > div > img {
  text-align: center;
  width: 100%;
}

.BackIconBtn {
  margin-left: 5rem;
  background-color: #fff;
  padding: 1.7rem;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.BackIconBtn > img {
  text-align: center;
  width: 100%;
}

.inputSeachStyle {
  margin-right: 4rem;
  padding: 0 2rem !important;
  border-radius: 2rem;
  min-width: 25rem;
}

.dashboard-main {
  height: 85vh;
  overflow-y: auto;
}

.dashboard-main__container {
  margin: 2rem 0;
}

.welcomeSec {
  border-radius: 1rem;
  box-shadow: 0 1px 3px #a0a0a0;
  min-height: 7rem;
  padding: 0.7rem;
  border: 1px solid #c7c7c7;
}
@media (max-width: 1375px) {
  .welcomeSec > span {
    font-size: 0.9rem;
  }
  .dashboard-card > span {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .cardLinks > span {
    font-size: 0.9rem;
  }
}

.welcomeSec__notification {
  display: flex;
  align-items: center;
}

.welcomeSec__notification__dot {
  height: 0.6rem;
  width: 0.6rem;
  margin-right: 0.4rem;
  border-radius: 50%;
  background-color: #09b19c;
}

.bgColorTrips {
  background-color: #69c662;
}

.bgColorTripsCompleted {
  background-color: #ff6565;
}

.bgColorTripsAdd {
  background-color: #09b19c;
}

.bgColorTripsReimb {
  background-color: #ef913f;
}

.bgColorTripsView {
  background-color: #0989b1;
}

.bgColorTripsProfile {
  background-color: #00b9d2;
}

.dashboard-card {
  border-radius: 1rem;
  padding: 0.7rem;
  color: #fff;
  height: 100%;
  box-shadow: 0px 3px 10px #a7a7a7a1;
}

.dashboard-card > span {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
}
@media (max-width: 1440px) {
  .dashboard-card > span {
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.cardLinks {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lowMarginSm {
  margin: 0;
}

.upcommingTripsDeatails {
  border-radius: 1rem;
  box-shadow: 0px 3px 10px #a7a7a7a1;
  min-height: 17rem;
}
@media (max-width: 992px) {
  .upcommingTripsDeatails {
    margin: 1rem;
  }
}

.upcommingTripsDeatails__top {
  text-align: center;
}

.upcommingTripsDeatails__top > span {
  color: #00695c;
  font-weight: 600;
  text-transform: capitalize;
}

.upcommingTripsDeatails__top > p {
  color: #00695c;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pickUpSec {
  display: flex;
}

.pickUpSec__pickUp {
  flex: 0 0 50%;
  text-align: center;
}

.pickUpSec__pickUp > span {
  font-weight: 600;
  color: #00695c;
}

.pickUpSec__pickUp > p {
  color: #a2a2a2;
}

.pickUpSec__line {
  width: 1px;
  background-color: #09b19c;
  flex: 0 0 1px;
}

.pickUpSec__appointment {
  flex: 0 0 50%;
  text-align: center;
}

.pickUpSec__appointment > span {
  font-weight: 600;
  color: #00695c;
}

.pickUpSec__appointment > p {
  color: #a2a2a2;
}

.ThrdSec {
  display: flex;
  padding: 0 1.5rem;
  align-items: center;
  color: #a2a2a2;
  justify-content: space-between;
}

.ThrdSec__left {
  flex: 0 0 55%;
  display: flex;
}

.ThrdSec__left__PinLocation {
  margin: 0 0.5rem;
}

.ThrdSec__right {
  text-align: center;
}

.progreeTitles {
  display: flex;
  justify-content: space-between;
  margin: 0 1rem;
  padding: 0;
  color: #00695c;
}

.progreeTitles > span {
  font-weight: 700;
}

.progress-bar {
  color: #00695c !important;
  background-color: #00695c !important;
}

.tableContainer {
  margin-top: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0px 3px 10px #a7a7a7a1;
}

.tableContainer__top {
  display: flex;
  justify-content: space-between;
  padding: 0.9rem 1.5rem 0.5rem 2rem;
}

.tableContainer__top__left {
  display: flex;
  align-items: center;
}

.tableContainer__top__left > span {
  color: #09b19c;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 1.4rem;
  padding: 0 1rem;
}

.tableContainer__top__right > a {
  text-decoration: underline;
  color: #09b19c;
}

.tableContainer__top__right > a:hover {
  color: #198f81;
}

.FontWeight > div {
  font-weight: 700 !important;
}

.tableHeadingContainer {
  display: flex;
  background-color: #e3e9ef;
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  margin: 0.2rem 1rem 0.5rem 1.5rem;
  text-align: center;
}

.tableHeadingContainer > div {
  /* flex: 8.34%; */
  color: #272727;
  font-weight: 400;
  text-align: center;
}
.T-heading6 {
  flex: 0 0 6%;
}

.T-heading10 {
  flex: 0 0 10%;
}
.T-heading13 {
  flex: 0 0 13%;
  line-height: 20px;
}

.T-heading16 {
  flex: 0 0 16%;
}
.T-heading1 {
  flex: 1;
}
.T-heading8 {
  flex: 0 0 8%;
}

.tableData {
  font-weight: 400;
  align-items: center !important;
}

.tableData:nth-child(even) {
  background-color: #fff;
}

.tableData:nth-child(even) > div {
  font-weight: 400;
}

.completeBtn {
  background-color: #53be7e;
  color: white;
  padding: 0.2rem 0.8rem;
  border-radius: 0.5rem;
}

.cancledBtn {
  color: white;
  padding: 0.2rem 0.8rem;
  border-radius: 0.5rem;
  background-color: #fc6a6a;
}

.tableHeading {
  text-align: center !important;
}

.profile-main {
  height: 85vh;
  overflow-y: scroll;
}

.profile-main__container {
  margin: 1.5rem 0;
}

.profileContainer {
  border-radius: 1rem;
  box-shadow: 0px 3px 10px #a7a7a7a1;
  border: 1px solid #f7f7f7;
}

.profileContainer__heading {
  background-color: #09b19c;
  padding: 0.6rem 2rem;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 1rem 1rem 0 0;
}

.profileContainer__Caption {
  color: #09b19c;
  padding: 0.2rem 2rem;
}

.ProfileInput {
  padding: 1rem;
  border-radius: 1rem;
}

.SelectInput {
  /* height: 3.5rem !important; */
  border-radius: 1rem;
}

.ButtonSecProfile {
  display: flex;
  justify-content: flex-end;
}

.imagePreview {
  width: 100%;
  height: 180px;
  background: url("../../Assets/profile/user.png");
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  border-radius: 0.5rem;
  box-shadow: 0px -3px 6px 2px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  display: block;
  border-radius: 0px;
  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
  margin-top: -5px;
}

.imgUp {
  margin-bottom: 15px;
}

.del {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.imgAdd {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #4bd7ef;
  color: #fff;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 30px;
  margin-top: 0px;
  cursor: pointer;
  font-size: 15px;
}

.profile {
  padding: 1rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile__pic {
  display: flex;
  align-items: center;
}

.profile__pic__img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  /* border: 1px solid red; */
}

.profile__pic__name {
  margin-left: 0.7rem;
  /* height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 1px solid red; */
}

.profile__pic__name > span {
  color: #09b19c;
  font-weight: 600;
  font-size: 1.2rem;
}

.profile__pic__name > p {
  color: #828081;
}

.EditProfile {
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.EditProfile > img {
  margin-right: 1rem;
}

.abx {
  background-color: red;
}

.GenralInfoProfiel > span {
  font-weight: 700;
  font-size: 1.2rem;
  color: #09b19c;
}

.profileDetails > span {
  color: #828081;
}

.profileDetails > p {
  color: #09b19c;
}

.pangaClass {
  display: flex;
  flex-direction: column;
}

.lineHeightVer {
  height: 70% !important;
}

.lineHeightVerForSingleData {
  height: 40% !important;
}

.page-item > a {
  text-decoration: none;
  color: #53be7e;
}

.page-link {
  text-decoration: none;
}

.page-link:hover {
  color: #53be7e;
  font-weight: 700;
}

.cancledBtn:hover {
  text-decoration: none;
  color: #fff;
}

.completeBtn:hover {
  text-decoration: none;
  color: #fff;
}

.dropdown-item:hover {
  background-color: #09b19c;
  color: #fff;
}

.AddNewAttend {
  color: white !important;
  text-decoration: none !important;
  border-radius: 1.5rem;

}

.AddNewAttend:hover {
  font-weight: 600;
  text-decoration: none !important;

}

.tableHeadingAttendant {
  flex: 10% !important;
}

.tableHeadingReinburstment {
  flex: 12.5%;
}

.InputUpload {
  background-color: #09b19c;
  color: white;
}

.inputfile-box {
  position: relative;
}

.inputfile {
  display: none;
}

.abcss {
  display: inline-block;
  width: 100%;
}

.file-box {
  display: inline-block;
  min-width: 100%;
  padding: 5px 5px 5px 5px;
  height: calc(2rem - 2px);
}

.file-button {
  padding: 5px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.UploadImgeIcon {
  height: 1.4rem !important;
  width: 1.5rem !important;
  cursor: pointer;
}

.UploadImgeIcon > img {
  width: 100%;
}

.NotificationContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 1rem;
}

.NotificationContainer__user {
  display: flex;
  align-items: center;
}

.NotificationContainer__user__pic {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  margin-right: 1rem;
}

.NotificationContainer__user__name > div {
  color: #09b19c;
  text-transform: capitalize;
  font-weight: 700;
}

.NotificationContainer__user__name > span {
  color: #989898;
  display: inline-block;
  width: 200px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.NotificationContainer__time {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.NotificationContainer__time > span {
  color: #989898;
}

.NotificationContainer__time > div {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  background-color: #09b19c;
}

.AllView {
  text-align: center;
}

.AllView > a {
  color: #09b19c;
  text-decoration: underline;
}

.AllView > a:hover {
  color: #09b19c;
  font-weight: 600;
}

.analytics-dates {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.DateInput {
  height: 3rem !important;
  font-size: 2rem !important;
  padding: 1.9rem !important;
}

.labeldates {
  color: #c1bfbf !important;
}

.discountFilter {
  display: flex;
  align-items: center;
}

.modal-dialog {
  max-width: 900px !important;
}

.billingCards {
  box-shadow: inset 0 0 5px 0;
  border-radius: 1rem;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ebfffc;
}

.billingCards__box {
  width: 30%;
}

.billingCards__box > img {
  width: 100%;
}

.settingContainer {
  margin: 3rem 3rem 1rem 3rem;
  border: 1px solid #0000000d;
  box-shadow: 0px 3px 10px #a7a7a7a1;
  border-radius: 0.5rem;
  display: flex;
}

.settingContainer__Navigations {
  flex: 0 1 40%;
}

.settingContainer__Line {
  height: auto;
  flex: 0 1 0.3%;
  margin-top: 4rem;
  margin-bottom: 2rem;
  background-color: #f9fafc;
}

.settingContainer__Right {
  flex: 1;
}

.settingsNavigations {
  padding: 2rem 3rem;
}

.inputLabelAddProduct {
  color: #707070;
}

.settingsNavigationsActive {
  margin-top: 2rem;
  background-color: #e7fbf8;
  border: 1px solid #dededf;
  border-radius: 1rem;
  padding: 1.5rem 2rem;
  color: #7b8793;
}

.settingsNavigationsActive > a {
  color: #4b5155;
  text-decoration: none;
}

.settingsNavigationsActive > a:hover {
  color: #4b5155;
  text-decoration: none;
}

.navigationActiveClassSettings {
  background-color: #f9fafc;
}

.settingsNavigationsInActive {
  margin-top: 2rem;
  border: 1px solid #dededf;
  border-radius: 1rem;
  padding: 1.5rem 2rem;
}

.settingsNavigationsInActive > a {
  color: #4b5155;
  text-decoration: none;
}

.settingsNavigationsInActive > a:hover {
  color: #4b5155;
  text-decoration: none;
}

.settingsContenet {
  margin: 4rem 3rem;
  padding-right: 7rem;
  display: flex;
  flex-direction: column;
  align-items: space-between;
  justify-content: space-between;
}

.changepassword {
  font-weight: 700;
  font-size: 1.4rem;
  color: #09b19c;
}

.buttonsForChangepassword {
  margin-top: 10rem;
  text-align: right;
}

.passwordInputIconPosition {
  position: relative;
}

.absolutePositions {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 2.4rem;
  margin-right: 2rem;
}

.paddingRight {
  padding-right: 6rem !important;
}

.notificationToggles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
}

.anchorcolor {
  text-decoration: none;
  color: #7b8793;
}

.anchorcolor:hover {
  text-decoration: none;
  color: #09b19c;
}

.anchorcolor:focus {
  color: #09b19c;
}

.switch {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 1.2rem;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d8d8d8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.8rem;
  width: 1.8rem;
  bottom: -0.3rem;
  background-color: #09b19c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #b0f2e8;
}

input:focus + .slider {
  box-shadow: 0 0 1px #98f9ff;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.justifyBtnTrips {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.AppointmentSecAddtrip {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.AppointmentSecAddtrip > span {
  color: #09b19c;
  font-weight: 700;
}

.LeftRightBorderGreen {
  border-left: 1px solid #09b19c;
  border-right: 1px solid #09b19c;
}

/* Set the size of the div element that contains the map */

#map {
  height: 550px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.fareDetails {
  background-color: #f8f5f5;
  border-radius: 1rem;
  padding: 1.3rem 2rem;
}

.fareDetails__top {
  text-align: center;
  padding-bottom: 1.3rem;
  font-weight: 600;
  font-size: 1.3rem;
  color: #272727;
}

.fareDetails__heading {
  display: flex;
  color: #9a999a;
  justify-content: space-between;
  padding: 1rem 0;
}

.fareDetails__data {
  display: flex;
  justify-content: space-between;
  color: #505050;
}

.fareDetails__total {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 0.3rem;
  color: #09b19c;
  font-weight: 600;
  padding: 0.5rem 0.4rem;
}

.patientDetails {
  background-color: #f8f5f5;
  border-radius: 1rem;
  padding: 0 0.5rem 0.3rem 0.5rem;
  margin-top: 0.5rem;
}

.patientDetails__top {
  display: flex;
  justify-content: space-between;
}

.patientDetails__lower > div {
  font-weight: 600;
  color: #272727;
}

.patientDetails__lower > div > span {
  font-size: 1.4rem;
}

.line {
  height: 3rem;
  width: 2px;
  background-color: #09b19c;
}

.line1 {
  height: 4rem;
  width: 1px;
}

.rowdataflex {
  display: flex;
  align-items: center;
  margin-left: 1.4rem;
}

.rowdataflex > span {
  margin-left: 2rem;
  color: #a2a2a2;
}

.rowdataflex1 {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-left: 1.4rem;
}

.rowdataflex1 > span {
  margin-left: 2rem;
  color: #a2a2a2;
}

.movespan > span {
  margin-left: 0.5rem;
  color: #a2a2a2;
}

.rowdataalign {
  margin-left: 0.8rem;
}

.rowdataalign > span {
  margin-left: 1.2rem;
  color: #a2a2a2;
}

.marginNegative {
  margin-left: -0.2rem;
}

.U-horizontalLine {
  height: 1px;
  background-color: #09b19c;
}

.U-verticalLine {
  width: 2px;
  height: 100%;
  background-color: #09b19c;
}

.U-CancelBtn {
  border: 1px solid #09b19c !important;
  color: #09b19c !important;
  background-color: #fff !important;
  padding: 0.5rem 1.5rem;
}

.U-CancelBtn:hover {
  cursor: pointer;
  text-decoration: none;
  color: #09b19c !important;
}

.U-SaveBtn {
  border: 1px solid #09b19c !important;
  background-color: #09b19c !important;
  color: white !important;
  padding: 0.5rem 1.5rem;
}

.U-SaveBtn:hover {
  cursor: pointer;
  text-decoration: none;
  color: white;
}

.U-WhiteBtn {
  color: #09b19c !important;
  background-color: #fff !important;
  border-radius: 1.5rem;
  padding: 0.5rem 2rem;
  text-decoration: none;
  border: none;
}

.U-WhiteBtn:hover {
  color: #09b19c !important;
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Add Trip Radio Btton Color */
/* .radioGreen {
  background-color: hsl(173, 90%, 36%) !important;
  color: #09b19c !important;
} */
.radioGreen {
  border: 2px solid white !important;
  box-shadow: 0 0 0 1px #09b19c !important;
  appearance: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #fff !important;
  transition: all ease-in 0.2s;
}
.radioGreen:checked {
  background-color: #09b19c !important;
}

.fontsControl {
  display: inline-block;
  font-size: 1rem;
}

/* =================================== Custom Input Fields ======================== */
.form-Data-inputs {
  position: relative;
  margin-bottom: 2rem;
}
.inputHeightCustom {
  height: 3.4rem !important;
}
.form-Data-inputs > label {
  position: absolute;
  top: 25%;
  left: 15px;
  transition: 0.4s;
}
.dropDownIconCustom {
  position: absolute;
  top: 50%;
  right: 15px;
  transition: 0.4s;
  transform: translateY(-50%);
}
.form-Data-inputs > input:focus + label,
.form-Data-inputs > input:not(:placeholder-shown) + label {
  top: -25%;
  background-color: #fff !important;
  padding: 0 0.4rem;
  transition: 0.4s;
}
.form-Data-inputs > select:focus + label,
.form-Data-inputs > select:not(:checked) + label {
  top: -25%;
  background-color: #fff !important;
  padding: 0 0.4rem;
  transition: 0.4s;
}

/* =======================================Custom Drop Icon ============================= */

.dropDownIconCustom {
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid grey !important;
}

/* ===================== Search Button ======================== */
.btn-outline-success {
  background-color: #fff !important;
  color: #09b19c !important;
}
.btn-outline-success:hover,
.btn-outline-success:focus {
  background-color: #09b19c !important;
  color: #fff !important;
}


.form-control:focus {
    border-color: #09b19c !important;
    box-shadow: 0 0 0 0.1rem rgb(9 177 156 / 18%) !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff !important;
}
a{
    text-decoration: none !important;
}



#badge_icon_this_bell {
    padding: 0px 20px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    color: #09B19C;
}
.badge_icon_bell:after {
    content: attr(data-content);
    position: absolute;
    background: #FFFFFF;
    height: 1.5rem;
    width: 1.5rem;
    top: 0rem;
    right: 0.5rem;
    text-align: center;
    line-height: 1.4rem;
    font-weight: bold;
    font-size: 12px;
    border-radius: 50%;
    color: #09B19C;
    border: 1px solid #B3F7EE;
    padding: 1px;
}
