/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'Helvetica';
  src: url(../fonts/Helvetica.ttf);
}
@font-face {
  font-family: 'HelveticaNeueBlack';
  src: url(../fonts/HelveticaNeueBlack.ttf);
}
@font-face {
  font-family: 'HelveticaNeueBlackItalic';
  src: url(../fonts/HelveticaNeueBlackItalic.ttf);
}
@font-face {
  font-family: 'HelveticaNeueBold';
  src: url(../fonts/HelveticaNeueBold.ttf);
}
@font-face {
  font-family: 'HelveticaNeueItalic';
  src: url(../fonts/HelveticaNeueItalic.ttf);
}
@font-face {
  font-family: 'HelveticaNeueLight';
  src: url(../fonts/HelveticaNeueLight.ttf);
}
@font-face {
  font-family: 'HelveticaNeueMedium';
  src: url(../fonts/HelveticaNeueMedium.ttf);
}
@font-face {
  font-family: 'HelveticaNeueThin';
  src: url(../fonts/HelveticaNeueThin.ttf);
}

@font-face {
  font-family: 'InstrumentSans-Regular';
  src: url(../fonts/InstrumentSans-Regular.ttf);
}
@font-face {
  font-family: 'InstrumentSans-Medium';
  src: url(../fonts/InstrumentSans-Medium.ttf);
}
@font-face {
  font-family: 'InstrumentSans-SemiBold';
  src: url(../fonts/InstrumentSans-SemiBold.ttf);
}
@font-face {
  font-family: 'InstrumentSans-Bold';
  src: url(../fonts/InstrumentSans-Bold.ttf);
}
@font-face {
  font-family: 'InterBold';
  src: url(../fonts/Inter-Bold.ttf);
}
@font-face {
  font-family: 'InterBlack';
  src: url(../fonts/Inter-Black.ttf);
}
@font-face {
  font-family: 'InterMedium';
  src: url(../fonts/Inter-Medium.ttf);
}
@font-face {
  font-family: 'InterRegular';
  src: url(../fonts/Inter-Regular.ttf);
}
@font-face {
  font-family: 'InterSemiBold';
  src: url(../fonts/Inter-SemiBold.ttf);
} 

:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Helvetica';
  background: #fff;
  color: #444444;
}

.dash-main{
  background: #f9fafb;
}

a {
  color: #4154f1;
  text-decoration: none;
}

i {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica';
}
.mt-5{
  margin-top: 5px;
}
.mt-15{
  margin-top: 15px;
}
.mt-20{
  margin-top: 20px;
}
.mt-25{
  margin-top: 25px;
}
.mt-30{
  margin-top: 30px;
}
.mb-15{
  margin-bottom: 15px;
}
.mb-30{
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 0px 20px 20px;
    margin-left: 0 !important;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}
.pagetitle h1 {
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 10px;
  color: #000;
}
.back-btn {
  position: relative!important;
  font-family: 'HelveticaNeueMedium';
  font-size: 14px!important;
  line-height: normal!important;
  color: #2b2b2b!important;
  border: 1px solid #2b2b2b!important;
  border-radius: 5px!important;
  padding: 8px 10px!important;
}
.back-btn:hover{
  color: #fff !important;
  border: 1px solid #2b2b2b!important;
  background: #2b2b2b!important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #F9FAFB;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 5px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 0 4px 0.5px rgba(0, 0, 0, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #000;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #E6E6E6;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #F9FAFB;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  background-color: transparent;
}

.card-body {
  padding: 0;
}


