.beps-form
{
    width:100%;

}

.beps-form .form-element
{
    width:100%;

}
.edit-button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 2px;
  }

  .edit-button:hover {
    background-color: #45a049; 
  }
  .warning-button {
    background-color: #d0a93c; 
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 2px;
  }

  .warning-button:hover {
    background-color: #bd9937; 
  }
  .save-button{
    background-color: #951B99;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 2px;
  }
  .save-button[disabled] {
    background-color: #8b568d; 
  }
  .save-button[disabled]:hover {
    background-color: #8b568d; 
  }

  .save-button:hover {
    background-color: #5e1161; 
  }
  .delete-button {
    background-color: #f44336;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 2px;
  }
  
  .delete-button:hover {
    background-color: #d32f2f; /* Darker red */
  }
  .open-button {
    background-color: #0265cf; /* Blue */
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 2px;
  }
  
  .open-button:hover {
    background-color: #0056b3; /* Darker blue */
  }
  .add-element-button {
    background-color: #0066cc; /* Dark Blue */
    color: white !important;
    font-weight: bold;
    padding: 8px 16px; /* Reduced padding */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px; /* Smaller font size */
    margin: 4px 2px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    transition-duration: 0.4s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  }
  
  .add-element-button:hover {
    background-color: #024a92; /* Darker Blue on Hover */
  }
  .left
  {
    float:left;

  }
  .right
  {
    float:right;
  }

/* survey quesionnair page */
  .wizardbar {
    display: flex;
    background-color: #BCB9CB;
    margin-top: -32px;

  }
  
 
  .circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 30px;
    text-align: center;
    background-color: #E9ECEF;
    color: #000;
    font-weight: bolder ;
    font-size: 1.4em;
    border-radius: 50%;

    margin: auto;

    
  }
  .pagelabel
  {
    width: 160px !important;
    display: inline-flex;
    float: right;
    font-weight: bold;

    padding: 5px;
  }
  nav .active .circle  {

    background-color: #951B99 !important;
    color: #fff !important;

  }
  .wizardbar .navbar{
    margin-bottom: 0px !important;
  }
  .wizardbar .navbar-default {
    background-color: #bcb9cb !important;
    border-color:transparent !important;
}
.wizardbar .navbar-nav > li {
    float: left;
    padding:0 15px;
  }
  .wizardbar .navbar-nav > li div {
    height: 100px;

    display: flex;
    align-items: center;
  }
.btnabbr{
  display: inline-flex;
  float: right;
  background-color: #FFFFFF;

  border-radius: 5px;
  cursor: pointer;
  margin: 10px;

}
.btnabbr:hover, .btnabbr:focus{
  background-color: #d7dbdf !important;

}
.btnabbr button {
  padding: 10px;
  font-size: 1.1;
  font-weight: normal;
  background:none !important;
  border:none !important;
}
.btnabbr button:hover {
  background-color: #d7dbdf !important;
  border:none !important;
  color:#000 !important;
}
.btnabbr button:focus {
  background-color: #d7dbdf !important;
  border:none !important;
  color:#000 !important;
}

