.hidden {
  display: none;
}
.form-control-checkbox {
  display: inline;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-squre {
  border-radius: 0rem;
}

.no-border {
  border: none;
}

/* Input Number arrow Remove */

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

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

/* Input Number arrow Remove */

/*Loader*/
/* Overlay */
#overlay {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

/* Center the spinner */
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* Fixed  text in the center */
.lms-text {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  z-index: 2;
}

/* Rotating circle around the text */
.circle {
  width: 100px;
  height: 100px;
  border: 4px solid transparent;
  border-top: 4px solid #2e93e6;
  border-radius: 50%;
  animation: spin 0.8s infinite linear;
  position: absolute;
}

/* Spinner animation */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/*Loader*/

.table-ver-center td {
  vertical-align: middle;
}

.table-ver-top td {
  vertical-align: top;
}

/*ScrollBar*/
::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
  background: #6c757d;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0d6efd;
}
/*ScrollBar*/

.w-10 {
  width: 20%;
}

/*Switch*/
.switch-control {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
}

.switch-control input {
  opacity: 0;
  width: 0;
  height: 0;
}
/*Switch*/

/*Slider*/
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*Slider*/

.link {
  cursor: pointer;
}

.curve-border {
  border-radius: 1.5rem;
}

.no-decoration {
  text-decoration: none;
  font-weight: bold;
}

.scroll-to-top {
  bottom: 3rem;
}
.text-rainbow-animation {
  background-image: linear-gradient(
    to right,
    red,
    orange,
    yellow,
    green,
    blue,
    indigo,
    violet,
    red
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbow-animation 35s linear infinite;
}

@keyframes rainbow-animation {
  to {
    background-position: 10vh;
  }
}

.btn-float {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 10px;
  right: 40px;
  border-radius: 50px;
}

.dropdown-item {
  cursor: pointer;
}

.formRefCode {
  height: 35px !important;
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
}

.accordion .card-header {
  font-weight: bold !important;
  cursor: pointer !important;
}
.text-mute {
  font-weight: 500 !important;
  color: #bdbdbd;
}

.menu-card {
  flex: 0 50%;

  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 200px;
  transition: 0.7s;
  cursor: pointer;
  text-decoration: none !important;
}

.menu-card:hover {
  background: #0a6654;
  color: #fff;
  transform: scale(1.1);
  z-index: 9;
}

.menu-card .card-title {
  color: #858796;
  font-size: 1.5rem;
  margin-top: 15px;
  margin-bottom: 15px;
}

.menu-card .card-icon {
  font-size: 50px;
  color: #858796;
}

.menu-card:hover .card-title {
  color: #ffffff !important;
}

.menu-card:hover .card-icon {
  color: #ffffff !important;
}

.nav-select {
  border: none;
  cursor: pointer;
}

.fs-25 {
  font-size: 25px;
}

#imgUserSignPreview {
  height: 200px;
  width: 200px;
  border: 3px solid #938a8a;
  border-radius: 10px;
}

#imgPreviewCompanyWatermark {
  max-width: 200px !important;
}

.mini-side-menu a {
  text-decoration: none !important;
  color: #8587a0;
}

.mini-side-menu .active {
  background-color: #0a6654 !important;
  border-color: #0a6654 !important;
}

.company-logo-table {
  width: 40px !important;
}

.company-empty-logo-table {
  padding-right: 45px;
}

.btn-password-shown {
  width: 50px !important;
  border-color: #d1d3e2;
}

.btn-password-shown:focus {
  box-shadow: none;
}

.fs-l {
  font-size: larger;
}

.w-80 {
  width: 80% !important;
}

.quote-header-table td {
  padding-right: 20px;
  width: 100%;
}

.quote-header label {
  margin-right: 10px !important;
}

.strong {
  font-weight: bold;
}

.bg-filter {
  background-color: #dddddd5c !important;
}

.dataTable {
  width: 100% !important;
}

