/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir.eot');
    src: url('../fonts/Vazir.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir.woff2') format('woff2'),
    url('../fonts/Vazir.woff') format('woff'),
    url('../fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Bold.eot');
    src: url('../fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Bold.woff2') format('woff2'),
    url('../fonts/Vazir-Bold.woff') format('woff'),
    url('../fonts/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Light.eot');
    src: url('../fonts/Vazir-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Light.woff2') format('woff2'),
    url('../fonts/Vazir-Light.woff') format('woff'),
    url('../fonts/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Medium.eot');
    src: url('../fonts/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Medium.woff2') format('woff2'),
    url('../fonts/Vazir-Medium.woff') format('woff'),
    url('../fonts/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Thin.eot');
    src: url('../fonts/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Thin.woff2') format('woff2'),
    url('../fonts/Vazir-Thin.woff') format('woff'),
    url('../fonts/Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir-Black.eot');
    src: url('../fonts/Vazir-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir-Black.woff2') format('woff2'),
    url('../fonts/Vazir-Black.woff') format('woff'),
    url('../fonts/Vazir-Black.ttf') format('truetype');
    font-weight: 900;
}

html {
    background: #f1f1f1;
}

body {
    font-family: 'Vazir', sans-serif !important;
    background: #f1f1f1 url("../img/background.png") no-repeat fixed left;
}

html body {
    height: auto;
    background-color: #f1f1f1 !important;
}

html body .content .content-wrapper {
    padding: 0;
    margin-top: 0;
}

html body .content {
    margin-right: 325px;
}

.alert-parent {
    position: fixed;
    width: fit-content;
    left: 3%;
    z-index: 2500;
    background: white;
    border-radius: 0.5rem;
}

.alert-parent > .alert {
    margin-bottom: 0;
}

.main-menu .navbar-header {
    height: auto;
}

.header-navbar.navbar-expand-lg.navbar.navbar-with-menu.floating-nav.navbar-light.navbar-shadow.top-header {
    width: 100%;
    height: 30px;
    min-height: 30px;
    background: #0A1F3C;
    direction: ltr;
    padding: 0 8%;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    border-radius: 0;
}

.header-navbar.navbar-expand-lg.navbar.navbar-with-menu.floating-nav.navbar-light.navbar-shadow {
    width: 100%;
    height: 85px;
    min-height: 85px;
    max-height: 85px;
    background: #FFFFFF;
    padding: 0 8%;
    margin: 0;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 2000;
    border-radius: 0;
    box-shadow: unset !important;
}

.header-navbar.navbar-expand-lg.navbar.navbar-with-menu.floating-nav.navbar-light.navbar-shadow.bottom-header {
    width: 100%;
    height: 55px;
    min-height: 55px;
    max-height: 55px;
    background: #FFFFFF;
    padding: 0 8%;
    margin: 0;
    top: 115px;
    left: 0;
    right: 0;
    z-index: 2000;
    border-radius: 0;
}

.header-navbar.navbar-expand-lg.navbar.navbar-with-menu.floating-nav.navbar-light.navbar-shadow.bottom-header > ul {
    font-size: 10px;
    flex-direction: row;
}

.header-navbar.navbar-expand-lg.navbar.navbar-with-menu.floating-nav.navbar-light.navbar-shadow.bottom-header > ul > a {
    font-size: 10px;
    padding: 10px;
}

.top-header > span {
    font-size: 11px;
    color: #FFFFFF;
}

.footer.footer-static.footer-light {
    padding: 0 8%;
    text-align: center;
    margin: 0 !important;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    background: #0A1F3C;
}

.footer > p {

}

.footer > div {
    justify-content: space-between;
}

.footer > div > a > img {
    filter: brightness(10);
}

.footer > div > P {
    font-weight: 700;
    font-size: 11px;
    margin: 0;
    padding: 6px 8px 0;
    color: #0A1F3C;
    background: #FFFFFF;
    border-radius: 10px 0 10px 0;
    max-height: 32px !important;
    height: 32px;
}

.footer > p > span {
    width: 100%;
    color: #FFFFFF;
}

.footer > p > span > a {
    color: #D4AF37;
}

.footer > p > span > a:hover {
    color: #ffb000;
}

