
.dropdown {
    position: relative;
    margin-bottom: 20px;
    float: left;
    width: 100%;

    .dropdown-list {
      padding: 10px 15px 15px 15px;
      overflow-y: auto;
      background: #fff;
      display: none;
      margin-top:-5px;
}
.checkbox {
  opacity: 0;
  transition: opacity .2s;
}
    
.dropdown-label {
  display: flex;
  height: 45px;
  align-items: center;
  line-height: normal;
  font-size: 16px;
  background: #fff;
  border-radius: 5px;
  padding: 0 40px 0 15px;
  cursor: pointer;
  position: relative;
  
  &:before {
    content: url('../../../img/screenernew/arrowdown.svg');
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .25s;
    transform-origin: center center;
  }
}
    &.open {
      .dropdown-list {
        display: block;
      }
      .checkbox {
        transition: 2s opacity 2s;
        opacity: 1;
      }
      .dropdown-label:before {
        transform: translateY(-50%) rotate(-180deg);
      }
    }
  }
  
.checkbox {
  margin-bottom: 10px;
  &:last-child {  
    margin-bottom: 0;
  }
  
  .checkbox-custom {
    display: none;
  }

  .checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    width: 15px;
    height: 15px;
    border: 1px solid #0254d6;
    border-radius: 2px;
    margin-top: -2px;
    position: absolute;
    left: 0px;
    top: 5px;
  }
  
    .checkbox-custom:checked + .checkbox-custom-label:after {
        content: '✓';
        position: absolute;
        top: -2px;
        left: -1px;
        height: 4px;
        padding: 2px;
        text-align: center;
        border-width: 0 2px 2px 0;
        color: #0254d6;
        font-weight: 800;
        font-size: 14px;
    }
    .checkbox-custom-label {
      line-height: inherit;
      margin-right: 0;
      margin-left: 0;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer;
      width:100%;
      color: #191919;
      font-size: 14px;
      font-family: 'Roboto';
      font-weight: 500;
      padding-left: 22px;
    }
  }

