body {
    font-size: 12px;

    --bs-body-color: rgb(0, 0, 0);
}

.nav-link {
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    text-decoration: none;
    font-family: '2Mass-', Arial, sans-serif;
    text-align: center;
    padding: 0x;
    margin: 1px;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 10px;
    background-color: #6b6969;
    border-color: transparent;
    border-style: solid;
    position: center;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;

}

.alert {
    padding: 0;
}

.nav-link:hover {
    background-color: #eb6700;
    color: white;
}

.table {
    --bs-table-hover-bg: #eb6700;
    --bs-table-active-bg: #eb6700;
    color: #eb6700;
}

tr.pink {
    background-color: #00a1eb6e;
}

tr.sto {
    background-color: #572402f7;
    color: white;
}

td.ic_price {
    background-color: #30374d;
    color: white;
}

tr:hover {
    background-color: #eb66002b;
}

.tn-active {
    color: #ffffff;
    font-size: 22px;
    font-family: '2Mass-', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 30px;
    background-color: #eb6700;
    ;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

div.card {
    width: 128px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    margin: 5px;
}

div.header {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    font-size: 25px;
}

div.container {
    padding: 10px;
}

#buttons .butn {
    padding: 3px 15px 3px 15px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    background-color: white;
    color: #bababa;
    font-size: 14px;
}

.bd-placeholder-img {
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        /* font-size: 3.5rem; */
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

[data-bs-theme=dark] {
    --bs-border-color-translucent: #eb6700;
}

.form_radio_btn {
    display: inline-block;
    margin-right: 2px;
}

.form_radio_btn input[type=radio] {
    display: none;
}

.form_radio_btn label {
    display: inline-block;
    cursor: pointer;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 10px;
    border: 1px solid #999;
    border-radius: 2px;
    user-select: none;
}

/* Checked */
.form_radio_btn.mrk input[type=radio]:checked+label {
    background: #0a07e8;
}

.form_radio_btn.sto input[type=radio]:checked+label {
    background: #facd08;
}

.form_radio_btn.zap input[type=radio]:checked+label {
    background: #06e70a;
}

.form_radio_btn.na input[type=radio]:checked+label {
    background: #e70a06;
}

.form_radio_btn.dark input[type=radio]:checked+label {
    background: #323232;
    color: white;
    border-color: blue;
}

.form_radio_btn.light input[type=radio]:checked+label {
    background: white;
    color: black;
    border-color: blue;
}

td.zap {
    background: #06e70a;
    color: white;
}

td.na {
    background: #e70a06;
    color: white;
}

td.mrk {
    background: #0a07e8;
    color: white;
}

td.sto {
    background: #facd08;
    color: white;
}

td.zapmrksto {
    background: linear-gradient(90deg, rgba(6, 231, 10, 1) 0%, #facd08 50%, rgba(10, 7, 232, 1) 100%);
    color: white;
}

td.zapmrk {
    background: linear-gradient(90deg, rgba(6, 231, 10, 1) 0%, rgba(10, 7, 232, 1) 100%);
    color: white;
}

td.zapsto {
    background: linear-gradient(90deg, rgba(6, 231, 10, 1) 0%, #facd08 100%);
    color: white;
}

td.mrksto {
    background: linear-gradient(90deg, #facd08, rgba(10, 7, 232, 1) 100%);
    color: white;
}

/* Hover */
.form_radio_btn label:hover {
    color: #666;
}

/* Disabled */
.form_radio_btn input[type=radio]:disabled+label {
    background: #efefef;
    color: #666;
    margin: 0px;
}

.grey {
    color: #888080;
}

/* вся страница */
* {
    font-family: arial, sans-serif;
    box-sizing: border-box;
}

/* РЕДАКТИРУЕМАЯ ТАБЛИЦА */
.editable {
    border-collapse: collapse;
    border-color: rgb(80, 80, 80);
    margin-left: 5px;
    margin-right: 5px;
}

.editable th input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.troubleshooting {
    border-collapse: collapse;
    border-color: rgb(80, 80, 80);
    margin-left: 5px;
    margin-right: 5px;
}

.troubleshooting td {
    max-width: 500px;
}

.editable td,
.editable th {
    padding-left: 5px;
    padding-right: 5px;
    /* max-width: 500px; */
    white-space: nowrap;
}


.editable tbody {
    cursor: pointer;

}

.editable thead,
.troubleshooting thead {
    color: white;
}

.editable th,
.editable td,
.troubleshooting td {
    border: 1px solid #000;
    padding-left: 5px;
    padding-right: 5px;

    border-color: rgb(80, 80, 80);
    padding-top: 0px;
    padding-bottom: 0px;
}

.editable th,
.troubleshooting th {
    background: #30a9d8;
    border-color: white;
    padding-left: 3px;
    font-size: 12px;
    text-align: center;

}



.editable th.min {
    color: #ffffff;
    background: #00000000;
    padding-left: 3px;
    padding-right: 0px;
    margin: 0px;
    size: 10;
    text-align: center;
    border-left: none;
    width: 3px;
    border-color: rgb(80, 80, 80);

}

.editable td.min {
    border-right: none;
}

.editable td.comment {
    min-width: 250px;
}

.editable td.edit {
    text-align: center;
}

div.sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
}

.accordion,
.accordion-est {
    background-color: #393939;
    color: #f7efef;
    cursor: pointer;
    padding: 6px;
    width: 80%;
    text-align: left;
    border: black solid;
    border-radius: 10px;
    outline: none;
    transition: 0.4s;
}



/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
    background-color: #eb6700;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    border-radius: 18px;

    transition: max-height 0.2s ease-out;
}

.accordion:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #fffcfc;
    float: right;
    margin-top: -30px;
}

.accordion-est::after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #fffcfc;
    float: right;
    margin-top: -5px;

}





