:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #754ffe;
    --bs-secondary: #5e3adf;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-border-radius-lg: 0.5rem;
}
.bg-light{
    background-color: #f8f9fa !important;
}
.btn-primary {
    color: #fff;
    background-color: #754ffe;
    border-color: #754ffe;
}
.btn-primary:hover {
    color: #fff;
    background-color: #5e3adf;
    border-color: #5e3adf;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 1rem;
    font-weight: 600;
    color: #1a1919;
}
.testimonial-avatar{
    background-color: #754ffe;
    display: block;
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 14px;
    font-size: 1.2rem;
}
.controls li.next{
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    border-radius: 50%;
    color: var(--bs-white);
    height: 40px;
    line-height: 40px;
    margin-right: -50px;
    position: relative;
    text-align: center;
    transition: .2s ease-in;
    width: 40px;
}
.controls li.prev {
    background-color: var(--bs-primary );
    border: 1px solid var(--bs-primary);
    border-radius: 50%;
    color: var(--bs-white);
    height: 40px;
    line-height: 40px;
    margin-left: -50px;
    position: relative;
    text-align: center;
    transition: .2s ease-in;
    width: 40px;
}
.navbar .dropdown .dropdown-toggle:after {
    background-repeat: no-repeat;
    background-size: .625rem .625rem;
    border: none;
    color: var(--gk-gray-600);
    content: "\f282";
    float: right;
    font-family: bootstrap-icons !important;
    font-size: 16px;
    margin-left: .375rem;
}
.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}
.passInput {
    position: relative;
}
.showPass {
    position: absolute;
    right: 18px;
    bottom: 6px;
    cursor: pointer;
    color: #6c757d;
    font-size: 1.2rem;
}
.text-danger {
    color: #dc3545 !important;
}
.form-select {
    color: #4a5058;
}

