
#root {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.brand .brand-logo img {
    height: 40px;
}

.header-menu-wrapper .header-title {
    padding-top: 18px;
}

.header-fixed.subheader-fixed.subheader-enabled .wrapper {
    /* padding-top: 88px !important; */
}

.header-title .subheader-separator.subheader-separator-ver {
    width: 1px;
    height: 22px;
}
.subheheader-titleader .subheader-separator {
    display: block;
    width: 12px;
    height: 4px;
    border-radius: 2px;
}

/* Range Slider */
.irs--flat .irs-bar {
    background-color: #3699FF !important;
}

.irs--flat .irs-from::before, .irs--flat .irs-to::before, .irs--flat .irs-single::before {
    border-top-color: #3699FF !important;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: #3699FF !important;
}

.irs--flat .irs-handle > i:first-child {
    background-color: #3699FF !important;
}



.image-input.import-questions [data-action="change"] {
    position: relative;
    right: auto;
    top: auto;
}


.spinner.spinner-right:before {
  z-index: 9 !important;
  right: 6px !important;
  top: 16px !important;
}
  
  .remove {
    background: #A6365A;
  }
  
  .new-item {
    list-style: none;
    max-height: 0;
    opacity: 0;
    transform: translateX(-600px);
    animation: openList 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, itemEnter 0.3s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, itemHighlight 2s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .new-item-custom {
    list-style: none;
  }
  
  .old-item {
    animation: itemExit 0.75s cubic-bezier(0.245, -0.09, 0.735, 0.045) forwards;
  }
  
  @keyframes openList {
    to {
      max-height: 40px;
    }
  }
  @keyframes itemEnter {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes itemExit {
    15%, 30% {
      background: rgba(246,78,96,.2);
      opacity: 1;
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      transform: translateX(600px);
    }
  }
  @keyframes itemHighlight {
    5%, 60% {
      /* background: rgba(27,197,189,.2); */
    }
    100% {
      background: transparent;
    }
  }

 /* Choice marks */
  .Choice-mark {
    background: #fff;
    border: 1px solid #E4E6EF;
    font-size: 12px;
    padding: 5px;
    border-radius: 0.42rem;
    margin-bottom: 5px;
  }

  #btnTrigger{
    display:none;
  }

  #btnTrigger{
    display:none;
  }
  
  /* Text Editor */
  .RichEditor-root {
    background: #fff;
    border: 1px solid #E4E6EF;
    font-size: 14px;
    padding: 15px;
    border-radius: 0.42rem;
    border: white;
  }

  .RichEditor-root-createquestion {
    background: #fff;
    border: 1px solid #E4E6EF;
    font-size: 14px;
    padding: 15px;
    border-radius: 0.42rem;
    width: 100%;
    height: 300px;
    overflow-y: scroll;
  }

  #edit-questions .RichEditor-root-createquestion, #create-question .RichEditor-root-createquestion {
    /* width: 700px; */
  }

  .rdw-colorpicker-modal {
    position: absolute;
    top: 35px;
    left: -20px !important;
    display: flex;
    flex-direction: column;
    width: 220px !important;
    height: 175px;
    border: 1px solid #F1F1F1;
    padding: 15px;
    border-radius: 2px;
    z-index: 100;
    background: white;
    box-shadow: 3px 3px 5px #bfbdbd;
}
  
  .RichEditor-root-export {
    background: #fff;
    border: 1px solid #E4E6EF;
    font-size: 14px;
    padding: 15px;
    height: 200px;
    border-radius: 0.42rem;
    overflow-y: scroll;
  }

  .RichEditor-editor {
    border-top: 1px solid #ddd;
    cursor: text;
    font-size: 16px;
    margin-top: 10px;
  }
  
  .RichEditor-editor .public-DraftEditorPlaceholder-root,
  .RichEditor-editor .public-DraftEditor-content {
    margin: 0 -15px -15px;
    padding: 15px;
  }
  
  .RichEditor-editor .public-DraftEditor-content {
    min-height: 100px;
  }
  
  .RichEditor-hidePlaceholder .public-DraftEditorPlaceholder-root {
    display: none;
  }
  
  .RichEditor-editor .RichEditor-blockquote {
    border-left: 5px solid #eee;
    color: #666;
    font-style: italic;
    margin: 16px 0;
    padding: 10px 20px;
  }
  
  .RichEditor-editor .public-DraftStyleDefault-pre {
    background-color: rgba(0, 0, 0, 0.05);
    font-size: 16px;
    padding: 20px;
  }
  
  .RichEditor-controls {
    font-size: 14px;
    margin-bottom: 5px;
    user-select: none;
  }
  
  .RichEditor-styleButton {
    color: #999;
    cursor: pointer;
    margin-right: 16px;
    padding: 2px 0;
    display: inline-block;
  }
  
  .RichEditor-activeButton {
    color: #5890ff;
  }

  .select2-container {
    width: 100% !important;
  }

  .select2-container .select2-search__field {
    width: 100% !important;
  }

  .spinner-wrap {
    z-index: 1100;
    border: medium none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    display: none;
  }

  .spinner-wrap#show {
    display: block;
  }

  .spinner-wrap .spinner-load {
    z-index: 1011;
    position: absolute;
    padding: 0px;
    margin-left: -200px;
    width: 400px;
    top: 45%;
    left: 50%;
    text-align: center;
    color: rgb(0, 0, 0);
    border: 0px none;
    cursor: wait;
  }

  .dropzone .dz-preview {
    width: 100%;
    min-height: 70px !important;
    margin: 0 0 10px 0 !important; 
    background: #f8f8f8 !important;
    border-radius: 4px;
  }

  .dropzone .dz-preview .dz-image {
    height: 70px !important;
    z-index: 99 !important;
  }

  .dropzone .dz-preview .dz-details {
    opacity: 1 !important;
    padding-left: 145px !important;
    padding-top: 15px !important;
    text-align: left !important;
    padding-right: 86px !important;
  }

  .dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 0 !important;
  }

  .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: transparent !important;
  }

  .dropzone.dropzone-default .dz-remove {
    position: absolute;
    right: 16px;
    top: 25px;
    height: 24px;
    color: #F64E60 !important;
    background-color: #FFE2E5;
    border-radius: 0.42rem;
    font-size: 0.9rem !important;
    padding: 3px 5px;
    z-index: 99;
  }

  .dropzone .dz-preview .dz-error-message {
    top: 80px !important;
  }

  .dropzone.dropzone-default .dz-preview:hover .dz-image img {
    -webkit-filter: none !important;
    filter: none !important;
  }

  .primary-button{
    width: 470px;
    display: inline-block;
    
    }

    .candidate-view {
      max-height: 10%;
      overflow-y: scroll;
    }



    /* Theme Style */
    .custom-symbol-label.symbol-label {
      height: 60px !important;
      width: 60px !important;
    }

    .question {
      color: rgb(43, 92, 255) !important;
    }

    .question .font-size-h3 {
      color: rgb(43, 92, 255) !important;
    }

    .question .font-size-h3:active {
      color: rgb(43, 92, 255) !important;
    }

    .question .mark-title-color {
      color: rgb(43, 92, 255) !important;
    }

    .modal-header {
      padding: 0.7rem 2rem !important;
    }

    .modal-footer {
      padding: 0.7rem !important;
    }

    .modal-body {
      padding: 2rem !important;
    }

    .separator.my-5 {
      margin-top: 0.8rem !important;
      margin-bottom: 0.8rem !important;
    }

    .form-group {
      margin-bottom: 1rem !important;
    }

    .view-questions-answer {
      /* margin-bottom: 10px; */
      display: flex;
    }

    .view-questions-answer .checkbox-inline {
      float: left;
    }

    .view-questions-answer .RichEditor-root {
      margin-left: 30px;
    }
    
    .public-DraftStyleDefault-block {
      margin: 0;
    }

    .course-title-wrap .scroll-wrap {
      height: 606px;
      overflow-y: auto;
    }

    /* #kt_datatable_2_filter, #kt_datatable_3_filter, #kt_datatable_5_filter {
      background-color: #f8f8f8;
  } */

  #kt_datatable_2_filter label, #kt_datatable_3_filter label, #kt_datatable_5_filter label {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
  }

  .dataTables_filter label {
    position: relative;
    font-size: 0;
  }

  .dataTables_filter label input {
    padding-left: calc(1.5em + 1.3rem + 2px);
  }

  .dataTables_filter label::before {
    position: absolute;
    top: 6px;
    left: 18px;
    height: 20px;
    width: 20px;
    font-family: Flaticon2;
    content: "\f172";
    color: #B5B5C3;
    font-size: 1.25rem;
  }

  .wizard.wizard-6 .wizard-content .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
    font-size: 1rem !important;
  }

  /* ICON */
  .flaticon-eye-icon::after, 
  .flaticon-edit-icon::after,
  .flaticon-share-icon::after {
    font-family: Flaticon;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }

  .flaticon2-checking-icon::after,
  .flaticon2-correct-icon::after,
  .flaticon2-delete-icon::after,
  .flaticon2-correct-icon::after {
    font-family: Flaticon2;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }

  .flaticon-eye-icon::after {
    content: "\f10f";
  }

  .flaticon-edit-icon::after {
    content: "\f169";
  }

  .flaticon2-checking-icon::after {
    content: "\f126";
  }

  .flaticon2-correct-icon::after {
    content: "\f19f";
  }

  .flaticon-share-icon::after {
    content: "\f188";
  }

  .flaticon2-delete-icon::after {
    content: "\f103";
  }

/* NewQuestion.js */

.question-btn {
  padding: 10px;
  background-color: #3699FF;
  color: #fff;
  border-radius: 5px;
}

.question-btn:hover {
  background-color: #187de4;
  cursor: pointer;
}

.question-right-container {
  overflow-y: auto;
  height: 630px;
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
  .question-right-container {
    height: 900px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .question-right-container {
    height: 960px;
  }
}

    