.footer-li {
    padding: 0 12px;
    border-right: solid 1px #D4AF37;
    color: #FFFFFF;
}

.footer-li > a {
    color: #FFFFFF;
}

.footer-li > a:hover {
    color: #D4AF37;
}

.footer-li.first {
    border-right: unset;
}

.footer-icon {
    padding: 16px 4px;
    font-size: 28px;
    color: #FFFFFF;
}

.footer-icon:hover {
    color: #D4AF37;
}

div.dataTables_wrapper div.dataTables_filter label {
    background: #D4AF37;
    padding: 0.25rem 0.75rem;
    border-radius: 0.7rem 0;
}

div.dataTables_wrapper div.dataTables_filter label input {
    border-radius: 0.4rem !important;
}

#dashboard-analytics table tr th:first-child, #dashboard-analytics table tr td:first-child {
    padding-right: 1.25rem !important;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 1.25rem !important;
}

.round {
    border-radius: 1rem 0 !important;
}

td > img.round {
    border-radius: 1rem 0 !important;
}

.table.dataTable thead tr {
    background-color: #c4c4c4;
}

.navbar-nav .nav-link {
    margin-top: 24px;
    margin-bottom: 54px;
    color: #FFF;
}

.navbar-nav .nav-link:hover {
    color: #D4AF37;
}

.user-name {
    font-size: 14px;
    white-space: nowrap;
    margin-bottom: 6px;
}

.content-body > section > div > div > .card {
    margin: 30px 0 0 3%;
    border-radius: 70px 0 0 0;
}

.content-body > section > div > div > .card > .chat-body {
    background: #f6f6f6;
    padding: 1rem;
    margin: .5rem .5rem 3rem;
    border-radius: 4px;
}

