/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : May 9, 2025, 2:14:47 AM
    Author     : ahmadyaseen
*/

.navbar-start{
    margin-left: auto !important;
    margin-right: 15px !important;
}
.navbar-end{
    margin-left: unset !important;
    margin-right: auto !important;
}
.navbar>.container .navbar-brand, .container>.navbar .navbar-brand{
    margin-right: -0.75rem !important;
    margin-left: 0 !important;
}
.buttons .button:not(:last-child):not(.is-fullwidth){
    margin-right: 0 !important;
    margin-left: .5rem !important;
}
.has-text-left{
    text-align: right !important;
}
.hover-cards .icon-card-hover{
    text-align: right !important;
}
.column.is-offset-1, .column.is-offset-1-tablet{
    margin-left: unset !important;
    margin-right: 8.33333337% !important;
}
.floating-circle img{
    left: 0 !important;
    right: 20px !important;
}
#chat-widget .chat-widget-body .message-input .message-options{
    right: 0 !important;
    left: 15px !important;
}
.combo-button a:first-child{
    border-radius: 0 100px 100px 0 !important;
}
.combo-button a:last-child{
    border-radius:   100px 0 0 100px !important;
    border-right: none !important;
    border-left: 2px solid !important;
    border-color: #00b289 !important;
}
.ltr{
    direction: ltr !important;
}

.process-block.has-line:after{

    left: -14%;
    right: unset !important;
}

.process-block .process-info .details{
    text-align: right !important;
}
.process-block .process-info .step-number{
    margin-left: 15px !important;
    margin-right: 0 !important;
}

.section .title.quick-feature .bg-number{
    right: 40px;
    left: auto !important;
}
.steps .step-item:not(:first-child)::before{
    right: -50%;
    left:  unset !important;
}
.text-start{
    text-align: right !important;
}

body .ui-messages .ui-messages-error .ui-messages-error-icon{
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
}
.is-left{
    left: auto !important;
    right: 0;
}

body .ui-input-icon-right>i:last-of-type{
    left: .5rem;
    right: auto !important;
}

.control.has-icons-left .input{
    padding-right: 2.5em;
}