@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Black.otf') format('otf'),
        url('../fonts/HelveticaNeue-Black.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

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

body {
    background-color: #F5F6FB;
}

.navbar {
  position: relative;
  filter: drop-shadow(0px 3px 7.5px rgba(0, 0, 0, 0.06));
  /* overflow: hidden; */
  background: #fff;
  z-index: 2;
}

.navbar::before {
  content: "";
  position: absolute;
  background-color: #0412ca;
  top: -10px;
  left: -88px;
  height: 82px;
  width: 50%;
  z-index: 1;
  /* background: url("../images/Background.png"); */
  /* border-bottom-right-radius: 51%;
    border-top-right-radius: 44%; */
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
}

.navNew::before {
  display: none !important;
}

.active {
  position: relative;
}

.nav-link.active {
    border-bottom: 2px solid #0412CA;
}

.nav-link {
  position: relative;
  border-bottom: 2px solid transparent;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

/* .nav-link:hover {
    border-bottom: 2px solid #0412CA;
} */

/* .nav-link:hover::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    border-radius: 10px;
    background-color: #0412CA;
    bottom: 0;
    left: 18%;
} */

/* .active::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    border-radius: 10px;
    background-color: #0412CA;
    bottom: 0;
    left: 18%;
} */

/* Invite modal styling */
#inviteModal .modal-content {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: none;
}

#inviteModal .modal-header {
  border-bottom: none;
}

#inviteModal .modal-title {
  font-weight: 600;
}

#inviteModal .form-control {
  border-radius: 12px;
}

#inviteModal .btn-light {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-color: #0412ca;
}

#inviteModal .btn-light i {
  font-size: 18px;
  color: #ffffff;
}

#inviteModal .btn-outline-secondary {
  border-radius: 12px;
}

#inviteModal .btn-close {
  box-shadow: none;
}

/* Modal Card Background */
#acceptInviteModal .modal-content {
  /* background-color: #f2f3f6; grayish */
  border-radius: 14px;
  border: none;
}

/* Card Wrapper */
#acceptInviteModal .card-wrapper {
  background-color: #f5f6fb;
  padding: 16px;
  border-radius: 12px;
}

/* Firm Image */
#inviteFirmImage {
  border-radius: 50%;
  object-fit: cover;
  /* border: 2px solid #d0d3db; */
}

/* Firm Name */
#inviteFirmName {
  font-weight: 600;
  margin-bottom: 4px;
}

/* Firm Admin Badge */
#inviteFirmAdmin {
  display: inline-block;
  color: #333;
  background-color: #ffffff;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 13px;
  margin: 0;
}

/* Firm Info Text */
#inviteFirmLocation,
#inviteFirmPhone,
#inviteFirmWebsite {
  margin: 6px 0;
  color: #444;
}

/* Links styling */
#inviteFirmWebsite a {
  color: #0412ca;
  text-decoration: none;
  font-weight: 500;
}

#inviteFirmWebsite a:hover {
  text-decoration: underline;
}

/* Accept Button */
#acceptInviteBtn {
  background-color: #0412ca;
  border: none;
  padding: 8px 22px;
  border-radius: 8px;
}

#acceptInviteBtn:hover {
  background-color: #030fa5;
}

/* Decline Button */
#rejectInviteBtn {
  background-color: #02077d;
  border: none;
  padding: 8px 22px;
  border-radius: 8px;
}

#rejectInviteBtn:hover {
  background-color: #01055f;
}

.search {
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;

  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.07));

  background: #f2f2f2;
  box-shadow: none !important;
  padding-left: 1.7rem;
}

.search:focus {
    border: 1px solid #0412CA;
}

.searchIcon {
  position: absolute;
  left: 10px;
  top: 30%;
}

.formInput {
  border-radius: 10px;

  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.07));

    background-color: #F5F6FB;
  box-shadow: none !important;
}

.formInput:focus {
    border: 1px solid #0412CA;
}

.cardAuth {
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;

  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.07));

  background: #fff;
    height: 100%;
}

.forgText {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #000000 !important;
  text-decoration: underline;
  text-decoration-color: #000000;
  cursor: pointer;
}

