/* Global styles */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');

html,body {
    /* font-family: Arial, sans-serif; */
    font-family: 'Roboto', sans-serif;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 100%;
    line-height: 25px;
    cursor: default;
    width: 100%; 
    /* overflow-x: hidden; */
}
*{
    font-weight: 300;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
.fus-bars::before{
    content: '\2630';
}
/* PHOTOS CSS */
.sch_logo {
    margin: auto 10px;
    width: 2rem;
    height: 2rem; 
    border-radius: 50%;
}
.pic-upload{
    width: 100%;
    z-index: 3;
    padding-right: 10px;
}
.pic-upload input{
    z-index: 1;
    position: absolute;
    left: -500px;
    top: -200px;
}
/* FEEDBACK CSS */
#feedback {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: rgba(32, 32, 32);
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1500;
    left: 50%;
    top: 50px;
    font-size: 17px;
}
#feedback.exhibit {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
/* DROPPERS */ 
#water,.delete-img,.edit-img,.view,
.set-icon,.back-arrow,.forwad-arrow,.update-box-close {
    border: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.delete-img,.edit-img,.view,.set-icon,.update-box-close {
    background-color: inherit;
    padding: 8px;
    font-size: 25px;
    cursor: pointer;
    width: 25px;
    margin: auto .5rem;
    margin-left: 0;
} 
.imports{
    background: var(--color-bg-primary);
    z-index:5;
}
.imports label {
    font-size: 16px;
    margin-top: 10px;
    padding: 8px 13px;
    border-radius: 25px;
    background: var(--color-bg-primary-offset);
}
#import_name2{
    margin:5px;
    padding:1px;
    transform: translate(0, -10px);
}
.imports .fa{
    padding: 0 10px 0 5px;  
}
.imports label{
    font-size: 12px;
    margin-top: 10px;
    padding: 8px 13px;
    border-radius: 25px;
    background: var(--color-bg-primary-offset);
}
.imports label:empty{
    display: none;
}
.imports label+.fa{
    padding: 8px 13px;
    border-radius: 2px;
    margin:0;
    margin-top: 10px;
    background: transparent;
    margin-right: 8px;
}
.imports label+.fa::before{
    content: inherit;
    padding-right: 10px;
}
#import-names{
    margin-left: 15px;
}
#import_lb {
    position: relative;
    font-size: 12.5px;
    cursor: pointer;
    width: 120px;
    padding: 10px;
    border: #02414c 2px dotted;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    margin: 10px 12px 5px 0;
    background: transparent;
} 
.options-group{
    box-shadow: var(--mr-shadow-big);
    background: var(--color-bg-primary-offset);
    border-radius: 6px;
    width: fit-content;
}
nav#side-menu .options-group *,
nav#side-menu .options-group .fa{
    color: var(--mr-t-color-2);
}
.options-group :first-child{
    border-radius: 6px 6px 0 0;
}
.options-group :last-child{
    border-radius:0 0 6px 6px ;
}
.container{
    max-width: 850px;
    margin: auto;
    padding: 20px;
}
.container.f-w{
    max-width: 100%; 
}
ul{
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
}
ul.trade_mark{
    display: none;
}
ul li{
    color: white;
    padding: 10px;
}
#side-menu .fa{
    width: 25px;
    margin-right: 6px;
}
#side-menu ul{
    padding-inline-start: 0;
}
#side-menu ul.dp-menu li{
    padding-left:20px;
}
nav#side-menu *{
    font-weight: 400;
}
nav#side-menu ul.dp-menu li .icon{
    color: var(--blue-1);
}
#side-menu ul:not(.options-group){
    width: 100%;
}
#side-menu.active ul li:not(.options-group li){
    padding-left: 25px;
    transition: all .4s ease;
    width: 100%;
}
#side-menu.active ul li:not(.options-group li):hover{
    padding-left: 35px;
}
a {
    color: #fff;
    /* margin: 0 10px; */
    text-decoration: none;
} 
a:hover {
    text-decoration: none; 
    color: #ffd700;
}
/* Header styles */
header {
    background-color: var(--mr-t-color-2);
    color: #fff;
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    justify-content:center; 
    /* position: fixed; */
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.small-bar {
    display: flex;
    /* align-items: center; */
    gap: 10px;
    padding: 0;
    /* height: 400px; */
    width: 100%;
    background: var(--mr-t-color-2);
    overflow-x: auto;
    position: fixed;
    top: 0;
    z-index: 100;
    height: inherit;
}
.small-bar *, .right-section .small-bar *{
    color: white;
    font-weight: 300;
}
/* .small-bar>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
} */
.small-bar a{
    font-size: 25px;
}
.small-bar .fa{
    font-size: 15px; 
} 
.banner{
    display: grid;
    align-items: flex-start;
}
.banner footer{
    position: absolute;
    bottom: 10px;
}
nav{
    top: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: var(--mr-t-color-2); */
    box-shadow: none; 
    transition: all .4s ease-in-out;
    overflow-x: auto;
    position: fixed;
    z-index: 100;
}
nav:not(#side-menu){
    right:0;
}
nav.active,
.mr-in-review.active{
    transform: translateX(0%);
}
nav#side-menu{
    left: 0;
    position: initial;
    transform: translateX(0%);
    box-shadow: var(--mr-shadow-big);
    z-index:1001;
    max-width:320px;
    height: 100vh;
    background: var(--mr-white);
    /* background-color: var(--color-bg-primary-offset); */
}
nav#side-menu.active{
    transform: translateX(0%);
}
/* DROPPERS STYLES */

