@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    width: 100%;
    height: 100vh;
    background: url('/static/images/background.jpg') lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    overflow: hidden;
    position: relative;
    font-family: "Inter", sans-serif;
}
h1, h2, h3, h4, h5, h6, p, li, a {
    font-family: "Inter", sans-serif;
}

.main_logo {
    display: flex;
    width: 136px;
    height: 50px;
    flex-shrink: 0;
    margin-top: 40px;
    margin-left: 32px;
}

.main_logo {
    display: flex;
    width: 136px;
    height: 50px;
    flex-shrink: 0;
    margin-top: 40px;
    margin-left: 32px;
}
.main_content {
    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    .content {
        display: flex;
        width: 360px;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;

        max-height: 90vh; /* or whatever max height you want */
        overflow-y: auto; /* enables vertical scrolling */

        border-radius: 16px;
        background: #FFF;

        .login_logo {
            width: 100%;
            border-radius: 8px;
            background: linear-gradient(#003d6b, #0060ab);
            height: 57px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: 57px;

            p {
                color: white;
                font-size: 20px;
                font-weight: 600;
                margin: 0;
                padding: 0;
                font-family: "Inter";
            }
        }

        .image {
            display: flex;
            padding: 12.033px 5px;
            justify-content: center;
            align-items: center;

            border-radius: 8px;
            border: 0.5px solid rgba(0, 0, 0, 0.30);
            background: linear-gradient(180deg, #FFF 0%, #D4D4D4 100%);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

            .layer_one {
                width: 20.261px;
                height: 7.294px;
                flex-shrink: 0;
            }

            .layer_two {
                width: 39.952px;
                height: 16.696px;
                flex-shrink: 0;
            }
        }
        .header {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            align-self: stretch;

            .main_text {
                align-self: stretch;
                color: #181D27;
                text-align: center;
                font-family: Inter;
                font-size: 30px;
                font-style: normal;
                font-weight: 600;
                line-height: 38px;
            }
            .support_text {
                align-self: stretch;
                color: #535862;
                text-align: center;

                font-family: Inter;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 24px;
            }
        }
        .content_content {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 24px;
            align-self: stretch;
            border-radius: 12px;

            form {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
                align-self: stretch;

                .form_field {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    align-self: stretch;

                    div {
                        flex-direction: column;
                        display: flex;
                        gap: 6px;
                        width: 100%;
                    }

                    label {
                        font-family: "Inter";
                        font-size: 14px;
                    }

                    input {
                        height: 44px;
                        border-radius: 8px;
                        border: 1px solid #D5D7DA;
                        box-shadow: 0px 1px 2px 0px #0A0D120D;
                        padding-left: 14px;
                        font-size: 16px;
                        font-family: "Inter";
                        transition: all 0.3s ease;
                    }

                    input::placeholder {
                        font-size: 16px;
                        font-family: "Inter";
                    }

                    input:focus {
                        outline: none;
                        border: 1px solid #0060ab;
                        background-color: #f8f9fa;
                    }

                }

                .form_row {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    align-self: stretch;

                    a {
                        font-family: Inter;
                        font-weight: 600;
                        font-size: 14px;
                        line-height: 20px;
                        letter-spacing: 0%;
                        color: #0092BC;
                        text-decoration: none;
                    }

                    span, input {
                        font-family: "Inter";
                        font-weight: 500;
                        font-size: 14px;
                        line-height: 20px;
                    }
                }
                .form_actions {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 16px;
                    align-self: stretch;
                    .btn {
                        display: flex;
                        align-items: flex-start;
                        align-self: stretch;
                        border-radius: 8px;
                        background-color: #081C3E;
                        width: 100%;
                        height: 44px;
                        color: white;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-family: Inter;
                        font-weight: 600;
                        font-size: 16px;
                    }
                }
            }
        }

        .row {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 4px;
            align-self: stretch;
            .text {
                color: #535862;
                font-family: Inter;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 20px;
            }

            a {
                color: #0092BC;
                text-decoration: none;
            }
        }
    }
}

.static_alert {
    display: flex;
    padding: 4px 10px 4px 4px;
    align-items: center;
    gap: 8px;
    width: 100%;
    border: 2px solid transparent;
    border-radius: 22px;
    mix-blend-mode: multiply;

    .alert_badge {
        display: flex;
        align-items: flex-start;
        display: flex;
        padding: 2px 8px;
        justify-content: center;
        align-items: center;
        border-radius: 16px;

        background: var(--White, #FFF);
    }

    .alert_message {

        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px; /* 150% */
    }
}

.alert {
    display: flex;
    padding: 4px 10px 4px 4px;
    align-items: center;
    gap: 8px;
    width: 100%;
    border-radius: 16px;
    mix-blend-mode: multiply;

    .alert_badge {
        display: flex;
        align-items: flex-start;
        display: flex;
        padding: 2px 8px;
        justify-content: center;
        align-items: center;
        border-radius: 16px;

        background: var(--White, #FFF);
    }

    .alert_message {

        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px; /* 150% */
    }
}

.alert-danger {
    background: var(--Error-50, #FEF3F2);
    color: var(--Error-700, #B42318);

}

.alert-danger .alert_badge {
    border: 2px solid var(--Error-200, #f7bab6);
}

.alert-success .alert_badge {
    border: 2px solid var(--Error-200, #aed3c2);
}

.alert-warning .alert_badge {
    border: 2px solid var(--Error-200, #ffe7a1);
}

.alert-info .alert_badge {
    border: 2px solid var(--Grey-200, #bbbec2);
}

.carousel-inner, .carousel-item, .info_blue {
    height: 100%;
}

.alert-info {
    background-color: #E9EAEB !important;
    border-color: #bbbec2 !important;
}

.client_selection {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;

    .client {
        border-radius: 8px;
        border: 1px solid #D5D7DA;
        padding: 8px;
        display: flex;
        flex-direction: row;
        gap: 30px;
        justify-content: space-between;
        text-decoration: none;

        p {
            margin: 0;
        }
        .client_name {
            margin: 0;
            color: black;
        }
        .client_status {
            
            p {
                color: blue;
                margin: 0;
            }

            .client_owner {
                color: green;
                margin: 0;
            }

            .client_banned {
                color: red;
                margin: 0;
            }
        }
    }
}