@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Barlow', Barlow Semi Condensed, Arial, sans-serif;
    font-size: 16px;
    background: rgba(241, 240, 247, 0.75);
}

button, input, optgroup, select, textarea {
    font-family: inherit;
}

textarea {
    height: 1rem;
}

textarea::placeholder {
    color: rgba(60, 60, 60, 0.35);
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.menu {
    background-color: #0F0073;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.menu a {
        color: #ffffff;
}

.menu .navbar {
        margin-left: 138px;
        margin-right: 138px;
        align-items: stretch;
        padding: 0 15px;
}

.menu .navbar-nav {
    margin: 0 20px
}

.menu .navbar-brand {
    font-family: Barlow Semi Condensed;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
}

.menu .nav-item {
    display: flex;
    margin: 0px 35px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.menu .nav-item a {
    display: flex;
    align-items: center;
}

.menu .nav-item:hover {
    background: rgba(255, 255, 255, 0.2);
}

.menu .nav-item a.active {
    margin-top: 4px;
    border-bottom: 4px solid;
    border-image: linear-gradient(90.07deg, #FFDF00 0%, #4FD02D 100%) 1;
}

.languageSelectButton {
    border: none;
    background: transparent;
    margin-left: 25px;
    padding: 10px;
    font-family: Barlow;
    font-size: 15px;
    color: #0F0073;
    text-transform: uppercase;
}

.languageSelectButton:hover {
    color: #0F0073;
    background: #F1F0F7;
}

.languageSelectButton.active {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 4px solid;
    border-image: linear-gradient(90.07deg, #FFDF00 0%, #4FD02D 100%) 1;
}

.languageSelectButton.active > span {
    margin-bottom: -4px;
}

.languageSelectButton:focus {
    outline: none;
}

.custom-file {
    width: 350px;
}

.custom-file-label {
    border: 1px solid #CFCCE3;
    border-radius: 6px;
    color: #0F0073;
    text-transform: uppercase;
}

.custom-file-label:after {
    border: 1px solid #CFCCE3;
    border-radius: 6px;
    color: #0F0073;
    text-transform: uppercase;
    background-color: transparent;
}

.custom-color-input {
    background: transparent;
    border: 1px solid #CFCCE3;
    border-radius: 6px;
    height: 30px;
    padding: 3px;
    width: 100%;
}

.action-item {
    background: #FFFFFF;
    border-radius: 7px;
    padding: 0
}

.action-item-circle {
    width: 30px;
    height: 30px;
    border: 1px solid #CFCCE3;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 400;
    color: #0F0073;
    text-transform: uppercase;
}

.action-item:hover {
    background: #F1F0F7;
}

.action-item:active {
    background: #F1F0F7;
}

.content {
    margin-left: 138px;
    margin-right: 138px;
    margin-bottom: 100px;
}

.row {
    align-items: center
}

.actionItemOutlined {
    border: 1px solid #CFCCE3;
    border-radius: 10px;
    color: #0F0073;
    text-transform: uppercase;
}

.actionItemOutlined:hover {
    background: #CFCCE3;
    box-shadow: 0px 10px 7px -7px rgba(207, 204, 227, 0.5);
}

.actionItemOutlined:active {
    background: #F1F0F7;
    box-shadow: 0px 10px 7px -7px rgba(207, 204, 227, 0.5);
}

.actionItemFilled {
    background: #0F0073;
    border-radius: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.actionItemFilled:hover {
    color: #FFFFFF;
    box-shadow: 0px 10px 7px -7px rgba(15, 0, 115, 0.5);
}

.actionItemFilled:active {
    color: #FFFFFF;
    box-shadow: 0px 8px 7px -7px rgba(15, 0, 115, 0.5);
}

.actionButton {
    padding: 10px 35px 10px 25px;
    display: flex;
    align-items: center;
}

.textPresenter p, ol, ul {
    margin: 0px;
}

.textPresenter ol, ul {
    padding-inline-start: 20px;
}

.textEditorActionBar {
    background: #F1F0F7;
    border: 1px solid #CFCCE3;
    border-radius: 6px 6px 0 0;
    border-bottom: 0;
    padding: 3px 10px
}

.textEditorActionItem {
    margin-right: 10px;
    padding: 0 5px;
}

.textEditorTextArea {
    border-radius: 0 0 6px 6px !important;
}

.dropDownButton {
    padding: 10px 0 10px 25px;
    color: #0F0073;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.dropDownItemLabel {
    color: #0F0073;
    font-size: 15px;
    text-transform: uppercase;
}

.dropDownButtonItem {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    color: #0F0073;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-radius: 0
}

.dropDownButtonItem:hover {
    background: #F1F0F7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.listItemRow {
    height: 60px;
    margin: 10px 0px;
}

.listItemHeaderRow {
    align-items: flex-end;
    color: rgba(15, 0, 115, 0.6);
    text-transform: uppercase;
}

.listItemActionRow {
    background: #FFFFFF;
    box-shadow: 0px 8px 4px -4px rgba(207, 204, 227, 0.25);
    border-radius: 10px;
    font-size: 16px;
    color: #3C3C3C;
}

.listItemActionRow:hover {
    cursor: pointer;
    box-shadow: 0px 8px 4px -4px rgba(207, 204, 227, 0.8);
}

.detailItem {
    background: #FFFFFF;
    box-shadow: 0px 8px 4px -4px rgba(207, 204, 227, 0.25);
    border-radius: 10px;
    font-size: 16px;
    color: #3C3C3C;
}

.detailItemRow {
    padding: 20px 30px;
    margin: 10px 0px;
}

.detailItemNameColumn {
    width: 275px;
}

.pageTitle {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    height: 120px;
    margin-bottom: 40px;
    font-family: Barlow Semi Condensed
}

.header {
    height: 120px
}

h3 {
    font-size: 50px
}

.imageColumn {
    width: 70px
}

.staffMemberBigImage {
    width: 150px;
    height: 150px;
    margin-right: 40px
}

.staffMemberName {
    font-weight: bold;
    font-size: 24px;
    color: #0F0073;
}

.staffMemberInfo {
    font-size: 21px;
    color: #0F0073;
}

.detailItemHeaderRow {
    margin-bottom: 40px;
}

.detailItemNameColumnText {
    font-size: 22px;
    font-family: Barlow Semi Condensed;
    margin-left: 10px;
    line-height: 0.9;
}

.detailItemNameColumnImage {
    width: 25px;
    height: 25px;
    object-fit: none;
    object-position: center;
    margin: 0 10px;
}

.textArea {
    display: block;
    width: 100%;
    resize: none;
}

.textAreaReadOnly {
    border: none;
}

.textAreaReadOnly:focus {
    outline: none;
}

.textAreaEditable {
    padding: 10px;
    border: 1px solid #CFCCE3;
    border-radius: 6px;
    box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.05);
}

.textAreaSmall {
    height: 80px;
}

.textAreaMedium {
    height: 150px
}

.textAreaBig {
    height: 250px;
}

.staffMemberDetailItemLabel {
    font-size: 16px;
    color: #0F0073;
}

.staffMemberDetailItemDescriptionLabel {
    color: rgba(0, 0, 0, 0.35);
}

.editItemInputLabel {
    font-size: 16px;
    color: #0F0073;
}

.contentWithColon:after {
    content: ":";
}

.editItemInputLabelColumn {
    width: 100px;
}

.editItemInput {
    border: 1px solid #CFCCE3;
    box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    font-size: 16px;
    height: 30px;
    padding: 5px 10px;
}

.editItemInputDefault {
    width: 350px
}

.imageButton {
    width: 30px;
    height: 30px;
    margin-left: 2px;
    margin-right: 2px;
}

.languageFlag {
    width: 30px;
    height: 30px;
}

.imageSmall {
    width: 24px;
    height: 24px;
}

.modal-content {
    box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.5);
    border: 0px;
    border-radius: 10px;
}

.modal-header {
    border-bottom: 0px;
    padding: 20px 30px;
    align-items: center;
}

.modal-body {
    padding: 20px 30px;
}

.modal-footer {
    border-top: 0px;
    padding: 20px 30px;
    justify-content: space-between;
}

.dialogTitle {
    font-size: 24px;
    color: #0F0073;
    text-transform: uppercase;
}

.card-header {
    background: #F1F0F7;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mb-20-not-last:not(:last-child) {
    margin-bottom: 20px;
}

.checkbox-round {
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #CFCCE3;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.05);
}

.checkbox-round:checked {
    background: #0F0073;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 767.98px) {
    .menu:not(.auth) {
        display: none;
    }

    .menu.auth {
        justify-content: space-between;
    }

    .menu a, .menu .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {

    .navbar-toggler {
        display: none;
    }

    .menu .collapse {
        /* Never collapse the menu for wide screens */
        display: block;
    }
}
