﻿.ui-widget {
    font-family: 'fafont',fafontDigits,fafontDigits,byekan,tahoma;
}
.form-box {
    font-size: 1.1em;
}

.form-box .form-step {
    border-radius:20px;
}

.f1 {
    padding: 0 0 25px;
    /*background: #fff;*/
    border-radius: 4px
}

.f1-steps {
    overflow: hidden;
    position: relative;
    padding: 20px 0 10px;
    margin: 0 0 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}

.f1-progress {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ddd
}

.f1-progress-line {
    position: absolute;
    top: 0;
    right: 0;
    height: 5px;
    background: var(--primerycolor);
    background: linear-gradient(to left, var(--seconderycolor) 0%, var(--primerycolordark) 100%);
    transition: all .5s
}

.f1-step {
    position: relative;
    float: right;
    width: 20%;
    padding: 0 5px;
    text-align: center;
    transition: all .3s
}

.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 10px 0 8px;
    padding: 8px;
    background: #ddd;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    transition: all .3s
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid var(--seconderycolor);
    color: var(--seconderycolor);
}

.f1-step.active .f1-step-icon {
    width: 50px;
    height: 50px;
    margin-top: 5px;
    background: var(--primerycolor);
    font-size: 28px;
    line-height: 40px;
    /* box-shadow: 0 0 0 6px var(--primerycolorrgb);*/
}

.f1-step p {
    margin: 0;
    color: #999;
}

.f1-step.activated p {
    color: var(--seconderycolor);
}

.f1-step.active p {
    color: var(--primerycolor);
    font-weight:400;
}

.f1 fieldset {
    display: none;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}

    .f1 fieldset h4 {
        display: inline-block;
        font-size: 1em;
        color: var(--primerycolor);
        line-height: 2;
        margin: 0 0 15px;
        padding-bottom: 4px;
        border-bottom: solid 1px var(--primerycolor);
    }

    .f1 fieldset h4 i {
        color: var(--seconderycolor);
    }

    .f1 fieldset h5.inner-title {
        display: table;
        font-size: 1.05em;
        margin: 0 auto 8px;
        border-bottom: solid 1px var(--primerycolor);
        padding-bottom: 8px;
    }

    .f1 fieldset .form-group > label {
        margin-bottom:5px;
        line-height:30px;
    }

.f1 .fileupload {
    border: solid 1px #ccc;
    padding: 5px 5px 2px 5px !important;
    max-width: 100%;
}

.f1-buttons {
    text-align: right
}

.f1 .m-t-5 {
    margin-top: 5px
}

.f1 .input-error {
    border-color: var(--primerycolor) !important
}

.f1 .radio-inline {
    position: relative;
    background: #fff;
    padding: 5px 8px;
    border-radius: 10px;
    border: solid 1px var(--primerycolor);
    margin: 0 .5% 10px .5%;
    width: 25%;
    text-align: initial;
    cursor: pointer;
    transition: all .3s
}

.f1 .form-group .radio-inline:hover {
    border-color: #ff9900;
    background: rgba(255,153,0,.2);
    box-shadow: 0 0 0 5px rgba(255,153,0,.2);
}

.f1 .radio-inline * {
    cursor: pointer;
}

.f1 .radio-inline label {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 100%;
}

.f1 .radio-inline label input {
    margin: 5px;
}

.f1 .radio-inline.reserved {
    background-color: #ff000069;
}

.f1 .radio-inline.disabled {
    opacity: .5;
    filter: grayscale(100%);
}

.f1 .radio-inline span {
    font-size: .9em;
    display: inline-block;
    color: #009966;
    padding: 5px 7px;
    margin: 0 2px;
    border-radius: 10px;
    line-height: 16px;
}

.f1 .radio-inline p {
    font-size: .9em;
    color: #888;
    margin-bottom: 0;
}

.f1 .radio-inline .ad-radio-header {
    border-bottom: dashed 1px #eee;
    padding: 0 25px 2px 0;
    margin: 0 0 5px 0;
    font-size: .9em;
    color: #666;
    line-height: 1.5;
}

.f1 .active .ad-radio-header, .f1 .radio-inline.active .ad-radio-title {
    color: #00b185
}

.f1 .bypic .radio-inline .ad-radio-header {
    border-bottom: none;
    padding: 5px 0;
    margin-bottom: 5px;
    text-align: center
}

