body {
    font-family: "aptos", sans-serif !important;
    font-size: 18px !important;
}

h1,
h2,
h3,
h4,
h5 {
    color: #26247b !important;
    font-weight: bold !important;
}

.navbar-default {
    background: #312c8a !important;
    background-color: #312c8a !important;
    background: linear-gradient(180deg, #312c8a 0%, #1a1a4f 70%, #141341 100%) !important;
    /*box-shadow: 0 0 0 12px #07517b, 0 0 0 22px #4d9160 !important;*/
    box-shadow: 0 12px 0 0 #07517b, 0 22px 0 0 #4d9160 !important;
    padding: 1.5rem !important;
}

.navbar-nav > li > a,
.navbar-nav > li > button{
    font-size: 18px !important;
    color: #fff !important;
    background: transparent !important;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > button:hover {
    color: #fbda1d !important;
    transform: scale(1.02);
}


.navbar-nav > li > a.is-active {
    background-color: transparent !important;
    text-transform: uppercase;
    color: #fbda1d !important;
}

.navbar-nav > li.profile{
    width: 52px;
    height: 52px;
}

.navbar-nav > li.profile a .profile{
    display: none;
}

.navbar-nav > li.profile > a{
    border-radius: 50%;
    background-color: #e9ecef !important;
    color: #5b6880 !important;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.navbar-nav > li.profile > a:hover{
    color: #5b6880 !important;
}

.container--navbar {
    display: flex;
    align-items: center;
}

.navbar-brand {
    justify-content: center !important;
    width: 100px !important;
    height: 100px !important;
}

.navbar-brand > img {
    max-height: 100px;
    max-width: 100px;
}

.dropdown-menu {
    background: #232171 !important;
    background: linear-gradient(16deg, #232171 0%, #1b1a58 50%, #141341 100%) !important;
    border: 4px solid #146d6a !important;
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.6) !important;
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.6) !important;
    width: max-content !important;
    padding: 1rem !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}


.dropdown-menu li > a,
.dropdown-menu li > span {
    color: #fff !important;
    text-decoration: none !important;
    text-align: left !important;
    margin: 0 !important;
    width: 100% !important;
}


.dropdown-menu li > a:hover,
.dropdown-menu li > span:hover {
    color: #fbda1d !important;
    background-color: transparent !important;
    transform: scale(1.02);

}

.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus,
.navbar-default .dropdown-menu > li > button:hover,
.navbar-default .dropdown-menu > li > button:focus {
    background-color: transparent !important;
    color: #fbda1d !important;
    transform: scale(1.02);
}





.cover {
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    border: 2px solid #106969 !important;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.3) !important;
}

.social-post-album--post-gallery img {
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
}

.btn-primary {
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
    background-color: #0f5e4d !important;
    border-color: transparent !important;
    transform: scale(1.02);
}


.btn-flat:hover:focus,
.btn-flat:hover.focus,
.btn-flat:hover:hover,
.btn-flat:hover:active,
.btn-flat:hover.active,
.open > .btn-flat:hover.dropdown-toggle,
.btn-flat:focus:focus,
.btn-flat:focus.focus,
.btn-flat:focus:hover,
.btn-flat:focus:active,
.btn-flat:focus.active,
.open > .btn-flat:focus.dropdown-toggle,
.open .dropdown-toggle .btn-flat:focus,
.open .dropdown-toggle .btn-flat.focus,
.open .dropdown-toggle .btn-flat:hover,
.open .dropdown-toggle .btn-flat:active,
.open .dropdown-toggle .btn-flat.active,
.open > .open .dropdown-toggle .btn-flat.dropdown-toggle {
    background-color: transparent !important;
    border-color: transparent !important;
    transform: scale(1.02);
}

.dropdown-header {
    font-weight: bold !important;
    font-size: 18px !important;
}


.list-item--active,
.list-item--active:hover,
.list-item--active:focus,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    color: #fff !important;
    background-color: #1f80aa !important;
    border-color: transparent !important;
}

.list-item--visibility:hover,
.list-item--visibility:focus-within {
    background-color: transparent !important;
}

.list-item--visibility .icon-small {
    fill: #fff !important !important;
}

.help-block {
    /*color: #fff !important;*/
}

.form-select {
    color: #fff !important;
    background-color: #49247b !important;

}

form:not(.layout-builder-configure-block) .select-wrapper:after {
    content: '▾';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: -.5em;
    padding-right: 12px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    color: #fff !important;
}

.comment-form textarea.form-control,
textarea {
    background-color: #fff !important;
    background: transparent !important;
}
