@media only screen and (max-width: 1800px) {
  .card {
    zoom: 85%;
  }
  .modal-backdrop {
    zoom: 250% !important;
  }
}
.btn {
    border: 0px !important;
}
.modal-content {
    background-color: #27293d !important;
}

input {
    background-color: #27293d !important;
}
select {
    background-color: #27293d !important;
}
textarea {
    background-color: #27293d !important;
}
input:focus{
    outline: none;
}
.form-control {
    border-bottom: 1px solid #6c757d !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 0px !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.pagination {
    zoom: 80%;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.7) !important;
    background-color: #27293d !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;

}

.current {
    color: rgba(255, 255, 255, 0.7) !important;
}

.pattern-color-back {
    background-color: #003a77;
}
.pattern-color {
    color: #003a77;
}

.btn-chart {
    background-color: #00d6b4 !important;
}
.btn-dark {
    background-color: #0000 !important;
    color: #fff !important;
}