.bootstrap-select > .dropdown-menu {
    /*background-color: red;*/
    transform: translate3d(-6px, -19px, 0px) !important;
    max-width: -webkit-fill-available;

}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    /* right: 15px; */
    left: 10px;
    top: 10px;
}



.form-control{
    min-width: 10rem;
}

.form-control #ClientName,
.form-control #ClientEmail {
    min-width: 15rem;
}


.form-floating>label {
    /* font-weight: 800; */
    color: black;
    margin-left: 10px;
    margin-top: 0px;
}

.ui-dialog {
    ￼max-height: 95vh;
    overflow: auto;
}



@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 90vw;
    }
}

.list-group {
    max-height: 25vh;
    height: 25vh;
    margin-bottom: 10px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}


.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #65ADBD;
    border-color: #65ADBD;
}

.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
    top: 0.1rem !important;
    left: -2rem !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.custom-control-lg .custom-control-label {
    margin-left: 0.5rem !important;
    /*font-size: 1rem !important;*/
}

label {
    /*margin-bottom: 0px;*/
    /*margin-top: 0.5rem;*/
    padding-left: 0.5rem;
}

.rounded {
    border-radius: 4px !important;

    /*background-color: #f9fdfd;*/
}

/* Melissa Edit 02/07/2021 */
.crgContainer {
    background-color: white;
    position: relative;
}

#crgModalDiv > div > .crgContainer {
    max-height: 95vh;
}


.Report {
    background-color: #f9fdfd;
}

#Reports {
    max-height: 70vh;
    /*height: 90vh;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.SCReportHeader {
    font-family: "Poppins", "sans-serif";
    font-size: 15px;
}

.SC-Report {
    font-family: "Poppins", "sans-serif";
}

.SC-Report .form-group {
    margin-bottom: 0.5rem;
}

.SC-Report .form-label {
    margin-left: 7px;
    margin-top: 3px;
    font-size: 10px;
    display: block !important;
    overflow-wrap: break-word;
    color: black;
}

.SC-Report .form-control {
    /*border-radius: 3vh;*/
    background-color: #ffffffc0 !important;
    /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 3px 5px 0 rgb(0 0 0 / 19%); */
    color: black;
    font-size: 11px;
    margin-bottom: -0.3rem;
    border: 1px solid #d4d4d4a6 !important;
    height: calc(1em + .75rem + 2px) !important;
    padding: 0.1rem !important;
    padding-left: 0.25rem !important;
    /* width: 170px; */

}

.SC-Report .form-control:focus {
    border: grey !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #00bbd3 !important;
}

.generator-label {
    justify-content: flex-end;
}

.report-table {
    /* display: inline-block; */
    font-family: "Poppins", "sans-serif";
    /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 3px 5px 0 rgb(0 0 0 / 19%); */
    font-size: 10px;
    min-width: 100%;
}

#scReport,
#scReport2 {
    padding: 0px 5px 0px;
}

#scReport2 tbody tr {
    page-break-inside: avoid;
}

/* .report-table table {
    page-break-inside: auto
}

.report-table tr {
    page-break-inside: avoid; 
    page-break-after: auto
} */

.report-table td {
    vertical-align: middle;
    text-align: center;
}

.borderOutline {
    border: 1px solid #dee2e6 !important;
}

.borderLeft {
    border-left: 1px solid red !important;
}

.borderBottom {
    border-bottom: 1px solid red !important;
}

.borderTop {
    border-top: 1px solid #dee2e6 !important;
}

.removeBorderTopBottom {
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
}

@media only screen and (max-width: 994px) {
    .criteria td {
        font-size: 9px !important;
    }

    .criteria th {
        font-size: 9px !important;
    }
}

.col-4,
.col-5,
.col-7,
.col-12 {
    padding-left: 5px !important;
    padding-right: 1px !important;
}

.auditSection {
    text-align: left;
}

.tableImageDiv {
    flex-wrap: wrap;
}

.modal-backdrop {
    z-index: 120;
}

#printPdf,
#downloadPdf {
    cursor: pointer;
}

.report-table th {
    /*background-color: #7ec0c9;*/
    background-color: #e6f7f9;
    border: 1px solid lightgray;
    color: black;
}

.report-table tbody {
    background-color: #ffffffc0;
}

/* .reportQuestionTBody>tr>:nth-child(2n) {
    border: 1px solid lightgray;
}

.reportQuestionTBody>tr>:nth-child(1n+2) {
    border: 1px solid lightgray;
}

.reportQuestionTBody>tr>:nth-child(1) {
    border-bottom: 1px solid red;
} */

