/*!
 * Custom Style Sheets
 * By Strity Technologies.
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #00ca99;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #48cfad;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --border: rgba(105, 105, 105,0.1);
    --white-secondary: #d3dbe4;
    --dark: #343a40;
    --dark-bg: rgb(28,36,44);
    --dark-second: #1c242c;
    --dark-white: rgba(255,255,255,0.8);
    --dark-card: #25323E;
    --dark-border: #2C3A47;
    --dark-border-m: #425669;
    --dark-success: #2cc58a;
    --dark-warning: #dda965;
    --dark-danger: #ac4756;
    --dark-info: #7cbfc7;
    --dark-dark: #1c242c;
}
body[theme="dark"] {
    background-color: var(--dark-bg) !important;
}
body[theme="dark"] .main {
    background-color: var(--dark-second) !important;
}
body[theme="dark"] .list-group-item {
    background-color: var(--dark-border) !important;
    color: var(--dark-white);
}
body[theme="dark"] .list-group-item:hover {
    background-color: var(--dark-border-m) !important;
    -webkit-transition: 1s all;   
    -moz-transition: 1s all;   
    -ms-transition: 1s all;   
    -o-transition: 1s all;   
    transition: 1s all;   
    color: var(--dark-white);
}
body[theme="dark"] .inmd {
    background-color: rgba(255,255,255,0.3);
}
body[theme="dark"] .headnav-text {
    text-align: right;
    color: var(--dark-white);
 }

 body[theme="dark"] .mnav {
    color: var(--dark-white);
     text-align: right;
 }

 body[theme="dark"] .server-info {
    color: var(--dark-white);
     font-size: 14px;
     font-weight: 500;
 }
 body[theme="dark"] .server-info-text {
    color: var(--dark-white);
    font-size: 12px;
}
body[theme="dark"] .server-info-credit {
    color: var(--dark-white);
    font-size: 10px;
}
body[theme="dark"] .warning {
    font-size: 11px;
    color: var(--red);
}
body[theme="dark"] .bg-1 {
    background-color: #8BC6EC;
    background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);
    color: #fff;    
}
body[theme="dark"] .bg-2 {
    background-color: #8BC6EC;
    background-image: linear-gradient(135deg, #1D976C 0%, #93F9B9 100%);
    color: #fff;    
}
body[theme="dark"] .bg-3 {
    background-color: #8BC6EC;
    background-image: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%);
    color: #fff;    
}
body[theme="dark"] ::-webkit-scrollbar-thumb {
  background: rgba(105, 105, 105,0.8); 
  border-radius: 50px;
  
}
/* Handle on hover */
body[theme="dark"] ::-webkit-scrollbar-thumb:hover {
  background: #AFAFAF; 
}

  body[theme="dark"] .hamburger {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: inset 0px 2px -2px 2px rgba(255,255,204,0.7), inset 0px -2px -2px 2px rgba(255,255,204,0.7); 
    background-color: var(--dark-second);
    display: flex;
    overflow-x: auto;
    z-index: 2147483647 !important;
}


body[theme="dark"] .hamburger_link:hover {
    background-color: var(--dark-card);
}

body[theme="dark"] .hamburger_link--active {
    border-radius: 0px;
    color: #8BC6EC !important;
}


body[theme="dark"] .list-group-item-action_1:hover {
    transition: 0.8s;
    background-color: #007bff;
    color: rgb(255, 255, 255);
}
body[theme="dark"] .list-group-item-action_1 {
    background-color: #FEFEFE;
}


body[theme="dark"] .status{
    float: left;
    width: 20px;
	height:60px;
	top:300px;
	right:0px;
	background-color: var(--dark-border-m);
	color:#FFF;
	text-align:center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 1049;
    padding: 18px 0;
}

body[theme="dark"] .bg-strity-nav {
    background: rgba(43, 60, 78, 0.527) !important;
    backdrop-filter: blur(15px);
}

body[theme="dark"] .border-top-strity {
    border-top: 1px solid var(--dark-border) !important;
}

body[theme="dark"] .border-right-strity {
    border-right: 1px solid var(--dark-border) !important;
}

body[theme="dark"] .border-bottom-strity {
    border-bottom: 1px solid var(--dark-border) !important;
}

body[theme="dark"] .border-left-strity {
    border-left: 1px solid var(--dark-border) !important;
}

body[theme="dark"] .card {
    border-color:#2C3A47;
    background: var(--dark-card);
    border-radius: 10px;
    color: white;
}