.f1 .radio-inline .ad-radio-title {
    text-align: center;
    color: var(--primerycolor);
    padding-right:12px;
}

    .f1 .radio-inline .ad-radio-title .ad-data-info {
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.f1 .radio-inline img {
    display: inline-block;
    margin: 0 10px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    vertical-align: middle;
}

.f1 .list-filter {
    padding: 0 0 40px;
    text-align: center;
}

.f1 .list-filter button {
    display: inline-block;
    vertical-align: top;
    background: var(--seconderycolor);
    color:#fff;
     transition: all 0.2s linear 0s;
}

.f1 .list-filter button:hover {
    background: var(--primerycolor);
}

.f1 .list-filter input {
    display: inline-block;
    width: auto;
    min-width: 60%;
    font-size: .9em;
}

.f1 .list-items {
    position: relative;
    margin: 10px 0 20px;
    padding: 30px 0 10px;
    border: solid 1px #ccc;
    border-radius: 15px;
    text-align: center;
}

    .f1 .list-items.favo {
        border: solid 1px #a94442
    }

    .f1 .list-items .list-title {
        position: absolute;
        top: -15px;
        right: 10px;
        background: #fff;
        margin: 0;
        padding: 5px 10px;
        border-radius: 10px;
        color: var(--primerycolor);
    }
    .f1 .list-items .list-title i{
         color: var(--seconderycolor);
    }
    .f1 .list-items .fav-pair {
        position: relative;
        padding: 15px 0 5px;
        margin: 0 0 10px;
        background: #f5f5f5;
        border-radius: 10px;
        cursor: pointer;
        transition: all .3s
    }

        .f1 .list-items .fav-pair:hover {
            background: rgba(204,255,204,.2);
        }

        .f1 .list-items .fav-pair .radio-inline {
            width: 45%;
            margin: 0 2% 10px;
        }

        .f1 .radio-inline.active, .f1 .list-items .fav-pair.active {
            border-color: #00cc66;
            background: rgba(204,255,204,.2);
            box-shadow: 0 0 0 5px rgba(0,204,102,.2);
        }

        .f1 .radio-inline.active .icon, .f1 .list-items .fav-pair.active .icon {
            display: block;
        }

        .f1 .radio-inline .icon, .f1 .list-items .fav-pair .icon {
            display: none;
            position: absolute;
            top: -25px;
            left: -12.5px;
            width: 100%;
            text-align: left
        }

.f1 .radio-inline .icon i, .f1 .list-items .fav-pair .icon i {
    position: relative;
    top: 10px;
    color: #00cc66;
    font-size: 1.5em;
    background: #fff;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    border-radius: 17.5px;
    border: solid 1px #00cc66;
    box-shadow: 0 0 10px rgba(0,204,102,.5);
    text-align: center;
    left:4px;
}

.f1 .result-box {
    text-align: center;
    min-height: 200px;
    padding: 20px 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    color: #999;
    box-shadow: 1px 5px 5px rgba(152,152,152,.2)
}

    .f1 .result-box i {
        padding: 20px;
        background: #fff;
        border-radius: 15px;
        box-shadow: 1px 5px 5px rgba(152,152,152,.2)
    }

    .f1 .result-box.rsuccess {
        border-top: solid 10px #5fe9bc;
    }
    .f1 .result-box.rinfo {
        border-top: solid 10px #bce8f1;
    }
    .f1 .result-box.rerror {
        border-top: solid 10px #ee2e45;
    }

    .f1 .result-box.rsuccess h3, .f1 .result-box.rsuccess i {
        color: #34a580;
        margin-bottom: 20px;
    }
    .f1 .result-box.rinfo h3, .f1 .result-box.rinfo i {
        color: #31708f;
        margin-bottom: 20px;
    }
    .f1 .result-box.rerror h3, .f1 .result-box.rerror i {
        color: #cc0033;
        margin-bottom: 20px;
    }

.f1 .btn, .f1 input[type="text"], .f1 .btn, .f1 input[type="number"], .f1 .btn, .f1 input[type="tel"], .f1 .btn, .f1 select {
    border-radius: 20px;
}
.f1 select option{
    font-size:12.5px;
}
.f1 .alert {
    padding: 10px 15px;
    border:none;
    font-size:.95em;
}

.f1 .btn i {
    font-size: .8em;
}
.ad-radio-title {
    direction: ltr;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.ir-pelak {
}
.ir-pelak .ir-pelak-inner{
    display: flex;
    flex-direction: row;
    background: #fff url("../images/ir-pelak.jpg") no-repeat 0 0;
    background-size: 100% auto;
    padding-top: 17px;
    padding-bottom:17px;
    padding-left:9%!important;
}
.ir-pelak .ir-pelak-inner .ir-pelak-item{
    position:relative;
    margin:auto 3%;
    flex: 1 1 0px

}
.ir-pelak input[type="text"],.ir-pelak input[type="number"],.ir-pelak input[type="tel"],.ir-pelak select{
    border-radius:0!important;
    border-color:#eee;
    color:#222;
    padding-left:0;
    padding-right:0;
}
.ir-pelak .ir-pelak-item .ir-pelak-citycode{
    margin-top: 10px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 24px;
}
.ir-pelak .ir-pelak-item .valid-div
{
    position:absolute;
    top:105%;
    width:120px;
    right:0;
    z-index:100;
}
@media (max-width:1200px) {
    .ir-pelak .ir-pelak-inner {
        padding-top:5px;
        min-height: 60px
    }
}

@media (max-width:990px) {
    .f1 .radio-inline {
        width: 30%;
    }
    .ir-pelak .ir-pelak-inner {
        padding-top:15px;
        min-height: 90px
    }
}

@media (max-width: 767px) {
    .f1 .radio-inline {
        width: 47%;
    }
    .ir-pelak .ir-pelak-inner {
        padding-top:15px;
        min-height:100px
    }
}

@media (max-width:540px) {
    .ir-pelak .ir-pelak-inner {
        padding-top:12px;
        min-height: 70px
    }
}
@media (max-width:480px) {
    h1, h2 {
        font-size: 32px
    }

    .f1 {
        padding-bottom: 20px
    }
    .f1 fieldset{
        padding:11px;
    }
    .f1-buttons button {
        margin-bottom: 5px
    }

    .f1-step, .f1 fieldset h4 {
        font-size: .9em;
    }

    .f1 .radio-inline {
        width:46%;
        margin-left:2%;
        margin-right:2%;
    }
    .f1 .radio-inline span{
        padding:5px 2px;
    }
    .ir-pelak .ir-pelak-inner {
        padding-top:10px;
        min-height:60px
    }
}
@media (max-width:400px) {
    .ir-pelak .ir-pelak-inner {
        padding-top:6px;
        min-height: 50px
    }
}