﻿


/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/*start tag*/
::-webkit-scrollbar {
    width: 0.2em;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.8);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #5a0669;
}

.ProblemContainer{
    max-height: 300px;
    overflow-y: scroll;
}

.fr-wrapper div a {
    color: #ffffff !important;
    background-color: #ffffff !important;
}

.royal-theme #fr-logo > svg {
    color: #ffffff !important;
    background-color: #ffffff !important;
}
.royal-theme #fr-logo > span {
    color: #ffffff !important;
    background-color: #ffffff !important;
}

.tag_complete {
    /**border-top: 1px solid #b0bec5;**/
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    width: 100%;
    border-radius: 0px;
    cursor: text;
    display: block;
    /**background:#fcfdff;**/
    box-sizing: content-box;
    transition: all 0.3s;
}
    .tag_complete .tags_container {
        display: inline;
        margin: auto 0;
    }

    .tag_complete .tags_container .tag {
        -webkit-border-radius: 0.3em;
        -moz-border-radius: 0.3em;
        border-radius: 0.3em;
        color: #455a64;
        font-size: 1em;
        background:#a6e3ff;
        padding: 6px;
        text-decoration: none;
        margin: 2px;
        display: inline-block;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .tag_complete .tags_container .tag .close:after {
            font-size: 1rem;
            padding: 0px 4px 0px 4px;
            color: white;
            background: red;
            border-radius: 3px;
            margin-left: 5px;
            cursor: pointer;
            content: '\d7';
        }


.tag_complete_main .hide {
    display: none !important;
}

.tag_complete_main .autocomplete:not(.hide) {
    list-style: none;
    padding: 8px;
    /*background: #fcfdff;*/
    display: block;
    position: relative;
    border: 1px solid #b0bec5;
    z-index: 1000000 !important;
    margin: 0px;
    list-style: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tag_complete_main .autocomplete li {
    display: block;
    padding: 5px 8px 5px 8px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000000;
}


.tag_complete_main .has_autocomplete {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 0px;
}



.tag_complete .tag_input {
    all: unset;
    min-height: 45px !important;
    background: none;
    display: inline;
    margin: unset;
    padding: unset;
    border: 0 !important;
    width: unset;
    box-shadow: none !important;
}

.tag_complete .tag_input {
    all: unset;
    min-height: 45px !important;
    background: none;
    display: inline;
    margin: unset;
    padding: unset;
    border: 0 !important;
    width: unset;
    box-shadow: none !important;
}


.tag_complete_main .autocomplete {
    width: 100%;
    display: block;
    position: relative;
    border: 1px solid #b0bec5;
    border-top: 0;
    z-index: 1000000 !important;
    margin: 0px;
    list-style: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    max-height: 150px;
    overflow-y: auto;
}


/*end tag*/


.comment-container {
    max-height: 500px;
    overflow-y: scroll;
    margin-bottom: 1rem;
}


.container-speech {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    color: black;
}

.darker {
    border-color: #ccc;
    background-color: #ddd;
}

.container-speech p {
    color: black !important;
}
.responder-bubble {
    border-color: #ccc;
    background-color: #ddd;
}

.container-speech::after {
    content: "";
    clear: both;
    display: table;
}

.container-speech img {
    float: left;
    /*max-width: 60px;*/
    width: 100%;
    margin-right: 20px;
    /*border-radius: 50%;*/
}

.container-speech img.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

.time-right {
    float: right;
    color: #aaa;
}

.time-left {
    float: left;
    color: #999;
}


.send-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}

.send-topright {
    position: absolute;
    right: 0;
    top: 0;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    background: plum;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
}

[data-sender]:before {
    content: attr(data-sender);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    background: #5eb9ff;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
    float:left;
}

[data-receiver]:before {
    content: attr(data-receiver);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    background: #ff6e9e;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
    float:right;
}

option.small-dark-gb {
    font-family: 0.5em;
    background-color: #1f2140;
}

/* Provide sufficient contrast against white background */

table.dataTable tbody tr {
    background-color: transparent !important;
}

a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.dataTables_info{
    font-size:0.6em;
}

.no-padding {
    padding: 0;
}

.dropdown-menu .dropdown-submenu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}


.notification-badge::after {
    content: attr(data-value);
    position: absolute;
    text-align: center;
    top: -5%;
    right: -5%;
    min-width: 1.25rem;
    min-height: 0.5rem;
    line-height: 1;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
    font-size: 0.75rem;
    visibility: visible; /* Initially visible */
}
.notification-badge[data-value=""]::after {
    visibility: hidden; /* Initially visible */
}
/* Base stamp style */
.stamp {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center;
    padding: 1rem 2rem;
    color: white;
    position: relative;
    display: inline-block;
    margin: 0.5em;
}

    /* Approved stamp style */
    .stamp.approved {
        background: linear-gradient(45deg, #8bc34a, #4caf50);
        border: 2px solid #4caf50;
    }

    /* Rejected stamp style */
    .stamp.rejected {
        background: linear-gradient(45deg, #f44336, #d32f2f);
        border: 2px solid #d32f2f;
    }

.card-body-itwo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 16px; /* Adjust spacing between items */
}
.col-itwo-lg {
    break-inside: avoid;
}
.col-itwo-lg.tall {
    grid-row: span 3;
}
.col-itwo-lg.mid {
    grid-row: span 2;
}
.col-itwo-lg.short {
    grid-row: span 1;
}