.select2-container .select2-selection--single .select2-selection__rendered {
    float: right;
}

.topnav .navbar-nav .dropdown-item {
    text-align: right;
    font-size: 14px;
    color: #545a6d !important;
    font-weight: 520;
}
.topnav .navbar-nav .dropdown-item:hover {
    background: #f5f6fa ;
}

.float-end{
    float: left !important;
 
}
.float-start {
    float: right !important;

   
}


.select2-results__option {
    padding: 6px 12px;
    text-align: right;
}
.select2-results__options {
    direction: rtl;
}
input[type="email"]::placeholder {

    /* Firefox, Chrome, Opera */
    text-align: right;
}
.dropdown-menu-end[style] {
    left :0 !important;
    right: auto !important;
}

.form-check{
    float: right;
}