.reDataTable {
  width: 100% !important;
}

.other-prefix-card .input-group-text {
  width: 120px;
  font-weight: bolder;
  color: #ffffff;
}

.align-item-center {
  align-items: center !important;
}

.form-file {
  display: block;
}

.aks-file-upload-label {
  color: #858796 !important;
}

.border-bottom-2 {
  border-bottom: 2px solid #cbcdd3 !important;
}

.w-250 {
  width: 250px;
}

.bg-td-primary td {
  background-color: #29292996 !important;
  color: white;
}

/* speed test */
#speedMeter {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#speedValue {
  font-size: 3rem;
  font-weight: bold;
  color: #333;
}

.meter-container {
  position: relative;
  width: 350px;
  height: 175px;
  border-radius: 175px 175px 0 0;
  background: linear-gradient(to top, #e9ecef, #f7f9fc);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.meter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 175px 175px 0 0;
  background: linear-gradient(to top, #4caf50, #f1c40f, #e74c3c);
  mask: radial-gradient(farthest-side at bottom, transparent 60%, black 61%);
}

.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 90px;
  background-color: #333;
  border-radius: 3px;
  transform-origin: bottom center;
  transform: rotate(-90deg);
  /* Start at 0 Mbps */
  z-index: 2;
}

.arrow::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -7px;
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 50%;
}

.numbers {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 14px;
  color: #555;
}

.label {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}
/* Training Dashboard */
.icon-box {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f8f9fa;
  margin: 0 auto 15px;
}

.icon-box i {
  font-size: 1.8rem;
  color: #007bff;
}

.chart-container {
  margin-top: 30px;
}

.chart-title {
  font-weight: 600;
  margin-top: 10px;
  color: #495057;
}

/* Training Dashboard */

.training-card {
  width: 300px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.traning-card-shadow {
  -webkit-box-shadow: 0px -1px 9px 1px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px -1px 9px 1px rgba(0, 0, 0, 0.37);
  box-shadow: 0px -1px 9px 1px rgba(0, 0, 0, 0.37);
}

.training-card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.999s;
  border-radius: 15px;
}

.training-card:hover .training-card-inner {
  transform: rotateY(180deg);
}

.training-card-front,
.training-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.training-card-front {
  background-color: #ffffff;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transform: rotateY(0deg);
  border-radius: 15px;
}

.training-card-back {
  background-color: white;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotateY(180deg);
  border-radius: 15px;
}

.training-card-header {
  width: 95%;
  background-color: white;
  margin-top: 10px;
  text-align: center;
  border-radius: 150px;
  border: 2px solid #1a2035;
}

.training-card-footer {
  width: 95%;
  background-color: white;
  text-align: center;
  border-radius: 150px;
  border: 2px solid #1a2035;
}

.training-image-container img {
  max-width: 100%;
  max-height: 150px;
}

.training-card-border {
  width: 100%;
}

.categories-bar {
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
}

.lms-card {
  border-radius: 0.5rem;
  background-color: #fff;
  border: 1px solid transparent;
}

.lms-card a {
  text-decoration: none;
}

.lms-content {
  padding: 1.1rem;
}

.lms-title {
  color: #111827;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.lms-desc {
  margin-top: 0.5rem;
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.alert-warning {
  font-size: 1rem;
  background-color: #fff3cd;
  color: #856404;
}
/* register button */
.reg-btn {
  width: 120px;
  height: 30px;
  background: linear-gradient(to top, #d24803e0, #963707, #bd6105);
  color: #fff;
  border-radius: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.reg-btn span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: top 0.5s;
}

.reg-btn-text-one {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.reg-btn-text-two {
  position: absolute;
  width: 100%;
  top: 150%;
  left: 0;
  transform: translateY(-50%);
}

.reg-btn:hover .reg-btn-text-one {
  top: -100%;
}

.reg-btn:hover .reg-btn-text-two {
  top: 50%;
}
/* login  */
