.round-button {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  color: #f5f5f5;
  text-align: center;
  text-decoration: none;
  background: #000000;
  box-shadow: 0 0 3px grey;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  margin-left: 20px;
}

.questiontxt::placeholder{
  color: grey;
}

/*.fa-plus:before{
   color: #fff; 
}*/
.addrow{
  color: #000 !important;
}
.round-button:hover {
    background: #262626;
}
.margintop30{
    margin-top: 30px;
}
/* layout.css Style */
.upload-drop-zone {
    height: 200px;
    border-width: 2px;
    margin-bottom: 20px;
  }
  
  /* skin.css Style*/
  .upload-drop-zone {
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 200px;
    text-align: center
  }
  .upload-drop-zone.drop {
    color: #222;
    border-color: #222;
  }
  .some-custom-class-name::ng-deep th {
    background-color: #000 !important;
    color: #fff !important;
  }
  
  .some-custom-class-name::ng-deep tr {
    background-color: #fff !important;
    height: 80px !important;
  }
  .content{
     padding-left: 55px;
     padding-top: 15px;
  }
  .btnround{
    border-radius: 20px;
    border: none;

  }
 
  .drop{
      font-size: 14px;
      /* margin-bottom: 10px;
      margin-top: 10px; */
      cursor: pointer;
  }


  .drop-body::ng-deep body .ui-overlaypanel .ui-overlaypanel-content{
    width: auto!important;
    height: 83px !important;
    overflow: auto !important;
  }

  .uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
  }
  .uploader label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
            border-style: dashed;
  }
  .uploader label:hover {
    border-color: #081085;
  }
  .uploader label.hover {
    border: 3px solid #0b1277;
    box-shadow: inset 0 0 0 6px #eee;
  }
  .uploader label.hover #start i.fa {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.3;
  }
  .uploader #start {
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #start.hidden {
    display: none;
  }
  .uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .uploader #response {
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #response.hidden {
    display: none;
  }
  .uploader #response #messages {
    margin-bottom: .5rem;
  }
  .uploader #file-image {
    display: inline;
    margin: 0 auto .5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
  }
  .uploader #file-image.hidden {
    display: none;
  }
  .uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #notimage.hidden {
    display: none;
  }
  .uploader progress,
  .uploader .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
  }
  .uploader .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
  }
  .uploader .progress[value]::-webkit-progress-value {
    background: -webkit-linear-gradient(left, #393f90 0%, #454cad 50%);
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
  }
  .uploader .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, #393f90 0%, #454cad 50%);
    border-radius: 4px;
  }
  .uploader input[type="file"] {
    display: none;
  }
  .uploader div {
    margin: 0 0 .5rem 0;
    color: #5f6982;
  }
  .uploader .btn {
    display: inline-block;
    margin: .5rem .5rem 1rem .5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: .2rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #0b528e;
    border-color: #0a5492;
    cursor: pointer;
  }
  .txt{
      font-size: 16px;
  }
  .numberlbl {
    background: #0c9e93;
    padding: 10px;
    margin-right: 14px;
    color: #fff;
    border-radius: 5px;
    padding-left: 17px;
    text-align: center;
    padding-right: 17px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.numberlbl1 {
  background: #0c9e93;
  padding: 10px;
  margin-right: 18px;
  color: #fff;
  border-radius: 5px;
  padding-left: 17px;
  text-align: center;
  padding-right: 17px;
  padding-top: 3px;
  padding-bottom: 3px;
  position: absolute;
  margin-left: -126px;
}
.questiontxt{
  border: none;
  background: transparent;
  /* width: 1000px; */
  outline: none
}
.questiontxtarea{
  border: none;
  background: transparent;
  width: 1500px;
  outline: none;
  margin-top: 20px;
  /* margin-left: 37]px; */
}


.col-styles{
  height: auto;
  min-height: 120px;
  max-height: 300px;
  background: #fff;
  width: 12vw;
  display: inline-flex;
  border:1px solid #ddd;
  border-right: 1px solid #ddd !important;
}

/* .col-styles:first-child{
  width: 25vw;
} */

.overEllipse{
  float: right;
  background: #fff;
  border: none;
  position: absolute;
  margin-left: 200px;
  margin-top: 8px;
  color: #ddd;
}
/* .overEllipse:first-child{
  margin-left: 333px ;
  float: right;
  background: #fff;
  border: none;
  position: absolute;
  margin-left: 45px;
  margin-top: 8px;
  color: #ddd;
} */
  
.row-styles{
 
  /* height: 300px; */
}

.add-rows {
  margin-left: 136px;
  margin-top: -10px;
  position: absolute;
  cursor: pointer;
}



    .round-button3 {
      display: block;
      width: 25px;
      height: 25px;
      
      border: 2px solid #f5f5f5;
      border-radius: 50%;
      color: #f5f5f5;
      text-align: center;
      text-decoration: none;
      background: #464646;
      box-shadow: 0 0 3px grey;
      font-size: 15px;
      font-weight: bold;
      margin-top: 15px;
      margin-left: 20px;
      
    text-decoration: none;
    background-color: #fff;
  }
  .round-button3:hover {
      background: #262626;
  }

  .round-button2 {
    display: block;
    width: 25px;
    height: 25px;
    
    border: 2px solid black;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 3px grey;
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 20px;
    
  text-decoration: none;
  background-color: white;
}
.round-button2:hover {
    background: #262626;
}

.mandatoryIcon{
  color:red;
}

#wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

h5{
  font-size: 16px;
  font-weight: bold;
}
.fa-exclamation-circle{
  float: right;
  color: #9c9696;
}
.overlaycard1::ng-deep .ui-overlaypanel{
  width: 230px !important;
  border-radius: 7px !important;
  margin-left: -106px !important;
}
.overlaycard::ng-deep .ui-overlaypanel{
width: 230px !important;
border-radius: 7px !important;
margin-left: 34px !important;
margin-top: 30px !important;
top: 115px !important;
}
.iconlist{
  background: #01ab91;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 5px;
  border-radius: 2px;
  font-size: 12px;
}
.plusicon{
  color:#fff;
}

.deletebtn{
  color: brown;
}


.overlayadd::ng-deep .ui-overlaypanel{
  margin-left: -111px !important;
  margin-top: -3px !important;
  border-radius: 5px !important;
}

/* .dropdown-align{
  margin-top: 34px;
  margin-left: -140px;
} */

/* Synapsing styles */

.divLoadingWrapper {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100003;
  text-align: center;
}

.divLoadingBg {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.divLoadingContent {
  background-color: #2f2442;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 7pt;
  padding: 10px 12px;
  position: absolute;
  top: 45%;
  left: 45%;
  box-shadow: rgba(0, 0, 0, 0.8) 0 4px 10px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 4px 10px -1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 4px 10px -1px;
  -khtml-box-shadow: rgba(0, 0, 0, 0.8) 0 4px 10px -1px;
}

.divLoadingContent img {
  position: relative;
  -webkit-animation: loadingImg 0.3s forwards;
  animation: loadingImg 0.3s forwards;
  vertical-align: middle;
}


.dropdown-align{
  margin-top: 47px;
  margin-left: -173px;
  margin-right: 26px;
  width: 179px;
}
.custom-overlay-panel-number-move::ng-deep .ui-overlaypanel {
  background-color: #4e77bf;
    width: 215px;
    height: 155px;
    border: 1px solid #4e77bf;
    border-radius: 4px;
}

 .custom-overlay-panel-number-move > input{
  width: 40px;
  margin-left: 7px;
  margin-right: 7px;
  
 }

 .custom-overlay-panel-number-move > input{
  color: #fff;
  margin-left: 7px;
 }

 .input-move{
  width: 45px;
  margin-left: 7px;
  margin-right: 7px;
 }

 .move-text{
  color: #fff;
  margin-left: 7px;
  width: 44%;
 }