.chat-card {
    background: #f6f6f6;
    padding: 1rem;
    margin: .5rem .5rem 3rem;
    border-radius: 4px;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .app-content, body.vertical-layout.vertical-menu-modern.menu-collapsed .footer {
    margin-right: 175px;
}

.page-title {
    z-index: 2000;
    font-weight: 700;
    padding: 12px 36px;
    font-size: 16px;
    position: fixed;
    margin: 0 auto;
    top: 85px;
    left: 0;
    right: 0;
    max-width: fit-content;
    color: #0A1F3C;
    background: #D4AF37;
    border-radius: 0 0 8px 0;
}

.main-menu {
    margin: 30px 3% 0;
    background-color: #0A1F3C !important;
    border-bottom-right-radius: 30px;
    overflow-y: auto;
    height: -webkit-fill-available;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .main-menu {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        margin: 0;
        width: min(320px, 90vw);
        height: 100vh;
        border-radius: 0 0 30px 0;
        z-index: 1050;
        box-shadow: 0 12px 30px rgba(10, 31, 60, 0.3);
        overflow: hidden;
        margin-top: 115px !important;
    }

    .vertical-overlay-menu .main-menu,
    .vertical-overlay-menu.menu-open .main-menu {
        right: 0;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        opacity: 1;
    }

    .main-menu .main-menu-content {
        overflow-y: auto;
        height: calc(100vh - 140px);
        padding-bottom: 15rem;
        scrollbar-width: thin;
        scrollbar-color: rgba(212, 175, 55, 0.6) transparent;
    }

    .main-menu .main-menu-content::-webkit-scrollbar {
        width: 6px;
    }

    .main-menu .main-menu-content::-webkit-scrollbar-thumb {
        background: rgba(212, 175, 55, 0.6);
        border-radius: 4px;
    }

    .main-menu .main-menu-content::-webkit-scrollbar-track {
        background: transparent;
    }
}

.btn {
    border-radius: 1rem 0 !important;
}

.btn-submit {
    background: #0A1F3C;
    padding-left: 3rem;
    padding-right: 3rem;
}

.form-card {
    background: #f6f6f6;
    padding: 1rem;
}

.form-control {
    border: unset;
    color: #5F5F5F;
    border-radius: 1rem 0 !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: unset;
    border-radius: 1rem 0;
}

.select2-container {
    display: initial;
}

.main-menu .main-menu-content {
    height: unset;
    position: relative;
}

body.semi-dark-layout.menu-collapsed .main-menu:not(.expanded) .navigation-main li.active a {
    background: #0A1F3C !important;
}

.shadow-bottom {
    background: linear-gradient(-180deg, #0A1F3Cf8, #0A1F3Cf0, #0A1F3C80) !important;
}

.navigation-main {
    background-color: #0A1F3C !important;
}

.menu-content {
    background-color: #0A1F3C !important;
}

.nav-item.open > .nav-link {
    background-color: #0A1F3C !important;
}

.main-menu.menu-dark .navigation > li.active > a {
    background: -webkit-linear-gradient(208deg, #0A1F3C, #0A1F3C);
    background: linear-gradient(-118deg, #0A1F3C, #0A1F3C);
    box-shadow: 0 0 10px 1px #0A1F3C;
    color: #D4AF37;
    font-weight: 400;
    border-radius: 4px;
}

.main-menu.menu-dark .navigation > li.active > a > i {
    color: #D4AF37;
}

.main-menu.menu-dark .navigation > li.hover > a {
    color: #D4AF37;
}

.main-menu.menu-dark .navigation > li.open > a {
    color: #D4AF37;
}

.main-menu.menu-dark .navigation > li.hover > a > i {
    color: #D4AF37;
}

.main-menu.menu-dark .navigation > li.open > a > i {
    color: #D4AF37;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub > a:not(.mm-next):after {
    transform: rotate(180deg);
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.hover.has-sub > a:not(.mm-next):after {
    color: #D4AF37;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.open.has-sub > a:not(.mm-next):after {
    transform: rotate(90deg);
    color: #D4AF37;
}

body.semi-dark-layout .main-menu-content .navigation-main .nav-item .menu-content li:not(.active) a {
    background-color: #0A1F3C;
}

.main-menu.menu-dark .navigation > li ul .hover > a, .main-menu.menu-dark .navigation > li ul .sidebar-group-active > a {
    color: #D4AF37;
}

body.vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li.hover > a > i {
    color: #D4AF37;
}

.main-menu.menu-dark .navigation > li {
    border-bottom: solid 1px #9dafc9;
}

.chat-category {
    background: #c4c4c4;
    color: #221f1f;
    font-size: 16px;
    padding: 6px;
    margin-bottom: 0;
    border-radius: 6px 0;
}

.insert-message-box {
    border-top: unset !important;
    border-radius: 6px 0 !important;
    background: white;
}

.insert-message-box > div > .form-control {
    border-radius: 6px 0 !important;
    background: #f1f1f1 !important;
    margin-bottom: .5rem;
}

.insert-message-box > div > .form-group > .form-control {
    border-radius: 6px 0 !important;
    background: #f1f1f1 !important;
}

.input-group-append {
    place-content: end;
}

.list-item {
    background: #eae8e8;
    padding: 0 1.5rem;
}

.active-item {
    color: #D4AF37;
}

.list-item:hover > div > h6 {
    color: #D4AF37;
}

.list-item > div > h6 {
    display: list-item;
}

.user {
    display: block !important;
}

.submit-content-btn {
    background: #0A1F3C;
}

.dataTables_wrapper > div > div {
    overflow: auto;
}

.insert-media {
    display: none;
}

.require-form-check {
    margin-top: 1%;
    font-size: 12px;
    color: blue;
}

.ability-check {
    margin-top: -1%;
    font-size: 14px;
    font-weight: 500;
    color: #dc0930;
}

.show-exam-option {
    background: #eee;
    padding: 4px 10px;
    border-radius: 10px;
    margin: 10px;
}

.show-true-option {
    color: white;
    background-color: green;
}

.show-false-option {
    color: white;
    background-color: red;
}

#label-multimedia-question {
    background: #6c757d;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 1%;
    padding: 1%;
    font-weight: 400;
    font-size: 13px;
    color: white;
}

#label-multimedia-answer-question {
    background: #6c757d;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 1%;
    padding: 1%;
    font-weight: 400;
    font-size: 13px;
    color: white;
}


.label-multimedia-option {
    background: #c82333;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    cursor: pointer;
    padding: 2% 2% 5%;
    margin-top: -1%;
    font-weight: 400;
    font-size: 13px;
    color: white;
    height: 70%;
    width: 40%;
    text-align: center;
}

#label_file_answerSheet {
    background: #7929d4;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    cursor: pointer;
    padding: 7px;
    margin-top: -1%;
    font-weight: 400;
    font-size: 13px;
    color: white;
    height: 70%;
    width: 40%;
    text-align: center;
}

#label_image_course {
    background: #7929d4;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    cursor: pointer;
    padding: 7px;
    margin-top: -1%;
    font-weight: 400;
    font-size: 13px;
    color: white;
    height: 35%;
    width: 75%;
    text-align: center;
    top: 33%;
}

#label_attachment_course {
    background: #c97e0d;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    cursor: pointer;
    padding: 7px;
    font-weight: 400;
    font-size: 13px;
    color: white;
    height: 35%;
    text-align: center;
    top: 33%;
}

