
body{
    overflow-x: hidden;
}
html{  overflow-x: hidden;}
@font-face {
    font-family: 'ubuntubold';
    src: url('../fonts/ubuntu-bold-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body{
	margin: 0;
	padding: 0;
}
h1 , h2 , h3 , h4 , h5 , h6{
    font-family: 'Poppins';
    font-weight: bold;
 
}
p , span , input , label , a , input , select{
    font-family: 'poppinsregular';
}
h3.logo{
     font-family: 'ubuntubold';  
    font-weight: 700;
    font-size: 36px;
    color: #000;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
header {
    z-index: 11;
}
/* signup page css start here */
.signup-left-inner .signup-logo h3 {
    font-weight: 700;
    font-size: 36px;
    color: #000;
}
.signup-left-inner .signup-form-title{
	    margin-top: 32px;
	    margin-bottom: 32px;
}
.signup-left-inner .signup-form-title h4 {
    font-family: 'poppinssemibold';
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    color: #101012;
}
.signup-form-outer .input_box {
    display: grid;
    margin-bottom: 15px;
}
.signup-form-outer .input_box input.input_field {
    margin-top: 12px;
}
.signup-form-outer .input_box label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #5A5A5D;
    font-family: 'poppinsregular';
}
.signup-form-outer .input_box input{
	padding:10px 15px;
	border: 1px solid #BEBEBF;
    border-radius: 8px;
    line-height: 0;
      font-family: 'poppinsregular';
      color:#5A5A5D;
}
.signup-form-outer .input_box input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #BEBEBF;
    font-family: 'poppinsregular';
}
.submit_btn input.sub_btn {
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    width: 100%;
    background: #007DFA;
    border-radius: 8px;
    border: none;
    padding: 13px 10px;
    text-align: center;
     font-family: 'poppinssemibold';
}
.already_account span {
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #BEBEBF;
    margin-top: 24px;
    font-family: 'poppinsregular';
    justify-content: center;
}
.already_account span a {
    color: #007DFA;
    margin-left: 6px;
}
.signup-form-outer .input_box input.input_field:focus-visible{
	border: 3px solid #E0EFFE;
border-radius: 8px;
outline: none;
}
.signup-left-inner {
    max-width: 350px;
    width: 100%;
}
.right_side_signup {
    background: #0086db;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
/* signup page css end here */

/* login page css start here */

section.login-page-bg {
    background-image: url(../images/login-bg-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    display:flex;
    align-items: center;
}
section.create-page {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    display:flex;
    align-items: center;
}

section.signup_form_outer.create-page .signup-left-inner{
    margin:0 20px;
}

section.signup_form_outer.create-page .signup-left-inner {
    max-width: 450px;
    padding: 40px 40px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
}

section.signup_form_outer.login-page-bg .signup-left-inner {
    max-width: 450px;
    padding: 40px 40px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
}

/* login page css end here */
/* header css start here */
header {
    padding: 10px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
}
header .site_logo a {
    display: flex;
    align-items: center;
}
.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;

}

.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_menus {
    display: flex;
    gap: 10px;
    align-items: center;
}
.header_menus .site_languages {
    display: flex;
    gap: 10px;
    align-items: center;
}
.profile_dropdown .profile_menu_button {
    display: flex;
    gap: 10px;
    justify-content: center;
    background: transparent;
    border: 1px solid #D9D9D9;
    border-radius: 50px;
    padding: 3px 5px 3px 15px;
    align-items: center;
}
header .profile_icon img {
    display: inline-block;
    vertical-align: middle;
}
header button.profile_menu_button.dropdown-toggle {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 7px;
}
.profile_dropdown .profile_menu_button::after{
    display: none;
}
.profile_dropdown .dropdown-menu.show {
    display: block;
    position: absolute;
    top: 14px!Important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius:10px;
    z-index: 15!important;
}
.profile_dropdown .profile_menu_button span.lang {
    font-size: 14px;
}
.profile_dropdown ul li {
    border-bottom: 1px solid #ddd;
}

.profile_dropdown ul li a.dropdown-item {
    color: #333;
    font-size: 14px;
    padding:7px 10px;
}
.profile_dropdown ul li a.dropdown-item:focus, .profile_dropdown ul li a.dropdown-item:hover {
    background-color: #f8b932;
    color: #fff!important;
}
 .profile_dropdown ul li a.dropdown-item:hover svg path {
    fill: #fff;
}
.profile_dropdown ul li.inner-dropdown {
    position: relative;
    transition:all 0.5s ;
}
.profile_dropdown ul li.inner-dropdown:hover ul.dropdown-menu {
    display: block;
    position: absolute;
    left: -92%;
    top: 0%;
    padding: 0;
    width: 204px;
    transition: all 0.5s;
}
.profile_dropdown ul li.inner-dropdown:hover ul.dropdown-menu li:last-child{
    border-bottom:none;
}
.profile_dropdown ul li.inner-dropdown:hover ul.dropdown-menu li:nth-child(4){
    border-bottom-width: 1px;
}
.profile_dropdown ul li.inner-dropdown a:after{
    display:none;
}
.checkmark{
position: absolute;
top: 50%;
left: 50%;
height: 25px;
width: 25px;
background-color: #eee;
transform: translate(-50%, -50%);

}
input:checked ~ .checkmark {
    background-color: green;
}
.checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
input:checked ~ .checkmark:after {
    display: block;
}
td.checkbox {
    position: relative;
    text-align: center;
}
/* #checkbox_ques-1{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
} */
/* .profile_dropdown li:nth-child(4) a:hover{
    border-bottom-right-radius:10px ;
     border-bottom-left-radius:10px ;
} */
/* header css end here /
/* footer css start */
.copyright-text{
    padding: 15px 0;
    border-top: 1px solid #D9D9D9;
}
/* create module outline css start here */
.create_module_outline_main,.payment_process,.module_management,.table_content,section.training-main,.test_quiz_section,.all_questions_answer_section,.certificate_download_section{
    background-image: url(../images/vector.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    min-height: 100vh;
    padding-top: 70px;

}
.certificate_download_section{
    padding: 30px 10px 10px 10px!important;
}

.quiz_title{
    text-align: center;
}
section.table_content .detail-student {
    margin-top: 30px !important;
}
select#topic{
    height: auto;


}
/* .training-details {
    padding-top: 30px;
} */
input[type=checkbox]:checked {
    background-color:#326247 !important;
    color: #ffffff !important;
  }
.payment_process {
    margin-top: 30px;
}
.module_main .module_heading h3,.quiz_title h1,.result_page h1,.certificate_download_section h1{
    font-size: 25px;
    color: #252525;
    text-align: center;
    font-weight: 600;

}
.result_page table th,.result_page table td{
    text-align: center;
}
.result_page table th{
    box-shadow: 1px 1px 10px #ccc;
    background: #326247;
    color: #fff;
    border-color: transparent;
    font-weight: 600;
}
.answer_page  ul.list-group li h5{
    background-color: #efefef;
    padding: 12px 20px;
    font-family: poppins;
    font-size: 15px;
}
.answer_page ul.list-group li{
    padding: 0;
}
.answer_page.result_page h1{
    margin-bottom: 20px;
}
.answer_page ul.list-group li p{
    padding: 10px 20px;
}
.empty_data{
    padding: 0 20px!important;
}
.test_quiz_section .card-body{
    padding: 30px  30px 0 30px!important
}
.test_quiz_sectionbutton#next {
    margin-left: 30px;
}
.test_quiz_sectionbutton#back {
    margin-left: 30px;
}
.module_main {
    margin: 30px 0px;
}
.module_main .module-form{
    background: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    max-width: 1200px;
    margin: 30px auto;
    padding: 30px;
}
.module_main .module-form label,.test_quiz_section h5{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.module_main .module-form .input_field {
    gap: 10px;
    margin: 10px 0px 10px;
    display: flex;

}

.outline-form-inner{
    display: grid!important;
    grid-template-columns: 2fr 2fr 2fr!important;
    justify-content: space-between!important;
    gap: 20px!important;
}
.outline-form-inner .data_save_btn{
    margin-top:0!important;
}

.outline-form-inner .data_save_btn{
    width:100%;
}
.outline-form-inner input.form_sub_btn{
    padding:10px 0px!important;
}
.approved-mcq  .modal-body label {
    font-size: 16px;
    font-weight: 700;
    font-family: 'poppinsregular';
    margin-top: 10px!important;
}
.approved-mcq .modal-footer button.btn.btn-primary {
    background: #FBBC04;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-family: 'poppinssemibold';
    padding: 8px 30PX;
    font-size: 14px;
    border-radius: 100px;
}

.approved-mcq  .modal-header h5.modal-title {
    font-size: 20px;
    color: #252525;
    text-align: center;
    font-weight: 600;
}

.approved-mcq  .modal-header  button.btn {
    background: #FBBC04;
    border-radius: 32px;
    border: none;
    color: #fff;
    font-family: 'poppinssemibold';
    padding: 10px 10px;
    font-size: 14px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.module_main .module-form .form_fields {
    margin-bottom: 4px;
}
.module_main .module-form input.form_inputs {
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    padding:8px 16px;
    width: 100%;
    background-color: #fcfcfc;

}
.module_main .module-form input.form_inputs::placeholder{
    color:#1E1E1E;
    font-size: 14px;
}
.module_main .module-form input.form_inputs:focus-visible {
    border: 1px solid #32624759;
    border-radius: 8px;
    outline: none;
    }
.module_main .ouline_results {
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    padding: 16px;
    margin: 10px 0px 14px;
    min-height: 42px;
    background-color: #fcfcfc;
    height: 180px !important;


}
#response-div pre {
    margin-top: 0 !important;
}
.module_main .ouline_results p {
    font-size: 14px;
    margin-bottom: 5px;
        color: #000;
}
.module_main .module-form .input_field input.form_sub_btn {
    background: #326247;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-family: 'poppinssemibold';
    padding: 5px 0px;
    font-size: 14px;
    max-width: 165px;
    flex: 0 0 165px;
    width: 100%;
    border-radius: 100px;
    height: 42px;

}
div#blank_outline_error,div#errorMessage2 {
    font-size: 14px;
}
.table-responsive a.btn.btn-info ,.certificate_download_section a.btn{
    background: #FBBC04;
    color: #fff;
    border-radius: 100px;
    border-color: transparent;
    font-weight: 600;
    font-size: 14px;
    /* width: 100%; */
    padding-left: 20px;
    padding-right: 20px;
}
.table-responsive > .table-bordered td{
    text-align: center;
    font-size: 14px;

}
table td{
    text-align: center;
}
/* .training-completion-table {
    text-align: center;
    border: 1px solid #ddd;
    padding: 6px;
    color: #fff;
    background-color: #326247;
    font-weight: 600;
    font-size: 14px;
} */
.module_management {
    margin-top: 30px;
}
section.create_module_outline_main.testing_ques_gnrt_main .form-select,
section.create_module_outline_main.testing_ques_gnrt_main textarea{
    margin-top: 10px;
    background-color: #fcfcfc;

}
section.create_module_outline_main.testing_ques_gnrt_main input::placeholder{
    color: #212529 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
section.create_module_outline_main.testing_ques_gnrt_main textarea{
    height: 120px !important;
    background-color: #fcfcfc;

}
input#dateInput,#dateInput1,input[type="date"]{
    height: 42px;
    font-size: 14px;
}

