@font-face {
  font-family: 'JameelNooriNastaleeq';
  src: url('../fonts/JameelNooriNastaleeqRegular.ttf') format('truetype');
}

.urdu-typing-enabled {
  direction: rtl !important;
  text-align: right;
  font-family: 'JameelNooriNastaleeq';
}


#urdu-keyboard-guide {
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 5px;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    display: none;
}

.urdu-keys-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
    gap: 5px;
}

.urdu-key {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    border: 1px solid #ddd;
    padding: 2px;
    font-size: 0.8rem;
}

.urdu-key strong {
    font-size: 1.2rem;
    color: #007bff;
    font-family: 'JameelNooriNastaleeq';
}

.urdu-kb-container {
    background: #333;
    padding: 15px;
    border-radius: 8px;
    width: fit-content;
    margin-top: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.kb-row {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.kb-key {
    background: #444;
    color: white;
    width: 45px;
    height: 50px;
    margin: 2px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid #222;
    transition: all 0.1s;
    cursor: pointer;
}

.kb-key:hover { background: #555; }

.kb-key .eng { font-size: 10px; color: #aaa; margin-bottom: 2px; }
.kb-key .urdu { font-size: 18px; font-family: 'JameelNooriNastaleeq'; font-weight: bold; }

.kb-info {
    color: #ffd700;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    font-family: sans-serif;
}

.urdu-keyboard-hardware {
    background: #222;
    padding: 20px;
    border-radius: 12px;
    border: 4px solid #444;
    user-select: none;
    max-width: 650px;
    margin: auto;
}

.kb-row {
    display: flex;
    margin-bottom: 8px;
}

.kb-key {
    background: linear-gradient(180deg, #444 0%, #333 100%);
    color: #fff;
    width: 48px;
    height: 52px;
    margin: 3px;
    border-radius: 6px;
    position: relative;
    border: 1px solid #111;
    box-shadow: 0 4px #111;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kb-key:active {
    box-shadow: 0 1px #111;
    transform: translateY(3px);
}

.eng-label {
    font-size: 10px;
    color: #888;
    position: absolute;
    top: 5px;
    left: 8px;
}

.urdu-label {
    font-size: 20px;
    font-family: 'JameelNooriNastaleeq';
    color: #00d4ff;
}

/* Special Keys */
.space-key { width: 300px; color: #666; font-size: 12px; }
.shift-key { width: 80px; background: #3a3a3a; font-size: 12px; }
.enter-key { width: 90px; background: #3a3a3a; font-size: 12px; }

.space-row {
    justify-content: center;
    margin-top: 5px;
}

.shift-toggle.active {
    background: #00d4ff !important;
    color: #000 !important;
    box-shadow: 0 0 10px #00d4ff;
    border-color: #fff;
}

.urdu-keyboard-hardware.shift-on .urdu-label {
    color: #ff9800;
}
.pos-products{
    max-height: 410px;
    overflow: scroll;
}
#block-claro-page-title{
    text-align: center;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
#block-claro-page-title h1{
    font-size: 21px;
}
.page-content .region.region-content {
    position: relative;
}
.page-content .region.region-content #block-claro-back{
    position: absolute;
    top: -33px;
}

#pos-payment-form .form-item {
    float: left;
    margin-right: 15px;
}
#pos-payment-form .form-textarea-wrapper textarea{
    height: 45px;
}
#pos-payment-form .button.js-form-submit.form-submit{
    float: left;
    margin-top: 50px;
    font-size: 16px;
    padding: 15px;
    background: #407F71;
    color: #fff;
    border: 0;
    border-radius: 4px;
}

#pos-payment-supplier-form .form-item {
    float: left;
    margin-right: 15px;
}
#pos-payment-supplier-form .form-textarea-wrapper textarea{
    height: 45px;
}
#pos-payment-supplier-form .button.js-form-submit.form-submit{
    float: left;
    margin-top: 50px;
    font-size: 16px;
    padding: 15px;
    background: #407F71;
    color: #fff;
    border: 0;
    border-radius: 4px;
}