.btnLog {
    background-color: #0412CA !important;
  color: #fff !important;
  font-weight: 500;
  border-radius: 40px;
}

.btnLog:hover {
  background-color: #0717ee !important;

}

.btnfacebook {
  border-radius: 40px;
    background-color: #3B5999;
  font-size: 18px;
  color: #fff;
}

.btnfacebook:hover {
    background-color: #C4FF61;
}

.btngoogle {
  border-radius: 40px;
    background-color: #EA4235;
  font-size: 18px;
  color: #fff;
}

.btngoogle:hover {
    background-color: #C4FF61;
}

.btnapple {
  border-radius: 40px;
  background-color: #000;
  font-size: 18px;
  color: #fff;
}

.btnapple:hover {
    background-color: #C4FF61;
}

.btnInquiry {
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  border-radius: 25px;

  color: #000;
  font-weight: 500;
  background: #c4ff61;
}

.btnInquiry:hover {
  background: #000000;
  color: #fff;
}

.he1 {
  font-family: "Montserrat";
  font-size: 47px;
  font-weight: normal;
  line-height: 60px;
  font-style: normal;
  text-align: left;
  font-weight: 600;
  color: #000000;
  position: relative;
}

.he1::before {}

.fs1 {
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
  font-style: normal;

  color: #000000;
}

.fs2 {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  font-style: normal;

  color: #000000;
}

.fs3 {
  font-family: "Montserrat";
  font-size: 26px;
  font-weight: 600;
  line-height: 60px;
  font-style: normal;
  text-align: left;
  color: #000000;
}

.fs4 {
  font-family: "Montserrat";
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #000000;
}

.fsbf {
  position: relative;
}

.fsbf::before {
  content: "";
  position: absolute;
  width: 118px;
  height: 1px;
  background-color: #000;
  left: 0;
  top: 50%;
}

.fsbf::after {
  content: "";
  position: absolute;
  width: 118px;
  height: 1px;
  background-color: #000;
  right: 0;
  top: 50%;
}

.flabel {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #000000;
}

.FormHeading {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #000727;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  /* min-height: 80vh; */
  flex: 1;
}

.main100vh {
  height: 100vh;
}

.main {
  position: relative;
  /* overflow: hidden; */
}

.main::before {
  content: "";
  position: absolute;
    background: linear-gradient(-90deg,
            #0412ca 0.00%,
            #02077d 100.00%);
  top: -112px;
  left: -204px;
  height: 780px;
  width: 941px;
  z-index: 1;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 51%;
}

@media (min-width: 1920px) {
  .main::before {
    width: 60%;
    height: 100%;
  }

  .main90vh {
    height: 100vh;
  }

  .hFit {
    height: fit-content !important;
  }

  .flex {
    display: flex !important;
    align-items: center;
  }
}

#eye {
  position: absolute;
  width: 15px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.footer {
  filter: drop-shadow(0px -3px 7.5px rgba(0, 0, 0, 0.06));

    background: linear-gradient(-90deg,
            #0412ca 0.00%,
            #02077d 100.00%);
  color: #fff !important;
}

.bgContainer {
  background: #c4ff61;
  padding-bottom: 6rem;
}

.seIcon {
  position: absolute;
  top: 25%;
  left: 10px;
}

.loIcon {
  position: absolute;
  top: 20%;
  right: 10px;
}

.selIcon {
  position: absolute;
  width: 15px;
  right: 10px;
}

.selIcon2 {
  position: absolute;
  width: 15px;
  right: 10px;
  top: 12px;
}

.form-select {
  position: relative;
}

.bgFe {
    background-color: #FEFEFE;
}

.overCard {
  border-radius: 15px;

  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.07));

  /* background: #f2f2f2; */
  text-decoration: none;
}

.chat-side {
  position: fixed;
  height: 100vh;
}

.char-area {
  height: 100vh;
}

.tImg {
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  border-style: solid;
  border-radius: 14px;
}

.fs5 {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #6b6b6b;
}

.fs6 {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  font-style: normal;
  text-align: left;

  color: #000000;
}

.fs7 {
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  text-align: center;

  color: #ffffff;
}