/* Alerts */
.alert-heading {
  font-weight: 500;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-button{
  padding: 15px;
  border-radius: 5px !important;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
  padding: 15px;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #000;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #000;
  font-size: 15px;
}
/* Code added by yogesh to fix issue */
.sidebar.collapsed
{
  width: 70px;
}
/* Breadcrumbs */
.breadcrumb {
  position: relative;
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: normal;
  color: #707070;
}

.breadcrumb a {
  color: #707070;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #000;
}

.breadcrumb .breadcrumb-item::before {
  color: #707070;
}

.breadcrumb .active {
  font-family: 'HelveticaNeueMedium';
  color: #000;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  position: relative;
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: normal;
  margin-bottom: -2px;
  border: none;
  color: #707070;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #000000;
}

.nav-tabs-bordered .nav-link.active {
  color: #000000;
  border-bottom: 2px solid #000000;
}

/* pills Tabs */
.nav-tabs-pills {
  border-bottom: 1px solid #E6E6E6;
}
 
.nav-tabs-pills .nav-link {
  position: relative;
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: normal;
  margin-bottom: -2px;
  border: none;
  color: #707070;
}
 
.nav-tabs-pills .nav-link:hover,
.nav-tabs-pills .nav-link:focus {
  color: #000;
}
 
.nav-tabs-pills .nav-link.active {
  color: #000000;
  border-bottom: 2px solid #000000;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}

.logo img {
  max-height: 40px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  background-color: #fff;
  padding: 10px 0px;
  border: 1px solid #D9E1D6;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #000000;
  display: none;
}

.header .search-bar {
  min-width: 320px;
  padding: 0 20px;
  margin-right: 75px;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
  .header .toggle-sidebar-btn {
    display: block;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  font-family: 'HelveticaNeueMedium';
  font-size: 14px;
  line-height: normal;
  color: #707070;
  border: 0;
  padding: 8px 8px 8px 40px;
  border-radius: 5px;
  transition: 0.3s;
  width: 100%;
  background: #fff;
  border: 1px solid #707070;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: none;
}

.header .search-form button {
  position: absolute;
  border: 0;
  padding: 0;
  padding-left: 14px;
  font-size: 14px;
  background: none;
  line-height: normal;
}

.header .search-form button i {
  color: #000;
}

.topreferral-btn{
  position: relative!important;
  font-family: 'HelveticaNeueMedium';
  font-size: 14px!important;
  line-height: normal;
  color: #fff;
  background-color: #2b2b2b;
  border-radius: 5px;
  padding: 8px 10px!important;
  border: 1px solid #2b2b2b!important;
  margin-right: 20px!important;
}
.topreferral-btn:hover{
  color: #2b2b2b;
  background-color: #F9FAFB;
  border: 1px solid #2b2b2b;
}

.upgrade_btn{
  position: relative!important;
  font-family: 'HelveticaNeueMedium'!important;
  font-size: 14px!important;
  line-height: normal!important;
  color: #fff!important;
  background-color: #FF8C42!important;
  border-radius: 5px!important;
  padding: 8px 10px!important;
  border: 1px solid #FF8C42!important;
  margin-right: 20px!important;
  display: inline-block;
  text-align: center!important;
}
.upgrade_btn:hover{
  color: #2b2b2b!important;
  background-color: #F9FAFB!important;
  border: 1px solid #FF8C42!important;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #000;
  margin-right: 25px!important;
  position: relative;
}

.header-nav .nav-profile {
  color: #000;
}

.header-nav .nav-profile img {
  height: 36px;
  width: 36px;
}

.header-nav .nav-profile span {
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 16px;
  line-height: normal;
  color: #000;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px!important;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
}

.header-nav .notifications .notification-item p {
  position: relative;
  font-family: 'Helvetica';
  font-size: 14px;
  margin-bottom: 3px;
  color: #707070;
}

.header-nav .notifications .notification-item:hover {
  background-color: #F9FAFB;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #F9FAFB;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
  color: #000;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
  color: #000;
}

.header-nav .profile .dropdown-item i {
  position: relative;
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
  color: #000;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #F9FAFB;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  bottom: 0;
  width: 250px;
  max-width: 250px;
  z-index: 996;
  transition: all 0.3s;
  overflow-y: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  left: 0;
  border-right: 1px solid #D9E1D6;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -250px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}


@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {
  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }
  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  position: relative;
  font-family: 'HelveticaNeueMedium';
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  transition: 0.3;
  border-radius: 5px;
  background-color: #2B2A2B;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar-nav .nav-link.collapsed {
  color: #707070;
  background-color: transparent;
}

.sidebar-nav .nav-link.collapsed i {
  color: #707070;
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collapsed .sidebar-nav .nav-link i{
  color: #FF8C42;
  background: #2b2a2b;
}
 
.collapsed  .sidebar-nav .nav-link.collapsed i {
  color: #707070;
  background: transparent;
}

.collapsed .sidebar-nav .nav-link:hover i{
    color: #FF8C42;
    background: #2b2a2b;
}
.collapsed .sidebar-nav .nav-link{
    background-color: transparent;
}

.sidebar-nav .nav-link:hover {
  color: #000;
  background-color: #f9fafb;
}

.sidebar-nav .nav-link:hover i {
  color: #000;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
  background-color: #F9FAFB;
}

.sidbar-nav-bottom {
  position: relative;
  border-bottom: 1px solid #D9E1D6;
  width: 100%;
}
.bottom-box{
  position: relative;
  display: flex;
  margin: 15px 0px 0px;
  align-items: center;
  gap: 15px;
}
.sidbar-link-box a{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 14px;
  line-height: normal;
  color: #707070;
}
.right-icon-sidbar{
  color: #000;
  font-size: 30px;
  cursor: pointer;
}

.sidebar.hidden {
  transform: translateX(-100%);
}

.main {
  margin-left: 250px;
  padding: 20px;
  transition: margin-left 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# login
--------------------------------------------------------------*/
.login-body{
  width: 100%;
}
.left-login{
  position: relative;
  background-color: #2B2A2B;
  width: 50%;
  height: 100vh;
}
.login-pg-logo{
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.right-login{
  position: relative;
  width: 50%;
  height: 100vh;
}
.login-heading{
  position: absolute;
  width: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.heading{
  position: relative;
  font-family: 'HelveticaNeueBold';
  font-size: 28px;
  line-height: normal;
  color: #000;
  margin-bottom: 20px;
}
.form-group{
  margin-bottom: 1rem;
}
.form-control{
  position: relative;
  font-family: 'Helvetica';
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  line-height: normal;
  border: 1px solid #E6E6E6;
  padding: 12px 15px;
  color: #A8A8A8;
}
.form-control:focus{
  border: 1px solid #E6E6E6;
  outline: 0;
  box-shadow: none;
}
.form-select{
  position: relative;
  font-family: 'Helvetica';
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  line-height: normal;
  border: 1px solid #E6E6E6;
  color: #A8A8A8;
  padding: 12px 15px;
}
.form-select:focus{
  border: 1px solid #E6E6E6;
  outline: 0;
  box-shadow: none;
}
.textarea-box{
  position: relative;
  font-family: 'Helvetica';
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  line-height: normal;
  border: 1px solid #E6E6E6;
  padding: 12px 15px;
  color: #A8A8A8;
}
.sign-btn{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  width: 100%;
  border-radius: 5px;
  background-color: #FF8C42;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  padding: 13px 15px;
  border: 1px solid #FF8C42;
  margin-bottom: 1rem;
  text-align: center;
}
.sign-btn:hover{
  color: #2B2A2B;
  background-color: #f9fafb;
  border: 1px solid #FF8C42;
}
.sign-btn-icon{
  position: relative;
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  color: #2B2A2B;
  border: 1px solid #E6E6E6;
  font-size: 16px;
  line-height: normal;
  padding: 13px 15px;
  margin-bottom: 1rem;
}
.sign-btn-icon:hover{
  background-color: #f9fafb;
}
.google-icon{
  margin-right: 5px;
  max-width: 20px;
}
.signin-btn-icon{
  border-left: 0;
}
.login-text{
  position: relative;
  font-family: 'Helvetica';
  text-align: center;
  font-size: 18px;
  line-height: normal;
  color: #707070;
  margin-bottom: 1rem;
}
.lgn-txt{
  position: relative;
  font-family: 'Helvetica';
  color: #707070;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  margin-bottom: 1rem;
  display: block;
}
.login-subtext{
  position: relative;
  font-family: 'Helvetica';
  color:#178AF6;
  font-size: 18px;
  line-height: normal;
}
.login-icon{
  justify-content: center;
  gap: 10px;
  margin-bottom: 1rem;
}
.textline{
  margin-bottom: 1rem;
  gap: 5px;
}
.social-media-icon {
  position: relative;
  background-color: #2B2A2B;
  display: flex;
  width: 36px;
  height: 36px;
  color: #fff;
  border-radius: 5px;
  justify-content: center;
  font-size: 16px;
  align-items: center;
}
.social-media-icon:hover{
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
  background-color: #f9fafb;
}
.sign-up{
  position: relative;
  font-family: 'Helvetica';
  text-align: center;
  font-size: 18px;
  line-height: normal;
  color: #707070;
  margin-bottom: 1rem;
}
.divider{
  position: relative;
  border: 1px solid #E6E6E6;
  width: 15%;
  margin: auto;
  margin-bottom: 1rem;
}
.divider-line{
  position: relative;
  border: 1px solid #E6E6E6;
  width: 42%;
  margin: auto;
}
.gap-4{
  white-space: nowrap;
  margin-bottom: 1rem;
}
.login-box{
  position: relative;
  gap: 10px;
}
.login-line{
  position: relative;
  font-family: 'Helvetica';
  text-align: center;
  font-size: 14px;
  line-height: normal;
  color: #707070;
}
.input-group-text{
  border: 1px solid #E6E6E6;
  border-right: 0;
  background-color: #ffffff;
}
.input-icon{
  border: 1px solid #E6E6E6;
  border-left: 0;
  background-color: #ffffff;
}
.icon-text{
  padding: 13px 15px 13px 0px;
  border-left: 0;
}
.icon-text-icon{
  padding: 13px 15px 13px 0px;
  border-right: 0;
  border-left: 0;
}


/*--------------------------------------------------------------
# milestone - css
--------------------------------------------------------------*/
.visa-typecheckbox {
    display: flex;
    gap: 15px;
    align-items: baseline;
    margin-bottom: 5px;
    color: #000;
    font-size: 15px;
}
.checkbox-sec-color{
  position: relative;  
  color: #707070;
}
.check-box-link{
  position: relative;
  font-family: 'Helvetica';
  font-size: 15px;
  text-decoration: underline;
  color: #178AF6;
}
.ul-sec-color{
  color: #DC3545;
}

/*--------------------------------------------------------------
# common-css
--------------------------------------------------------------*/
.top-box {
  display: flex;
  height: 100%;
  margin-bottom: 25px;
}
.top-box .left-side{
  position: relative;  
  align-items: center;
  background-color: #22262B;
  border-radius: 5px 0px 0px 5px;
  width: 70%;
  padding: 15px;
}
.top-box .milestone-details-left-side{
  position: relative;  
  align-items: center;
  background-color: #F4F1EB;
  border-radius: 5px 0px 0px 5px;
  width: 70%;
  padding: 15px;
}
.top-box .details-box{
  width: 100%;
  border-radius: 5px;
}
.top-box .right-side{
  position: relative;  
  align-items: center;
  background-color: transparent;
  border-radius: 0px 7px 7px 0px;
  border: 1px solid #E6E6E6;
  width: 30%;
  padding: 15px;
}
.top-boxtitle{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 26px;
  line-height: 34px;
  color: #F4F1EB;
  margin-bottom: 0;
}
.progress-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress-counttext {
  position: relative;
  font-family: 'HelveticaNeueBold';
  font-size: 20px;
  line-height: normal;
  color: #000;
}
.progress-title{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #000;
  margin-bottom: 0;
}
.progressbar{
  --fg: #77C0FF;
  --bg: #EAECF0;
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: 
    radial-gradient(closest-side, white 75%, transparent 0 99.9%, white 0),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0)
    ;
}
.progressbar::before {
  position: relative;
  font-family: 'HelveticaNeueBold';
  font-size: 20px;
  line-height: normal;
  color: #000;
  counter-reset: percentage var(--value);
  content: counter(percentage) '%';
}
.tab-content{
  padding-top: 20px;
}
.table thead th {
  font-family: 'HelveticaNeueMedium';
  font-size: 16px;
  line-height: normal;
  color: #000;
  padding: 15px;
  font-weight: 400;
}
.table tbody td {
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: normal;
  color: #707070;
  padding: 15px;
}
.upgrade-box{
  position: relative;
  width: 100%;
  background-color: #F4F1EB;
  padding: 20px;
  border-radius: 5px;
  color: #22262B;
}
.upgrade-box p{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: 23px;
  color: #707070;
  margin-bottom: 10px
}
.primary-btn{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #fff;
  background-color: #2b2b2b;
  border-radius: 5px;
  padding: 9px 10px;
  border: 1px solid #2b2b2b;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
}
.primary-btn:hover{
  color: #2b2b2b;
  background-color: #f9fafb;
  border: 1px solid #2b2b2b;
}

.accordion-body {
  padding: 0px 15px 15px;
}
.allmilestone-box{
  border: 1px solid #E6E6E6;
  border-radius: 5px !important;
  margin-bottom: 20px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}
.accordion-item:not(:first-of-type){
  border-top: 1px solid #E6E6E6;
}
.milestone-stepbox{
  position: relative;
  display: flex;
  align-items: center;
}
.navigation-step-userimg{
  position: relative;
  /* max-width: 56px; */
  width: 55px;
  height: 55px;
  border-radius: 100%;
}
.milestones-title{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 22px;
  line-height: normal;
  color: #000;
}
.milestone-namebox{
  position: relative;
  margin-left: 15px;
}
.completed-text{
  position: relative;
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: normal;
  color: #008000;
  margin-bottom: 0;
}
.secondary-btn{
  position: relative;
  width: 100%;
  font-family: 'HelveticaNeueMedium';
  font-size: 14px;
  line-height: normal;
  color: #fff;
  background-color: #FF8C42;
  border: 1px solid #FF8C42;
  border-radius: 5px;
  padding: 8px 10px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
}
.secondary-btn:hover{
  color: #2b2b2b;
  border: 1px solid #FF8C42;
  background-color: #F9FAFB;
}
.incomplete-text{
  position: relative;
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: normal;
  color: #DC3545;
  margin-bottom: 0;
}


.fixed-height-box{
  max-height: 500px;
  overflow: auto;
}
.all-step-linebox {
  position: relative;
  margin-left: 65px;
  max-height: 200px;
  overflow: auto;
  margin-bottom: 20px;
}
.all-step-linebox::before {
  content: "";
  position: absolute;
  left: 11px;
  width: 2px;
  height: 100%;
  background: #707070;
}
.step {
  display: flex;
  align-items: center;
  margin: 15px 0;
  position: relative;
}
.step-circle-icon{
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.proccess-stepicon{
  font-size: 24px;
  color: #008000;
  line-height: unset;
}
.step-content {
  margin-left: 15px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.step-name-text{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #000;
  margin-bottom: 0;
}
.goto-stepbtn{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 14px;
  line-height: normal;
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
  border-radius: 5px;
  padding: 8px 10px;
  background-color: transparent;
}
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #aab7cf;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	background: #aab7cf;
	border-radius: 10px;
}

.navigationmanager-detailsbox{
  position: relative;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.navigationmanager-img{
  position: relative;
  max-width: 160px;
  border-radius: 5px;
}
.form-label{
  position: relative;
  font-family: 'Helvetica';
  font-size: 18px;
  line-height: normal;
  color: #000;
  margin-bottom: 0;
}
.managername-text{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #707070;
  margin-bottom: 0;
}
.book-allbtn{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
  border-radius: 5px;
  padding: 8px 10px;
  display: block;
  margin-top: 5px;
  cursor: pointer;
  background-color: transparent;
}
.book-allbtn:hover{
  color: #fff;
  border: 1px solid #2b2b2b;
  background: #2b2b2b;
}

.step-details-topbox{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.milestone-innertitle{
  position: relative;
  font-family: 'HelveticaNeueBold';
  font-size: 20px;
  line-height: normal;
  color: #000;
}
.milestone-innersubtitle{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 14px;
  line-height: normal;
  color: #000;
  margin-bottom: 0;
}
.milestone-thumbimg{
  position: relative;
  max-width: 170px;
  min-height: 100px;
  max-height: 100px;
  object-fit: contain;
  border-radius: 10px;
}
.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 24px;
}
.step-headtitle{
  position: relative;
  font-family: 'HelveticaNeueBold';
  font-size: 16px;
  line-height: normal;
  color: #000;
  text-transform: uppercase;
}
.step-ptext{
  position: relative;
  font-family: 'Helvetica';
  font-size: 15px;
  line-height: normal;
  color: #707070;
}
.step-details-box{
  position: relative;
  max-height: 520px;
  overflow: auto;
}
.video-modal .modal-content{
  border: 0;
  background-color: transparent;
}
.video-modal .modal-body
{
  overflow: unset!important;
}
.video-box{
  position: relative;
  width: 100%;
}
.modal{
  background-color: rgba(0, 0, 0, 0.8);
}
.close-btn {
  position: absolute;
  color: #fff;
  right: 0;
  display: inline-block;
  z-index: 1;
}
.open-allstep-box {
  display: none;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.open-allstep-box .all-step-linebox{
  margin-left: 0;
  max-height: 100%;
  margin-bottom: 0;
}
.open-allstep-box .incomplete-text{
  margin-bottom: 1rem;
}
.open-step-btn {
  border: 1px solid #707070;
  background-color: transparent;
  border-radius: 5px;
  color: #707070;
  position: relative;
  font-family: 'HelveticaNeueBold';
  font-size: 14px;
  line-height: normal;
  padding: 5px 8px;
  margin-top: 10px;
}

/*--------------------------------------------------------------
# partner-css
--------------------------------------------------------------*/
.partner-box{
  position: relative;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.partner-category-img{
  position: relative;
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  object-fit: cover;
  border-radius: 5px 5px 0px 0px;
}
.partner-content-box{
  position: relative;
  padding: 15px;
}
.partner-categorytitle{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 22px;
  line-height: normal;
  color: #000;
  text-align: left;
}
.partner-name{
  position: relative;
  font-family: 'HelveticaNeueMedium'; 
  font-size: 18px;
  line-height: normal;
  color: #000;
  text-align: left;
}
.partner-textp{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: 26px;
  color: #707070;
  text-align: left;
}
.all-par-btn{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #fff;
  background-color: #2b2b2b;
  border-radius: 5px;
  padding: 9px 10px;
  display: inline-block;
  border: 1px solid #2b2b2b;
}
.all-par-btn:hover{
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
  background-color: #F9FAFB;
}
.partner-logo {
  position: relative;
  width: 80%;
  max-height: 50px;
  min-height: 50px;
  object-fit: contain;
}
.partner-logobox {
  position: relative;
  padding: 25px 15px;
  border-bottom: 1px solid #E6E6E6;
  text-align: center;
  margin-bottom: 20px;
}

.important-hilightbox{
  position: relative;
  width: 100%;
  padding: 10px 20px;
  background-color: #F2F3FF;
  border-radius: 5px;
  margin-bottom: 10px;
}
.important-box-link{
  position: relative;
  font-family: 'Helvetica';
  font-size: 18px;
  text-decoration: underline;
  color: #178AF6;
}
.title-hilight{
  position: relative;
  font-family: 'Helvetica';
  font-size: 18px;
  margin-bottom: 0;
  color: #000000;
}
.btn-hilight{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  padding: 8px 10px;
}
.important-box-hillight{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  color: #000000;
}
.step-subtitle{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 16px;
  line-height: normal;
}
.ul-title{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color:#000000;
  margin-bottom: 10px;
}
.step-detail-ul li{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color:#000000;
  padding-bottom: 10px;
}
.step-detail-ul-s li{
  position: relative;
  font-family: 'Helvetica';
  font-size: 15px;
  line-height: normal;
  color:#707070;
  padding-bottom: 5px;
}
.sec-color{
  color: #000000;
}
.sec-color-stepstyle{
  color: #000000;
  font-family: 'HelveticaNeueBold';
  font-size: 15px;
}
.step-subtitle-step{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
}

.gridname-box{
  position: relative;
  display: flex;
  gap: 10px;
}
.client-tagbox{
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #CECBFF;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #707070;
  border-radius: 100%;
  margin-right: 10px;
}
.mian-br-box{
  position: relative;
  width: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  padding: 20px;
}


/*--------------------------------------------------------------
# btn-csss
--------------------------------------------------------------*/
.save-btn{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #fff;
  border-radius: 5px;
  padding: 9px 10px;
  background-color: #2b2b2b;
  border: 1px solid #2b2b2b;
  margin: 10px 5px 0px;
  display: inline-block;
}
.cancel-btn{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #fff;
  border-radius: 5px;
  padding: 9px 10px;
  background-color: #DC3545;
  border: 1px solid #DC3545;
  margin: 10px 5px 0px;
  display: inline-block;
}
.active-btn{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #008000;
  border-radius: 5px;
  padding: 8px 10px;
  background-color: transparent;
  border: 1px solid #008000;
}
.inactive-btn{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #DC3545;
  border-radius: 5px;
  padding: 8px 10px;
  background-color: transparent;
  border: 1px solid #DC3545;
}
.eye_icon {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  color: #178AF6;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.eye_icon:hover{
  background-color: #178AF6;
  color: #fff;
}
/* .edit_icon{
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  color: #2b2b2b;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.edit_icon:hover{
  background-color: #2b2b2b;
  color: #fff;
}
.delete_icon{
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  color: #DC3545;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.delete_icon:hover{
  background-color: #DC3545;
  color: #fff;
} */
 .edit_icon{
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  color: #2b2b2b;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.edit_icon:hover{
  background-color: #2b2b2b;
  color: #fff;
}
.delete_icon{
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  color: #FF0000;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.delete_icon:hover{
  background-color: #DC3545;
  color: #fff;
}
.community-btn{
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  cursor: pointer;
  font-family: 'Helvetica';
  font-size: 18px;
  line-height: normal;
  color: #707070;
  padding: 9px 15px;
}
.friend-frd-img{
  position: relative;
  max-width: 36px;
  border-radius: 5px;
  margin-right: 8px;
}
.edit-pr-back-btn{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 10px 5px 0px;
}

/*--------------------------------------------------------------
#modal-css
--------------------------------------------------------------*/
.delete-modaltext{
  position: relative;
  font-family: 'Helvetica';
  font-size: 18px;
  line-height: normal;
  color: #000;
  text-align: center;
}
.modal-deleteimg{
  position: relative;
  max-width: 200px;
}
.modal-cancel-btn{
  position: relative;
  font-family: 'Helvetica';
  font-size: 18px;
  line-height: normal;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  background-color: #2b2b2b;
  border: 0;
}
.modal-delete-btn{
  position: relative;
  font-family: 'Helvetica';
  font-size: 18px;
  line-height: normal;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  background-color: #DC3545;
  border: 0;
}
.preview-bgimg {
  position: relative;
  width: 100%;
  min-height: 220px;
  max-height: 220px;
  object-fit: cover;
  border-radius: 5px 5px 0px 0px;
}
.preview-content-box{
  position: relative;
  background-color: #fff;
  padding: 15px;
  border-radius: 0px 0px 5px 5px;
}
.top-pr-row{
  position: relative;
  justify-content: space-between;
  margin-bottom: 25px;
}
.preview-img-box {
  position: relative;
  display: flex;
  gap: 15px;
}
.preview-img-box img {
  position: relative;
  border-radius: 20px;
  max-width: 160px;
  min-width: 160px;
  margin-top: -80px;
}
.about-preview-box{
  position: relative;
  border: 1px solid #E6E6E6;
  padding: 15px;
  border-radius: 5px;
}
.pr-previewname{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 24px;
  line-height: normal;
  color: #000;
}


/*--------------------------------------------------------------
# Customer Navigation css
--------------------------------------------------------------*/
.count-box{
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}
.customer-iconbox{
  position: relative;
  width: 100%;
  max-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  border-radius: 5px;
}
.countbox-row{
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
}
.count-name{
  position: relative;
  font-family: 'Helvetica';
  font-size: 18px;
  line-height: normal;
  color: #000;
  margin-bottom: 0px;
}
.count-number{
  position: relative;
  font-family: 'HelveticaNeueBold';
  font-size: 28px;
  line-height: normal;
  color: #000;
  margin-bottom: 0;
}
.countbox-bg1{
  position: relative;
  background-color: #FEEFE8;
}
.customer-iconbox-bg1{
  background-color: #FFA21D;
}
.count-color1{
  color: #FFA21D;
}
.countbox-bg2{
  position: relative;
  background-color: #F3E8FF;
}
.customer-iconbox-bg2{
  background-color: #AF70FF;
}
.count-color2{
  color: #AF70FF;
}

/*--------------------------------------------------------------
#document-css
--------------------------------------------------------------*/

.folder-box{
  position: relative;
  background-color: #D9E1D6;
  border-radius: 10px;
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.folderbox-icon{
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: #000;
  margin-bottom: 15px;
}
.folder-title{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 20px;
  line-height: normal;
  color: #000;
}
.folder-crdate{
  position: relative;
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: normal;
  color: #707070;
  margin-bottom: 0px;
}
.filter-icon{
  position: relative;
  font-size: 16px
}
.filter-title{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #2b2b2b;
  border-radius: 5px;
  border: 1px solid #2b2b2b;
  padding: 8px 15px;
  margin-left: 5px;
}


/*--------------------------------------------------------------
#Settings-css
--------------------------------------------------------------*/
.settings-box{
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  padding: 15px;
  margin-bottom: 15px;
}
.setting-header{
  position: relative;
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.setting-title{
  position: relative;
  font-family: 'Helvetica';
  font-size: 18px;
  line-height: normal;
  color: #000;
}
.setting-datatext{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #000;
}
.setting-ptext{
  position: relative;
  font-family: 'Helvetica';
  font-size: 18px;
  line-height: normal;
  color: #707070;
  margin-bottom:0;
}
.settings-box i{
  color: #000;
}


/*--------------------------------------------------------------
#Settings plan&subscription-css
--------------------------------------------------------------*/
.setting-box{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.plan-titleline{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 16px;
  line-height: normal;
  color: #000;
  margin-bottom: 0;
}
.setting-titletext{
  position: relative;
  font-family: 'Helvetica';
  font-size: 26px;
  line-height: normal;
  margin-bottom: 0;
}
.setting-titletext-2{
  position: relative;
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0;
}
.setting-btn{
  position: relative;
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: normal;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  padding: 7px 10px;
  border: 0;
}
.cancel-sub{
  position: relative;
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: normal;
  border-radius: 5px;
  padding: 7px 10px;
  background-color: #fff;
  border: 1px solid #000;
}
.plan-box{
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.plan-title{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #707070;
  margin-bottom: 0;
}
.plan-category{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #000;
  margin-bottom: 0;
}

.visa-card-box{
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #437CFC;
  background: #437CFC;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.visacard-title{
  position: relative;
  font-family: 'HelveticaNeueBold';
  font-size: 24px;
  font-style: italic;
  line-height: normal;
  color: #fff;
}
.visacard-editicon{
  position: relative;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #437CFC;
  font-size: 14px;
  border-radius: 100px;
  background: #fff;
}
.visa-numertitle{
  position: relative;
  font-family: 'Helvetica';
  font-size: 12px;
  line-height: normal;
  color: #fff;
  margin-bottom: 0;
}
.visa-numertext{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 12px;
  line-height: normal;
  color: #fff;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#settimg-modal-css
--------------------------------------------------------------*/
.settimg-modal .modal-header{
  position: relative;
  border-bottom: 0;
  padding-bottom: 0;
}
.settimg-modal .modal-title{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 18px;
  line-height: normal;
  color: #000;
}
.settimg-modal .form-label{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #000;
  margin-bottom: .5rem;
}

/*--------------------------------------------------------------
#Profile (per-info)-css
--------------------------------------------------------------*/
.profile-box{
  position: relative;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  width: 100%;
}
.profile-box .form-label{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #000;
}
.profile-box .tab-content{
  position: relative;
  padding: 15px;
}
.per-info-box{
  position: relative;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 15px 15px 0px; 
  background: #F4F1EB;
}
.textarea-box{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #a8a8a8;
}
.find-frd-toggle-btn{
  width: 100%;
  position: relative;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  padding: 13px 15px;
  display: flex;
  justify-content: space-between;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #a8a8a8;
}
.per-info-link-box{
  position: relative;
  width: 100%;
  background-color: #F2F3FF;
  border-radius: 5px;
  padding: 15px;
  margin-top: 30px;
}
.form-control-link{
  position: relative;
  font-family: 'Helvetica';
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  line-height: normal;
  border: 1px solid #000;
  padding: 7px 10px;
  background-color: #F2F3FF;
  color: #A8A8A8;
}
.find-frd-link-icon{
  position: relative;
  display: flex;
  align-items: center;
  font-size: 22px;
}
.find-frd-link-icon .bi-person-circle::before{ 
  vertical-align: middle;
}

/*--------------------------------------------------------------
#image (profile)-css
--------------------------------------------------------------*/
.profile-img{
  position: relative;
  width: 100%;
  min-height: 128px;
  max-height: 128px;
  object-fit: cover;
  border-radius: 5px;
}
.profile-img-box {
  position: relative;
  display: flex;
  gap: 15px;
}
.profile-img-box img {
  position: relative;
  border-radius: 5px;
  max-width: 160px;
  min-width: 160px;
  margin-top: -80px;
  object-fit: cover;
  height: 160px;
  margin-bottom: 10px;
}
.pro-img-text{
  position: relative;
  display: flex;
}
.img-txt{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #2b2b2b;
  display: inline-block;
}
.Customer-id-box{
  width: 100%;
}

/*--------------------------------------------------------------
#Toggle-btn (profile)-css
--------------------------------------------------------------*/
.find-frd-toggle-btn .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 16px;
}
 
.find-frd-toggle-btn .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
 
.find-frd-toggle-btn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #414141;
  -webkit-transition: .4s;
  transition: .4s;
}
 
.find-frd-toggle-btn .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}
 
input:checked + .find-frd-toggle-btn .slider {
  background-color: #414141;
}
 
input:focus + .find-frd-toggle-btn .slider {
  box-shadow: 0 0 1px #414141;
}
 
input:checked + .find-frd-toggle-btn .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
 
/* Rounded sliders */
.find-frd-toggle-btn .slider.round {
  border-radius: 34px;
}
 
.find-frd-toggle-btn .slider.round:before {
  border-radius: 50%;
}


/*--------------------------------------------------------------
#Profile (job-details)-css
--------------------------------------------------------------*/
.job-details-box{
  position: relative;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
}
.deatails-img-box{
  position: relative;
  gap: 15px;
  display: flex;
  align-items: center;
}
.job-profile-ul{
  position: relative;
  display: flex;
  padding-left: 0;
  gap: 15px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
}
.job-profile-ul li{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #000;
  list-style: none;
}
.job-profile-ul li i{
  color: #707070;
}
.job-deatils-img{
  position: relative;
  border-radius: 100px;
  max-width: 66px;
  height: 66px;
  object-fit: cover;
}
.details-box-title{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 18px;
  line-height: normal;
  color: #000;
}
.deatils-text{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #707070;
}
.job-details-ul li{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #707070;
  margin-top: 10px;
}
.job-action-btn{
  position: absolute;
  right: 13px;
  top: 10px;
  font-size: 14px;
  color: #444;
  z-index: 1;
}
.job-action-btn .delete-icon{
  color: #DC3545;
}
.job-action-btn-group{
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 14px;
  color: #444;
  z-index: 1;
}
.job-action-btn-group .delete-icon{
  color: #DC3545;
}

.camera-icon {
  position: absolute;
  background: #fff;
  display: flex;
  width: 22px;
  height: 22px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  right: 0;
  border-radius: 50px;
  bottom: 0;
  color: #707070;
}

/*--------------------------------------------------------------
#Profile (Experience)-css
--------------------------------------------------------------*/
.education-box{
  position: relative;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 0px 0px 15px;
}
.experience-list-box{
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 10px;
}
.experience-title{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 18px;
  line-height: normal;
  color: #000000;
}
.experience-companyname{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: 27px;
  color: #707070;
}
.experience-date{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #000;
}
.experience-date i{
  font-size: 16px;
  color: #000;
  margin-right: 10px;
}
.add-btn{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  padding: 5px 10px;
}


/*--------------------------------------------------------------
#Profile (education)-css
--------------------------------------------------------------*/
.education-warning-box{
  position: relative;
  display: flex;
  gap: 15px;
}
.education-warning-text{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}


/*--------------------------------------------------------------
#Profile (profile-check)-css
--------------------------------------------------------------*/
.pro-check-title{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 18px;
  line-height: normal;
}
.profile-check-complete{
  position: relative;
  font-family: 'Helvetica';
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  line-height: normal;
  border: 1px solid #E6E6E6;
  padding: 7px 10px;
  color: #000000;
}
.my-profile-btn{
  position: relative;
  width: 100%;
  font-family: 'HelveticaNeueMedium';
  font-size: 16px;
  line-height: normal;
  color: #fff;
  background-color: #2b2b2b;
  border-radius: 5px;
  padding: 10px 20px;
  justify-content: center;
  border: 0;
  bottom: 0;
}



/*--------------------------------------------------------------
#Profile (skills)-css
--------------------------------------------------------------*/
.all-skills-box{
  position: relative;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 25px;
}
.skills-title-box{
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}
.skills-icon-box{
  position: relative;
  background-color: #EEEEEE;
  border-radius: 10px;
  width: 38px;
  height: 38px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-skills-box{
  position: relative;
  display: flex;
  gap: 10px;
  list-style: none;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 10px;
}
.top-skills-box li{
  position: relative;
  font-family: 'Helvetica';
  border-radius: 5px;
  font-size: 14px;
  line-height: normal;
  border: 1px solid #E6E6E6;
  padding: 10px;
  color: #000000;
}
.top-skills-title{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #707070;
  margin-bottom: 0;
  margin-top: 25px;
}


/*--------------------------------------------------------------
#Profile (goals)-css
--------------------------------------------------------------*/
.goals-title{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #000000;
  margin-bottom: 0;
  margin-top: 15px;
}
.goals-anstext{
  position: relative;
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: normal;
  color: #707070;
  margin-bottom: 0;
  margin-top: 5px;
}


/*--------------------------------------------------------------
#Profile (warning-footer)-css
--------------------------------------------------------------*/
.profile-page-warning{
  position: relative;
  display: flex;
  gap: 15px;
}
.profile-page-warningtext{
  position: relative;
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: 20px;
}


/*--------------------------------------------------------------
#primary-modal csss
--------------------------------------------------------------*/
.primary-modal .modal-header{
  position: relative;
  border-bottom: 0;
  padding-bottom: 0;
}
.primary-modal .modal-title{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 18px;
  line-height: normal;
  color: #000;
}
.primary-modal .form-label{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #000;
  margin-bottom: .5rem;
}
.primary-modal .contact-info-box{
  position: relative;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 15px;
}
.primary-modal .add-more-input-group{
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.add-more-input-group .delete-icon{
  color: #DC3545;
}


/*--------------------------------------------------------------
#primary-modal (edit profile) css
--------------------------------------------------------------*/
.modal-body{
  max-height: calc(90vh - 80px);
  overflow: auto;
}
 
.primary-modal .profile-picture-box{
  position: relative;
  text-align: center;
  align-items: center;
}
.primary-modal .edit-profile-title{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 22px;
  line-height: normal;
  color: #000000;
  margin-top: 25px;
}
.primary-modal .edit-profile-subtitle{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 18px;
  line-height: normal;
  color: #707070;
  margin-top: 10px;
}
.primary-modal .upload-profile-btn{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #E6E6E6;
  padding: 8px 10px;
  margin-top: 25px;
}

.pr-edit-imgbox {
  position: relative;
  max-width: 140px;
  margin: auto;
}
.pr-edit-imgbox .job-deatils-img{
  max-width: 140px;
  height: 140px;
}
.primary-modal .pr-edit-icon{
  position: absolute;
  background: #fff;
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  left: 0;
  border-radius: 50px;
  bottom: 0;
  color: #000000;
}
.primary-modal .pr-delete-icon{
  position: absolute;
  background: #fff;
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  right: 0;
  border-radius: 50px;
  bottom: 0;
  color: #DC3545;
}

.primary-modal .noramltext{
  position: relative;
  font-family: 'Helvetica';
  font-size: 18px;
  line-height: normal;
  color: #707070;
}

.modal-radio .form-group{
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.relevant-job-checkbox-ul{
  padding-left: 0;
}
.relevant-job-checkbox-ul li{
  list-style: none;
  margin-bottom: 10px;
}
.relevant-job-checkbox-ul li label{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #A8A8A8;
  padding-left: 5px;
}
.job-location-optionbox{
  position: relative;
  padding: 15px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  margin-bottom: 15px;
}
.job-location-selected{
  border: 1px solid #000;
}
.job-option-title{
  position: relative;
  font-family: 'Helvetica';
  font-size: 18px;
  line-height: normal;
  color: #000;
}
.job-option-text{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #a8a8a8;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#Profile-edit-skill (css)
--------------------------------------------------------------*/
.edit-pr-top-skills-title{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}
.edit-pr-top-skills-box{
  position: relative;
  display: flex;
  gap: 10px;
  list-style: none;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 10px;
  color: #A8A8A8;
}
.edit-pr-top-skills-box li{
  position: relative;
  font-family: 'Helvetica';
  border-radius: 5px;
  font-size: 16px;
  line-height: normal;
  border: 1px solid #E6E6E6;
  padding: 10px;
  color: #A8A8A8;
}
.edit-pr-top-skills-box .role_selected_box{
  position: relative;
  font-family: 'Helvetica';
  border-radius: 5px;
  font-size: 16px;
  line-height: normal;
  border: 1px solid #000;
  padding: 10px;
  color: #000;
}
.close-icon{
  position: relative;
  font-size: 18px;
}
.plus-icon-icon{
  position: relative;
  font-size: 18px;
}
.edit-pr-important-hilightbox{
  position: relative;
  display: flex;
  gap: 5px;
  width: 100%;
  padding: 10px 20px;
  background-color: #F2F3FF;
  border-radius: 5px;
  margin-bottom: 10px;
}
.primary-modal .edit-pr-prof-bac{
  position: relative;
  display: flex;
  gap: 15px;
}
.edit-checkbox{
  position: relative;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.checkbox{
  position: relative;
  height: 16px;
  width: 16px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
}
.primary-modal .edit-languages-row{
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
}
.edit-languages-row .delete-icon{
  color: #DC3545;
}


/*--------------------------------------------------------------
#edit-Profile-check (css)
--------------------------------------------------------------*/
.edit-pro-check{
  position: relative;
  text-align: center;
  align-items: center;
}
.pr-check-icon{
  position: relative;
  font-size: 20px;
  color: #ffac33;
}
.edit-pr-check-title{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 18px;
  line-height: normal;
  color: #000000;
  margin-top: 15px;
}
.edit-pr-check-text{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 18px;
  line-height: normal;
  color: #707070;
}
.edit-pr-check-subtext{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #000000;
}
.edit-pr-prof-bac .form-select{
  position: relative;
  max-width: 170px;
}
.pro-bac-textarea{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #A8A8A8;
  min-height: 150px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 15px;
}
.pro-bac-textarea:focus{
  outline: 0;
}
.profile-check-box{
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.profile-subtext{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #707070;
}
.profile-check-box i{
  color: #707070;
  font-size: 16px;
}
.profile-check-box .check-icon{
  color: #008000;
  font-size: 16px;
}


.table tbody .sec-color {
  color: #000000;
}

/*--------------------------------------------------------------
#pricing-css
--------------------------------------------------------------*/
.basicplan-box{
  position: relative!important;
  width: 100%!important;
  box-shadow: 0px 4px 32px rgba(17, 17, 26, 0.05), 0px 8px 48px rgba(17, 17, 26, 0.05)!important;
  border-radius: 10px!important;
  padding: 15px!important;
  background-color: #fff!important;
  height: 100%;
}
.pricing-title{
  position: relative!important;
  font-family: 'InstrumentSans-SemiBold';
  font-size: 32px!important;
  color: #2B2B2B!important;
  margin-bottom: 5px!important;
}
.prcingplan-tag{
  position: relative!important;
  background-color: #2b2b2b!important;
  font-family: 'InstrumentSans-Bold';
  font-size: 12px!important;
  color: #fff!important;
  border-radius: 3px!important;
  padding: 4px 12px!important;
  display: inline-block;
  margin-bottom: 15px;
}
.pricing-plaantext{
  position: relative !important;
   font-family: 'InstrumentSans-Bold';
  color: #2B2B2B !important;
  font-size: 40px !important;
  padding: 25px 0px !important;
  margin-bottom: 0 !important;
}
.pricing-detais-text{
  position: relative!important;
  font-family: 'InstrumentSans-Regular';
  font-size: 15px!important;
  color: #2B2B2B!important;
  height: 65px;
}
.pricing-startbtn{
  position: relative!important;
  width: 100%!important;
  font-family: 'InstrumentSans-SemiBold';
  font-size: 18px!important;
  color: #fff!important;
  background-color: #2b2a2b!important;
  border: 0!important;
  border-radius: 5px!important;
  padding: 10px 15px!important;
  display: inline-block!important;
  text-align: center !important;
  box-shadow: 0 .5px 1.1px rgba(43, 42, 43, .12), 0 1.3px 2.8px rgba(43, 42, 43, .17), 0 2.7px 5.5px rgba(43, 42, 43, .21), 0 5.5px 11.1px rgba(43, 42, 43, .26), 0 15px 29px rgba(43, 42, 43, .39);
}
.pricing-details-ul{

  position: relative!important;
  margin-top: 30px!important;
  margin-bottom: 0!important;
  padding-left: 0!important;
}
.pricing-details-ul li{
  position: relative!important;
  width: 100%!important;
  font-family: 'InstrumentSans-Regular';
  font-size: 16px!important;
  color: #2B2B2B!important;
  margin-bottom: 10px!important;
  list-style: none!important;
}
.pricing-details-ul li i::before{
  font-size: 18px!important;
  font-weight: bolder !important;
}
.pricing-details-ul li .bi-x::before{
  color: #e86c5f;
}
.pricing-details-ul .bi-check-lg::before{
  color: #71C471;
}

.Premiumplan-box{
  position: relative!important;
  width: 100%!important;
  box-shadow: 0px 4px 32px rgba(17, 17, 26, 0.05), 0px 8px 48px rgba(17, 17, 26, 0.05)!important;
  border-radius: 10px!important;
  padding: 15px!important;
  background-color: #fff!important;
  border: 1px solid #FF8C42;
}
.Premiumplan-box .pricing-title{
  font-family: 'InstrumentSans-Bold';
}
.Premiumplan-box .pricing-startbtn{
  color: #fff!important;
  background-color: #FF8C42!important;
  box-shadow: 0 .5px 1.1px rgba(255, 140, 66, .12), 0 1.3px 2.8px rgba(255, 140, 66, .17), 0 2.7px 5.5px rgba(255, 140, 66, .21), 0 5.5px 11.1px rgba(255, 140, 66, .26), 0 15px 29px rgba(255, 140, 66, .39);
}


/* CSS Added for Front end custom required by yogesh */
#milestone-navigation-tab .tab-content
{
      padding: 10px;
    border: 1px solid #e2e6ee;
    margin-top: 10px;
    border-radius: 5px;
}

#milestone-video.modal.fade .modal-dialog
{
  transform: translate(0, -25%)!important;
}
.all-step-linebox
{
  max-height: none!important;
}



/*--------------------------------------------------------------
#dashboard-css
--------------------------------------------------------------*/
.dashboard-card{
  position: relative;
  border-radius: 20px;
  margin-bottom: 20px;
  border: 1px solid #D9E1D6;
  background-color: #fff;
}
.dashboard-card-dark{
  position: relative;
  border-radius: 20px;
  margin-bottom: 20px;
  border: 1px solid #D9E1D6;
  background-color: #2B2A2B;
}
.dashboard-title{
  position: relative;
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 18px;
  color: #000;
  padding: 15px 20px 0px;
  margin-bottom: 0;
}
.dashboard-card-dark .dashboard-title{
  color: #fff;
}
.current-title{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 18px;
  color: #707070;
}
.dashboard-curretstep-box{
  position: relative;
  padding: 15px;
}
.dashboard-curretstep-box .flex-box{
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}
.dashboard-curretstep-box .step-content{
  margin-left: 10px;
}
.dashboard-curretstep-box .navigation-step-userimg{
  /* max-width: 40px; */
  width: 40px;
    height: 40px;
}
.dashboard-curretstep-box .milestones-title{
  font-size: 16px;
}
.dashboard-curretstep-box .all-step-linebox {
  margin-left: 15px;
  margin-top: 10px;
}
.dashboard-curretstep-box .proccess-stepicon{
  font-size: 20px;
}
.dashboard-curretstep-box .step-name-text{
  font-size: 14px;
  padding-right: 10px;
}
.dashboard-curretstep-box .step{
  margin: 5px 0;
}
.dashboard-curretstep-box .goto-stepbtn {
  font-size: 12px;
  color: #2b2b2b;
}
.milestone-complete-text{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 14px;
  color: #707070;
  margin-bottom: 0;
}
.dash-process-box {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
.dash-process-box .progressbar {
  margin: auto;
  width: 130px;
  height: 130px;
}


.fum_map{
  position: relative;
  height: 300px;
  margin-bottom: 10px;
}
.dash_pad15{
  position: relative;
  padding: 15px;
}
.relocation-date-box{
  position: relative;
  margin-bottom: 15px;
}
.relocation-date-box .title{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #000;
  margin-bottom: 4px;
}
.relocation-date-box .date{
  position: relative;
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: normal;
  color: #707070;
  margin-bottom: 0;
}
.relocation-edit-icon{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #000;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.relocation-edit-icon .bi-pencil-square {
  position: relative;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.welcome-video-img{
  position: relative;
  width: 100%;
  min-height: 350px;
  max-height: 350px;
  object-fit: fill;
  border-radius: 10px;
}
.navigation-academy-video-img{
  position: relative;
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  object-fit: fill;
  border-radius: 10px;
  margin-bottom: 10px;
}
.progress-bar{
  background-color: #2B2A2B;
}
.profile-dashimg{
  position: relative;
  width: 100%;
  min-height: 150px;
  max-height: 150px;
  object-fit: fill;
  border-radius: 10px;
}
.profile-dashimg-dp{
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 5px solid #fff;
  object-fit: cover;
  margin-top: -50px;
}
.dashboard-card .profile-name{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 18px;
  color: #000;
  padding-top: 15px;
  /* min-height: 335px; */
}
.profile-step .progress-bar {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-direction: row;
  background-color: transparent;
}
.profile-step .segment {
  width: 40px;
  height: 8px;
  border-radius: 4px;
  background-color: #937e7e;
}
.profile-step .segment.completed {
  background-color: #69a7f9;
}
.dashboard-card .partner-logo{
  max-height: 30px;
  min-height: 30px;
}
.community-dashbtn img{
  position: relative;
  max-width: 22px;
  margin-right: 10px;
}
.community-dashbtn{
  position: relative;
  width: 100%;
  font-family: 'Helvetica';
  font-size: 14px;
  line-height: normal;
  color: #fff;
  background-color: #3E3D3F;
  border-radius: 5px;
  padding: 9px 15px;
  margin-bottom: 15px;
}
.community-slider-box{
  padding: 0px 15px;
}
.community-slider-box img{
  position: relative;
  width: 100%;
  min-height: 150px;
  max-height: 150px;
  object-fit: cover;
  border-radius: 5px;
}

.services-slider-box {
  text-align: center;
}
.services-slider-box .partner-logo{
  width: 100%;
}

.delete-document-btn{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 16px;
  line-height: normal;
  color: #ED3C37;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  padding: 8px 10px;
  margin-left: 10px;
  cursor: pointer;
}
.delete-document-btn:hover{
  border: 1px solid #F9FAFB;
  background-color: #F9FAFB;
}

.download-btn{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 16px;
  line-height: normal;
  color: #2b2b2b;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  padding: 8px 10px;
  margin-left: 10px;
  cursor: pointer;
}
.download-btn:hover{
  border: 1px solid #F9FAFB;
  background-color: #F9FAFB;
}


/*--------------------------------------------------------------
#new-css
--------------------------------------------------------------*/
.quick-actionbox{
  position: relative;
  border: 1px solid #FF8C42;
  width: 100%;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
  cursor: pointer;
}
.quick-actionbox:hover{
  position: relative;
  background-color: #FF8C42;
}
.quick-actionbox:hover i, .quick-actionbox:hover h4, .quick-actionbox:hover p{
  color: #fff;
}
.quick-actionbox i{
  position: relative;
  font-size: 18px;
  color: #2b2b2b;
}
.quick-actionbox h4{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 16px;
  line-height: normal;
  color: #2b2b2b;
}
.quick-actionbox p{
  position: relative;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: normal;
  color: #707070;
  margin-bottom: 0;
}
.goto-stepbtn:hover{
  color: #fff;
  border: 1px solid #2b2b2b;
  background-color: #2b2b2b;
}
.filter-title:hover{
  border: 1px solid #2b2b2b;
  background-color: #2b2b2b;
  color: #fff;
}
.form-switch label
{
  color:#000;
}
#BookSupportCallModal .modal-body, #BookOnboardingCallModal .modal-body
{
  max-height: max-content!important;
}
.btn-edit-banner-profile
{
    float: right;
    z-index: 99;
    top: 5px;
    right: 10px;
}
/* VIsa Navigator Cutom Styling */
.NavigationQuestionWrapper
{
  /* width: 74%;
  margin-left: 13%;
  min-width: 400px;  */
}
.NavigationQuestionWrapper h5.VN_question_title
{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    
    /* min-width: 400px; */
    margin-top: 20px;
    margin-bottom: 25px;
}
.NavigationQuestionWrapper .form-check
{
  background: #f9fafb;
    border: 1px solid #2b2b2b;
    padding: 10px;
    /* width: max-content; */
    min-width: 100px;
    text-align: center;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 16px;
}
.NavigationQuestionWrapper .form-check-input[type=radio]
{
  display: none;
}
.NavigationQuestionWrapper .form-check:hover
{
  background-color: #2b2b2b;
  color: #fff;

}
.NavigationQuestionWrapper .alert
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.NavigationQuestionWrapper .alert p
{
  margin-top: 15px;
}
.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right
{
  display: none;
}
.all-step-linebox2 {
  position: relative;
  margin-left: 65px;
  max-height: 200px;
  overflow: auto;
  margin-bottom: 20px;
}
.all-step-linebox2::before {
  content: "";
  position: absolute;
  left: 11px;
  width: 2px;
  height: 100%;
  background: #707070;
}
.mt-25p
{
  margin-top: 25px;
}
.min-height-400p
{
  min-height: 400px;
}
.min-height-365p
{
  min-height: 365px;
}


.custom-ms-step-sub-section{
  align-items: center;
  margin-top: 15px !important;
  padding: 10px 20px !important;
}
.custom-ms-step-sub-section p{
  margin-bottom: 0;
}
.custom-ms-step-sub-section a{
  margin: 0 !important;
}
.prcingplan-tag.hidden-tag
{
  opacity:0;
}
.locked
{
  pointer-events: none;
  cursor: default;
  filter: blur(5px);
   /* Prevent text selection */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Safari */
    -khtml-user-select: none;    /* Konqueror HTML */
    -moz-user-select: none;      /* Old Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;    
}


.navigation-manager-icon{
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #F9FAFB;
  color: #2B2A2B;
  justify-content: center;
  align-items: center;
  border: 0;
  font-size: 26px;
}

.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true]{
  background-color: #F9FAFB;
  color: #2b2b2b;
}

.iti{
  width: 100%;
}

.my-navigation-process-mainbox{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.my-navigation-process-mainbox .goto-stepbtn{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
}
.ob_save_n_continue_btn
{
  position: relative;
  font-family: 'HelveticaNeueMedium';
  font-size: 14px;
  line-height: normal;
  color: #fff;
  background-color: #FF8C42;
  border-radius: 5px;
  padding: 8px 10px;
  border: 1px solid #FF8C42;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
}
.ob_save_n_continue_btn:hover{
  color: #2b2b2b;
  background-color: #F9FAFB;
  border: 1px solid #FF8C42;
}

/* Restrict for copy & paste */
body {
      -webkit-user-select: none; /* Chrome, Safari, Opera */
      -moz-user-select: none;    /* Firefox */
      -ms-user-select: none;     /* Internet Explorer/Edge */
      user-select: none;         /* Standard syntax */
  }

button.btn.btn-dark.add-document {
  width: 45px;
  height: 45px;
  font-size: 20px;
}
button.btn.btn-danger.remove-document {
  width: 45px;
  height: 45px;
  font-size: 20px;
}
.select2-container--bootstrap4 .select2-selection--single{
  height: auto !important;
  padding: 12px 15px;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered{
  line-height: normal !important;
  padding: 0;
}
.select2-container--bootstrap4 .select2-selection__clear{
  width: 1em !important;
  height: 1em !important;
  line-height: 16px !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  position: absolute!important;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder{
  line-height: normal !important;
}

.percentage-text{
  position: relative;
  background-color: #f2f2f2;
  font-family: 'Helvetica';
  font-size: 12px;
  color: #333;
  border-radius: 4px;
  padding: 5px 8px;
  text-transform: uppercase;
  display: inline-block;
}
.percentage-text.hidden-tag
{
  opacity:0;
}
.prcingplanday-tag{
  position: relative!important;
  background-color: transparent;
  font-family: 'InstrumentSans-Bold'!important;
  font-size: 12px!important;
  color: #333;
  border-radius: 3px!important;
  padding: 4px 0px!important;
  display: inline-block;
  margin-bottom: 15px;
}