body {
    background-color: #2b2f32;
    color: #fcfcfd;
}


/* chat room */
#chat2 .form-control {
    border-color: transparent;
}

#chat2 .form-control:focus {
    border-color: transparent;
    box-shadow: inset 0px 0px 0px 1px transparent;
}

.membersHeader {
    font-size: small;
}

.mission-drop-left {
    inset: 0px auto auto -108px !important;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.chat_name {
    min-height: 50px;
    display: grid;
    align-content: center;
    padding-left: 20px;
    grid-template-areas:
            'avatar name date'
            'avatar message date';
    grid-template-columns: 50px 1fr 1fr;
}

.chat_name:hover {
    /*dracula*/
    /*background-color: #6272a4;*/
    background-color: #E8B53F;
    /* black */
    /*background-color: #2b2f32;*/
    color: black;
    cursor: pointer;
}

.avatar {
    border-radius: 50%;
    height: 35px;
}

.chat_room_avatar {
    grid-area: avatar;
    width: 40px
}

.chat_area {
    /*background-color: #46454D;*/
    /* dracula */
    /*background-color: #44475a;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #1A212C;
    overflow-y: auto;
    height: 653px;
    width: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

.chat_area_text {
    /*background-color: #46454D;*/
    /* dracula */
    /*background-color: #44475a;*/
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #1A212C;
    overflow-y: hidden;
    overflow-x: hidden;
    height: 60px;
    width: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
    white-space: nowrap;
}

.input_chat {
    width: 85%;
}

.chat_message_outer {
    padding-bottom: 5px;
    width: auto;
}

.chat_message {
    width: fit-content;
    /*min-width:50%;*/
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #313335;
}

.chat_message_odd {
    /*background-color: #5C6572;*/
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

.chat_message_header {
    font-size: small;
    text-wrap: none;
    width: 200px;
    color: #888888;
    padding-bottom: 5px;
}

.chat_message_header_name {
    color: #E8B53F;
    float: left;
    padding-right: 20px;
}

.chat_message_header_date {
    /*width:100%;*/
    white-space: nowrap;
    /*width:fit-content;*/
}

.area_header {
    font-size: 20px;
    padding-left: 10px;
    /*padding-bottom: 5px;*/
}

.mission_item {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mission_item_selected {
    background-color: #E8B53F;
    color: black;
}

.mission_item_caret {
    padding-top: 10px;
    padding-bottom: 10px;
}

.chat_item_selected {
    background-color: #E8B53F;
    color: black;
}

.mission_item:hover {
    /*dracula*/
    /*background-color: #6272a4;*/
    background-color: #E8B53F;
    color: black;
    cursor: pointer;
}

.mission_area {
    /*background-color: #46454D;*/
    /* dracula */
    /*background-color: #44475a;*/
    border-radius: 10px;
    background-color: #1A212C;
    overflow-y: auto;
    height: 305px;
    width: auto;
}

.mission_area_selected {
    background-color: #6272a4;
}

.mission_link {
    text-decoration: none;
    color: inherit;
}

.chat_link {
    text-decoration: none;
    color: inherit;
}

.chat_link_selected {
    /*dracula*/
    /*background-color: #6272a4;*/
    background-color: #E8B53F;
    color: black;
}

.chat_room_name {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.chat_room_message {
    grid-area: message;
    font-size: 14px
}

#map {
    /*width: 700pt;*/
    /*width: auto;*/
    height: 400px;
    border-radius: 5px;
}

.chat_room_date {
    grid-area: date;
    text-align: right;
    padding-right: 10px;
}

.tab-pane {
    height: 200px;
}

.tab-link {
    font-size: 20px;
    padding-left: 10px;
    padding-bottom: 5px;
    border: 0;
}

.nav-tabs .nav-link {
    border: 0;
}

.nav-tabs {
    border: 0;
}

.nav-tabs .nav-link.active {
    background-color: #1A212C;
}

.status_area {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    /*border-top-left-radius: 10px;*/
    border-top-left-radius: 0;
    background-color: #1A212C;
    overflow-y: auto;
    height: 235px;
    width: auto;
    padding-left: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column-reverse;
}

.status_text {
    width: 150px;
}

.status_text_container {
    display: flex;
    flex-wrap: nowrap;
}

.tab-content > .active {
    display: flex;
}

.log_area {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #1A212C;
    overflow-y: auto;
    height: 235px;
    width: auto;
    white-space: pre-line;
    padding-left: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column-reverse;
    font-family: monospace;
    font-size: 14px;
}

.control_area {
    border-radius: 10px;
    background-color: #1A212C;
    overflow: hidden;
    height: 225px;
    width: auto;
    white-space: pre-line;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
}

#btnChat, #btnAudioSend, #btnAudioRecv {
    cursor: pointer;
}

#tabs {
    margin-top: 45px;
}

.btn-control {
    width: 150px;
    margin: 10px;
}

.icon-white {
    color: white;
}

.icon-yellow {
    color: yellow;
}

.icon-red {
    color: red;
}


/* map */
.marker-cluster-grey {
    background-color: rgb(123, 123, 123, 0.6) !important; /* #7B7B7B in RGB */
}

.marker-cluster-grey div {
    background-color: rgb(123, 123, 123, 0.6) !important; /* #7B7B7B in RGB */
}

.marker-cluster-blue {
    background-color: rgb(42, 129, 203, 0.6) !important; /* #2A81CB in RGB */
}

.marker-cluster-blue div {
    background-color: rgb(42, 129, 203, 0.6) !important; /* #2A81CB in RGB */
}

.dropdown-item .checkmark {
    visibility: hidden;
}

.dropdown-item.active .checkmark {
    visibility: visible;
}

.dropdown-item.active {
    background-color: transparent !important;
    color: var(--bs-dropdown-link-color);
}