:root{
  --bg-pr-color: #8920fb91;
  --text-focus: #fff;
  --text-hv: #8920fb91;
  --second-color: rgb(255, 255, 255);
  --bd-second-color: rgb(255, 255, 255);
}
.body-sharp{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/public/assets/clmm/images/bg.jpg) bottom center no-repeat fixed;
  background-size: cover; 
  filter: blur(3px);
  -webkit-filter: blur(3px);
  transform: scale(1.2);
}
body {
    font: 400 14px/1.6 Nunito, sans-serif;
    background: #fff;
    margin: 0px;
    padding: 0px;
    position: relative;
    padding-bottom: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: Nunito, sans-serif;
    font-weight: 900;
}
a{
  color: #f00;
}
.month-top .fa-stack-1x{
  background: url(https://www.iconpacks.net/icons/1/free-best-icon-1364-thumb.png) center center no-repeat;
  background-size: contain;
  width: 39px;
  height: 35px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  line-height: 27px;
  position: relative;
  padding-top: 0px;
  margin: 0px auto;
  color: #000;
}
.month-top tr{
  color: #8920fb;
  font-weight: 900;
  text-align: left;
  text-shadow: 2px 1px 1px #b53a3a;
}
.month-top tr:nth-child(1){
  font-size: 18px;
  color: #fb2048;
}
.month-top tr:nth-child(2){
  font-size: 17px;
  color: #fb39da;
}
.month-top tr:nth-child(3){
  font-size: 16px;
  color: #ef39fb;
}
.month-top tr:nth-child(4){
  font-size: 15px;
  color: #b039fb;
}
.month-top tr td{
  padding-left: 50%;
}
.month-top tr td:first-child{
  text-align: center;
}

.cursor{ margin: 0px; }
.present{
    background: #bb0202;
}
button.present:hover, button.nv:hover{
    background: #fff;
    color: var(--text-hv);
}
input, textarea, select, option{
  background: transparent;
}
select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: var(--second-color);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.table-responsive {
    border: 1px solid transparent;
    -webkit-overflow-scrolling: touch;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.navbar {
    position: relative;
    z-index: 501;
    min-height: 60px;
    margin-bottom: 0;
    border-bottom: 1px dashed var(--second-color);
}
.navbar .navbar-text {
    color: #999;
}
.navbar-slogan{
    padding-left: 10px; 
    padding-left: 10px;
    color: #8920fb;
    color: #ffe000;
}
.btn {
    display: inline-block;
    margin-bottom: 8px;
    margin-left: 4px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.428571;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #8920fb;
    border-color: #8920fb;
}
.btn-default { color: #fff; background-color: #464646; border-color: #3e3e3e; }
.btn-primary { color: #fff; background-color: #8920fb; border-color: #8920fb; }

.cl-fff{ color: #fff; }
.app-container{ max-width: 100%; padding: 15px 15px 0px; }

.content-container{ text-align: center; }

.p-r{ position: relative; }
.d-b{ display: block; }
.turn, .bot { display: none; }
.turn.active, .bot.active { display: block; }
.jc-sp{ justify-content: space-between; }
.jc-c{ justify-content: center; }
.text-center { text-align: center; }
.ai-c { align-items: center; }
.w-50{
    width: calc(50% - 17px);
}
.panel {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid var(--bd-second-color);
    border: 1px solid rgb(97 69 155);
    color: var(--second-color);
    padding: 5px;
    overflow: hidden;
}
.panel:after{
  content: "";
  width: 100%;
  height: 100%;
  top:0px;
  left: 0px;
  position: absolute;
  z-index: -1;
  background-color: #0c0909a6;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  transform: scale(1.02);
}
.panel-primary {
    border-color: #de2d38;
}
.panel-primary>.panel-heading {
    color: var(--second-color);
    background-color: #de2d38;
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
}
.panel h3,
.panel h4 {
    margin: 0px;
}
.panel-primary>.panel-heading, .panel-danger>.panel-heading{
    background-color: transparent;
    border-radius: 2px 2px 0px 0px;
}

.footer {
    padding: 5px;
    margin-top: 2em;
    font-size: 12px;
    background: #1e1e1e;
}









.mainbar {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background: var(--main-color);
    border-bottom: 10px solid #fff;
    background: var(--second-color)000d9;
    border-bottom: 1px solid var(--second-color);
    height: 0px;
}

.mb-0 {
    margin-bottom: 0;
}
.dot-text-1 {
    color: #f0ad4e
}
.dot-text-2 {
    color: #5bc0de
}
.dot-text-3 {
    color: #5cb85c
}
.dot-text-4 {
    color: #d9534f
}

.dot-text-6 {
    color: #5bc0de
}
.dot-text-7 {
    color: #5cb85c
}
.dot-text-8 {
    color: #d9534f
}
.dot-text-9 {
    color: #f0ad4e
}

.dot-text-11 {
    color: #5cb85c
}
.dot-text-12 {
    color: #d9534f
}
.dot-text-13 {
    color: #f0ad4e
}
.dot-text-14 {
    color: #5bc0de
}

.dot-text-16 {
    color: #d9534f
}
.dot-text-17 {
    color: #f0ad4e
}
.dot-text-18 {
    color: #5bc0de
}
.dot-text-19 {
    color: #5cb85c
}



.table-responsive{
    min-width: 100%;
}
.table-bordered {
    border: 1px solid #898989;
    font-size: 14px;
    border-collapse: collapse;
}
.table-bordered thead tr th,.table-bordered tfoot tr th {
    color: var(--second-color);
    font-size: 13px;
    font-weight: 800;
    border-bottom-width: 1px;
    vertical-align: middle
}
.table-responsive th{
  background: #8920fb;
  color: #fefcff;
}
.table-responsive tr:nth-child(odd)>td,
.table-responsive tr:nth-child(odd)>th {
    sbackground-color: var(--second-color)0000d;
}
.table-responsive tr:hover>td,
.table-responsive tr:hover>th,
.table-responsive tr:nth-child(odd):hover>td,
.table-responsive tr:nth-child(odd):hover>th {
    sbackground-color: #46677e1f;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px dashed #484848;
}
.table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 2px 8px;
    line-height: 34px;
    vertical-align: center;
}
.table-bordered .fa-circle { color: #464646; }
.table-responsive-scroll{ width: 100%;  overflow: auto; }

.mt-15{
    margin-top: 10px; 
}

.alert-success{ color: #33e728; font-weight: 700; }
.alert-danger { color: rgb(255, 100, 100); font-weight: 700; }
.alert-info { color: #23a0e9; font-weight: 700; }
.alert-info { color: #fff; font-weight: 700; }

.text-success{ color: #33e728; font-weight: 700; }
.text-danger { color: rgb(255, 100, 100); }
.text-info { color: #23a0e9; font-weight: 700; }



.form-control {
    color: #555;
    background-color: #ffffff12;
    border: 1px solid #999;
}


.label-success { 
    background-color: #238909;
    padding: 0px 6px;
    border-radius: 10px;
    font-size: 12px;
    color: #a6ff88;
}

button[onclick="check_tranid()"]{
     margin-left: 0px;margin-bottom: 0px;position: absolute;right: 4px;background: #1a1a1a;color: #fff; 
}
#QuaTang {
    margin-top: 0.5rem;
    background-color: #cdcdcd1c;
    border-color: var(--second-color)000;
}

#osdt {
    margin-top: 0.5rem;
    border-color: var(--second-color)000;
    padding: 20px;
}

#othuong {
    margin-top: 0.5rem;
    background-color: #9cbca4;
    border-color: #c3e6cb;
    padding: 10px;
}
.occho {
    border-color: #44764f;
    padding: 10px;
}


input#play-phone, input#tran_id{
    color: var(--text-focus); 
}

.logo{
    max-height: 68px;
    max-width: calc(100% - 0px);
}

[data-clipboard-text]{
    position: relative;
}
[data-clipboard-text] img{
    width: 13px;
    position: absolute;
    top: 0px;
    right: -18px;
}
.dd-label, .tc-label{  text-align: right; margin-right: 10px;  }

@media(max-width: 768px){
    .app-container {
        max-width: 100%;
        padding: 15px 5px 0px;
    }
    .row.d-flex, .navbar-header.d-flex, .dd-container, .tc-container{
        display: block;
    }
    .panel{
        width: calc(100% - 10px);
    }
    .logo{
        width: 100%;
        height: auto;
        max-height: unset;
    }
    .dd-label, .tc-label{ text-align: center; margin-right: 0px; margin-bottom: 10px; }
}