.fs8 {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-style: normal;
  text-align: center;

  color: #ffffff;
}

.fs9 {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #000000;
}

.fs10 {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #6b6b6b;
}

.fs12 {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #000727;
}

.fs13 {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #6b6b6b;
}

.fs15 {
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  font-style: normal;
  text-align: left;
  color: #6b6b6b;
}

.fs16 {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #000727;
}

.fs17 {
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #000727;
}

.fs18 {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #6b6b6b;
}

.overlayBox {
  background-color: #000;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 15px;
  cursor: pointer;
}

.eyeIcon {
  font-size: 30px;
  color: #fff;
}

.modalNew {
  border-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;

  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.07));

  background: #f2f2f2;
}

.imgTeeth {
  width: 200px;
}

.mainImg {
  width: 120px;
  height: 120px;

  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;

  filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.07));
}

.cardMain {
  background: #000;
  width: 100%;
  height: 150px;
  border-radius: 15px;
}

.imgProfile {
  width: 130px;
  height: 130px;

  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;

  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.07));
}

.pabs {
  position: absolute;
  top: 76px;
  left: 30%;
}

.h200 {
  height: 250px;
  padding-top: 9rem;
}

.h230 {
  height: 280px;
  padding-top: 9rem;
}

.h250 {
  height: 320px;
  padding-top: 9rem;
}

.h251 {
  height: 350px;
  padding-top: 5rem;
}

.h500 {
  height: 500px;
  overflow: auto;
}

.iconBox {
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  background: #ffffff;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.absoluteRow {
  position: absolute;
  top: -100px;
}

.h100 {
  height: 100vh;
}

.subIcon {
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;

  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.07));

  background: #c4ff61;
  height: 90px;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subImage {
  width: 60px;
  height: 60px;
}

.fs11 {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  font-style: normal;
  text-align: left;
  color: #000000;
}

.tImg2 {
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  border-style: solid;
  border-radius: 14px;
  width: 100%;
  height: 200px;
}

.productCard {
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  border-style: solid;
  border-radius: 14px;
    border: 6px solid #F2F2F2;

    background: #ffffff
}

.productCard > img {
  border-radius: 14px;
}

.chatImage {
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;

  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.07));
  width: 50px;
  height: 50px;
}

.chat {
  padding: 0.5rem;
  border-radius: 15px;
  text-decoration: none;
  border-radius: 15px;

  filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.05));

  background: #ffffff;
  /* transition: background-color 0.5s ease-in-out; */
}

.chat:hover {
    background: linear-gradient(-90deg,
            #0412ca 0.00%,
            #02077d 100.00%);
  color: #fff !important;
}

.chat:hover .fs16 {
  color: #fff;
}

.activChat {
    background: linear-gradient(-90deg,
            #0412ca 0.00%,
            #02077d 100.00%);
}

.activChat .fs10 {
  color: #d1cece;
}

.activChat .fs16 {
  color: #fff;
}

.online {
  color: #78b907;
}

.offline {
  color: #6b6b6b;
}

/* For WebKit browsers like Chrome or Safari */
::-webkit-scrollbar {
  width: 4px;
  border-radius: 15px;

  /* width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* color of the track */
}

::-webkit-scrollbar-thumb {
  background: #727276;
  /* color of the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background: #0e0eeaa3;
  /* color of the thumb on hover */
}

.m1 {
  font-family: "Rubik";
  font-size: 13px;
  font-weight: normal;
  line-height: 17px;
  font-style: normal;
  text-align: left;

  color: #969696;
}

.messageBox {
  border-top-left-radius: 12px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;

  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.04));

  background: #ffffff;
}

.messageBoxSender {
  border-top-left-radius: 0px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;

  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.04));

  background: #ffffff;
}

.he1 {
  border: 2px solid transparent;
  color: #fff;
  border-bottom: 3px solid #fff;
}

.w100 {
  width: 100% !important;
}

.messImage {
  width: 35px;
  height: 35px;

  border-radius: 12px;
}

.m2 {
  font-family: "Rubik";
  font-size: 12px;
  font-weight: 500;
  line-height: 16.80000114440918px;
  font-style: normal;
  text-align: right;
  color: #000000;
}