.dropper {
    max-width: 450px;
    margin: auto;
    position: absolute;
    background: var(--mr-grade-shade-1);
    box-shadow:var(--mr-shadow-big);
    top: 60px;
    border-radius: 6px;
    z-index: 500;
    display: none;
    padding: 0px 12px;
    max-height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: auto;
}

[data-theme="dark"] .dropper{
    background: var(--mr-grade-shade-6);
}
.dropper *{
    box-sizing: border-box;
}
.dropper.active{
    display: inline-block;
}
.fus.fus-close{
    top: 5px;
    right: 20px;
    position: absolute;
    background: pink;
}
input[type="date"],
input[type="number"],
.dropper select,
.regform select,
.modal-content select,
.dropper input[type="text"] {
    border-radius: 5px;
    min-width: 100px;
} 
.dropper select,
.dropper input[type="text"] {
    border-radius: 5px;
    font-size: 13px;
}
.dropper.rp_settings {
    max-width: 100vw;
    width: 100vw;
}
.dropper.rp_settings {
    left: -43px;
}
.left-section .top .dropper {
    left: 5px;
    right: 5px;
    top: 90%;
    max-width: 440px;
}
.dropper #sub_setti{
    /* width: -moz-fit-content; */
    width: calc(100% + 45px);
    /* fit-content; */
    left:-20px;
    padding-bottom:0;
}
.dropper div:not(.no-mag) {
    margin: 0 5px 15px 5px;
}
.dropper .d-select div,
.dropper .d-select {
    margin: 0;
}
.dropper.rp_settings {
    max-width: 650px;
    width: calc(100vw - 250%);
    max-height: calc(100vh - 110px);
    overflow: auto;
    align-items: left;
    text-align: left;
}
.dropper *.no-mag {
    margin: 0;
}
.shower legend{
    padding: 10px 0 0 8px;
}
.closer{
    padding: 10px;
}
.copy-items .closer .fa, .dropper .closer .fa {
    padding: 12px;
}
#peps_out_of{
    width:165px;
}
#pperiod+#sub_setti{
    padding: 25px;
    border: var(--border);
}
/* END */
.mr-tm{
    background:white;
    width: 100%;
}
#side-menu,.moptions{
    flex-direction: column;
    align-items: flex-start;
}
.moptions{
    position: relative;
}
.options-group{
    position: absolute;
    display: none;
} 
nav .small-bar {
    background: transparent;
    font-size: 25px;
}
.overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(33, 2, 64, 0.476);
    z-index: 500;
    display: none;
}
.overlay.active, .more.active{
    display: inline;
}
header{
    box-shadow: 1px 10px 10px 1px rgba(15, 15, 15, 0.111);
}
.fa-bars{
    display: none;
}
main{
    display: grid;
    margin-top: 100px;
    /* position: relative; */
}
/* ADDER SECTION (LEFT-SECTION */
.left-section {
    top: 0px;
    left: 0px;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 1005;
    margin-left: 0px;
    max-width: 420px;
    position: fixed;
    border-radius: 6px; 
    transform: translateX(-200%);
    max-height: calc(100% - 0px);
    transition: all .5s ease-in-out;
    box-shadow: var(--mr-shadow-big);
    border-right: 1px solid var(--color-bg-primary-offset);
}
.right-section {
    transition: all .5s ease-in-out;
    height: calc(100vh - 80px);
} 
.left-section.active{
    transform: translateY(0%);
}
.left-section .top {
    position: relative;
}

.left-section .me {
    height: calc(100% - 100px);
}
.right-section {
    width: 100%;
    min-width: 410px;
    transition: all .3s ease;
}
.left-section .top {
    /* border-right: 1px solid rgba(18, 240, 192, 0.904); */
    padding: 0 15px;
}
.my-tip:hover .tip {
    display: block;
}
.right-section .top {
    box-shadow: var(--top-shadow);
/* margin-bottom: 5px;*/
    height:65px;
    background: var(--color-bg-primary-offset);
}

.left-section .mid {
    background: var(--color-bg-primary-offset);
}

.right-section .mid {
    padding: 0px; 
} 
.mr-in-review{
    position: fixed;
    right:0;
    top:0;
    bottom:0;
    width: 100%;
    max-width: 420px;
    transform: translateX(200%);
    box-shadow: var(--mr-shadow-big);
    transition: all .4s ease;
    z-index: 15;
}
.mr-in-review #reviews h2{
    display: none;
}
.right-section .top .fa {
    padding: 0px;
}
.right-section .top .scrolls .fa {
    border-radius: 5px;
    border: #395373 1px solid;
    padding: 5px 10px;
    margin-left: 10px;
    background: var(--color-bg-primary-offset);
}