.content-wrap,.assignment_info .input_field {
    width: 100% !important;
    display:  block !important;
}
.assignment_info .input_field,.content-wrap select {
    margin: 0 !important;
}
div#response-div {
    max-height: 180px;
    overflow: scroll;
}
.fileUploadInput label.file-label {
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-family: arial, sans-serif;
    font-size: 1rem;
    width: 100%;
    display: inline-flex;
    align-items: center;
    padding-left: 12px;
    font-size: 14px;
    border-radius: 8px;
    position: absolute;
    z-index: 2;
    font-weight: 400;


}
.data_save_btn {
    margin-top: 20px !important;
}
 .fileUploadInput { 
    position: relative; z-index: 1;
 }

 .fileUploadInput button { 
    position: absolute; z-index: 1;right: 0; top: 0; height: 42px; width: 42px; line-height: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: white; background-color: #f8b932; border-radius: 0 8px 8px 0; font-family: arial, sans-serif; font-size: 1rem; font-weight: 800; border-width: 0px;
 }

.fileUploadInput input{
    display: none;
}
 div#spinner {
    margin-top: 5px;
    width: 25px !important;
    height: 25px !important;
    color: #326247;
}
.fileUploadInput {
    max-width: 320px;
    flex: 0 0 320px;
    height: 42px;
}
section.create_module_outline_main.testing_ques_gnrt_main .form-control{
    background-color: #fcfcfc;

}
.assignment_info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 14px;

}
.table-responsive .table .thead-dark th {
    box-shadow: 1px 1px 10px #ccc;
    background: #326247;
    color: #fff;
    border-color: transparent;
    font-weight: 600;
    text-align: center;
}
.module-title {
    font-size: 25px;
    color: #252525;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
.assignment_info input[type="file"] {
    margin-top: 10px;
}

.upload_btn input.upld_btn {
    background: #007DFA;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-family: 'poppinssemibold';
    padding: 5px 0px;
    font-size: 14px;
    border-radius: 100px;

}
.upload_btn input.upld_btn,button#next {
    background: #326247;
    border: none;
    color: #fff;
    font-family: 'poppinssemibold';
    padding: 9px 10px;
    height: 42px;
    border-radius: 100px;
    max-width: 157px;
    width: 100%;


}
.upload_btn input.upld_btn,button#back {
    background: #326247;
    border: none;
    color: #fff;
    font-family: 'poppinssemibold';
    padding: 9px 10px;
    height: 42px;
    border-radius: 100px;
    max-width: 157px;
    width: 100%;


}
p#question-1{
    margin-bottom: 8px;

}
#questions .form-check label {
    font-size: 15px;
}
.message-area span.chat-icon img{
    filter: hue-rotate(280deg);
    width: 10px;
    display: inline-block;
    vertical-align: middle;
}
/* button#next {
    margin-left: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}
button#back {
    margin-left: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
} */
.text_quiz_button {
    display: flex;
    gap: 8px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}