.view {
    color: #ffffff;
    font-size: 16px;
    font-family: '2Mass-', Arial, sans-serif;
    text-align: center;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 10px;
    border-color: transparent;
    border-style: solid;
    text-decoration: none;
    cursor: pointer;
    background-color: #003171;
    padding: 5px;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}

.doc-delete {
    position: absolute;
    right: 10px;
    top: 10px;
}

.table thead {
    font-size: 18px;
}

.table tbody {
    font-size: 16px;
}

.attach {
    margin-top: 5px;
    margin-right: 5px;
    padding-top: 5px;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    background-color: #494b4a;
    padding-bottom: 0px;
}

.attach label {
    position: absolute;
    top: -15px;
}

.attach .buttons {
    width: 50%;
    padding-left: 10px;
}

.attach .roww {

    display: flex;
}

.attach .form-select {
    width: 50%;
    margin: 5px;
    font-size: 12px;
}

.form-float {
    padding: 0;
    padding-bottom: -10px;
    height: 80px;
}

.form-float label {
    position: relative;
    color: grey;
    top: -62px;
    left: 10px;
    padding-bottom: 0px;
}

.form-cont:focus-within {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


.form-cont {
    padding-top: 35px;
    padding-bottom: 4px;
    padding-left: 10px;
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-bottom: -10px;
}

/* Dropdown Button */
.dropbtn {
    background-color: #eb6700;
    color: white;
    padding: 12px;
    font-size: 16px;
    border: none;
    border-radius: 12px;
}

.dropbtn .active {
    background-color: #eb6700;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #ffffff;
    min-width: 160px;
    font-size: 18px;
    text-decoration: none;
    font-family: '2Mass-', Arial, sans-serif;
    text-align: center;
    padding: 5px;
    margin: 3px;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 10px;
    background-color: #393939;
    border-color: transparent;
    border-style: solid;
    display: block;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;


}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #eb6700;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.wr {
    background-color: grey;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #eb6700;
}

.table-count {
    border-style: solid;
}

.table-count th {
    border-style: solid;
    padding: 1px;
    align-content: center;
}

.table-count td {
    border-style: solid;
    padding: 4px;
    align-content: center;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin,cyrillic);

* {
    box-sizing: border-box;
}