body[theme="dark"] .btn-outline-secondary {
    color: var(--dark-white);
    border-color: #6c757d;
}
body[theme="dark"] .shop-border {
    border-color: #6c757d!important;
}

body[theme="dark"] .btn-dark {
    color: var(--dark-white);
    background: var(--dark-border);
}


body[theme="dark"] .table {
    color: var(--dark-white) !important;
}

body[theme="dark"] tr {
    border: 0!important;
}

body[theme="dark"] .table-bordered {
    border: 1px solid var(--dark-border-m);
}

body[theme="dark"] .border {
    border: 0px !important;
}

body[theme="dark"] .navbar-light .navbar-nav .nav-link{
    color: rgba(255,255,255,0.8) !important;
}
body[theme="dark"] .status:hover{
	background-color:rgb(51, 51, 51);
	color:#FFF;
    z-index: 1049;
    text-decoration: none;
}


body[theme="dark"] #sidebar-content {
    width: 90%;
    float: right;
    background-color: transparent;
    z-index: 1049;
}

body[theme="dark"] .btn-inf-shop {
    background: rgba(255,255,255,0.25)!important;
    backdrop-filter: blur(100px);
    border: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    color: white;
    font-size: 15px;

}

body[theme="dark"] .btn-success {
    color: #fff;
    background-color: var(--dark-success) !important;
    border-color: var(--dark-success) !important;
}

body[theme="dark"] .btn-light {
    color: #fff;
    background-color: var(--dark-border-m);
    border-color: var(--dark-border-m);
}
body[theme="dark"] .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: var(--dark-border-m);
    border-color: var(--dark-border-m);
}


body[theme="dark"] .btn-warning {
    color: #fff;
    background-color: var(--dark-warning)!important;
    border-color: var(--dark-warning)!important;
}
body[theme="dark"] .btn-danger {
    color: #fff;
    background-color: var(--dark-danger)!important;
    border-color: var(--dark-danger)!important;
}

body[theme="dark"] .btn-info {
    color: #fff;
    background-color: var(--dark-info)!important;
    border-color: var(--dark-info)!important;
}

body[theme="dark"] .btn-dark {
    color: #fff;
    background-color: var(--dark-dark)!important;
    border-color: var(--dark-dark)!important;
}

body[theme="dark"] .btn-secondary {
    color: #fff;
    background-color: var(--dark-border);
    border-color: var(--dark-border);
}

body[theme="dark"] .badge-success {
    background-color: var(--dark-success) !important;
}
body[theme="dark"] .btn-inf {
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(100px);
    border: 0;
    color: white;

}
body[theme="dark"] .modal-footer {
    border-top: 0px;
}
body[theme="dark"] .modal-content {
    border: 0 !important;
    border-radius: 10px;
    background: rgba(37, 50, 62, 0.9);
    color: var(--dark-white);
}

body[theme="dark"] .rainbow {
	--angle: 0deg;
	border: 5px solid;
	border-image: conic-gradient(from var(--angle), red, yellow, lime, aqua, blue, magenta, red) 1;
	animation: 10s rotate linear infinite;
}

body[theme="dark"] .close {
    color: #ffffff;
}

body[theme="dark"] .navbar-light .navbar-toggler{
    color: #ffffff;
    border-color: var(--dark-border-m);
    padding: 10px;
}
body[theme="dark"] .form-control {
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: rgb(28, 36, 44);
    background-clip: padding-box;
    border: 0px;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
body[theme="dark"] .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem;
}
body[theme="dark"] .btn.active {
    color: #fff;
    background-color: #b1b1b1!important;
    border-color: #b1b1b1!important;
}

body[theme="dark"] .dropdown-menu {
    color: var(--dark-white);
    background-color: var(--dark-border);
    border: 0px;
    border-radius: 5px;
}
body[theme="dark"] .dropdown-item:hover {
    background-color: var(--dark-border-m) !important;
    -webkit-transition: 1s all;   
    -moz-transition: 1s all;   
    -ms-transition: 1s all;   
    -o-transition: 1s all;   
    transition: 1s all;   
    color: var(--dark-white);
}
body[theme="dark"] .dropdown-item {
    color: var(--dark-white);
}

body[theme="dark"] .table-bordered th, td {
    border-bottom: 1px solid var(--dark-border-m);
  }
body[theme="dark"]  .table-bordered td, .table-bordered th {
    border: 1px solid var(--dark-border-m) ;
}

body[theme="dark"] .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid var(--dark-border-m);
    border-top: 1px solid var(--dark-border-m);
}
body[theme="dark"] .table td .table-bordered, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-bottom: 1px solid var(--dark-border-m);
}