.text_quiz_button button#back{
    background-color: #FBBC04;

}
.form_fields.plan label {
    margin-bottom: 10px;
}
.form_fields.plan .fileUploadInput{
    max-width: 100%;

}
section.create_module_outline_main.testing_ques_gnrt_main .file_upload_btn.text-center {
    text-align: left !important;
}
/* create module outline css end here */

/* create module outline css start here */
.module_main .module-form .input_field select.select_field,.send-box .form-control{
    font-size: 14px;
    padding: 10px 16px;
    padding-right: 30px;
    height: 42px;
    background-color: #fcfcfc;

}
.module_main .module-form .input_field select.form-select:focus{
    box-shadow: none;
    border-color:#DCDCDC;
}
.module_main .module-form .input_field textarea{
border: 1px solid #DCDCDC;
    border-radius: 8px;
}
/* create module outline css end here */
/* testing question generator css start here */
.create_module_outline_main .form_two_columns {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap:20px;
}

.create_module_outline_main .form_two_columns1 {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr ;
    gap:20px;
}

.testing_ques_gnrt_main .module_main .module-form .input_field{
        grid-template-columns: 1fr;
}
.testing_ques_gnrt_main .form-check-input[type="checkbox"]:checked {
  background-color: #326247;
  border: 1px solid #616161;
    border-radius: 2px;

}
.testing_ques_gnrt_main .form-check-input:focus{
    box-shadow: none;
    border-color:#616161;
}
.testing_ques_gnrt_main .form-check-input{
     background-color: transparent;
  border: 1px solid #616161;
border-radius: 2px!important; 
margin-top: 8px;

}
.testing_ques_gnrt_main .form-check-input[type="checkbox"]:checked::before{
      content: '\2713';
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    position: absolute;
    padding-left: 4px;
    font-size: 12px;
}
.form-check-input:checked{
     background-color: #326247 !important;
    border-color: #326247 !important;

}  
.back_btn {
    padding-top: 30px;
    max-width: 1200px;
}
.back_btn a{
    margin: 0 !important;
    font-weight: 600;
    font-size: 15px;
    background: #FBBC04;
    border-color: #FBBC04;
    padding-top: 7px;
    padding-bottom: 7px;
}
.form-control:focus,.form-select:focus{
    border-color: #32624770 !important;
    box-shadow: none !important;

} 
.table_content_sec table .btn{
    background-color: #326247;
    border-color: transparent;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 25px;

}
.form-check-input:focus {
    border-color: #326247 !important;
    box-shadow: unset !important;
}
.upload_btn input.download-mcq {
    background: #FBBC04;
}
.training-dashboard .total-training th {
    font-weight: 600;
    box-shadow: 1px 1px 10px #ccc;
    background: #326247;
    color: #fff;
    padding: 7px !important;
    text-align: center;
    font-size: 14px;


}
textarea.input-field::placeholder{
    color: #212529;
}
.training-notification .input-box .input-field{
    padding: 10px 12px;
}
.training-dashboard .total-training tr th:last-child ,.training-details.action-btn th:last-child{
    box-shadow: none !important;
}
input#searchInput {
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px !important;

}
section.table_content a.btn.btn-warning{
    background: #4f4f51;
    color: #fff;
    border-radius: 100px;
    border-color: transparent;
    font-weight: 600;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
section.table_content a.btn.btn-light,.payment_process .btn.btn-warning {
    background-color: #FBBC04;
    color: #fff;
    font-weight: 600;
    border-radius: 100px;
}
section.table_content.all_data a.btn.btn-success,.payment_process .btn.btn-success,.info a.btn.btn-success {
    color: #fff;
    font-weight: 600;
    border-radius: 100px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.payment_process .btn.btn-warning {
    padding-left: 20px !important;
    padding-right: 20px !important; 
}
section.table_content td{
 padding-top: 10px !important;

}
select.spacing{
    padding-left: 0 !important;
    padding-right: 9px !important;
}
select.spacing option{
    padding-left: 14px !important;
    padding-right: 6px !important;
}
.upload_all_files {
    max-width: 33%;
    flex: 0 0 33%;
}
.upload_btn.text.text-center {
    max-width: 157px;
    flex: 0 0 157px;
    padding-top: 30px;

}
/* .testing_questions_buttons .upload_btn {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    gap: 11px;
} */
/* testing question generator css end here  */
/* changes start */

/* .data_save_btn .file_upload_btn input {
    background: #fff;
    color: transparent;
    max-width: 120px;
} */
#myModal2 .modal-footer button.btn.btn-danger {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}
#myModal2 .modal-footer button.btn.btn-success{
    background-color: #326247 !important;


}

#myModal2 .modal-footer button.btn{
 border-radius: 100px;
    height: 42px;
    font-family: 'poppinssemibold';
    padding: 8px 20PX;
    font-size: 14px;
    display: inline-block;
    vertical-align: baseline;
    }

.human-questions {
    text-align: left;
    margin-bottom: 10px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.without_question .human-questions a.in-progress-btn {
    background: #fe9b26;
    border: none;
    color: #fff;
    font-family: 'poppinssemibold';
    padding: 9px 30px;
    height: 42px;
    border-radius: 100px;
    text-decoration: none;
    max-width: 150px;
    flex: 0 0 150px;

}
.human-questions h6{
    max-width: fit-content;
    flex: 0 0 auto;
}
.certificate_download_section.p-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.training-completion-table.download_here {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}
.training-completion-table.download_here p {
    order: 2;
    font-weight: 600;
    padding: 5px 10px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
}
.form-check-input{
    border-radius: 3px !important;

}
.payment_process .form-check-input{
    width: 15px !important;
    height: 15px !important;
}
.payment_process .form-check-input:checked{
    background-color: #FBBC04 !important;
    border-color: transparent !important;

}

button.btn.btn-success.payment_submit {
    max-width: 165px;
    width: 100%;
    height: 42px;
    border-color: transparent;
    background: #FBBC04;
    border-radius: 100px;
    font-weight: 600;
    box-shadow: none;
}
input#date {
    font-size: 14px;
}
.send-box form{
    gap: 12px;
}
.payment_in_process {
    overflow-y: auto;
}
.without_question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;

}
/* changes end here */
/*training page css start here */
.module_main.training-main-outter {
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    max-width: 914px;
    margin: 30px auto;
    position: relative;
}
.training-main-content {
    padding: 15px 15px 50px;
    height: 450px;
    overflow: hidden;
    overflow-y: scroll;
}