.right-section .fa-angle-down {
    padding: 5px 7px;
    border-radius: 50%;
    border: 1px solid grey;
    width: 25px;
    height: 25px;
    transition: all .4s ease-in-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.right-section .user {
    width: 100%;
    border-bottom: none;
}

.right-section * {
    color: var(--color-text-primary);
}
.grey {
    color: #FF6347;
}
.right-section .user:hover {
    background: transparent;
}

.left-section .top .photo {
    border-top: 3px solid rgb(231, 231, 231);
}

.people,
.this-person {
    height: 100%;
    background: var(--color-bg-primary);
} 
.this-person {
    display: none;
}
.this-person .photo {
    height: 150px;
    width: 150px;
    margin-inline: auto;
}

.this-person label {
    color: var(--color-text-primary);
    font-size: 25px;
}

.this-person .top {
    height: 100px;
    padding: 35px 15px 15px 15px;
    /* background: var(--mr-linear-g); */
    background: var(--mr-t-color-2);
} 
.this-person .top .fa, .action-head [data-theme="light"]{
    color: white;
}
[data-theme="dark"] .this-person .top h2 {
    color: var(--blue-1);
}

.me {
    padding: 20px 10px;
    background: var(--color-bg-primary);
    /* background: rgb(236, 236, 236); */
    overflow: auto;
    max-height: calc(100% - 100px);
}

.my-name {
    /* padding: 20px 25px 20px 30px; */
    background: var(--color-bg-primary);
    color: var(--color-text-primary);
}

.my-name label {
    font-size: 17px;
    /* color: black;*/
}
.myself{
    display: none;
    width: 100%;
    max-width: 380px;
}

.right-section .user-details small {
    color: var(--color-text-primary);
    font-size: 13px;
}

.right-section .user-details small {
    color: var(--color-text-primary);
    font-size: 13px;
}

.right-section .msg-status {
    color: var(--color-text-primary);
    font-size: 14px;
}

.right-section .name {
    color: var(--color-text-primary);
    /* font-size: 17px; */
}
/* FORM ELEMENTS */

.form {
    display: none;
    position: absolute;
    --auto: .4rem auto;
    margin-inline: .4rem auto;
    height: 100%;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 997;
    padding: 10px 15px;
    background: var(--color-bg-primary-offset);
}

.regform {
    width: 100%;
    display: grid;
}

input[type="text"] {
    margin-bottom: 10px;
    border-radius: 5px;
}
input[type="text"]:not(.no-border) {
    border: var(--border);
}

.form p {
    margin: 0;
}

.help {
    display: none;
    margin: 0px 0px 15px 0px;
}

.help p {
    margin-top: 0;
    margin-left: 5px;
    color: var(--blue-1);
} 
@media only screen and (max-width: 768px) {
   
    .this-person .top {
        display: flex;
    }
    .navi,#rp-show{
        position: absolute;
        height: 100vh;
        max-height: 100vh;
        z-index: 20;
    }
    .navi.active, 
    #rp-show.active {
        position: fixed;
        transform: translateX(0px);
        z-index: 1005;
        bottom: 0;
    } 
    .scrolls {
        display: none;
    }
    .right-section,
    .regform,
    .form {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    #id021 .form {
        min-width: 300px;
        max-width: 350px;
    }
    .rp_settings {
        top: -100px;
        height: 100vh;
    }
    .regform {
        max-width: 420px;
    }
    
    @keyframes boast {
        from{
            transform:  scale(0.5,1);
        }
        to{
            transform:  scale(1,1);
        }
    } 
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .rotating,
  .loader2.waiting{
    transform-origin: center;
    -webkit-animation: rotating .8s linear infinite;
    -moz-animation: rotating .8s linear infinite;
    -ms-animation: rotating .8s linear infinite;
    -o-animation: rotating .8s linear infinite;
    animation: rotating .8s linear infinite;
    transition-timing-function: cubic-bezier(0.5, 0.6, .7, 0.5);
  }
/* TABELS CSS */

#chats{
    overflow: auto;
    /* background-color: white; */
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 1;
    box-shadow: none;
    margin: 0;
    margin-top: 0;
}
#chats::after,
#chats::before{
    content: '';
    height: 100%;
    width: 8%;
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0.184), rgba(6, 6, 6, 0.13)); */
    position: absolute;
    top: 0;
    z-index: 10;
    display: none;
}
#chats::before{
    left: 0px;
}
#chats::after{
    right: 0px;
    /* background-image: linear-gradient(to left, rgba(0, 0, 0, 0.184), rgba(6, 6, 6, 0.13)); */
} 
/* END */
.search{
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    z-index: -1;
    position: absolute; 
    transform: translateY(-300px);
    transition: all .6s ease-in-out;
    z-index: inherit;
}
.search.active{
    transform: translateY(0px);
    position: relative;
    /* display: inline-flex; */
}
input, button, textarea, select{
    width: 100%;
    /* -webkit-appearance: none; */
    /* appearance: none; */
    line-height: initial;
    border: none;
    border-radius: 6px; 
    box-shadow: var(--mr-shadow-small);
    padding:.55em;
    font-size: 16px;
} 
table input, table button, table textarea,table select{
    box-shadow: none;
}
input:focus{
    box-shadow: 1px 1px 8px 5px rgb(10 50 200 /30%);
}
form{
    position: relative;
    z-index: 1;
}
form input, form textarea{
    width: 100%;
    border: 1px solid grey;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 12px 15px;
    /* font-size: 12pt; */
}
form label{
    position: relative;
    margin-bottom: 45px;
} 
button:not(.comment-thread .btn, 
.submitter,.subscribe-form button, .sheet-refresh, #id017 button){
    color: white;
    background: black;
    padding:10px 13px;
    font-size: 15px;
    transition: all 0.8s ease;
}
#id017 button.danger,
button.submitter, .sheet-refresh{
    padding:10px 13px;
    font-size: 15px;
    transition: all 0.8s ease;
}
#id017 button{
    background: var(--mr-blue-shade-4);
    color: rgb(50, 214, 18);
    color: white;
} 
button.submitter *, .sheet-refresh *{
    color: white;
}
button.ok{
    color: white;
    background: var(--mr-blue-shade-4);
}
.input{
    min-height: 30px;
}
tr.not-selected{
    display:none;
}
/* button:not(.comment-thread .btn)::after{
    content: '\2254';
    margin-left: 10px;
    position: absolute;
    transition: all .3s ease;
    right: -100%;
}
button:not(.comment-thread .btn):hover{
    color: gold; 
    padding-left: 2px;
}
button:not(.comment-thread .btn):hover::after{ 
    right: 10px;
} */
button:not(.comment-thread .btn).cancel-audio-send{
    background: red;
    padding: 7px 13px;
    margin-right: 5px;
    border: none;
}
.location{
    display: flex;
    margin-bottom: 6px;
}
.location::before{
    content: '\2257';
    margin-right: 9px;
}
.description{
    color: grey;
}