body[theme="dark"] .table td .dataTable, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-bottom: 1px solid var(--dark-border-m);
}

body[theme="dark"] .table td, .table th {
    border-top: 0px;
}

body[theme="dark"] .page-item.disabled .page-link {
    color: var(--dark-white);
    background-color: var(--dark-border);
    border: 1px solid var(--dark-border);
}

body[theme="dark"] .page-item.active .page-link {
    color: #fff;
    background-color: var(--dark-border-m);
    border: 1px solid var(--dark-border-m);
}

body[theme="dark"] .page-link {
    color: #fff;
    background-color: var(--dark-border);
    border: 1px solid var(--dark-border);
}

body[theme="dark"] .dropdown-item.active, .dropdown-item:active {
    background-color: var(--dark-border-m);
}

body[theme="dark"] .dropdown-divider {
    border-top: 0;
}

body[theme="dark"] .swal2-popup {
    background: var(--dark-card);
    color: var(--dark-white);
}

body[theme="dark"] .swal2-title {
    color: #ffffff;
}
body[theme="dark"] .swal2-content {
    color: var(--dark-white);
}

body[theme="dark"] .swal2-input{
    border: 1px solid rgb(28, 36, 44);
    border-radius: 0.1875em;
    background: rgb(28, 36, 44);
    box-shadow: 0px;
}
body[theme="dark"] .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 8px;
    background-color: var(--dark-success);
    color: #fff;
    font-size: 1em;
}
body[theme="dark"] .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 8px;
    background-color: var(--dark-danger);
    color: #fff;
    font-size: 1em;
}

body[theme="white"] {
    background-color: white;
}

body[theme="white"] .border-top-strity {
    border-top: 1px solid var(--border) !important;
}

body[theme="white"] .border-right-strity {
    border-right: 1px solid var(--border) !important;
}

body[theme="white"] .border-bottom-strity {
    border-bottom: 1px solid var(--border) !important;
}

body[theme="white"] .border-left-strity {
    border-left: 1px solid var(--border) !important;
}

body[theme="white"] .bg-strity-nav{
    background: rgba(255,255,255, 0.8) !important;
    backdrop-filter: blur(15px);
}

body[theme="white"] .dropdown-item:hover {
    background-color: var(--white-secondary) !important;
    -webkit-transition: 1s all;   
    -moz-transition: 1s all;   
    -ms-transition: 1s all;   
    -o-transition: 1s all;   
    transition: 1s all;   
}

body[theme="white"] .dropdown-item:active {
    background-color: var(--white-secondary) !important;
    -webkit-transition: 1s all;   
    -moz-transition: 1s all;   
    -ms-transition: 1s all;   
    -o-transition: 1s all;   
    transition: 1s all;   
}

body[theme="white"] .dropdown-item.active, .dropdown-item:active {
    color: var(--dark);
    text-decoration: none;
    background-color: var(--white-secondary);
}
body[theme="white"] .inmd {
    background-color: rgba(255,255,255,0.3);
}

body[theme="white"] .card {
    border-color:rgba(105, 105, 105,0.1);
    border-radius: 10px;
}

body[theme="white"] .headnav-text {
    text-align: right;
    color: white;
 }

 body[theme="white"] .mnav {
     color: white;
     text-align: right;
 }

 body[theme="white"] .server-info {
     color:white;
     font-size: 14px;
     font-weight: 500;
 }
 body[theme="white"] .server-info-text {
    color:white;
    font-size: 12px;
}
body[theme="white"] .server-info-credit {
    color:white;
    font-size: 10px;
}
body[theme="white"] .warning {
    font-size: 11px;
    color: red;
}
body[theme="white"] .bg-1 {
    background-color: #8BC6EC;
    background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);
    color: #fff;    
}
body[theme="white"] .bg-2 {
    background-color: #8BC6EC;
    background-image: linear-gradient(135deg, #1D976C 0%, #93F9B9 100%);
    color: #fff;    
}
body[theme="white"] .bg-3 {
    background-color: #8BC6EC;
    background-image: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%);
    color: #fff;    
}
body[theme="white"] ::-webkit-scrollbar-thumb {
  background: rgba(105, 105, 105,0.8); 
  border-radius: 50px;
  
}
/* Handle on hover */
body[theme="white"] ::-webkit-scrollbar-thumb:hover {
  background: #AFAFAF; 
}

.body[theme="white"] .border-top-strity {
    border-top: 1px solid #dee2e6 !important
}