#result_descriptive {
    background: #1333d5;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    cursor: pointer;
    padding: 2%;
    margin-top: -1%;
    font-weight: 400;
    font-size: 13px;
    color: white;
    height: 70%;
    width: 50%;
    text-align: center;
}

.option {
    margin-top: -1%;
}

.close_option {
    color: #a8a8a8;
    font-size: 20px;
}

.close_option:hover {
    color: red;
}

.delete_file_att:hover {
    color: red;
}

.close_option_multi {
    color: #a8a8a8;
    font-size: 20px;
}

.close_option_multi:hover {
    color: red;
}

.tool_question {
    color: gray;
    font-size: 15px;
}

/* chat */

::-webkit-scrollbar-track {
    width: 5px;
    background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    width: 1em;
    background-color: #ddd;
    outline: 1px solid slategrey;
    border-radius: 1rem;
}

.text-small {
    font-size: 0.9rem;
}

.messages-box,
.chat-box {
    height: inherit;
    overflow-y: scroll;
    border-radius: 6px 0;
    background: white;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.chat-input {
    font-size: 0.9rem;
    color: #999;
}

.self-message {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

.striped_border {
    border: 2px solid #dee2e6;
}

.teacher-message {
    background: #009933;
    border-color: #009933;
    color: #fff;
}

.m-05 {
    margin: 0.5rem !important;
}

/* /chat */
.direct-chat .card-body {
    position: relative;
    overflow-x: hidden;
    padding: 0;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0 0 0 10px;
    margin-bottom: 1rem;
    /*height: 250px;*/
    overflow: auto;
}

.direct-chat-msg,
.direct-chat-text {
    display: block;
}

.direct-chat-msg {
    margin-bottom: 10px;
    border-radius: 16px 0;
    padding: 1rem;
}

.direct-chat-msg::after {
    display: block;
    clear: both;
    content: "";
}

.direct-chat-messages,
.direct-chat-contacts {
    transition: transform .5s ease-in-out;
}

.direct-chat-text {
    border-radius: 0.3rem;
    position: relative;
    padding: 5px 10px;
    color: #444;
}

.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}

.direct-chat-img {
    border-radius: .5rem 0;
    float: left;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.right .direct-chat-img {
    float: right;
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 0.875rem;
}

.direct-chat-name {
    font-weight: 600;
}

.direct-chat-timestamp {
    color: #999;
}

.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-contacts {
    -webkit-transform: translate(101%, 0);
    -ms-transform: translate(101%, 0);
    transform: translate(101%, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: #222d32;
    color: #ffffff;
    overflow: auto;
}

.contacts-list > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 0;
}

.contacts-list > li::after {
    display: block;
    clear: both;
    content: "";
}

.contacts-list > li:last-of-type {
    border-bottom: none;
}

.contacts-list-img {
    border-radius: 50%;
    width: 40px;
    float: left;
}

.contacts-list-info {
    margin-left: 45px;
    color: #ffffff;
}

.contacts-list-name,
.contacts-list-status {
    display: block;
}

.contacts-list-name {
    font-weight: 600;
}

.contacts-list-status {
    font-size: 0.875rem;
}

.contacts-list-date {
    color: #aaa;
    font-weight: normal;
}

.contacts-list-msg {
    color: #999;
}

.direct-chat-danger .right > .direct-chat-text {
    background: #dc3545;
    border-color: #dc3545;
    color: #ffffff;
}

.direct-chat-danger .right > .direct-chat-text:after, .direct-chat-danger .right > .direct-chat-text:before {
    border-left-color: #dc3545;
}

.direct-chat-warning .right > .direct-chat-text {
    background: #ffc107;
    border-color: #ffc107;
    color: #1F2D3D;
}

.direct-chat-warning .right > .direct-chat-text:after, .direct-chat-warning .right > .direct-chat-text:before {
    border-left-color: #ffc107;
}

.direct-chat-info .right > .direct-chat-text {
    background: #17a2b8;
    border-color: #17a2b8;
    color: #ffffff;
}

.direct-chat-info .right > .direct-chat-text:after, .direct-chat-info .right > .direct-chat-text:before {
    border-left-color: #17a2b8;
}

.direct-chat-success .right > .direct-chat-text {
    background: #28a745;
    border-color: #28a745;
    color: #ffffff;
}

.direct-chat-success .right > .direct-chat-text:after, .direct-chat-success .right > .direct-chat-text:before {
    border-left-color: #28a745;
}

.up-img-parent {
    padding-bottom: 16px;
    display: flex;
}

.delete-this-message:hover, .edit-this-message:hover {
    cursor: pointer;
}

.delete-this-message, .edit-this-message {
    float: left;
    margin-right: 5px;
}

.delete-this-message > i {
    font-size: 15px;
    color: red;
    padding: 4px 8px;
    border-radius: 20px;
}

.edit-this-message > i {
    font-size: 15px;
    color: orange;
    padding: 4px 8px;
    border-radius: 20px;
}

.direct-chat-text::-moz-selection { /* Code for Firefox */
    color: red;
    background: yellow;
}

.direct-chat-text::selection {
    color: red;
    background: yellow;
}

.edit-word:disabled {
    color: #FFFFFF;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.table-filter {
    cursor: pointer;
    border-color: rgba(108, 117, 125, 0.6);
    background-color: rgba(108, 117, 125, 0.6);
    color: #FFFFFF;
    padding: 4px 12px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin: 2px 5px;
}

.table-filter.active {
    border-color: #FF8510 !important;
    background-color: #FF9F43 !important;
}

.content-area-box {
    border-radius: 8px;
    padding: 8px;
    border: 1px #dbdada solid;
    height: fit-content;
    /*margin-top: 10px;*/
}

.content-area-box ul {
    list-style-type: none;
}

.content-area-box .parent input, .content-area-box .child input {
    margin-left: 5px;
}

.content-area-box .parent.active::before {
    content: "--";
    cursor: pointer;
    margin-left: 2px;
}

.content-area-box .parent::before {
    content: "+";
    font-size: 16px;
    color: #000000;
    cursor: pointer;
    margin-left: 2px;
}

.content-area-box .child {
    padding-right: 30px;
    padding-top: 2px;
    max-height: 0;
    overflow: hidden;
}

.content-area-box .child li {
    padding: 2px;
}

.nav-link p {
    margin-bottom: 0 !important;
}

.app-content-parent {
    margin: 200px 5%;
    position: relative;
    min-height: 725px;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    border-radius: 1rem 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 22px !important;
}

.select2-container--open .select2-dropdown--below {
    top: -20px;
}

#additional-data .card .chat-body, .chat-body-dark {
    background: #f6f6f6;
}

.pos-arrow + .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 2px !important;
}