.training-main-content p{
    color:#616161;
        font-size: 14px;
        text-align: justify;
}

.training-two-button {
    display: flex;
    justify-content: space-between;
}
.training-footer-inner{
    position: relative;
}
.training-two-button{
       padding: 10px 20px 10px;
}
.training-two-button a.site_btn {
    background: #326247;
    border: none;
    color: #fff;
    font-family: 'poppinssemibold';
    padding: 9px 32px;
    display: inline-block;
    height: 42px;
    border-radius: 100px;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    line-height: normal;

    
}
.training-two-button button.site_btn,.send-box input.fa.fa-paper-plane {
    background: #FBBC04;
    border: none;
    color: #fff;
    font-family: 'poppinssemibold';
    padding: 9px 32px;
    display: inline-block;
    height: 42px;
    border-radius: 100px;
    text-transform: capitalize;
    font-size: 14px;
}
.training-main-footer {
    border-top: 1px solid #d9d0d0;
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
}

.training-chat-box {
    opacity: 0;
    background: #fff;
    position: absolute;
    bottom:125px!important;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 163px;
    background-color: #fff;
    transition: transform 0.3s, opacity 0.3s;
    color: #fff;
    z-index: -1;
    transform: translateX(-50%) translateY(-100%);   
}
.training-chat-box header { 
    background-color: #326247;
    color: #fff;
    display: flex;
    padding: 4px 16px;
    font-weight: 600;

}
button#next:focus{
    box-shadow: none!important;
}
button#back:focus{
    box-shadow: none!important;
}
.training-chat-box header > * {
  line-height: 40px;
}
.training-chat-box header h1 {
  margin: 0;
  font-size: 1.1em;
  font-weight: 600;

}
ul.moreoption .close-btn {
    background-color: transparent;
    font-size: 19px;
    padding: 0;
    width: auto;
}
.training-chat-box header .close-button {
  cursor: pointer;
  user-select: none;

}
.test_quiz_section p{
    margin-bottom: 8px;
}
.show-chat {
  /* transform: translateX(-50%) translateY(-100%); */
  opacity: 1;
   bottom: 0px;
    z-index: 999;
}
.training-chat-box header {
  background-color: #326247;
  color: #fff;
  display: flex;
    padding: 0 12px 0 16px;
}
.chatbox-footer input{
    width:100%;
    padding: 5px 5px;
    border-top:none;
border: 1px solid #d9d0d0;
}
.training-chat-box section {
    height: auto;
    background: #fff;
    /* border: 1px solid #d9d0d0; */
    /* position: absolute; */
    width: 100%;
    top: 0;
    left: 0;
}
:focus-visible {
outline: none;
}
/* .training-chat-box section div {
  margin: 12px 0;
} */
.training-chat-box section span {
  display: inline-block;
  padding: 6px 8px;
  margin: 1px 0;
  max-width: 90%;
  word-wrap: break-word;
}
.training-chat-box section div.me {
  text-align: left;
}
.training-chat-box section div.me span {
  background-color: #007dfa;
    border-radius: 4px 16px 16px 4px;
    color: #fff;
    font-size: 14px;
    font-family: 'poppinsregular';
}
.training-chat-box section div.me span:first-of-type {
  border-top-left-radius: 16px;
}
.training-chat-box section div.me span:last-of-type {
  border-bottom-left-radius: 16px;
}
.training-chat-box section div.not-me {
  text-align: right;
}
.training-chat-box section div.not-me span {
  background-color: #808081;
  border-radius: 16px 4px 4px 16px;
}
.training-chat-box section div.not-me span:first-of-type {
  border-top-right-radius: 16px;
}
.training-chat-box section div.not-me span:last-of-type {
  border-bottom-right-radius: 16px;
}
.training-chat-box footer input {
  font-family: "Karla", sans-serif;
  outline: 0;
  padding: 0 12px;
  height: 40px;
  width: 100%;
  font-size: 1em;
}
/* training page css end here */
/* footer css start here */
footer {
    border-top: 1px solid #D9D9D9;
    padding: 20px 0px;
    text-align: center;
}
.copyright-text p {
    font-size: 12px;
    line-height: 18px;
    color: #616161;
}
/* footer css end here */
.page-item.active a{
background-color: #326247;
width: 30px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
border-radius: 4px !important;
}
.showing-page-number p{
    font-size: 17∆px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;

}
/* media query css start here */
@media(max-width:1199px){
    .outline-form-inner .create_outline_submit_btn {
        text-align: center;
    }
    .text_quiz_button button{
        width: fit-content !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .without_question .human-questions a.in-progress-btn{
        padding: 9px 20px;

    }
    .human-questions{
        justify-content: center;

    }
    .certificate_download_section .training-details.action-btn{
        display: block !important;
    }
    .upload_all_files {
        max-width: 320px;
        flex: 0 0 320px;
    }
    .upload_btn.text.text-center{
        padding-top: 15px;
        margin-left: 15px;
    }
    .back_btn {
        padding-top: 30px;
        max-width: 1200px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .fileUploadInput {
        margin-bottom: 20px;

    }
    section.table_content a.btn{
        padding-left: 12px;
        padding-right: 12px;
    }
    section.table_content a.btn.btn-light{
        width: 150px;
    }
    section.table_content a.btn.btn-warning{
        width: 260px;
    }
section.table_content.all_data .training-details.action-btn{
    display: block !important;
}
.training-notification .input-box .input-field{
    max-width: fit-content !important;

}
.training-details.action-btn{
    display: grid !important;
}
.table-responsive .table .thead-dark th,.training-details.action-btn th,.training-dashboard .total-training th{
    white-space: nowrap; 
}
}
@media(max-width:992px){
h3.logo {
    font-size: 20px;
}
.outline-form-inner{
    grid-template-columns: 2fr 2fr!important;
}
.without_question .human-questions{
    justify-content: space-between;
    width: 100%;
}
.without_question .human-questions a.in-progress-btn{
    max-width: fit-content;
    flex: 0 0 auto;
}
/* .testing_questions_buttons .upload_btn{
            display: inline-block;
    } */
    .testing_questions_buttons .upload_btn input.upld_btn {
    margin-bottom: 5px;
}


}

@media(max-width:767px){
    .signup-left-inner{
            padding: 30px 20px;
    }
    .chat-area .modal-dialog-scrollable{
        bottom: -25px !important;

    }
    .signup_form_outer .row{
        flex-direction: column-reverse;
    }
    .signup-left-inner .signup-form-title h4{
        font-size: 20px;
    }
    section.signup_form_outer.login-page-bg .signup-left-inner{
        margin:0 20px;
    }
    .module_main .module-form .input_field{
        flex-wrap: wrap;

    }
    .module_main .module-form .input_field input.form_sub_btn{
        height: 42px;

    }   
    div#response-div{
        max-height: 100px;

    }
    .training-notification .input-box .input-field {
        max-width: 100% !important;
    }
    .payment_process .container.mt-5 {
        margin-top: 20px !important;
    }
    .testing_questions_buttons {
        text-align: center;
    }
    .assignment_info{
        grid-template-columns: repeat(1, 1fr);

    }
    .training-notification .training-assignment-form .input-box,.upload_text{
        flex-wrap: wrap;

    }
    .upload_all_files{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .upload_btn.text.text-center{
        padding-top: 0;

    }

    .table-responsive a.btn.btn-info{
        padding-left: 12px;
        padding-right: 12px;
    }
    a.delete_icon svg{
        margin-left: 2px !important;
    }
    section.table_content{
        padding-left:10px;
        padding-right:10px;

    }
}

@media(max-width:768px){
    .chat-area{
        top: 50px;
    }
    .chatbox.showbox{
        height: 90%;

    }
   section.message-area .container{
        padding-left: 12px;
        padding-right: 12px;
    }
    section.message-area .container .chatbox.showbox .moreoption{
        margin-bottom: 0px;
    }
    .module_main .module-form .input_field{
        grid-template-columns: 4fr 2fr;
    }
    .payment_in_process table tr th, .payment_in_process table tr td{
        white-space: nowrap;
    }
    .result_page table th, .result_page table td{
        white-space: nowrap;
    }
    section.table_content .training-details.action-btn.detail-student div{
        display:  block !important;
    }
    .chat-area {
        height: 100%;
    }
    .chat-area .modal-dialog-scrollable{
        position: static !important;
    }
    .training-details.action-btn.training-assignment-form{
        width: 100% !important;
    }
    
    table td{
        padding: 2px;
    }
    .back_btn{
        justify-content: center !important;

    }
    .certificate_download_section{
        text-align: center;
    }
    #myModal .modal-content,#initialModal .modal-content{
        width: 90% !important;

    }
    .close-btn1, .close-btn {
        top: 15px !important;
        right: 15px !important;
    }
    .without_question .human-questions{
        flex-direction: column;
    }
    .human-questions h6{
        text-align: center;

    }
    }
@media(max-width:576px){
    .training-two-button button.site_btn{
        padding: 9px 20px;

    }
    .already_account span{
    display: inline-grid;
    }
    #RegularModal table th, #RegularModal table td{
        white-space: nowrap;
    }
    #RegularModal .detail-student1{
        overflow-y: auto;

    }
    .manage-user-modal .modal-header h5.modal-title, #initialModal h5, .modal-title{
        font-size: 16px !important;
    }
    .modal .modal-header,.modal .modal-footer{
        padding: 15px !important;
    }
    .modal-dialog  .modal-header, .modal-dialog .modal-footer{
        padding: 15px !important;
    }
    
    .fileUploadInput{
        max-width: 100%;
        flex: 0 0 100%;
    }
    section.table_content_sec h2{
        font-size: 18px !important;
    }
    section.table_content_sec  table td a svg{
        margin-left: 0 !important;
    }
    .total-enrollment-progress {
        grid-template-columns: 6fr 2fr 2fr 2fr;

    }
    .training-details.action-btn button, .total-training a{
        width: fit-content;
    }
    .training-details.action-btn {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .module_main .module-form{
        padding: 12px;
    }
    .total-enrollment-progress {
        grid-template-columns: 6fr 2fr 2fr 2fr;

    }
    .already_account span a {
    margin-left: 0;
    margin-top: 10px;
}
.table_data input#searchInput{
    margin-left: 10px;
    margin-right: 10px;
}
.payment_process h3,.module-title,.certificate_download_section h1{   
    font-size: 18px;
    
}
.info_about {
    flex-direction: column;
    align-items: center!important;
    gap: 10px;
}
table th{
    font-size: 14px;
}
.module_main .module-form .input_field {
    grid-template-columns: 1fr!important;
}
.module_main .module-form .input_field input.form_sub_btn{
        width: 200px;
    margin: 0 auto;
}
.module_main .module_heading h3 {
    font-size: 18px;
    }
    .module_main {
    margin: 20px 0px;
}
.module_main .module-form{
     margin: 20px auto;  
}
.create_module_outline_main .form_two_columns {
    display: block;
}
.create_module_outline_main .form_two_columns1 {
    display: block;
}
.training-two-button {
    padding: 10px 10px 10px;
}
.without_question .human-questions a.in-progress-btn{
    font-size: 13px;

}
}
/* media query css end here */