.body[theme="white"] .border-right-strity {
    border-right: 1px solid #dee2e6 !important
}

.body[theme="white"] .border-bottom-strity {
    border-bottom: 1px solid #dee2e6 !important
}

.body[theme="white"] .border-left-strity {
    border-left: 1px solid #dee2e6 !important
}


  body[theme="white"] .hamburger {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: inset 0px 2px -2px 2px rgba(255,255,204,0.7), inset 0px -2px -2px 2px rgba(255,255,204,0.7); 
    background-color: rgb(252, 252, 252);
    display: flex;
    overflow-x: auto;
}


body[theme="white"] .hamburger_link:hover {
    background-color: #f5f3f3;
}

body[theme="white"] .hamburger_link--active {
    border-radius: 0px;
    color: rgb(26, 23, 204) !important;
}


body[theme="white"] .list-group-item-action_1:hover {
    transition: 0.8s;
    background-color: #007bff;
    color: rgb(255, 255, 255);
}
body[theme="white"] .list-group-item-action_1 {
    background-color: #FEFEFE;
}


body[theme="white"] .status{
    float: left;
    width: 20px;
	height:60px;
	top:300px;
	right:0px;
	background-color:rgb(80, 80, 80);
	color:#FFF;
	text-align:center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 1049;
    padding: 18px 0;
}


body[theme="white"] .status:hover{
	background-color:rgb(51, 51, 51);
	color:#FFF;
    z-index: 1049;
    text-decoration: none;
}


body[theme="white"] #sidebar-content {
    width: 90%;
    float: right;
    background-color: white;
    z-index: 1049;
}


body[theme="white"] .btn-success {
    color: #fff;
    background-color: #00ca99!important;
    border-color: #00ca99!important;
}
body[theme="white"] .btn-warning {
    color: #fff;
    background-color: #daaa3a!important;
    border-color: #daaa3a!important;
}
body[theme="white"] .btn-danger {
    color: #fff;
    background-color: #ce4a5e!important;
    border-color: #ce4a5e!important;
}

body[theme="white"] .btn-info {
    color: #fff;
    background-color: #7cbfc7!important;
    border-color: #7cbfc7!important;
}

body[theme="white"] .btn-dark {
    color: #fff;
    background-color: #2e2c33!important;
    border-color: #2e2c33!important;
}

body[theme="white"] .btn-secondary {
    color: #fff;
    background-color: #4b4853!important;
    border-color: #4b4853!important;
}

body[theme="white"] .badge-success {
    background-color: #0fc99a!important;
}
body[theme="white"] .btn-inf {
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(100px);
    border: 0;
    border-radius: 9px;
    color: white;

}
body[theme="white"] .btn-inf-shop {
    background: rgba(255,255,255,0.25);
    backdrop-filter: blur(100px);
    border: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    color: white;
    font-size: 15px;

}
body[theme="white"] .modal-content {
    border: 0 !important;
    border-radius: 10px;
    background: rgba(255,255,255,0.9);
}

body[theme="white"] .rainbow {
	--angle: 0deg;
	border: 5px solid;
	border-image: conic-gradient(from var(--angle), red, yellow, lime, aqua, blue, magenta, red) 1;
	animation: 10s rotate linear infinite;
}

body[theme="white"] .table-bordered th, td {
    border-bottom: 1px solid #dee2e6;
  }
body[theme="white"]  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

body[theme="white"] .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}
body[theme="white"] .table td .table-bordered, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-bottom: 1px solid #dee2e6;
}

body[theme="white"] .table td .dataTable, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-bottom: 1px solid #dee2e6;
}

body[theme="white"] .table td, .table th {
    border-top: 0px;
}

/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */


 .navbar-em {
     background: transparent;
 }

.card-footer {
    border: 0!important;
}

 

@media only screen and (min-width: 768px) { 
.btn-server {
    width: 100%;
}
}

@keyframes rotate {
	to {
		--angle: 360deg;
	}
}

@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
.line {
        width: 5px;
    position: absolute;
    background-color: red;
    height: 100%;
    left: 50%;
    z-index: 1000;
}
#random_list_1 {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        transition-duration: 7s;
        transition-timing-function: ease-in-out;
        left: 0;
}
#random_list_1 > img {
width: 160px;
 min-width: 160px;
        padding: 10px;
    }
    .cursor_1 {
        cursor: pointer;
    }
    

    ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.status-card {
    border-radius: 0px !important;
    border-bottom-left-radius: 15px !important;
}


