@font-face {
    font-family: 'BPGArialCaps';
    src: url('../fonts/bpg-arial-caps-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterCustom';
    src: url('../fonts/Plus_Jakarta_Sans,Roboto/Plus_Jakarta_Sans/static/PlusJakartaSans-Regular.ttf') format('truetype'); 
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
}

/* 2. IF THE HTML LANG IS NOT GEORGIAN (Matches en, ru, am, etc.) */
html:not([lang="ka"]) body {
    font-family: 'InterCustom', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* 3. IF THE HTML LANG IS EXACTLY GEORGIAN (ka) */
html[lang="ka"] body {
    font-family: 'BPGArialCaps', sans-serif;
}
a {
    text-decoration: none;
}
 h2 { 
    color: #1a1a1a; 
    margin-bottom: 20px; 
    text-align: center; 
}
.divIns {
    display: flex;
}
.settingsBtnBox {
    justify-content: end;
}





/* Custom properties for the responsive layout blocks */
.res-card-row {
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.res-card-row:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.06) !important;
}

/* Form action elements spacing */
.res-card-row .btn-sm {
    font-size: 0.8rem;
    letter-spacing: 0.3px;
    border-radius: 4px;
}

/* Small screen breakpoint rules formatting */
@media (max-width: 575.98px) {
    .res-card-row .d-flex.justify-content-between {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    
    .res-card-row .d-flex.justify-content-between > div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}








.frontFlag {
    width: 1.5rem;
    height: 1.5rem;
}
.labelStyle { 
    font-size: 14px; 
    font-weight: 600; 
    color: #555; 
}
.inputStyle { 
    width: 100%; 
    padding: 12px; 
    margin: 10px 0 20px 0; 
    border: 1px solid #ddd; 
    border-radius: 6px; 
    box-sizing: border-box; 
}
.lang-dropdown-wrapper2 {
    position: relative;
    z-index: 1000;
}
.reglogContainer {
    padding: 0 4rem;
}
.msg { 
    padding: 15px; 
    border-radius: 6px; 
    margin-bottom: 20px; 
    font-size: 14px; 
    text-align: center; 
}
.success { 
    background: #d4edda; 
    color: #155724; 
    border: 1px solid #c3e6cb; 
}
.error { 
    background: #f8d7da; 
    color: #721c24; 
    border: 1px solid #f5c6cb; 
}
.contentBox {
    display: flex; 
    justify-content: center; 
    padding-top: 3rem;
    height: 100vh; 
    margin: 0;
    background-image: url("/images/login.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.no-gutters {
    margin: 0;
}
.loginButton { 
    width: 100%; 
    padding: 12px; 
    background: #007bff; 
    color: white; 
    border: none; 
    border-radius: 6px; 
    font-weight: bold; 
    cursor: pointer; 
}
.loginButton:hover { 
    background: #0056b3; 
}
.navbar {
    background: #26362c;
    padding: 0 20px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    position: relative;
    z-index: 1000;
}
.logRegNav {
    box-shadow: 1px 2px 6px 0px #0000001f;
    background-color: #fefdfb;
    padding: 0 20px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 77px;
    position: relative;
    z-index: 1000;
}
.formIcons {
    position: relative;
    width: 1.5rem;

}
.inputDiv {
    display: flex;
    margin: 0.5rem 0 1rem 0;
}
.logregImgBox {
    width: 3rem;
    background: #eaeadf;
    justify-content: center;
    display: inline-grid;
    align-items: center;
    border-radius: 6px 0 0 6px;
}
.availabilityBlock {
    background-color: #fbfbfb;
    position: relative;
}
.availabilityText1 {
    text-align: left;
}
.availabilityText2 {
    text-align: left;
}
.logregLogo  {
    width: 3rem;
}
.logregSpan {
    position: relative;
    top: 6px;
}
.nav-links { 
    display: flex; 
    align-items: center; 
}
.nav-links a { 
    color: white; 
    text-decoration: none; 
    margin-left: 20px; 
    font-size: 14px; 
}
.lang-dropdown { 
    position: relative; 
    display: inline-block; 
    margin-left: 20px; 
}
.lang-dropbtn {
    background: #444;
    color: white;
    padding: 7px 12px;
    font-size: 13px;
    border: 1px solid #555;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}
.lang-dropdown-content {
    display: none; 
    position: absolute;
    right: 0;
    top: 100%;
    background-color: white;
    min-width: 140px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    border-radius: 4px;
    overflow: hidden;
}
.lang-dropdown-content a {
    color: #333 !important;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    margin: 0 !important;
    border-bottom: 1px solid #eee;
    text-align: left;
}
.lang-dropdown-content a:hover { 
    background-color: #f1f1f1; 
}
.lang-dropdown:hover .lang-dropdown-content {
    display: block;
}
.main-wrapper {
    display: flex;
    min-height: calc(100vh - 60px);
}
.sidebar {
    width: 260px;
    background-color: #faf9f6;
    border-right: 1px solid #eee;
    padding: 20px 0;
    background-image: url("../images/admB.png");
    background-size: contain;      /* Makes the image cover the entire div */
    background-position: bottom; /* Centers the image */
    background-repeat: no-repeat;/* Prevents tiling */
}
.sidebar-btn {
    display: block;
    padding: 12px 25px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s;
}
.sidebar-btn:hover { 
    background: #f8f9fa; 
}
.sidebar-btn.active {
    background: #26362c;
    color: #fff;
    font-weight: bold;
    border-right: 3px solid #26362c;
}
.nav-count {
    background: #26362c;
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    float: right;
}
.content-body {
    flex: 1;
    padding: 30px;
}
.tLogo {
    width: 6rem;
    margin: 0 auto !important;
    display: block;
}
.registerBtn {
    background-color: #1e3327;
    color: #fff;
    transition: 0.3s;
    width: 100%; 
    padding: 12px;
    border-radius: 6px;
    border-style: none;
}
.registerBtn:hover {
    background-color: #1e3327;
    color: #fff;
    transition: 0.3s;
}
.removeimgBtn {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.regLogin {
    text-decoration: none;
    color: #000;
}
.reg-card {
    background: #fefdfb;
    padding: 38px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
}
.registerGreet {
    color: #1e3128;
    font-weight: bold;
}
.colHidden {
    display: flex;
    justify-content: center;
}
.colControl {
    justify-content: center;
    display: flex;
}
.logUl {
    list-style: none;
    padding: 0;
}
.iconbox {
    height: fit-content;
    background-color: #e3e3d6;
    padding: 1rem;
    border-radius: 50px;
    margin-right: 1rem;
}
.timingBox {
    display: flex!important;
    align-items: center !important;
}
.spanX1{
    font-size: 3rem;
    font-weight: bold;
    color: #1e3128;
}
.bgLtext1 {
    margin: 0;
    font-weight: bold;
    font-size: 17px;
}
.bgLtext2 {
    font-weight: 500;
}
.spanX2{
    font-size: 3rem;
    font-weight: bold;
    color: #ae8a57;
}
.listDiv {
    display: flex;
}
.logIcon {
    width: 1.4rem;
}
.registerCheckbox {
    width: 7%;
    cursor: pointer;
}
.termText {
    padding-top: 6px;
    margin: 0;
    font-size: 14px;
}
.termsAndCon {
    color: #1e3327;
    text-decoration: underline;
     font-weight: bold;
}
.termsAndCon:hover {
    color: #1e3327;
    text-decoration: underline;
    font-weight: bold;
}
.submitReg {
    background-color: #1e3327;
    color: #fff;
    transition: 0.3s;
    width: 100%; 
    padding: 12px;
    border-radius: 6px;
    border-style: none;
}

.submitReg:hover {
    background-color: #1e3327;
    color: #fff;
    transition: 0.3s;
}
.submitAvailability {
    background: #26362c; 
    color: white; 
    border: none; 
    padding: 11px 20px; 
    border-radius: 4px; 
    cursor: pointer; 
    font-weight: bold;
    font-size: 0.8rem;
    height: 3rem;
    position: relative;
    top: -3px;
}
.submitoffAvailability {
    background: white; 
    color: #d63031; 
    border: 1px solid #d63031; 
    padding: 10px 15px; 
    border-radius: 4px;
    cursor: pointer; 
    font-size: 0.8rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
}
.seatingBtn {
    padding: 11px 8px;
    border: 1px solid #ccc; 
    border-radius: 4px; 
    min-width: 150px;
    height: 3rem;
    margin: 0 1rem;
}
.dash1 {
    padding: 0 25px 15px; 
    font-size: 12px; 
    color: #999; 
    text-transform: uppercase; 
    letter-spacing: 1px;
}
.dash2 {
    background: #d4edda; 
    color: #155724; 
    padding: 15px; 
    border-radius: 8px; 
    margin-bottom: 20px; 
    border: 1px solid #c3e6cb;
}
.dash3 {
    background: #f8f9fa; 
    padding: 15px 20px; 
    border-radius: 8px; 
    margin-bottom: 25px; 
    border: 1px solid #e0e0e0;
}
.dash4 {
    display: flex; gap: 12px; 
    align-items: center; 
    flex-wrap: wrap;
}
.dash5 {
    width: 100%; 
    height: 40px; 
    padding: 0 10px; 
    border: 1px solid #ddd; 
    border-radius: 6px; 
    background: #fff; 
    font-size: 14px;
}
.dash6 {
    flex: 1; 
    min-width: 150px;
}
.dash7 {
    flex: 1; 
    min-width: 150px;
}
.dash8 {
    width: 100%; 
    height: 40px; 
    padding: 0 10px; 
    border: 1px solid #ddd; 
    border-radius: 6px; 
    background: #fff; 
    font-size: 14px;
}
.dash9 {
    display: flex; 
    align-items: center; 
    gap: 8px; 
    background: white; 
    padding: 0 10px; 
    border: 1px solid #ddd; 
    border-radius: 6px; 
    height: 40px;
}
.dash10 {
    font-size: 12px; 
    color: #999; 
    text-transform: uppercase; 
    font-weight: bold;
}
.dash11 {
    border: none; 
    outline: none; 
    font-size: 14px;
}
.dash12 {
    color: #ccc;
}
.dash13 {
    font-size: 12px; 
    color: #999; 
    text-transform: uppercase; 
    font-weight: bold;
}
.dash14 {
    border: none; 
    outline: none; 
    font-size: 14px;
}
.dash15 {
    height: 40px; 
    padding: 0 25px; 
    background: #212529; 
    color: #fff; 
    border: none; 
    border-radius: 6px; 
    font-weight: 600; 
    cursor: pointer;
}
.dash16 {
    margin-bottom: 30px;
}
.dash17 {
    background: #26362c; 
    color: white; 
    padding: 10px 15px; 
    border-radius: 5px; 
    margin-bottom: 15px;
}
.dash18 {
    margin-bottom: 15px; 
    border: 1px solid #ddd; 
    border-radius: 8px; 
    background: #fdfdfd; 
    overflow: hidden;
}
.dash19 {
    padding: 15px 20px; 
    cursor: pointer; 
    font-weight: bold; 
    color: #333; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    background: #f1f1f1;
}
.dash20 {
    font-size: 16px;
}
.dash21 {
    font-size: 13px; 
    color: #666; 
    background: white; 
    padding: 2px 10px; 
    border-radius: 12px; 
    border: 1px solid #ddd;
}
.dash22 {
    padding: 15px;
}
.dash23 {
    background: white; 
    border-left: 4px solid #26362c;
    margin-bottom: 10px; 
    box-shadow: 0 2px 4px rgba(0,0,0,0.05); 
    border-radius: 4px;
}
.dash24 {
    padding: 15px; 
    cursor: pointer; 
    list-style: none; 
    display: flex; 
    justify-content: space-between; 
    align-items: center;
}
.dash25 {
    margin: 0; 
    color: #007bff; 
    display: inline-flex; 
    align-items: center; 
    gap: 10px;
}
.zimm {
    color: #26362c!important;
}
.dash26 {
    font-size: 13px; 
    color: #666; 
    font-weight: normal; 
    background: #f0f0f0; 
    padding: 2px 8px; 
    border-radius: 10px;
}
.dash27 {
    color: #007bff; 
    font-size: 12px;
}
.dash28 {
    padding: 0 15px 15px 15px; 
    border-top: 1px solid #f0f0f0;
}
.dash29 {
    width: 100%; 
    border-collapse: collapse;
}
.dash30 {
    text-align: left; 
    border-bottom: 2px solid #eee; 
    font-size: 13px; color: #666;
}
.userName {
    padding: 10px;
}
.actions {
    text-align: right;
}
.firstName {
    padding: 12px
}
.commentTr {
    border-bottom: 1px solid #f9f9f9;
}
.commentTd {
    padding: 0 12px 12px 12px;
}
.commentDiv {
    padding: 8px 0; 
    border-radius: 6px; 
    font-size: 13px; 
    color: #795548;
}
.localeDiv {
    text-align: center; 
    padding: 50px; 
    background: white; 
    border-radius: 8px;
}
.localeP {
    color: #999;
}
.incomingDiv {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.6); 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    z-index: 9999; 
    cursor: pointer;
}
.incomingInnerDiv {
    left: 0; 
    top: 0; 
    width: 100%; 
    position: absolute; 
    height: 100%; 
    z-index: 0;
}
.incommingBlock {
    background: white; 
    padding: 30px; 
    border-radius: 10px; 
    text-align: center; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.3); 
    z-index: 2;
}
.incomingInfo {
    background: #343a40; 
    color: white; 
    padding: 10px 20px; 
    text-decoration: none; 
    border-radius: 5px; 
    display: inline-block; 
    margin-top: 10px;
}
.incomingBtn {
    margin-top: 10px; 
    display: block; 
    border: none; 
    background: none; 
    color: #888; 
    cursor: pointer; 
    width: 100%;
}
.branchContainer {
    max-width: 1000px; 
    margin: 2rem auto; 
    background: white; 
    padding: 20px; 
    border-radius: 10px; 
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.branchAlert {
    background:#d4edda; 
    color:#155724; 
    padding: 10px; 
    border-radius: 5px; 
    margin-bottom: 15px;
}
.branchFail {
    background:#f8d7da; 
    color:#721c24; 
    padding: 10px; 
    border-radius: 5px; 
    margin-bottom: 15px;
}
.branchTable {
    width: 100%; 
    border-collapse: collapse; 
    margin: 20px auto;
}
.branchTr {
    text-align: left; 
    background: #f8f9fa;
}
.branchTh {
    padding: 12px; 
    border-bottom: 1px solid #ddd;
}
.branchesTd {
    padding: 12px; 
    border-bottom: 1px solid #ddd;
}
.branchesDiv {
    display: flex; 
    align-items: center; 
    gap: 10px;
}
.branchesImg {
    width: 45px; 
    height: 35px; 
    object-fit: cover; 
    border-radius: 4px; 
    border: 1px solid #eee;
}
.noImg {
    width: 45px; 
    height: 35px; 
    background: #eee; 
    border-radius: 4px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 10px; 
    color: #999;
}
.tableLoc {
    padding: 12px; 
    border-bottom: 1px solid #ddd;
}
.branchEdit {
    color:#007bff; 
    text-decoration:none; 
    margin-right:10px;
}
.submDeleteBtn {
    background:none; 
    border:none; 
    color:#dc3545; 
    cursor:pointer;
}
.languagesStyle {
    font-weight: bold;
    font-size: 14px;
}
.editMode {
    background: #e9ecef; 
    padding: 0; 
    border-radius: 8px; 
    margin-bottom: 20px; 
    border: 2px solid;
    overflow: hidden;
}
.branchesEditH3 {
    cursor: pointer;
    margin: 0; 
    padding: 15px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    border-bottom: 1px solid #ddd; 
}
.toggleIcon {
    font-size: 20px; 
    font-weight: bold;
}
.lang-block {
    background: #fff; 
    padding: 15px; 
    border: 1px solid #ddd; 
    border-radius: 5px; 
    margin-bottom: 15px; 
    border-left: 5px solid #3498db;
}
.lang-title {
    font-weight: bold; 
    color: #3498db; 
    margin-bottom: 10px; 
    display: block; 
    font-size: 14px; 
    text-transform: uppercase;
}
.langDiv {
    display: grid; 
    grid-template-columns: 1fr 1fr; gap: 15px;
}
.branchInput {
    width: 100%; 
    padding: 8px; 
    margin-top: 5px;
}
.branchImgDiv {
    background: #fff; 
    padding: 15px; 
    border: 1px solid #ddd; 
    border-radius: 5px; 
    margin-bottom: 20px;
}
.branchImglabel {
    font-weight: bold; 
    display: block; 
    margin-bottom: 10px;
}
.branchImgStyle {
    width: 150px; 
    height: 100px; 
    object-fit: cover; 
    border-radius: 5px; 
    border: 2px solid #3498db;
}
.bImg {
    width: 100%; 
    padding: 8px; 
    border: 1px solid #ccc; 
    border-radius: 4px;
}
.branchHr {
    border: 0; 
    border-top: 1px solid #ccc; 
    margin: 20px 0;
}
.editTablesDiv {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 20px;
}
.editTables {
    grid-column: span 2; 
    background: #fff; 
    padding: 15px; 
    border: 1px solid #ddd; 
    border-radius: 5px;
}
.intervalStyle {
    width: 100%; 
    padding: 8px; 
    margin-top: 1rem;
}
.editTime {
    width: 100%; 
    padding: 8px; 
    margin-top: 5px;
}
.submitEdit {
    background: #28a745; 
    color: white; 
    border: none; 
    padding: 12px 25px; 
    border-radius: 5px; 
    cursor: pointer; 
    font-weight: bold;
}
.canselEdit {
    margin-left:15px; 
    color: #666; 
    text-decoration: none;
}
.availabilityContainer {
    padding: 20px;
    max-width: 1820px;
}
.availabilityCard {
    padding: 23px 20px; 
    margin-bottom: 20px; 
    background: white; 
    border-color: transparent;
}

.availBoxColor {
    background-color: #FFFFFF;
}
.availabilityForm {
    display: flex; 
    align-items: center;
}
.availabilitySelect {
    padding: 5px; 
    border-radius: 4px; 
    border: 1px solid #ccc;
    height: 3rem;
}
.timeLokers {
    min-width: 9rem;
    height: 38px; 
    font-size: 13px;
    max-width: 95px; 
    border-radius: 6px;
}
.timeLockers2 {
    height: 38px; 
    font-size: 13px;
    min-width: 130px;
    max-width:13%;
    border-radius: 6px;
}
.selectedDate {
    padding: 5px; 
    border-radius: 4px; 
    border: 1px solid #ccc;
    height: 3rem;
}
.availabilityActions {
    background: white; 
    padding: 20px; 
    display:flex; 
    justify-content: space-between; 
    gap:10px; margin-bottom: 20px; 
    align-items: center; 
    border-radius: 4px; 
}
.containerAvail {
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    margin-bottom: 1rem;
}
.actionsForm {
    display:block;
    gap:10px; 
    align-items:center;
}
.bulkLock {
    font-size: 14px;
}
.lockTime {
    padding: 8px; 
    border: 1px solid #ccc; 
    border-radius: 4px;
    height: 3rem;
}
.availabilitySlot {
    display: grid;
    gap: 1px; 
    background: #ddd; 
    border: 1px solid #ddd; 
    border-radius: 4px; 
    overflow: hidden;
}
.availabilityHeader{
    background: #f9f9f9; 
    color: #6a6a6a; 
    padding: 12px; 
    text-align: center; 
    font-weight: bold;
}
.availabilityCell {
    background: #f9f9f9; 
    color: #6a6a6a; 
    padding: 12px; 
    text-align: center; 
    font-weight: bold;
}
.availabilityTimeCell{
    background: #ffffff; 
    text-align: center; 
    padding: 12px; 
    font-weight: bold; 
    color: #2d3436; 
    border-bottom: 1px solid #eee;
}
.availabilitySlotItem {
    background: #ffffff; 
    padding: 8px; 
    text-align: center; 
    border-bottom: 1px solid #eee;
    position: relative;
}
.avDiv {
    margin-bottom: 5px;

}
.availabilityFormBox {
    position: relative;
}
.confirmTimeCount {
    padding: 2px 6px; 
    border-radius: 4px; 
    font-size: 10px; 
    font-weight: bold; 
    display: block;
}
.availabilityUnlockBtn {
    border: 1px dashed #b2bec3; 
    padding: 5px 12px; 
    border-radius: 4px; 
    cursor: pointer; 
    font-size: 11px; 
    text-transform: uppercase; 
    width: 100%;
    background-color: #fff2f5;
    color: #e87e8c;
    font-weight: bold;
}
.availabilityUnlockBtn:hover {
    border: 1px dashed #b2bec3; 
    padding: 5px 12px; 
    border-radius: 4px; 
    cursor: pointer; 
    font-size: 11px; 
    text-transform: uppercase; 
    width: 100%;
    background-color: #fff2f5;
    color: #e87e8c;
}
.availabilityUnlockBtn:focus {
    border: 1px dashed #b2bec3; 
    padding: 5px 12px; 
    border-radius: 4px; 
    cursor: pointer; 
    font-size: 11px; 
    text-transform: uppercase; 
    width: 100%;
    background-color: #fff2f5;
    color: #e87e8c;
}
.availabilityUnlockBtn:active {
    border: 1px dashed #b2bec3; 
    padding: 5px 12px; 
    border-radius: 4px; 
    cursor: pointer; 
    font-size: 11px; 
    text-transform: uppercase; 
    width: 100%;
    background-color: #fff2f5;
    color: #e87e8c;
}
.availabilityLock {
    background: #f4f9f5; 
    color: #4d7a65; 
    border: 1px dashed #b2bec3; 
    padding: 5px 12px; 
    border-radius: 4px; 
    cursor: pointer; 
    font-size: 11px; 
    text-transform: uppercase; 
    width: 100%;
    font-weight: bold;
}
.availabilityBranches {
    padding: 20px; 
    background: #fff3cd; 
    color: #856404; 
    border-radius: 4px;
}
.languageContainer {
    max-width: 1800px;
    margin: 40px auto; 
    padding: 25px; 
    background: white; 
    border-radius: 8px; 
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}
.languageTable{
    width: 100%; 
    border-collapse: collapse;
    table-layout: fixed;
}
.languageTable thead th {
  width: 25%; /* example: 4 equal columns */
}
.languageTable tbody th {
  width: 25%; /* example: 4 equal columns */
}
.languageTr {
    text-align: left; 
    border-bottom: 2px solid #f0f0f0; 
    color: #888; 
    font-size: 12px; 
    text-transform: uppercase;
}
.languageTh {
    padding: 15px;
}
.languageTh2 {
    text-align: center;
}
.languageBodyTd {
    padding: 15px; 
    font-weight: bold;
}
.translateBtn {
    color: white; 
    padding: 8px 15px; 
    border-radius: 4px; 
    text-decoration: none;
}
.translateTd {
    text-align: center;
}
.translateActivate {
    width: 30px; 
    height: 30px; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    color: white; 
    margin: auto; 
}
.languageToggle {
    color: white; 
    padding: 8px 15px; 
    border-radius: 4px; 
    text-decoration: none; 
    font-size: 13px;
}
.translateContainer {
    max-width: 1800px; 
    margin: 3rem auto; 
    background: white; 
    padding: 30px; 
    border-radius: 8px; 
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.manageTranslateionDiv {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 20px;
}
.inputXmod {
    padding: 0.4rem 1rem;
    border-radius: 7px;
    border-style: hidden!important;
    border-color: transparent!important;
    outline: none;
}
.inputXmod:hover {
    padding: 0.4rem 1rem;
    border-radius: 7px;
    border-style: hidden!important;
    border-color: transparent!important;
    outline: none;
}
.inputXmod:focus {
    padding: 0.4rem 1rem;
    border-radius: 7px;
    border-style: hidden!important;
    border-color: transparent!important;
    outline: none;
}
.inputXmod:active {
    padding: 0.4rem 1rem;
    border-radius: 7px;
    border-style: hidden!important;
    border-color: transparent!important;
    outline: none;
}
.inputXmod:focus-visible {
    padding: 0.4rem 1rem;
    border-radius: 7px;
    border-style: hidden!important;
    border-color: transparent!important;
    outline: none;
}
.manageTranslationBtn {
    background: #3498db; 
    color: white; 
    border: none; 
    padding: 10px 25px; 
    border-radius: 4px; 
    cursor: pointer; 
    font-weight: bold;
}
.langDivStyle {
    background: #f8f9fa; 
    padding: 15px; 
    border: 1px solid #ddd; 
    border-radius: 4px; 
    margin-bottom: 20px; 
    display: flex; 
    align-items: center; 
    gap: 10px;
}
.langInputStyle {
    padding: 8px; 
    border: 1px solid #ccc; 
    background: #eee; 
    border-radius: 4px; 
    width: 60px; 
    text-align: center;
}
.langSuccess {
    color: green; 
    margin-left: auto; 
    font-weight: bold;
}
.translateTable {
    width: 100%; 
    border-collapse: collapse;
}
.translatekey {
    text-align: left; 
    padding: 15px; 
    border-bottom: 2px solid #eee; 
    color: #777; 
    font-size: 13px; 
    text-transform: uppercase;
}
.translateDefValue {
    text-align: left; 
    padding: 15px; 
    border-bottom: 2px solid #eee; 
    color: #777; 
    font-size: 13px; 
    text-transform: uppercase;
}
.translateCustomValue {
    text-align: right; 
    padding: 15px; 
    border-bottom: 2px solid #eee; 
    color: #777; 
    font-size: 13px; 
    text-transform: uppercase;
}
.tkey {
    padding: 14px; 
    border-bottom: 1px solid #f1f1f1; 
    color: #888; 
    font-size: 13px;
}
.tDef {
    padding: 14px; 
    border-bottom: 1px solid #f1f1f1; 
    font-weight: 500; 
    color: #333;
}
.tDiv {
    padding: 14px; 
    border-bottom: 1px solid #f1f1f1; 
    text-align: right;
}
.customVal {
    color: #3498db; 
    margin-right: 10px;
}
.translEd {
    background: #3498db;
}
.translPl {
    background: #2ecc71; 
    border-color: transparent; 
    border-radius: 5px; 
    opacity: 0.7;
}
.termsContainer {
    padding: 59px 20px;
    max-width: 1800px;
    text-align: left;
}
.termsDiv {
    justify-content: space-between; 
    margin-bottom: 20px;
    text-align: left;
}
.termsH2 {
    margin: 0;
}
.termsH {
    text-align: left;
    font-weight: bold;
}
.termsSuccess {
    padding: 15px; 
    background: #d4edda; 
    color: #155724; 
    border-radius: 8px; 
    margin-bottom: 20px; 
    border: 1px solid #c3e6cb;
}
.termsCard {
    outline: none;
    border-color: transparent;
    padding: 30px 0;
}
.termsLangSection {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    margin-bottom: 2rem;
}
.termsTextarea {
    outline: none;
}
.termsSubmitDiv {
    position: absolute;
    right: 0;
    top: -102px;
}
.termsTextarea:focus, :active, :focus-visible {
    outline: none;
}
.termsLabel {
    font-weight: bold; 
    color: #000; 
    display: block; 
    margin-bottom: 12px; 
    text-transform: uppercase; 
    font-size: 12px; 
    letter-spacing: 1px;
}
.termsTextarea {
    width: 100%; 
    height: 200px; 
    padding: 15px; 
    border: 1px solid #ddd; 
    border-radius: 8px; 
    resize: vertical; 
    line-height: 1.6; 
    font-size: 14px; 
    box-sizing: border-box;
}
.termsSubmit {
    background: #043c27; 
    color: white; 
    border: none; 
    padding: 12px 40px; 
    border-radius: 6px; 
    cursor: pointer; 
    font-size: 16px; 
    font-weight: 600; 
    transition: background 0.2s;
    min-width: 12rem;
}
.branchesMainDiv {
    max-width: 1800px;
    padding: 2rem;
    background-color: #f8f9fa;
    margin: 4rem auto;
    border-radius: 12px;
}
.branchesBox {
    background: #e7f3ff; 
    border: 1px solid #b3d7ff; 
    padding: 15px; 
    border-radius: 6px; 
    margin-bottom: 25px;
}
.bLabel {
    color: #0056b3; 
    font-weight:bold;
}
.copylingDiv {
    display: flex; 
    gap: 10px; 
    margin-top: 8px;
}
.copyLingInput {
    background: #fff; 
    width: 100%; 
    padding: 8px; 
    border: 1px solid #ddd;
}
.copy-btn {
    background: #28a745; 
    color: white; 
    border: none; 
    padding: 0 15px; 
    border-radius: 4px; 
    cursor: pointer;
}
.sesionSuccess {
    color:green; 
    font-weight:bold;
}
.sessionFailDiv {
    background: #fee2e2; 
    border: 1px solid #ef4444; 
    padding: 10px; 
    border-radius: 6px; 
    margin-bottom: 20px;
}
.sessionUl {
    margin: 0; 
    color: #b91c1c; 
    font-size: 13px; 
    list-style:none; padding:0;
}
.restaurantNameDiv {
    margin-bottom: 20px;
}
.restaurantInnerDiv {
    margin-bottom: 10px;
}
.restaurantNameLabel {
    font-size: 12px; 
    color: #888;
}
.labelSpan {
    background:#6c757d; 
    color:#fff; 
    padding:2px 5px; 
    border-radius:3px;
}
.restaurantNameInput {
    width:100%; 
    padding:10px; 
    border:1px solid #ddd; 
    border-radius:4px;
}
.socialLinkDiv{
    background: #f9f9f9; 
    padding: 15px; 
    border-radius: 8px; 
    border: 1px solid #eee; 
    margin-bottom: 20px;
}
.socialLinkHead {
    color: #007bff; 
    display:block; 
    margin-bottom:10px;
}
.socialLinkStyle1 {
    width:100%; 
    padding:8px; 
    margin-bottom:8px; 
    border:1px solid #ddd;
}
.socialLinkStyle2 {
    width:100%; 
    padding:8px; 
    border:1px solid #ddd;
}
.logoDiv {
    margin-bottom: 20px;
}
.settings-container {
    background-color: #faf9f6;
    max-width: 1800px; 
    margin: 0 auto; 
    padding: 0 15px; 
}
.settingsSuccess {
    border-left: 4px solid #2ecc71; 
    background: #e8f8f0; 
    color: #1e7e34;
}
.settingsError {
    border-left: 4px solid #e74c3c; 
    background: #fdf2f2; 
    color: #b93a2e;
}
.settingsDiv1 {
    width: 32px; 
    height: 32px;
}
.settingsLabel1 {
    font-size: 10px; 
    letter-spacing: 0.5px;
}
.settingsInput1 {
    border-radius: 6px 0 0 6px; 
    height: 42px; 
    font-size: 14px; 
    color: #495057;
}
.settingsBtn1{
    border-radius: 0 6px 6px 0; 
    background-color: #006643;
    border-color: #006643; 
    height: 42px; 
    font-size: 14px; 
    color: white;
}
.settingsDiv2 {
    width: 32px; 
    height: 32px;
}
.settingsLabel2 {
    font-size: 10px; 
    letter-spacing: 0.5px;
}
.settingSp3 {
    font-size: 9px; 
    padding: 2px 5px;
}
.settingsInput3 {
    height: 30px; 
    font-size: 14px; 
    background: transparent;
}
.settingsLabel4{
    font-size: 10px; 
    letter-spacing: 0.5px;
}
.settingsInput4 {
    font-size: 13px; 
    background: transparent;
}
.settingsLogoX {
    width: 70px; 
    height: 70px; 
    object-fit: cover; 
    border-radius: 8px; 
    display: none;
}
.settingsImgXm {
    width: 100px; 
    height: 75px; 
    object-fit: cover; 
    border-radius: 6px;
}
.settingsBtnZ {
    width: 18px; 
    height: 18px; 
    top: -5px; 
    right: -5px; 
    font-size: 10px; 
    border: 1px solid #fff;
    z-index: 5;
}
.settingsLabX {
    width: 100px; 
    height: 75px; 
    cursor: pointer; 
    border-style: dashed !important; 
    border-width: 2px !important;
}
.skl {
    cursor: pointer;
    min-height: 40px;
}
.settingBtnAction {
    background-color: #006643; 
    border-color: #006643; 
    border-radius: 6px; 
    min-height: 44px; 
    height:100%; 
    font-size: 15px;
}
.settingBtnAction:hover {
    background-color: #006643; 
    border-color: #006643; 
    border-radius: 6px; 
    min-height: 44px; 
    height:100%; 
    font-size: 15px;
}
.settingBtnAction:active {
    background-color: #006643!important; 
    border-color: #006643; 
    border-radius: 6px; 
    min-height: 44px; 
    height:100%; 
    font-size: 15px;
}
.settingBtnAction:focus{
    background-color: #006643!important; 
    border-color: #006643; 
    border-radius: 6px; 
    min-height: 44px; 
    height:100%; 
    font-size: 15px;
}
.trom {
    width:100px; 
    height:75px; 
    object-fit:cover; 
    border-radius:6px; 
    border: 2px solid #006643;
}
.trm {
    width: 18px; 
    height: 18px; 
    top: -5px; 
    right: -5px; 
    font-size: 10px; 
    border: 1px solid #fff; 
    z-index: 5;
}
.logoImgSet {
    display:block; 
    margin-bottom:10px; 
    border-radius: 5px; 
    border: 1px solid #ddd; 
    margin-top: 1rem;
}
.settingsForm {
    background-color: #faf9f6;
}
.settingsCstl {
    background-color: #faf9f6;
}
.sliderDiv {
    display: flex; 
    gap: 10px; 
    flex-wrap: wrap; 
    margin-bottom: 10px; 
    margin-top: 1rem
}
.sliderWrapper {
    position: relative; 
    width: 100px; 
    height: 80px;
}
.sliderImg {
    width:100px; 
    height:80px; 
    object-fit:cover; 
    border-radius:8px;
}
.settingSpn {
    margin-left: 8px;
}
.gs4 {
    position: absolute; 
    top: -5px; 
    right: -5px; 
    background: red; 
    color: white; 
    border: none; 
    border-radius: 50%; 
    width: 22px; 
    height: 22px; 
    cursor: pointer;
}
.mLogo {
    display: none;
}
.brandingInput {
    width: 100px; 
    height: 80px; 
    border: 2px dashed #007bff; 
    border-radius: 8px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    cursor: pointer; 
    color: #007bff; 
    font-size: 24px;
}
.verificationModeDiv {
    background: #fff8e1; 
    padding: 15px;
    border-radius: 8px; 
    border: 1px solid #ffe082; 
    margin-bottom: 20px;
}
.verificationModeLabel {
    color: #f57c00; 
    display:block; 
    margin-bottom:10px; 
    font-weight: bold;
}
.verificationDiv {
    display: flex; 
    gap: 15px; 
    flex-wrap: wrap; 
    align-items: center;
}
.verLabel {
    cursor: pointer; 
    display: flex; 
    align-items: center; 
    gap: 5px;
}
.smsContainer {
    background: #f0f4f8; 
    padding: 15px; 
    border-radius: 8px; 
    border: 1px solid #d1d9e6; 
    margin-bottom: 20px;
}
.smsOfficeLabel {
    color: #2c3e50; 
    display:block; 
    margin-bottom:10px; 
    font-weight: bold;
}
.smsOfficeDiv {
    margin-bottom: 10px;
}
.apiKey {
    font-size: 12px; 
    color: #555;
}
.smI {
    width:100%; 
    padding:10px; 
    border:1px solid #ddd; 
    border-radius:4px;
}
.smx {
    font-size: 12px; 
    color: #555
}
.paradoxLabel {
    color: #e67e22; 
    display:block; 
    margin-bottom:10px; 
    font-weight: bold;
}
.paradoxIDiv {
    margin-bottom: 10px;
}
.smsSave {
    background: #007bff; 
    color: white; 
    border: none; 
    padding: 12px 25px; 
    border-radius: 4px; 
    cursor: pointer; 
    font-weight: bold; 
    width: 100%; 
    margin-top:20px;
}
.forPc {
    display: block;
}
.exitBtn  {
    background:none; 
    border:none; color:#ffc107; 
    margin-left:20px; 
    cursor:pointer;
}
.forMobile {
    display: none;
}
.mobTd  {
    display: none;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.overlay a {
    padding: 8px 50px;
    text-decoration: none;
    font-size: 29px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.logregInput {
    border-radius: 0 6px 6px 0;
}
.logregInput:focus-visible {
        border: 1px solid #ddd!important;
}

.logregInput:focus {
        border: 1px solid #ddd!important;
}
.logregInput:active {
        border: 1px solid #ddd!important;
}
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
.logregInput:focus,
.logregInput:focus-visible {
    border-color: #ddd;
    box-shadow: none;
    outline: none;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 0px;
    font-size: 46px;
}
.callMenu {
    font-size: 30px;
    cursor: pointer;
}
.actionBox {
    text-align: right;
}
.openClose {
    display: flex;
    gap: 10px;
    display: block;
}

.branchesButtonBox {
    gap: 1rem !important;
    padding-top: 1.5rem !important;
    margin-top: 1.5rem !important;
    align-items: center !important;
    display: flex !important;
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

#pcExit {
    display: inline;
}
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
.callMenu {
    display: none;
}
.confirmBox {
    display:none ;
}
.rejectBox {
    display:none ;
}
.confirmNoText {
    display: block;
}
.rejectNoText {
    display: block;
}
.confirmImg {
    width: 2rem;
}
.rejectImg {
    width: 2rem;
}
.rejectStatusBtn {
    background:none; 
    border:none; 
    color: red; 
    cursor:pointer; 
    font-weight:bold; 
    margin-left: 10px; 
    padding: 5px;
}
.branchFormBox {
    padding: 20px;
}
@media screen and (max-width: 1800px) {
    .branchesMainDiv {
        background-color: #ffff;
    }
}
@media screen and (max-width: 1350px) {
    .nav-links a {
        color: white;
        text-decoration: none;
        margin-left: 12px;
        font-size: 14px;
    }
    .forPc {
        display: none;
    }
    #pcExit {
        display: none;
    }
    .forMobile {
        background: #343a40;
        padding: 0 20px;
        color: white;
        height: 60px;
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 999;
        top: -60px; 
        transition: top 0.6s ease-in-out; 
    }

    .forMobile.active {
        top: 60px;
    }
    .callMenu {
        display: block;
    }
    .topBarDiv {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 900px;
        margin: auto;
        height: 100%;
    }
    .topBarDiv a{
         color: white;
         text-decoration: none;
    }
    .hamburger-btn {
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 30px;
        height: 24px;
        padding: 0;
        z-index: 1000;
    }

    .hamburger-btn span {
        width: 100%;
        height: 3px;
        background-color: white;
        border-radius: 10px;
        transition: all 0.3s ease-in-out;
    }

    .hamburger-btn.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger-btn.active span:nth-child(2) {
        opacity: 0;
    }
    .hamburger-btn.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .navbar {
        height: 79px;
    }
    .main-wrapper {
        display: block;
    }
    .sidebar {
        width: 100%;
        display: flex;
        padding: 20px 30px;
        background-image: none;
    }
    .dash1 {
        display: none;
    }
    .exitAdminPanel {
        position: absolute;
        left: 4%;
        top: 7%;
        transform: translate(-4%, -7%);
    }

}
@media screen and (max-width:1250px) {
    .dash30 {
        display: none;
    }
    .mobileTable {
        display: inline-grid;
    }
    .mobTd  {
        display: inline-flex;
    }
    .otherTd {
        padding: 8px 12px;
    }
    .firstName {
        padding: 8px 12px;
    }
    .actionBox {
        text-align: left;
    }
    .confirmBox {
        display:block ;
    }
    .rejectBox {
        display:block ;
    }
    .confirmNoText {
        display: none;
    }
    .rejectNoText {
        display: none;
    }
    .rejectStatusBtn {
        margin-left: 0;
    }
    .actionBox {
        padding: 8px 12px;
    }
    .exitBtn {
        color: #fff;
    }
    .availabilityContainer {
        max-width: 1140px;
    }
}
@media screen and (max-width: 991px) {
    .colHidden {
        display: none;
    }
}
@media screen and (max0-width: 990px) {
    .availabilityContainer {
        max-width: 100%!important;
    }
}
/* Force the wrapper to contain and scroll the table below 950px */
@media (max-width: 950px) {
    .table-responsive-wrapper {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
        border: 1px solid #e3e6f0; /* Optional: adds a clean border around the scrolled area */
        border-radius: 4px;
    }

    .languageTable {
        width: 100% !important;
        min-width: 750px !important; /* Forces the table to be wider than mobile screens, triggering the scrollbar */
        display: table !important; /* Keeps table layout behavior intact */
    }
    .innerLangForm {
         width: 100% !important;
        min-width: 750px !important; /* Forces the table to be wider than mobile screens, triggering the scrollbar */
        display: table !important; /* Keeps table layout behavior intact */
    }
}
@media screen and (max-width:900px) {
    .branchTr {
        display: none;
    }
    .branchBox {
        display: grid;
    }
    .branchesTd  {
        border-bottom: 1px solid transparent;
    }
    .tableLoc {
        border-bottom: 1px solid transparent;
    }
    .branchBox{
        border-bottom: 1px solid #0000002b;
    }
    .removeLockText {
        display: none;
    }
}
@media screen and (max-width:825px) {
    .sidebar {
        display: inline-block;
        border-right: 1px solid transparent;
    }
    .dash4 {
        display: inline-grid;
        gap: 12px;
        align-items: center;
        width: 100%;
    }
    .content-body {
        flex: 1;
        padding: 0 30px 30px;
    }
        .exitBtn .exit-text {
        display: none;
    }
    .exitBtn .logout-icon {
        display: inline-block !important;
        vertical-align: middle;
    }
    .exitBtn {
        padding: 8px 10px;
        border-radius: 4px;
        line-height: 1;
    }
    .lang-dropbtn {
        font-size: 1rem;
    }
    .adminRestaurant {
        font-size: 1.1rem;
    }
    .lang-dropdown-content a {
        font-size: 1rem;
    }
}
@media screen and (max-width: 775px) {
    .termsSubmitDiv {
        position: relative;
        right: 0;
        top: 0;
    }
}

/* Custom styling for clean, readable components on small devices */
@media (max-width: 767.98px) {
    .custom-badge-toggle {
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
        font-size: 0.75rem !important;
        padding: 6px 12px !important;
        min-width: 90px;
        justify-content: center;
    }
    
    .text-truncate {
        font-size: 0.85rem;
    }
    
    /* Avoid strict flex shrinking that squishes inner text buttons */
}

/* Elegant Soft Status Backgrounds */
.btn-success-soft {
    background-color: rgba(25, 135, 84, 0.1) !important;
    color: #198754 !important;
    border: 1px solid rgba(25, 135, 84, 0.2) !important;
}

.btn-danger-soft {
    background-color: rgba(220, 53, 69, 0.1) !important;
    color: #dc3545 !important;
    border: 1px solid rgba(220, 53, 69, 0.2) !important;
}

.dot-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .submitoffAvailability { 
        right: 1rem;
    }
    .avaukabukutyText1 {
        padding-right: 3rem;
    }
    .avaukabukutyText2 {
       padding-right: 3rem;
    }
    .availabilityDivPadding {
            padding-right: 11%;
    }
}

@media screen and (max-width:750px) {
    .tableFlow {
        display: none;
    }
}
@media screen and (max-width: 670px) {
    .branchesButtonBox {
        display: grid!important;
    }
}
@media screen and (max-width: 495px) {
    .backBranchBtn {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .dash6  {
        min-width: 100%;
    }
    .settingsBtnBox {
        justify-content: center;
    }
    .dash7  {
        min-width: 100%;
    }
    .dash9 {
        display: contents;
    }
    .dash12 {
        display: none;
    }
    .exitBtn {
        padding: 0;
        margin-left: 10px;
    }
    .lang-dropbtn {
        padding: 0;
        background: transparent;
        border-color: transparent;
        border-style: none;
        font-size: 1.5rem;
    }
    .lang-dropbtn .lang-text {
        display: none;
    }
    .mLogo {
        display: block;
        width: 3rem;
        border-radius: 50px;
    }
    .restaurantName {
        display: none;
    }
    .navbar {
        height: 63px;
    }
    .lang-dropdown {
        position: absolute;
        right: 4%;
        top: 50%;
        transform: translate(-4%, -50%);
        margin-left: 0;
    }
    .adminRestaurant {
        position: absolute;
        top: 7%;
        left: 50%;
        transform: translate(-50%, 7%);
    }
    .tableFlow {
        display: none;
    }
    .dash26 {
        background: transparent;
        padding: 0;
    }
    .firstName {
        font-size: 12px;
    }
    .otherTd {
        font-size: 12px;
    }
    .clickIcon {
        display: none;
    }
    .dash27 {
        display: none;
    }
    .mobH {
        display: none;
    }
    .exitAdminPanel {
        left: 8%;
        top: 8%;
        transform: translate(-8%, -8%);
    }
    .overlay a {
        font-size: 18px;
    }
    .reglogContainer {
        padding: 0 1rem;
    }
}
@media screen and (max-width:380px) {
    .content-body {
        padding: 0 10px 30px;
    }
    .sidebar {
        padding: 20px 10px;
    }
    .divIns {
        display: block;
    }
    .settingsBtn1 {
        width: 100%;
        margin-top: 1rem;
    }
    .settingsInput1 {
        width: 100%!important;
    }
    .timingBox {
        display: grid!important;
    }
}
@media screen and (max-width: 360px) {
    .sidebar {
        padding: 20px 14px;
    }
    .content-body {
        padding: 0 14px 30px;
    }
    .openClose {
        display: block;
    }
    .langDiv {
        display: block;
    }
    .lang-block {
        border-left: 0px solid transparent;
    }
    .branchFormBox {
        padding: 20px 6px;
    }
    .branchesMainDiv {
        padding: 2rem 18px;
    }

}
@media screen and (max-width:325px) {
    .branchContainer {
        padding: 20px 2px;
    }
}
@media screen and (max-width: 285px) {
    .reg-card {
        padding: 18px;
    }
    .branchesMainDiv {
        padding: 2rem 6px;
    }
    .availabilityText1 {
        font-size: 16px;
    }
    .availabilityContainer {
        padding: 20px 3px;
    }
    .submitoffAvailability {
        padding: 4px 7px;
        right: 0.6rem;
        top: 2.1rem;
    }
}