.h3, h3 {
    font-size: 18px;
}
body {
    color: #D0B782;
}
.content {
    padding: 8px;
}
.text-small {
    font-size: 12px;
}
input[type=file]::file-selector-button {
    border-radius: .2em;
    background-color: #282828;
    transition: 1s;
  }
  .form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
    background: #282828;
  }
.background-total {
    position: absolute;
    right: 0;
    opacity: 0.1;
    width: 99px;
}
.img-policy {
    max-width: 820px;
    border-radius: 8px;
}
.stat {
    align-items: center;
    background: #f5f7fb;
    border-radius: 50%;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}
.table thead th {
    color: #D0B782;
}
.modal-header{
   border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px solid #9f8b63;
}
.modal-body,.modal-footer,.modal-header {
    background-color: #252525;
}
.modal-footer {
    border-top: 1px solid #9f8b63;
}
.form-control:disabled {
    background-color: #1c1c1c;
    opacity: 1;
}
.package-name {
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 4px;
    border-radius: 0;
    border-bottom: 1px solid #49494985;
}
.border-gold {
    border: 1px solid #cfb681;
    padding: 0px 8px;
    border-radius: 14px;
}

a.node-contact {
    color: blue;
}
a.node-contact:hover {
    color: green;
    text-decoration: none;
}
.image-wallet {
    width: 80px;
}
.main {
    background: linear-gradient(180deg, hsl(30deg 19.09% 22.99%) 0%, hsla(0, 0%, 7%, 1) 100%);
}
.navbar-bg {
    background: #524539;
    border-bottom: 1px solid #5e5749;
    padding: 8px 18px;
}
.table>tbody>tr>td {
    vertical-align: middle;
    color: #eeeeee;
}
.hamburger, .hamburger:after, .hamburger:before {
    background: linear-gradient(180deg, #8D652F 0%, #D0B782 100%), linear-gradient(to top, #8D652F , #D0B782);
}
.sidebar-toggle:hover .hamburger, .sidebar-toggle:hover .hamburger:after, .sidebar-toggle:hover .hamburger:before {
    background: #D0B782;
}
input:read-only {
    background-color: #e3e3e3;
  }
  .table tbody, .table td, .table tfoot, .table th, .table thead, .table tr, .table>:not(:last-child)>:last-child>* {
    border-color: #d0b781;
}
.card-body-custom {
    color: var(--bs-card-color);
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    border-bottom: 4px solid #f3b124;
    border-radius: 4px;
    }
/* navbar */
.sidebar-brand {
    padding: 8px 4px 0px;
}
.simplebar-mask {
    background: linear-gradient(180deg, hsla(0, 0%, 20%, 1) 0%, hsla(0, 0%, 7%, 1) 100%), linear-gradient(to top, #8D652F , #D0B782);
}
.sidebar-link, a.sidebar-link {
    background: transparent;
    border-left: 3px solid transparent;
    color: rgba(233,236,239,.5);
    cursor: pointer;
    display: block;
    font-weight: 400;
    padding: 0.625rem 1.625rem;
    position: relative;
    text-decoration: none;
}
.dropdown .dropdown-menu.show {
    background: #333;
}
.dropdown-item:focus, .dropdown-item:hover {
      background: #D0B782;
}
.sidebar-item.active .sidebar-link:hover, .sidebar-item.active>.sidebar-link {
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border-left-color: #e8b851;
}
.sidebar-link:hover {
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border-left-color: #e8b851;
}
.sidebar-link i, .sidebar-link svg, a.sidebar-link i, a.sidebar-link svg{
    color: #c0a56f;
}
/* color branding   */
.sidebar-item.active .sidebar-link:hover i, .sidebar-item.active .sidebar-link:hover svg, .sidebar-item.active>.sidebar-link i, .sidebar-item.active>.sidebar-link svg {
    color: #c0a56f!important;
}
.text-secondary-color {
    color: #f9ae26;
}
.nav-flag img {
    border-radius: 0;
}
.nav-flag, .nav-icon {
    padding: 0 0.2rem;
}
.bar-chart, .line-chart {
    height: 400px;
}
.txt {
    width: 100%;
}
.input {
    border: 1px solid #aaa;
    padding: 3px;
    border-radius: 4px;
    color: #333;
}
.br {
    padding-bottom: 22px;
}
.bg-silver {
    background-color: #919191;
}
.bg-gold {
    background-color: #d2b100;
}
.bg-diamond {
    background-color: #3dc7e7;
}
.fw-18 {
    font-size: 18px;
}
.fw-16 {
    font-size: 16px;
}
.fw-24 {
    font-size: 24px;
}
.card-ribbon::before {
    top: 0;
    right: 0;
}
.card-ribbon::after {
    bottom: 0;
    left: 0;
}
.card-ribbon span {
    position: absolute;
    display: block;
    width: 160px;
    padding: 10px 0;
    background:linear-gradient(to top, #f6d534 , #f1b022);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    color: #252525;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    left: -35px;
    top: 25px;
    transform: rotate(-45deg);
}
.card-ribbon::before, .card-ribbon::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid #2980b9;
    border-top-color: transparent;
    border-left-color: transparent;
}
.card-ribbon {
    position: absolute;
    overflow: hidden;
    top: -10px;
    left: -10px;
    width: 114px;
    height: 112px;
    
}
.background-login {
    background: linear-gradient(180deg, hsla(30, 20%, 30%, 1) 0%, hsla(0, 0%, 7%, 1) 100%);
    background-size: cover;
}
.login-radius {
    border: 2px solid transparent;
    border-radius: 20px;
    background: 
    linear-gradient(180deg, hsla(0, 0%, 20%, 1) 0%, hsla(0, 0%, 7%, 1) 100%),
    linear-gradient(to top, #8D652F , #D0B782); 
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    padding: 12px;

}
.text-gold {
    color: #D0B782;
}
.btn-gold {
    background: 
    linear-gradient(180deg, hsla(0, 0%, 20%, 1) 0%, hsla(0, 0%, 7%, 1) 100%),
    linear-gradient(to top, #8D652F , #D0B782); 
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: 2px solid transparent;
    color: #D0B782;
}
.btn-gold:hover {
    background: 
    linear-gradient(180deg, rgb(70, 70, 70) 0%, rgb(36, 36, 36) 100%),
    linear-gradient(to top, #8D652F , #D0B782); 
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: 2px solid transparent;
    color: #dbb35e;
}
.form-control-lg, .form-new {
    border-radius: var(--bs-border-radius-lg);
    font-size: .925rem;
    min-height: calc(2.1875rem + 2px);
    padding: 0.4rem 1rem;
    background: #282828;
    border: 1px solid #818181;
}
.box-package {
    border: 2px solid transparent;
    border-radius: 20px;
    background: linear-gradient(180deg, hsla(0, 0%, 20%, 1) 0%, hsla(0, 0%, 7%, 1) 100%), linear-gradient(to top, #8D652F , #D0B782);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    padding: 12px;
}
.form-new:focus {
    background-color: #333333;
    border-color: #d0b783;
    box-shadow: 0 0 0 0.25rem rgb(208 183 131 / 61%);
    color: #d0b783;
    outline: 0;
}
.bg-gray{
    background-color: #282828!important;
}
.fw-13 {
    font-size: 13px;
}

@media (max-width: 912px){ 
    .br {
        padding-bottom: 0;
    }
    .img-policy {
        max-width: 820px;
    }
}
@media (max-width: 820px){ 
    .img-policy {
        max-width: 100%;
    }
    .m-card-body {
        padding: 2px;
    }
    
}
@media (max-width: 768px){ 
    .m-card-body {
        padding: 2px;
    }
    .container, .container-md, .container-sm {
        max-width: 768px;
    }
}
@media (max-width: 540px){ 
    .m-col-3,.m-chart {
        max-width: 94%;
    }

}
@media (max-width: 430px){ 
    .m-card-body {
        padding: 2px;
    }
    .m-col-3 {
        max-width: 93%;
    }
    .m-chart {
        max-width: 100%;
    }
}