button.helpmodal-button {
    background-color: #fff;
    border: 0px;
    padding: 1px;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

button.helpmodal-button img {
    margin-right: 10px;
    width: 22px;
}
.helpmodal .modal-dialog {
    max-width: 450px;
    width: 100%;
    margin:auto;
}
.helpmodalcontent {
padding: 35px;
}
.helpmodalcontent button.btn-close {
position: absolute;
right: 12px;
top: 10px;
font-size: 15px;
}
.helpmodalcontent h4{
font-family:'Roboto';
font-weight:600;
font-size:24px;
line-height:30px;
text-align: center;
}
.helpmodalcontent p{
font-family:'Roboto';
font-weight:400;
font-size:14px;
line-height:18px;
color:#000;
text-align: center;
}
.helpmodalcontent .modal-body{
padding: 0px;
}
.helpmodalcontent .dropdown-list {
    border-radius: 5px;
}
.helpform-buttons {
display: flex;
justify-content: space-between;
margin-top: 0px;
float: left;
width: 100%;
}
button.helpcancel {
border: 1px solid var(--gray-300, #CFCFCF);
background-color: #fff;
font-size: 16px;
color: #777777;
font-weight: 600;
font-family: 'Roboto';
height: 45px;
width: 120px;
}
button.submithelp-query {
    background-color: #FF8A40;
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    height: 45px;
    border: none;
    float: right;
    width: auto;
    padding: 10px 40px;
}
.helpmodalcontent .dropdown {
    text-align: left;
    margin-bottom: 0px;
    border: 1px solid var(--gray-500, #777777);
    border-radius: 5px;
}
.helpmodalcontent .dropdown label.checkbox-custom-label {
    font-size: 14px !important;
    font-weight: 500;
    font-family: 'Roboto';
}
.helpmodalcontent .modal-body h5 {
font-family: 'Roboto';
font-size: 14px;
font-weight: 500;
color: #3D3D3D;
}
.helpmodalcontent textarea {
border: 1px solid var(--gray-500, #777777);
width: 100%;
height: 80px;
padding: 10px 15px;
border-radius: 5px;
}
.helpmodalcontent .formfield input {
float: left;
width: 100%;
height: 45px;
border-radius: 5px;
border: 1px solid var(--gray-500, #777777);
padding: 15px;
}
.helpmodalcontent input[type="file"] {
display: none;
}          
.custom-file-upload {
    border: 1px solid var(--gray-500, #777777);
    padding: 15px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #777777;
    border-radius: 5px;
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.custom-file-upload span.uploadclick {
color: #0354D6;
}
.custom-file-upload img {
    margin-right: 8px;
    padding-top: 5px;
}
.helpmodalcontent .formfield {
float: left;
width: 100%;
margin-bottom: 17px;
}
.helpmodalcontent .formfield .dropdown-label {
font-size: 16px;
font-weight: 400;
font-family: 'Roboto';
color: #777777;
}
.helpmodalcontent .formfield input::placeholder {
font-size: 16px;
font-weight: 400;
font-family: 'Roboto';
color: #777777;
}
.helpmodalcontent .formfield textarea::placeholder {
font-size: 16px;
font-weight: 400;
font-family: 'Roboto';
color: #777777;
}
.helpmodalcontent input.chb {
width: 16px !important;
margin-bottom: 0px !important;
height: 16px;
margin-top: 3px;
margin-right: 7px;
}
.helppriority {
display: table;
width: 100%;
margin-bottom: 5px;
}
.helppriority label {
font-size: 14px;
font-family: 'Roboto';
font-weight: 500;
color: #191919;
display: table-cell;
position:relative;
}
.helppriority label span:before {
content: '';
width: 30px;
height: 3px;
position: absolute;
bottom: -8px;
border-radius: 120px;
}
.helppriority label:first-child span:before {
background-color: red;
}
.helppriority label:nth-child(2) span:before {
background-color: #FEA14C;
}
.helppriority label:nth-child(3) span:before {
background-color: #51FF25;
}
.helppriority label:nth-child(4) span:before {
background-color: #D0D0D0;
}
.helpmodalcontent div#file-info {
    float: left;
    width: 100%;
    background-color: #EEF0FF;
    padding: 10px;
    margin-bottom: 15px;
}
.helpmodalcontent button#remove-file {
    background-color: transparent;
    border: 0px;
    padding: 0px;
    font-size: 22px;
}
div#helpsubmittModal_new {
    text-align: center;
}
div#helpsubmittModal_new p {
    color: #191919;
    margin-bottom: 30px;
}
div#helpsubmittModal_new img {
    width: 55px;
    margin-bottom: 30px;
}
span.helpmenubutton{
   position:relative;
   font-family: 'Roboto';
   font-size: 18px;
   font-weight: 400;
   color:#191919;
   cursor:pointer;
   z-index: 1;
}
span.helpmenubutton ul {
    display: none;
}
span.helpmenubutton:hover ul {
    display: block;
    position: absolute;
    top: auto;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 13px;
    float: left;
    padding: 20px;
    width:180px;
    right:0px;
}
span.helpmenubutton ul li{
   font-family: 'Roboto';
   font-size: 14px;
   font-weight: 600;
   color: #777777;
   list-style: none;
}
span.helpmenubutton ul li:hover button{
   color:#0354d6;
}
span.helpmenubutton ul:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #d1cece;
    top: -5px;
    position: absolute;
    right: 0px;
}
span.helpmenubutton ul li:first-child{
   margin-bottom:8px;
} 

div#helpformModal {
    background-color: #15141494 !important;
}
/* File Upload CSS */
 .filedata {
display: flex;
align-items: flex-start;
}
div#file-name {
font-size: 14px;
color: #777777;
font-family: 'Roboto';
width: calc(100% - 100px);
}
div#file-info button#remove-file {
line-height: 20px;
color: #a6aff2;
width: 20px;
float:left;
}
div#file-info img {
margin-right: 10px;
width: 18px;
float: left;
padding-top: 4px;
}
.filedatawithimg {
display: flex;
align-items: flex-start;
float: left;
width: calc(100% - 50px);
}
.filetitle {
display: flex;
justify-content: space-between;
}
.filedetails {
float: left;
width: 100%;
}
.filedetails h3 {
font-size: 16px;
font-weight: 600;
font-family: 'Roboto';
margin-bottom: 2px;
}
div#file-size {
font-size: 14px;
color: #6c6969;
font-family: 'Roboto';
float: right;
padding-left: 20px;
min-width: 90px;
}
div#file-progress {
height: 10px;
background: linear-gradient(90deg, #0354D6 0%, #5D8EDD 100%);
border-radius: 120px;
margin: 3px 0px;
width: calc(100% - 55px);
}
.progressstatus {
display: flex;
align-items: center;
justify-content: space-between;
}
.progressstatus span{
font-family: 'Roboto';
font-weight: 500;
font-size: 14px;
color: #191919;
}
/* File Upload CSS Ends */

@media only screen and (min-width: 320px) and (max-width: 767px){
button.helpmodal-button img {
    margin-right: 5px;
    width: 16px;
}
button.helpmodal-button span {
    display: none;
}
button.helpmodal-button {
    font-size: 15px;
    color: #000;
    padding-bottom: 6px;
}
.helpmodalcontent {
    padding: 15px;
}
.helpform-buttons {
    padding: 10px 0px;
}
span.helpmenubutton ul li img {
    max-width: 17px;
}

span.helpmenubutton {
    font-weight:500;
    font-size: 15px;
}
}

.errorField{
  font-size: 12px;
}    

     
.processingg {
  padding: 0px 10px;
  margin-top: 10px;
}
.processingg.hide {
  display: none;
}
body.modal-open {
    overflow: auto !important;
}
