/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}
.btn {
    padding: .5rem 1.4rem;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


body {
    font-family: "saira", sans-serif;
    background-color: #1c1d20;
    color: #FFF;
    min-height: 600px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    border-top:0px !important;
}

select {
    cursor:pointer;
}

input.input-validation-error {
    border:#103fc2 solid 2px;
}

.form-switch .form-check-input {
    font-size: 2rem !important;
    margin-left: -2.6rem !important;
    margin-top:0px !important;
}
.form-check {
    margin-bottom:24px;
}
.content {
    margin-top:80px;
    padding: 40px 16px 0px 16px;
}
.menu-spacer {
    padding-top: 136px;
}
.navbar a {
    color: #FFF !important;
}
.text-right {
    text-align:right;
}
.navbar {
    height: 80px;
    padding: 0 !important;
    margin-bottom: 0px !important;
    border-bottom: 3px solid #103fc2 !important;
    opacity:.98;

}

    .navbar .nav-link {
        display: block;
        /*background: url(../images/ferrari-horse.png) no-repeat 28px;*/
        background-color: #202020;
        background-size: 24px;
        padding: 18px 32px;
        border-bottom: 1px solid #393939;        font-size:1.1rem;

    }
    .navbar .nav-link:hover {
        background-color: #103fc2;
        transition: .3s;
        border-bottom: 1px solid #fff;
    }
        .navbar .nav-link i {
            font-size: 1.2rem;
            margin-right:10px;
        }
.hide {
    display: none;
}

.nav-container {
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 100% !important;
    padding: 0px;
    justify-content:normal !important;
}

.navbar-collapse {
    border-top:1px solid #fff;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(17,63,191, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

h1.display-4 {
    margin-bottom:18px;
}
.input-validation-error {
    margin-bottom: 6px;
}
.custom-toggler {
    border: none;
    transition: .3s;
    border-radius: 0;
    height: 80px;
    width: 80px;
    border-bottom: 3px solid #103fc2 !important;
    border-right: 1px solid #393939 !important;
    background: none;
    transition: .3s;
}

    .custom-toggler:hover {
        background: #1c1d20;
    }

    .custom-toggler:focus {
        box-shadow: none;
        border-color: rgba(0,0,0,.125);
    }

.navbar .logo-1 {
    display: block;
    height: 54px;
    width: 200px;
    background: url(../images/logo.png);
    background-size: 200px 54px;
    transition:.3s;
}
.navbar .logo-1:hover {
    opacity:.5;
}

@media (max-width:520px) {
    .navbar .logo-1 {
        height: 50px;
        width: 185px;
        background-size: 185px 50px;
    }
    .custom-toggler {
        height: 60px;
        width: 60px;
    }
    .navbar {
        height:60px;
    }
    .content {
        margin-top:60px;
    }
    .menu-spacer {
        padding-top: 116px;
    }

}

@keyframes breath {
    0%   { background-size: 140% auto; }
    50% { background-size: 160% auto; }
    100% { background-size: 140% auto; }
}
.bg-1 {
    /*animation: breath 16s linear infinite;
    background: url(../images/bg-1.jpg) no-repeat center top #202020;*/
    background: url(../images/motion-1.webp) no-repeat top center #202020;
    background-size:cover;
    position:absolute;
    top:0px;
    width:100%;
    z-index:-1;
}
.bg-2 {
    background: url(../images/bg-1.jpg) no-repeat center top #202020;
}

.bg-3 {
    background: url(../images/bg-3.jpg) no-repeat center top #202020;
    background-size:cover;
}
.bg-4 {
    background: url(../images/bg-4.jpg) no-repeat center top #202020;
    background-size: cover;
    height: 360px;
    border-top: 4px solid #103fc2;
}
.intro {
    font-weight: 500;
    padding-top: 80px;
    letter-spacing: .5rem;
    line-height:3.2rem;
}

@media (max-width:767px) {
    .intro {
        letter-spacing:.2rem;
    }
}

.nav-right {
    position: absolute;
    right: 36px;
    top: 16px;
    
}
.social-media {
    font-size: 2rem;
}

.social-media a {
    margin-left:24px;
}
.social-media a i {
    opacity: .8;
    transition:.3s;
}
.social-media a i:hover {
    opacity: 1;
    color:#103fc2;
}

@media (max-width:991px) {
    .nav-right {
        display:none;
    }
}

.navbar-nav .social-media {
    background:#1c1c1c;
    padding:5px;
    font-size:1.6rem;
}
.login-container {
    display: block;
    background: #1c1c1c;
    padding: 12px 18px;
    border-bottom: 1px solid #393939;
}
.login {
    margin-left: 12px;
}
@media (max-width:782px){
    .login {
        display:none;
    }
}
.login a, .login-container a {
    text-decoration:none;
    font-size:1.1rem;
    padding:12px;
    transition:.3s;
}
    .login a:hover, .login-container a:hover{
        color: #103fc2 !important;
    }
    .error {
        color:#e12121;
    }
footer .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: 0px;
    margin-right: 0px;
    max-width:100%;
    text-align:right;
}

.divider {
    width:70%;
    border-top:4px solid #103fc2;
    margin:16px auto 30px auto;
    border-radius:50%;
}
@media(max-width:767px) {
    .divider {
        margin:10px auto 16px auto;
    }
}
.form-main .card {
    opacity: .96;
    border-radius: 24px;
    background: #1c1d20;
}
.form-main .card-header {
    font-size: 2rem;
    text-align: center;
    padding-top: 20px;
    border-radius: 24px 24px 0px 0px;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
}
.form-main .card-body {
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
}
@media (min-width:576px) {
    .form-main .card-body {
        padding: 20px 40px 40px 40px;
    }
}
.form-main .card-footer {
    border-radius: 0px 0px 24px 24px;
    background: #1c1d20;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
}
.form-main .form-lable {
    margin-bottom: 6px;
}
.form-main .field-validation-error, .error {
    display:block;
    padding-top:6px;
}
.login-detail {
    text-align: center;
    margin-top: 30px;
}
.login-detail a {
    display:inline-block;
    margin-top:12px;
}

.btn-signup {
    font-size: 1.4rem;
    text-decoration: none;
    color: #fff;
    border: 3px #103fc2 solid;
    border-radius: 10px;
    padding:12px 60px;
    transition: .3s;
}
    .btn-signup:hover {
        background: #103fc2;
        color:#fff;
    }
.btn-login, .btn-cancel, .btn-etransfer {
    margin-top: 16px;
    width: 100%;
    background: #103fc2;
    border-radius: 8px;
    font-size: 1.2rem;
    border: 0px;
    transition: .3s;
}
.btn-cancel {
    margin-top: 0px;
    background: #393939;
}

.user-menu {
    width: 100%;
    background: #393939;
    padding: 8px 16px 6px 4px;
    text-align: right;
    height: 36px;
    opacity: .9;
}
.user-menu a {
    text-decoration:none;
    margin-left:12px;
    transition:.3s;
}
.user-menu a:hover {
    color:#103fc2 !important;
}
@media (max-width:600px) {
    .user-menu {
        text-align: left;
    }
}
.h2-join {
    margin-top:36px;
    padding-bottom:26px;
}

.motion-1 {
    background:url(../images/motion-1.webp) no-repeat center #202020;
    background-size:cover;
    width:100%;
    height:700px;
    opacity:.5;
}

.motion-2 {
    background: url(../images/motion-2.webp) no-repeat right #202020 ;
    background-size: cover;
    width: 100%;
    height: 700px;
    opacity: .5;
}

.motion-3 {
    background: url(../images/motion-3.webp) no-repeat center #202020;
    background-size: cover;
    width: 100%;
    height: 700px;
    opacity: .5;
}

.motion-4 {
    background: url(../images/motion-4.webp) no-repeat center #202020;
    background-size: cover;
    width: 100%;
    height: 300px;
    border-top: 4px solid #103fc2;
}

.sortable > div {
    margin-bottom: 5px;
    margin-left: 4px;
    display: inline-block;
    width: 19%;
    cursor: pointer;
}
.sortable > div img {
    border-radius: 3px;
    display: inline-block;
    width: 100%;
}
.sortable > .youtube-thumbnail iframe {
    height: 70px !important;
    border-radius: 3px;
}
.sortable > .youtube-thumbnail {
    height: 100%;
    background: #393939;
    border-radius: 3px;
}
.btn-youtube {
    position: absolute;
    display: block;
    width: 19%;
    text-align: center;
    margin-left: -8px;
}

.delete-file {
    opacity: .3;
    border: 3px #103fc2 solid;
}

.modal-content {
    border: 2px solid #fff !important;
}
.modal-body, .modal-footer, .form-modal .card {
    background:#1c1d20 !important;
    border:none;
}
.modal-header {
    background: #1c1d20 !important;
}
.modal-btn-right {
    float: right;
    margin-left: 5px;
}
.form-modal label {
    padding-bottom:4px;
}
.account-settings i.bi-person-circle {
    font-size: 8rem;
}

.select-large {
    padding:10px 20px;
}
.form-dark {
    background-color: #393939;
    color: #fff;
    border: 1px solid #808080;
    background-image: url(../images/sf-logo-2.jpg);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 24px;

}
.card-viewer {
    background: #202020;
    border: 0;
}

.forgot-password {
    display:inline-block;
    padding-top:12px;
    color:#fff;
    text-decoration:none;
}
.forgot-password-message {
    display: none;
    color: #fff100;
    margin-top:16px;
}

.grecaptcha-badge {
    display:none !important;
}

.select-categories .select2-container {
    max-width:180px;
    display:inline-block;
}

.home-logo {
    max-width:98%;
    margin-top:60px;
    padding-right:40px;
}
.apk {
    display:block;
    padding-top:30px;
    font-size:4rem;
    color:#A4C639;
    transition:.3s;
}

.btn-album {
    text-align: center;
    width: 201px;
    display: inline-block;
    margin: 6px;
    font-size: 1.2rem;
    border: 1px solid #393939;
    border-radius: 12px;
    cursor: pointer;
    transition: .3s;
    background: #1c1d20;
}
    .btn-album:hover {
        background: #103fc2;
        border: 1px solid #103fc2;
    }
    .btn-album p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding:8px 6px 0px 6px;
    }
    .btn-album > div {
        width: 200px;
        height: 200px;
        margin-bottom: 6px;
    }
    .btn-album > div i {
        font-size:6rem;
        padding-top:40px;
        display:block;
    }
    .btn-album img {
        width: 199px;
        height: 200px;
        border-radius: 12px 12px 0px 0px;
        margin-right: 8px;
        margin-bottom: 6px;
}

