.cts-listing-action-embed-link .job-dashboard-action-embed-link::before {
    font-family: Material Icons;
}
.cts-listing-action-embed-link .job-dashboard-action-embed-link::before {
    content: "\e86f";
}
#codicts-mlelp-modal-embed-tag .codicts-qr-code {
    text-align: center;
    padding: 20px;
    padding-bottom: 5px;
}
#codicts-mlelp-modal-embed-tag .element {
    margin-bottom: 0 !important;
}
#codicts-mlelp-modal-embed-tag .loader-bg {
    height: 100px;
}
#codicts-mlelp-modal-embed-tag .codicts-qr-link {
    font-size: 12px;
    opacity: .6;
    color: #484848;
}
#codicts-mlelp-modal-embed-tag textarea.codicts-tag-wrap {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 100px;
}
.mlelp-switch-label {
    display: block;
    /* margin-bottom: 8px; */
    display: inline-block;
}
label.mlelp-form-switch {
    cursor: pointer;
}
.mlelp-form-switch .switch-slider {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
}
.mlelp-form-switch .switch-slider,
.mlelp-form-switch .switch-slider:before {
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
}
.mlelp-form-switch .switch-slider:before {
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
}
.mlelp-form-switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
    margin-right: 5px;
}
.mlelp-form-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.mlelp-form-switch input:checked + .switch-slider {
    background-color: var(--accent);
}
.mlelp-form-switch input:checked + .switch-slider:before {
    -webkit-transform: translateX(21px);
    transform: translateX(21px);
}