.item .img{
    width: 100%;
    height: 46%;
    background: rebeccapurple;
    border-radius: 8px 8px 0 0;
} 
.comment-thread *{
    font-size: 97%;
    color: rgb(19, 18, 18);
}
.author-img{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    left: -15px;
    top: -5px;
    border: 2px solid rgba(8, 8, 8, 0.099);
    border-right: 0;
    border-bottom: 0;
}
.author-img+span{
    margin-left: 15px;
    color: var(--mr-orange);
    font-size: 85%;
}
#code,.iti--allow-dropdown{
    width: 100%;
}
.iti--allow-dropdown{
    margin-top: 15px;
    margin-bottom: 15px;
}
.iti__country-list{
    flex-direction: column;
    /* display: grid; */
}
.iti__country-list li{
    color: black;
}
.close{
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    padding:10px 15px;
}
.close *{
    color: white;
}
.close:hover{
    color: red;
    background-color: white;
}
.comment-thread {
    overflow-x: hidden;
    border-radius: none;
    border: none;
    background: white;
    color: rgba(4, 3, 3, 0.697);
}
.comment-thread .fa{
    color: rgba(24, 24, 24, 0.697);
}
footer .item{
    border: none;
}
footer .item *{
    color: rgb(244, 235, 235);
    font-size: 98%;
}
.error{
    width:100%;
    padding: 12px;
    border-radius:6px;
    color: red;
    background:pink;
    text-align: center;
}
.error p{
    margin:0
}

.fus.fus-close{
    font-size:1rem;
    color:red
}
.fus.fus-close::before{
    top: -10px;
    left: -10px;
    padding:5px;
    border-radius: 10px;
    padding: 5px 10px;
}
.fus.fus-close:hover{
    background:transparent;
}
.fus.fus-close:hover::before{
    background:white;
}
input.invalid{
    border:1px solid red;
}
#notif{
    position: fixed;
    width:100%;
    max-width: 350px;
    align-self: center;
    margin: auto;
    background:white;
    color: dodgerblue;
    border-radius: 6px;
    top:-100%;
    transition: all .5s ease-in-out;
    padding: 15px;
    box-shadow: var(--mr-shadow-big);
    text-align:center;
    font-weight:500;
}
#notif.active{
    top: 10px;
}  
.fa-user.active::before{
    content:'';
    display:inline-block;
    height:20px;
    width:20px;
    /* To be replaced by user dp */
    background-image: url(https://softumba.com/img/defaults/img/softlogo-circle.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-radius:50%;
    border:1px solid white;
}
.small-bar a{
    font-size:90%;
}
.myInfo{
    position: fixed;
    top:60px;
    right:-200%;
    box-shadow:var(--mr-shadow-big);
    border-radius:6px;
    background:white;
    transition: all .6s ease-in;
    z-index:1000;
    padding:8px 10px;
}
.myInfo.active{
    right:5px;
}
.myInfo input{
    width:100% - 20px;
}
#reviews>h2{
    text-align:center;
    margin-bottom:5px;
    position:sticky;
    position:-webkit-sticky;
}
#reviews .row-items{
    gap:2px;
    margin-top:0px;
    grid-template-columns: auto 1fr; 
}
.comment-thread {
    max-height:calc(100vh - 340px);
    overflow-y: auto;
}