.card-headimg {
    width: 100%;
    height: 100%;
    max-width: 75px;
    max-height: 75px;
}

.pd-user {
    padding: 0.50rem!important;
}

.ip-badge {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 20px;
}

.img-top {
    width: 100%;
    height: 100%;
    max-width: 350px;
    margin-top: 100px;

}

.logo-align {
    display: block;
    text-align: center;
}

#server-status {
    display: block;
}

.hamburger_icon {
    font-size: 20px;
}
.slide-bottom {
	-webkit-animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
 @-webkit-keyframes slide-bottom {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(-10px);
    }
    100% {
      -webkit-transform: translateY(100px);
              transform: translateY(0);
    }
  }
  @keyframes slide-bottom {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(-20px);
    }
    100% {
      -webkit-transform: translateY(100px);
              transform: translateY(0);
    }
  }
a:hover { 
    background-color: transparent;
  }

  @media only screen and (min-width: 768px) { 
      .show-m {
          display:none !important;
      }
    }
  @media only screen and (max-width: 991px) { 
      .center-ai {
          margin-left: auto;
          margin-right: auto;
      }
    }

.servern-c {
    z-index: 0;
    padding: 24px;
    position: absolute;
    right: -12px;
    top: -7px;
}

.servern {
    font-size: 12px;
    border-radius: 7px;
    z-index: 0;
}


.hidden {
    display: none;
}

#sidebar {
    position: fixed;
    top: 300px;
    right: -180px;
    width: 200px;
    z-index: 1049;
}


@media  (max-width: 800px) { 
    .container-strity {
        width: 100% !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    
    .container-main {
        width: 100% !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    
}
.container-strity {
    width: 100%;
    padding-right: 55px;
    padding-left: 55px;
    margin-right: auto;
    margin-left: auto;
}

.container-main {
    width: 100%;
    padding-right: 75px;
    padding-left: 75px;
    margin-right: auto;
    margin-left: auto;
}

 .leftnv {
     font-size:15px;
 }

 .rightnv {
    margin-right: -10px;
 }

 .rightnvx {
    margin-right: -10px;
 }

 @media only screen and (max-width: 768px) { 
    .mobile { display:block;margin-right:auto;margin-left:auto; }
    
}

@media only screen and (min-width: 768px) { 
    .imgnav {     max-width: 210px;max-height: 90px;}
    
}
@media only screen and (max-width: 768px) { 
    .imgnav {    display:none!important;}
    
}

 .nbimg {
    width: 100%;
    height: 100%;
    max-width: 48px;
    max-height: 48px;
    margin-left: 5px;
}

.nbimgicon {
    width: 100%;
    height: 100%;
    max-width: 20px;
    max-height: 20px;
    margin-right: 5px;
}

.nbimgiconx {
    width: 100%;
    height: 100%;
    max-width: 20px;
    max-height: 20px;
    margin-right: 5px;
}

.nbimgiconm {
    width: 100%;
    height: 100%;
    max-width: 20px;
    max-height: 20px;
    margin-right: 5px;
}


 .cardhead {
     display: block;
     text-align: -webkit-center;
     margin-left: auto;
     margin-right: auto;
 }

 .card-status-text {
     font-size: 14px;

 }

 .badge-text {
     letter-spacing: 2px;
 }

 .text-center{
    display: block;
    text-align: -webkit-center;
 }

 .post-h1 {
     font-size: 20px;
 }

 .post-h4 {
    font-size: 16px;
}

 .bg-nav {
     border-radius: 50px;
 }


.modallogo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    max-width: 300px;
}

.modalplayer{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    max-width: 50px;
    max-height: 50px;
}


.shop-head {
    width: 100%;
    max-width: 175px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tp-head {
    width: 100%;
    max-width: 175px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 14px;
}


.shop-t {
    width: 100%;
    max-width: 255px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-card {
    border-radius: 0px;
}

@media only screen and (min-width: 768px) { 
.card-mtext {
    display: block;
    padding: 45px 0;
    text-align: center
}
}

.player-name {
    display: block;
    text-align: center;
}



.btn-buy {
    border-radius: 0;
}

.btn-r {
    border-radius: 6px;
}

.card-shop {
    border: 0px;
}
.item-title {
    font-size: 22px;
}

.item-text {
    font-size: 16px;
}

.item-details {
    display: flexbox;
}


.modal {
    backdrop-filter: blur(5px);
    border: 0;
}

.modal-header {
    border-bottom: 0 !important;
}

.swal2-backdrop-show {
    backdrop-filter: blur(5px);
}

