/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

.btn {
  font-size: 1.5rem !important;
  padding: 1rem 2rem !important;
  border-radius: 0.5rem !important;
}

.btn-sm {
  padding: 0.5rem 1rem;
}

.custom-checkbox .custom-control-label {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
    padding-left: 1rem !important;
}

.custom-checkbox .custom-control-label::before {
    width: 1.6rem !important;
    height: 1.6rem !important;
    border-color: rgba(77, 150, 246, 0.8) !important;
}

.custom-checkbox .custom-control-label::after {
    top: 0.5rem !important;
    left: -1.2rem !important;
    background-size: 0.8rem 0.8rem !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-image: linear-gradient(to left, rgba(77, 150, 246, 0.8), rgba(255, 255, 255, 0.8)) !important;
}

/*--------------------------------------------------------------
# Login & Register
--------------------------------------------------------------*/

.main-container {
    font-size: 1.4rem !important;
}

.main-container .brand {
    margin: 1.5rem 0 !important;
}

.main-container .card-wrapper {
    max-width: 50rem !important;
}

.main-container.register-page .card-wrapper, 
.main-container.login-page .card-wrapper, 
.main-container.forgot-password-page .card-wrapper {
    max-width: 72rem !important;
}

.main-container .card {
	box-shadow: 0 0.4rem 0.8rem rgba(0,0,0,.05) !important;
}

.main-container .card.fat {
	padding: 1.6rem !important;
}

.main-container .card .card-title {
    font-size: 2.4rem !important;
	margin-bottom: 3rem !important;
}

.main-container .form-control {
	border-width: 0.23rem !important;
}

/* .main-container .custom-checkbox .custom-control-label { */

.main-container .btn.btn-block {
	padding: 1.2rem 1rem !important;
    font-size: 1.5rem !important;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 6rem 0 !important;
}

.section-title {
  margin-bottom: 1rem !important;
}

.section-title h2 {
  font-size: 4rem !important;
}

.section-title.contact-us h2::before {
  width: 8rem !important;
  height: 0.3rem !important;
  bottom: -1.6rem !important;
}

.table-header-row td {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.border-radius-10 {
  border-radius: 1rem !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#topbar {
  font-size: 1.4rem !important;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.29) !important;
}

#topbar .cta a {
  padding: 1rem 2.4rem !important;
  border-radius: 1rem !important;
}

#topbar .contact-info a img {
  width: 20rem !important;
}

#topbar .contact-info ul li+li {
  margin-left: 1.8rem !important;
}

#topbar .contact-info i {
  padding-right: 0.4rem !important;
}

#topbar.topbar-scrolled .contact-info a img {
  width: 10rem !important;
  padding: 1.5rem 0 !important;
}

#topbar .login-signup-btn .btn {
  padding: 1.4rem 2.6rem !important;
}

#topbar .btn-dark:focus {  
  background-color: #1A4EAE !important;
  border-color: #1A4EAE !important;
}

ul.c-header-nav {
  min-height: 5.6rem !important;
}

ul.c-header-nav li:first-child h3 {
  font-size: 2.2rem !important;
  margin-top: 0.8rem !important;
}

ul.c-header-nav li:first-child p {
  margin-bottom: 0rem !important;
}

ul.c-header-nav .c-header-nav-item .dropdown-menu {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
}

ul.c-header-nav .c-header-nav-item .dropdown-menu.show {
  top: 8rem !important;
}

ul.c-header-nav .c-header-nav-item .dropdown-header {
    font-size: 1.4rem !important;
}

ul.c-header-nav .c-header-nav-item .dropdown-item {
  min-width: 20rem !important;
  padding: 0.7rem 1.5rem !important;
  font-size: 1.4rem !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero h2 {
  margin-bottom: 3rem !important;
  font-size: 5.8rem !important;
}

#hero p {
    font-size: 1.5rem !important;
}

#hero .carousel-item {
    padding-left: 4rem !important;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  font-size: 4.8rem;
}

