.sliderfrom h1 {
  border-bottom: 1px solid white;
  color: #e00707;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px;
  text-align: center;
}

.sliderfrom {
  background: white;
  border: 1px solid #dedede;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 500px;
  padding: 20px 20px;
}

.sliderfrom input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}

.sliderfrom select {
  color: #3d3d3d;
  display: block;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.sliderselict {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}


.sliderfrom label {
  color: #3d3d3d;
  display: block;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.error {
  color: red;
  font-family: sans-serif;
  font-size: 12px;
  height: 30px;
}
.submitButton {
  background-color: #6976d9;
  color: white;
  font-family: sans-serif;
  font-size: 14px;
  margin: 20px 0px;
}
.marginlest45{
  margin-left: 45px;
}

.categoryimg{  
  width: 50%;
  padding: 5px;
  }  

  .categoryimg95{  
    width: 95%;
    padding: 5px;
    }  
  .textField{
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
  }
  .displayrow{
    display: flex;
  }
  .withautto{
    width: auto!important;
    margin-right: 10px;

  }
  .alignright{
    float: right;
  }
  .alignleft{
    float: left;
    margin-right: 10px!important;
  }
  .boxshadow{
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.12);
    border: '1px solid black';
    border-radius: '5px!important';
    background-color: #ffffff;
    margin: 10px;
  }
  .pading_top{
    padding: '15px';
    margin-top: 20px;
  }
.imgcenter50{
  width: 50%;
   margin: 0px auto;
}
.marginButton20{
margin-bottom: 20px;
}
.centerinscreen{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.marginLR0
{
  margin-left: 0px;
  margin-right: 0px;
  padding: 20px;

}
.padding30
{
  padding: 30px;
}
.diaplaynone
{
  display: none;
}
.textTransform
{
  text-transform: 'capitalize';
}
.boldText
{
  font-weight: 500;

  display: contents;

}
.marginButton10{
  margin-bottom: 10px;
  }
  .marginTop10
  {
    margin-top: 10px;
  }
  .fontSize
  {
    font-size: 14px;
  }

  .profileImageView{
     width: 70%;
     display: block;
     margin-left: auto;
     margin-right: auto;
  }
  .inputDesible
{
  pointer-events: none;
}
.textAreaEditor
{
  height: 250px!important;
}
.iframecss
{
  position: absolute;
 top: 0;
  left: 0;
  bottom: 0;
  right: 0;
 width: 100%;
 height: 100%;
}
.iframemaindiv
{
  position: relative;
  overflow: hidden;
  width: 100%;
 padding-top: 86.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.with100
{

    width: 100%;
}

.statusComp
{
background: #29a94b!important;
color:#ffffff!important;
}
.statusPend
{
background: #f3ef06!important;
color:#000000!important;
}
.statusRej
{
background: #eb0c0c!important;
color:#ffffff!important;
}

.statusStare
{
background: #3d6b9b!important;
color:#ffffff!important;
}
.statusEnd
{
background: #0c28eb!important;
color:#ffffff!important;
}


.Collapsible__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Collapsible__trigger.is-open svg {
  transform: rotate(180deg);
}

.marginRight5
{
  margin-right: 5px;
}
.marginLeft5
{
  margin-left: 5px;
}
.button-8 {
  background-color: #e1ecf4;
  border-radius: 3px;
  border: 1px solid #7aa7c7;
  box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #39739d;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.button-8:hover,
.button-8:focus {
  background-color: #b3d3ea;
  color: #2c5777;
}

.button-8:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.button-8:active {
  background-color: #a0c7e4;
  box-shadow: none;
  color: #2c5777;
}

.header-styles {
  background-color: #3874cb;
  color: white;
  font-weight: bold;
}
.fillfrom {
  background: white;
  border: 1px solid #dedede;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 auto;

  padding: 20px 20px;
}

.fillfromchoos {
  background: white;
  border: 1px solid #dedede;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 auto;

  padding: 20px 20px;
}

.fillfrom label {
  color: #3d3d3d;
  display: block;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.fillfrom input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
.textarea_field_view
{
  width: 100%;
}
.text
{
  font-weight: bold;
  display: flex;
  align-items: center
}
.floatRight
{
  float: right;
}
.row_separator 
{
    margin-bottom: 33px;
    padding-bottom: 33px;
    border-bottom: 1px solid  #dedede;
}
input:focus-visible {
 border: #dedede;
}