@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');

::placeholder {
  color: #8182AC !important;
  opacity: 1; /* Firefox */
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #5f2798;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #5f2798;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb a{
  color: #5f2798;
}
.body{
  background-image: url('https://www.hdcarwallpapers.com/thumbs/2015/2015_koenigsegg_one_1-t2.jpg');
  background-repeat: no-repeat;
  background-size:100% 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p, span, .star {
  color: #2c2d79 !important;
}

.login-text{
  color: #2c2d79 !important;
  font-size: 16px !important;
}

.text-primary, .form-label {
  color: #2c2d79 !important;
}


.bg-danger{
  background: #d62251 !important;
}

.bg-purple{
  background: #a6a7f0 !important;
}

.bg-purple:hover{
  background: #a6a7f0 !important;
  color: #4e54c8 !important;
}

.bg-sky{
  background: #EBF8FF !important;
}

.bg-grey{
  background-color: #ededed !important;
}

.bg-blue{
  background: #2c2d79 !important;
}

.text-purple{
  color: #a6a7f0 !important;
}

.text-blue{
  color: #2c2d79 !important;
}

.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus, .pagination li.active > a:not(.page-link), .pagination li.active > a:not(.page-link):hover, .pagination li.active > a:not(.page-link):focus {
  border-color: #d62251;
  background-color: #d62251;
  color: #fff;
  /* box-shadow: 0 0.125rem 0.25rem rgba(105, 108, 255, 0.4); */
}

input[type="text"], input[type="email"], input[type="password"] {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /* padding: 10px 55px 10px 15px; */
  padding: 8px 8px 8px 8px !important;
  position: relative;
  background: #fff;
  /* border: 2px solid #3f2c79; */
  border: 1.6px solid #3f2c79;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-style: italic !important;
  color: #7D7EAA !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background-position: right;
  /* opacity: 0.5; */
  position: relative !important;
  background-size: auto !important;
  cursor: pointer !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  padding: 8px 8px 8px 8px !important;
  width: auto !important;
}

.search-input{
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /* padding: 10px 55px 10px 15px !important; */
  /* padding: 8px 8px 8px 8px !important; */
  position: relative;
  background: #fff;
  /* border: 2px solid #3f2c79; */
  /* border: 1.6px solid #3f2c79; */
  border: 2px solid #3f2c79;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-style: italic !important;
  color: #7D7EAA !important;
}

textarea {
  position: relative !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 8px 8px 8px 8px !important;
  position: relative !important;
  background: #fff !important;
  /* border: 2px solid #3f2c79 !important; */
  border: 1.6px solid #3f2c79 !important;
  -webkit-transition: all 200ms ease-in-out !important;
  -moz-transition: all 200ms ease-in-out !important;
  transition: all 200ms ease-in-out !important;
  font-style: italic !important;
}

.form-select, .select2.select2-container .select2-selection  {
  position: relative !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  /* padding: 10px 55px 10px 15px !important; */
  padding: 10px 8px 8px 8px !important;
  position: relative !important;
  background: #fff !important;
  /* color: #6C757D !important; */
  color: #7D7EAA !important;
  font-size: .875rem !important;
  /* border: 2px solid #3f2c79 !important; */
  border: 1.6px solid #3f2c79 !important;
  -webkit-transition: all 200ms ease-in-out !important;
  -moz-transition: all 200ms ease-in-out !important;
  transition: all 200ms ease-in-out !important;
  font-style: italic !important;
  /* z-index: 99999999 !important; */
}
select option{
  background: #D9EBFA !important;
  color: #2c2d79 !important;
}

select option:hover{
  background: #D9EBFA !important;
  color: #2c2d79 !important;
}



select.mySelect{
  border: none;
  color: #2c2d79;
  /* padding: 0px 20px; */
  padding: 0px 2px;
  /* font-size: 22px; */
background: none;
}

select.mySelect option{
color: #2c2d79;
  padding: 0 10px;
}

input[type="date"], textarea {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /* padding: 10px 5px 10px 15px; */
  padding: 8px 8px 8px 8px !important;
  position: relative;
  background: #fff;
  /* border: 2px solid #3f2c79; */
  border: 1.6px solid #3f2c79;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-style: italic !important;
  color: #7D7EAA !important;
}

input[type="text"], input[type="password"], input[type="date"], textarea {
  outline: none !important;
  color: #7D7EAA !important;
}

input[type="text"],input[type="text"]:hover,
input[type="text"],input[type="text"]:focus,
input[type="text"],input[type="text"]:active {
  box-shadow: none;
}

input[type="password"]:hover,
input[type="password"]:focus,
input[type="password"]:active {
  box-shadow: none;
}

input[type="date"]:hover,
input[type="date"]:focus,
input[type="date"]:active {
  box-shadow: none;
}

textarea:hover,
textarea:focus,
textarea:active {
  box-shadow: none !important;
}




.small-sm{
  font-size: .675em !important;
}
.text-gray{
  color: #7d7eaa !important;
}
.text-grey{
  /* color: #7d7eaa !important; */
  color: #6f6f6f !important;
}

.select-language, .form-select:hover,
.select-language, .form-select:focus,
.select-language, .form-select:active {
  box-shadow: none !important;
}

/* Added later for arrow notation on header */
/* Remove this block if not want to show in arrow dropdown for language */

select.select-language{
  border: none;
  color: #2c2d79;
  /* padding: 0px 0px; */
  padding: 0px 0px 0px 10px;
  /* font-size: 22px; */
background: none;
}

select.select-language option{
color: #2c2d79;
  padding: 0 10px;
}
/* Remove this block if not want to show in arrow dropdown for language */
/* Added later for arrow notation on header */


.text-gray{
  color: #7d7eaa !important;
}

.small-sm{
  font-size: .675em !important;
}


.dropend .dropdown-toggle {
  /* color: salmon; */
  margin-left: 1em;
}
.dropdown-item:hover {
  background-color: #fff;
  /* border: 1px solid #eee; */
  color: #000;
}
.dropdown .dropdown-menu {
  display: none;
  border: 1px solid #eee;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.1em;
  /* margin-left: -3.5em; */
  border: 1px solid #eee;
}

@media screen and (min-width: 769px) {
  /* .navbar-brand{
      margin-left: -170px !important;
  } */
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

.account-dropdown-item {
  padding: 10px !important;
  padding-right: 4px !important;
  text-transform: capitalize !important;
  color: #3f2c79 !important;
  font-family: "ProductSans-Bold" !important;
  font-weight: bold !important;
}

.search-dropdown-item {
  padding: 5px !important;
  padding-right: 4px !important;
  text-transform: capitalize !important;
  color: #3f2c79 !important;
  font-family: "ProductSans-Bold" !important;
  font-weight: bold !important;
}

.search-dropdown-item:hover {
  padding: 5px !important;
  padding-right: 4px !important;
  text-transform: capitalize !important;
  color: #3f2c79 !important;
  font-family: "ProductSans-Bold" !important;
  font-weight: bold !important;
  background-color: #D9EBFA;
}

.dropdown-item {
  padding-left: 10px !important;
  padding-right: 4px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  text-transform: capitalize;
  color: #3f2c79;
  font-family: "ProductSans-Bold";
  font-weight: bold;
}

.nav-item, .breadcrumb-item, .page-item, .pagination, .account-dropdown-item{
  list-style-type: none !important;
}

@media screen and (max-width: 769px) {
  .navbar-brand {
    margin-left: -50px !important;
  }
  /* .navbar-brand{
        margin-left: -70px !important;
    } */
}

*:focus {
  outline: none;
}

.card {
  border: none;
}

.shadow{
  box-shadow: 0px 1px 10px #cef0ff !important;
}
.shadow-sm{
  box-shadow: 0px 1px 7px #cef0ff !important;
}

.btn-danger {
  padding: 11px 20px 11px 20px !important;
  border-radius: 5px !important;
  border: 2px solid #d62251 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  min-width: 100px !important;
  display: inline-block !important;
  text-align: center !important;
  float: none !important;
  font-family: "ProductSans-Bold" !important;
  background: #d62251 !important;
}

.btn-trainers {
  padding: 8px 20px 8px 20px !important;
  border-radius: 5px !important;
  border: 2px solid #d62251 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  min-width: 100px !important;
  display: inline-block !important;
  text-align: center !important;
  float: none !important;
  font-family: "ProductSans-Bold" !important;
  background: #d62251 !important;
}

.btn-guest {
  padding: 11px 20px 11px 20px !important;
  border-radius: 5px !important;
  border: 2px solid #6f6fac !important;
  color: #ffffff !important;
  font-size: 15px !important;
  min-width: 100px !important;
  display: inline-block !important;
  text-align: center !important;
  float: none !important;
  font-family: "ProductSans-Bold" !important;
  background: #6f6fac !important;
}

.btn-guest-sm {
  padding: 8px 20px !important;
  border-radius: 5px !important;
  border: 2px solid #6f6fac !important;
  color: #ffffff !important;
  font-size: 15px !important;
  min-width: 100px !important;
  display: inline-block !important;
  text-align: center !important;
  float: none !important;
  font-family: "ProductSans-Bold" !important;
  background: #6f6fac !important;
}

.btn-danger-sm {
  padding: 8px 20px !important;
  margin-bottom: 20px;
  border-radius: 5px !important;
  border: 2px solid #d62251 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  min-width: 100px !important;
  display: inline-block !important;
  text-align: center !important;
  float: none !important;
  font-family: "ProductSans-Bold" !important;
  background: #d62251 !important;
}

.btn-purple {
  padding: 11px 20px 11px 20px !important;
  border-radius: 5px !important;
  border: 2px solid #941894 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  min-width: 100px !important;
  display: inline-block !important;
  text-align: center !important;
  float: none !important;
  font-family: "ProductSans-Bold" !important;
  background: #941894 !important;
}

.btn-purple-sm {
  width: 100px;
  border-radius: 15px !important;
  border: 2px solid #941894 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  text-align: center !important;
  float: none !important;
  font-family: "ProductSans-Bold" !important;
  background: #941894 !important;
}


.btn-blue {
  padding: 10px 12px 10px 12px !important;
  border-radius: 15px !important;
  border: 2px solid #135FB0 !important;
  color: #ffffff !important;
  font-size: 30px !important;
  min-width: 100px !important;
  height: 100px !important;
  display: inline-block !important;
  text-align: center !important;
  float: none !important;
  font-family: "Calibri" !important;
  background: #135FB0 !important;
  white-space: wrap !important;
  padding-top: -20px !important;
}

.btn-blue-sm {
  width: 100px;
  border-radius: 15px !important;
  border: 2px solid #135FB0 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  text-align: center !important;
  float: none !important;
  font-family: "ProductSans-Bold" !important;
  background: #135FB0 !important;
}


.btn-pierre-fabre {
  padding: 2px 20px !important;
  margin-bottom: 20px;
  border-radius: 20px !important;
  border: 2px solid #135FB0 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  /* min-width: 100px !important; */
  min-width: 70px !important;
  display: inline-block !important;
  text-align: center !important;
  float: none !important;
  font-family: "ProductSans-Bold" !important;
  background: #135FB0 !important;
}

.btn-success {
  padding: 11px 20px 11px 20px !important;
  border-radius: 5px !important;
  border: 2px solid #64AB23 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  min-width: 100px !important;
  display: inline-block !important;
  text-align: center !important;
  float: none !important;
  font-family: "ProductSans-Bold" !important;
  background: #64AB23 !important;
}

.btn-paid {
  padding: 8px 20px !important;
  margin-bottom: 20px;
  border-radius: 5px !important;
  border: 2px solid #d62251 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  min-width: 100px !important;
  display: inline-block !important;
  text-align: center !important;
  float: none !important;
  font-family: "ProductSans-Bold" !important;
  background: #d62251 !important;
}

.btn-follow {
  padding: 2px 10px !important;
  margin-bottom: 20px;
  border-radius: 5px !important;
  border: 2px solid #d62251 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  /* min-width: 100px !important; */
  min-width: 70px !important;
  display: inline-block !important;
  text-align: center !important;
  float: none !important;
  font-family: "ProductSans-Bold" !important;
  background: #d62251 !important;
}

.btn-like {
  padding: 0px 5px !important;
  margin-bottom: 20px;
  border-radius: 5px !important;
  border: 2px solid #d62251 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  /* min-width: 100px !important; */
  display: inline-block !important;
  text-align: center !important;
  float: none !important;
  font-family: "ProductSans-Bold" !important;
  background: #d62251 !important;
}

.btn-outline-primary {
  padding: 7px 8px 8px 7px !important;
  max-height: 43px !important;
  border-radius: 4px !important;
  border: 2px solid #3f2c79 !important;
  color: #3f2c79 !important;
  font-size: 16px !important;
  min-width: 100px !important;
  display: inline-block !important;
  text-align: center !important;
  /* margin: 15px 0px !important; */
  /* float: right; */
  background: none !important;
  font-family: "ProductSans-Bold" !important;
}

.btn-outline-primary-sm {
  padding: 4px 7px 7px 7px !important;
  max-height: 33px !important;
  border-radius: 4px !important;
  border: 2px solid #3f2c79 !important;
  color: #3f2c79 !important;
  font-size: 12px !important;
  min-width: 100px !important;
  display: inline-block !important;
  text-align: center !important;
  /* margin: 15px 0px !important; */
  /* float: right; */
  background: none !important;
  font-family: "ProductSans-Bold" !important;
}

.btn-outline-primary:hover {
  padding: 7px 8px 8px 7px !important;
  border-radius: 4px !important;
  border: 2px solid #3f2c79 !important;
  color: #3f2c79 !important;
  font-size: 16px !important;
  min-width: 100px !important;
  display: inline-block !important;
  text-align: center !important;
  /* margin: 15px 0px !important; */
  background: none !important;
  font-family: "ProductSans-Bold" !important;
}

.btn-message {
  padding: 5px 20px !important;
  margin-bottom: 20px;
  border-radius: 5px !important;
  border: 2px solid #3f2c79 !important;
  color: #3f2c79 !important;
  font-size: 15px !important;
  min-width: 100px !important;
  display: inline-block !important;
  text-align: center !important;
  float: none !important;
  font-family: "ProductSans-Bold" !important;
  background: none !important;
}

.razorpay-payment-button{
  padding: 12px 20px 11px 20px !important;
  border-radius: 5px !important;
  border: 2px solid #d62251 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  min-width: 100px !important;
  display: inline-block !important;
  text-align: center !important;
  float: none !important;
  font-family: "ProductSans-Bold" !important;
  background: #d62251 !important;
  width: 100%;
}

.cash-payment-button{
  padding: 12px 20px 11px 20px !important;
  border-radius: 5px !important;
  border: 2px solid #d62251 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  min-width: 100px !important;
  display: inline-block !important;
  text-align: center !important;
  float: none !important;
  font-family: "ProductSans-Bold" !important;
  background: #d62251 !important;
  width: 100%;
}

.border-dashed{
  border: 2px dashed #6f6f6f !important;
}

.course-card-header-profile{
  background: #ebf8ff !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1090;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  box-shadow: 0px 1px 10px #cef0ff !important;
}


.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.15s ease-out;
  transform: translateY(-100px) scale(0.8);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translateY(0) scale(1);
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 3rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(67, 89, 113, 0.2);
  border-radius: 0.5rem;
  outline: 0;
  box-shadow: 0px 1px 10px #cef0ff !important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1089;
  width: 100vw;
  height: 100vh;
  background-color: #435971;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 0.25rem;
  border-bottom: 0px solid #d9dee3;
  border-top-left-radius: calc(0.5rem - 0px);
  border-top-right-radius: calc(0.5rem - 0px);
}
.modal-header .btn-close {
  padding: 0.125rem 0.75rem;
  margin: -0.125rem -0.75rem -0.125rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.53;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 1.25rem;
  border-top: 0px solid #d9dee3;
  border-bottom-right-radius: calc(0.5rem - 0px);
  border-bottom-left-radius: calc(0.5rem - 0px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 35rem;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 22.5rem;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 50rem;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.modal-open .tooltip {
  z-index: 1092;
}

.tooltip-inner {
  box-shadow: 0 0.125rem 0.25rem rgba(161, 172, 184, 0.4);
}

.modal-open .popover {
  z-index: 1091;
}

.modal-content {
  box-shadow: 0 2px 16px 0 rgba(67, 89, 113, 0.45);
}

.modal .btn-close {
  background-color: #fff;
  border-radius: 0.5rem;
  opacity: 1;
  padding: 0.635rem;
  box-shadow: 0 0.125rem 0.25rem rgba(161, 172, 184, 0.4);
  transition: all 0.23s ease 0.1s;
  /* transform: translate(23px, -25px); */
  transform: translate(49px, -4px);
}
.modal .btn-close:hover,
.modal .btn-close:focus,
.modal .btn-close:active {
  opacity: 1;
  outline: none;
  /* transform: translate(20px, -20px); */
  transform: translate(49px, -4px);
}
.modal .modal-header .btn-close {
  margin-top: -1.25rem;
}

.modal-footer {
  padding: 0.25rem 1.5rem 1.5rem;
}

.modal-dialog-scrollable .btn-close,
.modal-fullscreen .btn-close,
.modal-top .btn-close {
  box-shadow: none;
  transform: translate(0, 0) !important;
}
.modal-dialog-scrollable .btn-close:hover,
.modal-fullscreen .btn-close:hover,
.modal-top .btn-close:hover {
  transform: translate(0, 0) !important;
}

.modal-top .modal-dialog {
  margin-top: 0;
}
.modal-top .modal-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 991.98px) {
  .modal-onboarding .onboarding-horizontal {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .modal .modal-dialog:not(.modal-fullscreen) {
    padding: 0 0.75rem;
    padding-left: 0.75rem !important;
  }
  .modal .carousel-control-prev,
  .modal .carousel-control-next {
    display: none;
  }
}
@media (min-width: 576px) {
  .modal-content {
    box-shadow: 0 2px 20px 0 rgba(67, 89, 113, 0.45);
  }

  .modal-sm .modal-dialog {
    max-width: 22.5rem;
  }
}
@media (min-width: 1200px) {
  .modal-xl .modal-dialog {
    max-width: 1140px;
  }
}

.layout-menu-fixed body:not(.modal-open) .layout-navbar-full .layout-menu,
.layout-menu-fixed-offcanvas
  body:not(.modal-open)
  .layout-navbar-full
  .layout-menu {
  z-index: 1075;
}

.layout-navbar-fixed body:not(.modal-open) .layout-content-navbar .layout-menu,
.layout-menu-fixed body:not(.modal-open) .layout-content-navbar .layout-menu,
.layout-menu-fixed-offcanvas
  body:not(.modal-open)
  .layout-content-navbar
  .layout-menu {
  z-index: 1080;
}

.form-label,
.col-form-label {
  /* font-size: 0.75rem; */
  font-size: 14px !important;
  /* text-transform: uppercase; */
  letter-spacing: inherit;
}

@media (max-width: 768px) {
  .px-6 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-7 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 768px) {
  .px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-7 {
    /* padding-left: 4rem !important;
    padding-right: 4rem !important; */
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

.margin-1{
  margin-top: -1 !important;
}

.margin-2{
  margin-top: -2 !important;
}

.margin-3{
  margin-top: -3 !important;
}

.margin-4{
  margin-top: -4 !important;
}

.margin-5{
  margin-top: -5 !important;
}

.margin-6{
  margin-top: -6 !important;
}

.margin-7{
  margin-top: -7 !important;
}

.margin-8{
  margin-top: -8 !important;
}

.margin-9{
  margin-top: -9 !important;
}

.margin-10{
  margin-top: -10 !important;
}
/* input {
  margin-right: 10px !important;
  border: 2px solid #a6a7f0 !important;
  border-radius: 4px !important;
  padding: 6px !important;
  font-size: 14px !important;
  color: #3f2c79 !important;
  font-family: 'ProductSans-Bold' !important;
  z-index: 9 !important;
  background: #fff0 !important;
  cursor: pointer !important;
} */


.border-primary{
  border: 1px solid #2c2d79 !important;
}

.border-bottom-purple{
  border-bottom: 4px solid #941894 !important;
}

.border-bottom-blue{
  border-bottom: 3px solid #135FB0 !important;
}

.border-bottom-white{
  border-bottom: 4px solid #fff !important;
}


.border-primary-2{
  border: 2px solid #2c2d79 !important;
}

.border-primary-3{
  border: 3px solid #2c2d79 !important;
}




/* tooltip start */
.custom-tooltip .tooltip-inner
{
  background-color: #2c2d79;
    text-align: left;
    max-width: 500px;
    
}

.custom-tooltip.bs-tooltip-top .tooltip-arrow::before, 
.custom-tooltip.bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before {
  border-top-color: #2c2d79 !important;
}

.custom-tooltip.bs-tooltip-end .tooltip-arrow::before, 
.custom-tooltip.bs-tooltip-auto[x-placement^="end"] .tooltip-arrow::before {
  border-right-color: #2c2d79 !important;
}


.custom-tooltip.bs-tooltip-bottom .tooltip-arrow::before, 
.custom-tooltip.bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #2c2d79 !important;
}


.custom-tooltip.bs-tooltip-start .tooltip-arrow::before, 
.custom-tooltip.bs-tooltip-auto[x-placement^="start"] .tooltip-arrow::before {
  border-left-color: #2c2d79 !important;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: #2c2d79;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-bottom-color: #2c2d79;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-right .tooltip-arrow::before {
  left: -1px;
  /* border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0; */
  border-right-color: #2c2d79;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-left .tooltip-arrow::before {
  right: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-left-color: #2c2d79;
}
/* tooltip end */


/* Select 2 custom styling */

.select2.select2-container {
  margin-top: -25px;
  width: 100% !important;
}

.select2.select2-container .select2-selection {
  border: 2px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 41px;
  
  /* margin-bottom: 15px; */
  outline: none !important;
  transition: all .15s ease-in-out;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 55px 10px 15px;
  position: relative;
  background: #fff;
  border: 2px solid #3f2c79;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #7D7EAA !important;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333;
  /* line-height: 25px; */
  line-height: 21px;
  padding-right: 33px;
  color: #7D7EAA !important;
  font-size: 16px !important;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  /* background: #f8f8f8;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; */
  height: 40px;
  width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #f8f8f8;
  color: #7D7EAA !important;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: 0px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border: 1px solid #34495e;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #3498db;
}

/* .select2-container .select2-dropdown .select2-search {
  margin-top: -15px !important;
  margin-bottom: 0px !important;
} */
/* Select 2 custom styling */

/* Canvasjs remove credit */
.canvasjs-chart-credit{
  display: none !important;
}
/* Canvasjs remove credit */

.show-read-more .more-text{
  display: none;
  color: red;
}

li {
  list-style-type: disc;
  color: #2c2d79 !important;
}

.text-overflow {
  height: 120px;
  /* display: block; */
  overflow: hidden;
  word-break: break-word;
  word-wrap: break-word;
}

.btn-overflow {
  display: none;
  text-decoration: none;
  color: #d62251 !important;
  font-weight: bold;
}

/* zoho chat button style */

.zsiq_theme11{
  bottom: 60px !important;
}
/* zoho chat button style */


.verify-text{
  line-height: 1.5;
}

/* this style is added to hide the recaptcha logo */
.grecaptcha-badge{
  display:none !important; 
}