#hero .btn-get-started {
  font-size: 1.4rem !important;
  letter-spacing: 0.1rem !important;
  padding: 1.2rem 3.2rem !important;
  border-radius: 5rem !important;
  margin: 1rem !important;
  border: 0.2rem solid #4D96F6 !important;
}

/*--------------------------------------------------------------
# Table Boxes
--------------------------------------------------------------*/

.icon-boxes .shape-1, .main-bet-section .shape-1 {
  width: 16rem !important;
}

.icon-boxes .shape-2, .main-bet-section .shape-2 {
  width: 11rem !important;
}

.dropdown-item .badge {
  font-size: 1.4rem !important;
  margin-left: 1rem !important;
}

.bet-tab-list, .winner-title {
  height: 5.1rem !important;
}

.list-tab .list-group-item, .main-bet-section .list-tab .list-group-item {
  font-size: 1.4rem !important;
  border: 0.2rem solid #1A4EAE !important;
  padding: 1rem 2rem !important;
  margin-right: 1rem !important;
  border-radius: 10rem !important;
}

.list-tab .list-group-item.active, .main-bet-section .list-tab .list-group-item.active {
  border: 0.2rem solid #1A4EAE !important;
}

.list-tab .current-points-balance {
  font-size: 1.4rem !important;
  border-radius: 1rem !important;
}

.icon-boxes .icon-box {
  width: 8rem !important;
  height: 8rem !important;
}

.icon-boxes .icon-box .b-img {
  top: 1.9rem !important;
}

.icon-boxes .icon-box i, .icon-boxes .icon-box svg {
  font-size: 5rem !important;
}

.icon-boxes .icon-box:hover {
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.35) !important;
}

.icon-boxes .icon-box:hover .b-img {
  top: 1.8rem !important;
}

.icon-boxes .icon {
  margin: 0 auto 2rem auto !important;
}

.icon-boxes .icon i {
  font-size: 3.6rem !important;
}

.icon-boxes .title {
  margin-bottom: 1.5rem !important;
  font-size: 1.8rem !important;
}

.icon-boxes .description {
  font-size: 1.5rem !important;
  line-height: 2.8rem !important;
}

.icon-box-col .icon-overlay span {
  margin-bottom: 3rem !important;
}

.card-deck .card {
  box-shadow: 0.4rem 0.4rem 0.9rem 0.3rem #00000029 !important;
}

.card-pricing {
  border: 0rem solid transparent !important;
}

.card-pricing .h6 {
    font-size: 1.5rem !important;
}

.card-pricing .h1 {
    font-size: 4rem !important;
}

