@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    font-family: 'Montserrat', sans-serif !important;
}

.service-card,
#information-widgets {
    background-color: rgba(255, 255, 255, .1);
    padding: 10px;
    border-radius: 34px;
}

.service-card {
    display: flex;
    flex-direction: row;
    justify-content: start;
    justify-items: center;
}

.service-block {
    border-radius: 34px;
    border-style: inset;
}

#inner_wrapper {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 34px;
    padding: 10px;
    width: 90%;
    height: 90%;
    margin: 40px auto;
    position: relative;
    -webkit-box-shadow: 8px 18px 22px 0px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: 8px 18px 22px 0px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 8px 18px 22px 0px rgba(0, 0, 0, 0.5) !important;
}

#footer {
    display: none;
}

.service-icon>div {
    background: #ffffff !important;
}

#headlessui-combobox-input-\:R6mcn6\: {
    border-radius: 34px !important;
    background-color: rgba(0, 0, 0, .2);
}

input::placeholder {
    color: rgba(255, 255, 255, .6)
}

#headlessui-listbox-button-\:R3amcn6\: {
    display: none;
}

.service-name {
    font-weight: bold;
}
