﻿.main-button-blue {
    height: 38px;
    margin-left: 50px;
    padding: 0 20px;
    border-radius: 24px;
    line-height: 45px;
    border: 1px solid #00aeef;
    transition: border .25s ease, background-color .25s ease, color .25s ease;
    background-color: #00aeef !important;
    font-size: 16px !important;
    font-weight: 400;
}

.main-button-blue:hover:not(:disabled) {
    background-color: #23c3ff !important;
    color: #ffffff !important;
}

.secondary-button-grey {
    display: inline-block;
    height: 38px;
    line-height: 34px;
    margin: 0;
    padding: 0 20px;
    border-radius: 24px;
    border: 1px solid #00aeef;
    transition: border .25s ease, background-color .25s ease, color .25s ease;
    background-color: transparent !important;
    font-size: 16px !important;
}

    .secondary-button-grey:hover:not(:disabled) {
        background-color: #23c3ff !important;
    }

.button-circle-transparent {
    height: 30px !important;
    width: 30px !important;
    border-radius: 50% !important;
    border: 1px solid #00aeef !important;
    transition: border .25s ease, background-color .25s ease, color .25s ease;
    background-color: transparent !important;
}

    .button-circle-transparent:hover:not(:disabled) {
        background-color: #23c3ff !important;
        color: #ffffff !important;
    }

.button-circle-blue {
    height: 30px !important;
    width: 30px !important;
    border-radius: 50% !important;
    border: 1px solid #00aeef !important;
    transition: border .25s ease, background-color .25s ease, color .25s ease;
    background-color: #00aeef !important;
}

.button-circle-blue:hover:not(:disabled) {
    background-color: #23c3ff !important;
    color: #ffffff !important;
}

.little-card {
    display: flex;
    align-items: center !important;
    margin: 5px 5px !important;
    border-radius: 4px !important;
    background-color: rgba(255, 255, 255, 0.16) !important;
    text-align: center !important;
    height: 38px;
    clear: both;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.custom-dropdown-list {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.custom-dropdown-list > ul {
    position: absolute;
    left: 0;
    top: 34px;
    overflow-y: hidden;
    z-index: 1000;
    padding: 0;
    background-color: #222834;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    -webkit-transition: max-height 0.1s ease-in-out;
    -moz-transition: max-height 0.1s ease-in-out;
    -o-transition: max-height 0.1s ease-in-out;
    transition: max-height 0.1s ease-in-out;
}

    .custom-dropdown-list > ul.slider-hidden {
        max-height: 0;
    }

div.custom-dropdown-list > div, div.static-view-name {
    font-size: 24px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.88);
}

div.custom-dropdown-list > ul > li {
    padding: 3px 20px;
    font-size: 16px;
    font-weight: 200;
    color: #ffffff;
    cursor: pointer;
    transition: border .25s ease, background-color .25s ease, color .25s ease;
}
div.custom-dropdown-list > ul > li:hover:not(:disabled) {
    color: #23c3ff !important;
}
div.custom-dropdown-list > ul > li:first-child {
    padding-top: 13px;
}

div.custom-dropdown-list > ul > li:last-child {
    padding-bottom: 13px;
}

div.entity-list > div.header > form.search-box {
    flex-grow: 1 !important;
}
div.entity-list > div.header > form {
    margin-top: 10px !important;
}

div.entity-list > div.header > form.search-box > input {
    display: inline-block !important;
    height: 38px !important;
    line-height: 36px !important;
    padding: 0 20px !important;
    border-radius: 19px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.57px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.12) !important;
}

div.entity-list > div.header > form.search-box > button {
    display: inline-block !important;
    width: 38px !important;
    height: 38px !important;
    line-height: 36px !important;
    margin-left: 10px !important;
    border-radius: 19px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.57px !important;
    color: #ffffff !important;
}

form.search-box {
    flex-grow: 1 !important;
}
form {
    margin-top: 10px !important;
}

form.search-box > input {
    display: inline-block !important;
    height: 38px !important;
    line-height: 36px !important;
    padding: 0 20px !important;
    border-radius: 19px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.57px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.12) !important;
}

form.search-box > button {
    display: inline-block !important;
    width: 38px !important;
    height: 38px !important;
    line-height: 36px !important;
    margin-left: 10px !important;
    border-radius: 19px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.57px !important;
    color: #ffffff !important;
}

div.entity-list > div.entity-list-table-base > table > tbody > tr > td {
    overflow-wrap: anywhere !important;
    white-space: unset !important;
    height: 60px !important;
}

.on-hover-span:hover:not(:disabled) {
    color: #00aeef !important;
}

.custom-modal {
    opacity: 1;
    background-color: #1c212e !important;
    padding: 2.5rem;
    padding-left: 10rem;
}