.SendMessgeBTn {
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;

  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.07));

  background: linear-gradient(-90deg, #0412ca 0%, #02077d 100%);
}

.SendMessgeBTn:hover {
  background: linear-gradient(
    -90deg,
    rgb(39, 50, 208) #212891 0%,
    #02077d 100%
  );
  color: #fff;
}

.chatBox {
  max-height: 430px;
  overflow-y: auto;
  overflow-x: hidden;
}

.comment {
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-top-left-radius: 0px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;

  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.04));

  background: #f2f2f2;
}

.comments {
  height: 300px;
  overflow: auto;
}

.sendmInput {
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;

  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.07));

  box-shadow: none !important;
  background: #f2f2f2;
}

.sendmInput:focus {
  border: 1px solid #c4ff61;
}

#selectPhoto {
  border-radius: 10px;

  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.07));

  background: #ffffff;
  height: 100px;
  cursor: pointer;
}

#photo img {
  border-radius: 10px;

  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.07));
  height: 100px;
  width: 100%;
  object-fit: cover;
}

.proImage {
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;

  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.07));
  width: 40px;
  height: 40px;
}

.up1 {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #000000;
}

.up2 {
  font-family: "Montserrat";
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #6b6b6b;
}

.navT {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  color: #000000;
}

.colBlack {
  color: #000;
}

.fNam {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #000727;
}

.fpat {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #6b6b6b;
}

input[type="checkbox"] {
  width: 18px;
}

.ft1 {
  color: #4f4e4e;
  font-size: 32px;
}

.ft1 span {
    color: #0412CA;
}

.ft2 {
  color: #4f4e4e;
  font-size: 12px;
  font-weight: 700;
}

.ft3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.ft4 {
  color: #4f4e4e;
  font-size: 11px;

  margin: 0;
}

.fp2 {
  font-size: 20px;
  font-weight: 700;
  color: #494848;
}

.imgPost {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

.btn {
  border: none;
  outline: none;
}

.liked {
    color: #C4FF61 !important;
}

.btnEdit {
  color: #fff;
    background-color: #C4FF61 !important;
  position: absolute;
  bottom: 0;
  right: 0;
}

.video-cl {
  width: 100%;
  height: 200px;
}

@media (max-width: 992px) {
  .main100vh {
    height: auto;
  }

  .fsbf::after {
    display: none;
  }

  .fsbf::before {
    display: none;
  }

  .active::before {
    left: 5%;
  }

  .h100 {
    height: auto;
  }

  .absoluteRow {
    position: static;
  }

  .h200 {
    height: auto;
  }

  .pabs {
    right: 21%;
  }

  .navbar::before {
    height: 80px;
  }
}

@media (max-width: 768px) {
  .active::before {
    left: 0;
    bottom: 7px;
  }
}

.f1 {
  color: #fff;
  font-size: 16px;
}

.f2 {
    font-family: 'Helvetica Neue', sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #02077d;
}

.f3 {
    font-family: 'Helvetica Neue', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  color: #6b6b6b;
}

.f4 {
    font-family: 'Helvetica Neue', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  font-style: normal;
  text-align: left;
}

.textSuccess {
  color: #3a9b3a;
}

.textDanger {
  color: #ff4040;
}

.f6 {
    font-family: 'Helvetica Neue', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 28px;
  font-style: normal;
  text-align: center;
  color: #000000;
}

.f7 {
    font-family: 'Helvetica Neue', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 19px;
  font-style: normal;
  text-align: center;
  color: #606060;
}

.ft7 {
    font-family: 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  font-style: normal;
  text-align: left;
  color: #606060;
}

.f8 {
    font-family: 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  font-style: normal;
  text-align: left;
  color: #000000;
}

.f9 {
    font-family: 'Helvetica Neue', sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 19px;
  font-style: normal;
  text-align: left;
  color: #606060;
}

.f10 {

    font-family: 'Helvetica Neue', sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  font-style: normal;
  text-align: left;
  color: #606060;
}

.fss1 {
    font-family: 'Helvetica Neue', sans-serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 28px;
  font-style: normal;
  text-align: left;
  color: #000000;
}

.fss2 {
    font-family: 'Helvetica Neue', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 16px;
  font-style: normal;
  text-align: left;
  color: #606060;
}

.fss3 {
    font-family: 'Helvetica Neue', sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 19px;
  font-style: normal;
  text-align: left;
  color: #606060;
}

.fss4 {
    font-family: 'Helvetica Neue', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 21px;
  font-style: normal;
  text-align: left;
  color: #606060;
}

.stCard {
  border-radius: 15px;

  filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.05));

  background: #ffffff;
  /* min-height: 360px; */
}