.card-pricing .pooldetail-list li {
  font-size: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.avatar-img.rounded-circle {
  width: 4.6rem !important;
  height: 4.6rem !important;
  border: 0.2rem solid #b1acac !important;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# How it Works
--------------------------------------------------------------*/

.work .shape-3 {
  width: 11rem !important;
}

.work .carousel {
  box-shadow: rgba(0, 0, 0, 0.25) 0.5rem 0.5rem 1rem !important;
  border-radius: 1rem !important;
}

.work .carousel-inner {
  border-radius: 1rem !important;
}

.work .carousel-text {
  left: -10rem !important;
  max-width: 35rem !important;
  border-radius: 1rem !important;
}

.work .carousel-control-arrow {
  left: -2rem !important;
  bottom: -5rem !important;
}

.work .carousel-control-arrow .carousel-control-icons {
  width: 4rem !important;
  height: 4rem !important;
}

.work .carousel-control-arrow .carousel-control-icons img {
  margin: 1rem auto !important;
  width: 1.5rem !important;
}

.work .carousel-control-arrow .carousel-control-icons i {
  line-height: 4rem !important;
  font-size: 2.4rem !important;
}

.work .carousel-control-arrow .carousel-control-icons:hover {
  width: 4rem !important;
  height: 4rem !important;
}

.work .carousel-control-arrow .carousel-control-icons:hover i {
  line-height: 4rem !important;
  font-size: 2.4rem !important;
}

.work .carousel-control-next {
  left: 5rem !important;
}

.clients .owl-item {
  padding: 0 2rem !important;
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 0.5rem !important;
}

.clients .owl-dot {
  margin: 0 0.5rem !important;
  width: 1.2rem !important;
  height: 1.2rem !important;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .container-fluid {
  padding: 4rem 0 !important;
}

.contact .shape-4 {
  width: 11rem !important;
}

.contact .info i {
  font-size: 2rem !important;
  width: 4.4rem !important;
  height: 4.4rem !important;
  border-radius: 5rem !important;
}

.contact .info h4 {
  padding: 0 0 0 6rem !important;
  font-size: 2rem !important;
  margin-bottom: 0.5rem !important;
}

.contact .info p {
  padding: 0 0 0 6rem !important;
  font-size: 1.4rem !important;
}

.contact .info .email, .contact .info .phone {
  margin-top: 4rem !important;
}

.contact .php-email-form .form-group {
  padding-bottom: 0.8rem !important;
}

.contact .php-email-form .validate {
  margin: 0 0 1.5rem 0 !important;
  font-size: 1.3rem !important;
}

.contact .php-email-form .error-message {
  padding: 1.5rem !important;
}

.contact .php-email-form .error-message br+br {
  margin-top: 2.5rem !important;
}

.contact .php-email-form .sent-message {
  padding: 1.5rem !important;
}

.contact .php-email-form .loading {
  padding: 1.5rem !important;
}

.contact .php-email-form .loading:before {
  width: 2.4rem !important;
  height: 2.4rem !important;
  margin: 0 1rem -0.6rem 0 !important;
  border: 0.3rem solid #277FC0;
}

.contact .php-email-form input {
  height: 5rem !important;
}

.contact .php-email-form textarea {
  padding: 1.5rem 1rem !important;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  font-size: 1.5rem !important;
}

.contact .php-email-form .invalid-feedback-msg {
  font-size: 1.2rem !important;
  padding-left: 1rem !important;
}

/*--------------------------------------------------------------
# Games & A Sport Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# sidebar-brand
--------------------------------------------------------------*/

.sidebar-wrapper .sidebar-brand {
    height: 5rem !important;
    padding: 1.3rem 2rem !important;
}

#sidebar-brand {
    padding-left: 1.5rem !important;
}
#sidebar-menu {
    padding: 1.5rem !important;
}

/*--------------------------------------------------------------
# sidebar-menu
--------------------------------------------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 1rem !important;
    border-top: 0.1rem solid #636363 !important;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-size: 1.4rem !important;
    padding: 1.5rem 2rem 0.5rem 2rem !important;
}

.sidebar-wrapper .sidebar-menu ul li a {
    padding: 0.8rem 1.5rem 0.8rem 2rem !important;
    font-size: 1.6rem !important;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 1rem !important;
    font-size: 2rem !important;
    width: 3rem !important;
    height: 3rem !important;
    line-height: 3rem !important;
    border-radius: 0.4rem !important;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 0.5rem 0 !important;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 2.5rem !important;
    font-size: 1.3rem !important;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    margin-top: 0.8rem !important;
    margin-left: 0.5rem !important;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    margin-top: 0rem !important;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a::after {
    right: 1.7rem !important;
}

/*-------------------------------------------------------------- 
Common Games & A Sport Page
--------------------------------------------------------------*/

.game-page #pageTitle {
  height: 20rem !important;
  padding-top: 11rem !important;
}

.game-page .title {
  margin-top: -2rem !important;
}

.game-page .main-game-section .main-bet-section {
  padding-top: 0 !important;
}

.main-bet-section .breadcrumb {
  height: 5rem !important;
}

.main-bet-section .breadcrumb a, .main-bet-section .breadcrumb span {
  margin-right: 0.5rem !important;
}

.main-bet-section .game-pool-lists .game-title {
  font-size: 3.5rem !important;
}

.main-bet-section .game-pool-lists .bet-message {
  font-size: 1.6rem !important;
}

.main-bet-section .game-pool-lists .bet-num {
  font-size: 1.6rem !important;
}

.main-bet-section .game-pool-lists .bet-num.outcome-num {
  margin-left: 1rem !important;
}

.main-bet-section .no-pool-game h6 {
  font-size: 1.4rem !important;
}

