#loading-page {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #435ebe;
    opacity: 1;
    transition: 0.3s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
#loading-page.hide {
    opacity: 0;
}
.body-label {
    background: #b3b5b8 !important;
    border-radius: 5px;
}
.card-parent-armada {
    height: 200px;
    background: #d1e9ff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1e9ff;
}
.card-parent {
    padding: 15px;
    background: #ffffff;
}

.card-devices .card-body {
    padding: 0;
}
.card-bg-whiteblue {
    background-color: #eff8ff;
    border-radius: 8px;
    border: 1px solid;
    border-color: #d1e9ff;
    box-shadow: 0px 1px 2px #1018280d;
}
.card-leutik {
    background-color: #f8f9fb;
    border-radius: 8px;
    border: 1px solid;
    border-color: #f2f3f6;
    /* box-shadow: 0px 1px 2px #1018280d; */
}
.btn-oren {
    display: flex;
    width: 100%;
    color: white;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    background-color: rgba(247, 144, 9, 1);
    border-radius: 6px;
    overflow: hidden;
    border: none;
}
.frame-replace {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 4px 6px;
    position: relative;
    background-color: white;
    border-radius: 16px;
    border: 1px solid;
    border-color: rgba(247, 144, 9, 1);
}
.frame-replace .alert-circle {
    position: relative;
    width: 85px;
    height: 7px;
    color: #f78f08;
}
.frame-laik {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 4px 6px;
    position: relative;
    background-color: white;
    border-radius: 16px;
    border: 1px solid;
    border-color: rgba(18, 183, 106, 1);
}
.frame-laik .alert-circle {
    position: relative;
    width: 73px;
    height: 7px;
    color: #12b76a;
}
.card-repair {
    min-width: 364px;
    min-height: 220px;
    background-color: white;
    border-radius: 8px;
    border: 1px solid;
    border-color: rgba(238, 244, 255, 1);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 15px;
}
.plat {
    color: #101222;
    width: 90px;
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid;
    border-color: rgba(16, 19, 35, 1);
}
.card-field {
    border: 1px solid;
    padding: 10px;
    border-radius: 12px;
}
.label-border {
    position: relative;
    top: -20px;
    background: white;
    padding-left: 3px;
    padding-right: 3px;
    width: 78px;
}

.filepond--drop-label {
    height: auto !important;
}

.filepond--drop-label.filepond--drop-label label {
    padding: 15px !important;
}

.filepond--panel-root {
    padding-bottom: 30px !important;
    background: #fef9f7 !important;
    border: 2px dashed #e58f61;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.filepond--file-status {
    display: none !important;
}
.card-qr {
    background-color: #fafafa;
    height: 395px;
    border-radius: 12px;
    position: relative;
}
.card-qr-second {
    width: 285px;
    height: 265px;
    background-color: #2f3c87;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    margin-top: 23%;
}
.qr {
    position: absolute;
    width: 230px;
    height: 230px;
    background-color: #435cdf;
    top: 50px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}
.card-scan {
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 12px;
    height: 400px;
    margin-top: 10%;
    width: 100%;
}
.card-whatsapp {
    width: 290px !important;
    background-color: white;
    position: fixed;
    right: 0;
    margin-right: 25px;
    height: 60px;
    border-radius: 15px;
    font-size: medium;
    font-weight: bold;
    cursor: pointer;
}
.navbar-filter {
    background-color: white;
    border: 1px solid;
    min-height: 50px;
    padding: 8px;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 2px 3px 5px;
}
.navbar-filter .detail {
    border: 1px solid;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
}
.modal-backdrop {
    z-index: 99 !important;
}
.card-dashboard {
    border-radius: 8px;
    border: 1px solid var(#eef4ff);
    background: var(white);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06),
        0px 1px 3px 0px rgba(16, 24, 40, 0.1);
}
.card-notif {
    box-shadow: 0px 0px 0px 0px gray !important;
    border-radius: 8px;
    border: 1px solid var(--gray-100, #f2f4f7);
    background: var(--gray-25, #fcfcfd);
    cursor: pointer;
}
.card-notif-read {
    box-shadow: 0px 0px 0px 0px gray !important;
    border-radius: 8px;
    border: 1px solid var(--warning-500, #f79009);
    background: var(--warning-25, #fffcf5);
    cursor: pointer;
}
