body {
    font-family: 'Lato', sans-serif;
}
h1 {
    font-family: 'Merriweather', serif;
}
.uploded-image-div {
    padding: 15px 0;
}
.field-status .toggle {
    padding: 0 !important;
}
.field-status .toggle-on.btn {
    padding-right: 15px;
    padding-top: 4px;
}
.field-status .toggle-off.btn {
    padding-left: 10px;
    padding-top: 4px;
}

/* .bg-login-image{
    background: url("../img/login-bg.jpg") !important;
} */

.col-lg-5.outer-page-left {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.pdf-upload-wrapper{
    position: relative;
    display: flex;
    align-items: center;
}
.preview-icon svg{
    max-width: 100px;
}
.question-items{
     background-color: #FFF;
     display: flex;
     align-items: center;
     width: 30%;
     height: 100%;
     flex-direction: column;
     justify-content: center;
}
.pdf-mapper-wrapper{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top:0px;
    left: 0px;
    z-index: 99;
}

.question_lists{
    list-style: none;
    padding: 4rem 0px;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
}
.question_lists .questions{
    list-style: none;
    padding: 0px;
    margin-top: 0.5rem;
}
.question_lists a{
    color: #000 !important;
    text-decoration: none;
    font-size: 1.5rem;
}
.question_lists ul.questions > li > a{
    padding: 1rem;
    background: #e2e2e2;
    display: flex;
    margin-bottom: 0.5rem;
}
.question_lists ul.questions > li > a:hover,
.question_lists ul.questions > li.expanded > a{
    background: #333;
    color: #FFF !important;
}
.question_lists a h4{
    margin: 0px;
}
.question_lists .quest_item{
  background: #e2e2e2;
  position: relative;
  margin-bottom: 0.25rem;
}
.question_lists .quest_item a{
    color: #000 !important;
    text-decoration: none;
    font-size: 1rem;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
}
.question_lists .quest_item p{
    margin: 0px;
}
.question_lists .quest_item a:hover,
.question_lists .quest_item a.selected,
.question_lists .quest_item.selected-question a{
    background-color: #333;
    filter: invert(-1);
    color: #FFF !important;
}
.question_lists .quest_item a span.qid{
    color: #FFF;
    background: #000;
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    border-radius: 50%;
    text-align: center;
    justify-content: center
}
.pdf-mapping{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pdf-viewer{
    width: 70%;
}
.pdf-credentails{
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
    align-items: center;
    position: relative;
    top: -15px;
    right: -15px;
}

.pdf-credentails .pdf-tool{
    display: flex;
    bottom: 100%;
}
.pdf-credentails a{
    display: flex;
    padding: 0.5rem;
 }
.pdf-credentails svg{
    max-width: 1rem;
    max-height: 1rem;
}
#pdf-container > div{
    border: 4px dashed #000;
    background: rgba(0,0,0,0.15) !important;
}
.close-pdf-container{
    position: absolute;
    z-index: 999;
    background: #000;
    border-radius: 50%;
    padding: 5px;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 1rem;
    top: 1rem;
}
.close-pdf-container svg{
    max-width: 1.5rem;
}
.edit-selection{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0px 0px;
    max-height: 50px;
}
.edit-selection svg{
    width: 2rem;
    height: 2rem;
}
.edit-selection a{
    width: calc(50% - 5px);
    padding: 0.5rem 1rem;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #000;
    height: 3.5rem;
}
#pdf-container{
    z-index: 9999;
}

#pdf-container > div > span.item-qid{
    position: absolute;
    top: 2px;
    border-radius: 50%;
    background: #000;
    width: 2rem;
    height: 2rem;
    color: #FFF;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 7px;
    border: 2px solid #FFF;
    overflow: hidden;
}
#pdf-container > div > span.quest_label{
    position: absolute;
    top: 3px;
    left: 40px;
    font-size: 12px;
    color: #FFF;
    background: #000;
    padding: 5px 10px;
}