@media (max-width:520px) {
    .btn-album {
        width: 140px;
        font-size:.8rem;
    }
    .btn-album img {
        width: 138px;
        height: 140px;
    }
    .btn-album > div {
        width: 140px;
        height: 140px;
    }
}

.gallery-container {
    display: none;
}
.gallery-container .card {
    background-position: center top;
    background-size: cover;
    border:0px;
}
.gallery-container .card .card-body, .gallery-container .card .card-header, .gallery-container .card .card-footer {
    background-color: rgb(0 0 0 / 0.8);
}
.gallery-container .btn-close {
    float:right;
    font-size:1rem;
}

.btn-play-all {
    float: left;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0;
    color: #FFF;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    background:none;
    transition:.3s;
    margin-top:-10px;
}
.btn-play-all:hover {
    opacity:1;
}

.modal-dialog-nopadding {
    max-width: 1580px !important;
}
    .modal-dialog-nopadding .modal-body, .modal-dialog-nopadding .modal-body .card-body, .modal-dialog-nopadding .modal-footer {
        padding: 0 !important;
    }

/* Scrollbar */
div::-webkit-scrollbar, body::-webkit-scrollbar {
    margin-left: 1px;
    width: 10px;
}
div::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
    background: #202020;
    border-left: 1px solid #777f8f;
}
div::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #808080;
}
    div::-webkit-scrollbar-thumb:hover, body::-webkit-scrollbar-thumb:hover {
        background: #103fc2;
        cursor:pointer;
    }