.btnabbr ul {
  width:100%;
  max-height: 30em;
  overflow-y: scroll;
}
.btnabbr li a {
  width:100%;
  border-bottom:1px solid #ccc;
  white-space:normal !important;
  padding:10px 20px !important;
}
.btnabbr li a p {
  display: inline;
}
.btnabbr li:last-child a {

  border-bottom:none

}
.circle-small{
  display: inline-flex;
  justify-content: center;
  width: 25px;
  height: 25px;
  line-height: 12px;
  text-align: center;
  background-color: #2b2e62;
  color: #dbdbdb;
  font-weight: bolder;
  border-radius: 50%;
  margin-left: 10px;
}

  .block-page-title-block
  {
    margin-bottom: 0px !important;
  }
  .block-page-title-block h1
  {
    margin-bottom:20px !important;
  }

  .survey-form input
  {
    width: 100%;
  border-radius: 5px;
  height: 50px;
  }
  .survey-form textarea
  {
    width: 100%;
  border-radius: 5px;

  }

  .removeRow {
    background-color: #f44336; /* Red background color */
    color: white;
    border: none;
    border-radius: 50%; /* Makes the button circular */
    width: 30px; /* Adjust as needed */
    height: 30px; /* Adjust as needed */
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.removeRow:hover {
    background-color: #d32f2f; /* Darker red on hover */
}

.w100
{
  width: 100px !important;
}
.region-upload
{
  width: 70%;
  margin:auto;
}
.uploadfile
{
  width: 100%;
  padding: 10px 20px 15px;
  border: 2px dashed #E02562;
  border-radius: 5px;
  background-color: #fff;
  margin-top: 40px;
  text-align: center;
}
#progress {
  width: 99%;
  background-color: #DFBBE1;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
  top: -34px;
  margin: auto;
  display: none;

}
#progress-bar {
  width: 0%;
  height: 15px;
  background-color: #951B99;
  border-radius: 5px;
}

.panelfiles{
  margin:100px 0px;
}
.panelfiles ul {
  list-style-type: none; /* Remove default list styles */
}

.panelfiles ul li::before {
  content: "\2713"; /* Unicode character for tick mark */
  display: inline-block;
  width: 1em; /* Adjust size as needed */
  margin-left: -1em; /* Move tick mark to the left */
  color:#951B99;
}
.panelfiles ul li{
  background-color: #DFBBE1;
  border-radius: 5px;
  padding:5px 20px;
  border:1px solid #951B99;
  margin-top:10px;
  max-height: 60px;
}
.panelfiles ul li i{
  float: right;
  color: #E02562;
}

.reportfiles ul li{
  background-color:transparent !important;
  border-radius: 5px;
  padding:10px 0px !important ;
  border:none !important;
  margin-top:10px;
  max-height: 60px;
}
.reportfiles ul li::before
{
  content: none !important; /* Unicode character for tick mark */
}
.reportfiles ul li i{
  float: left !important;
  color: #E02562;
}
.panelfiles2{
  margin:10px 0px !important;
}
.cursor{
  cursor: pointer;
}

.sidebar-white
{
  background-color: white;
  border-radius: 10px;
  margin-top:10px;
  padding:20px;
}
.maincontent-1
{
  padding:0px 20px;
}

.filename {
  font-size:1.4em;
  margin-top:-20px;
  color:#E02562 !important;

}
.fileinput
{
  width:100%;
  opacity: 0;


} 
.filechooser{
  color:#ADB5BD;

}
.filechooser u{
  color:#E02562 !important;

}
#tblbepsform
{
  width: 100%;
}
#tblbepsform label
{
  display: contents;
  font-weight: normal !important;
}
#tblbepsform label p
{
  display: inherit;
}
.btnnext, .btnprev, .btnnextrev, .btnnextrev2, .btnnext2
{
  margin-top: 20px;
  float: right !important;
  background-color: #E02562 !important;
  border-radius: 5px !important;
  padding: 5px 15px 10px !important;
  color: white !important;
  font-size: 1.2em !important;
  background-image: none !important;
  margin-bottom: 20px;
  margin-right: 15px;
  cursor: pointer;
}
.btnfinalsubmit
{
  margin-top: 20px;
  float: right !important;
  background-color: #E02562 !important;
  border-radius: 5px !important;
  padding: 5px 15px 10px !important;
  color: white !important;
  font-size: 1.2em !important;
  background-image: none !important;
  margin-bottom: 20px;
  margin-right: 15px;
  position: relative;
}
.btnfinalsubmit[disabled]
{
  background-color: #fab4cc !important;

}
.survey .tab-pane
{
  width:95%;
  margin:auto;
}
.survey .txtinput
{
  width: 95%;
  margin: 1em auto;
  border-radius: 5px;
  resize: vertical !important;
}

