.padding-top-30 {
    padding-top: 30px;
}

.currency-div {
    padding-top: 6px;
}

.sky-form .badge {
    display: inline-block !important;
    color: #fff !important;
    padding: 2px !important;
    font-size: 11px !important;
}

.badge-danger {
    color: #fff;
    padding: 2px;
}

.modal-title {
    width: 90% !important;
}

.text-supersmall{
    display: inline-block;
    font-size: 12px;
    margin-left: -6px;
}

.alert-col-right{
    text-align: right;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: inherit !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dddddd !important; 
    border-radius: 4px;
}

.featuredli{
    font-size: 16px !important;
}

.language img {
    height: 24px;
}

@media only screen and (max-width: 1024px) {
    .nav-mobile .nav-link {
        padding: 10px 8px !important;
    }
    .nav-mobile .active {
        background: #eeeeee !important;
    }

    .tab-content h3 {
        font-size: 16px;
    }

    #about h2, #devices h2, #free h2 {
        font-size: 18px !important;
    }

    #download h2 {
        font-size: 24px !important;
    }

    .featuredli{
        font-size: 14px !important;
    }

}

@media only screen and (max-width: 769px) {
    .alert-col-left, .alert-col-right{
        text-align: center !important;
    }
}

@media only screen and (min-width: 769px) {
    .currency-div {
        text-align: right;
    }
}


@media screen and (max-width: 599px) {

}

