h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
span {
    padding: 0px;
    margin: 0px;
    outline: none;
    list-style: none;
    transition: 0.5s;
}

a {
    transition: 0.3s;
}

a:hover,a:active,a:focus {
    text-decoration: none;
    outline: none;
}

button:hover,button:active,button:focus {
    text-decoration: none;
    outline: none;
}


body,
html {
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    background: #007cb0;
    padding: 0px;
    margin: 0px;
    /*overflow: hidden;*/
}

select:focus, input[type="date"] {
  outline: 0;
}

.header-before-login {
    border-left: 1px solid #006792;
    padding-left: 20px;
    display: table;
    width: 100%;
}

.header-before-login  p {
    color: #fff;
    font-weight: 500;
}

header {
    line-height: 50px;
    padding: 20px 0px;
    border-bottom: 10px solid #ff2a1b;
}

.header-before-login button {
    background: #ff2a1b;
    color: #fff;
    box-shadow: none;
    border: 0px;
    width: 100px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    margin: 8px 10px 0px;
}

.banner{
    height: 70%;
    background: url(../images/banner-img.jpg);
    position: relative;
    background-size: cover;
}

.banner:after {
content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    background: #007cb0;
    bottom: -101px;
    transform-origin: left bottom;
    transform: skewY(-3deg);
    border-top: 10px solid #ff2a1b;
}

.banner-content {
    background: rgba(240,57,41,.8);
    width: 350px;
    padding: 20px 15px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}

.banner-content a {
    font-size: 42px;
    color: #fff;
    font-weight: bold;
}

.mobile-img {
    margin-top:-150px;
}


.mobile-img img  {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    display: table;
}

.how-t-p h3 {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    position: relative;
    display: table;
} 

.how-t-p h3:after {
    content: "";
    position: absolute;
    width: 90px;
    background: #ff2a1b;
    height: 5px;
    bottom: -10px;
    left: 0;
}

.how-t-p ul li {
    margin: 15px 15px;
    color: #fff;
    list-style: square;
    font-size: 14px;
}

.how-t-p {
    margin-bottom: 30px;
}

.how-t-p ul + button{
    background: #ff2a1b;
    color: #fff;
    border: 0;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 5px;
    margin-top: 15px;
}

footer {
    background: #006792;
        border-top: 10px solid #ff2a1b;
}

footer p {
    font-size: 12px;
}

