﻿/* Layout Styles */
body {
    /*background-color: #fafafa !important;*/
}

.heading-border-bottom {
    border-bottom: #4704d7 5px solid !important;
}

.bi {
    -webkit-text-stroke: 0.02rem;
}

.form-control:focus {
    box-shadow: 0 0 0 0.15rem rgba(13,110,253,.25);
}

.form-check-input {
    border-color: #4704d7;
}

.form-check-input:checked {
    background-color: #4704d7;
    border-color: #4704d7;
    box-shadow: none;
}

.bg-default-style {
    background-color: #4704d7;
}

.btn-default-style {
    color: white !important;
    background-color: #5005F2 !important;
    font-weight: 500 !important;
}

.btn-default.btn-default-style:hover {
    transition-property: background;
    transition-duration: 250ms !important;
    background: #5d14fa !important;
}

.btn-default-outline-style {
    color: #5005F2;
    background-color: #ffff;
    border: solid 1px #5005F2;
    border-radius: 0.375rem;
    padding: 5px 7px;
    outline: 0 !important;
    text-wrap: nowrap;
    font-weight: 500;
}

.btn-default-outline-style:hover {
    transition-property: background, color, border, outline !important;
    transition-duration: 250ms !important;
    background-color: #5005F2 !important;
    color: white !important;
}

.btn-user-log {
    background-color: #5005F2 !important;
    padding: 5px 10px !important;
    border-radius: 17px !important;
    font-weight: 500 !important;
    color: white !important;
}

.btn-user-log:hover {
    transition-property: background;
    transition-duration: 250ms !important;
    background: #5d14fa !important;
}

.navbar-nav .nav-link:hover {
    color: black !important;
}

.nav-link.active {
    font-weight: 700 !important;
    color: #007bff !important;
}

.text-dark {    
    margin-left: 50px !important;
}