main > .container {
    padding: 70px 15px 20px;
}
*{
             font-size: 1.5rem;
   
}
 body {
            font-size: 1.5rem;
            line-height: 1.6;
           background: #f7f7f7
        }

  .dashboard-header {
    background: linear-gradient(to left, #333, #333 50%, #eee 100%, #333 62%);        color: white;
        border-radius: 0 0 10px 10px;
    }

    .card {
        border-radius: 12px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background-color: #f8f9fa;
    }

    .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

    .card-body {
        padding: 30px;
    }

    .col-lg-4 {
        margin-bottom: 30px;
        transition: transform 0.3s ease;
    }

    .col-lg-4 h2 {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }

    .chart-container {
        opacity: 0;
        transform: translateY(30px);
        animation: chartFadeIn 1s forwards;
    }

    canvas {
        width: 100% !important;
        height: auto !important;
    }
    .metric-box{
background-color: rgb(108, 117, 125);
    border-radius: 8px;
    padding: 20px;
}
    .cta-section {
        background-color: #e9ecef;
        border-radius: 10px;
        padding: 30px;
        text-align: center;
        margin-top: 50px;
    }

    .cta-section h2 {
        font-size: 2.2rem;
        font-weight: bold;
        color: #343a40;
        margin-bottom: 20px;
    }

    .cta-section p {
        font-size: 1.3rem;
        color: #6c757d;
        margin-bottom: 30px;
    }

    .cta-section .btn {
        font-size: 1.3rem;
        padding: 12px 35px;
    }
   

.input-group-addon .glyphicon{
    left:-6px
}
        .navbar {
            background: #f8f9fa;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .navbar-nav .nav-link {
            padding: 0.5rem 1.2rem;
            font-size: 1.5rem;
        }

        .navbar-brand {
            font-size: 20px!important;
            font-weight: bold;
            padding: 15px 15px!important
        }

        .navbar-toggler-icon {
            background-color: #000;
        }

        main {
            padding-top: 80px;
        }
        .container-fluid {
            max-width: 1200px;
        }
        .btn{ font-size: 1.4rem!important;
        }
      
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.modal-dialog
 {
  top: 50%;
 transform: translate(-50%, -50%)!important;
  margin: 0!important;
  left: 50%;
}
.modal-header{
    color: white;
    background: brown;
}
.payment-gateway-index .modal {
  background: rgba(0, 0, 0, 0.5); 
}
 .modal-backdrop {
  display: none;
} 
.model-content{
  border-radius: 10px;
  padding: 20px;
}

 .modal .close {
  display: none;
}
.form-control{
    font-size:14px!important
}
.fade:not(.show){
    opacity:1!important
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
.site-login {
    margin-top: 80px;
}

.site-login .row {
    margin: 0;
}

.site-login .col-md-6 {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.site-login  input.form-control, .site-login  .custom-control-input {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.site-login  input.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}
.site-login  .btn {
    border-radius: 5px;
    font-size: 16px;
    padding: 12px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.site-login  .btn:hover {
    background-color: #0056b3;
}
.site-login .text-center {
    font-size: 14px;
    color: #fff;
}




.site-login .text-center code {
    font-size: 1.1rem;
}


.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.box-header>.box-tools{
    display:flex;align-items:center
}
.box-header .form-group{margin-bottom:0}
.box-body .grid-view{overflow:auto}
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}
.badge-warning {
  background-color: #ef7f35 !important;
}