#filter-area .header-title {
    margin-bottom: 20px
}

#filter-area .kejuaraan-type {
    width: 280px;
    height: 32px;
    margin: 0 auto 25px;
    position: relative;
    display: block;
    clear: both;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 2px #114efb;
    -moz-box-shadow: 0 0 0 2px #114efb;
    -ms-box-shadow: 0 0 0 2px #114efb;
    box-shadow: 0 0 0 2px #114efb
}

#filter-area .kejuaraan-type .kt-item {
    width: calc(50% + 2px);
    height: 100%;
    position: absolute;
    display: block;
    background-color: transparent;
    font-size: 12px;
    line-height: 32px;
    font-family: 'Oxygen';
    font-weight: 700;
    color: #383838;
    text-align: center
}

#filter-area .kejuaraan-type .kt-item:nth-child(1) {
    top: 0;
    right: auto;
    bottom: auto;
    left: -2px
}

#filter-area .kejuaraan-type .kt-item:nth-child(1).active {
    border-radius: 0 10px 10px 0
}

#filter-area .kejuaraan-type .kt-item:nth-child(2) {
    top: 0;
    right: -2px;
    bottom: auto;
    left: auto
}

#filter-area .kejuaraan-type .kt-item:nth-child(2).active {
    border-radius: 10px 0 0 10px
}

#filter-area .kejuaraan-type .kt-item.active {
    background-color: #114EFB;
    color: #fff
}

#filter-area .group-filter, #filter-area .sex-filter {
  width: 140px;
  height: 34px;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0px);
  -moz-transform: translate3d(0, 0, 0px);
  -ms-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
  cursor: pointer;
}

#filter-area .group-filter.active .filter-container, #filter-area .sex-filter.active .filter-container {
  max-height: 250px;
}

#filter-area .group-filter.active .filter-container::before, #filter-area .sex-filter.active .filter-container::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-dropdown-wrapper {
    width: 320px;
    margin: 0px auto;
    text-align: center;
}

#content-area {
    padding: 30px 15px;
    z-index: 1
}

#content-area .outer-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    display: block;
    border-radius: 20px;
    background-color: #EDEDED;
    overflow: hidden;
    text-align: center
}

#content-area .other-event {
    width: 100%;
    height: 34px;
    position: relative;
    display: block;
    background-color: #0387A4;
    font-size: 14px;
    line-height: 34px;
    font-family: 'Oxygen';
    font-weight: 400;
    text-align: center;
    color: #fff
}

#content-area .inner-container {
    width: 90%;
    margin: 15px auto 0;
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center
}

#content-area .inner-container .zero-item {
    width: 100%;
    padding: 20px 10px;
    position: relative;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #202020;
    font-weight: 700
}

#content-area .inner-container .custom-dots {
    margin: 15px 0;
    text-align: center;
    position: relative;
    display: block
}

#content-area .inner-container .custom-dots>li {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #EDEDED;
    background-color: #EDEDED
}

#content-area .inner-container .custom-dots>li button {
    font-size: 0;
    line-height: 0
}

#content-area .inner-container .custom-dots>li.slick-active {
    background-color: #727272
}

#content-area .kejuaraan-item {
    width: 100%;
    padding: 10px;
    position: relative;
    background-color: #D7D7D7;
    border-radius: 20px;
    margin-bottom: 15px;
}

#content-area .kejuaraan-item:nth-child(even) {
    /* background-color: #C7C7C7 */
}

#content-area .kejuaraan-item .ki-information {
    width: 82%;
    padding: 3px;
    position: relative;
    display: table-cell;
    vertical-align: middle
}

#content-area .kejuaraan-item .ki-information .title {
    padding: 3px;
    font-weight: 700
}

#content-area .kejuaraan-item .ki-information .date,#content-area .kejuaraan-item .ki-information .location {
    padding: 0 3px
}

#content-area .kejuaraan-item .ki-information .title,#content-area .kejuaraan-item .ki-information .date,#content-area .kejuaraan-item .ki-information .location {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #383838
}

#content-area .kejuaraan-item .ki-details {
    width: 18%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 0px;
    line-height: 0px
}

#content-area .kejuaraan-item .ki-details a {
    width: 26px;
    height: 26px;
    margin: 5px 3px;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    background-color: #A2A2A2;
    background-size: 65% auto;
    background-position: center center;
    background-repeat: no-repeat
}

#content-area .kejuaraan-item .ki-details a.poster-image {
    background-image: url("../images/detail-icon.png")
}