.pdf-tool{
    position: absolute;
    background: #000;
    border-radius: 5px;
    padding: 0px 5px 5px;
    display: none;
    z-index: 1000;
}
.pdf-tool a {
    filter: invert(1);
    display: flex;
    margin: 5px 5px 0px;
    width: 1.5rem;
    height: 1.5rem;
    align-items: center;
    border-radius: 3px;
    justify-content: center;
    padding: 4px;
}
.pdf-tool a:hover,.pdf-tool a.selected {
    background: #FFF;
    filter: invert(0);
}
.pdf-tool select{
    padding: 0px;
    width: 50px;
}

.pdf-tool a svg{
    width: 1rem;
    height: 1rem;
}
.question-page-item h4{
    font-size:1.125rem;
}
.label-group{
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: capitalize;
}
.text-format.italic svg{
    filter: invert(1);
}
/** certificate/manage-request **/
#certificateRequestsTable_wrapper .dt-layout-cell .dt-length select[name="certificateRequestsTable_length"]{
    margin-right:10px;
}
/** certificate/requests **/
.outer-page-left .img-certificate-req{
    object-fit: cover;
}
/** layout dashboardapp **/
.h_100vh{
    height:100vh;
}
input#dt-search-0 {
    margin-right: 5px;
}
.course-company-filter{
    width: 100% !important;
}
.img-logo{
    width: 150px;
}
.img-sidebar-liist{
    width: 50px;
}
.login-background{
    /* background: url(../img/login-bg.jpg) !important;
    background-position: center center;
    background-size: 650px; */
    background: url(../img/login-bg.jpg) center center/cover !important;
}
.bg-sidebar-primary{
    background-color: #46525A;
}
.dashboard-label{
    color: #3587c0 !important;
}
.main-brand-text h1 {
    font-size: 24px;
}
.btn-amc-main{
    background-color: #4389ba;
    color: #fff;
    padding: 6px 8px;
    transition: background-color 0.3s ease;
}
.btn-amc-main:hover {
    background-color: #35383c; /* Change the color to your desired hover color */
}
div.dt-container .dt-search input{
    padding: 8px;
}
select#dt-length-0 {
    margin-right: 3px;
}

td a.btn {
    margin: 1px;
}
.selected-color {
    width: 30px; /* Adjust width as needed */
    height: 30px; /* Adjust height as needed */
    border: 1px solid #ccc; /* Optional: Add border */
}
.share_certificate_email_body {
    width: 100%;
    height: 200px !important;
}
.tox .tox-promotion{
    display: none;
}
select#bulkAction {
    width: 90%;
}
select.report-company-filter {
    width: 90%;
}
.export-button {
    float: right;
}
#date-range-filter{
    width: 80%;
}
.hide{
    display: none;
}

#formElements .default-field .field-header{
    color: #fff;
}
.error-field {
    border: 1px solid #dd0707 !important;
}
/* .error-field.select2-container--default .select2-selection--single {
    border: 1px solid #dd0707 !important;
} */
#formElements.error-field {
    border: 1px solid red;
}
.error-message, .field-error-message {
    color: #dd0707 !important;
}
#formsTable .dt-type-numeric{
    text-align: left;
}
.download-formpdf {
    font-size: 26px;
    text-align: center;
}
.upload-template-div{
    padding-left: 25px;
}
.upload-template{
    width: 73%;
}
.toggle-off.btn {
    padding-left: 15px;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#embed-form-request .form-check label{
    display: inline !important;
    line-height: 2;
}

.request-success-message .alert-success{
    color: #fff !important;
    background: #4a9341 !important;
}

.image-container {
    width: 100%;
    max-width: 400px;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.img-certificate-req {
    position: relative;
    top: 0;
    left: 0;
    width: 75%;
    /* height: 100%; */
    object-fit: cover;
    right: 0;
    left: 0;
}
.btn.btn-danger:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

