﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
<style >
/* القواعد المشتركة للأزرار المستطيلة الحديثة */
[class^="btn-modern-green-"] {
    display: inline-block;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff !important;
    border-radius: 6px; /* زوايا مربعة ناعمة جداً بدلاً من الدوائر والبيضاوي */
    text-decoration: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); /* ظل كلاسيكي هادئ */
    transition: all 0.2s ease;
    text-align: center;
    border: none;
    letter-spacing: 0.5px;
}

/* تأثير تمرير الماوس أو الضغط ليعطي تفاعلاً ممتازاً */
[class^="btn-modern-green-"]:hover {
    transform: translateY(-1px); /* يرتفع للأعلى برفق */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0.95;
}

[class^="btn-modern-green-"]:active {
    transform: translateY(1px); /* ينضغط للأسفل عند اللمس */
}

/* 🟢 درجات الأخضر للأشكال المستطيلة 🟢 */

.btn-modern-green-deep {
    background-color: #1b4332; /* أخضر غامق جداً ورسمي (ممتاز للسلة) */
}

.btn-modern-green-forest {
    background-color: #2d6a4f; /* أخضر غابات ملكي وقوي */
}

.btn-modern-green-classic {
    background-color: #40916c; /* أخضر كلاسيكي متوازن */
}

.btn-modern-green-sage {
    background-color: #52b788; /* أخضر عشبي هادئ */
}

</style >


