html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
body {
    font-family: 'Tajawal', sans-serif;
    background-color: #f5f5f5;
    direction: rtl;
    text-align: right;
    color: #333;
}

 

h2 {
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

label {
    font-weight: bold;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #d1a35c;
}

.btn-custom {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    background-color: #d1a35c;
    border: none;
    padding: 10px;
    border-radius: 8px;
    transition: 0.3s;
    color: white;
}

    .btn-custom:hover {
        background-color: #b5894c;
    }

#result {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #28a745;
}
/* Specific Style for Accessories Page */
.accessories-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 24px;
    color: #d1a35c;
}


#textbox {
    max-width: 600px;
    margin-top: 50px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


#accessories-container {
    max-width: 600px;
    margin-top: 50px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.accessories-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 24px;
    color: #d1a35c;
}

.editor-container {
    margin-bottom: 10px;
}

.quill-editor {
    height: 150px;
}