
      .locked-feature { opacity: .45; filter: grayscale(100%); }
@keyframes shake-lite { 0%,100%{transform:translateX(0)} 25%{transform:translateX(-2px)} 75%{transform:translateX(2px)} }
.shake-lite { animation: shake-lite .3s; }


.shadow-hover:hover {
box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
border-radius: 10px;
}

/*        ScrollBar 4    */

.nav-pills::-webkit-scrollbar {
    width: 12px;
}

.nav-pills::-webkit-scrollbar-track {
    background-color: #ccc;
}

.nav-pills::-webkit-scrollbar-thumb {
    background-color: #ffc368;
}

.mmmModal::-webkit-scrollbar {
    width: 12px;
}

.mmmModal::-webkit-scrollbar-track {
    background-color: #ccc;
}

.mmmModal::-webkit-scrollbar-thumb {
    background-color: #ffc368;
}

.modal-backdrop.show {
  background-color: rgba(255, 255, 255, 0.90); /* Almost opaque white */
  opacity: 1 !important; /* Ensure it's fully rendered */
}

.show {
  display: block !important;
}

textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}


body {
    font-size: .8rem;
    background-color: #eee !important;
    font-family: 'K2D', sans-serif !important;  
}

.bg-blue {
    background-color: #485dca !important;
}

.lead {
    font-size: 12pt;
}

.container {
    background-color: #fff;
    padding: .25rem;
    border-radius: 10px;
}

.subfield {
    background-color: rgba(0,0,0,0.1);
    margin: 5px;
    border-radius: 15px;
    height: 100%;
    padding: 10px;
}

.resource-ribbon {
    float: right;
    margin-right: -20px;
    margin-top: -10px;
}

.resource-ribbon-img {
    border-radius: 10px;
}

.resource-ribbon-img:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.resource-dropdown:focus {
    height: 40px !important;
}

.dropdown-item:hover {
    background-color: rgba(0,0,0,0.2) !important;
}

.resource-dropdown:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px; /* Adjust to position the arrow below */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffc368; /* Arrow colour */
}


.videopopover {
    float: right;
    background-color: #ffc368;
    padding: 5px;
    border-radius: 5px;
    margin-right: -20px;
    text-decoration: none !important;
    color: #fff !important;
    margin-top: -10px;
}

.videopopover:hover {
    background-color: #e4a545;
}

.videopopover1 {
    float: right;
    background-color: #ffc368;
    padding: 10px;
    border-radius: 5px;
    margin-right: -20px;
    text-decoration: none !important;
    color: #fff !important;
    margin-top: -10px;
}

.megatitle {
    font-size: 2.2rem;
    font-family: 'K2D', sans-serif !important;
}

.bigtitle {
    font-size: 1.5rem;
    font-family: 'K2D', sans-serif !important;
}

.border-bottom {
    border-style: dotted !important;
}

.littletitle {
    font-size: 1.2rem;
    font-family: 'K2D', sans-serif !important;
}

.tinytitle {
    font-size: 1rem;
    font-family: 'K2D', sans-serif !important;
    line-height: 0px;
    padding-bottom: 1.5rem !important;
}

.aspects {
  background-color: #4CA096 !important;
  color: #fff !important;
}

.aspectsdropdown {
  background-color: #6FBFB8 !important;
  color: #fff !important;
  border-radius: 0.7rem!important;
}

.considerations {
  background-color: #D15E64 !important;
  color: #fff !important;
}

.considerationsdropdown {
  background-color: #F37374 !important;
  color: #fff !important;
  border-radius: 0.7rem!important;
}

.mmm {
  background-color: #CD5F28 !important;
  color: #fff !important;
}

.mmmdropdown {
  background-color: #F68C2D !important;
  color: #fff !important;
  border-radius: 0.7rem!important;
}

.techdrawing {
  background-color: #844184 !important;
  color: #fff !important;
}

.techdrawingdropdown {
  background-color: #AF69A1 !important;
  color: #fff !important;
  border-radius: 0.7rem!important;
}

.process {
  background-color: #62894D !important;
  color: #fff !important;
}

.processdropdown {
  background-color: #78A862 !important;
  color: #fff !important;
  border-radius: 0.7rem!important;
}

.think {
  background-color: #5A5FAB !important;
  color: #fff !important;
}

.thinkdropdown {
  background-color: #7077B7 !important;
  color: #fff !important;
  border-radius: 0.7rem!important;
}

.yellow {
    color: #fff !important;
    background-color: #ffc368 !important;
}

.bg-darkened {
    background-color: rgba(0,0,0,0.15) !important;
}

.popover {
  border: 0 !important;
  background-color:rgba(255, 255, 255, 0.8) !important;
}

.popover-header {
  border: 0 !important;
  background-color:rgba(255, 255, 255, 1) !important;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: 'K2D', sans-serif !important;
}

    .buttonhover {
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

    .buttonhover:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.containercheck {
    display: none;
    float: left;
    position: relative;
    padding-left: 23px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 0px;
    width: 20px;
    height: 20px;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 6px;
  border: 1px solid #fff;
}

/* On mouse-over, add a grey background color */
.containercheck input ~ .checkmark {
  background-color: rgba(255,255,255,0.3);
}

/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmark {
  background-color: rgba(255,255,255,0.3);
}

/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmark {
  background-color: rgba(255,255,255,0.3);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containercheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

    @media (min-width: 768px) {
.container, .container-md, .container-sm {
    max-width: 1200px!important;
        }
    }
    @media (min-width: 576px) {
.container, .container-sm {
    max-width:  1200px !important;
}
    }


    @media (max-width: 1200px) {
.halfonsmall {
    min-width: 225px!important;
        }
    }

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #5CAEE0;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}




.unitItem {
        transition: opacity 0.5s ease-in-out;
}

.veryround {
    border-radius: 23px;
}

.veryroundbottom {
    border-bottom-left-radius: 23px !important;
    border-bottom-right-radius: 23px !important;
}


/* ACCORDION GENERAL ===========================================================================================  */

button:focus:not(:focus-visible) {
    outline: 0;
}
.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-collapse {
    box-shadow: inset 1px 4px 10px -6px rgba(0,0,0,0.3);
}

.accordion-button:not(.collapsed)::after {
        background-image: url(./images/arrow.svg);
        transform: rotate(-60deg);
        box-shadow: none !important;
        }

.accordion-button:not(.collapsed) {
    color: #000 !important;
}

.accordion-button:not(.collapsed) {
        box-shadow: none !important;
        }

.accordion-button::after {
    width: 50px;
    height: 50px;
    background-size: 50px;
    background-image: url(./images/arrow.svg);
    margin-right: -6px;
    margin-top: -26px;
    margin-bottom: -26px;
    }

.rotate-icon {
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