nav {
    background: #413F3C;
    text-decoration: none;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav ul:after {
    content: "";
    display: table;
    clear: both;
}

nav a {
    text-decoration: none;
    display: block;
    transition: .3s linear;
}

.topmenu>li {
    float: left;
    position: relative;
    border-left: 1px solid black;
}

.topmenu>li:first-child {
    border-left: 0;
}

.topmenu>li>a {
    padding: 20px 30px;
    font-size: 11px;
    text-transform: uppercase;
    color: #9e9898;
    letter-spacing: 2px;
}

.topmenu>li>a.active,
.nav a.active,
.submenu a:hover {
    color: white;
    background-color: #eb6700;
    text-decoration: none;
    border: none;
}

.active-nav a {
    color: white;
    background-color: #eb6700;
    text-decoration: none;
    border: none;
}

.topmenu .fa,
.submenu .fa {
    margin-left: 5px;
    color: inherit;
}

.submenu {
    position: absolute;
    left: 10%;
    z-index: 5;
    background: white;
    border-top: 1px solid #CBCBCC;
    border-left: 1px solid #CBCBCC;
    border-right: 1px solid #CBCBCC;
    visibility: hidden;
    opacity: 0;
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
    transition: .3s linear;
    white-space: nowrap;
}

.submenu .submenu {
    max-height: 400px;
    overflow: scroll;
}

.submenu li {
    position: relative;
}

.submenu li a {
    color: #282828;
    padding: 10px 20px;
    font-size: 13px;
    border-bottom: 1px solid #CBCBCC;
}


nav li:hover>.submenu {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
}

form .nav-link {
    background-color: rgb(128, 128, 128);
    min-width: 250px;
}

.user {
    width: 35%;
    margin-right: 0;
    margin-left: auto;
}

.sel {
    color: black;
}

.mytoast {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 3;

}

.mytoast-body {
    overflow: auto;
    position: fixed;
    max-height: 70%;
    padding: 10px;
    bottom: 46px;
    right: 6px;
    background-color: white;

}

.mytoast-item {
    display: block;
    padding: 10px;

    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 14px;
}

.badge {
    display: inline-block;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    transition: color.15s ease-in-out, background-color.15s ease-in-out, border-color.15s ease-in-out, box-shadow.15s ease-in-out;
}

.badge-red {
    background-color: red;
}

.badge-green {
    background-color: green;
}


.badge-blue {
    background-color: blue;
}

.d_none {
    display: none;
}

.badge-buttons {
    position: relative;
    top: -55px;
    left: 5px;
}

.avatar {
    border-radius: 30px;
    width: 60px;
    box-shadow: 0 0 0 3px rgb(72, 75, 72), 0 0 13px #333;
    /* Параметры теней */
    /* Параметры тени */
}

.progressbar {
    height: 15px;
    position: relative;
    background: #555;
    padding: 1px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.progressbar>span {
    display: block;
    height: 100%;
    background-color: rgb(43, 194, 83);
    background-image: linear-gradient(center bottom,
            rgb(43, 194, 83) 37%,
            rgb(84, 240, 84) 69%);
    box-shadow:
        inset 0 2px 9px rgba(255, 255, 255, 0.3),
        inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    color: white;
}

.progressbar>span>span {
    position: absolute;
}

.blue>span {
    background-color: #10009f;
    background-image: linear-gradient(to bottom, #3e21f8, #4803dd);
}

.red>span {
    background-color: #f0a3a3;
    background-image: linear-gradient(to bottom, #f0a3a3, #f42323);
}

.red {
    background-color: red;
}

.green {
    background-color: green;
}

.yellow {
    background-color: yellow;
}

.orange {
    background-color: orange;
}

.purple {
    background-color: purple;
}

.pink {
    background-color: pink;
}

.brown {
    background-color: brown;
}

.gray {
    background-color: gray;
}

.teal {
    background-color: teal;
}

.blue {
    background-color: blue;
}

.td_round {
    border-radius: 6px;
    padding: 1px 3px;
    font-size: 10px;
    text-align: center;
}

.auto {
    background-color: #0b07e835;
    color: #0a07e8;
}

.adm {
    background-color: #07e8ca40;
    color: #3b01fb;
}

.app_mrk {
    background-color: #8500f933;
    color: #8500f9;
}

.app_spm {
    background-color: #29f9006f;
    color: #1100f9;
}

.otkaz {
    background-color: #00000033;
    color: #000000;
}

.necel {
    background-color: #ed92923b;
    color: #ed9292;
}

.otk_client {
    background-color: #f743432a;
    color: #f74343;
}

.prinyata {
    background-color: #70fb8536;
    color: #ed2828;
}

.podpisan {
    background-color: #12dbfe4b;
    color: #1249fe;
}

.otvet_sk {
    background-color: #ffd50037;
    color: #ce0cc1;
}

.ozh_nap {
    background-color: #ff95003a;
    color: #ff1500;
}

.no {
    background-color: #ff000087;
    color: #4b0707;
}

.yes {
    background-color: #1eff00;
    color: #0c10d6;
}

.napravlenie {
    background-color: #02f940;
    color: #0271f9;
}

.zakaz {
    background-color: #1ddad444;
    color: #4817db;
}

.zakaz_full {
    background-color: #6dfbf6a5;
    color: #6308ca;
}

.sklad {
    background-color: #a814b93e;
    color: #a814b9;
}

.waiting {
    background-color: #fa0e0e2a;
    color: #fa0e0e;
}

.vyzov {
    background-color: #f313c62d;
    color: #f313c6;
}

.akt_sp {
    background-color: #0610ce98;
    color: #fff700;
}

.remont {
    background-color: #0400ff37;
    color: #0400ff;
}

.full {
    background-color: #5e420142;
    color: #5e4201;
}

.soglas {
    background-color: #0071083a;
    color: #007108;
}

.schet {
    background-color: #0071083a;
    color: #003171;
}

.oplata {
    background-color: #1702823a;
    color: #820202;
}

.sto-full {
    background-color: #71005e31;
    color: #fe0a0a;
}

.archiv {
    background-color: #00000033;
    color: #000000;
}

.law {
    background-color: #00000033;
    color: #000000;
}

.vsk {
    background-color: #1702823a;
    color: #180282;
}

.tin {
    background-color: #0071083a;
    color: #007108;
}

.ingos {
    background-color: #f313c62d;
    color: #2900b0;
}

.sogaz {
    background-color: #f313e47a;
    color: #48033b;
}

.reso {
    background-color: #f352137a;
    color: #002a7e;
}

.kuzov {
    background-color: #0071083a;
    color: #007108;
}

.pokraska {
    background-color: #0400ff37;
    color: #0400ff;
}

.elit {
    background-color: #0610ce98;
    color: #fff700;
}

.redstar {
    background-color: #f0a3a3;
    color: #f42323;
}

.d1 {
    margin-right: 0;
    margin-left: auto;
    width: 25%;
}

.d1 input {
    height: 42px;
    width: 85%;
    padding-left: 10px;
    border: 2px solid #7BA7AB;
    border-radius: 5px;
    outline: none;
    color: #9E9C9C;
}

.d1 button {
    position: relative;
    top: 0px;
    right: 0px;
    width: 10%;
    height: 42px;
    border: none;
    background: #7BA7AB;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.d1 button:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 16px;
    color: #F9F0DA;
}

.next-step {
    overflow: auto;
    position: fixed;
    max-height: 70%;
    max-width: 150px;
    padding: 10px;
    top: 16px;
    left: 16px;
    background: rgba(244, 246, 181, 0.946);
    border-radius: 10px;
    border: 1px;
    color: #555454;
}

.mailbox {
    display: flex;
}

.message-list {
    position: absolute;
    overflow: auto;
    width: 25%;
    height: 70%;
    cursor: pointer;
}

.message-show {
    position: absolute;
    text-align: justify;
    overflow: auto;
    left: 30%;
    width: 65%;
    padding: 15px;
    border: 2px;
    border-color: #000;
    border-radius: 7px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 70%;
}

.message-header {
    text-align: justify;
    position: sticky;
    top: 0;
    background-color: #9cc6f9;
    padding: 10px;
    margin: 10px;
    border: 2px;
    border-color: #000;
    border-radius: 7px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.message-button {
    position: absolute;
    right: 10px;
    bottom: 0px;
    margin: 10px;
    padding: 10px;
    display: flex;
}

.msg_but {
    color: #ffffff;

    width: 100%;
    text-decoration: none;
    font-family: '2Mass-', Arial, sans-serif;
    text-align: center;
    padding: 7px;
    margin: 1px;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 10px;
    background-color: #6b6969;
    border-color: transparent;
    border-style: solid;
    position: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;

}

.msg_but:hover {
    background-color: #eb6700;
    color: white;
}

.mail_index {
    text-align: center;
    font-size: large;
    margin-bottom: 5px;
    padding: 10px;
    border: 2px;
    border-color: #000;
    border-radius: 7px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


}

.message-name {
    margin: 5px;
    padding: 10px;
    border: 2px;
    border-color: #000;
    border-radius: 7px;
    max-width: 95%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.current {
    position: relative;
    margin-left: 45px;
    padding: 10px;
    border: 2px;
    border-color: #000;
    border-radius: 15px 0 0 15px;
    max-width: 95%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 1;
}

.app-lbl {
    text-align: justify;
    position: sticky;
    top: 0;
    background-color: #f4f8c19b;
    padding: 10px;
    border: 5px;
    border-color: #000;
    border-radius: 7px;
    margin: 15px;
    max-width: 300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.all-content {
    position: relative;
}

.menu-content {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 2;
}



.attachments-item {
    margin-right: 5px;
    background-color: #4f93ec9e;
    padding: 10px;
    display: inline-block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 7px;

}

.file-size {
    font-size: 10px;
    color: #9e9c9c;

}

.big-text {
    font-style: italic;
    font-weight: bolder;
}

.history {
    margin-right: 5px;
    background-color: #c7dbf952;
    padding: 10px;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 7px;
}





.message-all {
    display: flex;
}

.message-all .right {
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 7px 7px 0 7px;
    background-color: #76b4fc61;
    position: relative;
    padding: 5px;
    margin-bottom: 5px;
    max-width: 80%;
    min-width: 25%;
    margin-left: auto;
    margin-right: 0;



}

.message-all .left {
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 7px 7px 7px 0;
    background-color: #2cf7367d;
    display: block;
    position: relative;
    padding: 5px;
    margin-bottom: 5px;
    max-width: 80%;
    min-width: 15%;
}

.from {
    color: #4800fe;
    font-size: 12px;
    font-weight: bold;
}

.to {
    color: #434141ca;
    font-size: 10px;
    font-weight: bold;
    margin-left: 15px;
}

.left .text,
.right .text {
    padding-left: 10px;
    font-size: 15px;
    margin-bottom: 10px;
}

.reply {
    margin-left: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-left: #0400ff solid;
    margin-bottom: 5px;

}

.time {
    color: #383737;
    font-size: 10px;
    font-style: italic;
    position: absolute;
    padding-top: 7px;
    right: 5px;
    bottom: 3px;
}

.message-new {
    padding-top: 40px;
    position: absolute;
    bottom: 5px;
    height: 190px;
    width: 100%;
}

.message-reply {
    margin-top: 20px;
    margin-left: 5px;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 25px;
    background-color: #6b6969;
}

.show-reply-button {
    display: none;
}

.message-reply:hover {
    background-color: #eb6700;
    color: white;
}

.send-message {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    background-color: white;
    width: 80%;
    height: 140px;
    padding: 5px;
    overflow-y: scroll;
}





.message-button {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 10px;
    color: white;
    border-radius: 25px;
    border: none;
    cursor: pointer;
}





.message-button:hover {
    background-color: #6e72f1;
    color: white;
}



.contact-item:hover {
    background-color: #eb6700;
}

.contact-item {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    padding-left: 15px;
    padding-top: 3px;
    margin-bottom: 7px;
    cursor: pointer;
}

.contact-header {
    position: sticky;
    top: 0;
    background-color: white;
}

.mail-view {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    padding-left: 15px;
    padding-top: 3px;
    margin-bottom: 3px;
    border-radius: 0 0 15px 15px;
}

.sender-details {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgba(158, 217, 241, 0.735);
    padding-left: 15px;
    padding-top: 3px;
    margin-bottom: 3px;
    border-radius: 15px 15px 0 0;
}