#main{
	  min-height: calc(100vh - 130px);
}

 /* ---------- sidebar  hidden class --------  */
 .hiddenItem{
	 display: none;
 }
 
 .sjcgrid{
 height:"550px"!important;
 }
 
 .textalignleft{
 text-align: left!important;
 }
 
 .bg-login{
  background-image: url("../images/login/new-login.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
 }
 
 .Product-logo{
 padding:"5px"!important;
 }
 
 .sidemenu-icon{
  font-size:20px!important;
 }
 
 #checkSjcIconAddUpdateDelete {
  margin-top: -40px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 72px;
  height: 72px;
  font-size: 55px;
  line-height: 72px;
  box-shadow: 3px 5px 26px rgba(0, 0, 0, 0.3);
}

.checkmark_addupdate_success {
  width: 100%;
  height: 100%;
  border-radius: inherit; /* Inherit the border-radius from the parent */
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkmark_successupdates {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #289797;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark_updatesuccess_circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #289797;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__checksuccess {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #289797;
  }
}

   .add-isNotValid {
    border: 1px solid red; /* red border for danger */
    padding-right: 30px; /* space for the icon */
    background-repeat: no-repeat;
    background-position: right center;
}
.sidebar-submenuicon {
	font-size:23px
}

     /* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Dropdown input box */
.dropdown input {
    width: 100%;
    padding:6px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    outline: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Dropdown input box focus style */
.dropdown input:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Dropdown content */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    border: 1px solid #ddd;
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;
}

/* Dropdown item */
.dropdown-content .item {
    padding: 8px;
    cursor: pointer;
}

/* Dropdown item hover style */
.dropdown-content .item:hover {
    background-color: #f1f1f1;
}

/* Show dropdown content */
.show {
    display: block;
}
 .custom-input-member-size {
       width: 375px !important;
       height: 38px !important;
    }

/* Adjust the password policy space */
    .iconspaceright {
    margin-right: 8px; 
}

/* Adjust the value to wrap the contact content in member grid */
.wrap-contact_number {
    white-space: normal;
    word-wrap: break-word;
}
.OtpInputBox {
    height: 30px !important;
}

.OtpButton {
    height: 30px;
    line-height: 1;
    padding: 5px 10px; 
    margin: 0; 
}

