.bg-wifri {
    background-color: #2b65ab;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #2b65ab;
}
.dropdown-menu {
    min-width: 0px;
}
.dropdown-item {
    padding: 0.25rem 1rem;
}

.circular-img {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}

.circular-img img {
    width: 100%;
    height: auto;
}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    width: 100%;
    border: 1px solid #ccc;
    border-style: dashed;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.none {
    display: none;
}
