/* Google font */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/************ All Content ************/
/* 
01. Login popup  
02. Notification popup
03. Tootltip
04. edit-popup
05. mark-completed-popup_followup
06. mark-completed-popup_Meeting
07. mark-completed-popup_Reconnect
08. delete-popup_new-contact 
09. delete-popup__followup 
10. delete-popup_Meeting 
11. delete-popup_Reconnect 
12. quick-actions Dropdown
13. dailyplan-popup
14. add-follow-up-popup
15. calendar-popup
16. repeat-followup-popup
17. repeat-followup-popup-yes
18. file-attach-popup
19. boxes-today_teams_goals
20. teammates-popup



Pages
1. Dashboard Page
2. My Team Page
3. My contat Page
4. Blog Page
5. Blog Readmore Page
6. Chatavirsity Page
7. Chatavirsity Readmore Page
8. Settings Page
   a) Referral Program Page
   b) Ambassador Program
   c) My Bank Info
   d) Subscriptions
   e) About Us
   f) Term & Condition Page
   g) Privacy Policy Page
   h) Change Password Page
   i) Log Out Page
   j) Contact Us Page
9.


*/

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

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* Google font */
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  /* font-family: 'Poppins', sans-serif; */
  /* font-family: 'Inter', sans-serif; */
}


a {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}

section {
  /* padding: 12px 0 0 0; */
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.stucture {
  padding: 0px 8px 18px;
  /* height: 80%; */
}

.text-skyblue1 {
  color: #1ba5ed !important;
}

.text-green1 {
  color: #3fd14a !important;
}

.text-yellow1 {
  color: #efd933 !important;
}

.text-red1 {
  color: red !important;
}

.f-12 {
  font-size: 12px;
}

.f-10 {
  font-size: 10px;
}

.f-14 {
  font-size: 14px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px;
}

.b-8 {
  font-weight: 800;
}

.b-5 {
  font-weight: 500;
}

.b-4 {
  font-weight: 400;
}

.b-6 {
  font-weight: 600;
}

.b-7 {
  font-weight: 700;
}
p {
  color: #000000;
}

/* Dashboard Page Start */

.content-main-box {
  padding: 11px 11px 11px 220px;
  background-color: #6f6af8;
  height: 100vh;
  overflow: hidden;
}
.content-wrap {
  background: #f5f5f5;
  height: 100%;
  border-radius: 33px;
  padding: 0 8px 70px;
  overflow: hidden;
}
/* Header Start */
.navbar {
  background-color: #6f6af8;
  height: 100vh;
}

.navbar .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  align-self: start;
  gap: 5px;
}

.collapse ul.navbar-nav {
  flex-direction: column;
  gap: 17px;
  padding: 25px 0 12px 0;
  background-color: #6f6af8;
}

.logo-img img {
  width: 100%;
  height: 100%;
}

.logo-img {
  width: 177.66px;
  height: 32px;
  margin: 32px 0 9px 25px;
}

.navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  padding: 9px 0 9px 17px !important;
  width: 220px;
}

.navbar-nav .nav-link:hover {
  background-color: #5e5ad3;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: white;
  background-color: #5e5ad3;
}

.nav-link img {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}

.img-left-navbar img {
  width: 100%;
  height: 100%;
}

.img-left-navbar {
  max-width: 125px;
  max-height: 116px;
  margin: 0 auto;
}

.contactus-btn-container {
  width: 167px;
  height: 39px;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  background: linear-gradient(360deg, #f6d365 0%, #fda085 100.13%);
  margin: 19px auto 12px;
}

.contactus-btn-container:hover {
  background: #5e5ad3;
  border: 1px solid white;
}

.contactus-btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  background: transparent;
  border: 0;
}

.search-icon {
  position: absolute;
  left: 16px;
  top: 9px;
}

.serch-container {
  position: relative;
}

/* Section-one-Dashboard start */
.Section-one-Dashboard {
  position: relative;
}

.left-sec-1-home {
  width: 220px;
}

.right-sec-1-home {
  height: 100vh;
  position: absolute;
  left: 220px;
  top: 0;
  background-color: #6f6af8;
}

.right-sec-1-content {
  background-color: #f8f8ff;
  margin: 11px 12px 11px 0;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  padding: 17px 21px 18px 20px;
  /* overflow-y: scroll; */
}

/* Offcanvas */
.offcanvas.show:not(.hiding),
.offcanvas.showing {
  width: 220px;
  height: 100vh;
}

.offcanvas.offcanvas-start {
  position: fixed;
  left: 0;
  top: 0;
  width: 220px !important;
  background-color: #6f6af8;
  border-right: 0;
}

.btn-canvas {
  display: none;
  padding: 0;
}

.offcanvas-body {
  padding: 0;
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.menu-icon {
  width: 24px;
  height: 24px;
}

.menu-items ul {
  padding: 25px 0;
}

.menu-items li {
  margin-bottom: 17px;
  color: white;
}

.menu-items li a:hover {
  background-color: #5e5ad3;
}
.menu-items li a.active {
  border-left: 4px solid #fff;
  background: rgba(0, 0, 0, 0.15);
}
.menu-items li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 9px 0 9px 17px;
}

.menu-items li:nth-child(9) {
  margin-bottom: 0;
}

.menu-items li {
  margin-left: 4px;
}

/* End */

/* Navbar Top start */

.navabar1 {
  height: auto;
  padding: 0px 8px 18px;
}