.firstRowTable {
    margin-bottom: 0px !important;
    /* padding-left: 15px !important;
    padding-right: 15px !important; */
}

.card {
    font-family: "Poppins", "sans-serif";
    width: 97%;
    box-shadow: none !important;
    margin: 0 auto;
    color: black;
    font-size: 12px;
    background-color: #ffffff59;
}

.card-header {
    font-weight: bold;
    background-color: #00bbd3;
}

.table-row {
    margin: 0 auto;
}

#firstPage .table {
    margin-bottom: 1rem;
}

/*.auditTable {
    margin-bottom: 0px !important;
    height: 110px;
}*/

.pdfPage {
    /* border: 1px solid #c2c1c1; */
    /* margin-bottom: 5px; */
    /* margin-top: 5px; */
    /* padding:0px 20px; */
    position: relative;
}

.secondPagePdf {
    /* margin-top: 5px;
    margin-bottom: 5px; */
}

/* .pdfPageInner {
    background-color: rgb(255, 255, 255, 0.9);
} */
/* .watermarkPdfImage {
    opacity: 0.1;
    position: absolute;
    width: 80%;
} */

.pdfPage:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url('../images/Catering\ services.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.pdfPage2 {
    position: relative;

}

.pdfPage2:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    opacity: 0.1;
    background-image: url('../images/Catering\ services.png');
    /* background-repeat: no-repeat; */
    background-size: contain;
    background-position: 50% 50%;
}

.form-row {
    flex-wrap: nowrap;
}

.empactImageDiv {
    display: flex;
    justify-content: flex-end;
}

.empactImage {
    width: 13%;

}

/* #pdfPage1 {
    break-after: avoid-all;
} 

#pdfPage2 {
    break-after: always;
} */

/* .spinner-wrapper{
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    position: relative;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    display: none;
}

.spinner::before,
.spinner:after{
    content: "";
    position: absolute;
    border-radius: 50%;
}

.spinner:before {
    width: 100%;
    height: 100%;
    background-image:linear-gradient(90deg, #00bbd3 0%,white 100% );
    animation: spin .5s infinite linear;
}
.spinner:after {
    width: 90%;
    height: 90%;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }

} */

