#tm-header-banner-options-form {
  margin: 30px 20px  0 0;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border-radius: 8px;
  padding: 30px; }
  #tm-header-banner-options-form .tm-header-banner-options-page-wrapper {
    background-color: #efefef;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); }
  #tm-header-banner-options-form .tm-header-banner-options-list-wrapper {
    max-height: 575px;
    overflow-y: scroll; }
    #tm-header-banner-options-form .tm-header-banner-options-list-wrapper::-webkit-scrollbar {
      width: 8px;
      height: 8px; }
    #tm-header-banner-options-form .tm-header-banner-options-list-wrapper::-webkit-scrollbar-button {
      width: 0px;
      height: 0px; }
    #tm-header-banner-options-form .tm-header-banner-options-list-wrapper::-webkit-scrollbar-thumb {
      background: #495159;
      border: 0px none #ffffff;
      border-radius: 4px; }
    #tm-header-banner-options-form .tm-header-banner-options-list-wrapper::-webkit-scrollbar-thumb:hover {
      background: #48c569; }
    #tm-header-banner-options-form .tm-header-banner-options-list-wrapper::-webkit-scrollbar-thumb:active {
      background: #48c569; }
    #tm-header-banner-options-form .tm-header-banner-options-list-wrapper::-webkit-scrollbar-track {
      background-color: rgba(0, 0, 0, 0.1);
      border: 0px none #495159;
      border-radius: 4px; }
    #tm-header-banner-options-form .tm-header-banner-options-list-wrapper::-webkit-scrollbar-track:hover {
      background: rgba(0, 0, 0, 0.2); }
    #tm-header-banner-options-form .tm-header-banner-options-list-wrapper::-webkit-scrollbar-track:active {
      background: rgba(0, 0, 0, 0.2); }
    #tm-header-banner-options-form .tm-header-banner-options-list-wrapper::-webkit-scrollbar-corner {
      background: transparent; }
  #tm-header-banner-options-form .tm-header-banner-options-control-wrapper {
    position: relative;
    margin-top: 30px;
    padding: 30px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.1); }
    #tm-header-banner-options-form .tm-header-banner-options-control-wrapper .custom-button {
      padding: 16px 30px;
      display: inline-block;
      background-color: #C5C5C5;
      font-weight: 900;
      text-transform: uppercase;
      color: #fff;
      box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      border-radius: 4px;
      margin-right: 20px; }
      #tm-header-banner-options-form .tm-header-banner-options-control-wrapper .custom-button.save-button {
        background-color: #48c569; }
        #tm-header-banner-options-form .tm-header-banner-options-control-wrapper .custom-button.save-button:hover {
          background-color: #3ba956; }
      #tm-header-banner-options-form .tm-header-banner-options-control-wrapper .custom-button.define-as-default-button {
        background-color: #495159; }
        #tm-header-banner-options-form .tm-header-banner-options-control-wrapper .custom-button.define-as-default-button:hover {
          background-color: #282D31; }
      #tm-header-banner-options-form .tm-header-banner-options-control-wrapper .custom-button.restore-button {
        background-color: #495159; }
        #tm-header-banner-options-form .tm-header-banner-options-control-wrapper .custom-button.restore-button:hover {
          background-color: #282D31; }
      #tm-header-banner-options-form .tm-header-banner-options-control-wrapper .custom-button:last-child {
        margin-right: 0; }
      #tm-header-banner-options-form .tm-header-banner-options-control-wrapper .custom-button:hover {
        background-color: #3ba956; }

.option-section {
  display: flex;
  flex-flow: row nowrap;
  box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5; }
  .option-section:first-child {
    border-radius: 4px 4px 0 0; }
  .option-section:last-child {
    border-radius: 0 0 4px 4px; }
  .option-section .option-info-wrapper {
    flex: 0 1 30%; }
    .option-section .option-info-wrapper .option-description {
      font-style: italic; }
  .option-section .option-ui-element-wrapper {
    flex: 0 1 70%; }
    .option-section .option-ui-element-wrapper .cherry-ui-container {
      margin-top: 20px; }
      .option-section .option-ui-element-wrapper .cherry-ui-container .cherry-ui-colorpicker-wrapper {
        position: relative; }
        .option-section .option-ui-element-wrapper .cherry-ui-container .cherry-ui-colorpicker-wrapper .wp-picker-holder {
          margin: 7px 0 0 -7px; }
    .option-section .option-ui-element-wrapper .cherry-slider-input .cherry-ui-container {
      margin-top: 0; }

.notice-box {
  background: #23282d;
  position: fixed;
  margin: 5px 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 8px 15px 8px 8px;
  min-width: 200px;
  overflow: hidden;
  color: #fff;
  z-index: 999;
  border-radius: 2px;
  transition: all 250ms cubic-bezier(0.85, 0.04, 1, 1); }
  .notice-box span.dashicons {
    position: relative;
    margin-right: 10px; }
    .notice-box span.dashicons:before {
      position: absolute;
      font-size: 30px;
      left: -6px;
      top: -4px; }
  .notice-box.success-notice span.dashicons {
    color: #48c569; }
    .notice-box.success-notice span.dashicons:before {
      content: "\f147"; }
  .notice-box.success-notice .inner b {
    color: #48c569; }
  .notice-box.info-notice span.dashicons {
    color: #faa730; }
    .notice-box.info-notice span.dashicons:before {
      content: "\f534"; }
  .notice-box.info-notice .inner b {
    color: #faa730; }
  .notice-box.error-notice span.dashicons {
    color: #e54343; }
    .notice-box.error-notice span.dashicons:before {
      content: "\f158"; }
  .notice-box.show-state {
    transition: all 500ms cubic-bezier(0.1, 0.67, 0.26, 1); }
  .notice-box .inner {
    display: inline-block; }

.cherry-spinner-wordpress {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 30px;
  right: 30px;
  display: none; }
  .cherry-spinner-wordpress .double-bounce-1,
  .cherry-spinner-wordpress .double-bounce-2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #48c569;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: tm-bounce 2.0s infinite ease-in-out; }
  .cherry-spinner-wordpress .double-bounce-2 {
    animation-delay: -1.0s; }

@keyframes tm-bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

.cherry-ui-repeater-container .cheryr-ui-repeater-content-bo {
  display: flex;
  flex-flow: row nowrap; }
  .cherry-ui-repeater-container .cheryr-ui-repeater-content-bo .detail_label-wrap {
    flex: 0 1 50%;
    margin-right: 5px; }
  .cherry-ui-repeater-container .cheryr-ui-repeater-content-bo .detail_info-wrap {
    flex: 0 1 50%;
    margin-left: 5px; }
  .cherry-ui-repeater-container .cheryr-ui-repeater-content-bo .skill_label-wrap {
    flex: 0 1 50%;
    margin-right: 5px; }
  .cherry-ui-repeater-container .cheryr-ui-repeater-content-bo .skill_value-wrap {
    flex: 0 1 50%;
    margin-left: 5px; }
  .cherry-ui-repeater-container .cheryr-ui-repeater-content-bo .video_embed-wrap {
    flex: 0 1 80%;
    margin-right: 5px; }
  .cherry-ui-repeater-container .cheryr-ui-repeater-content-bo .video_src-wrap {
    flex: 0 1 10%;
    margin-right: 5px;
    margin-left: 5px; }
  .cherry-ui-repeater-container .cheryr-ui-repeater-content-bo .poster_src-wrap {
    flex: 0 1 10%;
    margin-left: 5px; }