.mr-in-review .comment-thread {
    max-height:calc(100vh - 240px);
    padding: 0;
}
.comment{
    z-index: 2;
}
.comment-author{
    margin-left: 10px;
    width:100% ;
}
.replies{
    padding:0px 15px;
}
.reply{
    margin-left:25px;
}
.comment-voting{
    position: absolute;
    left:-2px;
    transform:scale(0,0);
    top:-15px;
    box-shadow:var(--mr-shadow-big);
    border-radius: 6px;
    background: white;
    transition:all .4s ease-in-out;
    z-index: 20;
}
.msg.recieved{
    background:white;
}
.btn.fa-angle-down{
    margin:0;
    position:absolute;
    top:-10px;
    right: 2px;
    opacity: 0;
}
.comment:hover .comment-voting{ 
    transform:scale(0,0);
}
.comment:hover>.comment-voting:not(.fade){ 
    transform:scale(1,1);
}
.comment-voting.fade{
    transform:scale(0,0);
}
.comment.highlight{
    background: rgba(8, 54, 71, 0.291);
}
.comment-voting .btn{
    padding: 0 7px;
    /* color:white; */
}
.counter{
    margin-left:7px;
}
.replying-to{
    max-height:100px;
    padding:8px 10px;
    background:rgba(8, 54, 71, 0.191);
    border-radius: 8px;
    border-left: 4px solid purple;
    margin:5px 5px 0 0;
    overflow:hidden;
    position: relative;
}
.replying-to *{
    font-size:13px;
    line-height:15px;
}
.replying-to .comment-author *{
    font-size:13px;
}
.add-comments{
    transition: all .3s ease; 
    padding:10px;
    box-shadow:var(--mr-shadow-1);
    margin: auto;
    width:100%;
    border-radius: 0 0 6px 6px;
}
.add-comments label{
    margin-bottom:15px;
}
.add-comments.isReplying label{
    margin-bottom:0px;
    color: var(--mr-orange);
    font-weight:500;
}
textarea[name="user_comment"]{
    width:100%;
}
.chat-users{
    box-shadow:var(--mr-shadow-big);
    background: whitesmoke;
    height:100%;
    padding: 10px 0px; 
    overflow-y:auto;
    transition: all 1s ease;
    flex-direction:column;
    margin-left: 0;
    max-height: calc(100vh - 185px);
}
.chat-users+div{
    max-height: calc(100vh - 185px);
    width:100%;
}
.mr-in-review .chat-users+div{
    padding: 0;
    margin: 0;
    border-top: 0;
}
.mr-in-review  .comment-thread{
    padding: 0;
    padding-left: 5px;
}
.chat-users h2{
    display:none;
} 
.chat-user-img+div{
    display:none;
}
.chat-user{
    padding:5px 8px;
    background:white;
    font-size: 90%;
    transition:all .4s ease;
    /* border-bottom: .5px solid grey; */
    margin-bottom:1px;
}
.chat-users:hover{  
    min-width:200px;
}
.chat-users:hover h2{
    display:initial;
}
.chat-users:hover .chat-user-img+div{
    display:initial;
}
.chat-user *{ 
    line-height:initial;
}
.chat-user:hover{
    background:rgba(8, 54, 71, 0.191);
}
.chat-user-img{
    padding:5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.chat-user-img img::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(https://softumba.com/img/defaults/img/softlogo-circle.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-radius: 50%;
    border: 1px solid white;
}
.chat-user-name{
    font-weight:500;
}
.chat-user-id{
    display: none;
}
.chat-user-contact{
    font-size:87%;
    display: none;
}
.indicator{
    width: 10px;
    height:10px;
    background:red;
    border-radius:50%;
}
/* for mister report */
/* the the layout similar to that of mobile view */

.row-items.mid{
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 65px);
    margin: 0;
    margin-top: 2px;
    padding: 0;
    grid-template-columns: unset;
    /* minmax(250px, auto) */
    /* align-items: center; */
}
.row-items.mid::before{
    content: '';
}
.row-items.mid .item{ 
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
}
.mr-in-review .section {
    border-radius: 0;
    margin-bottom: 0;
}  
.mr-in-review .section::before {
    display: none;
}
.mr-in-review .chat-users{
    overflow-y:hidden;
    overflow-x:auto;
    flex-direction:row;
    padding:0;
    height:initial;
    box-shadow:none;
} 
.mr-in-review .chat-user{
    flex-direction:column;
    position:relative;
}
.mr-in-review .chat-user>div{
    flex-direction:column;
    align-items:center;
    padding:8px;
    margin:0;
    gap:6px;
}
.msg{
    width: 100%;
    max-width: 94%;
}
.mr-in-review .msg.sent,
    .mr-in-review .msg.recieved{ 
    margin-right:0; 
    padding-right: 0;
    max-width: 100%;
}
.mr-in-review .chat-user>div *{
    font-size:14px;
}
.mr-in-review .chat-user .indicator{
    position:absolute;
    top:5px;
    right:5px;
    width:6px;
}
.mr-in-review .chat-users:hover{  
    min-width:100%;
}
.mr-in-review .chat-users:hover h2{
    display:none;
}
.mr-in-review .chat-user-img+div{
    display:initial;
}
.mr-in-review .chat-users h2{
    display:none;
}
.mr-in-review #reviews .row-items{ 
    grid-template-columns: unset;
    }
