html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    
}

a, .btn-link {
    color: #006bb7;
}

.infoConf{
    color:lightgray;
    font-size: 15px;
    margin-top: 1%;
    margin-left: 1%;
}

.divimgmenu {
    width: 100%;
}

.divimgmenu2{
    visibility:hidden;
    text-align:center;
    width:100%;
}

.recordalb{
    font-weight:bold;
}

.imgmenu2 {
    visibility: hidden;
    width: 10%;
    margin: auto;
}

.imgmenu {
    width: 20%;
    float: right;
}

.returnicon {
    width: 55px;
    height: 50px;
}

.testinga{
    width:3%;
}

.lbtitol {
    color: #0d034b;
    margin-left:1%;
    margin-bottom: -0.2%;   
}

.divcapsalera {
    display: flex;
    flex-direction: row;
    align-items:flex-end;
}

.form-control {
    width: 100%;
    margin-top: 5%;
}
.testinglb {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.detailslabels {
    color: #bfbfbf;
    margin-top: 0%;
}

.recdate {
    font-size: 15px;
    font-weight: bold;
}

.descrDetails {
    font-size: 20px;
    font-weight: bold;
    width: 90%;
}

.imgAtresa {
    margin: auto;
    width: 100%;
    text-align: center;
    margin-top: 5%;
}

.inputsLogin {
    margin-top: 8%;
}

.form {
    margin: 0 auto;
}

.menuLabels{
    font-size: 25px;
}

.atresaMenuTitle{
    color:white;
    margin-left: 2%;
    font-size: 30px;
}

.divChat {
    position: relative;
    width: 100%;
    padding: 10px;
    height: 800px;
    border-radius: 10px;
    background-color: white;
    margin-left: -0.7%;
}

.divChats {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin: auto;
    border: solid 2px lightgrey;
    border-radius: 10px;
    overflow: auto;
    background-color: #f5f5f5;
}

.inputSendMessage {
    width: 100%;
    border-radius: 10px;
    background-color: #ededed;
    border: none;
    height: 30%;
    margin-top: 4%;
}


.inputChatDiv {
    display: flex;
    flex-direction: row;
    align-items:center;
    width: 100%;
    height:120px;
    margin-left: -0.3%;
    margin-top: -3%;
}

.btChat {
    border-radius: 10px;
    background-color: #0d034b;
    border: none;
    color: white;
    margin-left: 0.5%;
    height:30%;
    width: 70px;
    margin-top: 4%;
}

.lbChat {
    color: #071652;
}

.btn-primary {
    color: #fff;
    background-color: #071652;
    border-color: #071652;
    margin-top: 5%;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.bi-list-ul {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi-list-ul' viewBox='0 0 16 16'%3E%3Cpath d='M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m-3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/%3E%3C/svg%3E");
}

.divconfig1 {
    width: 100%;
    padding: 10px;
    height: 200px;
    background-color: #0d034b;
    border-radius: 5px;
}

.test{
    margin-top:4.5%;
    color: white;
}

.test2{
    color: white;
    margin-top: 0.8%;
}

.test3 {
    color: white;
    margin-top: -0.5%;
}

.logout {
    display: inline-block;
    color: white;
    background-color: #0d034b;
    border: none;
    float: right;
}

.configlogout{
    display: flex;
    flex-direction: row;
}

.mesinfo {
    background-color: #ededed;
    font-weight: bold;
    border-radius: 5px;
    font-size: 15px;
    border: none;
}
.lbConfig {        
    color: #0d034b;
    margin-left: 0.5%;
    margin-top: 1.1%;
}

.lblogin {
    color: #071652;
}

.lbsConfig{
    font-size: 25px;
    color: lightgrey;
    margin-top: 2%;
}

.btConfig{
    border: none;
    background-color: white;
    font-size: 18px;
}

.divChangePass {
    background-color: white;
    border-radius: 5px;
    width: 15%;
    margin-top: 15px;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
}

.buttonsAll {
    width: 80%;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 10px;
    color: white;
    background-color: #071652;
    border: none;
    border-radius: 5px;
}

.divselect{
    margin-left: 25px;
}

.inputchangepass {
    width: 80%;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 5px;
    border-color: #071652;
    border-radius: 5px;
}

.dividioma{
    display: flex;
    flex-direction: row;    
}

.lbIdioma {
    margin-left: 1%;
    color: lightgrey;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.lbinfo{
    margin-top: 1%;
    color: lightgrey;
}

.checkboxesidioma {
    width: 80%;
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 10px;
}

.formularilogin {
    margin: auto;
    margin-top: 10%;
    width: 30%;
    height: 100%;
    text-align: center;
}

.lbError {
    color: #c40821;
    margin-top: 5px;
    background-color: #f28896;
    border-radius: 5px;
}

.btLogin {
    color: white;
    background-color: #0d034b;
    padding: 10px;
    border-radius: 5px;
    margin: auto;
    width: 30%;
    margin-top: 10%;
    border: none;
}

.diverror{
    display: flex;
    flex-direction: column;
}

.btBack {
    color: white;
    background-color: #071652;
    padding: 10px;
    border-radius: 5px;
    width: 10%;
    margin-top: 2%;
    border: none;
}

.menuParts {
    margin-top: 1%;
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    background-color: #ededed;
    font-size: 25px;
}

.nParts {
    background-color: #071652;
    color:white;
    width:33.3%;
    border-radius:5px;
    height:100%;
}

.testing {
    background-color: #ededed;
    width: 50%;
    height: 100px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 0px black;
    margin-top: 1%;
    padding: 5px;
}

.descr{
    font-size: 20px;
    font-weight:bold;
}

.divDetails{
    width:50%;
}

.divParts {
    width: 50%;
}

.divDetailsPart {
    width: 90%;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 0px black;
    background-color: white;
    margin-top: 2%;
    margin-left: 10%;
    height: 50%;
    padding: 10px;
    visibility: hidden;
}

.btCloseDetails {
    background-color: white;
    border:none;
    margin-left: 9%;
    height:5%;
    width: 5%;
    font-weight:bold;
}

.divDatas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.datesDetailPart {
    color: #bfbfbf;
    margin-top: -2%;    
}

.numAlbara {
    margin-left: 5%;
    display: flex;
    align-items: center;
    margin-top: 3.9%;
    margin-left: 1%;
    width: 100%;
}

.datas {
    font-size: 15px;
    font-weight: bold;
}

.lbsParts{
   margin-bottom: -1%;
}

.menuPartsNum {
    width: 100%;
    height: 70px;
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: space-around;
    font-size: 30px;
    background-color: #ededed;
}

.menuDesign {
    display: flex;
    flex-direction: column;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}


.sidebar {
    margin-top: -20px;
    margin-left: -32px;
    padding: 0;
    width: 30%;
    background-color: #0d034b;
    position: fixed;
    height: 100%;
    overflow: auto;
}

    /* Sidebar links */
    .sidebar a {
        display: block;
        color: white;
        padding: 20px;
        text-decoration: none;
    }

        /* Active/current link */
        .sidebar a.active {
            background-color: #0e2287;
            color: white;
        }

        /* Links on mouse-over */
        .sidebar a:hover:not(.active) {
            background-color: #0e2287;
            color: white;
        }

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
div.content {
    margin-left: 10%;
    padding: 1px 0px;
    height: 1000px;
}

@media screen and (max-width: 1800px) {

    .lbConfig {
        color: #0d034b;
        margin-left: 1.4%;
        margin-top: 1.3%;
    }
    .divChat {
        position: relative;
        width: 100%;
        padding: 10px;
        height: 580px;
        border-radius: 10px;
        background-color: white;
    }

    .divChats {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 10px;
        margin: auto;
        border: solid 2px lightgrey;
        border-radius: 10px;
        overflow: scroll;
    }

    .inputChatDiv {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: -3%;
        margin-left: 0%;
    }
    .test {
        margin-top: 5.2%;
        color: white;
    }
    
}
@media screen and (max-width: 1400px) {
    .divChat {
        position: relative;
        width: 100%;
        padding: 10px;
        height: 600px;
        border-radius: 10px;
        background-color: white;
    }

    .test {
        margin-top: 6.8%;
        color: white;
    }

    .lbConfig {
        color: #0d034b;
        margin-left: 3%;
        margin-top: 1.7%;
    }

    .divChats {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 10px;
        margin: auto;
        border: solid 2px lightgrey;
        border-radius: 10px;
        overflow: scroll;
    }

    .lbtitol {
        color: #0d034b;
        margin-left: 3%;
        margin-bottom: -0.4%;
    }

    .inputChatDiv {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: -4%;
        margin-left: 0%;
    }

    .formularilogin {
        margin: auto;
        margin-top: 10%;
        width: 30%;
        height: 100%;
        text-align: center;
    }

    .divParts {
        position: relative;
        width: 100%;
    }

    .divDetails {
        position: absolute;
        margin-left: -1%;
    }

    .testinglb {
        font-size: 15px;
        font-weight: bold;
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .recdate {
        font-size: 13px;
        font-weight: bold;
    }

    .descrDetails {
        font-size: 20px;
        font-weight: bold;
        width: 90%;
    }
    .menuParts {
        margin-top: 2%;
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        background-color: #ededed;
        font-size: 20px;
    }
    .menuPartsNum {
        width: 100%;
        height: 70px;
        display: flex;
        text-align: center;
        flex-direction: row;
        justify-content: space-around;
        font-size: 25px;
        background-color: #ededed;
    }
}

    @media screen and (max-width: 1040px) {
        .formularilogin {
            margin: auto;
            margin-top: 10%;
            width: 30%;
            height: 100%;
            text-align: center;
        }

        .test {
            margin-top: 8.8%;
            color: white;
        }

        .lbConfig {
            color: #0d034b;
            margin-left: 5%;
            margin-top: 2.2%;
        }

        .divChat {
            position: relative;
            width: 100%;
            padding: 10px;
            height: 600px;
            border-radius: 10px;
            background-color: white;
            margin-left: -1.2%;
        }

        .lbtitol {
            color: #0d034b;
            margin-left: 5%;
            margin-bottom: -0.6%;
        }


        .testinglb {
            font-size: 13px;
            font-weight: bold;
            display: flex;
            flex-direction: row;
            justify-content: space-between
        }

        .recdate {
            font-size: 12px;
            font-weight: bold;
        }

        .descrDetails {
            font-size: 16px;
            font-weight: bold;
            width: 90%;
        }

        .infoDetails{
            font-size: 13px;
            margin-top:-1%;
        }

        .detailslabels {
            color: #bfbfbf;
            font-size: 13px;
        }

        .datesDetailPart {
            color: #bfbfbf;
            margin-top: -2%;
            font-size: 13px;
        }

        .numAlbara {
            margin-left: 5%;
            display: flex;
            align-items: center;
            margin-top: 3.9%;
            margin-left: 1%;
            width: 100%;
            font-size: 13px;
        }

        .menuParts {
            margin-top: 2%;
            width: 100%;
            height: 100px;
            display: flex;
            justify-content: space-around;
            flex-direction: row;
            background-color: #ededed;
            font-size: 20px;
        }

        .inputchangepass {
            width: 100%;
            margin-top: 10px;
            margin-left: 25px;
            margin-right: 25px;
            margin-bottom: 5px;
            border-color: #071652;
            border-radius: 5px;
        }

        .buttonsAll {
            width: 100%;
            margin-left: 25px;
            margin-right: 25px;
            margin-bottom: 10px;
            color: white;
            background-color: #071652;
            border: none;
            border-radius: 5px;
        }
    }

    @media screen and (max-width: 900px) {
        .formularilogin {
            margin: auto;
            margin-top: 10%;
            width: 50%;
            height: 100%;
            text-align: center;
        }
        .lbConfig {
            color: #0d034b;
            margin-left: 8%;
            margin-top: 3%;
        }


        .lbtitol {
            color: #0d034b;
            margin-left: 6%;
            margin-bottom: -0.7%;
        }

        .inputChatDiv {
            display: flex;
            flex-direction: row;
            width: 100%;
            margin-top: -4.5%;
            margin-left: 0%;
        }

        .descrDetails {
            font-size: 15px;
            font-weight: bold;
            width: 90%;
        }

        .sidebar{
            width:50%;
        }
    }

    @media screen and (max-width: 700px) {
        .sidebar {
            width: 100%;
            height: auto;
            position: relative;
        }

            .sidebar a {
                float: left;
            }

        .divimgmenu {
            width: 100%;
            visibility:hidden;
        }

        .btLogin {
            color: white;
            background-color: #0d034b;
            padding: 10px;
            border-radius: 5px;
            margin: auto;
            width: 70%;
            margin-top: 10%;
            border: none;
        }

        .lbConfig {
            color: #0d034b;
            margin-left: 9%;
            margin-top: 4%;
        }

        .imgmenu {
            width: 20%;
            float: right;     
            visibility:hidden;
        }

        .divimgmenu2 {
            text-align: center;
            width: 100%;
            visibility:visible;
            margin-top: 50%;
        }

        .imgmenu2 {
            width: 25%;
            margin: auto;
            visibility: visible;
        }

        div.content {
            margin-left: 0;
        }

        .lbtitol {
            color: #0d034b;
            margin-left: 8%;
            margin-bottom: -0.9%;
        }

        .divChat {
            position: relative;
            width: 100%;
            padding: 10px;
            height: 500px;
            border-radius: 10px;
            background-color: white;
            margin-left: -2%;
        }

        .divChats {
            position: absolute;
            width: 100%;
            height: 100%;
            padding: 10px;
            margin: auto;
            border: solid 2px lightgrey;
            border-radius: 10px;
            overflow: scroll;
        }

        .inputChatDiv {
            display: flex;
            flex-direction: row;
            width: 100%;
            margin-top: -5%;
            margin-left: -0.7%;
        }

        .formularilogin {
            margin: auto;
            margin-top: 10%;
            width: 70%;
            height: 100%;
            text-align: center;
        }

        .testinglb {
            font-size: 11px;
            font-weight: bold;
            display: flex;
            flex-direction: row;
            justify-content: space-between
        }

        .recdate {
            font-size: 11px;
            font-weight: bold;
        }

        .divParts {
            position: relative;
            width: 100%;
        }

        .descrDetails {
            font-size: 9px;
            font-weight: bold;
            width: 90%;
        }

        .infoDetails {
            font-size: 11px;
        }

        .detailslabels {
            color: #bfbfbf;
            font-size: 11px;
        }

        .datesDetailPart {
            color: #bfbfbf;
            margin-top: -2%;
            font-size: 11px;
        }

        .numAlbara {
            margin-left: 6%;
            display: flex;
            align-items: center;
            margin-top: 14%;
            width: 100%;
            font-size: 10px;
        }

        .menuParts {
            margin-top: 2%;
            width: 100%;
            height: 85px;
            display: flex;
            justify-content: space-around;
            flex-direction: row;
            background-color: #ededed;
            font-size: 16px;
        }

        .menuPartsNum {
            width: 100%;
            height: 70px;
            display: flex;
            text-align: center;
            flex-direction: row;
            justify-content: space-around;
            font-size: 18px;
            background-color: #ededed;
        }

        .btBack {
            color: white;
            background-color: #0d034b;
            padding: 10px;
            border-radius: 5px;
            width: 100px;
            margin-top: 1%;
            border: none;
        }

        .buttonsAll {
            width: 130px;
            margin-left: 25px;
            margin-right: 25px;
            margin-bottom: 10px;
            color: white;
            background-color: #071652;
            border: none;
            border-radius: 5px;
        }

        .inputchangepass {
            width: 130px;
            margin-top: 10px;
            margin-left: 25px;
            margin-right: 25px;
            margin-bottom: 5px;
            border-color: #071652;
            border-radius: 5px;
        }

        .btCloseDetails {
            background-color: white;
            border: none;
            margin-left: 7%;
            height: 2%;
            width: 2%;
            font-weight: bold;
        }
    }
@media screen and (max-width: 600px) {
    .lbtitol {
        color: #0d034b;
        margin-left: 12%;
        margin-bottom: -1%;
    }

    .lbConfig {
        color: #0d034b;
        margin-left: 12%;
        margin-top: 4.5%;
    }
}
    /* On screens that are less than 400px, display the bar vertically, instead of horizontally */
    @media screen and (max-width: 400px) {
        .sidebar a {
            text-align: center;
            float: none;
        }

        .lbConfig {
            color: #0d034b;
            margin-left: 15%;
            margin-top: 8%;
        }

        .menuParts {
            margin-top: 2%;
            width: 100%;
            height: 70px;
            display: flex;
            justify-content: space-around;
            flex-direction: row;
            background-color: #ededed;
            font-size: 14px;
        }

        .recordalb {
            font-weight: bold;
            font-size: 10px;
        }

        .lbsConfig {
            font-size: 21px;
            color: lightgrey;
            margin-top: 2%;
        }

        .mesinfo {
            background-color: #ededed;
            font-weight: bold;
            border-radius: 5px;
            font-size: 10px;
            border: none;
        }

        .divChat {
            position: relative;
            width: 100%;
            padding: 10px;
            height: 800px;
            border-radius: 10px;
            background-color: white;
            margin-left: -3.5%;
        }

        .lbtitol {
            color: #0d034b;
            margin-left: 16%;
            margin-bottom: -1.3%;
        }

        .inputChatDiv {
            display: flex;
            flex-direction: row;
            width: 100%;
            margin-top: -6%;
            margin-left: 0%;
        }

        .formularilogin {
            margin: auto;
            margin-top: 25%;
            width: 100%;
            height: 100%;
            text-align: center;
        }

        .imga {
            object-fit: contain;
            width:80%;
        }

        .btBack {
            color: white;
            background-color: #0d034b;
            padding: 10px;
            border-radius: 5px;
            width: 100px;
            margin-top: 1%;
            border: none;
        }

        .sidebar {
            width: 400px;
            height: 400px;
        }

        .testinglb {
            font-size: 11px;
            font-weight: bold;
            display: flex;
            flex-direction: row;
            justify-content: space-between
        }

        .recdate {
            font-size: 10px;
            font-weight: bold;
        }

        .divParts {
            position: relative;
            width: 100%;
        }

        .descrDetails {
            font-size: 7px;
            font-weight: bold;
            width: 90%;
        }

        .btCloseDetails {
            background-color: white;
            border: none;
            margin-left: 7%;
            height: 3%;
            width: 3%;
            font-weight: bold;
        }
    }
