/* edit select2-selection--multiple */

.select2-container--default .select2-selection--multiple {
    position: relative;
    padding-right: 4px;
    padding-left: 4px;
    cursor: default;
}

.select2-container--default .select2-selection--multiple::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px 12px;
    transform: translateY(-50%);
    pointer-events: none;
}


/* edit_height_chart */

.format-height-chart {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: max(calc(80% + min(650px - 80%, 0px)), 500px);
}

.format-height-chart .format-height-chart-embed-url {
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 650px;
}


/* edit password hide-show */

.password-wrapper {
    position: relative;
}

.password-wrapper input {
    padding-right: 2.5rem;
}

.password-wrapper .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}


/* menu-horizontal */

.menu-horizontal {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    text-align: center;
}


/* @media (max-width: 992px) {
    .menu-horizontal {
        padding-left: 20px;
        padding-right: 20px;
    }
} */

.menu-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.menu-list li {
    /* flex: 1 1 auto;  */
    margin: 0 15px;
    white-space: nowrap;
}

.menu-list a {
    text-decoration: none;
}

.menu-list a:hover {
    border-bottom: 2px solid #0056b3;
}

.menu-list .menu-link.active {
    border-bottom: 2px solid #D26228;
    color: #FFD648 !important;
}
.border-nav {
    position: relative;
    border-radius: 8px;
    background: #1D2741;
    box-sizing: border-box;
    padding: 5px !important;
    margin: 5px !important;
}

.border-nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    background: linear-gradient(to right, #00f, #00d4ff);
    z-index: -1;
    margin: -1px;
}