/* Chat container */
.chat-container {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
}

/* Chat messages */
.chat-message {
    margin-bottom: 10px;
    overflow: hidden;
}

/* User message */
.user-message {
    text-align: right;
}

/* Assistant message */
.assistant-message {
    text-align: left;
    color: black;
    background-color: white;
}
.chat-input p.message {
    background: #008000c7;
    color: #fff;
    position: absolute;
    padding: 6px 10px;
    border-radius: 5px 5px 5px 0px;
    right: 17px;
    bottom: -39px;
}
.payment_process table tr th{
    box-shadow: 1px 1px 10px #ccc;
    background: #326247;
    color: #fff;

}
.chat-input p.response {
    background: #fff;
    color: #000;
    position: absolute;
    padding: 6px 10px;
    border-radius: 5px 5px 0px 5px;
    left: 17px;
    bottom: -78px;
}
/* **********************************
Reset CSS
************************************** */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}

body {
line-height: 1.5;
}

ol,
ul {
list-style: none;
}

blockquote,
q {
quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/********************************
Typography Style
******************************** */

body {
margin: 0;
font-family: "Open Sans", sans-serif;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

html {
min-height: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

h1 {
font-size: 36px;
}

h2 {
font-size: 30px;
}

h3 {
font-size: 26px;
}

h4 {
font-size: 22px;
}

h5 {
font-size: 18px;
}

h6 {
font-size: 16px;
}

p {
font-size: 15px;
}

a {
text-decoration: none;
font-size: 15px;
}

* {
margin-bottom: 0;
}

/* *******************************
message-area
******************************** */

.message-area {
height: 100vh;
overflow: hidden;
background: #f5f5f5;
}

.chat-area {
position: relative;
width: 100%;
background-color: #fff;
border-radius: 0.3rem;
/* height: 53vh; */
height: 450px;;
overflow: hidden;
min-height: calc(100% - 1rem);
}

.chatlist {
outline: 0;
height: 100%;
overflow: hidden;
width: 300px;
float: left;
padding: 15px;
}

.chat-area .modal-content {
border: none;
border-radius: 0;
outline: 0;
height: 100%;
}
.manage-user-modal .modal-dialog button.btn.btn-secondary,.modal_content input.btn.btn-success,#myModal1 button.btn.btn-secondary ,.table_content_sec #myModal2 button.btn,#myModal2 input.btn.btn-success
{

    background: #FBBC04 !important;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-family: 'poppinssemibold';
    padding: 8px 30PX;
    font-size: 14px;
    border-radius: 100px;
    margin-left: 0;
    margin-right: 0;
}
#myModal1 button.btn.btn-secondary, #myModal2 button.btn.btn-secondary {
    background-color:#6c757d !important;
    margin-right: 10px;
}
.close-btn1:hover {
    color: #fff !important;
}
.manage-user-modal .modal-header button font {
    font-size: 20px;
    margin-top: 4px;
}
.close-btn1,.close-btn {
    top: 20px !important;
    right: 20px !important;
}
.modal_content .modal-body textarea{
    background-color: #fcfcfc;
    height: 180px;
}
#myModal .modal-body {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.modal-header,.modal-footer{
    padding: 20px !important
}
 .modal-content {
    padding: 0 !important;
}
/* .modal_content .modal-body{
    padding-left: 0;
    padding-right: 0;
} */
#RegularModal .modal-header,#RegularModal  .modal-footer{
    padding: 30px 20px !important;

}