.detail-item-subject {
    background: #eee;
    padding: 8px;
    border-radius: 8px;
    margin: 2px 0;
}

#add-content-modal .modal-body {
    background: #eee;
    padding: 32px;
}

.select2-container .select2-search--inline {
    float: right !important;
}

.badge-blue {
    background: blue !important;
    background-color: blue !important;
    color: white !important;
}

.badge-brown {
    background: brown !important;
    background-color: brown !important;
    color: white !important;
}

.badge-gray {
    background: #626262 !important;
    background-color: #626262 !important;
    color: white !important;
}

.subject-log-div {
    height: 200px;
    overflow-y: scroll;
    overflow-x: scroll;
}

.opacity-05 {
    opacity: 0.5;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

#select-from-graph, #select-from-map {
    margin-right: 10px;
    border-radius: 12px !important;
    padding: 12px;
}


.modal-body {
    background: #f6f6f6;
}

.city-to-select {
    margin: 2px 2px;
    cursor: pointer;
}

body .nav.navbar-nav.float-right .dropdown .dropdown-menu.dropdown-menu-right, .dropup .dropdown-menu.dropdown-menu-right {
    top: 38px !important;
    z-index: 3 !important;
}

body .header-navbar.navbar-expand-lg.navbar.navbar-with-menu.floating-nav.navbar-light.navbar-shadow.bottom-header {
    z-index: 2 !important;
}

