﻿

.dv-info {
    padding: 35px;
    background-color: #eee
}

.spid-idp-button .spid-idp-button-menu li > a img {
    height: 45px !important;
    padding: 10px 0 10px 10px;
    border: 0;
}

.card {
    margin-left: -40px;
}

.navbar-light {
    color: #fff !important;
    background-color: #0059b3 !important
}

.btn-long {
    width: 190px
}

.dv-l {
    margin-left: -35px;
    position: relative
}

.navbar-light .nav-link {
    color: #fff !important
}

ul li {
    list-style: none;
}

.resizable {
    max-width: 300px
}

.card-header {
    border-bottom: 0px !important;
}

.padder {
    padding-top: 50px;
    padding-bottom: 50px;
}

.alert-box {
    font-size: 12px !important;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 100%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-left: 6px solid #8a5a2c;
    padding: 20px;
    position: relative;
}

.center {
    text-align: center
}

.alert-box h2 {
    font-size: 14px !important;
    margin: 0 0 10px 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .alert-box h2::before {
        content: "!";
        color: #8a5a2c;
        border: 1px solid #8a5a2c;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }

.alert-box .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    color: #aaa;
}

    .alert-box .close-btn:hover {
        color: #000;
    }

.alert-box p {
    margin: 5px 0;
    color: #333;
}

.alert-box .divider {
    border-top: 1px solid #e0e0e0;
    margin: 10px 0;
}

.navbar-toggler {
    color: #fff !important
}
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    #logo-screen {
        display: none
    }

    .dv-info {
        margin-left: -20px;
        padding: 35px;
        background-color: #eee
    }
}

.alert-box {
    margin-bottom: 20px
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    #logo-screen {
        display: none
    }

    .dv-info {
        margin-left: -20px;
        padding: 35px;
        background-color: #eee
    }
}
