:root {
  --brand-white: #fcfcfc;
  --brand-white-static: #fcfcfc;
  --brand-dark: #222935;
  --brand-amethyst: #7C22B8;
  --brand-bilberry: #523FC3;
  --brand-moss: #21BF9A;

  --supportive-vintro: #C0D7FB;
  --supportive-haven: #CC1236;
  --supportive-white: #fff;
  --supportive-black: #000;

  --primary-bg: #f8f8f8;
  --secondary-bg: #f2f2f5;
  --primary-bg-dark: #3B475B;

  --text-dark: #3B475B;
  --text-dark-static: #3B475B;
  --text-light: #fcfcfc;
  --text-alternative: #DFDFFF;

  --icon-dark-primary: #1F2A3C;
  --icon-dark-secondary: #662498;
  --icon-light-primary: #FCFCFC;
  --icon-light-secondary: #DFDFFF;

  --notification-success: #A8F2C4;
  --notification-alert: #FFE9A8;
  --notification-caution: #FFA3A3;


  --fs-0: 48px;
  --fs-1: 24px;
  --fs-2: 18px;
  --fs-3: 16px;
  --fs-4: 14px;
  --fs-5: 12px;
  --fs-6: 10px;
  --fs-7: 8px;
  --ls: 0.05rem;
  --ls-1: 0.1rem;
  --box-shadow: 0px 0px 0px 1px var(--primary-blue-10);
  --border-radius-10: 10px;
  --border-radius-4: 4px;
}
body {
  color: var(--brand-white-static);
  font-size: var(--fs-4);
  letter-spacing: 0.04rem;
}
a {
  color: var(--q-white);
}
.toast .d-flex {
  display: flex !important;
  align-items: center;
  width: 350px;
}
.toast .d-flex > .toast-body {
  padding: 0;
}

.toast { 
  display: flex !important;
  align-items: center;
  width: 350px;
  max-width: 100%;
  min-height: 48px;
  font-size: 14px;
  pointer-events: auto;
  color: var(--q-icon-primary);
  background-color: rgba(255, 255, 255, .95);
  background-clip: padding-box;
  border: 1px solid #fcfcfc;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border-radius: 10px;
  padding: 6px;
}

.toast {
  width: 350px;
  gap: 4px;
}

.toast .toast-body {
  gap: 8px;
  font-size: 14px;
  color: var(--q-icon-primary) !important;
  font-family: roboto;
  padding: unset;
  display: flex;
  align-items: center;
}

