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

.montserrat-font {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
body{
  font-family: "Montserrat", sans-serif;
  background: rgba(51, 83, 102, 1);
}
.bg-off-white{
  background-color: rgba(241, 241, 241, 1);
}
.bg-light-gray{
  background-color: rgba(245, 245, 245, 1) !important;
}
.light-blue-bg{
  background-color: rgba(174, 220, 248, 0.3);
}
.bg-light-transparent{
  background-color: rgba(255, 255, 255, 0.2);
}
.text-primary{
  color: rgba(51, 83, 102, 1) !important;
}
.inner-input-shadow{
  box-shadow: 0.94px 1.88px 3.75px 0px rgba(106, 106, 106, 0.25) inset;
  border: 0.94px solid rgba(188, 188, 188, 1);
}
.custom-textbox-icon{
	position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  z-index: 9;
  border: none !important;
  background: none !important;
	color: #146C94;
}
.custom-textbox{
	background: var(--white, #FFF) !important;
  border: 0px !important;
	margin:0px !important;
	border-left:none;
	padding-top:10px;
	padding-bottom:10px;
}
.form-floating>label{
  z-index: 9;
}
.form-floating>label::after{
  background-color: transparent !important;
}
.form-floating>input,.form-floating>select{
  font-weight: 500;
  padding-top: 1.8rem !important;
}
.form-floating>input:read-only{
  background-color: rgba(248, 248, 248, 1);
}
.form-floating>.form-control:focus{
  box-shadow: none;
  border-color: rgba(118, 163, 189, 1);
}
.form-floating:focus > .custom-textbox-icon{
  box-shadow: none;
  border-color: rgba(118, 163, 189, 1)  !important;
}
.remind-me{
  float: left;
  display: flex;
}
.remind-me small{
  font-size: 14px;
  font-weight: 600;
}
a{
  color:rgba(255, 56, 56, 1);
  text-decoration: none;
}
.login-btn{
  background: rgba(51, 83, 102, 1);
  color: #ffffff;
  border-radius: 20px;
  width: 100% !important;
  border: 1px solid rgba(51, 83, 102, 1);    
  font-size: 18px;
  font-weight: 500;
}
.login-btn:hover{
  color: rgba(51, 51, 51, 1);
  border: 1px solid rgba(51, 83, 102, 1);
}
.create-account a{
  font-size: 18px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}
.copyright-text{
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  padding: 4px 0px;
}


.forget-list{
    font-size: 14px;
    padding-left: 18px;
}
.forget-list li::marker{
    font-size: 8px;
}

.otp-input-section{
  width: fit-content;
}
.otp-input {
  width: 60px;
  height: 60px;
  font-size: 40px;
  text-align: center;
  margin-right: 25px;
  color:#ffffff;
  border: 2px solid rgba(118, 163, 189, 1);
}

.otp-input:focus{
  color: #ffffff;
  box-shadow: none;
  border: 2px solid rgba(118, 163, 189, 1);
  caret-color: #000;
}
input[type="number"].filled {
  background-color: rgba(51, 83, 102, 1);
}
.otp-input::-webkit-outer-spin-button,
.otp-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.otp-input.input[type=number] {
  --moz-appearance: textfield;
}
.otp-resend-text{
  color: rgba(51, 51, 51, 1);
}
.otp-input:last-child {
  margin-right: 0;
}





input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  --moz-appearance: textfield;
}
.custom-file-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-size: 15px;
}
.custom-file-input input[type="file"] {
  display: none;
}
.custom-file-input label {
  margin: 0;
}
.custom-file-input .btn-group {
  margin-left: 10px;
}

.btn-file-upload{
  background: rgb(51 83 102);
  color: #ffffff;
  border-radius: 5px !important;
  margin-right: 8px !important;
  padding: 0.5rem;
  width: 47px;
  height: 47px;
}
.btn-file-upload:hover{
  background: rgb(51 83 102);
  color: #ffffff;
}

.btn-file-upload:focus, 
.btn-file-upload:focus-visible, 
.btn-file-upload:active{
  background: rgb(51 83 102) !important;
  color: #ffffff;
}
.font-500{
  font-weight: 500;
}
.font-600{
  font-weight: 600;
}
.font-700{
  font-weight: 700;
}

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

.have-account a{
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  color: rgba(51, 51, 51, 1);
}



/* Dashboard  */



.app-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(51, 83, 102, 1);
  border-bottom: 1px solid #b3b3b3;
  z-index: 1030;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .app-header {
    padding-right: 30px;
  }
}

@media print {
  .app-header {
    display: none;
  }
}

.app-header__logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
  padding: 10px 15px;
  font-size: 26px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .app-header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: 230px;
  }
}

.app-sidebar__toggle {
  padding: 0 15px;
  font-family: bootstrap-icons !important;
  color: #ffffff;
  line-height: 2.4;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

@media (max-width: 991px) {
  .app-sidebar__toggle {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.app-sidebar__toggle:before {
  content: "\f479";
  font-size: 21px;
}

.app-sidebar__toggle:focus,
.app-sidebar__toggle:hover {
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
}

.app-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .app-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.app-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding-top: 84px;
  width: 230px;
  overflow: auto;
  z-index: 10;
  background-color: rgba(51, 83, 102, 1);
  -webkit-transition: left 0.3s ease, width 0.3s ease;
  transition: left 0.3s ease, width 0.3s ease;
}

.app-sidebar::-webkit-scrollbar {
  width: 6px;
}

.app-sidebar::-webkit-scrollbar-thumb {
  background: rgba(51, 83, 102, 1);
}

@media print {
  .app-sidebar {
    display: none;
  }
}

@media (max-width: 767px) {
  .app-sidebar__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
  }
}

.app-menu {
  margin-bottom: 0;
  padding-bottom: 40px;
  list-style: none;
  padding: 5px;
}

.app-menu__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 11px;
  font-size: 16px;
  border-left: 3px solid transparent;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  margin: 10px 0;
  border-radius: 26px;
}