/*  */
.chat-content .time{
    position: absolute;
    bottom:5px;
    right:7px;
}
/* Recorder css */
audio{
    width:100%;
    max-width:170px;
}
.audio-element{
    /* padding-bottom:20px; */
    display:none;
} 
.audio-control{
    font-size:110%;
    padding:5px 8px;
}
.start-recording, 
.cancel-audio-send {
    display :none;
}
.start-recording:hover,
.stop-recording{
    color:dodgerblue;
}
.cancel-recording{
    color:red; 
}  
.is-recording,.textarea{
    display:none;
}
.textarea{
    width: 90%;
    margin-left: 4px;
    background: white;
    border-radius: 5px;
    height: 25px;
    padding: 10px 13px;
    display: none;
    font-size: 15px;
    line-height: 20px; 
    box-shadow: var(--mr-shadow-small);
}
.audio-recording-container,
.recording-contorls-container{
    display:none;
}
.footer .active:not(.standard){ 
    display:initial;
} 
.recording-contorls-container{
    position: absolute;
    top: -50px;    
    background: transparent;
}
.recording-contorls-container *{
    font-size: 25px;
    padding: 6px;
    border-radius: 50%;
}
figure {
    max-width: 64rem;
    width: 100%;
    max-height: 30.875rem;
    height: 100%;
    margin: 1.25rem auto;
    padding: 1.051%;
    background-color: #666;
}
.standard.active{
    display:flex;
}
.controls,.audio-recording-container {
    width: 100%;
    height:100%;
    /* of figure's height */
    position: relative;
}
.cancel-recording{
    display: none;
}
.for-mr, .controls[data-state="hidden"] {
    display: none;
}
.controls[data-state="visible"] {
    display:inline-flex;
}
.controls > * {
    float: left;
    /* width: 3.90625%; */
    /* height: 100%; */
    margin-left: 4%;
    display: block;
}
.controls > *:first-child {
    margin-left: 0;
    padding-left:10px;
}
.controls .progress {
    cursor: pointer;
    width: 55%;
}
.controls button {
    border: none;
    cursor: pointer;
    background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
}
.controls button:hover,
.controls button:focus {
    opacity: 0.5;
}
.controls button[data-state="play"] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAA…");
}
.controls button[data-state="pause"] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAA…");
}
.controls progress {
    display: inline-block;
    width: 100%;
    height: 15px;
    /* margin-top: 0.125rem; */
    border: none;
    color: #0095dd;
    -moz-border-radius: initial;
    -webkit-border-radius: initial;
    border-radius: initial;
}
.controls progress::-moz-progress-bar {
    background-color: #0095dd;
}
.controls progress[data-state="fake"] {
    background: #e6e6e6;
    height: 6px;
}
.controls progress span {
    width: 0%;
    height: 100%;
    display: inline-block;
    background-color: #2a84cd;
}
.controls progress::-webkit-progress-value {
    background-color: #0095dd;
}

/* TABLE STYLES */
:root{

    /* // --card-max-width: 960px; */
    --card-max-width: 100%;
    
    /* // --table-concept-max-height: 480px; */
    --table-concept-max-height: 100%;
    
    --table-background-color: #ffffff;
    
    --table-hover-background-color:  whitesmoke;
    --table-even-background-color:   whitesmoke;
    --table-header-color: #ffffff;
    --table-header-background-color: whitesmoke;
    
    --pagination-background-color: #8f8f8f;
    
    --pagination-label-color: #ffffff;
    --pagination-label-background-color: var(--pagination-background-color);
    --pagination-label-active-color: #ffffff;
    --pagination-label-active-background-color:
      darken(var(--pagination-background-color, 15%));
    --pagination-label-disabled-color: #ffffff;
    --pagination-label-disabled-background-color:
      lighten(var(--pagination-background-color), 15%);
    
    --table-title-color: #ffffff;
    --table-title-background-color: #2f2f2f;
    }
    [data-theme="dark"] {
    --table-background-color: transparent;
    --table-header-background-color: black;
    --table-hover-background-color:  rgb(150, 94, 94);
    --table-even-background-color: var(--color-bg-primary-offset);
    }
    @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
    
    button {
    background-color: var(--background-color);
    }
    button:hover {
        opacity: .7;
    /* background-color: lighten(var(--background-color), 10%); */
    }
    button:active {
        /* background-color: darken(var(--background-color), 10%); */
    }
    #rp-show .fa-file-o{

    }