.toast[role=info] {
  background-color: #BBC1FD !important;
  border: 1px solid var(--q-royal-lavender-dark, #5F6EFF);
}

.toast[role=success] {
  background-color: #A8F2C4 !important;
  border: 1px solid var(--q-viridian-green-dark, #008565);
}

.toast[role=fail],
.toast[role=danger] {
  background-color: #FFB5B5 !important;
  border: 1px solid var(--q-danish-red-dark, #C00224);
}

.toast[role=warning] {
  background-color: #FFE9A8 !important;
  border: 1px solid var(--q-fruit-yellow-dark, #FFE9A8);
}

.toast .material-symbols-outlined:before,
.toast .toast-body:before {
  font-family: 'Material Symbols Outlined', 'Material Symbols Rounded', 'Material Icons Round'; /*fallback for icons*/
  content: "info";
  font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0;
  font-size: 20px;
  line-height: 1.5;
}

.toast[role=info] .material-symbols-outlined:before,
.toast[role=info] .toast-body:before {
  content:"info";
}

.toast[role=success] .material-symbols-outlined:before,
.toast[role=info] .toast-body:before {
  content:"check_circle";
}

.toast[role=fail] .material-symbols-outlined:before, 
.toast[role=danger] .material-symbols-outlined:before,
.toast[role=fail] .toast-body:before,
.toast[role=danger] .toast-body:before {
  content:"release_alert";
}

.toast[role=warning] .material-symbols-outlined:before, 
.toast[role=warning] .toast-body:before {
  content:"circle_notifications";
}

.fs-login-form,
.fs-register-form {
  max-width: 300px;
}
.fs-login-container {
  width: 350px;
  padding: 1.5rem;
  background-color: #222935;
  border-radius: var(--border-radius-4);
}
.faq-accordion-container {
  background-color: #222935;
  border-radius: var(--border-radius-4);
  padding: 1rem;
}
.faq-accordion-container a {
  color: var(--b-link);
}
.faq-accordion-container .accordion-item {
  color: var(--text-dark);
  border-radius: 30px !important;
  width: 768px;
}
.faq-accordion-container .accordion-button {
  width: 100%;
  border-radius: 30px !important;
  height: 60px;
}
.fs-registry-container {
  width: 768px;
  padding: 1rem;
  border-radius: var(--border-radius-10);
  color: var(--text-dark);
  background-color: var(--brand-white);
}

.fs-registry-container ul li,
.fs-registry-container p {
  font-size: var(--fs-4);
}

.fs-registry-container strong,
.fs-registry-container h5 {
  color: var(--q-brand-light);
}
.accordion-button:not(.collapsed) {
  color: var(--text-dark);
  background-color: unset;
}
.accordion-button:not(.disabled)::after {
	content: "";
  display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/assets/img/fleetskills/icons/main-menu/q-icon-chevron-db.svg);
	margin-right: 5px;
	margin-left: auto;
  transform: rotate(0deg);
	transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed, .disabled)::after {
  transform: rotate(180deg);
	transition: transform .2s ease-in-out;
}
.fs-footer {
  color: var(--brand-white);
}
.capslock-on {
  font-size: var(--fs-5);
  color: var(--primary-yellow);
  position: absolute;
  right: 17px;
  bottom: -19px;
}
.capslock-on.show {
  display: inline-block;
}
.capslock-on.hidden {
  display: none;
}
.fs-login-alert {
  max-width: 300px;
  margin-bottom: 20px;
}
.form-label-group {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.form-label-group > input,
.form-label-group > label {
  height: 48px;
  padding: .75rem;
}
.form-label-group > label {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  line-height: 1.5;
  color: var(--q-blue);
  opacity: 0.7;
  pointer-events: none;
  cursor: text;
  border: 1px solid transparent;
  transition: all .1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}
.form-label-group input:-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::-moz-placeholder {
  color: transparent;
}
input::placeholder {
  color: transparent;
  align-items: center;
  font-size: var(--fs-4);
}
.form-label-group input:not(:placeholder-shown) ~ label {
  margin-top: -36px;
  font-size: 14px;
  color: var(--q-white);
  opacity: 1;
}
.form-label-group input:-webkit-autofill ~ label {
  margin-top: -36px;
  font-size: 14px;
  color: var(--q-white);
  opacity: 1;
}
.form-control:focus {
  box-shadow: 0 0 0px 2px var(--q-cta);
}
/* Fallback for Microsoft Edge  */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #fff !important;
  }
}
/* Fallback for IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #495057;
  }
  .form-label-group > input,
  .form-label-group > label {
    height: 100%;
  }
}

/* Background images */
.bg-fs-1 {
  background: url(/assets/img/logimaster/lm-login-bg.jpg) no-repeat center center fixed;
  /* background-color:  #102236; */
  background-repeat: no-repeat;
  background-size: cover; 
}

/* new */
.fs-login-form input[type=text],
.fs-login-form input[type=password],
.fs-login-form input[type=tel],
.fs-login-form input[type=email] {
  border-radius: 25px;
}

.fs-register-form input[type=text],
.fs-register-form input[type=password] {
  border-radius: var(--border-radius-4);
}

.fs-login-col {
  max-width: 458px;
}

.fs-header-logo {
  max-width: 400px;
}

@media only screen and (max-height: 700px) {
	.media-rule-height {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
  .faq-accordion-container .accordion-item {
    width: auto;
  }
  .fs-registry-container {
    width: auto;
  }
}
.fs-pill-button {
  display: flex;
	align-items: center;
	border: none;
	border-radius: 25px;
	font-size: 16px;
  font-weight: 500;
	color: #fcfcfc;
	height: 48px;
	padding-left: 3rem;
	padding-right: 3rem;
	background-color: var(--q-cta);
}
.fs-pill-button:hover {
  background-color: var(--q-cta-hover);
  color: var(--brand-white);
}
.lm-submit {
  border-radius: 10px;
  font-weight: 700;
  background-color: var(--q-cta2);
}

.show-pw {

  border-radius: 0% 25px 25px 0%;
  background-color: #fcfcfc;
}
/* .link {
  text-decoration: none;
} */

/* CONFIRMATION MODALS */
.fs-modal {

}
.fs-modal .modal-dialog {
 
}
.fs-modal .modal-content {
	border-radius: var(--border-radius-10);
	margin-left: auto;
  margin-right: auto;
  color: var(--text-dark);
}
.fs-modal .modal-content {
	border-radius: var(--border-radius-10);
}
.fs-modal .modal-title {
    height: 53px;
    width: 100%;
}
.fs-modal .modal-body {
	font-size: 16px;
}

.fs-modal .modal-footer a {
	  min-width: 120px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fs-modal .modal-cancel {
	color: var(--text-dark-static);
	background-color: transparent;
	font-weight: bold;
}

.fs-modal .modal-cancel:hover {
    background-color: var(--q-cta-hover);
    color: var(--q-white);
}

.fs-modal.notice .modal-title {
	background: transparent url(/assets/img/fleetskills/icons/modal/danger.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.fs-modal[data-action="save"] .modal-confirm,
.fs-modal.notice .modal-confirm {
	background-color: var(--effect-primary-blue);
	color: var(--brand-white-static);
	font-weight: bold;
}

.fs-modal[data-action="save"] .modal-confirm:hover,
.fs-modal.notice .modal-confirm:hover {
	background-color: var(--q-cta-hover);
	color: var(--brand-white-static);
}

.fs-modal .success .modal-title {
    background: transparent url(/assets/img/fleetskills/icons/common/q-icon-check-db.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.fs-modal .success .modal-header {
    padding-bottom: 0;
}
.fs-modal .success .modal-body {
    padding-top: 0;
}
.modal-button {
	font-size: var(--fs-4);
	font-weight: bold;
	border: none;
	border-radius: 30px;
	height: 32px;
  min-width: 120px;
	text-decoration: none;
}
.modal-button.cancel {
	background-color: transparent;
}
.modal-button.cancel:hover {
	color: var(--effect-secondary-blue);
}
.modal-button:not(.cancel) {
	color: var(--brand-white-static);
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: var(--effect-primary-blue);
}
.modal-button:not(.cancel, .delete):hover {
	background-color: var(--effect-secondary-blue);
}

.form-check {
	display: flex;
	align-items: center;
	gap: .5em;
  align-items: center;
	min-height: 30px;
  justify-content: center;
  cursor: pointer;
  margin: 0;
}
.form-check .form-check-input[type=checkbox] {
	margin-top: 0;
	width: 24px;
	height: 24px;
	border: 2px solid var(--q-blue);
  cursor: pointer;
}
.form-check .form-check-input:checked[type=checkbox] {
	background-color: var(--brand-white-static);
	background-image: url(/assets/img/oppitie/svg/ot-fb-correct.svg);
}

.fs-login-container small {
  font-size: var(--fs-5);
}

/* SCROLLBAR */

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

/* Track */
::-webkit-scrollbar-track {
  background: var(--light-grey-static);
  border-radius: 3rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--effect-primary-blue);
  height: 50px;
  border-radius: 3rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.fs-nav-search > .form-search,
.twitter-typeahead,
.nav-search-input.tt-hint {
  max-width: 150px !important;
}
.fs-copyright {
  font-size: 8px;
  font-weight: 300;
}
#videoModal .modal-dialog {
  width: fit-content;
  max-width: fit-content;
  margin-right: auto!important;
  margin-left: auto!important;
}

#videoModal .modal-content {
  background-color: transparent;
  border: none;
}

#videoModal .modal-body {
  color: var(--brand-white);
}

#videoModal .close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  background-color: transparent;
  color: var(--brand-white);
}

#videoModal .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .25rem;
}

#videoModal h6 {
  margin: 0;
  font-size: var(--fs-3);
}

#videoModal + .modal-backdrop.show {
  opacity: .8;
  background-color: var(--background-dark-blue);
}

.lang-picker {
  display: flex;
  justify-content: center;
  margin-bottom: .5rem;
}

.dropdown-menu {
 background: none;
}

.dropdown .fs-pill-button {
  background-color: var(--brand-white-static);
  color: var(--text-dark-static);
  height: 32px;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (max-width: 1120px) {
  #videoModal iframe {
      width: 704px;
      height: 405px;
  }
}

@media screen and (max-width: 768px) {
  #videoModal iframe {
      width: 371px;
      height: 218px;
  }
}

@media screen and (max-width: 414px) {
  #videoModal iframe {
      width: 334px;
      height: 197px;
  }
}
