HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.0.30
System: Linux multiplicar 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User: root (0)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /var/www/html/sudameris.sumar.com.py-bk/scss/_where_to_go.scss
.where_togo_area{
    background: #040E27;
    padding: 50px 0;
    .form_area{
        h3{
            font-size: 24px;
            color: #fff;
            font-weight: 400;
            margin-bottom: 0;
            @media #{$mobile_device}{
                margin-bottom: 15px;
            }
            @media #{$tablet_device}{
                margin-bottom: 30px;
            }
            @media #{$mid_device}{
               font-size: 18px;
            }
        }
    }
    .search_wrap{
        .search_form{
            @include flexbox();
            @include justify-content(space-between);
            @media #{$mobile_device}{
                display: block !important;
            }
        }
        .input_field{
           width: 220px;
           @media #{$tablet_device}{
            max-width: 150px;
           }
           @media #{$mid_device}{
            max-width: 170px;
           }
            @media #{$mobile_device}{
                width: 100%;
                margin-bottom: 15px;
            }
            input{
                width: 100%;
                height: 50px;
                background: transparent ;
                border: 1px solid #363E52;
                padding-left: 15px;
                @include border-radius(5px);
                color: #fff;
                &::placeholder{
                    font-size: 16px;
                    color: #AAB1B7;
                    font-weight: 300;
                   
                }
                &:focus{
                    outline: none;
                }
            }
            .nice-select {
                width: 100%;
                height: 50px;
                line-height: 50px;
                font-size: 16px;
                color: #AAB1B7;
                font-weight: 300;
                background: transparent;
                border: 1px solid #363E52;
                @media #{$mobile_device}{
                    margin-bottom: 15px;
                }
                &::after {
                    content: '\f0d7 ';
                    right: 21px;
                    top: 5px;
                    font-family: 'fontawesome';
                    color: #AAB1B7;
                    font-size: 16px;
                }
                .option {
                    cursor: pointer;
                    font-weight: 400;
                    line-height: 40px;
                    list-style: none;
                    min-height: 40px;
                    outline: none;
                    padding-left: 18px;
                    padding-right: 29px;
                    text-align: left;
                    -webkit-transition: all 0.2s;
                    transition: all 0.2s;
                    color: #000;
                    font-weight: 400;
                }
                &.open .list {
                    width: 100%;
                }
            }
        }
    }

}

.gj-datepicker-md [role="right-icon"] {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    color: #919191;
    margin-right: 15px;
    position: absolute;
    top: 16px;
    right: 10px;
    color: #AAB1B7;
}
.gj-picker-md div[role="navigator"] {
    padding-left: 30px !important;
}