.s_image {
  width: 100%;
  border-radius: 15px;
  height: 150px;
  object-fit: cover;
}

.btnLoad {
  border-radius: 15px;
  background: #0410b9 !important;
  color: #fff !important;
}

.btn-ar {
    color: #0412CA;
  font-size: 14x;
}

.btnLoad:hover {
  background: #0817e8 !important;
}

.ff1 {
    font-family: 'Helvetica Neue', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  font-style: normal;
  text-align: left;
  color: #000000;
}

.ff2 {
    font-family: 'Helvetica Neue', sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 19px;
  font-style: normal;
  text-align: left;
  color: #606060;
}

.ripple-triple-btn {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.ripple-triple-btn img {
  position: relative;
  z-index: 2;
}

/* Base ripple style */
.ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  background: rgba(7, 20, 145, 0.4);
  pointer-events: none;
  z-index: 1;
}

/* Individual ripples with different sizes and delays */
.ripple1 {
  width: 130px;
  height: 130px;
  animation: rippleAnim 3s ease-out infinite;
  animation-delay: 0s;
}

.ripple2 {
  width: 110px;
  height: 110px;
  animation: rippleAnim 3s ease-out infinite;
  animation-delay: 1s;
}

.ripple3 {
  width: 100px;
  height: 100px;
  animation: rippleAnim 3s ease-out infinite;
  animation-delay: 2s;
}

.drop-d-m-w {
  min-width: 290px !important;
  border-radius: 15px !important;
}

.drop-d-m-w li a {
  padding-inline: 0 !important;
}

.round-img {
  width: 60px;
  height: 60px;

  border-color: #eef0f2;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
}

.f-p1 {
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  text-align: left;
  color: #000000;
}

/* Custom form-control styling */
.custom-input {
  border-radius: 15px;
  filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.05));
  background-color: #ffffff;
  padding-block: 0.7rem;
}

/* Custom label styling */
.custom-label {
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
  font-style: normal;
  text-align: left;
  color: #000000;
}

/* Custom save button styling */
.btn-save {
  border-radius: 15px;
  background: #0412ca !important;
  color: #fff !important;
  padding: 10px 20px;
  border: none;
}

.btn-save:hover {
  background-color: #020d9b;
}

.pricing-card {
  border-radius: 15px;
  box-shadow: 0px 5px 7.5px rgba(0, 0, 0, 0.05);
  border-color: #eef0f2;
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;

  background: #ffffff;
}

.price {
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  color: #000000;
}

.plan-label {
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  /* letter-spacing: 20px; */
  color: #606060;
}

.description {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #606060;
}

.icon-box {
  font-size: 24px;
  color: #0412ca;
  margin-bottom: 10px;
}

.custom-checkbox label {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #606060;
}

.form-check-input:checked {
  background-color: #606060 !important;
  border-color: #606060 !important;
  margin-right: 6px;
  border-radius: 0;
}

.min-h-60 {
  min-height: 60vh;
}

.min-h-80 {
  min-height: 80vh;
}

.h-80-vh {
  height: 80vh !important;
}

.fp-1 {
  font-family: "Helvetica Neue";
  font-size: 22px;
  font-weight: 500;
  /* line-height: 30px; */
  font-style: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
}

.fp-2 {
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-weight: 300;
  /* line-height: 20px; */
  font-style: normal;
  text-align: left;
  color: #606060;
  margin-bottom: 0;
}