.close-btn:hover {
    color: #fff !important;
}
#myModal select#topic{
    padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;

}
#myModal button#modalSubmitTop {
    max-width: fit-content;
    margin: 0;
}
#myModal .modal-header{
    padding: 30px 20px !important;
}
#myModal .training-details.action-btn{
    display: block;
    text-align: right;
}
#myModal select#year_plan{
    margin-top: 20px !important;
}
.modal-body textarea::placeholder{
font-size: 14px;
color: #212529;
}
.manage-user-modal .modal-header button,.close-btn1,.close-btn{
    background: #FBBC04;
    border-radius: 50%;
    border: none;
    color: #fff;
    font-family: 'poppinssemibold';
    padding: 10px 10px;
    font-size: 14px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
section.message-area span.close-btn {
    max-width: 100%;
    justify-content: center;
}
section.message-area span.close-btn i{
    transform: translate(2px, 1px);

}
.manage-user-modal .modal-header  h5.modal-title, #initialModal h5,.modal-title{
    font-size: 20px;
    color: #252525;
    text-align: center;
    font-weight: 600;
    
}
#myModal2 label{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
#myModal2 textarea,#myModal2 input{
    margin-top: 10px;
    margin-bottom: 14px;
    height: 42px;
    background-color: #fcfcfc;

}
.manage-user-modal .modal-header input {
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    padding: 8px 16px;
    width: 100%;
    background-color: #fcfcfc;
    margin: 20px 0;
}

.manage-user-modal .modal-content table  thead tr th{
    font-weight: 600;
    box-shadow: 1px 1px 10px #ccc;
    background: #326247;
    color: #fff;
    padding: 7px !important;
    text-align: center;
    font-size: 14px;
}
.manage-user-modal .modal-content table  tr th
{
    border:1px solid #dee2e6;
    text-align: center;
}

.manage-user-modal .modal-footer{
    border:none;
}
.manage-user-modal .modal-content {
    max-width: 800px;
}
.manage-user-modal .modal-header{
    padding: 0px;
}
.manage-user-modal .modal-content table {
    margin-bottom: 0;
}

.btn-info:not(:disabled):not(.disabled):active{
    background-color: #fbbd06;
    border-color: #fbbd06;

}

.btn-info:focus{
    box-shadow:none!important;
}
table.question-manage-table td button.btn.btn-danger {
    background: #d9bf73;
    color: #fff;
    border-radius: 100px;
    border-color: transparent;
    font-weight: 600;
    font-size: 14px;
    /* width: 100%; */
    padding-left: 20px;
    padding-right: 20px;
}
table.question-manage-table  td a.dlt-icon svg {
    fill: #d53939 !important;
}
.edit-content-modal h5.modal-title {
    font-size: 20px;
    color: #252525;
    text-align: center;
    font-weight: 600;
}
.edit-content-modal .modal-body textarea {
    margin-top: 10px;
}
.edit-content-modal .modal-footer input.btn.btn-success {
    background: #FBBC04;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-family: 'poppinssemibold';
    padding: 8px 30PX;
    font-size: 14px;
    border-radius: 100px;
}

.edit-content-modal .modal-header button,#myModal2 .btn-close {
    background: #FBBC04;
    border-radius: 32px;
    border: none;
    color: #fff;
    font-family: 'poppinssemibold';
    padding: 10px 10px;
    font-size: 14px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 1;
}

.edit-content-modal  .modal-body h4{
    font-size: 16px;
    font-weight: 700;
    font-family: 'poppinsregular';
}
.chat-area .modal-dialog-scrollable {
height: 100% !important;
position: absolute;
width: 100%;
bottom: 0;
}

.chatbox {
width: auto;
overflow: hidden;
height: 100%;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
max-width: 100%;
margin: 0;
}

.msg-search {
display: flex;
align-items: center;
justify-content: space-between;
}

.chat-area .form-control {
display: block;
width: 80%;
padding: 0.375rem 0.75rem;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
color: #222;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.chat-area .form-control:focus {
outline: 0;
box-shadow: inherit;
}

a.add img {
height: 36px;
}

.chat-area .nav-tabs {
border-bottom: 1px solid #dee2e6;
align-items: center;
justify-content: space-between;
flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
width: 100%;
}

.chat-area .nav-tabs .nav-link {
width: 100%;
color: #180660;
font-size: 14px;
font-weight: 500;
line-height: 1.5;
text-transform: capitalize;
margin-top: 5px;
margin-bottom: -1px;
background: 0 0;
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
color: #222;
background-color: #fff;
border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
border-color: transparent transparent #000;
isolation: isolate;
}

.chat-list h3 {
color: #222;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
text-transform: capitalize;
margin-bottom: 0;
}

.chat-list p {
color: #343434;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
text-transform: capitalize;
margin-bottom: 0;
}

