﻿.btnPrimarioMb {
    background-color: #E5E7EB;
    color: #9CA3AF;
    height: 56px;
    width: 100%;
    border-radius: 26px;
    /*padding: 16px 24px 16px 24px;*/
    border: 0;
    cursor: pointer;
    font-weight: 700;
}

.btnSecundarioMb {
    background-color: #E9EDFC;
    height: 56px;
    width: 100%;
    border-radius: 26px;
    /*padding: 16px 24px 16px 24px;*/
    color: #1D4ED8;
    border: 0;
    cursor: pointer;
    font-weight: 700;
    border-color: #CED9F8;
}

.lknPrimario {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #1D4ED8;
    cursor: pointer;
    text-decoration: none !important;
}

.btnAbled:hover {
    background-color: #3361E4;
    transition: 1.0s;
}

.btnAbled {
    background-color: #1D4ED8;
    color: #FFFFFF;
}

.InpTxtPrimarioMb {
    height: 48px;
    border-radius: 28px;
    border: 1px solid #6B7280;
    padding: 12px, 16px, 12px, 20px;
}

.InpTxtPrimarioMb-Disable {
    color: #9CA3AF;
    height: 48px;
    border-radius: 28px;
    border: 1px solid #D1D5DB;
    padding: 12px, 16px, 12px, 20px;
}


 




.container {
    display: block;
    position: relative;
    padding-left: 28px;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


    /* Hide the browser's default radio button */

    .container input[type=radio] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.container:hover input ~ .checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.container input:checked ~ .checkmark {
    background-color: #01C5C6;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container input:checked ~ .checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.btnSecundarioMbInicio {
    background-color: #E9EDFC;
    height: 56px;
    border-radius: 26px;
    /*padding: 16px 24px 16px 24px;*/
    color: #1D4ED8;
    border: 0;
    cursor: pointer;
    font-weight: 700;
    border-color: #CED9F8;
    width: 268px;
}

.ds_btn {
    width: 328px;
    height: 48px;
    border-radius: 28px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    cursor: pointer;
}

.ds__btn--actions {
    width: 100%;
}

.ds__btn--actions button {
    width: 100%;
}

.ds__btn--actions button:last-child {
    margin-top: 16px;
}

.ds__btn_primary {
    background-color: #163BA2;
    color: #FFFFFF;
    border: 0;
}

.ds__btn_primary:hover {
    background-color: #8AA5EF;
}

.ds__btn_primary:active {
    background-color: #0F276C;
}

.ds_btn-secondary {
    background-color: #3361E4;
    color: #FFFFFF;
    border: 0;
}

.ds_btn-secondary:hover {
    background-color: #A7BBF3;
}

.ds_btn-secondary:active {
    background-color: #163BA2;
}

.ds__btn-tertiary {
    background-color: #CED9F8;
    color: #1D4ED8;
    border: 0;
}

.ds__btn-tertiary:hover {
    background-color: #CED9F8;
}

.ds__btn-tertiary:active {
    background-color: #A7BBF3;
}













.ds__btn_color-tertiary {
    background-color: #CED9F8 !important;
    color: #1D4ED8 !important;
    border: 0 !important;
}

.ds__btn_color-tertiary:hover {
    background-color: #CED9F8 !important;
}

.ds__btn_color-tertiary:active {
    background-color: #A7BBF3 !important;
}

@media only screen and (min-width: 749px) {
    .ds__btn--actions {
        display: flex;
    }

    .ds__btn--actions button:first-child {
        order: 2;
    }

    .ds__btn--actions button:last-child {
        margin-top: 0;
        margin-right: 16px;
    }
}