.main-bet-section .game-bet-slip {
  margin-left: 1.5rem !important;
  max-width: 43rem !important;
}

.main-bet-section .game-bet-slip .info-player ul.player-list {
  padding: 2rem !important;
  height: 14rem !important;
  top: 1rem !important;
}

.main-bet-section .game-bet-slip .info-player ul.player-list li {
  border-bottom: 0.1rem solid #222 !important;
  padding-bottom: 1rem !important;
  margin-bottom: 1rem !important;
  width: 19rem !important;
}

.main-bet-section .game-bet-slip .info-player ul.player-list li .position {
  width: 2rem !important;
}

/*--------------------------------------------------------------
# Pool Table for Betting
--------------------------------------------------------------*/

.game-listbox {
  box-shadow: 0rem 0.4rem 2rem 0.1rem #0000003b !important;
  margin-bottom: 1rem !important;
  padding: 0 1rem 1rem 0.5rem !important;
}

.game-listbox table {
  border-spacing: 0.3rem !important;
}

.game-listbox table th {
  font-size: 1.2rem !important;
}

.game-listbox table td {
  padding: 0 0.2rem 0.2rem 0.1rem !important;
}

.game-listbox table td .action-td {
  font-size: 1.2rem !important;
  margin: 0 0 0.3rem !important;
  padding: 1rem !important;
  border-radius: 0.5rem !important;
}

.game-listbox table .game-name, .game-listbox table .game-datetime {
  padding: 0.5rem 0.5rem 0.5rem 1.5rem !important;
}

.game-listbox table .game-datetime {
  margin: 0.4rem 0rem 0.2rem !important;
  font-size: 1.5rem !important;
}

/* Top Scorer Table 
------------------------------*/

.winners-list-group { 
  border-radius: 0 !important;
}

.winners-list-group .leading-scorer-header {  
  border-top: 0.4rem solid #ffffff !important;
  padding: 0.5rem 1rem !important;
}

.winners-list-group .winners-list {
  height: 25rem !important;
}

.winners-list-group .winner-title, .winners-list-group .leading-scorer-toggle-icon {
  font-size: 1.9rem !important;
}

.pool-top-scorer-table .winners-list-group .winners-list {
  height: 38.2rem !important;
}

.pool-top-scorer-table .winners-list-group .carousel-control-arrow {
  top: 55% !important;
}

.pool-top-scorer-table .winners-list-group .carousel-control-arrow .carousel-control-icons {
  width: 3.8rem !important;
  height: 3.8rem !important;
}

.pool-top-scorer-table .winners-list-group .carousel-control-arrow .carousel-control-icons i {
  line-height: 3.8rem !important;
  font-size: 2.4rem !important;
}

.pool-top-scorer-table .winners-list-group .carousel-control-arrow .carousel-control-icons:hover {
  width: 3.8rem !important;
  height: 3.8rem !important;
}

.pool-top-scorer-table .winners-list-group .carousel-control-arrow .carousel-control-icons:hover i {
  line-height: 3.8rem !important;
  font-size: 2.4rem !important;
}

.pool-top-scorer-table .winners-list-group .carousel-control-prev {
  left: -2.6rem !important;
}

.pool-top-scorer-table .winners-list-group .carousel-control-next {
  right: -2.6rem !important;
}

@media screen and (max-width: 991px) {
  .pool-top-scorer-table .winners-list-group .carousel-control-prev {
    left: -5rem !important;
  }

.pool-top-scorer-table .winners-list-group .carousel-control-next {
    right: -5rem !important;
  }
}

@media screen and (max-width: 767px) {
  .pool-top-scorer-table .winners-list-group .carousel-control-prev {
    left: -4rem !important;
  }

.pool-top-scorer-table .winners-list-group .carousel-control-next {
    right: -4rem !important;
  }
}

@media screen and (max-width: 575px) {
  .pool-top-scorer-table .winners-list-group .carousel-control-prev {
    left: -2.8rem !important;
  }

.pool-top-scorer-table .winners-list-group .carousel-control-next {
    right: -2.8rem !important;
  }
}

