.dropzone-image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.dropzone-image img {
    max-width: 150px;
}
a.image-remove {
    width: 25px;
    height: 25px;
    display: flex;
    background-color: #f3d9d9;
    justify-content: center;
    align-items: center;
    color: #bf0000;
    border-radius: 50%;
    font-weight: 700;
    margin-left: 10px;
}
.hidden {
    display:none;
}
.remove-upload-image {
    width: 200px;
}
a.image-remove-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 110;
    display: flex;
    background-color: red;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    color: #FFF;
    justify-content: center;
    align-items: center;
}
p.form-hint {
    font-size: 1.3rem;
    font-style: italic;
    width: 100%;
    margin-top: 10px;
}
.dropdown.bootstrap-select.form-control.show input[type=text].form-control {
    min-height: 40px !important;
    height: 40px !important;
}
/*.certificate-image-wrapper {
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 15px;
    position: relative;
}*/
.certificate-image-wrapper{
    display: flex;
    /*align-items: center;*/
    flex-direction: column;
}
.certificate-image-thumb{
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;    
}
.featured-image-wrapper{
    display: flex;
    /*align-items: center;*/
    flex-direction: column;
}
.featured-image-thumb{
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;    
}
.meta-image-wrapper{
    display: flex;
    flex-direction: column;
}
.meta-image-thumb{
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;    
}
.certificate-pic-image {
    display: flex;
    align-items: center;
}
.logo-image-wrapper {    
    width: 242px;
    position: relative;
    background-position: center;
    background-size: cover;
    height: 100px;
}
a.dz-remove {    
    background-color: #e40000;
    color: #FFF;
    border-radius: 5px;
    line-height: 20px;
    width: 90%;
    margin: 5px auto 0px;
}
span.preview-thumb {
    width: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #dadada;
    position: relative;
}
/*.theme-settings input[type=file] {
    position: absolute;
    visibility: hidden;
}*/
.file-hide {
    visibility: hidden;
    position: absolute;
}
span.preview-thumb img {
    width: 100%;
}
.course-level-1 {
 
    padding-left: 45px;
}
    .course-level-2 {
    padding-left: 90px;
}
.el-btn {
    color: #FFF !important;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.question-type-wrapper {
    border: solid 1px #eee;
    border-radius: 5px;
    padding: 10px;
}
.question-type-label{
    font-size: 15px !important;
    line-height: 29px !important;
}
.video-thumb {
    width: 150px;
    text-align: center;
    line-height: 150px;
    border: dashed 2px;
    font-size: 70px;
    border-radius: 5px;
}
.video-thumb.with-text {
    line-height: initial;
}
.video-thumb.with-text span {
    font-size: 12px;
    display: block;
    margin-bottom: 15px;
}
.form-group.featured-section {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.portfolio-thumb {
    width: 100%;
    padding-bottom: 100%;
    display: flex;
    background-position: center;
    background-size: cover;
    position: relative;
}
.portfolio-thumb span {
    width: 25px;
    height: 25px;
    background-color: #f00;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}
span.text-red {
    color: red;
}
.alert {
    padding: 10px 15px !important;
    font-size: 14px !important;
}
.attachment-download-link {
    border: solid 1px #eee;
    font-size: 12px;
    color: #1f262e;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 16px;
    padding: 10px;
    text-align: center;
}
.attachment-download-link:hover {
    color: #1f262e;
    text-decoration: none;
}
.attachment-item {
    position: relative;
    margin-bottom: 20px;
}
span.attachment-remove-icon {
    background-color: #f00;
    display: block;
    width: 25px;
    line-height: 25px;
    color: #FFF;
    font-size: 17px;
    text-align: center;
    position: absolute;
    top: 0px;
    z-index: 5;
    cursor: pointer;
}
.attachment-download-link span {
    font-size: 12px;
    text-align: center;
}
.attachment-download-link i {
    font-size: 60px;
    margin-bottom: 10px;
}


.content-body-conference{
    margin-left: 0rem;
    z-index: 0;
}

.compact td {
    line-height: 1.5rem;
    vertical-align: middle;
}
.widget-school-stat.bg-7{
    background-color: #00bcd4;
}
.widget-school-stat.bg-7 i{
    color: #00bcd4;
}
.widget-school-stat.bg-8{
    background-color: #ae06b4;
}
.widget-school-stat.bg-8 i{
    color: #ae06b4;
}
.stat-badge{
    background: #fff;
    font-weight: 500;
    font-size: 10px;
    color: #00AFF0;
    padding-left: 8px;
    padding-right: 8px;  
}
.enrollments_stat{
   padding : 2.1rem;
}
.tutorial-thumb-preview {
    width: 480px;
    height: 270px;
    background-size: cover;
    background-position: center;
}
.answer-image-dropzone{
    max-width: 195px;
    border: 1px solid #DDDFE1 !important;
}
.answer-image-dropzone .dz-message{
    color: #abafb3 !important;
    font-weight: 500;
}
.answer-image-thumb{
    max-width: 195px;
    border: 1px solid #DDDFE1 !important;
    margin-top: 5px;    
    overflow: hidden;
    padding: 4px;
}
.answer-image-thumb img{
    width: 100%;
}
.latest-image {
    height: 170px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
#zoom_meeting_id::-webkit-outer-spin-button,
#zoom_meeting_id::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#zoom_meeting_id {
  -moz-appearance: textfield;
}
.tumb {
    background-size: cover;
    height: 150px;
    border: 1px solid #ddd;
    width: 150px;
    position: relative;
    background-position: center;
    display: inline-table;
}
.edit-profile-field label{
    display: block;
}
.edit-profile-field{
    margin-bottom: 25px;
}
.profileImage-change-buttons {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}
.image-field {
    background-color: #f28624;
    color: #fff !important;
    padding: 10px !important;
    font-weight: 600 !important;
    cursor: pointer;
    border-radius: 0 !important;
    text-align: center;
    font-size: 16px;
}
.edit-profile-photo.document_image {
    display: flex;
}
.edit-profile-image {
    display: flex;
    margin-bottom: 20px;
}
.image-upload-button {
    display: none;
}
.default:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../../../../images/propic.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.question-row{
   background: #ffffff;
   cursor: move;
}
.question-row:hover{
   font-weight: 500;
}
.question-row.ui-sortable-helper{
   padding-top: 10px;
   padding-bottom: 10px;
   box-shadow: rgb(136, 136, 136) 1px 1px 10px 1px;
}
.question-row.ui-sortable-helper button{
   visibility: hidden;
}
@media (min-width: 992px){
    .modal-lg {
        max-width: 1000px;
    }

}
#rating{
    color: #000000;
    font-size: 1.5rem;
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 2px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
.reset-pword{
    position: absolute;
    right: 0%;
    background-color: #007bff !important;
    line-height: 10px !important;
    color: #fff !important;
    top: 0;
    margin: 0 !important;
    text-shadow: none !important;
    opacity: 1 !important;
    z-index: 100;
    padding: 13px 13px !important;
}
.reset-pword:hover{
    background-color: #0c2963 !important;
}
.webcam-img{
    cursor: pointer;
}