*{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    .todo-list{
        margin: 15px auto;
        border-radius: 5px;
        background: #fff; 
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 0%);
        width: 100%;
        position: relative;
    }
    .todo-list-body{
        padding: 20px;
        margin-left: 15px;
    }
    .todo-list-body::before{
        content: '';
        height: 60%;
        width: 5px;
        border-radius: 50px;
        display: block;
        position: absolute;
        left: 0px;
        background: #017bc1;
    }
    .todo-list h2{
        margin-bottom: 10px;
        font-size: 22px; 
        letter-spacing: 1px;
    }
    .todo-list p{
        font-size: 15px; 
    }
    .todo-list h2,.todo-list p{
        color: #000;
    }
    .select2-container--default .select2-search--inline .select2-search__field{
        width: 100% !important;
    }
    #exampleModal .select2-container{
        width: 100% !important;
    }

.annouce_num_notify{
     background: #c10f0f !important;
    color: white !important;
    height: 20px !important;
    width: 20px !important;
    display: inline-block !important;
    border-radius: 20px !important;
    font-size: 11px !important;
    line-height: 20px;
    text-align: center;
    /* position: absolute;
left: -40px;
top: -2px; */
}

/* .todo-list h2{
    text-transform: capitalize;
} */

    /* --------------------------------pagination */




/* Button styling starts*/


.todo-list-body{
    position: relative;
}
.todo-list-body button{
    width: 35px;
    padding: 0px;
    height: 35px;
    border-radius: 100%;
    line-height: 31px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 20px;
    background: #e54040;
    border: none;
    transition: .3s;
}
.todo-list-body button:hover{
    opacity: .9;
}



/* Button styling Finish */


button.ld-annce-frnt-btn{
    background: #074b79;
    border: none;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 5px;
    padding: 8px 20px;
    transition: .3s;
    box-shadow: none !important;
    margin: 0px 0 0;
    cursor: pointer;
}
button.ld-annce-frnt-btn:hover{
    opacity: .9;
}


.ld-annce-frnt{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 70px;
    bottom: 20px;
    background: #fff;
    padding: 0 30px 30px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0px 0px 8px 0px #a9a9a9;
    display: none;
    z-index: 9999999;
    max-width: 900px;
    margin: 0 auto;
    width: 96%;
    overflow-y: auto;
    min-height: 500px;
}

.ld-annce-frnt::-webkit-scrollbar {
  width: 5px;
}
.ld-annce-frnt::-webkit-scrollbar-track {
  background: #fff; 
   margin: 30px 0;
}
.ld-annce-frnt::-webkit-scrollbar-thumb {
  background: #888; 
 
}
.ld-annce-frnt .modal-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 9999999;
}
.ld-annce-frnt .modal-header .btn-close{
   background: #e54040;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: .3s;
    padding: 0px;
        margin: -22px -20px 0 0;
}
.ld-annce-frnt .modal-header h5.modal-title{
    margin: 0px;
    color: #074b79;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
}
.ld-annce-frnt .modal-header .btn-close:hover{
    opacity: .9;
}
.ld-annce-frnt .modal-body label{
    font-size: 13px;
    font-weight: 700;
    color: #5f5f5f;
    margin: 0px 0 5px 0;
    display: block;
}
.ld-annce-frnt .modal.fade{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.ld-annce-frnt .modal-body input#announcement_title_frontend{
    width: 100%;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 20px;
    background: #fafafa ;
    box-shadow: none !important;
    outline: none !important;
}
.ld-annce-frnt .modal-body input#announcement_title_frontend:focus, 
.ld-annce-frnt .modal-body input#announcement_title_frontend:active{
    border: 1px solid #eee !important;
}
.form-group.cs-txt-flex textarea{
    border: 1px solid #eee;
    background: #fafafa ;
    box-shadow: none !important;
    outline: none !important;
    display: block;
    width: 100%;
}