.foot-link li:nth-child(2) a {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.foot-link li a {
    font-size: 14px;
}

.foot-link {
    margin: 15px 0px;
}

.foot-social li a {
    padding: 0px 20px;
}

.foot-social {
    padding: 20px 0px;
    border-bottom: 1px solid #025679;
}

.foot-social a {
    color: #fff;
}

.navbar {
    background: #ff2a1b;
    border-bottom: 4px solid #fff;
}

.navbar-nav p{
    display: table;
    width: 100%;
}

.navbar-light .navbar-nav li{
width: calc(100% / 6);
    color: #fff;
    font-weight: 500;
    position: relative;
    display: table;
    margin: 0px 5px;
}

.navbar-light .navbar-nav li:hover:before, .navbar-light .navbar-nav li.active:before {
content: '';
    position: absolute;
    z-index: 999;
    transform: translate(-10px) skew(-25deg);
    height: 39px;
    width: 100%;
    background-color: #ffffff;
    top: 0;
    left: 10px;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}

.navbar-light .navbar-nav .nav-link {
    text-align: center;
    color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ff2a1b;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ff2a1b;
    font-weight: 600;
}

.navbar-light .navbar-nav li:hover a, .navbar-light .navbar-nav li.active a  {
    position: relative;
    z-index: 9;
}

header.inner-header {
border-bottom: 0px;
    line-height: 28px;
    background: url(../images/header-shape.png);
    background-repeat: no-repeat;
    background-position: 65%;
    background-size: 42% 105%;
}

.head-user .notify {
float: left;
    margin-right: 35px;
}

.head-user .notify img {
    width: 28px;
}

.head-user p {
    float: left;
}

.head-user p span{
    width: 32px;
    overflow: hidden;
    display: block;
    border-radius: 50%;
    height: 32px;
    margin: 0px auto;
}

.head-user p span img {
width: 100%;
    object-fit: cover;
    display: table;
    height: 100%;
}

.inner-banner {
    background: url(../images/Layer-21.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
}

.inner-banner h2 {
    text-align: center;
    font-size: 52px;
    text-shadow: -2px 6px 6px #000;
    color: #fff;
}

.become-win-parent {
    background: #fff;
}

.become-win-parent p {
    font-size: 18px;
    border-left: 2px solid #ff2a1b;
    font-weight: 500;
}

.become-win-parent p:nth-child(2) {
    border-right: 1px solid #ff2a1b;
}

.become-win-parent h2 {
    color: #006792;
    font-weight: 500;
    font-size: 24px;
}

.login-after-content {
    display: table;
    width: 100%;
}

.adv-img {
    width: 100%;
    display: table;
}

.adv-img img {
    width: 100%;
}

.carousel-content {
    background: #fff;
    position: relative;
    border-radius: 15px;
    display: table;
    margin: 0px auto;
}

.carousel-content p {
    display: table;
    margin: 0px auto;
}

.carousel-inner h2 {
    color: #fff;
    font-size: 24px;
}

.carousel-content svg{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: -20px;
    font-size: 30px;
    color: #fff;
}

.client-img {
    margin: 10px auto;
    display: table;
}

.client-img span  {
    display: table;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.client-img span img {
    width: 100%
}

.client-img p {
    float: left;
    line-height: 50px;
    color: #fff;
    margin-left: 20px;
}

.auth-modal .modal-content {
    border-radius: 20px;
}

.auth-modal .modal-content .modal-header {
    border: 0px;
}

.auth-modal .modal-content .modal-header h5 {
    text-align: center;
    display: table;
    margin: 0px auto;
    width: 100%;
    color: #129ccb;
    font-size: 32px;
    font-weight: 600;
}

.auth-modal .modal-content .modal-header h5 span{
    color: #ff2a1b;
}


.auth-modal .modal-content .input-group-text {
    background: transparent;
    border: 0px;

}

.auth-modal .modal-content .input-group {
    background-color: #eeeeee;
}

.auth-modal .modal-content input {
    border: 0px;
    background: transparent;
    padding: 1.60rem 1.60rem;
}

.auth-modal .modal-dialog {
    max-width: 650px;
}

.auth-modal .modal-dialog .modal-body {
    margin: 0px auto;
    display: table;
}

.auth-modal .modal-dialog .modal-body .form-check-label { 
color: #737373;
    font-weight: 500;
    font-size: 15px;
}

.auth-modal .modal-dialog .modal-footer button {
    margin: 0px auto;
    background: #ff2a1b;
    border: 0;
    padding: 7px 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
} 

 .auth-modal .modal-dialog .modal-footer p{
    display: table;
    width: 100%;
    text-align: center;
    color: #737373;
    font-size: 16px;
        font-weight: 500;
}

.auth-modal .modal-dialog .modal-footer {
    border: 0px;
}

 .auth-modal .modal-dialog .modal-footer p a {
    color: #ff2a1b;
    font-weight: 600;
 }

 .forget-link a {
    color: #737373;
    font-weight: 500;
 }

 .inner-container {
    width: 100%;
    background: #fff;
 }

  .inner-container h1{
    color: #006792;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #d9d9d9;
    padding: 5px 0px;
}

.time-slots ul {
    display: table;
    width: calc(100% - 140px);
    margin: 15px 0px;
    float: left;
}

.time-slots .custom-switch {
    float: right;
    padding: 20px 0px;
}

.time-slots ul li {
    float: left;
    background: #f7f7f7;
    padding: 2px 15px;
    margin: 3px 6px;
    border-radius: 5px;
    border: 1px solid #ff2a1b;
    border-radius: 20px;
    color: #ff2a1b;
    font-size: 13px;
    cursor: pointer;
}

.time-slots ul li:hover {
    background-color: #ff2a1b;
    color: #fff;   
}

.time-slots ul li.active {
    background-color: #ff2a1b;
    color: #fff;
}

.race-card-table table thead {
    background: #d9d9d9;
}

.race-card-table table thead th {
    color: #454545;
    padding: 5px;
    text-align: center;
}

.race-card-table table tr td span {
    display: table;
    width: 100%;
}

.race-card-table table tr td {
    font-weight: 500;
    color: #5e5e5e;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
}

.race-card-table a.drop-race-card {
    position: absolute;
    bottom: 0px;
    left: 40%;
    text-align: center;
}

.race-card-table table tr td img {
    width: 18px;
}

.tshirt {
    display: table;
    width: auto;
    margin: 0px auto;
}

.race-card-table table tr td .tshirt img {
    float: left;
    width: 48px;
}

.race-card-table table tr td input {
    height: 20px;
    width: 20px;
}

.race-card-table table tbody tr {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}

.race-card-table-drop {
    display: none;
    background-color: #007cb0;
}

.tshirt p{
    float: left;
    margin-left: 17px;
    color: #007cb0;
    font-weight: bold;
    font-size: 18px;
    width: 175px;
    text-align: left;
}

.tshirt p span {
    display: table;
    width: 100%
}

.tshirt p span b {
    float: left;
    color: #5e5e5e;
    font-weight: 500;
    font-size: 14px;
}

.content-drop h1 {
    text-align: left;
    color: #fff;
    padding: 10px 25px 0px;
    border-bottom: 0px;
}

.content-drop p{
    text-align: left;
    color: #fff;
    padding: 2px 25px 5px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ff2a1b;
    background-color: #ff2a1b;
}

.race-card-table a.drop-race-card.arrow-adjust {
    line-height: 0px;
    position: absolute;
} 

.selet-head {
    display: table;
    width: 100%;
    background-color: #069ede;
}

.selet-head ul li {
    width: calc(100% / 3);
    float: left;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    min-height: 1px;
}

.selection-table .table .thead-light th {
    color: #000;
    background-color: #cbcbcb;
    border-color: #cbcbcb;
    font-weight: 600;
    padding: 8px 0px;
}

.selection-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}

.selection-table .table-striped tbody tr td {
    border-top: 0px;
    color: #5c5c5c;
    font-weight: 600;
    text-align: center;
    padding: 7px 0px;
}

.selection-table .table-striped thead tr th {
    text-align: center;
} 

.selection-table .table-striped tbody .amount-total td {
    color: #000;
    padding: 0;
    height: auto;
    line-height: 0px;
}

.selection-table .table-striped tbody .amount-total td.total-t {
    line-height: 38px;

}

.selection-table .table-striped tbody .amount-total td.total-t span {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    display: block;
    width: 100px;
    margin: 0px auto;
}

.edit-selc-btn button {
    background: #ff2a1b;
    color: #fff;
    border: 0;
    padding: 5px 25px;
    display: table;
    margin: 0px auto;
}

.selection-table .table-striped tbody tr td input{
    width: 70px;
    background: #f0f0f0;
    border: 1px solid #cbcbcb;
}

.selection-table .table-striped tbody tr td select{
    background: #cdcdcd;
    border: 0;
    border-radius: 3px;
    height: 28px;
    width: 70px;
    text-align: center;
    color: #5c5c5c;
    font-weight: 600;
}

.edit-selc-btn p {
    text-align: center;
    margin: 10px 0px;
    font-weight: 600;
    color: #646464;
}

.selection-table .table-striped tbody tr td select:focus {
    outline: none;
} 

.selection-table .table-striped tbody tr td input:focus {
    outline: none;
}

.fee-dedcuted  p {
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.fee-dedcuted .btn-group {
    display: table;
    margin: 40px auto 0px;
}

.fee-dedcuted .modal-content {
    border-radius: 20px;
}

.fee-dedcuted .btn-group button {
    background-color:#ff2a1b;
    color: #fff;
    border:0;
    margin: 0px 5px;
    padding: 5px 15px;
}

.fee-dedcuted img{
    margin: 0px auto;
    display: table;
    margin-bottom: 26px;
    width: 60px;
    -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.fee-dedcuted .btn-group button:nth-child(2) {
    background: transparent;
    border:1px solid #ff2a1b;
    color: #ff2a1b;
}

.red{
    color: red !important;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1440px) {
    header.inner-header { 
            border-bottom: 0px;
    line-height: 28px;
    background: url(../images/header-shape.png);
    background-repeat: no-repeat;
    background-position: 70%;
    background-size: 32% 100%;
 }


}

@media only screen and (max-width: 1200px) { 
  header.inner-header {
    background-image: none;
  }
}

@media only screen and (max-width: 1024px) { 
   body .profile-tab {
    padding-top: 0;
  }
  body .profile-tab li a {
    font-size: 14px;
    margin: 0 5px;
    padding: 5px;
  }
}

@media only screen and (max-width: 991px){
  .navbar-collapse {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 60px;
    z-index: 99;
    box-shadow: 0px 2px 12px 1px;
  }
  .navbar-light .navbar-nav li {
    width: 100%;
    margin-left: 0px;
    border-bottom: 1px solid #000;
   }
  .navbar-light .navbar-nav .nav-link {
    text-align: center;
    color: #000;
  }

  .navbar-light .navbar-nav li:hover:before, .navbar-light .navbar-nav li.active:before {
    transform: none;
    left: 0px;
  }

  .race-card-table table thead th {
    font-size: 12px;
  } 
}

@media only screen and (max-width: 768px) {
  .mobile-img {
    margin-top: 0;
  }
  body .dropdown-menu.notification-msg.show {
    right: 0;
    top: 80px !important;
  }
  
  body .dropdown-menu.notification-msg:after{
    right: 70px;
  }

  .header-before-login p {
    color: #fff;
    font-weight: 500;
    text-align: right;
    width: 100%;
    display: table;
    padding-right: 15px;
  }
  .how-t-p {
    margin: 30px 0px;
  }

  .inner-header .header-before-login p {
    text-align: left;
    font-size: 12px;
  }

  .inner-header .header-before-login {
    line-height: 20px;
  }

  .head-user .notify {
    margin-right: 15px;
  }

  .inner-banner h2 {
    font-size: 3rem;
  }

  .carousel-inner h2 {
    font-size: 26px;
  }

  .become-win-parent h2 {
    font-size: 24px;
  }

  .become-win-parent p {
    border-left: 2px solid #ff2a1b;
    font-size: 18px;
  }

  .race-card-table table {
    width: 700px !important;
  }

  .race-card-table table tr td .tshirt img {
    float: left;
    width: 32px;
  }

  .time-slots ul {
    display: table;
    width: 100%;
    margin: 14px 0px 0px 0px;
    float: left;
  }

  .time-slots ul li {
    width: calc(100% / 3 - 12px);
    text-align: center;   
    padding: 7px 10px;
  }

  .selection-table table {
    width: 700px !important;
  }

  .selection-table .table .thead-light th {
    font-size: 12px;
  }

  .selection-table .table-striped tbody tr td {
    font-size: 12px;
  }

  .selet-head ul li {
    font-size: 14px;
  }

  /*profile page css start here*/
  body .profile-detail {
    margin-left: 0 !important;
  }
  
  body .table-view table tr td {
    padding: 10px 0;
    font-size: 15px;
  }

  .transaction-text, .range-form p span, .show-entry span{
    font-size: 15px !important;
  }

  body button.custom-btn {
    font-size: 15px;
    margin: 15px 0;
  }

  body .width100 {
    width: 100% !important;
  }

  .transaction-list table th, .transaction-list table td {
    font-size: 12px;
  }

  body .profile-tab li a {
    margin: 0;
  }
}

@media only screen and (max-width: 575px) {

  .selet-head ul li {
  font-size: 14px;
      padding: 10px 0px;
      width: 100%;
      border-bottom: 1px solid #fff;
  }

  .header-before-login p {
      display: none;
  }

  .header-before-login .btn-group {
      display: table;
      margin: 0px auto;
      float: none !important;
  }

  .inner-header .header-before-login p {
      display: block;
  }

  .header-before-login {
      border: 0px;
      margin-top: 10px;
      border-top: 1px solid #006792;
      padding-top: 10px;
  }

  .logo {
    text-align: center;
  }

  header {
    padding: 10px 0px;
  }

  .banner-content {
    width: 100%;
  }

  .become-win-parent p {
    border-bottom: 2px solid #ff2a1b;
    border-left: 0px;
  }
  .sm-width-100 {
    width: 100%;
  }

  body .dropdown-menu.notification-msg.show {
    width: 100%;
    padding: 20px;
  }
}


/*Edit Profile Page  css*/

.dropdown-menu.profile-link.show, .dropdown-menu.notification-msg.show {
  left: inherit !important;
  right: 0px;
  border-radius: 0;
  background-color: #00577c;
  width: 200px;
  transform: inherit !important;
  top: 75px !important;
}

.dropdown-menu.notification-msg.show {
  top: 63px !important;
  right: 120px;
  background-color: #069ede;
  width: 500px;
  border-radius: 10px;
  padding:  20px 30px;
}

.dropdown-menu.notification-msg.show:after {
  border-bottom-color: #069ede;
}

.dropdown-menu.profile-link:after, .dropdown-menu.notification-msg:after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #00577c;
  position: absolute;
  top: -10px;
  right: 10px;
}

.notification-message li p {
  font-size: 15px;
  color: #fff;
}

.notification-messages ul li  {
  border-bottom: 2px solid #007cb0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}

.notification-messages ul li:last-child{
  border-bottom: 0;
}

.chat-icon {
  width: 100%;
}

.dropdown-menu.profile-link a {
  color: #fff;
  padding: 10px 20px;
  font-size: 17px;
}

.dropdown-menu.profile-link a:hover, .dropdown-menu.profile-link a:focus {
  background-color: #007cb0;
  color: #fff;
}

.dropdown-menu.profile-link a.active {
  background-color: #007cb0;
  position: relative;
}

.dropdown-menu.profile-link a.active:before {
  content: ' ';
  position:   absolute;
  height: 100%;
  background-color: #ff2a1b;
  border-radius:  0px 10px 10px 0px;
  width:  5px;
  top: 0;
  left: 0;
}

.dropdown.cursor-pointer {
  cursor: pointer;
}

.notification-heading ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  align-items: center;
}

.notification-heading ul li.notofi {
  color: #fff;
  font-size: 24px;
}

li.red-bg{
  background-color: #ff2a1b;
  color: #fff;
  font-size: 13px;
  padding: 0px 8px;
}

.profile-image {
  width: 127px;
  height: 127px;
  border-radius: 50%;
  position: relative;
}

.profile-image img { 
  height: 127px;
  width: 127px;
  border-radius: 50%;
  border:  2px solid #fff;
}

.profile-image a {
  position: absolute;
  right: 0;
  background-color: #ff2a1b;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  bottom: -50px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.profile-background {
  background-color: #e8e8e8;
}

.profile-background h2.user-name {
  color: #007cb0;
  font-size: 28px;
  font-weight: bold;
}

.profile-background .balance-section ul {
  display: flex;
  align-items: center;
}

.profile-background .balance-section ul li a {
  display: inline-block;
}

li.wallet-balance  span{
  font-size: 15px;
  color: #656565;
}

li.wallet-balance {
  font-size: 24px;
  color: #007cb0;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.profile-background .balance-section ul.deposit-withdraw li:nth-child(1)  {
  margin: 0 25px;
}

.profile-background .balance-section ul.deposit-withdraw li a {
  background-color: transparent;
  color: #ff2a1b;
  border: 2px solid #ff2a1b;
  font-size: 15px;
  padding: 7px 33px;
  font-weight: bold;
  text-align: center;
}

.deposit-withdraw  {
  margin-bottom: 0 !important;
}

.profile-background .balance-section ul.deposit-withdraw li a.active {
  background-color: #ff2a1b;
  color: #fff;
}

.vertical {
  align-items: center;
}

.detail-section {
  background-color: #f2f2f2;
  margin-top: 30px;
}
.detail-section + div {
  padding: 20px 50px;
}

/*.detail-section .tab-content{
  padding: 0 50px;
}*/

.profile-tab {
  margin-bottom: 0 !important;
  padding-top: 30px;
}

.profile-tab li {
  text-align: center;
  border-radius: 0;
  padding: 0;
}

.profile-tab li a {
  background-color: #d6d6d6;
  color: #656565;
  font-size: 19px;
  border-radius: 0; 
  margin: 0 20px;
  border-radius: 0 !important;
}

.profile-tab li:first-child a{
  margin-left: 0;
}

.profile-tab li:last-child a {
  margin-right: 0;
}

.profile-tab li a.active {
  border-radius: 0;
  background-color: #ff2a1b !important;
  color: #fff;
}

.profile-detail {
  margin-left: 2%;
}

.profile-tab li:first-child{
  margin-left: 0;
}

.profile-tab li:last-child{
  margin-right: 0;
}

.table-view p {
  font-size: 20px;
  color: #007cb0;
  font-weight: bold;
  padding-bottom: 30px;
}

.table-view table {
  width: 100%;
}

.table-view table tr td {
  padding: 25px 0;
  color: #4c4b4b;
  font-size: 20px;
}

button.custom-btn {
  color: #fff;
  background-color: #ff2a1b;
  padding: 5px 31px;
  font-size: 20px;
  border:  none;
}

.transaction-history-detail {
  margin: 0 auto;
  border: 2px solid #cfcfcf;
}

.all-transaction select {
  width: 100%;
  background-color: #069ede;
  border: none;
  height: 44px;
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
}

.transaction-text {
  color: #4c4b4b;
  font-size: 18px;
}

.pad-none {
  padding: 0;
}

.range-select form {
  display: flex;
  flex-direction: row;
}

.range-form {
  width: 100%;
  display: flex;
}

.range-form  p span {
  display: inline-block;  
  text-transform: capitalize;
  color: #4c4b4b;
  font-size: 18px;
}

.range-form  p span:nth-child(1) {
  width: 50px;
}

.range-form  p span:nth-child(2) {
  width: calc(100% - 55px);
}

.range-form  p span:nth-child(2) input {
  width: 100%;
  height: 44px;
  color: #fff;
  background-color: #069ede;
  border: none;
  padding-left: 20px;
  margin-left: 0;
}
.to {
  text-align: center;
}

.transaction-range {
  margin-top: 35px;
}

.show-entry {
  display: flex;
}

.show-entry select {
  height: 44px;
  background-color: #069ede;
  border: none;
  padding-left: 20px;
  width: 100px;
  color: #fff;
  margin: 0 15px;
}

.show-entry span {
  display: inline-block;
  font-size: 18px;
  color: #4c4b4b;
}

.transaction-list {
  display: flex;
  margin: 0 auto;
}

.transaction-list .table {
  width: 100%;
}

.transaction-list .table td, .transaction-list .table  th { 
  border: 0;
}

.thead-blue {
  background-color: #069ede;
  color: #fff;
}

.day-table table th, .day-table table td{
  text-align: center;
  border: 0;
}

.day-table .thead-light tr th {
  background-color: #cbcbcb;
}


.amount-total .total-t span {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: block;
  width: 100px;
  margin: 0px auto;
  font-weight: bold;
  padding: 5px 0;
}

.amount-total .total-text {
  font-weight: bold;
  padding: 20px 0;
}


.hidden, button.save-profile-btn {
  display: none;
}

a.edit-profile-btn {
  display: block !important;
}


.form-edit input {
  width: 500px;
  height: 41px;
  border: 1px solid #cfcfcf;
  padding-left: 20px;
  color: #4c4b4b;
}

.change-password-form input {
  height: 41px;
  border: 1px solid #cfcfcf;
  padding-left: 20px;
  color: #4c4b4b; 
}

.form-edit td.fixed-width  {
  width: 280px;
}

.deposit-withdraw-section h2 {
  font-size: 35px;
  color: #007cb0;
  font-weight: bold;
}

.deposit-withdraw-section p {
  font-size: 21px;
  color: #656565;
}

.deposit-withdraw-section  ul li {
  display: inline-block;
  float: left;
}

.deposit-withdraw-section  ul li:nth-child(2) {
  margin: 0 35px;
}

.deposit-withdraw-section  ul {
  display: inline-block;
  width: 100%;
}

.change-password-section {
  margin: 0 auto;
}


select {
 -webkit-appearance: none;
 -moz-appearance:    none;
 appearance:         none;
 position: relative;
}

.date-span {
  position: relative;
}
.date-icon {
  position: absolute;
  top: 7px;
  right: 5px;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  z-index: 99999;
  position: relative;
}

.down-arrow {
  position: absolute;
  right: 30px;
  top: 10px;
  color: white;
}

.entey-select-dropdown {
  position: relative;
}

.border-bottom {
  border-bottom: 2px solid #e8e8e8 !important;
}

.blue-strip {
  background: #006792;
  color: white;
  font-weight: bold;
}


#style-2::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
  background-color: #ff2a1b;
}

#style-2::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.notification-messages {
  height: 300px;
  overflow-y: auto;
}

.notify {
  position: relative;
}

.notification-dot {
  position: absolute;
  top: 0;
  right: 0px;
  background-color: #ff2a1b;
  height: 8px;
  width: 8px;
  border-radius: 50%
}

.custom-input-file {
    width: 500px;
    height: 41px;
    border: 1px solid #cfcfcf;
    padding-left: 20px;
    color: #4c4b4b;
    position: relative;
}

.custom-input-file input {
    opacity: 0;
    padding-left: 0;
    z-index: 9999;
    position: relative;
}

.custom-input-file .input-btn-style {
    position: absolute;
    top: 3px;
}
.input-btn-style button {
    border: none;
    background: #e6e6e6;
    font-size: 15px;
    padding: 2px 15px;
    font-weight: bold;
}

.input-btn-style span {
    font-size: 15px;
}