.chat-list a.d-flex {
margin-bottom: 15px;
position: relative;
text-decoration: none;
}

.chat-list .active {
display: block;
content: "";
clear: both;
position: absolute;
bottom: 3px;
left: 34px;
height: 12px;
width: 12px;
background: #00db75;
border-radius: 50%;
border: 2px solid #fff;
}

.msg-head h3 {
color: #222;
font-size: 18px;
font-weight: 600;
line-height: 1.5;
margin-bottom: 0;
}

.msg-head p {
color: #343434;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
text-transform: capitalize;
margin-bottom: 0;
}

.msg-head {
padding: 0px;
border-bottom: 1px solid #ccc;
}

.moreoption {
display: flex;
align-items: center;
justify-content: end;
}

.moreoption .navbar {
padding: 0;
}

.moreoption li .nav-link {
color: #222;
font-size: 16px;
}

.moreoption .dropdown-toggle::after {
display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
top: 100%;
left: auto;
right: 0;
margin-top: 0.125rem;
}

.msg-body ul {
overflow: hidden;
}

.msg-body ul li {
list-style: none;
margin: 15px 0;
}

.msg-body ul li.sender {
display: block;
width: 100%;
position: relative;
}

.msg-body ul li.sender:before {
display: block;
clear: both;
content: "";
position: absolute;
top: -6px;
left: -7px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 12px 15px 12px;
border-color: transparent transparent #fbbd06 transparent;
-webkit-transform: rotate(-37deg);
-ms-transform: rotate(-37deg);
transform: rotate(-37deg);
}


.msg-body ul li.sender p {
color: #fff;
font-size: 14px;
line-height: 1.5;
font-weight: 500;
padding: 15px;
background: #fbbd06;
display: inline-block;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
margin-bottom: 0;
}

.msg-body ul li.reply p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #32624733;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
    }

.msg-body ul li.sender p b {
display: block;
color: #180660;
font-size: 14px;
line-height: 1.5;
font-weight: 500;
}

.msg-body ul li.reply p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    }

.msg-body ul li.repaly {
display: block;
width: 100%;
text-align: right;
position: relative;
}

.msg-body ul li.repaly:before {
display: block;
clear: both;
content: "";
position: absolute;
bottom: 15px;
right: -7px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 12px 15px 12px;
border-color: transparent transparent #4b7bec transparent;
-webkit-transform: rotate(37deg);
-ms-transform: rotate(37deg);
transform: rotate(37deg);
}

.msg-body ul li.repaly p {
color: #fff;
font-size: 14px;
line-height: 1.5;
font-weight: 400;
padding: 15px;
background: #4b7bec;
display: inline-block;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
margin-bottom: 0;
}

.msg-body ul li.repaly p b {
display: block;
color: #061061;
font-size: 14px;
line-height: 1.5;
font-weight: 500;
}

.msg-body ul li.repaly:after {
display: block;
content: "";
clear: both;
}

.time {
display: block;
color: #000;
font-size: 12px;
line-height: 1.5;
font-weight: 400;
}

li.repaly .time {
margin-right: 20px;
}

.divider {
position: relative;
z-index: 1;
text-align: center;
}

.msg-body h6 {
text-align: center;
font-weight: normal;
font-size: 14px;
line-height: 1.5;
color: #222;
background: #fff;
display: inline-block;
padding: 0 5px;
margin-bottom: 0;
}

.divider:after {
display: block;
content: "";
clear: both;
position: absolute;
top: 12px;
left: 0;
border-top: 1px solid #ebebeb;
width: 100%;
height: 100%;
z-index: -1;
}

.send-box {
padding: 15px 0px;
}

.send-box form {
display: flex;
align-items: center;
justify-content: space-between;
}

.send-box .form-control {
display: block;
width: 85%;
padding: 0.375rem 0.75rem;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
color: #222;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.send-box button {
border: none;
background: #3867d6;
padding: 0.375rem 5px;
color: #fff;
border-radius: 0.25rem;
font-size: 14px;
font-weight: 400;
width: 24%;
margin-left: 1%;
}

.send-box button i {
margin-right: 5px;
}

.send-btns .button-wrapper {
position: relative;
width: 125px;
height: auto;
text-align: left;
margin: 0 auto;
display: block;
background: #f6f7fa;
border-radius: 3px;
padding: 5px 15px;
float: left;
margin-right: 5px;
margin-bottom: 5px;
overflow: hidden;
}

.send-btns .button-wrapper span.label {
position: relative;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
cursor: pointer;
color: #343945;
font-weight: 400;
text-transform: capitalize;
font-size: 13px;
}

#upload {
display: inline-block;
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
cursor: pointer;
}

.send-btns .attach .form-control {
display: inline-block;
width: 120px;
height: auto;
padding: 5px 8px;
font-size: 13px;
font-weight: 400;
line-height: 1.5;
color: #343945;
background-color: #f6f7fa;
background-clip: padding-box;
border: 1px solid #f6f7fa;
border-radius: 3px;
margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
margin-right: 5px;
}

.button-wrapper {
position: relative;
width: 100px;
height: 100px;
text-align: center;
margin: 0 auto;
}

button:focus {
outline: 0;
}

.add-apoint {
display: inline-block;
margin-left: 5px;
}

.add-apoint a {
text-decoration: none;
background: #f6f7fa;
border-radius: 8px;
padding: 8px 8px;
font-size: 13px;
font-weight: 400;
line-height: 1.2;
color: #343945;
}

.add-apoint a svg {
margin-right: 5px;
}

.chat-icon {
display: none;
}

.closess i {
display: none;
}

@media (max-width: 767px) {
.chat-icon {
display: block;
margin-right: 5px;
}
.chatlist {
width: 100%;
}
.chatbox {
width: 100%;
position: absolute;
left: 1000px;
right: 0;
background: #fff;
transition: all 0.5s ease;
border-left: none;
}
.showbox {
left: 0 !important;
transition: all 0.5s ease;
}
.msg-head h3 {
font-size: 14px;
}
.msg-head p {
font-size: 12px;
}
.msg-head .flex-shrink-0 img {
height: 30px;
}
.send-box button {
width: 28%;
}
.send-box .form-control {
width: 70%;
}
.chat-list h3 {
font-size: 14px;
}
.chat-list p {
font-size: 12px;
}
.msg-body ul li.sender p {
font-size: 13px;
padding: 8px;
border-bottom-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}


.msg-body ul li.reply p {
font-size: 13px;
padding: 8px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-left-radius: 6px;
}
}

/* Common styles */
.human-questions button.comp_btn {
    background: #326247;
    border: none;
    color: #fff;
    font-family: 'poppinssemibold';
    padding: 9px 30px;
    height: 42px;
    border-radius: 100px;
    font-size: 14px;
}

