﻿
.btn-green {
    background-color: #008F91 !important;
    border-color: #008F91 !important;
    color: #ffffff !important;
    border-radius: 6px;
    --bs-btn-active-shadow: 0 !important;
    --bs-btn-focus-box-shadow: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center
}

    .btn-green:hover {
        background: #008F91 !important;
        box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.18) !important;
    }

    .btn-green:active, .btn-green.active, .btn-green:focus {
        border-color: #16604F !important;
        background: #16604F !important;
        color: white !important;
    }

.btn-light {
    background-color: #FFFFFF !important;
    border: 1px solid #D2D4D9 !important;
    color: #19181B !important;
    display: flex;
    justify-content: center;
    align-items: center
}

    .btn-light:hover {
        background: #FFFFFF !important;
        color: #19181B !important;
        border: 1px solid #8A8C99 !important;
        box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.1) !important;
        fill: #8A8C99;
    }

    .btn-light:active .step__icons path,
    .btn-light:focus .step__icons path {
        background-color: #8A8C99 !important;
        background: #D2D4D9 !important;
        border: 1px solid #8A8C99 !important;
        fill: #8A8C99;
    }

.btn-tangerine {
    background: #F05E22;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

    .btn-tangerine:hover {
        box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.1) !important;
        color: white;
    }
    .btn-tangerine:active{
        color:white;
    }
.mode-buttons-container {
    display: flex;
}


.mode-button.selected, .center-radio:hover, .center-radio:active {
    background-color: rgb(0, 139, 138);
    color: rgb(255, 255, 255);
}

.forget-password-button {
    color: rgb(0, 139, 138) !important;
    cursor: pointer;
    text-align: center;
    width: 100% !important;
}


    .forget-password-button a {
        color: rgb(0, 139, 138);
    }

.center-radio {
    border-radius: 6px;
    display: flex;
    height: 48px;
    padding: 6px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    cursor: pointer;
    color: black;
    text-decoration: none;
}