.ld-annce-frnt .modal-footer button {
    background: #074b79;
    border: 1px solid #eee;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 5px;
    padding: 7px 20px;
    transition: .3s;
    box-shadow: none !important;
    margin: 0px 0 0;
    cursor: pointer;
}
.ld-annce-frnt .modal-footer button.btn-secondary {
    background-color: #e54040;
    margin-right: 10px;
}
.ld-annce-frnt .modal-footer{
    margin-top: 20px;
}
.ld-annce-frnt .modal-footer button:hover{
    opacity: .9;
}
#wp-announcement_title_detail_frontend-wrap textarea{
    height: 170px;
}
.cs-annouce-email{
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-gap: 30px;
    text-align: left;
}
.cs-annouce-email input[type="checkbox"]{
      border: 2px solid #8c8f94;
      border-radius: 15px !important;
      background: #fff !important;
      color: #50575e;
      cursor: pointer;
      position: relative;
      width: 40px !important;
      min-width: 40px !important;
      max-width: 40px !important;
      height: 20px;
      box-shadow: none;
      margin: 0px;
      appearance: none;
  }
  .cs-annouce-email input[type="checkbox"]:after{
     content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 3px;
    left: initial;
    right: 3px !important;
    background: #fff !important;
    transition: .1s;
    border-radius: 100%;
    border: 2px solid #8c8f94;
    display: inline-block;
    box-sizing: content-box;
  }
  .cs-annouce-email input[type="checkbox"]:before{
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 5px;
      position: absolute;
      top: 3px;
      left: 3px !important;
      background: #8c8f94 !important;
      transition: .1s;
      display: inline-block;
  }

  .cs-annouce-email input[type="checkbox"]:checked{
  background: #11a0d2 !important;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  }
  .cs-annouce-email input[type="checkbox"]:checked:before{
      width: 3px;
      height: 7px;
      border-radius: 0px;
      top: 9px;
      left: 11px !important;
      background: #fff !important;
      transition: .1s;
      display: inline-block;
  }    
  .cs-annouce-email input[type="checkbox"]:checked:after{
          width: 8px;
      height: 8px;
      top: 4px;
      left: initial;
      right: 5px !important;
      border-color: #fff;
  }


.cs-annouce-email #announcement_file{ 
 border: 1px solid #eee;
    border-radius: 6px;
    padding: 4px;
    cursor: pointer;
}
.cs-annouce-email #announcement_file::file-selector-button{
  background-color: #074b79 !important;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 100px;
  padding: 5px 10px !important;
  border: none !important;
  cursor: pointer;
}
.cs-annouce-email #announcement_file::file-selector-button:hover{
  opacity: .9;
}
/*.cs-annouce-email label{
    margin: 0px !important;
}*/

.ld-tab i.fa-bullhorn{
    font-size: 16px;
}
.ld-tab span.fa-bullhorn{
    display: inline-flex;
    align-items: center;
}


.mce-stack-layout-item button:hover, 
.mce-btn button:hover,  
.mce-window .mce-window-head .mce-close:hover, 
.mce-window-head .mce-close .mce-i-remove:hover, 
.wp-switch-editor:hover, 
.wp-switch-editor:focus{
    background: none !important;
    color: #50575e !important;
}
.wp-switch-editor{
border-color: #dcdcde !important;
}

.mce-panel.mce-floatpanel{
    z-index: 999999999999 !important;
}
div.mce-fullscreen{
    z-index: 9999999;
}


























/*Responsive starts*/

@media(max-width: 767px){
.ld-annce-frnt .modal-header h5.modal-title{
    font-size: 22px;
}    
.ld-annce-frnt .modal-header{
    padding-bottom: 20px;
}
}

@media(max-width: 575px){
.ld-annce-frnt{
        padding: 0 20px 30px;
            width: 90%;
}
.ld-annce-frnt .modal-footer button{
        font-size: 14px;
}
button.ld-annce-frnt-btn{
    font-size: 14px;
}
.ld-annce-frnt .modal-header .btn-close{
   width: 25px;
    height: 25px;
    font-size: 16px;
    border-radius: 5px;
   margin: -26px -8px 0 0;
}
.cs-annouce-email{
        grid-template-columns: 1fr;
        grid-gap: 0px;
}
.ld-annce-frnt .modal-footer button.btn-secondary{
    margin-bottom: 5px;
}
.ld-annce-frnt .modal-header{
    padding: 20px 0;
        
}
}