.fp-3 {
  font-family: "Helvetica Neue";
  font-size: 19px;
  font-weight: 500;
  line-height: 20px;
  font-style: normal;
  text-align: left;
  color: #000000;
}

.fp-4 {
  text-decoration: line-through;
}

.fp-5 {
  font-family: "Helvetica Neue";
  font-size: 17px;
  font-weight: normal;
  /* line-height: 20px; */
  margin-bottom: 0;
  font-style: normal;
  text-align: left;
  color: #606060;
}

.fp-6 {
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  text-align: left;
  color: #000000;
}

.fp7 {
  font-family: "Helvetica Neue";
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  font-style: normal;
  text-align: left;
  color: #000000;
}

.fp-8 {
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  font-style: normal;
  text-align: left;
  color: #606060;
}

.fp-9 {
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  text-align: left;
  color: #000000;
}

.fp-10 {
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-weight: 500;

  font-style: normal;
  text-align: left;
  color: #000000;
}

.fp-11 {
  font-family: "Helvetica Neue";
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  font-style: normal;
  text-align: left;
  color: #606060;
}

.fp-13 {
  font-family: "Helvetica Neue";
  font-size: 13px;
  font-weight: 300;

  font-style: normal;
  text-align: left;

  color: #606060;
}

.fp-14 {
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-weight: 500;

  font-style: normal;
  text-align: left;
  color: #000000;
}

.fp-15 {
  font-family: "Helvetica Neue";
  font-size: 13px;
  font-weight: 300;

  font-style: normal;
  text-align: left;

  color: #606060;
}

.fp-16 {
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  text-align: left;
  color: #000000;
}

.s-label {
  font-family: "Helvetica Neue";
  font-size: 13px;
  font-weight: 300;

  font-style: normal;
  text-align: left;

  color: #606060;
}

.inp-gr {
  border-radius: 13px;
  background: #f5f6fb;
}

.inp-gr input {
  border: none;
  background-color: transparent;
}

.inp-gr span {
  border: none;
  border-radius: 15px;
  background-color: transparent;
}

.stars img {
  width: 15px;
}

.icon-image {
  width: 30px;
}

.n-tabs {
  border: none;
  background-color: #fff;
  filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.05));
  /* padding: 0.5rem; */
  border-radius: 20px;
}

.n-tabs .nav-link {
  border-color: #ececec;
  border-width: 0px;
  border-style: solid;
  border-radius: 15px;

  /* filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.05)); */

  background: #ffffff;
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  color: #606060;
}

.n-tabs .nav-link.active {
  border-radius: 15px;

  filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.05));

  background: #0412ca;
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
}

.n-tabs .nav-link.active::before {
  display: none;
}

  /* Base container */
  .select2-container--default .select2-selection--multiple {
    min-height: 45px;
    padding: 10px;
  }

  /* Make Select2 search input take full width */
.select2-container--default .select2-selection--multiple .select2-search__field {
    min-height: 25px;
    height: 100%;
    box-sizing: border-box;
}
  
  /* Rendered area — allow wrapping */
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
    display: block;                 /* allow wrap */
    padding: 0;
    line-height: 28px;              /* vertical balance */
    margin-bottom: 0;
  }
  
  /* Placeholder — center ONLY when empty */
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
    display: block;
    line-height: 28px;
    margin-top: 0;
    color: #6c757d;
  }
  
  /* Selected tags */
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 22px;
    
  }
  
  /* Remove weird extra bottom gap */
  .select2-container--default
  .select2-selection--multiple
  .select2-search--inline {
    margin-top: 0;
  }
  
  .select2-container--default
  .select2-selection--multiple:not(:has(.select2-selection__choice)) {
    display: flex;
    align-items: center;
  }
  
  
  .select2-container--default .select2-selection--multiple.select2-selection--clearable{
    flex-wrap: nowrap;
    display: flex;
  }


.tab-pane .active::before {
  display: none !important;
}

.aler-card {
  border-radius: 15px;
  box-shadow: 0px 5px 7.5px rgba(0, 0, 0, 0.05);
  border-color: #eef0f2;
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;
}

.fo-1 {
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  font-style: normal;
  text-align: left;
  color: #000000;
}

