﻿.box-footer {
    border-top: 1px solid gray;
}

    .box-footer > * {
        margin: auto;
        width: fit-content;
    }

.d-flex {
    display: flex;
    gap: 5px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.form-group {
    width: 31%;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.w-30 {
    width: 30%;
}

.w-25 {
    width: 25%;
}
.form-checkbox{
    width:100%;
    height:32px;
}
    
.image-bigable {
    transition: transform 1s;
}
.image-user {
    width: 60px;
    height: 50px;
    border-radius: 50%;
 
}
.image-bigable:hover  {
    transform: scale(2.5, 2.5);
    z-index: 300000;
}

 
@media(min-width: 768px) {
    .login-box-body {  
        margin: 20vh 20vw!important;        
    }
}
@media(min-width: 100px) {
    .login-box-body {
        margin: 0  ;
    }
} 
.red{color:red;}
.blue{color:blue}
.green{color:green}
.lime{color:lime}
.m-auto{margin:auto}
.sidebar a, .nav a{
    text-decoration:none;
}
.swal2-title {
    max-width: auto;
    background-color:cadetblue;
    color:white;
    padding-block-end:20px;
    border-radius: 5px 5px 0 0;

}
.swal2-modal{
   width:auto;
    max-width:60Vw;
    min-width:40vw;
    font-size:small;
}
#list > .list-unstyled {
    max-height: 150px;
    overflow-y: auto;
}
#list > .btn {
    padding: 0 10px;
}
#list > .list-unstyled > li > * {
    line-height: 1;
    color: navy;
    font-size: small;
}

/*   Start DropDown Button*/

.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus {
        background-color: #2980B9;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}


/*   End DropDown Button*/

.box-body.nav a {
    color: #fff;
    line-height: 2;
}

.box-body.nav {
    background-color: var(--bs-gray-700);
    color: #fff;
    height: 240px;
    overflow: auto;
}
.hlp {
    padding: 5px;
    margin: 5px;
    border: 1px gray solid;
    background: lightyellow;
    border-radius: 5px;
}