caption{
    position: sticky;
    position: -webkit-sticky;
    padding: 15px;
}
.input-marks .header{
    background: var(--color-bg-primary);
}
.table-info{
    position: fixed;
    display: none;
    z-index: 25;
    top: 95px;
    right: 5px;
    width: 90%;
    max-width: 280px;
    margin-bottom: 0;
    border-radius: 6px;
    background: var(--color-bg-primary);
}
.table-info-body{
    max-height: calc(100vh - 190px);
    overflow-y: auto;
}
.table-info [class*=fx]{
    padding: 10px;
}
.table-info .bold{
    margin-right: 10px;
}
.missing{
    padding: 8px 10px;
}
.missing [class*=fx]{
    border-bottom: 1px solid grey;
    text-align: left;
}
.missing [class*=fx-col]{
    text-align: left;
}
.heads .fa{
    margin-right: 10px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 5px;
    border: 1px solid var(--blue-1);
}
#the_id{
    position: absolute;
    top: -999px;
} 
    .legend{
        position: absolute;
        width: -moz-fit-content;
        width: fit-content;
        padding: 5px;
        top: -16px;
        border: 1px solid green;
        border-radius: var(--curve-top);
        border-right-width: 5px;
        border-bottom: 0;
    }
     .n_names i,.mg{
        display: none;
     }
    .table-concept {
      width: 100%;
      height: 100%;
      max-height: var(--table-concept-max-height);
      overflow: auto;
      box-sizing: border-box;
    }
    .table-concept  .table-radio {
    display: none;
    }
    .table-concept.table-radio:checked + .table-display {
    display: block;
    }
    .table-radio:checked + .table-display + table {
    width: 100%;
    display: table;
    }
    .table-radio:checked + .table-display + table + .pagination {
    display: flex;
    }
    .table-radio:checked + .table-display + table + .pagination  > label.active {
    color: var(--pagination-label-active-color);
    background-color: var(--pagination-label-active-background-color);
    cursor: default;
    }
    .table-radio:checked + .table-display + table + .pagination  > label.disabled {
    color: var(--pagination-label-disabled-color);
    background-color: var(--pagination-label-disabled-background-color);
    cursor: default;
    }
      .table-display {
        background-color: #e2e2e2;
        text-align: right;
        padding: 10px;
        /* display: none; */
        position: sticky;
        left: 0;
      }
      table {
        background-color: var(--table-background-color);
        font-size: 16px;
        border-collapse: collapse;
        z-index: 1;
        /* display: none; */
      }
      thead.header2{
        z-index: 100;
        color: #0472ad;
      }
        tr:last-child td {
            border-bottom: 0;
        }
        th,
        td {
          text-align: left;
          box-sizing: border-box;
        }
        th {
          color: var(--table-header-color);
          font-weight: normal;
          /* background-color: var(--table-header-background-color); */
          border-bottom: solid 2px #d8d8d8;
          position: sticky;
          top: 0;
          padding: 5px;
        }
        th{
          padding: 8px;
        }
        td {
          /* border: solid 1px #d8d8d8; */
          border-left: 0;
          border-right: 0;
          white-space: initial;
          vertical-align: middle;
        }
        tbody tr {
          transition: background-color 150ms ease-out;
        }
    tbody tr:nth-child(2n) {
        background-color: var(--table-even-background-color);
        }
    tbody tr:hover {
        background-color: var(--table-hover-background-color);
        }
      .pagination {
        background-color: var(--pagination-background-color);
        width: 100%;
        /* display: none; */
        position: sticky;
        bottom: 0;
        left: 0;
      }
    .pagination > label {
        /* @include button(--pagination-label-background-color); */
        color: var(--pagination-label-color);
        padding: 10px;
        cursor: pointer;
    }
    
    .table-title {
      color:var(--table-title-color);
      background-color: var(--table-title-background-color);
      padding: 15px;
    }
      .table-title   h2 {
        margin: 0;
        padding: 0;
      }
    .button-container {
      width: 100%;
      box-sizing: border-box;
      display: flex;
      justify-content: flex-end;
    }
      .button-container  span {
        color: #8f8f8f;
        text-align: right;
        min-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        margin-right: 10px;
      }
      .button-container  button {
        font-family: inherit;
        font-size: inherit;
        color: #ffffff;
        padding: 10px 15px;
        border: 0;
        margin: 0;
        outline: 0;
        border-radius: 0;
        transition: background-color 225ms ease-out;
      }
        .button-container  button.primary {
          --background-color: #147eff;
          background-color: var(--background-color);
        }
          .button-container  button.primary:hover {
            background-color: lighten(var(--background-color), 10%);
          }
          .button-container  button.primary:active {
            background-color: darken(var(--background-color), 10%);
          }
        /* &.primary {
          @include button(#147eff);
        }
        &.danger {
          @include button(#d11800);
        } */
        svg {
          fill: #ffffff;
          vertical-align: middle;
          padding: 0;
          margin: 0;
        }
    
        .tt-collision{
            border:2px solid red;
        }
        .objectives .more{
            display:block
        }
        .competency-saver button{
            width: fit-content;
            color:wheat
        }
        .form-buttons button{
            border:none;
            width: fit-content;
        }
        .competency-saver button *{
            color:wheat
        }
        .form-buttons button *{
            color:white
        }
        .c_checker label{
            align-items:center
        }
        .c_checker label::before {
            background:var(--mr-grade-shade-2);
        }
        .c_checker input:checked+label::before {
            background:var(--mr-blue-shade-1);
        }
        .form-buttons button:hover{
            background:var(--mr-blue-shade-3);
        }
        .competency-saver button[type="reset"]{
            /* background:var(--mr-blue-shade-4);
            color:var(--mr-black); */
        }
        .marks {
            min-height:45px;
        }
        .marks::placeholder{
            color:var(--mr-black);
        }
        #save-objectives-more{
            background:var(--mr-blue-shade-5);
            /* color:var(--mr-black); */
        }
        #save-obj-more-exit{
            background:var(--mr-blue-shade-6);
        }
        .ppunit,.attachedExam-options,.attachedClasses-options,
        .attachedTerms-options,
        .finalTT, .finalTT table+table,.for-mr.infoButton{
            display:none;
        }
        .finalTT{
            width:100%;
            height:100%;
            max-height:calc(100vh - 80px);
            overflow:auto;
        }
        .attachedExam-options,.attachedClasses-options,.attachedTerms-options{
            background:white;
            border-radius:6px;
            z-index: 100;
        }
    
        .finalTT.active,
        .infoButton.active,
        #form-show .sets{
            display:block;
        }
        .side-sticky.tt{
            bottom: calc(100% - 104px);
        }
        #id017 button.danger{
            background:white;
            color:var(--mr-red-shade-6);
            border: 2px solid var(--mr-red-shade-6);
        }
        #id017 .imgcontainer{
            border-radius:6px;
        }
        #id017 h1{
            font-size:20px;
            margin-top:15px
        }