.table_data{
    margin-top: 100px !important;
}
p.no_data {
    padding: 5px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background-color: #2c5b40;
}
.human-questions h6{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
}


.without_question .human-questions a.in-progress-btn {
    background: #fe9b26;
}
/* 
.testing-without-question {
    min-height: calc(100vh - 121px);
} */

/* Training Dashboard styles */
.training-dashboard .training-details h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'poppinsregular';
}

.training-details.action-btn {
    display: grid;
    align-items: center;
    grid-template-columns: 11fr 1fr;
}
a.delete_icon svg {
    fill: #d53939 !important;
}
table.table.table-striped.table-bordered svg{
    fill: #326247;
}
.training-details.action-btn th {
    font-size: 15px;
    padding: 6px 12px;
    box-shadow: 1px 1px 10px #ccc;
    background: #326247;
    color: #fff;
    border-color: transparent;
    font-weight: 600;
    text-align: center;
}
.training-completion-table::-webkit-scrollbar {
    width: 12px; 
  }
  
  .training-completion-table::-webkit-scrollbar-track {
    background-color: #f0f0f0; 
  }
  .training-completion-table::-webkit-scrollbar-thumb {
    background-color: #999; 
    border-radius: 6px; 
  }
.total-training th{
    font-size: 15px;
    font-weight: 600;
}

.training-details.action-btn td,.section.table_content a.btn.btn-light,section.table_content .btn{
    text-align: center;
    font-size: 14px !important;
    font-family: 'poppinsregular';
    font-weight: 500;
    padding: 10px 10px !important;
}
table.table.table-striped.table-bordered,table.table.table-striped.table-bordered td{
    border: 1px solid #dee2e6;
}
table,table td{
    border: 1px solid #dee2e6;

}
section.table_content_sec h2 {
    font-size: 25px;
    color: #252525;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
.del_icon svg{
    fill: #d53939 !important;
}
.training-details.action-btn button, .total-training button {
    background: #FBBC04;
    border-radius: 100px;
    border: none;
    color: #fff;
    font-family: 'poppinssemibold';
    padding: 8px 30PX;
    font-size: 14px;
    margin: 5px 0px;
}
section.table_content_sec {
    margin-top: 100px;
}
.training-details.action-btn button, .total-training a {
    background: #FBBC04; 
    border-radius: 8px;
    border: none;
    color: #fff;
    font-family: 'poppinssemibold';
    padding: 8px 30PX;
    font-size: 14px;
    border-radius: 100px;
}

.training-dashboard .total-enrollment, .total-enrollment-completed, .total-enrollment-progress {
    display: grid;
    gap: 25px;
    grid-template-columns: 4fr 2fr 2fr 2fr;
}


.training-dashboard-card .total-training .total-enrollment:first-child {
    margin-top:20px;
}

.training-dashboard-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.training-dashboard-card button.training_plan_btn {
    border: 1px solid #cacaca;
    font-family: 'poppinsregular';
    font-size: 14px;
    padding: 3px 10px;
}

.training-completion .total-enrollment {
    gap: 0;
}

.detail-student h4 {
    font-size: 15px;
    font-weight: 400!important;
    }

.training-notification .training-assignment-form {
    grid-template-columns:auto;
    margin-top: 20px;
}

.training-notification .input-box .input-field{
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    max-width: 504px;
    width: 100%;
    font-size: 14px;


}

.training-notification .input-box input.sub-btn,.training-notification .input-box p {
    padding: 7px 20px;
    height: auto !important;
    background: #FBBC04;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;



}
.total-training p {
    color: #252525;
    font-weight: 600;
}
.training-notification .input-box p {
    max-width: 157px;
    width: 100%;

}

.training-notification .training-assignment-form .input-box {
    margin-top: 8px;
    display: flex;
    gap: 20px;
    align-items: center;
}
 
/* certificate css starts here */

.certificate-container {
    margin: 65px 0 10px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.cert {
    width: 820px;
    max-width: 100%;
    height: 600px;
    padding: 15px 20px;
    text-align: center;
    position: relative;
    z-index: -1;
    /* background-image: url(../images/certificate-bg.png);
    background-repeat: no-repeat;
    background-size: cover; */
}
.cert-bg {
    position: absolute;
    left: 0px;
    top: 0;
    z-index: -1;
    width: 100%;
}
.cert-content {
    width: 700px;
    height: 100%;
    max-width: 100%;
    padding: 70px 60px 0;
    text-align: center;
    margin: 0 auto;
}
small {
    font-size: 14px;
    line-height: 12px;
}
.bottom-txt {
    padding: 12px 25px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
.cert-content h1 {
    font-size: 22px;
    font-family: 'poppinsregular';
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0px 30px;
    line-height: 32px;
}
.cert-content h6 {
    font-size: 16px;
    font-family: 'poppinsregular';
    font-weight: 500;
    margin-bottom: 10px;
}
.cert-content h5{
    font-size: 24px;
    font-family: 'poppinsregular';
    font-weight: 600;
    margin-bottom: 10px;
}
.training-title{
    font-size: 16px!important;
}
.cert-content p{
    font-size: 14px;
    font-family: 'poppinsregular';
    font-weight: 600;
}
.bottom_sign{
    margin-top: 20px;
}
.bottom_sign h4{
    font-size: 16px;
    font-family: 'poppinsregular';
    font-weight: 600;
}

/* certificate cssends here */
/* changes start here */
.question_answe_page {
    overflow: auto;
}
.without_question .human-questions a.in-progress-btn{
    max-width: fit-content;
    flex: 0 0 auto;
}
/* changes end here */
/* responsive changes start here */
@media(max-width: 1200px){
.payment-date-id-name .info_about {
    display: grid!important;
    grid-template-columns: 2fr 2fr;
    gap: 20px;
}
.payment-date-id-name  .payment-method {
    display: grid!important;
    grid-template-columns: 39% 60%;
}
}
@media (max-width: 992px){
.payment-date-id-name  .payment-method {
    grid-template-columns: 50% 50%;
}
}
@media (max-width: 767px){
    .payment-date-id-name .info_about {
    grid-template-columns: 100%;
}
.payment-date-id-name  .payment-method {
    grid-template-columns: 35% 64%;
}
}

@media(max-width: 480px){
.training-two-button {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}
.training-main .training-two-button a.site_btn{
    width: 100%;
    text-align: center;
}
.training-two-button > div{
    max-width: 225px;
    flex: 0 0 225px;
}
.training-main .live-chat-box{
    max-width: 100%;
    flex: 0 0 100%;
}
.training-two-button button{
    width: 100%;
    height: auto;
}
.payment-date-id-name  .payment-method {
    grid-template-columns: 100%;
}
}
/* responsive changes end here */

