.custom-control.image-checkbox .custom-control-input:checked~.custom-control-label:after,
.custom-control.image-checkbox .custom-control-input:checked~.custom-control-label:before {
  opacity: 1;
}

.custom-control.image-checkbox label {
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent;
}

.custom-control.image-checkbox label:before {
  border-color: red;
  background-color: red;
}

.custom-control.image-checkbox label:after,
.custom-control.image-checkbox label:before {
  transition: opacity .3s ease;
  opacity: 0;
  left: .25rem;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: red;
  left: 0.69rem;
  top: 0.67rem;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  left: 1rem;
  top: 1rem;
}

.custom-control.image-checkbox .custom-control-input:checked~.custom-control-label:after,
.custom-control.image-checkbox .custom-control-input:checked~.custom-control-label:before {
  opacity: 1;
}

.custom-control.image-checkbox label:focus,
.custom-control.image-checkbox label:hover {
  opacity: .8;
}

.custom-control.image-checkbox label img {
  border-radius: 2.5px;
}

.custom-control.image-checkbox label h5 {
  position: absolute;
  background: #fff;
  font-size: 0.6em;
  width: calc(100% - 2px);
  margin-left: 1px;
  text-align: center;
  line-height: inherit;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  bottom: -10px;
}

.fa-question-circle {
  color: red;
}

.bs-tooltip-left .arrow::before {
  border-left-color: #737373;
}

.bs-tooltip-bottom .arrow::before {
  border-0-color: #737373;
}

.tooltip-inner {
  max-width: 400px;
  border: solid 1px #737373;
}

/* Style for the main container */
.bliQ-menu {
  margin: 20px;
  width: 1440px;
  position: relative;
  left: 99px;
  top: 99px;
  z-index: 999;
  background-color: #f9f9ff;
  opacity: 1;
  border-radius: 18px;
  padding: 50px;
  height: 400px;

}

.postbox .inside h2,
.wrap [class$=icon32]+h2,
.wrap h1,
.wrap>h2:first-child {
  font-size: 54px;
  font-weight: 700;
  margin: 0;
  padding: 9px 0 4px;
  line-height: 1.3;
}

.heading {
  color: red;
  margin: 0;
  padding: 9px 0 4px;
  line-height: 1.3;
  text-align: center;
  font-size: 54px;
  font-weight: 700;
}

/* Style for the form container */
.form-container {
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* Style for headings */
.form-container h2 {
  color: #333;
  margin-bottom: 10px;
}

.heading-sub {
  font-family: 'Lexend', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 38px;
  color: #0F072C !important;
  line-height: 49px;
  text-align: left;
  margin: 0;
}

.form-container h3 {
  color: #555;
  margin-bottom: 20px;
}

/* Style for buttons */
.button {
  margin-bottom: 20px;
}

/* Style for labels and input fields */
label {
  font-size: 16px;
  color: #444;
}

#acc {
  width: 300px;
}

.purple-btn {
  background-image: linear-gradient(to right bottom, #ffdf50, #ffdf50);
  padding: 12px 45px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  border-radius: 100px;
  box-shadow: 0px 7px 20px 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  text-decoration: none !important;
  position: relative;
  z-index: 100;
  transition: all .4s ease-in-out;
  border: none;
  margin-top: 70px;
  padding-left: 5px;

}

.primary-btn-hover:hover {
  background-position: 100% 0;
  moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.primary-btn-hover {
  width: 200px;
  height: 56px;
  float: left;
  border: none;
  padding: 12px;
  background-size: 280% 30%;
  moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  cursor: pointer;
}

.account-code {
  margin-top: 68px;
}

.lbl-text {
  font-size: 24px;
  font-weight: 600;
  margin-right: 60px;
}

ol,
ul {
  padding-left: 0 !important;
}

.account-code {
  display: flex;
  flex-direction: column;
}

.codemirrow{
  border: 1px solid !important;
  height: auto;
}


/* home-menu-styles.css */
.home-menu {
  /* Add any styles for the container here */
}

.menu-item {
  display: inline-block;
  margin-right: 10px;
}

.menu-button {
  background-color: #f8f8f8;
  border: none;
  color: #333;
  padding: 10px;
  cursor: pointer;
}

.arrow-down {
  margin-left: 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.menu-item:hover .dropdown-content {
  display: block;
}

.btn-group, .btn-group-vertical{
  column-gap: 36px;
}