#loginForm input {
  box-shadow: 0px 1px 4px 1px #00000026;

  box-shadow: 0px 1px 4px 0px #0000004d;
}

#loginMainPage {
  background-image: url("../images/Login.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#riskProfilePage {
  background-image: url("../images/Login.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#riskProfileForm input {
  box-shadow: 0px 2px 6px 2px #00000026;

  box-shadow: 0px 2px 6px 0px #0000004d;

  padding: 4px 8px;
  border-radius: 4px;
}
#riskProfileForm select {
  box-shadow: 0px 2px 6px 2px #00000026;

  box-shadow: 0px 2px 6px 0px #0000004d;

  padding: 6px 8px;
  border-radius: 4px;
  margin: 4px 0px;
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader-svg {
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.ck-toolbar__items {
  flex-wrap: wrap !important;
}

.ck-toolbar_grouping {
  flex-wrap: wrap !important;
}


.notification_div{
  box-shadow: 0px 2px 6px 2px #00000026 !important;

  box-shadow: 0px 2px 6px 0px #0000004d !important;

 
  border-radius: 4px;
}

.activeBtn{
  background-color: #3d286b !important;
  color: white;

}