.survey .chkinput
{
  margin: 1em auto;
  border-radius: 5px;
  resize: none;
}

.chkinputdetail {
  width: 100%;
  margin: 1em auto;
  border-radius: 5px;
  resize: vertical !important;
}
.noshow{
  display: none;
}

.btnassessor{

  font-size: 1.5em;
  color: #E02562;
  float:right;
  margin-top:15px;
  cursor: pointer;
}
.btnassessor:hover
{
  color: #221314;
}

.d-element .inanswer {
  opacity: 1;
  pointer-events: none;
  background-color: #f2ebe7;
  color: #231675;
  border: 1px solid #6C757D;
}


.d-element fieldset.inanswer {
  opacity: 1;
  pointer-events: none;

  border: none;
}



.inreview-d {
  opacity: 1;
  pointer-events: none;
  background-color: #ABFFF6;
  color: #231675;
  border: 1px solid #6C757D;
  width: 95%;
  border-radius: 5px;
  padding: 10px;
}
.inreview-d h4{
  color: #231675;
}
.inreview-d p{
  padding-left:25px;
}

.inanswer-d
{
  padding: 10px;
  opacity: 1;
  background-color: #f2ebe7;
  color: #231675;
  border: 1px solid #6C757D;
  width: 95%;
  border-radius: 5px;
}
.inanswer-d p
{
  margin-bottom: 5px !important;
}

.lblrequired
{
  color:rgb(221, 67, 67);
}

.docrequestmessage
{

  background: #D0BDF9;
  border: 1px solid #951B99;
  border-radius: 5px;
  margin:0px !important; 
  margin-top:5px !important;
}

.docrequestmessage div:first-child
{
  border-bottom: 1px solid #fff;
  padding:10px;
}



.btnnewdocsubmit {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.loading::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.disabled-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.loading .disabled-overlay {
  display: block;
}

.maincontainer
{
  display: flex !important;
}
.sidebar
{
  position: -webkit-sticky !important;
    position: sticky !important;
    top: 20px;
    height: 100%;

}
.maincontent
{
  flex-grow: 1 !important;
}

.r1 
{
  color:#E02562 !important;
}
.r2
{
  color:#5A14EE !important;
}
.r0
{
  color:#231675 !important;
}
.rtitle{
  font-size: 1.2em;
  font-weight: bold;
  margin:10px 0px 0px 0px !important;
}

.courseview img{

border-radius: 10px !important;
margin-top:10px;
}

.courseview
{
  margin-bottom: 20px;


}
.courseview .views-view-responsive-grid__item
{
  padding-left: 10px;
}
.courseview span.field-content
{
  padding-left:10px;
  font-weight: bold;
    font-size: 1.2em !important;
    color: #231675;
}

.courseview div.field-content
{
  
    font-size: 0.8em !important;
    color: #231675;
}




.radio-group-clr {
  margin-right: 35px;
  float: right;
  display: flex;
  align-items: center; /* Aligns radio buttons and labels vertically centered */
}
.radio-group-clr p{
margin:0px;
padding-right: 5px;
}

.radio-group-clr input[type="radio"] {
  margin-left: 20px; /* Space between radio button and label */
}


.noinputicon
{
  position: fixed;
opacity: 0;
pointer-events: none;


}
fieldset.assessoranswer, textarea.assessoranswer
{
  background: white !important;
  border-radius: 5px;
  padding: 4px;
  margin-top: 5px;
}
.abrarea
{
  width: 100% !important;
  height: 60px;
}
.btnsave {
  width: 100%;
  text-align: right;
  padding: 0px 10px;

}

.secheader
{
  padding-bottom:20px;
}
#modal-content-edit{
  z-index: 998;
}
#cmbconditionelement2{
  z-index: 999;
}
.select2-dropdown {
  z-index: 9999 !important;
  width: 100%;  /* Ensure it's above the modal */
}



.custom-select{ /* treeselection */
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} 

.ck.ck-balloon-panel {
  z-index:1300 !important;
}