.dropdown .dropdown-menu.dropdown-menu-right, .dropup .dropdown-menu.dropdown-menu-right {
    position: absolute !important;
    padding: 8px;
}

@media (max-width: 1200px) {

    .main-menu {
        margin: 0;
        border-bottom-right-radius: 0;
    }

    .app-content-parent {
        margin: 150px 0 !important;
        position: relative;
    }

}

@media (max-width: 575.98px) {

    .header-navbar.navbar-expand-lg.navbar.navbar-with-menu.floating-nav.navbar-light.navbar-shadow .bookmark-wrapper {
        margin-right: 5px !important;
    }

    .header-navbar.navbar-expand-lg.navbar.navbar-with-menu.floating-nav.navbar-light.navbar-shadow {
        /*height: 125px !important;*/
        /*min-height: 125px !important;*/
        /*max-height: 125px !important;*/
        padding: 0 25px !important;
    }

    .navbar-nav .nav-link {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 8px !important;
    }

    body .nav.navbar-nav.float-right .dropdown .dropdown-menu.dropdown-menu-right, .dropup .dropdown-menu.dropdown-menu-right {
        min-width: 300px;
        z-index: 3 !important;
        top: 65px !important;
        position: absolute !important;
        left: 20px !important;
    }

    body .header-navbar.navbar-expand-lg.navbar.navbar-with-menu.floating-nav.navbar-light.navbar-shadow.bottom-header {
        z-index: 2 !important;
    }

    .header-navbar.navbar-expand-lg.navbar.navbar-with-menu.floating-nav.navbar-light.navbar-shadow.bottom-header {
        top: 115px;
    }

    .header-navbar.navbar-expand-lg.navbar.navbar-with-menu.floating-nav.navbar-light.navbar-shadow.bottom-header > ul > a {
        font-size: 10px !important;
        padding: 8px !important;
    }

    .navbar-nav > a {
        margin: 0 !important;
    }

    .header-navbar.navbar-expand-lg.navbar.navbar-with-menu.floating-nav.navbar-light.navbar-shadow.bottom-header {
        height: 75px !important;
        min-height: 75px !important;
        max-height: 75px !important;
    }

    .header-navbar.navbar-expand-lg.navbar.navbar-with-menu.floating-nav.navbar-light.navbar-shadow > a > img {
        height: 48px !important;
    }

    .app-content-parent {
        margin-top: 175px !important;
    }

    .modal-dialog {
        margin-top: 50% !important;
    }

    .vertical-overlay-menu.menu-open .main-menu {
        /*height: 600px;*/
        /*top: -55px;*/
    }

    .main-menu .main-menu-content {
        overflow-y: scroll;
    }

    .navbar-nav {
        gap: 10px;
    }


    .navbar-nav > a {
        margin: 0;
    }

    .header-navbar.floating-nav {
        width: 100% !important;
    }

    .main-menu {
        margin: 0;
        border-bottom-right-radius: 0;
    }

    .app-content-parent {
        margin: 150px 0;
        position: relative;
    }

    .footer.footer-static.footer-light {
        padding: 0 2%;
    }

    .footer > div > a > img {
        height: 50px !important;
        margin-top: -15px !important;
    }

    #login h1 a {
        display: none !important;
    }

    body #login {
        height: calc(100% + 0rem) !important;
        padding-top: 105px !important;
    }
}


@media (max-width: 376px) {
    .navbar-nav .nav-link {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .content-body > section > div > div > .card {
        margin-right: 10px;
    }

    #mobile-detect {
        display: none;
    }

}
