.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-40 {
    font-size: 200px !important;
}


.h-205 {
  height: 205px !important;
}

.logo {
    width: 200px;
    height: 200px;
}

.jconfirm-title-c{
    font-size: 14px !important;
    font-weight: bold !important;
}

.jconfirm-content {
    font-size: 12px !important;
}

.jconfirm-buttons .btn {
    font-size: 12px !important;
}

.img-profile {
    object-fit: cover;
    object-position: center;
}

textarea {
  resize: none;
}

.w-20 {
  width: 20px !important;
}

.w-200 {
  width: 200px !important;
}

.kiosk-layout {
    height: 100vh;
    overflow: hidden;
}

.kiosk-sidebar {
    width: 300px;
    height: 100vh;
    background-color: #EFF0EB;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}

.kiosk-sidebar-img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.kiosk-main {
    margin-left: 300px;
    width: calc(100% - 300px);
}

.kiosk-main header {
    background-color: #7CB902;
}

.kiosk-main header {
    background-color: #7CB902;
}

.header-logo {
    height: 40px;
    width: auto;
}