/*--------------------------------------------------------------
# Bet Slip
--------------------------------------------------------------*/

.betslip-box {
  margin-top: 1rem !important;
}

.stickey-box-small-screen {
  bottom: 6.6rem !important;
}

.betslip-box .bet-slip-header {
  border-top: 0.4rem solid #ffffff !important;
}

.betslip-box .bet-slip-header .winner-title {
  padding: 0.5rem 1rem !important;
  font-size: 2rem !important;
}

.betslip-box .list-group .list-group-item {
  line-height: 3.5rem !important;
}

.betslip-items {
  height: 40rem !important;
  padding: 1.5rem !important;
}

.betslip-items .btn.save-bet-btn {
  padding: 1rem 2rem !important;
}

.betslip-items .betsbets {
  border: 0.1rem solid !important;
  margin-bottom: 0.5rem !important;
}

.betslip-items .betsbets .sub-head-bet {
  padding: 0.5rem 1.5rem !important;
}

.betslip-items .sub-head-bet .close-bet {
  font-size: 1.6rem !important;
}

.betslip-total {
  margin-top: 3rem !important;
  padding: 1.5rem !important;
  padding-bottom: 3rem !important;
}

.betslip-total .total-odds, .betslip-total .total-payout, .betslip-total .total-wager {
  font-size: 1.4rem !important;
}

/*--------------------------------------------------------------
# Login Form Modal Style
--------------------------------------------------------------*/

.modal.login-form-modal {
  z-index: 99999 !important;
}

/* =================================== */

/*  Profile
/* =================================== */

/*--------------------------------------------------------------
# Profile Photo
--------------------------------------------------------------*/

.profile-thumb {
  width: 10rem !important;
  height: 10rem !important;
}

.profile-thumb .uploaded-image .remove-pic-btn {
  border: 0.2rem solid #4D96F6 !important;
  font-size: 1.4rem !important;
  top: 0.6rem !important;
  right: 0.6rem !important;
  width: 2rem !important;
  height: 2rem !important;
  font-size: 1.2rem !important;
}

.profile-thumb img {
  width: 10rem !important;
  height: 10rem !important;
}

.profile-thumb .profile-thumb-edit {
  font-size: 1.6rem !important;
  width: 3.7rem !important;
  height: 3.7rem !important;
  bottom: -1.2rem !important;
}

/*--------------------------------------------------------------
# Wallet Balance
--------------------------------------------------------------*/

.userpage .wallet-icon {
  font-size: 9rem !important;
}

.userpage .wallet-amount {
  font-size: 2.5rem !important;
  font-weight: 500 !important;
}

.userpage .current-balance-text {
  font-size: 1.46rem !important;
}

.userpage .withdraw-deposit-btn {
  font-size: 1.4rem !important;
}

/*--------------------------------------------------------------
# My Account
--------------------------------------------------------------*/

.userpage h3.text-8 {
  font-size: 2.2rem !important;
}

.profile-completeness .border {
  border: 0.16rem solid #ecf1f2 !important;
}

.current-game-title {
  font-size: 1.4rem !important;
  border-top: 0.1rem solid #e9eff0 !important;
  border-bottom: 0.1rem solid #e9eff0 !important;
}

.current-game-list .card .card-header {
  border-top: 0.1rem solid #e9eff0 !important;
  border-bottom: 0.1rem solid #e9eff0 !important;
  border-radius: 0 !important;
}

.current-game-list .card .card.parlayCard {
  border: 0.1rem solid #4D96F6 !important;
}

.current-game-list .card .card.parlayCard .card-header {
  border-top: 0 !important;
}

.current-game-list .collapsible-icon {
  font-size: 1.4rem !important;
}

.current-game-list .text-5 {
  font-size: 1.5rem !important;
}

.current-game-list .text-3 {
  font-size: 1.2rem !important;
}

.previous-game-details {
  max-width: 62rem !important;
}

.userpage table.withdrawal-request-table th {
  font-size: 1.5rem !important;
}