.navabar1 .navbar .container-fluid {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.navabar1 .navbar-collapse {
  justify-content: end;
}

.navabar1 .navbar {
  height: auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: transparent;
  padding: 19px 0 0 0;
}

.title1 {
  color: var(--280357, #000);
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 32px 0 21px 0;
}

a.navbar-brand {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.global-search {
  width: 343px;
  height: 37px;
  padding: 9px 10px 9px 42px;
  border-radius: 50px;
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid var(--Gtray, #929292);
}
.global-search:focus {
  box-shadow: none;
  border: 1px solid var(--Gtray, #929292);
}

.global-serch1 {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
}

/* Notification popup Start*/
.notification-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6f6af81f;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 10px;
  position: relative;
}
.notification-icon::after {
  content: "";
  width: 6.19px;
  height: 6.19px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #df0000;
  display: inline-block;
  top: 8px;
  position: absolute;
  left: 23px;
}

.Notification-popup .dropdown-toggle::after {
  display: none;
}

.Notification-popup .btn {
  padding: 0;
}

.Notification-popup .dropdown-menu[data-bs-popper] {
  width: 550px;
  height: auto;
  flex-shrink: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 1px 7px 0px rgba(111, 106, 248, 0.21);
  left: -367px;
  top: 44px;
  padding: 28px 20px 21px 16px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border: none;
}

.box-1-notification {
  width: 100%;
  flex-shrink: 0;
  border-radius: 12px;
  background: var(--Bg, #fbfbff);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 29px;
  padding: 20px 26px 12px 20px;
}

.Notification-popup .dropdown-item {
  padding: 0;
}

.notification-icon2 {
  width: 49px;
  height: 49px;
}

.box-1-notification p {
  color: var(--280357, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
}

.Notification-popup .dropdown .dropdown-menu li {
  margin-bottom: 20px;
}

.btn-view-all-notif:hover {
  background: #6f6af8;
  color: white;
}

.btn-view-all-notif {
  display: flex;
  width: 116px;
  height: 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 24px;
  background: rgba(111, 106, 248, 0.08);
  color: #6f6af8;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-color: transparent;
  margin: 38px auto 0;
}

/* Notification popup End */

/* Login popup Start */
.post-name {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.post-profile {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.manager-photo img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.manager-photo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  text-align: start;
  gap: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.Login-popup .dropdown .btn {
  width: 150px;
  height: 37px;
  padding: 0;
}
.Login-popup .dropdown-toggle::after {
  margin-left: 2px;
  vertical-align: middle;
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  border: none;
  color: #030712;
}

.post {
  display: flex;
  flex-direction: column;
}
.Login-popup .dropdown-toggle::after {
  position: absolute;
  top: 0px;
  right: 0px;
}

.user-login li.dropdown-item {
  padding: 0;
}

.Login-popup .dropdown-menu li {
  /* border-bottom: 1px solid #8080801f; */
  padding: 0;
}

.btn.show,
.btn:first-child:active {
  border-color: transparent;
}

.login-icon,
.logout-icon {
  width: 30.65px;
  height: 30.65px;
  margin-right: 12.54px;
}

.user-login li {
  border-radius: 20px;
  border-bottom: 1.393px solid var(--linr, #f2f2f2);
  display: flex;
  padding: 10.869px 76.082px 11.426px 16.721px;
  align-items: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.user-login a {
  padding: 10.869px 76.082px 11.426px 16.721px;
}

.Login-popup .dropdown-menu[data-bs-popper] {
  top: 60px;
  width: auto;
  right: 0;
  /* left: -107px; */
  margin-top: var(--bs-dropdown-spacer);
  border-radius: 16.721px;
  border: 1.393px solid rgba(111, 106, 248, 0.1);
  background: var(--white, #fff);
  box-shadow: 0px 8.361px 19.508px 0px rgba(75, 87, 239, 0.03),
    0px -2.787px 19.508px 0px rgba(75, 87, 239, 0.1);
  padding: 2px;
  -webkit-border-radius: 16.721px;
  -moz-border-radius: 16.721px;
  -ms-border-radius: 16.721px;
  -o-border-radius: 16.721px;
}
.Login-popup .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 0;
}

.loginbox-icon {
  width: 60px;
  height: auto;
  position: absolute;
  top: -25px;
  right: 27px;
  z-index: -1;
}

.Login-popup .dropdown-item:focus,
.Login-popup .dropdown-item:hover {
  background-color: #6f6af8;
  border-radius: 16.721px;
  -webkit-border-radius: 16.721px;
  -moz-border-radius: 16.721px;
  -ms-border-radius: 16.721px;
  -o-border-radius: 16.721px;
}

.Login-popup .dropdown-item:focus p,
.Login-popup .dropdown-item:hover p {
  color: white;
}

/* Login popup End */

/* Navbar Top End */

/* Section-one-Dashboard Start */
.box-1-dashboard {
  /* min-width: 241px; */
  width: 100%;
  height: 148px;
  padding: 19px 14px 18px;
  background-color: white;
  border-radius: 8px;
  background: var(--white, #fff);
  box-shadow: 0px 5px 19px 0px rgba(75, 87, 239, 0.06);
}

.contact {
  display: flex;
  flex-direction: column;
  position: relative;
}

.contact img {
  width: 43px;
  height: 43px;
}

.contact span {
  color: var(--280357, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 6px;
}

.new-contact {
  display: flex;
  justify-content: space-between;
}
.new-contact > span {
  color: var(--280357, #000);
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.contact img.tooltip-1 {
  width: 14px;
  height: 14px;
  position: absolute;
  right: -20px;
  bottom: 0;
}

/* progressbar */
.progress,
.progress-stacked {
  max-width: 213px;
  height: 9px;
  margin: 14px 0 6px 0;
}

.boxes-dashboard .box-1-dashboard:nth-child(1) .progress-bar {
  border-radius: 1303.03px;
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%),
    rgba(255, 255, 255, 0.2);
}

.boxes-dashboard .box-1-dashboard:nth-child(2) .progress-bar {
  border-radius: 1303.03px;
  background: linear-gradient(180deg, #caaefa 0%, #9153f4 100%),
    linear-gradient(90deg, #f6d365 0%, #fda085 100%), rgba(255, 255, 255, 0.2);
}

.boxes-dashboard .box-1-dashboard:nth-child(3) .progress-bar {
  border-radius: 1303.03px;
  background: linear-gradient(90deg, #16d9e3 0%, #30c7ec 47%, #46aef7 100%),
    linear-gradient(90deg, #f6d365 0%, #fda085 100%), rgba(255, 255, 255, 0.2);
}

.boxes-dashboard .box-1-dashboard:nth-child(4) .progress-bar {
  border-radius: 1303.03px;
  background: linear-gradient(153deg, #63ff9d -9.36%, #7cd4ff 98.49%),
    linear-gradient(90deg, #f6d365 0%, #fda085 100%), rgba(255, 255, 255, 0.2);
}

.edit-container {
  display: flex;
  justify-content: space-between;
}
.edit-container span {
  color: var(--Gtray, #929292);
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.edit-container img {
  width: 12.41px;
  height: 12.41px;
}

.boxes-dashboard {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  /* flex-wrap: wrap; */
}

/* todays-workflow */
.todays-workflow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.workflow-title p:first-child {
  color: var(--280357, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.todays-workflow p:nth-child(2) {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
}

.date img {
  width: 12px;
  height: 12px;
}

.date span {
  color: var(--Gtray, #929292);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.todays-workflow-1 {
  display: flex;
  align-items: end;
  gap: 7px;
  flex-wrap: wrap;
}

.filer-img img {
  width: 29px;
  height: 29px;
}

.dropstart .dropdown-toggle::before {
  display: none;
}

/* Tootltip Start */
/* .tooltip-box {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 16px;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  color: black;
  background-color: white;
  text-align: start;
  padding: 20px;
  max-width: 255px;
} */

/* .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: white;
  left: -25px;
  top: 0;
} */

/* Tootltip End */

/* Section-two-Dashboard */
.Section-two-Dashboard .stucture-1,
.Section-one-myteams .stucture-1 {
  padding: 29px 8px 13px;
  width: 100%;
  background-color: white;
  margin: 18px 0 0 0;
  border-radius: 12px;
  border: 1px solid rgba(111, 106, 248, 0.1);
  background: var(--white, #fff);
  box-shadow: 0px 6px 14px 0px rgba(75, 87, 239, 0.03),
    0px -2px 14px 0px rgba(75, 87, 239, 0.1);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.workflow-tabs {
  padding: 20px 0 0 0;
}

.workflow-tabs .nav-pills .nav-link {
  color: var(--280357, #000);
  font-family: Mulish;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  background: rgba(111, 106, 248, 0.1);
  padding: 8px 15.5px;
}

.workflow-tabs ul li {
  margin-right: 8px;
}

.workflow-tabs ul li:last-child {
  margin-right: 0px;
}

.workflow-tabs .nav-pills .nav-link.active {
  background-color: #6f6af8;
  color: white;
}

/* New Contact Page */
.new-page .box-1-workflow .left-side {
  align-items: center;
}

/* Boxes-container-1 */
.Boxes-container-1 {
  border-radius: 6px;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 8px;
  /* box-shadow: 0px 5px 19px 0px #4b57ef0f;
  box-shadow: 0px -2px 14px 0px #4b57ef1a; */
}

.Boxes-container-1:hover {
  border-radius: 6px;
  border: 1px solid #696666;
  background: #fcf1f0;
}
.Boxes-container-1.active {
  border-radius: 6px;
  border: 1px solid #d85448;
  background: #fcf1f0;
}

.box-1-workflow .left-side .img-1 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.box-1-workflow .left-side .img-1 img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.box-1-workflow {
  width: 100%;
  height: 50px;
  padding: 7px 10px 7px 10px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.box-1-workflow .left-side {
  display: flex;
  gap: 15px;
}

.name-workflow p:first-child {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.name-workflow p {
  color: var(--Gtray, #929292);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.name-workflow p span {
  color: var(--320C64, #6f6af8);
}

.level {
  width: 28px;
  height: 14px;
}

.level {
  vertical-align: text-top;
}

.level-workflow span {
  color: #3fd14a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* padding-left: 5px; */
  vertical-align: text-top;
}

.level-workflow p span {
  color: var(--Gtray, #929292);
  font-size: 10px;
}

.badge-workflow .badge {
  height: 20px;
  border-radius: 38px;
  padding: 3px 10px;
  color: var(--white, #fff);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  vertical-align: text-top;
}

/* .badge-workflow-Purple .badge {
  background: var(
    --New-urpal,
    linear-gradient(180deg, #caaefa 0%, #9153f4 100%)
  );
} */

/* .badge-workflow-gold .badge {
  background: var(--graf, linear-gradient(0deg, #f6d365 0%, #fda085 100.13%));
} */

.badge-workflow-skyblue .badge {
  background: var(
    --New-bule,
    linear-gradient(90deg, #16d9e3 0%, #30c7ec 47%, #46aef7 100%)
  );
}

.badge-workflow-green .badge {
  background: var(--New-bule,
      linear-gradient(90deg, #4ff18b 0%, #63ff9d 47%, #3ef07f 100%));
}

.badge-workflow-pink .badge {
  background: linear-gradient(180deg, #fe73f0 0%, #ffc0f9 100%);
}

.name-workflow p:nth-child(2) {
  position: relative;
  top: 4px;
}

.level-workflow img {
  vertical-align: text-top;
}

.level-workflow p {
  position: relative;
  top: -4px;
}

.box-1-workflow .right-side {
  display: flex;
  gap: 9.73px;
}

.mark-completed {
  display: flex;
  padding: 5.106px 6.809px;
  align-items: center;
  gap: 5px;
  border-radius: 5.957px;
  border: 0.851px solid rgba(0, 0, 0, 0.2);
  width: 115.43px;
  height: 28.21px;
  align-self: center;
}

.mark-completed button {
  color: var(--Gtray, #929292);
  font-family: Mulish;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  background-color: transparent;
}

.mark-completed img {
  width: 18px;
  height: 18px;
}

.delete {
  width: 12px;
  height: 12px;
  position: relative;
  top: 4px;
}

.angle-right {
  width: 6.24px;
  height: 10.48px;
  position: relative;
  top: 4px;
}

/* Meeting page */
.video-camera {
  width: 12px;
  height: 12px;
  vertical-align: text-top;
}

.meeting-page .level-workflow p {
  left: -87px;
}

/* reconnect page */
.recconect-page .box-1-workflow .left-side {
  align-items: center;
}

.date1 {
  color: var(--Gtray, #929292);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  padding-left: 5px;
}
.date1 span {
  color: gray;
  padding: 0;
}
.recconect-page .level-workflow img,
.recconect-page .level-workflow span {
  vertical-align: baseline;
}

.recconect-page .mark-completed {
  position: relative;
  top: 0px;
}

/* Client/ Information page */
.client-info .modal-dialog {
  max-width: var(--bs-modal-width);
  margin-right: 16px;
  margin-left: auto;
}

.client-info .modal {
  --bs-modal-width: 50%;
  --bs-modal-margin: 20px;
}

.client-info .modal-content {
  /*max-height: 94vh;
    */
  /*position: absolute;
    */
  /*right: -90%;
    */
  /*top: -6px;
     */
}

.client-info .modal.show .modal-dialog {
  /* position: relative; */
}

.client-info .modal-body {
  /* padding: 24px; */
  padding: 11px 24px 0px 24px;
}

.client-info .modal-content {
  height: 100%;
  border-radius: 24px;
  /* height: 852px; */
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.client-info-box1 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.img-information-container {
  position: relative;
}
.img-information-container .client-info-img {
  width: 73px;
  height: 73px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.edit-info {
  position: absolute;
  right: -12px;
  bottom: -8px;
}

.client-name {
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.client-pages {
  width: 598px;
  width: 100%;
  /* margin: 20px 6px 24px 0; */
  margin: 20px 6px 10px 0;
}

.client-info .modal {
  /* --bs-modal-width: 652px; */
}

.client-info .modal-footer {
  justify-content: flex-start;
  gap: 20px;
  border-top: 0;
}

.client-pages .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.client-info .nav-link {
  width: 100%;
  border-radius: 61px;
  color: var(--Bg, #fbfbff);
  text-align: center;
  font-family: Mulish;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--Gtray, #929292);
  padding: 6px 19px;
}

.client-info .nav-link.active {
  background: var(
    --yesllo,
    linear-gradient(90deg, #f6d365 0%, #fda085 100%),
    linear-gradient(0deg, #fab877 0%, #fab877 100%),
    #d9d9d9
  );
}
.client-data-1 label {
  color: var(--280357, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 7px;
  padding-top: 15px;
}

.client-data-1 {
  /* border: 1px solid; */
  /* margin: 20px 0 24px; */
  margin: 10px 0 15px;
}

.client-data-1 input {
  padding: 9px 0px 9px 10px;
  margin-bottom: 16px;
  width: 100%;
  color: var(--Gtray, #0e0d0d);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid rgba(146, 146, 146, 0.15);
}

.edit-btn {
  background: transparent;
  border-radius: 26px;
  border: 1px solid var(--320C64, #6f6af8);
  display: flex;
  width: 103px;
  height: 44px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: var(--320C64, #6f6af8);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.edit-btn:hover {
  background-color: #ffffff;
  color: var(--320C64, #6f6af8);
  border: 2px solid var(--320C64, #6f6af8);
}

.edit-img {
  width: 16px;
  height: 16px;
}


.save-contact {
  display: flex;
  width: 161px;
  height: 44px;
  justify-content: center;
  align-items: center;
  gap: -2px;
  flex-shrink: 0;
  border-radius: 37px;
  background: var(--320C64, #6f6af8);
  color: var(--white, #fff);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  border: 1px solid var(--320C64, #6f6af8);
  line-height: normal;
}

.save-contact:hover {
  background: #5e5ad3;
}

.social-link-imgs-fb img {
  width: 100%;
  height: 100%;
}

.social-link-imgs-fb {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #6f6af81a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-links1 {
  display: flex;
  gap: 10px;
}

/* Connected Page */
.connected-page label {
  font-weight: 600;
  margin-top: 32px;
  font-size: 14px;
}

.connected-page input {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: var(--Gtray, #929292);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 131.5%;
  background-color: #fbfbff;
  /* 13.15px */
}

.tootip-2 {
  width: 16px;
  height: 16px;
}

.connect-plateform {
  display: flex;
  gap: 6px;
  align-items: center;
  margin: 10px 0 10px;
}

.outlinebtn {
  display: flex;
  width: 30%;
  height: 38px;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 36px;
  border: 1px solid var(--320C64, #6f6af8);
  color: var(--320C64, #6f6af8);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.messanger,
.insta,
.add {
  width: 19px;
  height: 19px;
}

.social-links-1 {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.contact-since {
  margin: 0px 0 0px;
}

.contact-since input {
  margin: 0;
}

.set-level-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.set-level-img {
  max-width: 304px;
  height: auto;
  margin-top: 25px;
}

.set-status-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 81px;
}

.set-status-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 15px;
}

.set-status-content span {
  margin-left: 13px;
}

/* Follow Up Page */
.follow-up-conatiner {
  width: 100%;
  height: 100%;
  margin: 24px 0 34.67px;
  /* border: 1px solid; */
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.box-follow-up {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16.98px 20.58px 15.67px 20px;
  border-radius: 6px;
  border: 1px solid rgba(111, 106, 248, 0.1);
  background: rgba(111, 106, 248, 0.02);
}

.img1-followup img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.box-follow-up .left-side {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.name-followup {
  width: 186px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.date-followup {
  display: flex;
  gap: 18px;
  margin: 9px 0 12.34px;
  width: 218px;
}

.name-followup .name {
  color: var(--280357, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.date-followup p {
  color: var(--280357, #000);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.date-followup span {
  color: var(--Gtray, #929292);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 8px;
}

.btn-follow-up {
  border-radius: 36px;
  background: var(
    --New-bule,
    linear-gradient(90deg, #16d9e3 0%, #30c7ec 47%, #46aef7 100%)
  );
  display: flex;
  width: 65px;
  height: 20px;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: var(--white, #fff);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid transparent;
}

.notes img,
.copy1-icon img {
  width: 100%;
  height: 100%;
}

.notes,
.copy1-icon {
  width: 21.99px;
  height: 21.99px;
  cursor: pointer;
}

.box-follow-up .right-side {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.box-follow-up .right-side .mark-completed {
  top: 0;
  align-self: start;
}

.btn-attached button {
  border-radius: 36px;
  border: 1px solid var(--320C64, #6f6af8);
  display: flex;
  /* width: 76px; */
  height: 24px;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--320C64, #6f6af8);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: white;
}

.btn-save-contact .save-contact {
  margin: 0 auto;
}

.btn-information-footer {
  display: flex;
  gap: 20px;
  /* margin: 14px 0 24px; */
  margin: 25px 0 0px;
  flex-wrap: wrap;
}

/* Meeting page */
.meeting-page .follow-up-conatiner {
  gap: 20px;
}

.meeting-page .btn-save-contact .save-contact {
  margin: 0 auto 76.66px;
}

.meeting-page .name-followup {
  width: 201px;
}

/* Contact Log Page */
.contact-log-tabs {
  width: 319px;
  margin: 24px 0;
}

.contact-log-tabs .nav-link.active {
  background: linear-gradient(180deg, #caaefa 0%, #9153f4 100%),
    rgba(111, 106, 248, 0.2);
  color: #fff;
  border: none;
}

.contact-log-tabs .nav .nav-item {
  width: auto;
  height: auto;
}

.contact-log-tabs .nav-link {
  background: transparent;
  color: black;
  border-radius: 6px;
  border: 1px solid rgba(111, 106, 248, 0.3);
  display: flex;
  padding: 10px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  height: auto;
}

.contact-log-tabs .nav-item:first-child .nav-link.active {
  background: linear-gradient(180deg, #caaefa 0%, #9153f4 100%),
    rgba(111, 106, 248, 0.2);
}

.contact-log-tabs .nav-item:nth-child(2) .nav-link.active {
  background: linear-gradient(90deg, #16d9e3 0%, #30c7ec 47%, #46aef7 100%),
    rgba(111, 106, 248, 0.2);
}

.contact-log-tabs .nav-item:nth-child(3) .nav-link.active {
  background: linear-gradient(153deg, #1cff70 -9.36%, #50c6ff 98.49%),
    rgba(111, 106, 248, 0.2);
}

/* Contact Log page/ Followp page */
.Contact-Log_Followp-page .box-follow-up {
  padding: 17.93px 22px 17.95px 20px;
  border-radius: 6px;
  background: #f6f6f6;
}

.Contact-Log_Followp-page .date-followup {
  gap: 8px;
  flex-direction: column;
  margin: 0;
}

.Contact-Log_Followp-page .meeting-page .name-followup {
  gap: 10.12px;
  width: 100%;
}

/* Contact Log page/ Meeting page*/
.Contact-Meeting-page .box-follow-up {
  gap: 5px;
}

.Contact-Meeting-page .Contact-Log_Followp-page .date-followup {
  gap: 3px;
  flex-direction: row;
}

.Contact-Meeting-page .Contact-Log_Followp-page .meeting-page .name-followup {
  flex-direction: row;
  align-items: center;
  gap: 50px;
  align-items: start;
}

.Contact-Meeting-page .date-followup span {
  margin-left: 0;
}

.notes-2 {
  display: flex;
  /* flex-direction: column !important; */
}

.notes-2 p:first-child {
  color: var(--Gtray, #929292);
  opacity: 0.6;
}

.notes-2 p:nth-child(2) {
  line-height: 150%;
  /* 18px */
}

.Contact-Meeting-page .box-follow-up .right-side {
  width: 100%;
  /* justify-content: space-between; */
}

.fs-14 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}

.Contact-Meeting-page .Contact-Log_Followp-page .box-follow-up {
  padding: 13px 17px 17px 19px;
  /* border-radius: 6px;
    background: #F6F6F6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px; */
}

/* Notification Page Start*/
/* Section-one-Notificaion */
.Section-one-notification .stucture-1 {
  padding: 29px 20px 13px;
  width: 100%;
  background-color: white;
  margin: 18px 0 0 0;
  border-radius: 12px;
  border: 1px solid rgba(111, 106, 248, 0.1);
  background: var(--white, #fff);
  box-shadow: 0px 6px 14px 0px rgba(75, 87, 239, 0.03),
    0px -2px 14px 0px rgba(75, 87, 239, 0.1);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.Section-one-notification .box-1-notification {
  width: 100%;
  margin-bottom: 20px;
}

.search2 {
  padding: 20px 0;
}

/* Notification Page End*/
/* Section-one-Notificaion End */

/* edit-popup Start*/
.edit-popup .btn-close-edit {
  display: flex;
  justify-content: end;
}

.edit-popup .btn-close:focus {
  box-shadow: none;
}

.edit-popup .btn-close {
  --bs-btn-close-color: #000;
  background-image: url("../images/icons/close-btn-1.svg");
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
  opacity: 1;
}

.edit-popup .modal-body {
  padding: 10px 10px 0;
  border-radius: 12px;
  border: 1px solid rgba(111, 106, 248, 0.1);
  background: var(--white, #fff);
  box-shadow: 0px 6px 14px 0px rgba(75, 87, 239, 0.03),
    0px -2px 14px 0px rgba(75, 87, 239, 0.1);
}

.edit-popup .modal-content {
  width: 406px;
}

.edit-popup form {
  margin: 19px 0 26px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.edit-cal {
  width: 150px;
  height: 41px;
  /* border: 1px solid; */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.edit-popup input[type="text"] {
  display: flex;
  width: 90px;
  height: 41px;
  padding: 11px 0px 12px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  border: 1px solid rgba(111, 106, 248, 0.3);
  background: linear-gradient(
      0deg,
      rgba(111, 106, 248, 0.08) 0%,
      rgba(111, 106, 248, 0.08) 100%
    ),
    #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.edit-cal .left,
.edit-cal .right {
  background-size: 100% 100%;
  width: 21.966px;
  height: 21.966px;
  border: none;
  background-color: transparent;
}

.edit-cal .bg-1 {
  background-image: url("../images/icons/minus_1-icon.svg");
}

.edit-cal .bg-2 {
  background-image: url("../images/icons/plus_1-icon.svg");
}

/* edit-popup End*/

/* mark-completed-popup Start */
.mark-completed-popup .modal-body {
  padding: 18px 18px 14px;
}

.bg-close {
  background-image: url("../images/icons/close-btn-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 0;
  padding: 0;
  border: 1px solid transparent;
}

.close-mark-complete {
  display: flex;
  justify-content: space-between;
  height: 20px;
}

.mark-completed-popup .modal-content {
  /* width: 440px; */
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(111, 106, 248, 0.1);
  background: var(--white, #fff);
  box-shadow: 0px 6px 14px 0px rgba(75, 87, 239, 0.03),
    0px -2px 14px 0px rgba(75, 87, 239, 0.1);
  margin: auto;
}

.mark-completed-popup p {
  color: var(--280357, #000);
  align-self: flex-end;
}

.mark-completed-popup textarea {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 7px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  width: 100%;
}
.mark-completed-popup textarea::placeholder {
  font-size: 12px;
  font-weight: 400;
  color: var(--280357, #000);
}

.btn-attach-file {
  display: flex;
  width: 110px;
  height: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 36px;
  border: 1px solid var(--320C64, #6f6af8);
  color: var(--320C64, #6f6af8);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: transparent;
  margin-top: 21px;
}

.btn-save-contact {
  display: flex;
  width: 90px;
  height: 36px;
  justify-content: center;
  align-items: center;
  gap: -2px;
  flex-shrink: 0;
  border-radius: 37px;
  background: var(--320C64, #6f6af8);
  border-radius: 37px;
  background: var(--320C64, #6f6af8);
  border-color: transparent;
  color: white;
  margin-top: 20px;
  float: right;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
}

.btn-save-contact:hover {
  color: black;
  background-color: rgba(111, 106, 248, 0.1);
}

/* mark-completed-popup End */

/* delete-popup */
.delete-popup .modal-content {
  width: 342px;
  height: 222px;
  border-radius: 12px;
  border: 1px solid rgba(111, 106, 248, 0.1);
  background: var(--white, #fff);
  box-shadow: 0px 6px 14px 0px rgba(75, 87, 239, 0.03),
    0px -2px 14px 0px rgba(75, 87, 239, 0.1);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  margin: auto;
}

.delete-popup .modal-body {
  padding: 18px 18px 14px;
}

.delete-container {
  width: 213.434px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  align-self: center;
  height: 82%;
}

.delete-container img {
  width: 35.29px;
  height: 35.29px;
}

.delete-container p {
  margin: 10.37px 0 17.23px 0;
  text-align: center;
}

.btn-cancel_deleted_container {
  display: flex;
  gap: 11px;
}

.btn-cancel_deleted {
  display: flex;
  /* width: 90px;
  height: 36px; */
  padding: 9px 28px; 
  justify-content: center;
  align-items: center;
  /* gap: 10px; */
  border-radius: 26px;
  border: 1px solid #d85448;
  background: #d85448;
  color: white;
}

.btn-delete {
  background-color: transparent;
  color: var(--280357, #000);
  border: 1px solid var(--280357, #000);
}

/* .delete-popup__newcontact .modal-content {
    left: -250px;
} */

/* Footer start */
/* quick-actions Dropdown Start */
.quick-actions {
  border-radius: 8px 0px 0px 8px;
  background: #6f6af8;
  box-shadow: 0px 1px 14px 0px #6f6af830;
  display: inline-flex;
  padding: 3px 6px 4px 6px;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: 99;
  right: 0;
  bottom: 22px;
  position: fixed;
}

.quick-actions .dropup .dropdown-toggle {
  color: white;
}
.quick-actions .dropup .dropdown-toggle::after {
  border: none;
}
.quick-action-icon {
  width: 40px;
  height: 40px;
  margin-right: 14px;
}

.quick-actions ul.dropdown-menu.show {
  width: 255px;
  height: 274px;
  border-radius: 16.721px;
  border: 1.393px solid rgba(111, 106, 248, 0.1);
  background: var(--white, #fff);
  box-shadow: 0px 8.361px 19.508px 0px rgba(75, 87, 239, 0.03),
    0px -2.787px 19.508px 0px rgba(75, 87, 239, 0.1);
  padding: 0;
  inset: auto auto -10px -47px !important;
}

.Daily-Plan-icon {
  width: 30.656px;
  height: 30.656px;
  margin-right: 12.54px;
}

.quick-actions .dropdown-item {
  padding: 0;
  color: var(--280357, #000);
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1.393px solid var(--linr, #f2f2f2);
  display: flex;
  padding: 10.77px 16.722px 11.525px 16.722px;
  align-items: center;
}

.down-icon-dorpdown {
  width: 58.52px;
  height: 57.78px;
  position: absolute;
  right: 11px;
  bottom: -20px;
}

.quick-actions .dropdown-item:hover {
  background-color: white;
  border-radius: 16.721px;
}

/* dailyplan-popup Start */
.dailyplan-popup .modal-body {
  display: inline-flex;
  padding: 25px 20px 24px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(111, 106, 248, 0.1);
  background: var(--white, #fff);
  box-shadow: 0px 6px 14px 0px rgba(75, 87, 239, 0.03),
    0px -2px 14px 0px rgba(75, 87, 239, 0.1);
   
}

/* .dailyplan-popup .modal-content {
  width: 406px;
} */

.title-todaylist .left p:first-child {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.title-todaylist .left p:nth-child(2) {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

.title-todaylist {
  display: flex;
  justify-content: space-between;
}

.title-todaylist p.right {
  color: var(--320C64, #6f6af8);
  font-size: 12px;
  font-weight: 700;
}

.add-lists {
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: rgba(111, 106, 248, 0.06);
  margin-top: 13px;
  padding: 18px 15px;
}

/* checkbox customization Start*/
.checkboxes label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}

.checkboxes label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 11px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #fff;
  border: 1px solid #ecedf2;
  box-sizing: border-box;
  transition: all 0.25s;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  text-align: center;
  line-height: 17px;
  border: 1px solid #6f6af8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.checkboxes input[type="checkbox"]:checked + label:before {
  content: "\f00c";
  border-radius: 3px;
  background: var(--320C64, #6f6af8);
}

#remember {
  display: none;
}

/* checkbox customization End*/
.add-lists .delete-icon-2 {
  width: 11.83px;
  height: 11.83px;
  float: right;
  margin-left: 7.89px;
}

.btn-add-new-task {
  border-radius: 36px;
  background: var(--320C64, #6f6af8);
  display: flex;
  width: 186px;
  height: 42px;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid transparent;
  color: var(--white, #fff);
  font-size: 14px;
  font-weight: 500;
  margin-top: 33px;
}

.btn-add-new-task:hover {
  background: white;
  color: var(--320C64, #6f6af8);
  border: 1px solid var(--320C64, #6f6af8);
}

/* dailyplan-popup End */

/* add-follow-up-popup Start */
.add-follow-up-popup .modal-body {
  display: inline-flex;
  padding: 18.672px 17.155px 27.328px 16.845px;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  border-radius: 12px;
  border: 1px solid rgba(111, 106, 248, 0.1);
  background: var(--white, #fff);
  box-shadow: 0px 6px 14px 0px rgba(75, 87, 239, 0.03),
    0px -2px 14px 0px rgba(75, 87, 239, 0.1);
}
/* 
.add-follow-up-popup .modal-content {
  width: 440px;
} */

.add-follow-up-popup .serch-container {
  width: 100%;
}

.add-follow-up-popup .serch-container .global-search {
  width: 100%;
}

.add-follow-up-popup .boxes {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
}

.add-follow-up-popup .box-1 {
  width: 100%;
  height: 54px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px;
}

.add-follow-up-popup .box-1:hover {
  background: var(--white, #fff);
  box-shadow: 0px 5px 19px 0px rgba(75, 87, 239, 0.06),
    0px -2px 14px 0px rgba(75, 87, 239, 0.1);
}
.add-follow-up-popup .box-1.active {
  background: var(--white, #fff);
  box-shadow: 0px 5px 19px 0px rgba(75, 87, 239, 0.06),
    0px -2px 14px 0px rgba(75, 87, 239, 0.1);
}

.add-follow-up-popup .box-1 .img-1-workflow {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: url(<path-to-image>),
    lightgray -0.86px -1.43px / 105.732% 105.732% no-repeat;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.add-follow-up-popup .box-1 p {
  color: black;
}

.add-follow-up-popup .box-1 .names {
  display: flex;
  gap: 11px;
  align-items: center;
}

.date_range-2 .box-1 .date_range-2 {
  width: 14px;
  height: 15px;
}

/* add-follow-up-popup End */

/* calendar-popup Start */
/* .calendar-container {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.calendar-week {
  display: flex;
  list-style: none;
  align-items: center;
  padding-inline-start: 0px;
}

.calendar-week-day {
  max-width: 57.1px;
  width: 100%;
  text-align: left;
  color: var(--Black, #000);
  font-family: Mulish;
  font-size: 11.854px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.calendar-days {
  margin-top: 30px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding-inline-start: 0px;
}

.calendar-day {
  text-align: left;
  color: #525659;
  padding: 0;
  color: var(--Black, #000);
  text-align: center;
  font-size: 10.85px;
  font-weight: 400;
  line-height: 160%;
}

.calendar-month-arrow-container {
  margin: 11.05px 0 17px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calendar-month-year-container {
  padding: 0;
  color: #525659;
  cursor: pointer;
}

.calendar-arrow-container {
  margin-top: -5px;
}

.calendar-left-arrow,
.calendar-right-arrow {
  height: 30px;
  width: 30px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #525659;
  background-color: transparent;
}

.calendar-today-button {
  display: none;
  margin-top: -10px;
  border-radius: 10px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  color: #525659;
  padding: 5px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.calendar-today-button {
  height: 27px;
  margin-right: 10px;
  background-color: #ec7625;
  color: white;
}

.calendar-months,
.calendar-years {
  flex: 1;
  border-radius: 10px;
  height: 30px;
  border: none;
  cursor: pointer;
  outline: none;
  color: #525659;
  font-size: 15px;
}

.calendar-day-active {
  background-color: #6f6af8;
  color: white;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.select-date {
  color: var(--Black, #000);
  font-family: Mulish;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
} */

/* .calendar-popup .modal-content {
  width: 350px;
} */

.calendar-popup .modal-body {
  padding: 35.38px 21.97px 35.38px 21.03px;
  border-radius: 12px;
  border: 1px solid rgba(111, 106, 248, 0.1);
  background: var(--white, #fff);
  box-shadow: 0px 6px 14px 0px rgba(75, 87, 239, 0.03),
    0px -2px 14px 0px rgba(75, 87, 239, 0.1);
}

/* calendar-popup End */

/* repeat-followup-popup Start */
.repeat-followup-popup .modal-content {
  width: 237px;
  height: auto;
}

.repeat-followup-popup .modal-body {
  display: inline-flex;
  padding: 16px 30.975px 19.123px 30.975px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 19px;
  border-radius: 11.479px;
  border: 0.957px solid rgba(111, 106, 248, 0.1);
  background: var(--white, #fff);
  box-shadow: 0px 5.739px 13.392px 0px rgba(75, 87, 239, 0.03),
    0px -1.913px 13.392px 0px rgba(75, 87, 239, 0.1);
  -webkit-border-radius: 11.479px;
  -moz-border-radius: 11.479px;
  -ms-border-radius: 11.479px;
  -o-border-radius: 11.479px;
}

.repeat-followup-continer {
  display: flex;
  flex-direction: column;
  gap: 19px;
  text-align: center;
}

.repeat-followup-continer p {
  line-height: 160%;
}

.btns-yes-no {
  display: flex;
  flex-direction: column;
  gap: 6.18px;
}

.yes-no {
  display: flex;
  width: 175.05px;
  padding: 8.771px 0px 9.578px 0px;
  justify-content: center;
  align-items: center;
  border: 0;
  border-bottom: 0.957px solid transparent;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
}

.yes-no:hover {
  border-bottom: 0.957px solid var(--linr, #f2f2f2);
}

/* repeat-followup-popup End */

/* repeat-followup-popup-yes Star */
.repeat-followup-popup-yes .modal-content {
  width: 255px;
  height: auto;
}

.repeat-followup-popup-yes .modal-body {
  display: flex;
  padding: 0;
  align-items: center;
  border-radius: 20px 16px 0px 0px;
  flex-direction: column;
}

.repeat-followup-popup-yes .yes-no {
  width: 100%;
  display: flex;
  justify-content: start;
  border-bottom: 0.957px solid var(--linr, #f2f2f2);
  padding: 17.148px 18px 17.803px 18px;
}

.modal-body .yes-no:nth-child(4) {
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
}

/* repeat-followup-popup-yes End */

/* file-attach-popup Start */
.file-attach-popup .modal-content {
  /* width: 440px; */
  /* height: 399px; */
  border-radius: 12px;
  border: 3.043px solid rgba(111, 106, 248, 0.1);
  background: var(--white, #fff);
  box-shadow: 0px 18.257px 42.599px 0px rgba(75, 87, 239, 0.03),
    0px -6.086px 42.599px 0px rgba(75, 87, 239, 0.1);
  padding-bottom: 30px;
}

.file-attach-popup .modal-body {
  padding: 0;
}

.add-notes {
  width: 100%;
  display: block;
  display: flex;
  height: 38px;
  padding: 12.5px 252.91px 12.5px 12.09px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid rgba(146, 146, 146, 0.3);
  font-size: 10px;
  font-weight: 400;
  overflow: hidden;
  padding: 0;
  padding-left: 10px;
}

.btn-next {
  display: flex;
  width: 90px;
  height: 36px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 26px;
  background: var(--320C64, #6f6af8);
  font-size: 14px;
  font-weight: 400;
  border: 1px solid transparent;
  color: white;
}

.btn-next:hover {
  background-color: white;
  color: var(--320C64, #6f6af8);
  border: 1px solid #6f6af8;
}

.btns-skip-save {
  display: flex;
  gap: 11px;
  margin-top: 32px;
  justify-content: space-between;
}

.btns-skip-save button:nth-child(1) {
  color: black;
  background-color: transparent;
  border: 1px solid var(--280357, #000);
}

.btns-skip-save button:nth-child(1):hover {
  background-color: black;
  color: white;
}

/* file-attach-popup End */
/* quick-actions Dropdown End */
/* Dashboard Page End */

/* My Team Page */
/* Section-one-myteams */
.Section-one-myteams .stucture-1 {
  /* height: 87vh; */
  margin-top: 2px;
  padding: 21px 7px 16px 11px;
}

.boxes-today_teams_goals {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
}

.boxes-today_teams_goals .box {
  width: 100%;
  height: 148px;
  border-radius: 8px;
  background: var(--white, #fff);
  box-shadow: 0px 5px 19px 0px rgba(75, 87, 239, 0.06);
  /* border: 1px solid black; */
  padding: 19px 14.78px 9px 14px;
}

.new-contact img {
  width: 43px;
  height: 43px;
}

.boxes-today_teams_goals .new-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.boxes-today_teams_goals .new-contact .img-new-contact {
  display: flex;
  gap: 9px;
  justify-content: start;
  align-items: center;
}

.map-new_contact {
  width: 125px;
  height: 53px;
}

.map {
  margin-top: 19.58px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* Teammates */
.teammates {
  margin: 35px 0 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.teammates-box-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
}

.teammates-box-container .box:hover {
  border-radius: 6px;
  background: var(--white, #fff);
  box-shadow: 0px 5px 19px 0px rgba(75, 87, 239, 0.06),
    0px -2px 14px 0px rgba(75, 87, 239, 0.1);
}

.teammates-box-container .box img {
  width: 30px;
  height: 30px;
  margin-right: 11px;
  border-radius: 30px;
}

.teammates-box-container .box {
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 6px;
  background: var(--white, #fff);
  /* border: 1px solid black; */
  padding: 6px 16px 6px 10px;
  cursor: pointer;
}

.teammates-box-container .box .date {
  display: flex;
  margin-left: 10px;
}

.teammates-box-container .box .date img {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.teammates-box-container .box .date p {
  color: var(--Gtray, #929292);
}

.teammates-box-container .box .left-side {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.teammates-box-container .box .right-side {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.teammates-box-container .box .right-side button {
  border-radius: 42px;
  padding: 4px 5px 4px 5px;
  width: 57px;
  height: 26px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.teammates-box-container .box .right-side button img {
  width: 18px;
  height: 18px;
}

.teammates-box-container .box .right-side button:nth-child(1) {
  border: 1px solid #f6d365;
  background: linear-gradient(
    90deg,
    rgba(246, 211, 101, 0.1) 0%,
    rgba(253, 160, 133, 0.1) 100%
  );
}

.teammates-box-container .box .right-side button:nth-child(2) {
  border: 1px solid #caaefa;
  background: linear-gradient(
    180deg,
    rgba(202, 174, 250, 0.1) 0%,
    rgba(145, 83, 244, 0.1) 100%
  );
}

.teammates-box-container .box .right-side button:nth-child(3) {
  border: 1px solid #16d9e3;
  background: linear-gradient(
    90deg,
    rgba(22, 217, 227, 0.1) 0%,
    rgba(48, 199, 236, 0.1) 47%,
    rgba(70, 174, 247, 0.1) 100%
  );
}

.teammates-box-container .box .right-side button:nth-child(4) {
  border: 1px solid #63ff9d;
  background: linear-gradient(
    153deg,
    rgba(99, 255, 157, 0.1) -9.36%,
    rgba(124, 212, 255, 0.1) 98.49%
  );
}

.teammates-box-container .box .right-side .delete-teammates {
  width: 12px;
  height: 12px;
  margin-right: 0;
}

/* teammates-popup */
.teammates-popup .modal-content {
  width: 700px;
  height: auto;
}

.teammates-popup .modal-body {
  padding: 25px 20px;
  border-radius: 16px;
}

.teammates-popup .left-side {
  display: flex;
}

.teammates-popup .left-side .trading-secrets {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.teammates-popup .left-side img {
  width: 74px;
  height: 74px;
  border-radius: 74px;
  margin-right: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.teammates-popup .left-side .name {
  margin-right: 8px;
  width: 93px;
}


.badge-2 {
  display: flex;
  width: 89px;
  height: 21px;
  /* padding: 8px; */
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 68px;
  border: 0.8px solid var(--320C64, #6f6af8);
  border-radius: 68px;
  border: 0.8px solid var(--320C64, #6f6af8);
  font-size: 8px;
  font-weight: 500;
  line-height: normal;
}

.teammates-popup .left-side .trading-secrets img {
  width: 15.23px;
  height: 15.23px;
  margin-right: 2.54px;
}

.teammates-popup .left-side .trading-secrets .date {
  text-decoration-line: underline;
  color: black;
  margin-right: 5px;
}

.teammates-popup .right-side {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-evenly;
}

.teammates-container {
  display: flex;
  justify-content: space-between;
}

.teammates-popup .right-side button {
  background: url("../images/icons/close-btn-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  border: 0;
  position: relative;
  top: -5px;
}

.note-icon-1 {
  width: 22px;
  height: 22px;
}

.teammates-popup .boxes-dashboard {
  margin: 20px 0 25px 0;
}

.teammates-popup .boxes-dashboard .box-1-dashboard {
  width: 22%;
  height: auto;
  padding: 14px 13px 14px 12px;
}

.teammates-popup .boxes-dashboard .box-1-dashboard .new-contact {
  flex-direction: column;
  align-items: flex-start;
}

.teammates-popup .boxes-dashboard .box-1-dashboard .new-contact > span {
  font-weight: 700;
}

.teammates-popup .boxes-dashboard .box-1-dashboard .contact span {
  margin-top: 13px;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 8px;
}

.teammates-popup .boxes-dashboard .box-1-dashboard .progress,
.progress-stacked {
  margin: 16px 0 6px 0;
}

.teammates-popup .new-contact img {
  width: 33px;
  height: 33px;
}

/* My contat Page */
/* Section-one-mycontact */

.Section-one-mycontact .leftside-mycontact {
  width: 58%;
  padding: 20px 10px;
}

.Section-one-mycontact .rightside-mycontact,
.Section-one-mycontact .leftside-mycontact {
  height: auto;
  padding: 19px 14px 18px;
  background-color: white;
  border-radius: 8px;
  background: var(--white, #fff);
  box-shadow: 0px 5px 19px 0px rgba(75, 87, 239, 0.06);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.Section-one-mycontact .rightside-mycontact {
  width: 40%;
  padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.leftside-mycontact .col-12:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 5px; */
}

.outerborder-btn-1 {
  background: transparent;
  border: 1px solid var(--320C64, #6f6af8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: var(--320C64, #6f6af8);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 7px 8px;
}

.leftside-mycontact .col-12:first-child button {
  height: 38px;
  /* padding: 0px 10px 0px 9px; */
  gap: 2px;
  border-radius: 27px;
  font-size: 12px;
  font-weight: 400;
}

.leftside-mycontact .col-12:first-child .btns {
  display: flex;
  gap: 8px;
}

.upload-contactlist-btn img {
  width: 24px;
  height: 24px;
}

.add-contact img {
  width: 24px;
  height: 15px;
}

.leftside-mycontact .col-12:nth-child(2) {
  padding: 24px 0 26px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.levelbtns {
  display: flex;
  gap: 4.82px;
}

.levelbtns button:first-child {
  border: 0.603px solid #3fd14a;
  background: rgba(63, 209, 74, 0.1);
}

.levelbtns button:nth-child(2) {
  border: 0.603px solid #efd933;
  background: rgba(239, 217, 51, 0.2);
}

.levelbtns button:nth-child(3) {
  border: 0.603px solid #1ba5ed;
  background: rgba(27, 165, 237, 0.2);
}

.levelbtns button:nth-child(4) {
  background: var(--320C64, #6f6af8);
  border-color: transparent;
  color: white;
}

.levelbtns button {
  display: flex;
  width: 61.46px;
  height: 25.307px;
  /* padding: 4.82px 12.051px; */
  justify-content: center;
  align-items: center;
  gap: 12.051px;
  border-radius: 45.794px;
  font-size: 10px;
  font-weight: 500;
}

.all-contact-btn {
  display: flex;
  width: 146px;
  height: 31px;
  padding: 8px 10px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
  background: var(--320C64, #6f6af8);
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
.all-contact-btn::after {
  vertical-align: middle;
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  border: none;
  color: #ffffff;
  position: absolute;
  right: 10px;
  top: 8px;
}

.Section-one-mycontact .Boxes-container-1 {
  width: 100%;
  margin-bottom: 14px;
  border: 0.5px solid transparent;
}

.Section-one-mycontact .recconect-page .mark-completed {
  display: none;
}

.Section-one-mycontact .recconect-page {
  padding: 0 16px 0 10px;
}

.Section-one-mycontact .recconect-page .box-1-workflow {
  border-radius: 6px;
  border: 0px solid transparent !important;
}

.box-1-workflow.active {
  box-shadow: 0px 5px 19px 0px rgba(75, 87, 239, 0.06),
    0px -2px 14px 0px rgba(75, 87, 239, 0.1);
  background: white;
  border-radius: 6px;
  border: 0px solid white !important;
}
.Section-one-mycontact .recconect-page .box-1-workflow:hover {
  box-shadow: 0px 5px 19px 0px rgba(75, 87, 239, 0.06),
    0px -2px 14px 0px rgba(75, 87, 239, 0.1);
  background: white;
  border-radius: 6px;
  border: 0px solid white !important;
}

/* Blog Page Start*/
.Section-one-blog .box-1-dashboard {
  width: 100%;
  height: auto;
  padding: 24px 18.5px 17px 18.15px;
  /* display: flex; */
}

.cards-blog .card {
  border-radius: 20px;
  box-shadow: 0 0 0 0;
  /*width: 310px;
    height: 432px;
    */
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 0;
  border: 1px solid var(--linr, #f2f2f2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.cards-blog {
  margin-top: 22px;
}

.cards-blog .card-body {
  position: relative;
  padding: 20px 20.5px 18px;
  text-align: left;
}

.cards-blog .card-body p {
  color: #000;
  line-height: normal;
  font-style: normal;
}

.cards-blog .card-body p:first-child {
  font-size: 16px;
  font-weight: 700;
}

.cards-blog .card-body p:nth-child(2) {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}

.btn-read-more {
  display: flex;
  width: 116px;
  height: 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 24px;
  background: rgba(111, 106, 248, 0.08);
  color: #6f6af8;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-color: transparent;
}

.btn-read-more:hover {
  color: white;
  background-color: #6f6af8;
}

.read-more-card-btn-container {
  margin-top: 60px;
}

.blog-img img {
  width: 100%;
  height: 201px;
  object-fit: cover;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.doller-10 {
  position: absolute;
  top: 40%;
  left: 0;
  width: 53px;
  height: 29px;
}

/* Blog Page End*/

/* Blog Readmore Page Start */
.section-one-blog-readmore .box-1-dashboard {
  height: 100%;
}

.box-1-blog-readmore .left-side {
  width: 30%;
  /* border: 1px solid; */
}

.box-1-blog-readmore .right-side {
  width: 70%;
  /* border: 1px solid; */
  overflow: auto;
}

.box-1-blog-readmore {
  display: flex;
  gap: 28px;
}

.img-1-blogreadmore-left-container {
  position: relative;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.img-1-blogreadmore-left-container img {
  width: 100%;
  height: 100%;
  object-fit: fill !important;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.box-1-blog-readmore .left-side p {
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  margin-top: 24px;
}

.box-1-blog-readmore .right-side h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.box-1-blog-readmore .right-side p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
  color: black;
}

.box-1-blog-readmore .right-side p:nth-child(2) {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
}

.box-1-blog-readmore .right-side p:nth-child(3) {
  margin-top: 40px;
}

.img-size img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-size {
  width: 100%;
  height: 320px;
}

.single-testi {
  padding: 14px;
}

.box-1-blog-readmore .right-side .cards-blog {
  margin-top: 0;
}

.box-1-blog-readmore .right-side .testimonial-area {
  margin-top: 48px;
}

.box-1-blog-readmore .right-side .testimonial-area .single-testi {
  border-radius: 0;
  box-shadow: 0px 0px 0 0;
}

.other-blog-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: start;
}

button.slick-prev.slick-arrow {
  position: absolute;
  right: 50px;
  top: -24px;
}

button.slick-next.slick-arrow {
  position: absolute;
  right: 0px;
  top: -24px;
}

button.slick-next.slick-arrow {
  background: url("../images/icons/fi_chevron-right.svg");
}

button.slick-prev.slick-arrow {
  background: url("../images/icons/fi_chevron-left.svg");
}

button.slick-next.slick-arrow,
button.slick-prev.slick-arrow {
  font-size: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: flex;
  background-position: center;
  background-size: 100% 100%;
  border: none;
  background-color: transparent;
}

.btn-buy {
  display: flex;
  width: 100%;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: -2px;
  flex-shrink: 0;
  border-radius: 37px;
  background: var(--320C64, #6f6af8);
  color: var(--white, #fff);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-color: transparent;
}

.btn-buy:hover {
  color: var(--320C64, #6f6af8);
  background-color: var(--white, #fff);
  border: 1px solid #6f6af8;
}

.box-1-blog-readmore .left-side .btn-buy {
  margin-top: 30.71px;
  margin-bottom: 0px;
}

/* Blog Readmore Page End */

/*  */
.box-1-chatavirsity-readmore .left-side {
  position: relative;
}

.box-1-chatavirsity-readmore .left-side .doller-10 {
  top: 34%;
  left: 0px;
}

.box-1-chatavirsity-readmore .left-side .fa-angle-right:before {
  padding-left: 5px;
}

/* Settings Page */
.Section-one-settings .box-1-dashboard {
  padding: 20px 14px;
  height: 87vh;
}

.left-navbar-settings {
  width: 209px;
  height: 83vh;
  border-right: 1px solid #929292;
  padding-right: 14px;
}

.referral-program-icon {
  width: 18px;
  height: 18px;
}

.left-navbar-settings a {
  display: flex;
  width: 195px;
  padding: 9px 10px 9px 10px;
  align-items: flex-start;
  gap: 11px;
  border-radius: 6px;
  background: #ededfe;
  color: black;
  align-items: center;
  justify-content: start;
  color: black;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.left-navbar-settings a:hover {
  color: white;
  background: #6f6af8;
}

.left-navbar-settings a i,
.left-navbar-settings a span {
  font-size: 18px;
}

/* right navbar settings */
.right-navbar-settings {
  /* margin-left: 195px; */
  /* border: 1px solid; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.Section-one-settings .box-1-dashboard {
  display: flex;
}

.content-box-container {
  width: 511px;
  height: 445px;
  /* border: 1px solid; */
}

.title-part {
  width: 409px;
  margin: 0 auto;
}

.content-box-container .title-part h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 5px;
}

.content-box-container .title-part p {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
}

.referral-program-img-container {
  margin: 19px 0 38px 0;
  width: 100%;
  height: auto;
}

.referral-program-img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btns-settings-container {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.btn-1-settings {
  display: flex;
  width: 132px;
  height: 38px;
  /* padding: 10px 34px; */
  justify-content: center;
  align-items: center;
  gap: -2px;
  border-radius: 37px;
  background: var(--320C64, #6f6af8);
  color: var(--white, #fff);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-color: transparent;
}

.btn-1-settings:hover {
  color: var(--320C64, #6f6af8);
  background-color: var(--white, #fff);
  border: 1px solid var(--320C64, #6f6af8);
}

.btn-2-settings {
  display: flex;
  width: 107px;
  height: 38px;
  padding: 10px 34px;
  justify-content: center;
  align-items: center;
  gap: -2px;
  border-radius: 37px;
  border: 1px solid var(--320C64, #6f6af8);
  background: var(--white, #fff);
  color: var(--320C64, #6f6af8);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.btn-2-settings:hover {
  background: var(--320C64, #6f6af8);
  color: var(--white, #fff);
  border-color: transparent;
}
.ambassador-program {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ambassador-program .content-box-container {
  height: auto;
}

.ambassador-program .referral-program-img-container {
  width: 511px;
  height: auto;
  margin-top: 8px;
}

.btn-2-settings .fa-xmark {
  padding-right: 4px;
}

.add-a-bank .content-box-container {
  width: 528px;
  height: auto;
}

.add-a-bank .referral-program-img-container {
  width: 528px;
  height: auto;
  margin: 30px 0 38px 0;
}

.subscriptions .content-box-container {
  width: 409px;
  height: auto;
}

.subscriptions .referral-program-img-container {
  margin: 7px 0 37px 0;
  width: 406px;
  height: 300px;
}

.discription-settings h2 {
  color: var(--280357, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.discription-settings {
  margin-left: 14px;
  margin-right: 6px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: start;
  height: 100%;
  overflow-x: hidden;
}

.discription-settings p {
  color: #000;
  font-family: Mulish;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.discription-settings h3 {
  color: var(--280357, #000);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}

.change-pw-img-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.change-pw-img-container {
  width: 317px;
  height: 317px;
  margin: auto;
}

.change-pw {
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 41px;
}

.chnage-pw-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 340px;
}

.logo1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo1 {
  width: 199px;
  height: auto;
  margin-bottom: 11px;
}

.change-pw-details {
  max-width: 304px;
}

.change-pw-details p {
  text-align: center;
  color: var(--dark, #0d161c);
  font-style: normal;
  margin-bottom: 0;
}

.change-pw-details p:first-child {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.change-pw-details p:nth-child(2) {
  font-size: 12px;
  font-weight: 400;
  line-height: 143.5%;
}

.change-pw-form {
  width: 100%;
  padding-top: 12px;
}
.change-pw-form input {
  display: inline-flex;
  padding: 10px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid rgba(111, 106, 248, 0.3);
  background: rgba(237, 237, 254, 0.64);
  color: var(--Gtray, #929292);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  height: 44px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-bottom: 15px;
}
.con input{
  margin-bottom: -5px;
  margin-top: 10px;
}

.con .textt{
  margin-bottom: -5px;
  margin-top: 10px;
}

.Submit {
  width: 100%;
  margin-top: 16px;
  height: 38px;
}
.date {
  display: flex;
  align-items: center;
  gap: 7px;
}
.date span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bx_filter .dropdown-toggle::after {
  border: none;
}
.offcanvas-header {
  background: white;
}
.dashbod_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30.12px;
  color: #000000;
}
.bx_filter .dropdown-item {
  border-bottom: 1px solid #e3e3fe66;
  background-color: #ffffff;
  padding: 9px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}
.bx_filter .dropdown-menu {
  padding: 5px;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #ededfe;
  box-shadow: 0px 4px 13px 0px #0000001a;
}
.menu-box {
  position: relative;
}

.bx_filter .dropdown-item p {
  font-size: 12px;
  font-weight: 600;
  line-height: 15.06px;
  color: #000000;
}
.bx_filter .top-br {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
}
.bx_filter .bottom-br {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
}
.menu-items {
  width: 100%;
}
.faq_title h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 17.57px;
  color: #000000;
  margin-bottom: 7px;
}
.faq_title p {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.06px;
  color: 353535;
}
.faq_title {
  margin: 14px 0 25px 0;
}
.faQ_accordion .accordion-button::after {
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/right-arrow.svg");
  background-size: cover;
  background-position: center;
}
.faQ_accordion .accordion {
  --bs-accordion-btn-icon-transform: rotate(-360deg);
}
.faQ_accordion .accordion-button:not(.collapsed)::after {
  transform: inherit;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
}
.faQ_accordion .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid #f2f2f2;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-bottom: 20px;
}
.faQ_accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.faQ_accordion .accordion-collapse {
  background: #ebebfb61;
  border-left: 5px solid #6f6af8;
}
.faQ_accordion .accordion-button:not(.collapsed) {
  background: #ebebfb61;
  border-left: 5px solid #6f6af8;
}
.faQ_accordion .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.faQ_accordion .accordion-button {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.08px;
  color: #000000;
  padding: 26px 0px;
}
.faQ_accordion .accordion-button:not(.collapsed) {
  padding: 26px 20px 26px 8px;
  box-shadow: none;
}
.faQ_accordion .accordion-body {
  padding: 0px 20px 26px 8px;
}
.teammates-box-container .box.active {
  box-shadow: 0px 5px 19px 0px #4b57ef0f;
  box-shadow: 0px -2px 14px 0px #4b57ef1a;
}
.teammates-box-container .box:hover {
  box-shadow: 0px 5px 19px 0px #4b57ef0f;
  box-shadow: 0px -2px 14px 0px #4b57ef1a;
}
.btn-theme {
  border-radius: 37px;
  padding: 7px 18px;
  font-size: 16px;
  color: #6f6af8;
  border: 1px solid transparent;
  transition: all 0.5s ease;
  text-align: center;
}

.border-blue {
  border-color: #6f6af8 !important;
}
.text-blue {
  color: #6f6af8;
}
.textarea_box .text_area_btn {
  display: flex;
}
.textarea_box .text_area_btn a {
  background: #6f6af817;

  border-radius: 49px;
  width: 40px;
  height: 40px;
  margin-left: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copy-link-popup .modal-content {
  box-shadow: 0px 16px 33px 0px #00000040;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: #ffffff;
  padding: 14px;
}
.copy_title h6 {
  font-size: 12px;
  font-weight: 600;
  line-height: 15.06px;
  text-align: center;
}
.copy_input {
  position: relative;
  margin-top: 18px;
}
.copy_input .copy-icon {
  position: absolute;
  top: 20px;
  right: 12px;
}
.copy_input input {
  background-color: #fbfbff;
}
.copy_title {
  padding: 0px 20px;
}
.team-filter .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.team-filter .dropdown-menu {
  width: 240px;
  height: 288px;
  /* overflow: auto; */
  padding: 6px;
}
/* .team-filter .dropdown-menu::-webkit-scrollbar {
  display: none;
} */
.team-filter .dropdown-menu {
  width: 240px;
  height: 267px;
  /* overflow: auto; */
  padding: 6px;
}

.content-wrap::-webkit-scrollbar {
  display: none;
}
.team-filter .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 37px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #6f6af8;
  margin-top: 10px;
}
.team-filter .dropdown-menu::-webkit-scrollbar {
  width: 3px;
}
.team-filter .dropdown-menu::-webkit-scrollbar-track {
  border-radius: 10px;
}
.team-filter .dropdown-menu .dropdown-item {
  position: relative;
}
.green_dot {
  width: 4.77px;
  height: 4.77px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #09af15;
  position: absolute;
  top: 29px;
  left: 24px;
}
.the-editor {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
}
.the-editor-toolbar {
  background: #6f6af80d;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.the-editor-content {
  width: 100%;
  min-height: 150px;
  padding: 1em;
}
.gray {
  color: gray !important;
}
.atch_btn {
  border: 1px solid #6f6af8;
  padding: 12px 28px;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 12.55px;
  color: #6f6af8;
}
.sav_btn .btn-cancel_deleted {
  background-color: #6f6af8;
  border: 1px solid #6f6af8;

      padding: 12px 28px;
      border-radius: 36px;
      -webkit-border-radius: 36px;
      -moz-border-radius: 36px;
      -ms-border-radius: 36px;
      -o-border-radius: 36px;
      font-size: 14px;
      font-weight: 500;
      line-height: 12.55px;
}
.sav_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}
.the-editor-content:focus-visible {
  border: none;
  outline: none;
}
/* --------------------calander start css----------------------- */

.date_Celander .wrapper {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.date_Celander .wrapper header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 12px 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px 10px 0 0;
}
.date_calander .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.date_calander .icons span {
  height: 28px;
  width: 28px;
  margin: 0 1px;
  cursor: pointer;
  color: #878787;
  text-align: center;
  font-size: 1.9rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icons span:last-child {
  margin-right: -10px;
}
.date_calander .icons span:hover {
  background: #f2f2f2;
}
.icons i {
  font-size: 12px;
}
.date_calander .current-date {
  font-size: 9.36px;
  font-weight: 400;
  line-height: 14.98px;
  color: #929292;
}
.calendar {
  padding: 12px;
}
.calendar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
}
.calendar .days {
  margin-bottom: 20px;
}
.calendar li {
  width: calc(100% / 7);
  font-family: Mulish;
  font-size: 8px;
  font-weight: 600;
  line-height: 12.8px;
  color: #000000;
}
.calendar .weeks li {
  font-weight: 500;
  cursor: default;
}
.calendar .days li {
  z-index: 1;
  cursor: pointer;
  position: relative;
  margin-top: 30px;
}
.days li.inactive {
  color: #aaa;
}
.days li.active {
  color: #fff;
}
.days li::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  z-index: -1;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.days li.active::before {
  background: #6f6af8;
}
.days li:not(.active):hover::before {
  background: #f2f2f2;
}
.select-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding: 18px 12px 10px; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px 10px 0 0;
}
.select-date h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 17.48px;
  color: #2d2d2d;
  padding-bottom: 16px;
}

.select-date a {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.97px;
  color: #878787;
  border-bottom: 1px solid #878787;
}
.date_Celander .modal-body {
  box-shadow: 0px 6px 14px 0px #4b57ef08;
  box-shadow: 0px -2px 14px 0px #4b57ef1a;
  padding: 0;
}
.date_Celander .sav_btn {
  justify-content: flex-end;
  margin-top: 0px;
  padding: 0 20px 20px;
}
/* --------------------calander start css end----------------------- */
.custom_form input.form-control {
  background: #fbfbff;
  border-radius: 8px;
  width: 100%;
  padding: 15px 22px;
  border: none;
  color: #280357;
  height: auto;
  font-size: 14px;
}
.custom_form select.form-select {
  border-radius: 8px;
  width: 100%;
  padding: 15px 22px;
  border: none;
  color: #2803579c;
  font-size: 14px;
}
.custom_form .form-select {
  background-color: #fbfbff;
}

.blue-bg {
  background: #6f6af8 !important;
}
.btn-theme.blue-bg {
  background: #6f6af8;
}
.mdal_fter {
  padding: 30px 20px 30px;
  margin-top: 20px;
}
.bg-yellow {
  background: rgb(255 223 123 / 20%);
}
.mdal_fter .mdal_fter_ctn h3 {
  margin-bottom: 15px;
}
.mdal_fter .mdal_fter_ctn p {
  font-size: 14px;
  line-height: 1.2;
}

.border_radiud_theme .modal-content {
  border-radius: 30px;
}
.add_contact .modal-header {
  justify-content: center;
}
.add_contact .modal-content {
  box-shadow: 0px 1px 7px 0px #6f6af836;
  position: relative;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  background-color: #ffffff;
}
.custom_form {
  padding: 0 24px;
}
.mdal_fter_img img {
  width: 100px;
}
.add_contact button.btn-close {
  position: absolute;
  right: 18px;
  top: 16px;
}
.rightside-mycontact .nav-link {
  font-size: 12px;
  font-weight: 600;
  line-height: 15.06px;
  color: #929292;
  padding: 18px 10px;
}
.rightside-mycontact .nav-underline {
  border-bottom: 0.5px solid #8080804a;
  justify-content: space-between;
}
.rightside-mycontact .nav-underline .nav-link.active,
.rightside-mycontact .nav-underline .show > .nav-link {
  border-bottom: 2px solid #6f6af8;
  background: #6f6af81a;
  color: #6f6af8;
}
.rightside-mycontact .tab-content {
  padding: 0 15px;
}
.contact_serch {
  width: 250px;
}
.join-team-item h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.57px;
  color: #000000;
}
.join-team-item h6 span {
  position: relative;
}
.join-team-item h6 span::before {
  content: "";
  width: 2px;
  height: 19px;
  background-color: #80808054;
  display: inline-block;
  left: -5px;
  position: absolute;
  top: 0px;
}
.team-user {
  display: flex;
  align-items: center;
  /* position: relative; */
}
.team-user li img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  margin-right: -13px;
}
.user-no {
  font-size: 12px;
  font-weight: 600;
  line-height: 15.06px;
  color: #6f6af8;
  margin-left: 20px;
}
.join-team-item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.join_team_content .join_team-box {
  padding: 10px;
  gap: 15px;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.join_team_content .active {
  box-shadow: 0px 5px 19px 0px #4b57ef0f;
  box-shadow: 0px -2px 14px 0px #4b57ef1a;
}
.join_team_content {
  margin-top: 6px;
}
.sav_btn .btn-cancel_deleted.leave_btn {
  border: 1px solid #d85448;
  color: #d85448;
  background: #fcf1f0;
}
.log_day {
  padding: 13px 9px;
  background: #6f6af81a;
  border-left: 4px solid #6f6af8;
  margin: 24px 0 15px;
}
.log_day h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.57px;
  color: #000000;
}
.logged_contection-box .Boxes-container-1 {
  margin-bottom: 12px;
}
.filter_box .dropdown-toggle {
  background: #6f6af8;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  color: #ffffff;
  padding: 7px 6px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.filter_box .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  border: none;
  color: #ffffff;
}
.filter_box .dropdown-menu {
  box-shadow: 0px 6px 14px 0px #4b57ef08;
  box-shadow: 0px -2px 14px 0px #4b57ef1a;
  border: 1px solid #6f6af81a;
  background: #ffffff;
}
.filter_box .dropdown-item {
  padding: 9px 12px;
  border-bottom: 1px solid #e3e3fe66;
}
.filter_box .dropdown-item p {
  font-size: 12px;
  font-weight: 600;
  line-height: 15.06px;
  color: #000000;
}
.chek_box {
  display: flex;
  align-items: center;
  gap: 6px;
}
.chek_box-one {
  display: flex;
  align-items: center;
  gap: 6px;
}
.chek_box-one .form-check-input {
  border: 2px solid #6f6af8;
}
.filter_box .dropdown-item.active,
.filter_box .dropdown-item:active {
  color: transparent;
  text-decoration: none;
  background-color: transparent;
}
.filter_box .form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.filter_box .form-check-input:checked {
  background-color: #6f6af8;
  border-color: #6f6af8;
}

.date_dropdown .dropdown-toggle::after {
  position: absolute;
  height: 38px;
  border: none;
  width: 1px;
  background: #6f6af84d;
  right: 34px;
}
.date_dropdown .dropdown-toggle {
  background: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #6f6af84d;
  padding: 10px 8px;
  text-align: center;
  color: #6f6af8;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.57px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.dropdown-menu.date_Celander {
  width: 440px;
  background: transparent;
  border: none;
}
.filter_dropdown {
  display: flex;
  align-items: center;
  gap: 10px;
}

.metting_btn a {
  font-size: 8px;
  font-weight: 400;
  line-height: 10.04px;
  padding: 4px 5px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.follow_blue {
  background: linear-gradient(90deg, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 0.5px solid #16d9e3;
}
.follow_purple {
  background: linear-gradient(180deg, #caaefa 0%, #9153f4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 0.5px solid #9356f48c;
}
.history-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.info-card {
  padding: 4px;
  background: #fff9f6;
  border-radius: 61px;
  -webkit-border-radius: 61px;
  -moz-border-radius: 61px;
  -ms-border-radius: 61px;
  -o-border-radius: 61px;
}
section.sign_sec {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.or {
  position: relative;
  margin: 25px 0;
}
.border_line {
  border-bottom: 1px solid #62656d;
}
.or span {
  position: absolute;
  top: -23px;
  left: 50%;
  background: white;
  padding: 10px 20px;
  transform: translate(-50%);
  font-size: 16px;
  font-weight: 400;
}
.sign-title {
  margin: 12px 0 18px;
  text-align: center;
}
.sign-title h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 25.1px;
  text-align: center;
  margin-bottom: 10px;
}
.sign-title p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18.6px;
  text-align: center;
  color: #62656d;
}
.sign-title p a {
  color: #6f6af8;
}
.sign-form input {
  padding: 10px 16px 10px 40px;
}
.sign-form input::placeholder {
  color: #929292;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
.input-fild {
  position: relative;
  width: 100%;
}
.input-fild .left-icon,
.input-fild .right-icon {
  position: absolute;
  top: 8px;
}
.input-fild .left-icon {
  left: 16px;
}
.input-fild .right-icon {
  right: 16px;
}
input:focus-visible {
  outline: 0;
  border: 1px solid var(--320C64, #6f6af8);
}
.forgot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.forgot p,
.forgot a {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.06px;
  color: #000000;
}
.social-icons a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #62656d;
  padding: 10px 45px;
  border: 1px solid #e4eaf7;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}
.sign-left,
.sign-right {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sign-right {
  background: #6f6af8;
}

.chatalott_img {
  position: relative;
}
.twiter,
.instagram {
  position: absolute;
  top: 28px;
  z-index: 99;
}
.instagram {
  left: 24px;
}
.twiter {
  right: 24px;
}
.faceBook,
.linkedin {
  position: absolute;
  bottom: 28px;
  z-index: 99;
}
.faceBook {
  left: 24px;
}
.linkedin {
  right: 24px;
}
.link-creat {
  font-size: 11.62px;
  font-weight: 600;
  line-height: 14.59px;
  color: #6f6af8;
  background-color: #faf8fa;
  padding: 5px 9px;
  position: absolute;
  top: 32%;
  right: 87px;
  z-index: 99;
}
.share-button {
  font-size: 13.95px;
  font-weight: 600;
  line-height: 17.5px;
  color: #ffffff;
  background: #6f6af8;
  border-radius: 285.93px;
  -webkit-border-radius: 285.93px;
  -moz-border-radius: 285.93px;
  -ms-border-radius: 285.93px;
  -o-border-radius: 285.93px;
  padding: 6px 20px;
  position: absolute;
  bottom: 84.5px;
  right: 86px;
  z-index: 990;
}
.close-button {
  color: #e4e1e6;
  position: absolute;
  top: 18%;
  right: 92px;
  background: #fafafa;
  padding: 10px;
  z-index: 99;
}
.forgot-mox .chnage-pw-content {
  margin: 0 50px 30px;
}
.forgot-txt h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32.4px;
  color: #030712;
  margin-bottom: 10px;
}
.forgot-txt p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21.7px;
  color: #62656d;
  margin-bottom: 4px;
}
/* ------------------selection contry code-------------- */

.intl-tel-input,
.iti {
  width: 101px;
  height: 45px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 0;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}
.section-country .form-control:focus {
  border: 1px solid rgba(111, 106, 248, 0.3);
  outline: 0;
  box-shadow: none;
  background-color: rgba(237, 237, 254, 0.64);
}
.section-country {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: 4px;
}
.iti__selected-flag {
  right: -3px;
}
/* ---------------------section -end----------------- */
.verify-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
.verify-code .form-control {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-color: #f0f5f8;
  margin: auto;
  text-align: center;
  border: 1px solid #c9cfdb;
}
.verify-code .form-control:focus {
  box-shadow: none;
}
.sedual-item-txt h6 {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.06px;
  color: #000000;
}
.sedual-item-txt span {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.06px;
  color: #929292;
}
.sedual-list li {
  border-bottom: 1px solid #00000012;
  margin-top: 16px;
  padding-bottom: 12px;
}
.sedual-right-content {
  border: 1px solid #6f6af81a;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  background-color: #ffffff;
  padding: 12px 12px 44px;
  margin-top: 14px;
}
/* ------custom chekbox------------------ */
.custom-chekbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.custom-chekbox .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-chekbox .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 19.2px;
  color: #000000;
}

.custom-chekbox .form-group label:before {
  width: 15.52px;
  height: 15.52px;
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.78px solid #929292;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 3.88px;
}

.custom-chekbox .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 7px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-chekbox .form-group input:checked + label::before {
  background: linear-gradient(90deg, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
  border: 0.78px solid #46aef7;
}
/* ------------------------end------------------ */
.date-time-cal {
  border: 0.78px solid #6f6af81a;
  background-color: #ffffff;
  box-shadow: none !important;
}
/* ----------------------Scheduled-calander-------------- */
.s-calander-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 6px 8px 12px;
  gap: 10px;
}
.Scheduled-calander {
  border: 1px solid #00000033;
}
.s-calander-header h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 22.4px;
  color: #000000;
}
.day-no {
  position: relative;
  width: 24.78px;
  height: 21.83px;
  border-radius: 3.7px;
  -webkit-border-radius: 3.7px;
  -moz-border-radius: 3.7px;
  -ms-border-radius: 3.7px;
  -o-border-radius: 3.7px;
  border: 0.74px solid #6f6af84d;
  padding: 5px 7px;
  display: inline-block;
  display: flex;
  align-items: center;
  text-align: center;
}
.day-no .close {
  position: absolute;
  right: -3px;
  top: -13px;
}
.day-no p {
  font-size: 8px;
  font-weight: 500;
  line-height: 10.04px;
  color: #000000;
}
.cancel-day {
  display: flex;
  align-items: center;
  gap: 10px;
}
.day-no.active {
  background-color: #6f6af8;
  color: white;
}
.day-no.active p {
  color: #ffffff !important;
}
.sedual-canader-header,
.sedual-canader-data {
  display: flex;
  justify-content: space-between;
}
.dat-box {
  width: 15%;
  height: 51px;
  box-shadow: 0px -0.7px 0px 0px #f7f7f7 inset;
  background: #fafafa;
  padding: 6px;
  border-right: 1px solid #00000033;
  border-left: 1px solid #00000033;
  font-size: 8px;
  font-weight: 600;
  line-height: 12.8px;
  color: #929292;
}
.data-ifo-box {
  width: 15%;
  height: 56px;
  box-shadow: 0px -0.7px 0px 0px #f7f7f7 inset;
  background: #fafafa;
  padding: 6px;
  border: 1px solid #00000033;
}
.meeting-date p {
  font-size: 8.36px;
  font-weight: 600;
  line-height: 11.14px;
  color: #000000;
  margin-bottom: 3px;
}
.meeting-date {
  background: #e6f6fd;
  border: 0;
}
.sedual-canader-header li:first-child,
.sedual-canader-data li:first-child {
  border-left: 0;
}
.sedual-canader-data .blue-border {
  border-left: 2px solid #30c7ec;
}
.m-user {
  width: 13.62px;
  height: 13.62px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.red-box {
  background: #ede5fb;
  border-left: 2px solid #9153f4;
}
.reb-box-item-text p {
  font-size: 6px;
  font-weight: 400;
  line-height: 7.53px;
}
.reb-box-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.calander-left {
  width: 6%;
  height: 100%;
  background-color: #fafafa;
  padding-left: 6px;
}
.calander-right {
  width: 100%;
  height: 100%;
}
.s-calander-body {
  display: flex;
  /* width: 100%; */
  gap: 10px;
  background: #fafafa;
  border-top: 1px solid #00000033;
}
.calander-left ul li {
  width: 100%;
  height: 56px;
  font-size: 8px;
  font-weight: 500;
  line-height: 10.04px;
  color: #71717a;
}
.calander-left ul {
  margin-top: 46px;
}
/* --------------------tool-tip----------------css */
.tooltip-box {
  position: relative;
  display: inline-block;
  opacity: 1;
}

.tooltip-box .tooltiptext {
  visibility: hidden;
  width: 255px;
  background-color: white;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 20px 14px;
  color: #929292;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 7px;
  position: absolute;
  left: 35px;
  top: 22px;
  z-index: 1;
  box-shadow: 0px 9px 11px 0px #0000000a;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.tooltip-box:hover .tooltiptext {
  visibility: visible;
}
.tooltiptext::before {
  flex-shrink: 0;
  width: 70px;
  height: 33px;
  content: "";
  background-image: url("../images/icons/tool-box.svg");
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
  top: -28px;
  position: absolute;
}
.common_textarea {
  background: #fbfbff;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 15px;
  padding: 15px 15px;
}
.common_textarea:focus-visible {
  outline: none;
}
.atechfile_card .the-editor-content {
  min-height: 400px;
}
.atechfile_card .the-editor-toolbar {
  padding: 16px 42px;
}
.atechfile_card {
  margin-top: 24px;
}
.note-btn {
  justify-content: end;
}
.note-btn .save-contact {
  width: 103px;
}
.copy_modal .copy_title h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32.4px;
  color: #000000;
}
.copy_modal .copy-icon {
  display: flex;
  top: 13px;
  right: 1px;
}
.copy_modal .copy-icon span {
  width: 44px;
  height: 44px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #929292;
}
.copy_modal .copy-icon span.active-box {
  border-radius: 0px 4px 4px 0px;
  background: #6f6af8;
  color: #ffffff !important;
}
.copy_modal .copy_input input {
  background-color: #ffffff;
  border: 1px solid #92929226;
}
.copy_modal .custom_form .form-select {
  background-color: #f2f2f2;
  color: #000000;
}
.form-select:focus {
  box-shadow: none;
}
.custom_form .form-select {
  --bs-form-select-bg-img: url("../images/icons/select-box.svg");
}

.bootom-modal .modal-dialog {
  display: flex;
  align-items: end;
  justify-content: end;
  height: 87vh;
  margin-right: 41px;
  bottom: 0px;
}


.repeat-followup-popup-yes .modal-content {
  left: -60px;
  bottom: 144px;
}
.f-modal .modal-content::before {
  flex-shrink: 0;
  width: 70px;
  height: 106px;
  content: "";
  background-image: url("../images/icons/down-icon-dorpdown.svg");
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
  /* top: -40px; */
  position: absolute;
  /* bottom: 151px; */
  right: 12px;
  bottom: -72px;
}

.chek-item {
  display: block;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  bottom: 28px;
  right: 10px;
}

/* .chek_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
} */
.chek_box input:checked ~ .checkmark {
  background-color: #3fd14a;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #3fd14a;
}


.chek_box input:checked ~ .checkmark:after {
  display: block;
}
.chek_box .checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.reminder_fild {
  width: 100%;
  position: relative;
}
.reminder_fild textarea {
  background-color: rgba(111, 106, 248, 0.06);
  padding: 13px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  width: 100%;
}
.reminder_fild textarea:focus-visible {
  outline: none;
}
.ri-date-time {
  width: 216px;
  height: 32px;
  padding: 8px;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  color: gray;
  border: 1px solid #6f6af899;
  background: #6f6af81a;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.ri-date-time::after {
  vertical-align: middle;
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  border: none;
  color: gray;
  position: absolute;
  right: 10px;
}
.select-date-box h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 38.4px;
  text-align: center;
  color: #000000;
}

.date_item li {
  font-size: 14px;
  font-weight: 400;
  line-height: 17.57px;
  color: var(--Gtray);
  padding: 6px 0;
  width: 100%;
  height: 36px;
}
.select-date-body {
  margin: 8px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.time-txt {
  font-weight: 700;
  color: #000000;
}
.date_item li.active-box {
  font-weight: 500;
  color: #000000;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.date_item {
  width: 100%;
}
.select-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-header {
  padding: 10px 20px;
  border-bottom: 1px solid #9292924d;
}
.meet-fild .input-fild:focus-visible {
  outline: none;
}
.meet-fild .input-fild {
  padding: 12px;
  border: 1px solid #9292924d;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: 10px;
  font-weight: 400;
  line-height: 12.55px;
  color: var(--Gtray);
  width: 100%;
}
.meet-fild .input-fild::placeholder {
  font-size: 10px;
  font-weight: 400;
  line-height: 12.55px;
  color: var(--Gtray);
}
input[type="file"] {
  display: none;
}
.meet-fild {
  width: 100%;
}
.user-title-box h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  margin-top: 8px;
  color: #000000;
}
.form-body {
  padding: 20px 20px;
}
.user-title-box {
  padding-bottom: 20px;
}

.input-fild textarea {
  padding: 10px 16px;
  border: 1px solid rgba(111, 106, 248, 0.3);
  background: rgba(237, 237, 254, 0.64);
  color: var(--Gtray, #929292);
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-bottom: -6px;
  width: 100%;
}
.input-fild textarea:focus-visible {
  outline: 0;
  border: 1px solid var(--320C64, #6f6af8);
}
.Section-one-settings .sign-left,
.Section-one-settings .sign-right {
  height: 80vh;
}

.tab-card-box {
  display: inline-flex;
  padding: 18.672px 17.155px 27.328px 16.845px;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  border-radius: 12px;
  border: 1px solid rgba(111, 106, 248, 0.1);
  background: var(--white, #fff);
  box-shadow: 0px 6px 14px 0px rgba(75, 87, 239, 0.03),
    0px -2px 14px 0px rgba(75, 87, 239, 0.1);
  width: 100%;
}
.box-one {
  width: 40%;
}

/* -------tab-modal---- */
.tab-modal .modal-dialog {
  display: flex;
  align-items: end;
  justify-content: end;
  height: auto;
  top: 18%;
  left: 22%;
  height: auto;
}
/* .repeat-followup-popup.tab-modal .modal-dialog {
  left: 10%;
  top: 30%;
} */
.repeat-followup-popup.tab-modal .modal-dialog {
	left: -3%;
	top: 48%;
}

.repeat-followup-popup-yes.tab-modal .modal-content {
  left: 5%;
  bottom: 20%;
}
.repeat-followup-popup-yes.tab-modal .modal-dialog {
  top: 28%;
  left: 10%;
}
.file-attach-popup.tab-modal .modal-dialog {
  top: 18%;
}
.file-attach-popup.tab-modal .modal-content {
  padding-bottom: 124px;
}

.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
  border-bottom-color: transparent;
}
.join_team-box .sav_btn {
  width: auto;
}
label.price {
  font-weight: 700;
  left: 0;
  bottom: 17px;
  margin-bottom: 0;
  position: absolute;
  display: inline-block;
  font-size: 16px;
  padding: 3px 3px 3px 10px;
  background: linear-gradient(270deg, #efd933 18.87%, #eda635 101.89%);
  text-shadow: rgba(255, 255, 255, 0.2) 1px 1px,
    rgba(255, 255, 255, 0.2) 1px 1px;
  -moz-border-radius: 0 3px 2px 0px;
  -webkit-border-radius: 0;
}
label.price:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  display: inline-block;
  line-height: 0;
  border-width: 15px;
  border-style: solid;
  border-color: #efd933 transparent #efd933 #efd933;
}
label.green-tag.price {
  background: linear-gradient(270deg, #3fd14a 18.87%, #bded35 101.89%);
}
label.green-tag.price:after {
  border-color: #3fd14a transparent #3fd14a #3fd14a;
}

.repeat-followup-popup.sedual-modal .modal-dialog {
  left: -152px;
  top: 95px;
}

.repeat-followup-popup-yes.sedual-modal .modal-dialog {
  top: 200px;
  right: 40px;
}
.file-attach-popup.sedual-modal .modal-dialog {
  right: 142px;
  top: 60px;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.back {
  position: absolute;
  top: 20px;
  left: 20px;
}
/* .repeat-followup-popup.bootom-modal .modal-dialog {
bottom: 30px;
  right: 30px;
} */
.repeat-followup-popup-yes.tab-modal .modal-dialog {
	top: 59%;
	left: 35%;
}
.intl-tel-input, .iti {
	width: 100%;
  height: 52px;
}
.Completed_BTN {
  background: #4CAF50;
}
#daily-plan-box {
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  margin-bottom: 10px;
  padding: 10px 0;
}
#daily-plan-box::-webkit-scrollbar{
  display: none;
}
.add-follow-up-popup .boxes {
  height: 400px;
  overflow-y: auto;
    padding: 10px 0;
}
.add-follow-up-popup .boxes::-webkit-scrollbar {
  display: none;
}

/* =================== */

.flatpickr-calendar.inline {
  box-shadow: none;
}



/* .calendar_card .modal-content {
  width: 370px;
} */

/* .add-contact-btn {
  margin: auto;
  width: 95%;
  height: 50px;
  font-weight: 600;
} */

 .box-follow-up .right-side {
   justify-content: end;
 }
.datefollow {
  width: 332px !important;
  flex-wrap: wrap !important;
}

.ck-content ol {
  list-style-type: decimal;
}

.ck-content ol li {
  list-style-type: auto;
}

.ck-content ul {
  padding-left: 2rem;
}

.ck-content ul li {
  list-style: disc;
}

.attach-file-followupCompleted {
  cursor: pointer;
  font-size: 14px;
  width: 150px;
}

.ck.ck-toolbar>.ck-toolbar__items {
  justify-content: space-between;
}
.notes-3 span{
  color: var(--Gtray, #929292) !important;
  opacity: 1 !important;
}
.notes-3 p {
  color: var(--280357, #000) !important;
  opacity: 1 !important;
}
.notes-3 
{
  align-items: center;
}
.contact-chatlog-page .date-followup {
  width: 300px;
}
#atechfile .modal-content {
  height: 394px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.drop_box{
  margin: auto;
  cursor: pointer;
}

#atechfilenew .modal-content {
  height: 394px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ========================================== sep 26 */ 
#daily-plan-box {
  max-height: 300px;
}

.title-todaylist {
  width: 100%;
}

.add-follow-up-popup .boxes {
  height: 306px;
}

.add-follow-up-popup .modal-content {
  border-radius: 12px;
}

.calendar-popup .modal-content {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.btn-add-new-task {
  margin-top: 20px;
}


.file-attach-popup .container1 {
  border-radius: 16px;
}

.bootom-modal .modal-body{
  /* height: 433px; */
}
.bootom-modal #follow-up-file-attach .modal-body {
  height: 368px;
}
.bootom-modal #repeat-followup .modal-body {
  height: auto;
}
.repeat-followup-popup.tab-modal .modal-dialog {
  left: auto;
  top: auto;
  bottom: -57%;
  right: 6%;
}

.bootom-modal #repeat-followup-popup-yes .modal-body {
  height: auto;
}
.repeat-followup-popup-yes .modal-content {
  left: auto;
  bottom: 10%;
  right: 22%;
}
.flatpickr-input {
 display: none;
}
.ck-content {
  height: 264px;
}
.ri-date-time {
  margin-left: 85px;
}
#meet-form3 .ck-content {
  height: 240px;
}
#atechfile .modal-content {
  height: 459px;
}
.FileUpload-header
{
  margin: auto;
}
.red-border {
  border: 2px solid #FA340A;
}
#contactView-chat {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.row.blog-data {
  max-height: 722px;
  overflow-y: auto;
}

.row.chatavisrsity-data {
  max-height: 722px;
  overflow-y: auto;
}.content-wrap {
  padding: 0 8px 30px;
} 
 
.missing_followup {
  border-radius: 36px;
  background: var(--New-bule,
      linear-gradient(90deg, #ec7b30 0%, #F86352 47%, #f74646 100%));
  display: flex;
  width: 65px;
  height: 20px;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: var(--white, #fff);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 1px solid transparent;
}
#client-1 .btn-close {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 99;
}

#toggle-c_password
{
  background-color:#f3f3fe;
}

#toggle-password {
  background-color: #f3f3fe;
}

#toggle-old_password
{
    background-color: #f3f3fe !important;
}
.box-1-workflow .left-side .img-1 img {
height: 33px;
}
.cards-blog .card-body {
margin: 0;
}

/* pricing page */
.pricing-plan{
	padding: 100px 0px;
}
.pricing-tab{
	max-width: 271px;
	padding: 10px;
	border-radius: 60px;
	background: rgba(111, 106, 248, 0.1);
	margin: 0 auto 15px;
}
.yplan-title{
	font-size: 20px;
	font-weight: 700;
	line-height: 25.1px;
	text-align: center;
}
.pricing-tab .nav-tabs{
	border: 0;
	justify-content: space-between;
}
.pricing-tab .nav-tabs .nav-link {
    border: 1px solid rgba(111, 106, 248, 0.3);
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.08px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    border-radius: 50px;
    padding: 9px 14px;
}
.pricing-tab .nav-tabs .nav-link.active{
	background: rgba(111, 106, 248, 1);
	color: #fff;
}
.pricing-box{
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(111, 106, 248, 0.2);
	box-shadow: 0px 4.43px 16.82px 0px rgba(75, 87, 239, 0.06);
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 30px;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.pricing-box .price-head{
	background: rgba(63, 209, 74, 1);
	height: 50px;	
}
.pricing-box .price-head.gr1{
	background: linear-gradient(180deg, #CAAEFA 0%, #9153F4 100%);
}
.pricing-box .price-head.gr2{
	background: linear-gradient(90deg, #16D9E3 0%, #30C7EC 47%, #46AEF7 100%);
}
.pricing-box .price-head.gr3{
	background: linear-gradient(360deg, #F6D365 0%, #FDA085 100.13%);
}
.pricing-box .price-head h5{
	text-align: center;
	color: #fff;
	line-height: 50px;
	margin-bottom: 0;
}
.price-body{
	text-align: center;
	padding: 20px 30px;
}
.price-body h4{
	font-size: 30px;
	font-weight: 700;
	line-height: 45.18px;
	color: #000;
	margin-bottom: 30px;
}
.price-body h4 span{
	font-size: 24px;
	font-weight: 700;
	line-height: 30.12px;
}
.price-body p{
	font-size: 18px;
	font-weight: 400;
	line-height: 22.59px;
}
.price-footer{
	padding: 0 15px 15px;
}
.price-footer button{
	background: rgba(111, 106, 248, 1);
	color: #fff;
	height: 52px;
	width: 100%;
	display: block;
	border-radius: 52px;
	line-height: 50px;
	padding: 0;
	font-weight: 700;
}

.right-navbar-settings.main {
  height: calc(100vh - 130px);
  overflow: hidden;
  background: #12121200;
}