.app-menu__item.active,
.app-menu__item:hover,
.app-menu__item:focus {
  background-color: rgba(118, 163, 189, 1);
  text-decoration: none;
  color: #ffffff;
}

.app-menu__item.active .app-menu__icon,
.app-menu__item:hover .app-menu__icon,
.app-menu__item:focus .app-menu__icon{
  color: #ffffff;
}

.app-menu__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 22px;
  padding-left: 3px;
  height: 22px;
}

.app-menu__label {
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 5px;
}
.treeview {
  margin-bottom: -12px;
  margin: auto;
}
.treeview.is-expanded{
  background: rgba(100, 124, 139, 1);
  border-radius: 24px;
  margin-bottom: 5px;
}
.treeview.is-expanded [data-toggle=treeview] {
  background: rgba(118, 163, 189, 1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.treeview.is-expanded .treeview-menu {
  max-height: 100vh;
}
.app-menu__item>.treeview-indicator{
  margin: 0;
}
.treeview.is-expanded .treeview-indicator {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.treeview-menu {
  max-height: 0;
  overflow: hidden;
  background: transparent;
  color: #ffffff;
  list-style: none;
  padding-left: 8px;
  padding-right: 8px;
}

.treeview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  text-decoration: none;
  color: #fff;
  border-radius: 18px;
  margin-bottom: 10px;
  font-size: 15px;
  border: 1px solid transparent;
  padding-left: 40px;
  padding-right: 8px;
  padding-top: 12px;
  padding-bottom: 2px;
}

.treeview-item.active-v1,
.treeview-item:hover,
.treeview-item:focus {
  background: transparent;
  border-color: rgba(174, 220, 248, 1);
  text-decoration: none;
  color: #fff;
  
}
.treeview-item.active-v2{
  background: rgba(174, 220, 248, 1);
  text-decoration: none;
  color: #000;
}

.treeview-item .icon {
  margin-right: 5px;
}

.treeview-indicator {
  font-size: 14px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.treeview-item-list-style{
  display: list-item;
  list-style: circle;
}

.treeview-item-list-style::marker{
  font-size: 30px;
  line-height: 0;
}
.treeview-item-text{
  position: relative;
  left: -10px;
  top: -4px;
}

/* Indicators */
.treeview-indicator {
  margin-top: -8px;
  margin-left: auto;
}

/* Level 2 */
.treeview-menu {
  display: none;
  list-style: none;
}

.treeview.is-expanded > .treeview-menu {
  display: block;
}

/* Level 3 */
.treeview-submenu {
  display: none;
  list-style: none;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sidebar-mini.sidenav-toggled .treeview-submenu{
    position: relative !important;
    left: 0 !important;
    min-width:auto !important;
  }
  .sidebar-mini.sidenav-toggled .treeview-submenu-3{
    position: relative !important;
    left: 0 !important;
    min-width:auto !important;
  }
}
.treeview-menu .treeview.is-expanded > .treeview-submenu {
  display: block;
}
.treeview-submenu>.treeview >.treeview-item>.treeview-item-list-style{
  list-style:disc;
}
/* Level 4 */
.treeview-submenu-2 {
  display: none;
  list-style: none;
}

.treeview-submenu .treeview.is-expanded > .treeview-submenu-2 {
  display: block;
}
.treeview-submenu-3>li>a{
  padding-left: 26px;
  margin-left: 10px;
}

.sidebar-mini.sidenav-toggled .app-menu li{
  background: transparent;
  border-radius: 24px;
  padding-bottom: 0px;
}
.app-content>.bg-white{
  min-height:500px;
}
@media (min-width: 768px) {
  .app.sidenav-toggled .app-content {
    margin-left: 0;
  }

  .app.sidenav-toggled .app-sidebar {
    left: -230px;
  }

  .app.sidenav-toggled .app-sidebar__overlay {
    visibility: hidden;
  }
}

@media (max-width: 767px) {
  .app {
    overflow-x: hidden;
  }

  .app .app-sidebar {
    left: -230px;
  }

  .app .app-sidebar__overlay {
    visibility: hidden;
  }

  .app.sidenav-toggled .app-content {
    margin-left: 0;
  }

  .app.sidenav-toggled .app-sidebar {
    left: 0;
  }

  .app.sidenav-toggled .app-sidebar__overlay {
    visibility: visible;
  }
}

@media (min-width: 768px) {

  .sidebar-mini.sidenav-toggled .app-sidebar__user-name,
  .sidebar-mini.sidenav-toggled .app-sidebar__user-designation,
  .sidebar-mini.sidenav-toggled .treeview-indicator {
    display: none;
  }

  .sidebar-mini.sidenav-toggled .app-sidebar__user-avatar {
    width: 30px;
    height: 30px;
  }

  .sidebar-mini.sidenav-toggled .app-content {
    margin-left: 50px;
  }

  .sidebar-mini.sidenav-toggled .app-sidebar {
    left: 0;
    width: 60px;
    overflow: hidden;
  }

  .sidebar-mini.sidenav-toggled .app-sidebar:hover {
    overflow: visible;
  }

  .sidebar-mini.sidenav-toggled .app-menu__item {
    overflow: hidden;
  }

  .sidebar-mini.sidenav-toggled .app-menu__item:hover {
    overflow: visible;
  }

  .sidebar-mini.sidenav-toggled .app-menu__item:hover .app-menu__label {
    opacity: 1;
  }

  .sidebar-mini.sidenav-toggled .app-menu__item:hover+.treeview-menu {
    visibility: visible;
  }

  .sidebar-mini.sidenav-toggled .app-menu__label {
    display: block;
    position: absolute;
    top: 0;
    left: 24px;
    min-width: 238px;
    padding: 17px 5px 17px 31px;
    margin-left: -3px;
    line-height: 1;
    border:0px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    opacity: 0;
    background: rgba(118, 163, 189, 1);
    width: 100%;
    z-index: -1;
  }

  .sidebar-mini.sidenav-toggled .app-menu li{
    position: relative;
    z-index: 1;
  }
  .sidebar-mini.sidenav-toggled .treeview:hover .app-menu__item {
    overflow: visible;
    background: rgba(118, 163, 189, 1);
    color: #ffffff;
  }

  .sidebar-mini.sidenav-toggled .treeview:hover .app-menu__label {
    opacity: 1;
  }

  .sidebar-mini.sidenav-toggled .treeview:hover .treeview-menu {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
    z-index: -2;
    margin-top: -58px;
    margin-left: -5px;
    background: rgba(100, 124, 139, 1);
    padding: 54px 12px 16px 12px;
    border-radius: 25px;
    list-style: none;
  }


  .sidebar-mini.sidenav-toggled .treeview-menu {
    position: absolute;
    left: 50px;
    min-width: 218px;
    padding: 12px 0;
    opacity: 0;
    border-bottom-right-radius: 4px;
    z-index: 9;
    visibility: hidden;
    -webkit-transition: visibility 0.3s ease;
    transition: visibility 0.3s ease;
  }
}

@media (max-width: 991px) {
  .sidebar-mini.sidenav-toggled .app-menu li.search-box-item{
    display: none !important;
  }
}
.dropdown-menu {
  border-radius: 0;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dropdown-menu.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-item .bi,
.dropdown-item .icon {
  margin-right: 5px;
  vertical-align: middle;
}

.btn {
  cursor: pointer;
}

.btn:not([disabled]):not(.disabled):not(.btn-link):hover,
.btn:not([disabled]):not(.disabled):not(.btn-link):focus {
  text-decoration: none;
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.btn[disabled] {
  cursor: not-allowed;
}

.btn .icon,
.btn .bi {
  font-size: 14px;
  margin-right: 5px;
  vertical-align: 0px;
}

.app-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #FFF;
  margin: -30px -30px 30px;
  padding: 20px 30px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media print {
  .app-title {
    display: none;
  }
}

@media (max-width: 480px) {
  .app-title {
    margin: -15px -15px 15px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.app-title h1,
.app-title .h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}

.app-title p {
  margin-bottom: 0;
  font-style: italic;
}

@media (max-width: 480px) {
  .app-title p {
    display: none;
  }
}

.app-breadcrumb {
  margin-bottom: 0;
  text-align: right;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  padding: 0;
  text-align: left;
  padding: 0;
  background-color: transparent;
}

@media (max-width: 480px) {
  .app-breadcrumb {
    margin-top: 10px;
  }
}



.sidebar-dark-icon{
  width: 22px;
  height: 22px;
}


.sidenav-toggled .app-sidebar .app-menu .app-menu__item{
  padding: 14px 11px;
}

.app-content {
  margin-left: 230px;
  min-height: calc(100vh - 100px);
  margin-top: 85px;
  padding: 30px;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}
@media (max-width: 768px) {
  .app-content {
    margin-left: 0;
  }
}



/*  ===== Right Sidebar Menu Style ===== */

.mobile-offcanvas{
  width:100%;
}
.right-menu-btn{
  order:0;
  margin-left: auto;
}

.navbar-nav .nav-item .nav-link{
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: rgba(248, 248, 248, 1);
  padding: 2px 8px;
}
.navbar-nav .nav-item .nav-link img{
  background: rgba(100, 124, 139, 1);
  padding: 4px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 1);
  width: 30px;
  height: 30px;
}

.navbar-nav .nav-item.new-sales-nav-link .nav-link img{
  background: transparent;
  padding: 2px;
  border-radius: 4px;
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
  padding-bottom: 0;
}
.navbar-nav .nav-item.new-sales-nav-link{
  background: rgba(239, 107, 65, 1);
  border-radius: 8px;
  text-wrap: nowrap;
  padding: 0px 10px;
  border-radius: 40px;
  height: fit-content;
  height: 52px;
  max-height: 55px;
}
.navbar-nav .nav-item.new-profile-nav-link .nav-link img{
  background: transparent;
  padding: 2px;
  border-radius: 4px;
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
}
.navbar-nav .nav-item.new-profile-nav-link{
  background: rgba(118, 163, 189, 1);
  border-radius: 8px;
  text-wrap: nowrap;
  padding: 0px 10px;
  border-radius: 40px;
  height: fit-content;
  height: 52px;
  max-height: 55px;

}

.navbar-nav .nav-item.new-profile-nav-link .dropdown-toggle::after{
  content: '';
  display: none !important;
}

.navbar-nav .nav-item.new-profile-nav-link .dropdown-menu{
  left:-100px;
}
.offcanvas-header{ 
  display:none;
}
      
.screen-darken{
  height: 100%;
  width:0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
  z-index:10; 
  transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

.search-box input{
  background: rgba(100, 124, 139, 1);
  border-bottom-left-radius: 28px;
  border-top-left-radius: 28px;
  color: #ffffff;
  border-right: none;
  border-color: transparent;
  padding: 12px 16px;
}
.search-box input::placeholder {
  color: #ffffff;
  opacity: 1;
}
.search-box input:focus{
  background: rgba(100, 124, 139, 1);
  box-shadow: none;
  color: #ffffff;
  border-color: transparent;
}

.search-box button{
  background: rgba(100, 124, 139, 1);
  color: #ffffff;
  border-left: none;
  border-bottom-right-radius: 28px;
  border-top-right-radius: 28px;
  border-color: transparent;
  padding-right: 20px;
}

.search-box button:hover{
  box-shadow: none;
  margin-top: 1px;
  margin-bottom: -1px;
}
.search-box button:focus{
  background: rgba(100, 124, 139, 1);
  border-color: transparent;
}

@media all and (max-width: 991px) {
  .search-box input{
    padding: 8px 14px;
  }
}
/* ============ mobile view ============ */
@media all and (max-width: 991px) {
  
  .offcanvas-header{ display:block; }
  .offcanvas-header .btn-close{
    color: #ffffff;
  }
  .mobile-offcanvas{
    background-color: rgba(51, 83, 102, 1);
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
    visibility: hidden;
    transform:translateX(100%);
      border-radius:0; 
    display:block;
      position: fixed;
      top: 0; right:0;
      height: 100%;
      z-index: 1200;
      width:auto;
      overflow-y: scroll;
      overflow-x: hidden;
      transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .mobile-offcanvas.show{
    visibility: visible;
      transform: translateX(0);
  }
  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
    display: block;
  }
  
  .navbar-nav .nav-item .nav-link{
    margin-bottom: 14px;
  }

}	



/* ===== StoreProfileSettings Page Style ===== */
.StoreQR-Form select{
  padding: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
} 

/* ===== StoreQRCode Page Style ===== */
.StoreQR-Form label{
  font-weight: 600;
  padding: 5px 0px;
}
.StoreQR-Form input{
  padding: 12px;
} 

.share-btn{
  background: #ffffff;
  color: rgba(51, 51, 51, 1);
  border-radius: 30px;
  width: 80% !important;
  border: 1px solid rgba(51, 83, 102, 1);
  font-size: 20px;
  font-weight: 500;
  margin: 10px;
  padding: 10px;
}

.print-btn{
  background: rgba(51, 83, 102, 1);
  color: #ffffff;
  border-radius: 30px;
  width: 80% !important;
  border: 1px solid rgba(51, 83, 102, 1);
  font-size: 20px;
  font-weight: 500;
  margin: 10px;
  padding: 10px;
}
.share-btn img, .print-btn img{
  width: 28px;
  height: 28px;
  margin-right: 2px;
}

.print-btn:hover{
  color: #ffffff;
  border: 1px solid rgba(51, 83, 102, 1);
  background-color: rgba(51, 83, 102, 1);
}



/* ===== MyStoreProfile Page Style ===== */


.task-list{
  list-style: none;
  padding: 0;
}
.task-list li{
  padding-bottom: 10px;
  font-size: 26px;
}
.task-list.v2 li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('icons/red-circle.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
  margin-bottom: -5px;
}
.task-list.v2 li.isComplete::before{
  background-image: url('icons/tick-circle.svg');
}

.task-list.v2 li{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.task-list.v3 li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('icons/red-circle.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
  margin-bottom: -5px;
}
.task-list.v3 li.isComplete::before{
  background-image: url('icons/charm_circle-tick.svg');
}

.task-list.v3 li{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.primary-btn-rounded{
  background: rgba(51, 83, 102, 1);
  color: #ffffff;
  border-radius: 30px;
  width: 80% !important;
  border: 1px solid rgba(51, 83, 102, 1);
  font-size: 20px;
  font-weight: 500;
  margin: 10px;
  padding: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.primary-btn-rounded:hover{
  color: #ffffff;
  border: 1px solid rgba(51, 83, 102, 1);
  background-color: rgba(51, 83, 102, 1);
}


.whatsapp-btn-rounded{
  background: #ffffff;
  color: rgba(51, 83, 102, 1);
  border-radius: 30px;
  width: 80% !important;
  border: 1px solid rgba(233, 233, 233, 1);
  font-size: 18px;
  font-weight: 500;
  margin: 10px;
  padding: 12px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.whatsapp-btn-rounded:hover{
  border: 1px solid rgba(233, 233, 233, 1);
  background-color: #ffffff;
}


.cpb .track{
  stroke: rgba(220, 220, 220, 1);
  stroke-width: 7%; /* must be a percent. */
}

.cpb svg{
  transform: rotate(-90deg);
}

#circle-progress{
  width: auto;
  float: left;
  box-sizing: border-box;
  max-width: 380px;
}

#circle-progress .bar{
  stroke: rgba(174, 220, 248, 1);
  stroke-width: 7.2%;
}
.circle-progress{
  position: relative;
}
.circle-progress-text{

  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  font-family: "Bebas Neue", sans-serif;
}
 
.cpb .track-v2{
  stroke: rgba(220, 220, 220, 1);
  stroke-width: 7%; /* must be a percent. */
}

.circle-progress-v2{
  width: auto;
  float: left;
  box-sizing: border-box;
  max-width: 276px !important;
}

.circle-progress-v2 .bar{
  stroke: rgba(255, 216, 216, 1) !important;
  stroke-width: 7.2%;
}
.circle-progress-title{
  font-size: 56px;
  font-weight: 700;
  font-family: "Bebas Neue", sans-serif;
  color: rgba(51, 83, 102, 1);
  text-align: center;
}
/* ===== MyStorePlan Page Style ===== */


.pricing-card{
  margin: auto;
  max-width: 350px;
  height: 100%;
}

.pricing-task-list li{
  font-size: 16px;
}
.pricing-task-list li::before{
  width: 20px;
  height: 20px;
  margin-right: 2px;
}


.dark-btn-outline{
  background: transparent;
  color: rgba(51, 51, 51, 1);
  border-radius: 2px;
  width: 100% !important;
  border: 1px solid rgba(79, 79, 79, 0.6);
  font-size: 20px;
  font-weight: 500;
  margin: 10px;
  padding: 10px;
}
.dark-btn-outline:hover{
  color: #ffffff;
  border: 1px solid rgba(51, 83, 102, 1);
  background-color: rgba(51, 83, 102, 1);
}
.pricing-card-rupee{
  font-size: 42px;
  text-align: center;
  font-weight: 700;
  margin: 0;
  color: rgba(51, 83, 102, 1);
}
.pricing-card-currency{
  font-weight: 400;
}
.pricing-card-duration{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}
.pricing-hr{
  border-top: 2px solid rgba(85, 142, 153, 1);
}

.premium-pricing{
  background-color: rgba(174, 220, 248, 0.3);
}
.secondary-btn-rounded{
  background: rgba(118, 163, 189, 1);
  color: #ffffff;
  border-radius: 30px;
  width: 80% !important;
  border: 1px solid rgba(118, 163, 189, 1);
  font-size: 20px;
  font-weight: 500;
  margin: 10px;
  padding: 10px;
}
.secondary-btn-rounded:hover{
  color: #ffffff;
  border: 1px solid rgba(118, 163, 189, 1);
  background-color: rgba(118, 163, 189, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


.My-Form select{
  padding: 12px;
  margin-bottom: 10px;
} 

.My-Form label{
  font-weight: 600;
  padding: 5px 0px;
  color: rgba(51, 51, 51, 1);
}
.My-Form input{
  padding: 12px;
} 
.form-btn{
  width: 162px !important;
  margin: 12px 0px;
  font-size: 18px;
}

.form-btn-white{
  background: #ffffff;
  color: rgba(51, 51, 51, 1);
  border-radius: 30px;
  border: 1px solid rgba(51, 83, 102, 1);
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0px;
  padding: 10px;
}

.HeadingWithSearchBox{
  display: flex;
  text-wrap: nowrap;
  align-items: center;
}
@media (max-width: 991px) {
  .HeadingWithSearchBox{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .TableSearchBox{
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto;
  }
  .HeadingWithSearchBox h2{
    width: 100%;
  }
  .HeadingWithSearchBox button.form-btn{
    margin-left: 0;
    margin-right: 0;
  }
}
.TableSearchBox{
  height: 50px;
  max-width: 500px;
}
.TableSearchBox input{
  background: #ffffff;
  border-bottom-left-radius: 28px;
  border-top-left-radius: 28px;
  color: rgba(51, 51, 51, 1);
  border-right: none;
  border-color: rgba(188, 188, 188, 1);
  padding: 12px 16px;
}
.TableSearchBox input::placeholder {
  color: rgba(51, 51, 51, 1);
  opacity: 1;
}
.TableSearchBox input:focus{
  background: #ffffff;
  box-shadow: none;
  color: rgba(51, 51, 51, 1);
  border-color: rgba(188, 188, 188, 1);
}

.TableSearchBox button{
  background: #ffffff;
  color: rgba(51, 51, 51, 1);
  border-left: none;
  border-bottom-right-radius: 28px;
  border-top-right-radius: 28px;
  border-color: rgba(188, 188, 188, 1);
  padding-right: 20px;
}

.TableSearchBox button:hover{
  box-shadow: none;
  margin-top: 1px;
  margin-bottom: -1px;
}
.TableSearchBox button:focus{
  background: rgba(100, 124, 139, 1);
  border-color: transparent;
}

@media all and (max-width: 991px) {
  .TableSearchBox input{
    padding: 8px 14px;
  }
}

.TableResultCounterBox{
  display: flex;
  margin-top: 2rem;
  margin-bottom: -1rem;
  justify-content: space-between;
}
.MyTable  {
  border-collapse: separate;
  border-spacing: 0px 16px !important;
}
.MyTable  th:nth-child(1), .MyTable  td:nth-child(1){
  -webkit-border-radius: 8px 0px 0px 8px; 
  -moz-border-radius: 8px 0px 0px 8px; 
  border-radius: 8px 0px 0px 8px; 
}

.MyTable  th:nth-last-child(1), .MyTable  td:nth-last-child(1){
  -webkit-border-radius: 0px 8px 8px 0px; 
  -moz-border-radius: 0px 8px 8px 0px; 
  border-radius: 0px 8px 8px 0px;
}
.MyTable thead{
  background: rgba(51, 83, 102, 0.06);
  text-wrap: nowrap;
}
.MyTable thead tr th{
  text-align: center !important;
  background: transparent !important;
  border: none !important;
  padding: 16px !important;
}
.MyTable tbody tr td{
  padding: 8px !important;
  box-shadow: inset 1px 1px 4px 1px rgb(106 106 106 / 20%);
  vertical-align: middle;
  text-align: center !important;
  border: 1px solid rgba(188, 188, 188, 1) !important;

}
.MyTable thead tr th .dt-column-order{
  position: relative !important;
  right: 0;
  left: 5px;
  top: 2px !important;
}
table.dataTable thead > tr > th span.dt-column-order:before{
  opacity: 0.25 !important;
  color: rgba(51, 83, 102, 1);
  top: -1px !important;
}
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before{
  opacity: 1 !important;
  color: rgba(51, 83, 102, 1);
}
table.dataTable thead > tr > th span.dt-column-order:after{
  opacity: 0.25 !important;
  color: rgba(51, 83, 102, 1);
}
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after{
  opacity: 1 !important;
  color: rgba(51, 83, 102, 1);
}
.MyTable-btn, .MyTable-btn:hover{
  background: rgba(118, 163, 189, 1);
  color: white;
  font-size: 16px;
  padding: 8px 12px;
  text-wrap: nowrap;
}
.dt-search{
  display: none !important;
}
.MyAccordion .accordion-item, .MyAccordion .accordion-button{
  border-radius: 8px !important;
}
.MyAccordion .accordion-item{
  margin-bottom: 25px;
  border: 1px solid #dee2e6;
}
.MyAccordion .accordion-item .accordion-header .accordion-button::after{
  background-size: 16px;
  height: 16px;
}
.MyAccordion .accordion-item .accordion-header .accordion-button:focus{
  box-shadow:none;
}
.MyAccordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #647c8b;
}


.advertisement-heading {
  font-size: 36px;
  color: rgba(51, 83, 102, 1);
  font-weight: 700;
}
.advertisement-sub-heading{
  font-weight: 600;
  font-size: 24px;

}
.advertisement-table-box{
  width: fit-content;
  box-shadow: 0px 3.17px 6.33px 0px rgba(0, 0, 0, 0.25);
  padding-left: 20px;
  padding-right: 20px;
}
.advertisement-table{
  width: auto;
}
.advertisement-table tr td{
  font-size: 20px;
  padding-left: 0;
}
.advertisement-table tr:last-child td{
  border-bottom: none;
}
.advertisement-table tr td:last-child{
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #dee2e6;
}
.advertisement-list{
  display: flex;
  flex-wrap: wrap;
  max-width: 335px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(51, 83, 102, 1);
}
.advertisement-list-item{
  padding-right: 10px;
  list-style: disc;
  display: list-item;
  margin-left: 20px;
}

.table-alphabet-filter { 
  min-width: 1080px;
  width: 100%;
  padding-bottom: 15px !important;
}
.table-alphabet-filter>button{
  margin-right: 10px;
  border-radius: 8px !important;
  font-size: 14px;
  padding: 0;
  width: 32px !important;
  height: 34px;
  font-weight: 500;
  background: #ffffff;
  border: #ffffff;
  color: #000000;
  box-shadow: 0px 0 5.96px 0px rgb(145 145 145 / 34%);
}

.danger-btn-rounded{
  background: rgba(255, 56, 56, 0.1);
  color: rgba(51, 51, 51, 1);
  border-radius: 30px;
  border: 1px solid rgba(255, 56, 56, 0.1);
  font-size: 18px;
  font-weight: 600;
  margin: 10px;
  padding: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.danger-btn-rounded:hover{
  color: rgba(51, 51, 51, 1);
  border: 1px solid rgba(255, 56, 56, 0.1);
  background-color: rgba(255, 56, 56, 0.1);
}

.success-btn-rounded{
  background: rgba(5, 237, 0, 0.1);
  color: rgba(51, 51, 51, 1);
  border-radius: 30px;
  border: 1px solid rgba(5, 237, 0, 0.1);
  font-size: 18px;
  font-weight: 600;
  margin: 10px;
  padding: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.success-btn-rounded:hover{
  color: rgba(51, 51, 51, 1);
  border: 1px solid rgba(5, 237, 0, 0.1);
  background-color: rgba(5, 237, 0, 0.1);
}
h2.h3{
  color: #000;
  font-weight: 600;
}
.heading-right-text{
  font-size: 20px;
  float: right;
  font-weight: 400;
}
.heading-right-text b{
  font-weight: 500;
}
.heading-text{
  font-size: 18px;
  font-weight: 500;
}


.profile-box{
  background: #ffffff;
  padding: 30px 12px;
  border-radius: 34px;
  box-shadow: 0px 4px 34px 0px rgba(130, 130, 130, 0.25);
}
.profileMxWidth{
  max-width: 340px;
  margin: auto;
}
.profile-edit-btn{
  width: auto !important;
  padding: 10px 72px;
}
@media (max-width: 1200px) {
  .profile-edit-btn {
    padding: 10px 34px;
    font-size: 18px;
  }
}

@media (max-width: 396px) {
  .profile-edit-btn {
    padding: 10px 22px;
    font-size: 16px;
  }
}

.profileMxWidth-v2{
  max-width: 432px;
  margin: auto;
}
.profile-image{
  width: 150px;
  height: 150px;
  border: 3px solid rgba(51, 83, 102, 1);
  border-radius: 50%;
  display: block;
  margin: auto;
}
.profile-name{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 0;
}
.profile-role{
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.profile-divider{
  border-bottom: 1px solid rgba(188, 188, 188, 1);
  width: 70%;
  display: block;
  margin: 14px auto;
}
.profile-points{
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
}
.btn-file-upload-v2{
  background: rgb(51 83 102);
  color: #ffffff;
  border-radius: 5px !important;
  margin-right: 8px !important;
  width: 38px;
  height: 38px;
  padding: 4px;
}
.profile-points-heading{
  width: 50%;
  font-weight: 600;
}
.profile-points-text{
  width: 50%;
}
.mobile-box{
  max-width: 290px;
  width: 290px;
  background: url(images/mobile.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 582px;
  padding: 38px 27px;
  margin: auto;
  border-radius: 44px;
  box-shadow: -16px 31px 27px -3px rgb(130 130 130 / 44%);
}
.mobile-box>.shop-name{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.mobile-box>.shop-text{
  font-size: 12px;
  overflow: auto;
  max-height: 348px ;
}
.circle-heading{
  color: rgba(51, 83, 102, 1);
  font-weight: 800;
  font-size: 36px;
}
.circle-subtext{
  color: rgba(51, 83, 102, 1);
  font-size: 22px;
  font-weight: 500;
}
.circle-percentage{
  color:rgba(51, 51, 51, 1);
  font-size: 100px;
  font-weight: 500;
}
.profileMxWidth-v2>.header-banner{
  border-radius: inherit;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.profile-box-heading{
  font-size: 72px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  color: rgba(237, 66, 48, 1);
  margin: 0;
}
.profile-box-text{
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.profile-box-subheading{
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  color: rgba(237, 66, 48, 1);
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(174, 220, 248, 1);
}

.dash-card{
  background-color: rgba(245, 245, 245, 1);
}
.dash-card-top-icon{
  background-color: rgba(234, 237, 242, 1);
  padding: 6px;
  border-radius: 8px;
}
.dash-sub-card{
  border: 1px solid rgba(220, 220, 220, 1);
  border-radius: 10px;
  padding: 10px 8px;
  display: flex;
  gap:6px;
}
.sub-dash-icon{
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: rgba(182, 182, 183, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-dash-icon img{
  padding: 0px;
  background: rgba(234, 237, 242, 1);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  box-shadow: 0px 4.41px 5.52px 0px rgba(0, 0, 0, 0.25);
  object-fit: scale-down;
}
.dash-sub-details{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dash-sub-details h2{
  font-size: 12px;
  margin: 0;
}
.dash-sub-details p{
  font-weight: 600;
  margin: 0;
}


.create-order-items{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.create-order-card{
  width: 100%;
  max-width: 360px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.create-order-card>.card-body{
  border-radius: 8px !important;
  border: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 8px;
}

.create-order-details h2{
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: #333333;
}
.create-order-details h3{
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #333333;
}
.create-order-details p{
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: rgba(51, 83, 102, 1);
}

.create-order-checkbox[type=checkbox] {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  box-shadow: 0 0.3rem 0.5rem rgb(0 0 0 / 26%);
}

.create-order-checkbox[type=checkbox]:checked {
  background-color: rgba(51, 83, 102, 1);
}

.create-order-checkbox[type=checkbox]:checked:after {
  margin-left: 11px;
  margin-top: 2px;
  width: 10px;
  height: 24px;
  border: solid white;
  border-width: 0 1mm 1mm 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: inline-block;
}

.create-order-image{
  width: 70px;
  max-height:100px;
}

.CO-TextWithIcon{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  color: #333333;
}
.CO-TextWithIcon .right-amount{
  font-weight: 600;
  text-wrap: nowrap;
}
.coupon-input{
  border: 1px solid #CBCBCB;
  text-align: center;
  max-width: 150px;
  padding: 5px;
  border-radius: 6px;
  margin-left: 6px;
  margin-right: 6px;
  color: rgba(51, 83, 102, 1);
}
@media (max-width: 576px) {
  .coupon-input-box{
      order: 1;
  }   
}


.payment-card {
  cursor: pointer;
  border: 2px solid rgba(51, 51, 51, 0.18);
  height: 100%;
}
.payment-card.selected {
  border-color: rgba(51, 83, 102, 0.85);
}
.payment-card-input{
  position: absolute;
  right: 12px;
  top: 8px;
}
.payment-card-input:checked[type="radio"]{
  background: rgba(51, 83, 102, 1);
  padding: 9px;
  border: 1px solid rgba(51, 83, 102, 1);
}
.payment-card-input:checked[type="radio"]::after{
  content: '';
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.payment-card-input:checked[type="radio"]:focus{
  box-shadow: none;
}

.payment-card h5{
  font-size: 16px;
  margin-bottom: 6px;
}

.payment-card p{
  font-size: 14px;
  margin-bottom: 10px;
}

.payment-card-amount {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.checkbox-label{
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.create-order-checkbox-v2[type=checkbox] {
  margin-top:2px;
  min-width: 18px;
  height: 18px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  box-shadow: 0 0.3rem 0.5rem rgb(0 0 0 / 26%);
}

.create-order-checkbox-v2[type=checkbox]:checked {
  background-color: rgba(51, 83, 102, 1);
}

.create-order-checkbox-v2[type=checkbox]:checked:after {
  margin-left: 6px;
  margin-top: 1px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 0.6mm 0.6mm 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: block;
}


.invoice-header{
  border-bottom: 1px solid;
  border-bottom-left-radius: 20px;
}

.invoice-amount{
  font-size: 36px;
  font-weight: 500;
  font-family: "Bebas Neue", sans-serif;
  color: rgba(51, 83, 102, 1);
  text-align: end;
}

.invoice-select-v1{
  min-width: 210px;
  max-width: 320px;
}

@media (max-width: 1024px) {  
  .invoice-select-v1{
    min-width: 200px;
    max-width: 320px;
  }
}

.label-btn{
  color: #000;
  background-color: rgba(174, 220, 248, 1);
  text-align: center;
  line-height: 1;
  font-size: 18px;
  padding: 0px 8px;
  height: 18px;
  align-self: center;
}

.invoice-icon-btn{
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  display: flex;
  padding: 5px;
  border: 1px solid rgba(85, 142, 153, 1);
}

.invoice-icon-btn-v2{
  background: rgba(232, 232, 235, 1);
  border-radius: 5px;
  display: flex;
  padding: 6px 10px;
  font-size: 14px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  color: #000;
  font-weight:500;
}

.invoice-icon-btn-v2.active{
  background: rgba(174, 220, 248, 1);
}

.invoice-select-v2{
  width: min-content;
  min-width: 150px;
  font-size: 18px;
}
@media (max-width: 1024px) {  
  .invoice-select-v2{
    min-width: 250px;
    max-width: 320px;
  }
}
@media (max-width: 532px) {  
  .invoice-select-v2{
    min-width: 100%;
    max-width: 320px;
  }
}


.invoice-select-v3{
  width: min-content;
  min-width: 150px;
  font-size: 18px;
}
@media (max-width: 1430px) {  
  .invoice-select-v3{
    min-width: 250px;
    max-width: 320px;
  }
}
@media (max-width: 1160px) {  
  .invoice-select-v3{
    min-width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 532px) {  
  .invoice-select-v3{
    min-width: 100%;
    max-width: 320px;
  }
}
.invoice-print-btn{
  width: max-content !important;
  padding: 8px 18px;
  font-size: 16px;
}

.invoice-close{
  background: rgba(26, 25, 52, 0.1);
  padding: 4px 6px;
  font-size: 14px;
  line-height: 1;
  border-radius: 50%;
  display: block;
  width: max-content;
  margin-left: auto;
  margin-top: 10px;
  margin-right: 10px;
}



/*
.funnelarealayer{
  filter: drop-shadow(2px 4px 6px );
}*/
.slicetext tspan:nth-child(1){
  color: red;
  display: none;
}

.funnel-details img{
  position: relative;
  z-index:2;
  margin-bottom: 10px;
}
.funnel-icon-v1{
  display: flex;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1.12px solid rgba(85, 142, 153, 1);
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
  background-color: rgba(225, 244, 255, 1);
}
.funnel-icon-v2{
  display: flex;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1.12px solid rgba(85, 142, 153, 1);
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
  background-color: rgba(145, 191, 219, 1);
}
.funnel-icon-v3{
  display: flex;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1.12px solid rgba(85, 142, 153, 1);
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
  background-color: rgba(118, 163, 189, 1);
}
.funnel-icon-v4{
  display: flex;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1.12px solid rgba(85, 142, 153, 1);
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
  background-color: rgba(93, 135, 160, 1);
}
.funnel-icon-v5{
  display: flex;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1.12px solid rgba(85, 142, 153, 1);
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
  background-color: rgba(71, 109, 131, 1);
}
.funnel-icon-v6{
  display: flex;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1.12px solid rgba(85, 142, 153, 1);
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
  background-color: rgba(51, 83, 102, 1);
}
.funnel-text{
  width: 200px;
}
.funnel-text h2{
  border-radius: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  margin-left: -20px;
  padding-left: 20px;
}
.funnel-text p{
  background-color: rgba(244, 244, 244, 1);
  border-radius: 6px;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: -20px;
  padding-left: 20px;
  letter-spacing: 2px;
}


.onbunding-card{
  position: relative;
  height: 130px;
  border-radius: 120px;
  border: 0;
  filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 40%));
}
.onbunding-card .card-body{
  z-index: 8;
  background: white;
  position: relative;
  border-radius: 120px;
}
.onbunding-card-edge{
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  bottom: -10px;
  left: 50%;
  transform: rotate(45deg);
  z-index: 0;
}
.outline-v1{
  border-radius: 50px;
  border: 3px solid rgba(48, 97, 171, 1);
}
.outline-v2{
  border-radius: 50px;
  border: 3px solid rgba(184, 184, 184, 1);
}
.outline-v3{
  border-radius: 50px;
  border: 3px solid rgba(255, 159, 71, 1);
}
.outline-v4{
  border-radius: 50px;
  border: 3px solid rgba(255, 56, 56, 1);
}

.onbunding-card-box{
  background: repeating-linear-gradient(0deg, /* Horizontal direction */ white, /* Start with red color */ white 44px, /* Red color fills the first 20px */ transparent 30px, /* Transparent starts after 20px */ transparent 87px /* Transparent fills until 60px */);
  background-color: rgba(226, 226, 226, 1);
}




.mmd-amount{
  font-weight: 500;
  font-family: "Bebas Neue", sans-serif;
  color: rgba(51, 83, 102, 1);
  text-align: end;
}
.text-blue{
  color: rgba(51, 83, 102, 1);
}

/* Hide default checkbox */
.custom-checkbox-wrapper {
  display: inline-block;
  width: 40px;
  position: relative;
  cursor: pointer;
  align-self:center;
}
.custom-checkbox{
  display: block;
  width: 44px;
  height: 44px;
}

.mmd-checkbox[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Custom checkbox unchecked state */
.custom-checkbox::before {
  content: url(icons/circle-tick-white.svg);
  background-color: rgba(206, 206, 206, 1);
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 7px;
}

/* Custom checkbox checked state */
.mmd-checkbox[type="checkbox"]:checked + .custom-checkbox::before {
  content: url(icons/circle-tick-white.svg);
  background-color: rgba(51, 83, 102, 1);
}

.mmd-close-btn{
  background-color: rgba(242, 242, 242, 1);
  background-size: 12px;
  border-radius: 50%;
  color: yellow;
  opacity: 1;
}

.language-select-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.language-select-container::before {
  content: url(icons/english-to-chinese.svg);
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.language-select {
  appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 40px; 
  padding-right: 30px;
  background-color: #fff;
  background-image: none;
  width: 100%;
}

/* Custom arrow */
.language-select-container::after {
  content: url(icons/circle-arrow-down.svg); 
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; 
}

.form-btn-v2{
  width: auto !important;
}

.select-icon{
  appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 40px; 
  padding-right: 30px;
  background-color: #fff;
  background-image: none;
  width: 100%;
}

.select-icon-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Custom arrow */
.select-icon-container::after {
  content: url(icons/circle-arrow-down.svg); 
  width: 45px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; 
}


.advertisement-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.advertisement-heading-v2{
  font-family: 'Open Sans';
  color: rgba(156, 70, 71, 1);
  font-size: 46px;
  font-weight: 700;
}

.advertisement-sub-heading-v2{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 22px;
}

.advertisement-table-box-v2{
  width: 100%;
  max-width: 500px;
  box-shadow: 0px 3.17px 6.33px 0px rgba(0, 0, 0, 0.25);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 2px;
}

.advertisement-table-v2 tr td{
  font-family: 'Open Sans';
  font-size: 26px;
  padding-left: 0;
  font-weight: 300;
}
.advertisement-table-v2 tr td{
  border-color:rgba(51, 51, 51, 0.5);
}
.list-item{
  display: list-item;
  margin-left: 20px;
}
.list-item::marker{
  color: rgba(186, 186, 186, 1) ;
}
.advertisement-table-v2{
  padding-bottom: 20px;
}
.advertisement-table-v2 tr td:last-child{
  padding-left: 20px;
  padding-right: 20px;
}

.advertisement-list-v2{
  font-family: 'Open Sans';
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 500;
  color: rgba(51, 83, 102, 1);
}
.advertisement-number{
  font-family: 'Open Sans';
  color: rgba(156, 70, 71, 1);
  font-weight: 700;
  display:flex;
}

.advertisement-btn{
  width: 100%;
  max-width: 350px;
  margin: 12px 0px;
  font-size: 22px;
}

.advertisement-price{
  background: rgba(51, 83, 102, 1);
  color: #fff;
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 600;
  border-radius: 6px;
  padding-left: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 10px;
  width: 100%;
  margin: auto;
  display:flex;
  align-items:center;
  width: fit-content;
}

.advertisement-price span{
  background: #fff;
  color: rgba(51, 83, 102, 1);
  font-family: 'Open Sans';
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 10px;
  height: 100%;
}
#advertisment-popup{
  position: relative;
}
.advertisement-popup-btn{
  font-size: 18px;
  font-weight: 600;
  max-width: 200px;
  position: absolute;
  left: -100px;
  bottom: -30px;
  z-index: 999999;
  background: rgba(206, 206, 206, 1);
  color: rgba(51, 83, 102, 1);
  border: 0;
}

.advertisement-img, .advertisement-logo{
  object-fit: scale-down;
  width: max-content;
  margin: auto;
  display: block;
}

@media (max-width: 480px) {
  .advertisement-heading-v2{
    font-size: 30px;
  }
  .advertisement-sub-heading-v2{
    font-size: 18px;
  }
  .advertisement-img, .advertisement-logo{
    width:-webkit-fill-available;
  }
  .advertisement-price {
    font-size: 16px;
  }
  .advertisement-price span{
    padding-left: 6px;
    padding-right: 6px;
  }
  .list-item{
    font-size: 18px;
    font-weight: 400;
  }
}


.text-orange{
  color: rgba(232, 73, 8, 1);
}

.advertisement-close-btn{
  position: absolute;
  right: 0;
  width: auto;
}