﻿/*.navbar-logo {
    max-height: 50px;*/ /* Adjust the height to fit your navbar */
    /*width: auto;*/ /* Maintain the aspect ratio */
    /*padding: 0;*/ /* Ensure no padding is applied */
    /*margin: 0;*/ /* Remove any margin */
/*}*/
html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

/* The main content area should grow to fill space and push footer down */
.content {
    flex-grow: 1;
    margin-top: 50px; /* Account for fixed navbar */
}

/* Footer styles */
footer {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.play-now-link {
    color: red;
    font-weight: bold;
}

.error-text {
    color: red;
}

#news h3 {
    text-align: left;
}

#news p {
    text-align: left;
}

#news a {
    text-decoration: none;
    color: inherit;
}

.news-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-bs {
    background-color: #3c3d41;
    padding: 60px 40px;
    color: rgba(255,255,255,1.00);
}

.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
    padding: 10px 25px;
}

.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
    border-color: transparent;
}

.footer-bs .footer-brand h2 {
    margin: 0px 0px 10px;
}

.footer-bs .footer-brand p {
    font-size: 12px;
    color: rgba(255,255,255,0.70);
}

.footer-bs .footer-nav ul.pages {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-nav ul.pages li {
    padding: 5px 0px;
}

.footer-bs .footer-nav ul.pages a {
    color: rgba(255,255,255,1.00);
    font-weight: bold;
    text-transform: uppercase;
}

.footer-bs .footer-nav ul.pages a:hover {
    color: rgba(255,255,255,0.80);
    text-decoration: none;
}

.footer-bs .footer-nav h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.footer-bs .footer-nav ul.list {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-nav ul.list li {
    padding: 5px 0px;
}

.footer-bs .footer-nav ul.list a {
    color: rgba(255,255,255,0.80);
}

.footer-bs .footer-nav ul.list a:hover {
    color: rgba(255,255,255,0.60);
    text-decoration: none;
}

.footer-bs .footer-social ul {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-social h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.footer-bs .footer-social li {
    padding: 5px 4px;
}

.footer-bs .footer-social a {
    color: rgba(255,255,255,1.00);
}

.footer-bs .footer-social a:hover {
    color: rgba(255,255,255,0.80);
    text-decoration: none;
}

.footer-bs .footer-ns h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.footer-bs .footer-ns p {
    font-size: 12px;
    color: rgba(255,255,255,0.70);
    }

@media (min-width: 768px) {
    .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns {
        border-left: solid 1px rgba(255,255,255,0.10);
    }
}

.main {
    margin-top: 80px;
}

.main-login{
 	background-color: #fff;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}

.main-center{
 	margin-top: 30px;
 	margin: 0 auto;
 	max-width: 350px;
    padding: 40px 40px;

}

.login-button{
	margin-top: 5px;
}

.login-register{
	font-size: 11px;
	text-align: center;
}

.vertical-center{
    margin: auto;
}

.text12{
    font-size: 12px;
}

.account {
    background: url(/Content/images/ddtank/bg.png) repeat center center fixed;
    background-size: cover;
    height: 100vh; 
    width: 100%;
}

.logo {
    max-width: 200px;
}

.play-now {
    margin: 0 auto; /* Center the button */
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-confirm {
    color: #636363;
    width: 325px;
    font-size: 14px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}

.modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}

.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-confirm .icon-success {
    background: #5cb85c;
}

.modal-confirm .icon-failed {
    background: #d9534f;
}

.modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
}

.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    /*background: #82ce34;*/
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

/*.modal-confirm .btn:hover, .modal-confirm .btn:focus {
    background: #6fb32b;
    outline: none;
}*/

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.item-box {
    border: 2px solid black;
    border-radius: 5px;
}

.item-box img {
    cursor: pointer;
}

.item-details {
    /*position: absolute;*/
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 200px;
    height: auto;
    background-color: grey;
    opacity: 0.8;
}

.tableItemDetail td {
    padding: 0.1rem 0.1rem;
    width: 50%;
    font-size: 12px;
}

.nav-item {
    cursor: pointer;
}

.nav-link {
    color: black;
}

.nav-link.active, .nav-link:hover {
    background-color: lightgrey;
    color: black;
}

.admin-content {
    margin-top: 20px;
}

.notification {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    padding: 15px;
    border-radius: 4px;
    font-size: 16px;
    width: auto;
    max-width: 300px
}

.close-notification {
    float: right;
    margin-left: 15px;
}

.table-fixed {
    table-layout: fixed;
}

.page-item a {
    cursor: pointer;
}

/* Facebook Button */
.btn-facebook {
    background-color: #3b5998;
    color: white;
    border: none;
}

.btn-facebook:hover {
    background-color: #2d4373;
    color: white;
}

/* Google Button */
.btn-google {
    background-color: #db4437;
    color: white;
    border: none;
}

.btn-google:hover {
    background-color: #c23321;
    color: white;
}




