﻿:root {
    --bs-primary: #7F56D9;
    --bs-btn-disabled-bg: #7F56D9;
    --bs-btn-disabled-border-color: #7F56D9;
}


/*:root {
    --bs-btn-bg: #7F56D9;
}
*/
.btn-primary {
    box-sizing: border-box;
    background-color: #7F56D9;
    border: 1px solid #7F56D9;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    /*padding: 10px 16px;*/
    gap: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

    .btn-primary:hover {
        box-sizing: border-box;
        background-color: #7F56D9;
        border: 1px solid #7F56D9;
        box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
        border-radius: 8px;
        justify-content: center;
        align-items: center;
        /*padding: 10px 16px;*/
        gap: 8px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
    }

    .btn-primary:active {
        box-sizing: border-box;
        background-color: #7F56D9;
        border: 1px solid #7F56D9;
        box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
        border-radius: 8px;
        justify-content: center;
        align-items: center;
        /*padding: 10px 16px;*/
        gap: 8px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
    }

    .btn-primary:focus {
        box-sizing: border-box;
        background-color: #7F56D9;
        border: 1px solid #7F56D9;
        box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
        border-radius: 8px;
        justify-content: center;
        align-items: center;
        padding: 10px 16px;
        gap: 8px;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
    }    

.btn-outline-primary {
    border: 1px solid #7F56D9;
    color: #7F56D9;
}


.form-check-input {
    padding-top: 3px;
    font-size: 1em;
}

.form-control-color-full {
    width: 100%;
}

.dropdown-menu {
    
    --bs-dropdown-link-active-bg: #fff;
   
}