/* custom indicator */
.custom-indicator {
    background-color: #f5222d;
    border: 1px solid #fff;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    line-height: 20px;
    font-weight: 400
}

.input-affix .datepicker-input, .input-affix .timepicker-input {
    padding-left: 35px
}

.radiowp {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 10px;
    line-height: 1.25rem;
    vertical-align: bottom;
    text-align: center;
    border: 2px solid #edf2f9;
    background-color: #fff;
    color: transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
  }
  
  /* Select2 Multiple */
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 6px 6px 6px 26px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    margin: 0px 0 10px 6px;
    border: 1px solid #e8e8e8;
    background-color: #fafafa;
    background-image: none;
  }
  
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: none !important;
    padding: 6px !important;
    font-size: 20px !important;
  }
  
  .select2-selection__choice__remove:hover {
    color: #999 !important;
  }
  
  .select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    padding: 0 8px;
    height: 32px;
    line-height: 1.42857143;
    margin-top: 0;
    width: 20px;
  }
  
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #3f87f5;
    border-radius: .25rem;
    box-shadow: 0 0 0 2px rgba(63,135,245,0.2)
  }
  
  .select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
    padding-bottom: 0px !important;
  }
  
  /* custom list */
  .custom-list ul {
    padding-left: 20px !important;
  }
  
  /* list view fix */
  .trumbowyg-editor ul, .trumbowyg-editor ol {
    padding-left: 0px;
    color: #72849a;
    margin-left: 20px;
  }
  
  .custom-list ul, .custom-list ol {
    padding-left: 0px;
    color: #72849a;
    margin-left: 20px;
  }
  
  /* SVG Logo Start */
  .logo-dark {
    padding: 10px;
  }
  
@media only screen and (min-width: 992px) {
  .is-folded .header .logo {
    padding: 15px;
    margin-top: 15px;
  }
}

/* jQuery.filer start */
.jFiler-theme-default .jFiler-input {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  width: 100%;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: none !important;
  color: #7f7f7f;
  padding: 12px 10px;
  height: 45px;
  border: 1px solid #edf2f9;
}

.jFiler-theme-default .jFiler-input-button {
  display: none;
}

.jFiler-theme-default .jFiler-input-caption {
  padding: 0px;
  color: rgba(114, 132, 154, 0.4);
}

.jFiler-items-default .jFiler-item .jFiler-item-icon {
  color: #ffc107;
}

.jFiler-items-default .jFiler-item {
  background: #ffffff;
  color: #2a2a2a;
  border: 1px solid #edf2f9;
  border-radius: 4px;
  padding: 10px;
}

.jFiler-items-default .jFiler-item-assets a {
  background: #ffffff;
  color: #212529;
  border: none;
  border-radius: 50%;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.jFiler-items-default .jFiler-item-assets .jFiler-item-trash-action:hover,
.jFiler-items-default .jFiler-item-assets .jFiler-item-trash-action:active {
  background-color: rgba(63,135,245,0.1);
  color: #3f87f5;
  border-radius: 50%;
}

.jFiler-items-default .jFiler-item .jFiler-item-others {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(114,132,154,0.7) !important;
  font-size: 13px !important;
}

.jFiler-items-default .jFiler-item .jFiler-item-title {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #2a2a2a !important;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.trumbowyg-box, .trumbowyg-editor {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* Gijgo Time Picker Start */
.timepicker .modal-footer {
  justify-content: space-around !important;
}
/* Gijgo Time Picker End */