/* /Scrollbar */

/* MVC-Grid */
.mvc-grid-pager button, .mvc-grid-pager-rows {
    border-radius: 8px;
}
.mvc-grid-pager .active, .mvc-grid-pager .active:focus, .mvc-grid-pager .active:hover {
    border-color: #103fc2 !important;
    background: #103fc2 !important;
}
.mvc-grid-table {
    border-radius:8px;
}
.mvc-grid-table tbody tr:nth-child(odd) {
    background: #1c1d20;
}
.mvc-grid-table tbody tr:nth-child(even) {
    background: #282829;
}
.mvc-grid-table thead tr th {
    background:#103fc2 !important;
}
.mvc-grid-table > table > thead > tr > th, .mvc-grid-table > table > tbody > tr > td, .mvc-grid-table > table > tfoot > tr > td {
    border: 1px solid #000 !important;
    white-space:nowrap;
}
.mvc-grid-table > table > tbody > tr {
    cursor:pointer;
}
.mvc-grid-table > table > tbody > tr > td {
    padding: 1rem !important;
}
.mvc-grid-table > table > tbody > tr:hover {
    background:#1861ac;
    transition:.3s;
}
.mvc-grid-selected-row {
    background:#0077cc !important;
}
.mvc-grid-table > table > tbody > tr > td .grid-link {
    color: #e5e5e5;
    font-size: 1rem;
    background: #103fc2;
    padding: 8px;
    border-radius: 5px;
    transition: .3s;
    text-decoration: none;
    min-width: 40px;
    display: inline-block;
    text-align: center;
}
    .mvc-grid-table > table > tbody > tr > td .grid-link:hover {
        color: #fff;
        background: #e12121;
    }
/* /MVC Grid */
.saira {
    font-family: "Saira", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}