#content-area .kejuaraan-item .ki-details a.external-link {
    background-image: url("../images/link-icon.png")
}

#content-area .register-button {
    margin: 15px 0;
    padding: 4px 0 4px 22px;
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Oxygen';
    font-weight: 700;
    color: #383838
}

#content-area .register-button::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background-image: url("../images/register-icon.png");
    background-size: 65% auto;
    background-position: center center;
    background-repeat: no-repeat
}

#content-form {
    margin: 58px auto 0;
    padding: 30px 20px
}

#content-form .header-title {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 26px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #383838;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px
}

#content-form .form-registrasi-container {
    width: 100%;
    max-width: 400px;
    padding: 45px 20px;
    margin: 0 auto;
    position: relative;
    display: block;
    border-radius: 20px;
    border: 1px solid #D7D7D7;
    box-shadow: 0px 0px 10px 0px rgba(32,32,32,0.15);
    text-align: center;
    color: #383838;
    overflow: hidden
}

#content-form .form-registrasi-container::before,#content-form .form-registrasi-container::after {
    content: '';
    width: 150px;
    height: 100px;
    position: absolute;
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: -1
}

#content-form .form-registrasi-container::before {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background-image: url("../images/register-pattern-top.png");
    background-position: top left
}

#content-form .form-registrasi-container::after {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    background-image: url("../images/register-pattern-bottom.png");
    background-position: bottom right
}

#content-form #fr-form {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    z-index: 3;
    text-align: center;
    font-size: 0px;
    line-height: 0px
}

#content-form .filter-container.error {
    border: 1px solid #C4261D
}

#content-form input[type=text] {
    width: 100%;
    margin: 7px 0;
    position: relative;
    display: block;
    float: left;
    border-radius: 20px;
    border: 1px solid #112784
}

#content-form input[type=text].error {
    border: 1px solid #C4261D
}

#content-form input[type=text] {
    padding: 7px 10px;
    font-size: 12px;
    line-height: 12px
}

#content-form .radio-title {
    width: 100%;
    margin: 7px 0;
    position: relative;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    font-weight: 700
}

#content-form .radio-type {
    width: 50%;
    margin: 7px 0;
    position: relative;
    display: block;
    float: left
}

#content-form .radio-type.aquatic-type {
    width: 100%
}

#content-form .radio-type label {
    padding-left: 4px;
    font-size: 12px;
    line-height: 14px
}

#content-form .radio-type label,#content-form .radio-type input[type=radio] {
    position: relative;
    display: block;
    float: left
}

#content-form .event-name-filter {
    width: 100%;
    height: 34px;
    margin: 7px 0;
    position: relative;
    display: block;
    float: left;
    z-index: 5
}

#content-form .event-name-filter.active .filter-container {
    max-height: 250px
}

#content-form .event-name-filter.active .filter-container::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#content-form .event-name-filter .filter-selected {
    height: 34px;
    padding: 8px 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#content-form .captcha-helper {
    width: 100%;
    margin: 7px 0;
    position: relative;
    display: block;
    float: left;
    font-size: 10px;
    line-height: 14px;
    font-family: 'Oxygen';
    font-weight: 400;
    color: #112784;
    text-align: left
}

#content-form .captcha-image {
    width: 55%;
    max-width: 250px;
    margin: 7px 0;
    position: relative;
    display: block;
    float: left
}

#content-form input[type=submit] {
    width: 50%;
    padding: 12px;
    margin: 12px 0 12px;
    position: relative;
    display: inline-block;
    border: 2px solid #114EFB;
    border-radius: 20px;
    background-color: #114EFB;
    clear: both;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Oxygen';
    font-weight: 700;
    color: #fff;
    text-transform: capitalize
}

#content-form input[type=submit]:hover {
    background-color: transparent;
    color: #114EFB
}

#content-form .flash-message {
    width: 75%;
    padding-bottom: 8px;
    margin: 0 auto;
    position: relative;
    display: block;
    font-size: 10px;
    line-height: 14px;
    font-family: 'Oxygen';
    font-weight: 400;
    color: #114EFB;
    text-align: center
}

#content-form .flash-message.has-error {
    color: #C4261D
}