@media screen and (max-width: 64em) {

    figure {
        padding-left: 0;
        padding-right: 0;
        height: auto;
    }

    .controls {
        height: 1.876rem;
    }
}
@media screen and (max-width: 42.5em) {
    .controls {
        height: auto;
    }

    .controls > * {
        display: block;
        width: 16.6667%;
        margin-left: 0;
    }

    .controls .progress {
        position: absolute;
        top: 0;
        width: 100%;
        float: none;
        margin-top: 0;
    }

    .controls .progress progress {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: -26px;
    }

    .controls button {
        background-position: center center;
    }
}
@media only screen and (max-width: 680px) {
    .row-items.mid{ 
        display: grid;
        flex-direction: column;
        align-items: flex-start;
        grid-template-columns: 100%;

        overflow: auto;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
    }  
}
@media only screen and (max-width: 570px) {
    .current_chatter.active{
        display: none;
    }
}
@media only screen and (max-width: 520px) {

    .comment-thread{
        width:100%;
        max-width:100%;
        padding-left:0;
    }
    main.container{
        padding:10px 0;
    }
    .add-comments{
        padding:5px 10px 10px 10px;
    }
    .add-comments.isReplying{
        position:fixed;
        bottom:0;
        left:0;
        right:0;
        background:white;
        z-index:1004;
    }
    #reviews .row-items{ 
    grid-template-columns: unset;
    }
    .chat-users{
        overflow-y:hidden;
        overflow-x:auto;
        flex-direction:row;
        padding:0;
        height:initial;
        box-shadow:none;
    }
    .chat-users>div{
        margin:0;
    }
    .chat-user{
        flex-direction:column;
        position:relative;
    }
    .chat-user>div{
        flex-direction:column;
        align-items:center;
        padding:8px;
        gap:6px;
    }
    .chat-user>div *{
        font-size:14px;
    }
    .chat-user .indicator{
        position:absolute;
        top:5px;
        right:5px;
        width:6px;
    }
    .chat-users:hover{  
        min-width:100%;
    }
    .chat-users:hover h2{
        display:none;
    }
    .chat-user-img+div{
        display:initial;
    }
    .chat-users h2{
        display:none;
    }
}
@media only screen and (max-width: 680px) {
    .fa-bars{
        display: inline-block;
    }
    header>div{
        position: sticky;
    }
    nav{
        position: fixed;
        background: var(--mr-t-color-1);
        width: 100%;
        max-width: 350px;
        transform: translateX(100%);
        box-shadow: var(--mr-shadow-big);
        flex-direction: column;
        z-index: 15;
        justify-content: flex-start;
        bottom: 0;
    }
    nav#side-menu{
        position: fixed;
        transform: translateX(-100%);
        max-width:320px;
        background: var(--mr-grade-shade-1);
    }
    nav:not(#side-menu){
        right: 0;
    }
    nav ul:not(.options-group){
        flex-direction: column;
        width: 100%;
        transition: all .3s ease;
    }
    nav ul li{
        padding: 12px 15px;
        transition: all .3s ease;
        width: 100%;
    }
    #side-menu ul.dp-menu li:not(.options-group li){
        padding-left: 25px;
    }
    nav ul li:hover{
        background: var(--mr-blue-shade-1);
        padding-left: 25px;
    }
    #side-menu ul.dp-menu li:not(.options-group li):hover{
        padding-left: 35px;
    }
    nav .close{
        display: inline;
    }
}
@media only screen and (max-width: 520px) {
    ul.trade_mark{
        display: inline;
    } 
    nav{
        max-width:100%;
    }
} 
@keyframes zoom-out{
    from{
        transform:scale(1,1);
        /* background-color: var(--color-bg-primary); */
    }
    to{
        transform:scale(0,0);
        position: absolute;
        display: none;
    }
    }
@-webkit-keyframes zoom-out{
    from{
        /* background-color: var(--color-bg-primary); */
        transform:scale(2,1);
    }
    to{
        transform:scale(0,0);
        position: absolute;
        display: none;
    }
} 
@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
@-webkit-keyframes pulsor {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@keyframes pulsor {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes dropin {
   from {
       transform: translateX(-2500px);
       /* transform: translateX(-500px); */
   }
   to {
       transform: translateX(0);
   }
}
@keyframes dropout {
   from {
       transform: translateY(0px);
       /* transform: translateX(-500px); */
   }
   to {
       transform: translateY(-2500px);
   }
}
@keyframes loader21 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes loader23 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes loader22 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
/* ZOOM ANIMATION */
@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@-webkit-keyframes fadein {
    from {
        top: -60px;
        opacity: 0;
    }
    to {
        top: 50px;
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        top: -60px;
        opacity: 0;
    }
    to {
        top: 50px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 40px;
        opacity: 1;
    }
    to {
        top: -60px;
        opacity: 0;
    }
}
@keyframes fadeout {
    from {
        top: 40px;
        opacity: 1;
    }
    to {
        top: -60px;
        opacity: 0;
    }
}