.userpage .back-to-gamepage:link, 
.userpage .back-to-gamepage:visited, 
.userpage .back-to-gamepage:hover,
.userpage .back-to-gamepage:active {
  color: #ffffff !important;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .userpage .pool-game-bet-list .card-box {
    overflow-x: hidden;
  }
  
  .userpage .pool-game-bet-list .pool-game-bet-parent {
    overflow-x: auto;
  }

  .userpage .pool-game-bet-list .pool-game-bet {
    min-width: 80rem !important;
    overflow-x: auto;
  }
}

/*--------------------------------------------------------------
# Credit Cards
--------------------------------------------------------------*/
.userpage .credit-card-section {
  position: relative;
}

.userpage .credit-card {
  width: 100%;
  height: 16rem;
  border-radius: 1.6rem;
  background-color: #c4c4c4;
  background: linear-gradient(to right top, #52b6fe, #6154fe);
  padding: 2rem;
  position: relative;
  background-blend-mode: overlay;
  box-shadow:
      0 0.25rem 0.18rem rgba(0, 0, 0, 0.02),
      0 0.62rem 0.49rem rgba(0, 0, 0, 0.02),
      0 1.2rem 0.7rem rgba(0, 0, 0, 0.02),
      0 2.18rem 1.75rem rgba(0, 0, 0, 0.02),
      0 4.13rem 3.3rem rgba(0, 0, 0, 0.02),
      0 5rem 4rem rgba(0, 0, 0, 0.02);
}

.userpage .credit-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 79% 63%, 51% 51%, 38% 17%, 0 0);
  background: rgb(77,150,246);
  background: linear-gradient(90deg, rgba(77,150,246,0.4) 0%, rgba(26,78,174,1) 100%);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 1.6rem;
  opacity: 0.4;
  z-index: 1;
}

.userpage .credit-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 79% 63%, 51% 51%, 38% 17%, 0 0);
  /*clip-path: polygon(50% 0%, 100% 0, 100% 100%, 82% 70%, 50% 51%, 31% 17%, 0 0);*/
  background-image: url('https://storage.cloud.google.com/genial-acronym-301623.appspot.com/shvrk-pools/website/shape01-bg.png');
  background-size: cover;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0%;
  border-radius: 1.6rem;
  opacity: 0.1;
  z-index: 2;
}

.userpage .credit-card .top-card-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
  z-index: 3
}

.userpage .credit-card .top-card-section h2:first-child {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  font-weight: 300;
  z-index: 3;
  color: #fff;
}

.userpage .credit-card .top-card-section h1 {
  color: #ffffff;
  font-size: 1.8rem;
  text-align: right;
  text-transform: uppercase;
  z-index: 3;
}

.userpage .credit-card .top-card-section .cc_brand {
  width: 5.5rem;
  height: 3.4rem;
  z-index: 3;
}

.userpage .credit-card .bottom-card-section {
  position: absolute;
  bottom: 0.6rem;
  z-index: 3;
}

.userpage .credit-card .bottom-card-section h2 {
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #dfe6e9;
  margin-bottom: 0.6rem;
  letter-spacing: 0.1rem;
}

.userpage .credit-card .bottom-card-section p {
  color: #fff;
}

.userpage .credit-card-section .credit-card .credit-card-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 1.6rem !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 4;
}

.userpage .credit-card-section .credit-card:hover .credit-card-overlay {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.userpage .credit-card-section .credit-card .credit-card-overlay .fas.fa-trash-alt {
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 61.5% !important;
    }
}

@media screen and (max-width: 992px) {
    html {
        font-size: 60.5% !important;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 59.5% !important;
    }
}

@media screen and (max-width: 576px) {
    html {
        font-size: 58.5% !important;
    }
    #hero {
        height: 50vh;
    }
    #hero .carousel-control-prev, #hero .carousel-control-next {
      display: none !important;
    }
}

/* @media screen and (max-width: 450px) {
  .userpage .credit-card-section.col-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
} */

@media screen and (max-width: 414px) {
    html {
        font-size: 57.5% !important;
    }
}

@media screen and (max-width: 375px) {
    html {
        font-size: 53.5% !important;
    }
}