.loaderWrapper {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #ffffff46;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

.loader {
    /* display: flex; */
    position: relative;
    /* top: 600px;
    left: 300px; */
    /* z-index: 9999; */
    /* border: 9px solid white;
    border-radius: 90%;
    border-top: 9px solid #00bbd3; */
    stroke: #00bbd3;
    stroke-width: 50;
    stroke-linecap: round;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loaderWrapper svg {
    height: 120px;
    width: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.loaderWrapper svg circle {
    fill: transparent;
    stroke: #00bbd3;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 100;
    stroke-dashoffset: 400;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    100% {
        stroke-dashoffset: 200;

    }
}

.loaderWrapper .stop {
    height: 110px;
    width: 110px;
    background: transparent;
    border-radius: 50%;
    border: 10px solid #00bbd3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.loaderWrapper .progress {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: black;
    font-weight: 200;
    height: 30px;
    background: transparent;
    text-shadow: 2px 2px 8px #757575;
    /* width: 140px; */
}

@media only screen and (min-width: 1374px) {
    .firstRowTable th {
        font-size: 9px;
    }

    .firstRowTable td {
        font-size: 9px;
    }

    .firstRowTable div {
        font-size: 9px;
    }
}

@media only screen and (max-width: 635px) {
    .firstRowTable th {
        font-size: 7px;
    }

    .firstRowTable td {
        font-size: 7px;
    }

    .firstRowTable div {
        font-size: 7px;
    }

    .table-row {
        display: grid;

    }

    .auditTable {
        height: auto;
    }

    .table {
        margin-bottom: 0.2rem !important;
    }

    .firstRowTable {
        font-size: 13px;
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 690px) {
}

.divEmojiReport:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #00bbd3 !important
}


.background-empact {
    background-color: #f2fbfb;
}


.btn-empact {
    color: black;
    background-color: rgb(0, 187, 211);
    border: none;
    /* width: 20vw; */
    color: white;
    margin-top: 7px !important;
    /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 20%); */
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    text-shadow: 1px 1px 2px rgba(000, 000, 000, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.4);
}

.btn-empact:hover {
    color: white;
    background-color: #018fa1;
}

.btn-empact:focus, #scClientDetails .form-control:focus {
    box-shadow: rgb(0 187 211 / 25%) 0px 0px 0em 2px, rgb(0 187 211 / 7%) 0px 0em 0em;
}

/* Edit Ended Above */
.controls div .checkbox {
    text-align: initial;
}

.crgNoOverflowBlack::-webkit-scrollbar-corner {
    background-color: black;
}

.card-description {
    max-height: 10vh;
    min-height: 10vh;
    overflow: scroll;
}

.crgNavContainer {
    max-height: 90vh;
    overflow: scroll;
}

._crgCheckboxToggleText[readonly] {
    background-color: #fff;
}

.bootstrap-select>.dropdown-toggle {
    background-color: #FFF;
    border: 1px solid #ccc;
}

ul>li>a.dropdown-item {
    padding: 0rem 1.5rem;
}

._crgCheckboxToggle>div.controls {
    border: 1px solid #ccc;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.crgValue>input.form-control {
    width: 100%;
}

.ti0 {
    text-indent: 0px;
}

.ti1 {
    text-indent: 15px;
}

.ti2 {
    text-indent: 30px;
}

.ti3 {
    text-indent: 45px;
}

.ti4 {
    text-indent: 60px;
}

.ti5 {
    text-indent: 75px;
}

.ti6 {
    text-indent: 90px;
}

.ti7 {
    text-indent: 115px;
}

.ti8 {
    text-indent: 130px;
}

.ti9 {
    text-indent: 145px;
}

.em {
    height: 1.5em;
    width: 1.5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

/*.em-edit {background-image: url(../icons/edit.png);}
.em-add {background-image: url(../icons/add.png);}
.em-save {background-image: url(../icons/save.png);}
.em-delete {background-image: url(../icons/delete.png);}
.em-restore {background-image: url(../icons/restore.png);}
.em-copy {background-image: url(../icons/copy2.png);}
.em-undo {background-image: url(../icons/undo.jpeg);}*/

.background {
    /* background-color: #cccccc; */
    opacity: 0.15;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1000;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 80vmax auto;
}


.dropdown-menu ul li {
    margin-top: 1rem;
    margin-bottom: 1rem;
}



.overlay {
    position: absolute;
    top: 0 !important;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;

    visibility: visible;
    opacity: 0;
    z-index: 1000;
    width: 100%;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
    width: 100%;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    transition: all 2s ease-in-out;
}

.popup h4 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}



.tableQuesions {
    flex-grow: 1;
    /*transition: all 400ms ease;*/

    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}


th.rotate {
    /*white-space: nowrap;*/
    width: 15rem;
    ;
}

th.rotated {
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
}

th.rotated>div {
    transform:
        /* Magic Numbers */
        /*translate(25px, 51px)*/
        /* 45 is really 360 - 45 */
        rotate(300deg);
    width: 5px;
}

th.rotated>div>span {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}

.nowrap {
    white-space: nowrap;
}

.collapsed {
    overflow: hidden;
    max-width: 2px;
}


.tableQuesions {
    /*max-height: 90vh;*/
    max-width: 98vw;
    overflow: auto;
}








.item-head {
    color: #365efe;
}

.action-icon {
    float: left;
    margin-top: 25px;
    margin-left: -40px;
}

.icon-add {
    color: #4caf50;
}

.icon-edit {
    color: #00bcd4;
}

.icon-remove {
    color: #f44336;
}

.icon-move {
    color: #9e9e9e;
}

.in-item {
    display: block;
}

.out-item {
    display: none;
}

.list-inline>li:last-child {
    padding-right: 25px;
}






.editable-click,
a.editable-click,
a.editable-click {
    text-decoration: none;
    border-bottom: none !important;
}


.crgItemPopup {
    /*max-height: 40vh;*/
}

.crg-list-select {
    max-height: 30vh;
    overflow: auto;
}

td.crgHospital,
td.crgGroup,
th.crgHospital,
th.crgGroup {
    max-width: 15vw;
    overflow: hidden;
}

td.crgRegion,
th.crgRegion {
    max-width: 10vw;
    overflow: hidden;
}

th.crgHospital,
th.crgGroup {
    /*width:     6rem!important;*/
    /*max-width: 6rem!important;*/
    background-color: aliceblue;

}



th.crgRegion {
    /*width:     6rem!important;*/
    /*max-width: 6rem!important;*/
    background-color: aliceblue;

}

.DTFC_LeftBodyLiner {
    overflow: hidden;
}


.rotate {
    min-width: 8rem;
}

.filterhead select {
    min-width: 100%;
    max-width: 100%;
}

.dataChanging {
    box-shadow: 0 0 2px 2px rgba(249, 191, 59, .5);
}

.dataError {
    box-shadow: 0 0 2px 2px rgba(255, 0, 0, 1);
}

.dataOk {
    box-shadow: 0 0 2px 2px rgba(11, 156, 49, 0.3);
}


.fa-window-close {
    /*float: right;*/
    color: red;
    /*display: inline-block;*/
}

.remoteLookup1 {
    display: none;
}























.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffffd5;
    background-clip: border-box;
    border: 1px solid rgba(26, 54, 126, 0.125);
    border-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem
}