.result-comp-name {
  text-align: left;
  font-weight: bold;
  padding: 10px 0px;
  background-image: url("../images/filter-button.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 16px auto;
}

.result-comp-name.expanded {
  background-image: url("../images/filter-button-flipped.png");
}

.result-table-wrapper {
  overflow: scroll;
}

.result-table-wrapper table {
  border-collapse: collapse;
}

.result-table-wrapper thead {
  border-bottom: 2px solid #0387A4;
}

.result-table-wrapper th,
.result-table-wrapper td {
  padding: 10px 5px;
}

.result-table-wrapper td {
  vertical-align: top;
}

.result-comp-name {
  cursor: pointer;
}

.result-category-wrapper {
  padding: 10px 0px;
}

.result-category {
  border-radius: 10px;
  padding: 10px;
  min-width: 100px;
  border: 1px solid #0387A4;
  background-color: #d7d7d7;
  cursor: pointer;
}

.result-category.selected {
  background-color: #eaeaea;
}

.result-event-name {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

.result-event-date-range {
  text-align: center;
  padding: 20px 0px;
  font-size: 14px;
}

@media (min-width: 1024px) {
    #filter-area {
        margin-top:90px
    }

    #filter-area .header-title {
        margin-bottom: 30px
    }

    #filter-area .aquatic-type-container {
        display: flex;
        justify-content: center;
        margin-bottom: 70px
    }

    #filter-area .aquatic-type-container .at-item {
        width: 9vw;
        height: 9vw
    }

    #filter-area .aquatic-type-container .at-title {
        width: 40vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -40px
    }

    #filter-area .aquatic-type-container .at-title::before {
        width: 100%
    }

    #content-area {
        padding: 45px 15px
    }

    #content-area .outer-container {
        max-width: 960px
    }

    #content-area .other-event {
        height: 40px;
        font-size: 18px;
        line-height: 40px
    }

    #content-area .inner-container {
        /*width: 680px;*/
        margin: 20px auto 0
    }

    #content-area .inner-container .custom-dots {
        margin: 20px 0
    }

    #content-area .inner-container .custom-dots>li {
        width: 16px;
        height: 16px;
        margin: 0 8px
    }

    #content-area .kejuaraan-item {
        padding: 10px
    }

    #content-area .kejuaraan-item .ki-information {
        width: 78%;
        padding: 5px
    }

    #content-area .kejuaraan-item .ki-information .title {
        padding: 5px
    }

    #content-area .kejuaraan-item .ki-information .date,#content-area .kejuaraan-item .ki-information .location {
        padding: 0 5px
    }

    #content-area .kejuaraan-item .ki-information .title,#content-area .kejuaraan-item .ki-information .date,#content-area .kejuaraan-item .ki-information .location {
        font-size: 14px;
        line-height: 20px
    }

    #content-area .kejuaraan-item .ki-details {
        width: 22%
    }

    #content-area .kejuaraan-item .ki-details a {
        width: 32px;
        height: 32px;
        margin: 8px 12px;
        border-radius: 7px
    }

    #content-area .register-button {
        margin: 20px 0;
        padding: 7px 0 7px 34px;
        font-size: 14px;
        line-height: 14px
    }

    #content-area .register-button::before {
        content: '';
        width: 28px;
        height: 28px
    }

    #content-form {
        margin-top: 78px
    }

    #content-form .header-title {
        margin-bottom: 40px
    }

    #content-form .form-registrasi-container {
        max-width: 640px
    }

    #content-form .form-registrasi-container::before,#content-form .form-registrasi-container::after {
        width: 220px;
        height: 160px
    }

    #content-form .form-registrasi-container #fr-form {
        display: flex;
        flex-direction: column
    }

    #content-form .form-registrasi-container input[type=text] {
        padding: 9px 12px;
        margin: 9px 0px;
        font-size: 14px;
        line-height: 14px
    }

    #content-form .form-registrasi-container input[type=submit] {
        width: auto;
        padding: 12px 50px;
        margin: 12px auto 30px
    }

    #content-form .radio-title {
        font-size: 14px;
        line-height: 14px
    }

    #content-form .radio-type {
        margin: 9px 0
    }

    #content-form .radio-type label {
        padding-left: 6px;
        font-size: 14px;
        line-height: 14px
    }

    #content-form .flash-message {
        width: 80%;
        padding-bottom: 10px;
        font-size: 12px;
        line-height: 16px
    }

    .result-table-wrapper {
      overflow: visible;
    }

    .filter-dropdown-wrapper {
        width: 600px;
        margin: 0px auto;
        text-align: center;
    }

    .result-category:hover {
      background-color: #eaeaea;
    }

    .result-event-name {
        font-size: 18px;
        line-height: 24px;
    }

    .result-event-date-range {
        font-size: 16px;
    }
}
