.login-img {
    width: 30%;
    margin: auto;
    margin-top: 1.5rem !important;
}

.dropdown-menu {
    list-style: none !important;
}

.dropdown-content>li {
    padding: .5em 1em;
    font-size: 14px;
}

.dropdown-content>li>a {
    color: #4a4a4a
}

.dropdown-content>li:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
}

.pre {
    max-height: 250px;
    overflow-y: scroll;
    width: 500px;
}

#gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 60px 15px;
    padding-bottom: 3em;
}

.gallery_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expandable-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#gallery .buttons-img {
    background: white !important;
    margin-top: -40px !important;
}

p.description {
    font-size: .85em;
    padding: 10px 5px 2.5px 5px;
    line-height: 20px;
    border: solid 1px #ddd;
    border-radius: 3.5px;
    background: #f0f0f0;
}

/* Smartphones (portrait and landscape) */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    #gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Smartphones (landscape) */

@media only screen and (min-width: 321px) {
    #gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Smartphones (portrait) */

@media only screen and (max-width: 320px) {
    #gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* iPads (portrait and landscape) */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* iPads (landscape) */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* iPads (portrait) */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Desktops and laptops */

@media only screen and (min-width: 1224px) {
    #gallery {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Large screens */

@media only screen and (min-width: 1824px) {
    #gallery {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* iPhone 4 */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}

.image-preview {
    font-size: 14px;
}

.text-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.w-100 {
    width: 100%;
}

.field.is-grouped {
    justify-content: space-between;
}

.field.is-grouped span {
    width: 100%;
}

.field.is-grouped .field.list-services {
    width: 45%;
}

.select select[multiple] {
    width: 100%;
    min-height: 300px;
    max-height: 400px;
}

.buttons-services.list-services {
    margin-left: -0.75rem;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

.field.search-services .control {
    width: 100%;
}

.field.vertical-search .field.is-grouped {
    flex-direction: column;
}

label.b-radio.radio span.control-label {
    padding-left: 5px;
}

label.b-radio.radio {
    font-size: 15px;
}

.select select[multiple] option {
    max-width: 100%;
    overflow: hidden;
    padding-right: 12px !important;
    text-overflow: ellipsis;
    white-space: normal;
}

.select select {
    width: 100%;
}

.cursor-pointer{
    cursor: pointer;
    display:inline-table !important;
    margin-right: 5px !important;
}

.multiselect-contract{
    width:250px;
}

.margin{
    width: 90px;
}

.tag_explain_module{
    width: 100% !important;
    text-align: center !important;
}

.text_area_form{
    width: 100% !important;
}