.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 67px;
    height: 100%;
    width: 4px;
    background: #e9ecef;
    border-radius: .25rem
}

.vertical-timeline-element {
    position: relative;
    margin: 0 0 1rem
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s
}

.vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 60px
}

.vertical-timeline-element-icon .badge-dot-xl {
    box-shadow: 0 0 0 5px #fff
}

.badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative
}

.badge:empty {
    display: none
}

.badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff
}

.vertical-timeline-element-content {
    position: relative;
    margin-left: 90px;
    font-size: .8rem
}

.vertical-timeline-element-content .timeline-title {
    font-size: .8rem;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    padding: 2px 0 0;
    font-weight: bold
}

.vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -90px;
    top: 0;
    padding-right: 10px;
    text-align: right;
    color: #adb5bd;
    font-size: .7619rem;
    white-space: nowrap
}

.vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both
}


.crgVTimeline {
    max-height: 98vh;
    overflow: auto;
}



tbody.TableBody2630 tr td:nth-child(1) {
    /*background-color: red;*/
    width: 120px;
    max-width: 120px;
    min-width: 120px;
}

tbody.TableBody2630 tr td:nth-child(2) {
    /*background-color: red;*/
    width: 45px;
    max-width: 45px;
    min-width: 45px;
}

tbody.TableBody2630 tr td:nth-child(6) {
    /*background-color: red;*/
    width: 300px;
    max-width: 300px;
    min-width: 300px;
}


.textarea2rows>.controls>textarea {
    height: 3em !important;
}


.crgHospitalTitle {
    min-width: 600px;
}


.popupTable>tbody>tr>td {
    /*background-color: red;*/
    min-width: 10em;
}


#MQT_4401, #MQT_4391 {
    vertical-align: top;
    height: 30px;
}

.catchAllReportTable tr {
    cursor: pointer;
}

.catchAllReportTable td {
    text-align: left;

}

#reportWrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 25%;
    top: 41%;
    width: 50%;
    height: 60%;
    opacity: 0.1;
    /* background-repeat: no-repeat; */
    background-size: cover;
    background-position: 50% 50%;
}

.catchAllScReport .pdfPage:before {
    background-image: none;
}

.catchAllScReport .pdfPage2:before {
    background-image: none;
}

.empactReportbgImg:before {
    background-image: url('../images/Catering\ services.png');
}

.FoodReportbgImg:before {
    background-image: url('../images/Catering\ services.png');
}

.SupercareReportbgImg:before {
    background-image: url('../images/SC-Radial.png');
}

.formWrapper {
    display: flex;
}

.siteInfo {
    display: flex;
    flex-direction: column;
}

.sigInfo {
    width: 100%;
}

#signatureDiv {

    /* position: relative; */
    /* display: inline-block;
    overflow: hidden; */
    /* z-index: 300; */
    /* border: 1px solid lightgrey; */
    border: 1px solid lightgrey;
    width: 100%;
    height: 92%;
    /* content: ' '; */
    background-size: 80%;
    background-position: 50% 50%;
    display: block;
    background-repeat: no-repeat;
}


.signatureDiv img {
    /* z-index: 301; */
    /* display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%); */
    /* width: 50%; */
    /* height: 100%;  */
    /* object-fit: contain; */
}

.swal2-styled.swal2-confirm {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px !important;
}

.bootstrap-select>.dropdown-toggle {
    color: grey !important;
    background-color: #e7e7e7 !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

.bootstrap-select>.dropdown-toggle:active {
    color: #333;
}


        #toast-container {
            position: fixed;
            bottom: 1rem;
            left: 1rem;
            z-index: 10000;
            pointer-events: none;
        }
        .toast {
            pointer-events: auto;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
            min-width: 250px;
        }
        .toast-header .close {
            margin-left: auto;
            position: absolute;
            right: 10px;
            top: 5px;
        }