.lock-inp {
    position: relative;
}
.lock-inp span {
    position: absolute;
    top: 7px;
    right: 5px;
} 
.lock-inp span i { 
    margin-right: 5px;
}
.lock-inp .form-control {
    background-color: #d4d4d4;
}
.lock-inp .form-control {
    padding: 0 55px 0 10px;    
} 
.module-list .form-control {
    cursor: pointer;
    font-size: 12px;
}
.table thead th {
    vertical-align: middle;
}
.icons i {
    margin-right: 5px;
}
.module-page li a {
    display: block;
    padding: 5px 0;
    color: #707d8a;
    position: relative;
    font-size: 14.4px;
    transition: all 0.4s;
}
/*.module-page ul {
    padding:0;
}*/
.module-page li {
    margin-bottom: 5px;
    /*list-style-type: none;*/
}
.module-list li {
    padding: 5px 0;    
    list-style-type: none;
    position: relative;
    background:#fff;
    border-bottom: 1px solid #e7e7e7;
}
.module-page li:hover a {
    color:#3b5de7;
}
.module-list li .dropdown {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
}
.module-list .dropdown-menu.show {
    top: 100%!important;
    left: -94px !important;
}
.module-page li a.dropdown-item {
    padding: .35rem 1.5rem;
}
.outer-repeater .btn.inner {
    background: none;
    color: #454545;
    border: 0;
    text-align: right;    
}
.outer {
    position: relative;
}
.del-btn {
    position: absolute;
    bottom:0;
    right: 0;
}
.outer-repeater input:focus,.del-btn input:focus {      
    outline: 0;
}
.outer-repeater input[type="button"],.del-btn input[type="button"] {      
    background: none;
    border: 0;
}
.outer-repeater input[type="button"]:focus, .del-btn input[type="button"]:focus {
    outline: 0;
    background: none;
    border: 0;
    box-shadow: 0;
}
.add-more,.del-sec {
    color: #454545;
    font-weight: 700;
    cursor: pointer;
}
.hidden-para {
    height: 42px;
    margin-bottom: 0;
    overflow: hidden;
}
.read-txt {
    color: #454545;
    font-weight: 700;
    cursor: pointer;
}
.opp li {
    margin-bottom: 15px;
    padding:7px 10px;
    border:1px solid #e5e5e5;
}
.add-sec button {
    background: none;
    border: 0;
    font-size: 35px;
    color: #a3a3a3;
}
.logo {
    width:95px;
}
.logo img {
    max-width: 100%;
}
.mdi.dataStatus {
    font-size: 45px;
    cursor: pointer;
}
.mdi.mdi-toggle-switch-off.dataStatus {
    color: #d43f3a;
}
.mdi.mdi-toggle-switch-outline.dataStatus {
    color: #5cb85c;
}
.jstree-clicked .jstree-checkbox {   
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e") #3b5de7 !important;
    background-size: 15px auto !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.jstree-default>.jstree-container-ul>.jstree-node {
    margin-bottom: 8px;
}
.del-bar input[type="checkbox"] {
    margin-right: 12px;
}
.drag-icon {
    font-size: 25px;
    cursor: pointer;
}
.add-sec .dropdown-menu.show {
    top:165px !important
}
.email_varified {
    font-size: 22px;
    vertical-align: middle;
    margin-left: 10px;
}
.mdi.statusDisabled {
    font-size: 45px;
    cursor: pointer;
}
.button-info{
	margin-top: 15px;
}
.msg-para{
	white-space:normal;
}
.video_here {
    margin-left: auto;
    margin-right: auto;
    display: block
}
.moule-ul {
    padding: 0;
    list-style: none;
}
.pass-wrap {
    position: relative;
}
.pass-wrap i {
    position: absolute;
    top: 11px;
    right: 15px;
    display: none;
    cursor: pointer;
}
.pass-wrap i.active {
    display: block;
}
.audio-here {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.report_boday{
    border: 2px solid black;
    border-collapse: separate;
    border-spacing: 4px;
    border-top: 2px solid black !important;
}
#assign-modules .nav-tabs li{
    flex: 1;
}
#assign-modules .nav-tabs li a{
    padding: 5px;
    display: block;
}
#assign-modules .nav-tabs li a.active{
    color: blue;
    border-bottom: 2px solid blue;
}
#assign-modules .tab-content h3{
    margin-top: 15px;
}
#assign-modules .c100{
    font-size: 50px;
}
#assign-modules .tab-content .form-group.row{
    align-items: center;
}
.modal-table td {
    padding-left: 0;
}
.modal-table td i {
    width: 35px;
    height: 35px;
    background: #f5f5f5;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
  }
  .homework-visibility-modal .btn-secondary {
      display: block;
      border-radius: 30rem;
      margin-bottom: 2.25rem;
      height: auto;
      border: 2px solid;
      border: none !important;
      text-align: center;
      padding: 6px 20px !important;
      color: #fff;
    }
    
    .modal-table {
        margin-right: 40px;
      }
.modal-header .close {

    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #cccccc;
    color: #fff;
    position: absolute;
    right: 2rem;
    top: 2rem;
    padding: 0;
    z-index: 1;

}
.homework-visibility-modal .modal-body{
    text-align: center;
} 
    .homework-visibility-modal .btn-secondary:hover,
    .homework-visibility-modal .btn-secondary:focus {
        background-color: #e42a22;
    }
@media only screen and (min-width: 992px){
    .homework-visibility-modal .modal-dialog {
        max-width: 70% !important;
    }
}
/*Added by SP : 2025-07-03 - For dnc and readonly input style - Start*/
/*Admin Panel - Participant Edit Page  - Start*/
.readonly-input {
  background-color: #e9ecef !important; 
  color: #6c757d !important;            
  cursor: not-allowed !important;
  border: 1px solid #ced4da !important;
}

/*Admin Panel - Participant Edit Page  - End*/
/*Admin Panel - For Do Not Contact - Start */

.dnd-strike {
    text-decoration: line-through !important;
    color: #999 !important;
}
/*Admin Panel - For Do Not Contact - End */
/*Added by SP : 2025-07-03 - For dnc and readonly input style - Start*/