/* assets/css/style.css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: black;
    color: white;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.6;
}

a {
    color: #ff0000;
    text-decoration: none;
    font-weight: 700;
}

a:hover {
    color: #ffc300;
}

/* Header Styles */
.main-header {
    background: linear-gradient(135deg, #000000, #1a1a1a);
    padding: 10px;
    border-bottom: 3px solid #ff0000;
}

.logo-area {
    text-align: center;
    padding: 10px;
}

.site-title {
    font-size: 28px;
    color: #ff0000;
    text-shadow: 2px 2px 4px rgba(255,0,0,0.3);
    margin: 5px 0;
}

.site-title a {
    color: #ff0000;
}

.site-subtitle {
    font-size: 22px;
    color: #ffffff;
    margin: 5px 0;
}

.site-description {
    background: #1a1a1a;
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #cccccc;
}

/* Navigation */
.main-nav {
    background: #2c3e50;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}

.main-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.main-nav ul li a {
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 3px;
    transition: all 0.3s;
    font-size: 16px;
}

.main-nav ul li a:hover {
    background: #ff0000;
    color: #ffffff;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Headings */
h1 {
    margin: 2px;
    font-size: 22px;
    color: #C0392B;
    padding-bottom: 2px;
}

h2 {
    margin: 2px;
    padding: 2px;
    color: blue;
}

h3 {
    margin: 2px;
    padding: 2px;
}

h4 {
    margin: 2px;
    padding: 2px;
}

/* Paragraphs */
p {
    margin: 0;
    padding: 5px;
}

/* Login Box */
.login {
    background: #ffffff;
    color: black;
    border-width: 5px;
    border-style: double;
    border-color: deepskyblue;
    text-align: center;
    padding: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 11px;
}

/* Chart Styles */
.chart, .chartb, .chartbr {
    background-color: white;
    color: red;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    text-decoration: none;
    border-width: 2px;
    border-color: red;
    border-style: groove solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 5px;
    border-radius: 0px;
    text-shadow: 1px 1px gold;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.chart a {
    color: blue;
}

.chartb a {
    color: black;
}

.chartbr a {
    color: brown;
}

/* Chart Header */
.CHARTHEAD {
    background-color: red;
    color: #ff0;
    border-width: 3px;
    border-color: #ff0;
    border-style: solid;
    font-weight: 700;
    font-size: x-large;
    text-align: center;
    margin: 3px 20px;
    padding: 3px;
}

/* Chat */
.chat7 {
    background-color: #000000;
    color: darkblue;
    border-width: 3px;
    border-color: white;
    border-style: double;
    margin: 1px;
    padding: 3px;
    font-weight: bold;
    font-style: italic;
    font-size: x-large;
}

/* Game Box */
.game {
    border-left: lawngreen inset 3px;
    border-right: lawngreen inset 3px;
    border-top: lawngreen outset 3px;
    border-bottom: lawngreen inset 3px;
    background-color: mintcream;
    border-radius: 0px;
    padding: 5px;
    font-weight: bold;
    font-family: 'Times New Roman', serif;
    font-style: italic;
    font-size: 20px;
    text-align: center;
    margin: 13px 0;
    text-shadow: 1px 1px mintcream;
}

/* Head Styles */
.head1 {
    background-color: mintcream;
    color: #434142;
    border-width: 3px;
    border-color: magenta;
    border-style: inset;
    margin: 3px 0;
    padding: 3px;
    font-size: 14px;
    text-align: center;
}

.heady {
    background-color: purple;
    color: yellow;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    border-width: 3px;
    border-color: brown;
    border-style: inset;
    margin: 0 3px 0 2px;
    padding: 0 2px;
    font-size: 20px;
    text-shadow: 1px 1px GREEN;
}

/* Menu Styles */
.menu {
    border-left: #DC01DC solid 6px;
    border-right: #DC01DC solid 6px;
    border-top: #DC01DC solid 3px;
    border-bottom: #DC01DC solid 3px;
    background-color: white;
    color: blue;
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
    font-style: italic;
    font-size: 17px;
    text-shadow: 1px 1px GOLD;
    margin: 10px 0;
}

.menu1, .menu2, .menu3 {
    border-left: lime solid 3px;
    font-weight: bold;
    border-right: lime solid 3px;
    border-top: lime solid 3px;
    border-bottom: lime solid 3px;
    background-color: mintcream;
    border-radius: 8px;
    font-style: italic;
    text-align: center;
    text-shadow: 1px 1px pink;
    margin: 9px 0;
    padding: 10px;
}

.menu2 {
    border: solid 3px #956f13;
    text-shadow: 1px 1px 0 pink, 1px 5px 5px #aba8a8;
}

.menu3 {
    border: solid 3px #956f13;
    text-shadow: 1px 1px 0 pink, 1px 5px 5px #aba8a8;
    font-size: 18px;
}

/* Table Styles */
.table {
    width: 100%;
    border-collapse: collapse;
}

.table2 {
    text-align: center;
}

.td {
    width: 50%;
    color: white;
    background-color: darkblue;
    font-size: 22px;
    padding: 8px;
}

.td1 {
    width: 50%;
    color: white;
    background-color: #ff0000;
    font-size: 22px;
    padding: 8px;
}

.td2 {
    width: 50%;
    color: white;
    background-color: #008000;
    font-size: 17px;
    padding: 8px;
}

.td3 {
    width: 50%;
    color: white;
    background-color: #0000FF;
    font-size: 17px;
    padding: 8px;
}

/* Headlines */
.HEADLINES, .HEADLINESC, .HEADLINESL {
    background-color: red;
    color: white;
    font-weight: bold;
    font-style: italic;
    font-size: small;
    text-decoration: none;
    text-shadow: 1px 1px blue;
    padding: 5px;
    margin: 5px 0;
}

.HEADLINESC {
    text-align: center;
}

.HEADLINESL {
    text-align: left;
}

/* Live Update */
.liveupdate {
    background: rgb(242,130,91);
    background: -moz-linear-gradient(top, rgba(242,130,91,1) 0%, rgba(229,91,43,1) 50%, rgba(240,113,70,1) 100%);
    background: -webkit-linear-gradient(top, rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%);
    background: linear-gradient(to bottom, rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%);
    color: yellow;
    padding: 8px;
    font-weight: bold;
    font-size: 21px;
    font-family: Georgia;
    border-bottom: silver solid 2px;
    margin-bottom: 5px;
    border-radius: 4px 4px 0 0;
    text-align: center;
}

/* Result Head */
.res-head1 {
    color: #000;
    padding: 5px;
    margin: 3px;
    text-align: center;
    font-weight: 700;
    border-bottom: 2px solid #F39C12;
    border-radius: 8px;
    font-size: 20px;
    background: rgb(247,101,101);
    background: linear-gradient(180deg, rgba(247,101,101,1) 0%, rgba(246,238,78,1) 100%);
}

/* News Styles */
.news1, .news2, .news3, .news-body {
    background-color: white;
    color: black;
    border: solid 3px #F39C12;
    text-shadow: 1px 1px 0 #969696, 1px 5px 5px #aba8a8;
    font-style: italic;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 3px;
    padding: 3px;
    border-radius: 3px;
}

.news1 {
    font-family: 'Trebuchet MS', sans-serif;
    padding: 7px 3px 5px;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    text-shadow: 1px 1px #ffd700;
    border-bottom-color: blue;
    letter-spacing: 1pt;
    word-spacing: 2pt;
}

.news2 {
    background-color: gold;
    font-size: 23px;
    padding: 5px 10px 7px;
    border-bottom: 1.5px solid #F39C12;
}

.newslast {
    background-color: gold;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 10px 7px;
}

.news-body {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
}

/* Advertisement */
.advrt {
    background-color: #900D1F;
    border: 2px solid #F70;
    text-align: center;
    padding: 15px 0;
    border-radius: 4px;
    margin-bottom: 8px;
}

/* Footer */
.footer {
    background-color: #FFFF99;
    color: Black;
    border-left: purple solid 2px;
    border-right: purple solid 2px;
    border-top: yellow solid 1px;
    border-bottom: yellow solid 1px;
    border-radius: 3px;
    padding: 4px 2px;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    text-align: center;
    text-shadow: 1px 1px gold;
    margin: 4px 0;
    font-family: Georgia, serif;
}

/* Ansh */
.ansh {
    background-color: #FDFEFE;
    color: black;
    font-style: italic;
    font-size: small;
    text-decoration: none;
    border-width: 2px;
    border-color: #82E0AA;
    border-style: inset;
    margin: 2px 0;
    padding: 3px;
    border-radius: 0px;
    text-align: center;
}

/* Kuber */
.kuberm {
    background-color: purple;
    color: mintcream;
    font-size: 22px;
}

/* Vemo */
.vemo {
    color: blue;
    font-size: 32px;
}

.vemo2 {
    color: blue;
    font-size: 20px;
}

/* Checkbox FAQ */
.my-checkbox {
    position: fixed;
    top: 0;
    left: -9999px;
    visibility: hidden;
}

input + label {
    cursor: pointer;
    text-transform: uppercase;
    color: #d70544;
    font-weight: 800;
    font-size: 22px;
    padding: 8px 0;
    display: block;
}

input + label + div {
    height: 0;
    overflow: hidden;
    transition: all .3s;
    padding: 0 !important;
}

input:checked + label + div {
    height: auto;
    padding: 10px !important;
}

.faq .faq-card {
    border-top: 1px solid #dc1f44;
}

.faq .faq-card.aabbcc {
    border-top: 0 solid #dc1f44;
}

.my-arrow {
    transform: rotate(90deg);
    display: inline-block;
    font-style: normal !important;
    float: right;
    margin-right: 10px;
}

/* Geone */
.geone1 {
    background-color: mintcream;
    color: black;
    font-weight: bold;
    font-style: italic;
    font-size: large;
    text-decoration: none;
    border-width: 3px;
    border-color: yellow;
    border-style: inset;
    margin: 3px 0;
    padding: 5px;
    border-radius: 0px;
    text-shadow: 1px 2px gold;
    text-align: center;
}

/* Result Box */
.result {
    background: rgb(8,97,154);
    background: linear-gradient(0deg, rgba(8,97,154,1) 0%, rgba(5,6,55,1) 100%);
    border-bottom: 3px solid #6BA8F2;
    text-align: center;
    padding: 15px 0;
    border-radius: 4px;
    margin-bottom: 8px;
}

/* Button Refresh */
.btn-refresh {
    padding: .25rem .75rem;
    color: #fff;
    border-radius: 1rem;
    margin-top: .25rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
}

.btn-refresh a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.bg-1 {
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    border: 1px solid #F7DC6F;
    box-shadow: 0 0 15px #000;
}

.bg-7 {
    background: rgb(120,2,106);
    background: -webkit-linear-gradient(to right, #4fc258, #4b1a74);
    background: linear-gradient(to right, #000000, #4b1a74);
    border: 1px solid #000;
    box-shadow: 0 0 15px gold;
    font-size: 13px;
}

/* Button Whatsapp */
.btn-w {
    padding: .25rem .75rem;
    color: #fff;
    border-radius: 1rem;
    margin-top: .25rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
}

.btn-w a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.bg-w {
    background: rgb(34,151,4);
    background: linear-gradient(180deg, rgba(34,151,4,1) 11%, rgba(88,135,4,1) 100%);
    border: 1px solid #97FB07;
    box-shadow: 0 0 15px #000;
}

/* Publisher */
.publisher {
    background: #ED4264;
    background: -webkit-linear-gradient(to right, #FFEDBC, #ED4264);
    background: linear-gradient(to right, #FFEDBC, #ED4264);
    border: 3px double #F613C9;
    text-align: center;
    padding: 15px 0;
    border-radius: 4px;
    margin-bottom: 8px;
}

/* Atop */
.atop {
    background: rgb(244,6,31);
    background: linear-gradient(180deg, rgba(244,6,31,1) 0%, rgba(139,19,4,1) 100%);
    text-align: center;
    padding: 8px;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
    font-size: 17px;
    margin-top: 5px;
}

/* Newrock */
.newrock {
    background-color: #fff5f8;
    color: #000000;
    font-size: 12px;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    border: 2px solid #e70042;
    background-color: #fff5f8;
    border-radius: 3px;
    box-shadow: 0 0 10px #461300;
    margin: 7px 0 0;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.newrocky {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    border-radius: 5px;
    padding-bottom: 10px;
    text-align: center;
    border: #700020 solid 2px;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0;
}

/* Title Head */
.title_head {
    font-size: 1.2em;
    color: #6F2232;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
}

/* Article */
.article {
    margin-bottom: 20px;
}

/* Fix */
.fix {
    border-bottom: 1.5px solid silver;
    margin-top: 2px;
    padding: 4px;
    margin-bottom: 2px;
    position: relative;
}

/* Jodi Chart Left/Right */
.jodichartleft {
    float: left;
    width: 20%;
    text-align: left;
    margin-top: -25px;
}

.panelchartright {
    float: right;
    width: 20%;
    text-align: right;
    margin-top: -25px;
}

.jodichartleft a, .panelchartright a {
    width: auto;
    background-color: red;
    padding: 2px;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    color: white !important;
}

/* Live Result */
.live-result {
    background-color: #FFC107;
    color: black;
    font-weight: bold;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    border: orange solid 3px;
    margin-bottom: 5px;
    text-shadow: 1px 1px rgb(216, 185, 71);
    border-radius: 4px;
    text-align: center;
    font-style: italic;
    padding: 1px;
}

.live-result1 {
    background-color: #FAE6E9;
    color: black;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    border: orange solid 3px;
    margin-bottom: 5px;
    text-shadow: 1px 1px rgb(216, 185, 71);
    border-radius: 4px;
    text-align: center;
    font-style: italic;
    padding: 1px;
}

/* Description */
.desl {
    background-color: white;
    color: black;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border: double 3px blue;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
}

/* Panel Heading */
.panel-heading2 {
    background-color: #FFCC66;
    color: #000000;
    margin-bottom: 5px;
    padding: 10px 15px;
    border-bottom: 4px solid #DDB25B;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    text-align: center;
    font-size: large;
}

/* Weekly */
.weekly, .weekly2 {
    font-weight: bold;
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border-radius: 0;
}

.weekly2 {
    background-color: mintcream;
    border: 4px solid brown;
    color: indigo;
    text-align: center;
    padding: 10px;
}

.weekly {
    margin: 5px 0;
}

/* Leena */
.leena {
    background-color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    border: 2px solid #b32400;
    text-align: center;
    font-family: 'myfont1', sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 10px;
    color: #000;
    margin: 8px 0 0;
}

/* Grid System */
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col {
    flex: 1;
    padding: 0 15px;
}

/* Responsive Design */
@media only screen and (max-width: 768px) {
    .main-nav ul {
        flex-direction: column;
        align-items: center;
    }
    
    .main-nav ul li {
        width: 100%;
        text-align: center;
    }
    
    .main-nav ul li a {
        display: block;
    }
    
    .td, .td1, .td2, .td3 {
        font-size: 16px;
        padding: 5px;
    }
    
    .live-result {
        font-size: 22px;
    }
    
    .jodichartleft, .panelchartright {
        position: static;
        float: none;
        width: 100%;
        margin-top: 5px;
        text-align: center;
    }
    
    .jodichartleft a, .panelchartright a {
        display: inline-block;
        margin: 2px;
    }
}

@media only screen and (max-width: 500px) {
    input + label {
        font-size: 15px;
    }
    
    .site-title {
        font-size: 22px;
    }
    
    .site-subtitle {
        font-size: 18px;
    }
    
    .res-head1 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 375px) {
    input + label {
        font-size: 13px;
    }
}

@media only screen and (max-width: 320px) {
    input + label {
        font-size: 11px;
    }
}

/* Loading Spinner */
.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #ff0000;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Alert Messages */
.alert {
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    font-weight: bold;
}

.alert-success {
    background-color: #4CAF50;
    color: white;
}

.alert-error {
    background-color: #f44336;
    color: white;
}

.alert-info {
    background-color: #2196F3;
    color: white;
}

.alert-warning {
    background-color: #ff9800;
    color: white;
}

/* Tooltip */
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 20px 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #f1f1f1;
    color: black;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.pagination li a:hover {
    background-color: #ff0000;
    color: white;
}

.pagination li.active a {
    background-color: #ff0000;
    color: white;
}

/* Card Layout */
.card {
    background: white;
    border-radius: 5px;
    padding: 20px;
    margin: 10px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.card-header {
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

.card-body {
    padding: 10px 0;
}

.card-footer {
    border-top: 2px solid #f0f0f0;
    padding-top: 10px;
    margin-top: 10px;
}

/* Form Styles */
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

.form-control {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.form-control:focus {
    border-color: #ff0000;
    outline: none;
    box-shadow: 0 0 5px rgba(255,0,0,0.3);
}

/* Button Styles */
.btn {
    display: inline-block;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
}

.btn-primary {
    background-color: #ff0000;
    color: white;
}

.btn-primary:hover {
    background-color: #cc0000;
}

.btn-secondary {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover {
    background-color: #545b62;
}

.btn-success {
    background-color: #28a745;
    color: white;
}

.btn-success:hover {
    background-color: #218838;
}

.btn-danger {
    background-color: #dc3545;
    color: white;
}

.btn-danger:hover {
    background-color: #c82333;
}

/* Grid System */
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Responsive Grid */
@media (max-width: 768px) {
    .grid-2, .grid-3, .grid-4 {
        grid-template-columns: 1fr;
    }
}

/* Animation */
.fade-in {
    animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.slide-in {
    animation: slideIn 0.5s ease-in;
}

@keyframes slideIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Utility Classes */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-red { color: #ff0000; }
.text-blue { color: #0000ff; }
.text-green { color: #008000; }
.text-yellow { color: #ffff00; }
.text-white { color: #ffffff; }
.text-black { color: #000000; }

.bg-red { background-color: #ff0000; }
.bg-blue { background-color: #0000ff; }
.bg-green { background-color: #008000; }
.bg-yellow { background-color: #ffff00; }
.bg-white { background-color: #ffffff; }
.bg-black { background-color: #000000; }

.font-bold { font-weight: bold; }
.font-italic { font-style: italic; }
.font-normal { font-style: normal; }

.p-1 { padding: 5px; }
.p-2 { padding: 10px; }
.p-3 { padding: 15px; }
.p-4 { padding: 20px; }

.m-1 { margin: 5px; }
.m-2 { margin: 10px; }
.m-3 { margin: 15px; }
.m-4 { margin: 20px; }

.mt-1 { margin-top: 5px; }
.mt-2 { margin-top: 10px; }
.mt-3 { margin-top: 15px; }
.mt-4 { margin-top: 20px; }

.mb-1 { margin-bottom: 5px; }
.mb-2 { margin-bottom: 10px; }
.mb-3 { margin-bottom: 15px; }
.mb-4 { margin-bottom: 20px; }

.w-100 { width: 100%; }
.h-100 { height: 100%; }

.d-none { display: none; }
.d-block { display: block; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }
.d-flex { display: flex; }

.flex-wrap { flex-wrap: wrap; }
.flex-nowrap { flex-wrap: nowrap; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.align-center { align-items: center; }
.align-start { align-items: flex-start; }
.align-end { align-items: flex-end; }

.position-relative { position: relative; }
.position-absolute { position: absolute; }
.position-fixed { position: fixed; }

.border { border: 1px solid #ddd; }
.border-0 { border: none; }
.border-top { border-top: 1px solid #ddd; }
.border-bottom { border-bottom: 1px solid #ddd; }
.border-left { border-left: 1px solid #ddd; }
.border-right { border-right: 1px solid #ddd; }

.rounded { border-radius: 5px; }
.rounded-circle { border-radius: 50%; }
.rounded-0 { border-radius: 0; }

.shadow { box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.shadow-lg { box-shadow: 0 5px 15px rgba(0,0,0,0.3); }
.shadow-none { box-shadow: none; }