.gm-date-range-picker {
  vertical-align: middle;

  .gm-svg-icon {
    position: absolute;
    right: 5px;
    top: 8px;
  }

  &.disabled {
    color: @gm-color-second;
    cursor: not-allowed;
  }

  .gm-date-range-picker-inner {
    min-width: 120px;
    height: 30px;
    padding: 5px 30px 5px 10px;
    border: 1px solid @gm-border-color;
    background: white;

    &.disabled {
      color: @gm-color-second;
      cursor: not-allowed;
    }
  }

  .gm-date-range-picker-clear-btn {
    display: none;
    position: absolute;
    right: 18px;
    top: 6px;
    font-size: 16px;
    color: #555;
  }

  &:hover {
    .gm-date-range-picker-clear-btn {
      display: block;
    }
  }
}
