/*
File: Custom Css File
*/


.btn-primary {
    --vz-btn-bg: #405189;
    --vz-btn-border-color: #405189;
    --vz-btn-hover-bg: #405189d9;
    --vz-btn-hover-border-color: #405189d9;
    --vz-btn-active-bg: #405189d9;
    --vz-btn-active-border-color: #405189d9;
    --vz-btn-disabled-bg: #405189;
    --vz-btn-disabled-border-color: #405189;
}

.btn-success {
    --vz-btn-bg: #ce3800;
    --vz-btn-border-color: #ce3800;
    --vz-btn-hover-bg: #fff;
    --vz-btn-hover-border-color: #ce3800;
    --vz-btn-active-bg: #ce3800;
    --vz-btn-active-border-color: #ce3800;
    --vz-btn-disabled-bg: #ce3800;
    --vz-btn-disabled-border-color: #ce3800;

}

.bg-primary {
    background-color:#405189 !important;
}

/* Custom css */

.error{
    color: #f06548;
}

.profile-image{
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.custom-disable{
    background-color: #eff2f7 !important;
    opacity: 1; 
}

.document-image{
    height: 400px;
    width: 400px;
    object-fit: contain;
}

.filepond--root label.error{
    position: absolute;
    bottom: -29px;
    font-weight: 500;
    font-size: 13px;
    font-family: "Poppins";
    margin-bottom: .5rem;
    display: inline-block;
}

.errorlist{
    color: red
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    padding-right: 14px !important;
    padding-top: 8px !important;
}

.display-none {
    display: none !important;
}

/* Profile */
.filepond--root[data-style-panel-layout~=circle]{
    overflow: unset;
}
.filepond--root[data-style-panel-layout~=circle] label.error{
    white-space: nowrap;
}

.filepond--item[data-filepond-item-state=load-invalid] .filepond--file{
    background-color: #f06548;;
}

.remove-preview{
    position: absolute;
    top: 0;
    right: 1px;
    color:red;
    cursor: pointer;
}

.remove-notes{
    position: absolute;
    right: 0px;
    margin: 10px;
    margin-bottom: 0;
    color:red;
    cursor: pointer;
    width: 10%;
}
.remove-video{
    top: 12px;
    position: absolute;
    right: 0px;
    margin: 0px;
    margin-bottom: 0;
    color:red;
    cursor: pointer;
    width: 10%;
}

.unseen-notification{
    background: #e5e7ef;;
}

#back-to-top{
    bottom: 60px !important;
    right: 20px !important;
}

.customizer-setting{
    bottom: 8px !important;
    right: 12px;
}

#invalid_records_wrapper{
    max-height: 450px !important;
    overflow: auto !important;
}

#all-question,#selected-question{
    height: 350px;
    overflow: auto;
    font-size: 12px;
    cursor: -webkit-grabbing; 
    cursor: grabbing;
}

.acitivity-timeline > div:not(:first-child , :last-child){
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}

/*select2 readonly*/
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}
  
select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}
  
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

/*mcq disable*/
.mcq-disable{
    opacity: 0.6;
    cursor: not-allowed;
}


.logo-lg img{
    width: 100%;
    height: auto;
}

.btn-success:hover{
    background-color: #ce3800 !important;
    color: white !important;
}

.btn-primary {
    --vz-btn-bg: #405189;
    --vz-btn-border-color: #405189;
    --vz-btn-hover-bg: #405189d9;
    --vz-btn-hover-border-color: #405189d9;
    --vz-btn-active-bg: #405189d9;
    --vz-btn-active-border-color: #405189d9;
    --vz-btn-disabled-bg: #405189;
    --vz-btn-disabled-border-color: #405189;
}

textarea.select2-search__field{
    width: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    max-width: 90% !important;
}

.webinar-view-sec table tr td:nth-child(2){
    line-break: anywhere;
}

/*input readonly */
.readonly {
    background: #eee;
}

.iti--allow-dropdown {
    width: 100%;
}