



.bg-black{
    background-color: #000 !important;
}
.my-row{
    display: flex;
    flex-wrap: wrap;
}
.info-lbl{
    font-size: large;
    font-weight: 400;
}
.my-tbl-br{
    width: 100%;
  border-collapse: collapse;
}

.my-tbl-br {
    border: 1px solid #fff;
}
.my-tbl-br-td {
    border: 1px solid #fff;
}
.my-tbl-br-th {
    text-align: center;
    border: 1px solid #fff;
}
.txt-gray{
    color: #313131;
}

.my-tbl-brg {
    width: 100%;
  border-collapse: collapse;
}
.my-tbl-brg {
    border: 1px solid #fff;
}
.my-tbl-br-tdg {
    border: 1px solid #fff;
}
.my-tbl-br-thg {
    text-align: center;
    border: 1px solid #fff;
}

.tbl-br-left{
    border-left: 1px solid #213C50 !important;
}

.bg-orange{
    background-color: #ff9854;
    color: #fff;
}

.bg-l-orange{
    background-color: #E0E3E9;
}
.bg-l-gray{
    background-color: #E0E3E9;
}
.bg-l-gray:hover {
  background-color: rgba(224, 227, 233, 0.5);
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
  }
  .btn-outline-white:hover {
    color: #fff;
    background-color: #FF7F2A;
    border-color: #FF7F2A;
  }
  .btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 3px rgba(255, 127, 42, 0.5);
  }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #FF7F2A;
    background-color: transparent;
  }
  .btn-outline-white:active, .btn-outline-white.active, .show > .btn-outline-white.dropdown-toggle {
    color: #fff;
    background-color: #FF7F2A;
    border-color: #FF7F2A;
  }
  .m-ht-2{
    min-height: 1px;
  }

  .txt-white{
      color: white !important
  }
.over-flow-hide{
    overflow: hidden;
}

.my-bx-show{
    box-shadow: -1px 13px 13px -5px rgba(0,0,0,0.39);
    -webkit-box-shadow: -1px 13px 13px -5px rgba(0,0,0,0.39);
    -moz-box-shadow: -1px 13px 13px -5px rgba(0,0,0,0.39);
    position: relative;
   z-index: 10;
}
.my-box-shadow-full{
    box-shadow: 1px 0px 9px 2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 0px 9px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 0px 9px 2px rgba(0,0,0,0.75);
    z-index: 10;
}

.txt-wrap{
    overflow-wrap: anywhere;
}

.stick-btm{
    position: fixed;
    bottom: 0;
}
fieldset {
    border: 1px solid #ced4da;
}

.my-legent{
    width: auto;
}

.my-title-row{
    display: flex;
    flex-wrap: wrap;
}

.my-title-grow{
    flex-grow: 1;
}

.vert-center{
    margin-top: auto;
    margin-bottom: auto;
}

.vert-bottom{
    bottom: 0% !important;
}

.hori-center{
    margin-left: auto;
    margin-right: auto;
}

.rounded-20 {
  border-radius: 20px !important;
}

.dataTables_filter {
    display: none;
 }

 .cap_name {
    text-transform: capitalize;
 }

 .tx-blue{
     color: #213C50;
 }