.fo-2 {
  font-family: "Helvetica Neue";
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  font-style: normal;
  text-align: left;
  color: #606060;
}

.fo-3 {
  font-family: "Helvetica Neue";
  font-size: 11px;
  font-weight: 300;
  line-height: 19px;
  font-style: normal;
  text-align: left;
  color: #606060;
}

.fo-4 {
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal;
  text-align: left;
  color: #606060;
}

.fo-5 {
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  font-style: normal;
  text-align: right;
  color: #fe0000;
}

.quote-card {
  border-radius: 15px;
  box-shadow: 0px 5px 7.5px rgba(0, 0, 0, 0.05);
  border-color: #eef0f2;
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;

  background: #ffffff;
}

.img-q {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.upload-btn {
  border-radius: 15px;

  filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.05));

  background: #ffffff !important;
}

.fs-1p {
  font-family: "Helvetica Neue";
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  font-style: normal;
  text-align: left;
  color: #000000;
}

.btn-p {
  border-radius: 5px;

  background: #0412ca !important;
  font-family: "Helvetica Neue";
  font-size: 10px;
  font-weight: 300;
  line-height: 20px;
  font-style: normal;
  text-align: center;

  color: #ffffff !important;
  /* width: 74px;
    height: 19px; */
  display: flex;
  padding-block: 0;

  justify-content: center;
  align-items: center;
}

.pad-inl {
  padding-inline: 1rem !important;
}

canvas {
  border: 2px solid #000;
  cursor: crosshair;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
}

.img-fs {
  width: 100%;
  height: 128px;
  border-radius: 20px;
  /* object-fit: cover; */
}

.chat-web {
  display: flex;
  height: 80vh;
}

/* Sidebar */
.sidebar {
  width: 30%;

  display: flex;
  flex-direction: column;
  overflow: auto;
}

.chat-list {
  flex: 1;
  overflow-y: auto;
}

.chat-item {
  padding: 15px;

  cursor: pointer;
}

/* Chat Area */
.chat-area {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Chat Header */
/* .chat-header {
      padding: 15px;
     
    } */

/* Messages */
.chat-messages {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.message {
  padding: 10px 15px;
  min-width: 45%;
  max-width: 60%;
  border-radius: 8px;
  font-size: 14px;
}

.received {
  align-self: flex-start;
}

.sent {
  align-self: flex-end;
}

/* Input */
.chat-input {
  padding: 10px;
}

.border-r-20 {
  border-radius: 20px;
}

.img-atr2 {
  height: 240px;
}

.btn-same {
  height: 40px;
  width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px !important;
}

.fp-5-bold {
  font-weight: 700 !important;
}

.btn-round {
  height: 40px;
  width: 40px;
  font-size: 20px;
  font-weight: 700;
  background-color: #0412ca !important;
  border-radius: 50%;
  aspect-ratio: 1;
  color: #fff !important;
  display: flex;

  justify-content: center;
  align-items: center;
}

.border-15 {
  border-radius: 15px !important;
}

@media (max-width: 767px) {
  .navbar-toggler {
    background-color: #fff;
  }

  .nav-link:hover::before {
    left: 5%;
  }

  .btn-save {
    width: 100%;
  }
}

/* Ripple animation */
@keyframes rippleAnim {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.8;
  }

  70% {
    opacity: 0.2;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .navbar::before {
    top: -10px;
    left: 2px;

    width: 100%;
    clip-path: none;
  }

  canvas {
    width: 100%;
    height: 100px;
  }

  .atr-img-p {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .img-atr2 {
    height: 100%;
  }
}

@media (max-width: 992px) {
  .stCard {
    height: auto;
  }
}

.option-card {
  background: #ffffff;
  border-radius: 15px;
  filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.05));
  padding: 20px;
  cursor: pointer;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  text-align: center;
  height: 100%;
}

.option-card:hover {
  border-color: #02077d;
}

.option-card input[type="radio"] {
  display: none;
  /* hide default radio */
}

.option-card.selected {
  border: 1px solid #02077d;
  color: #02077d;
  font-weight: 600;
}

.btn-width {
  width: 180px;
  height: 40px;
}
