﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    /*!* Margin bottom by footer height *!*/
    /*margin-bottom: 60px;*/
}



.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    /*white-space: nowrap;*/
    background-color: #0d1317 !important;
    /*line-height: 60px; !* Vertically center the text there *!*/   
    font-size: 14px;
    /*color:#737373;*/
    color: #d6d6d6;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact-item i {
    padding-right: 10px;
    color: #737373;
}

.contact-item {
    margin-bottom: 5px;
}

.footer h4{
    margin-bottom: 20px;
    font-size: 18px;
    color: #d6d6d6;
}

.footer a {
    /*color: #737373;*/
    color: #d6d6d6;
}


/* lin-item
-------------------------------------------------- */
.label-item {
    font-size: 14px;
    margin-top: 20px;
}

.line {
    margin-top: 5px;
    background: #e2e8f0;
    border-radius: 4px 0 0 4px;
    /*     width: 100%; */
    /*     position: relative; */
}

.line_wrap {
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    border-radius: 3px 0 0 3px;
    /*     overflow: hidden; */
}

.line_content {

    /*     position: relative;
        background: #ff6436; */
    background-color: #e2e8f0;
    height: 5px;
}


/* MY ========================= */
.navbar-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(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
    border-color: rgb(81 81 81);
}




.video-box {
    max-width: 700px; /* Can be in percentage also. */
    height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

.video-box iframe {
    width: 100%;
    height: 400px;
}

@media (max-width: 767px) {
    .video-box iframe {
        height: 250px;
    }
}

.about {
    padding-top:  100px;
    margin-bottom: 150px;
    font-size: 30px;
    /*font-weight: 500;*/
    /*color: gray;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

@media (max-width: 767px) {
    .about {
        font-size: 20px;
        padding: 40px 0 40px 0;
    }
}

.container-bg {
    /*background-color: #f7f7f7;*/
    background-color: #eef3f6;
    padding-bottom: 60px; /* Footer height */
}

.container2 {
    /*margin-left: 15px;*/
    /*margin-right: 15px;*/
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* USER DASHBOARD*/

.block {
    background-color: white;
    border-radius: 15px;
    padding: 20px;
    margin: 15px 0;
}

.f14 {
    font-size: 14px;
}

.fsmall {
    font-size: 13px;
}

.flarge {
    font-size: 20px;
}

.fxl {
    font-size: 24px;
}

.fxxl {
    font-size: 28px;
}

.c {
    text-align: center;
}

.red1 {
    text-align: center;
    color: red;
}


/* USER TAGS*/
.action-toggle {
    cursor: pointer;
}

.form-actions input[type=text], .form-actions input[type=number] {
    border: 2px solid lightgrey;
    border-radius: 10px;
    padding: 2px 5px;
    margin: 0 5px;
}

.form-actions select {
    border: 2px solid lightgrey;
    background-color: white;
    border-radius: 10px;
    padding: 5px;
    margin: 0 5px;
}

.g24 {
    margin: 15px 0;
    font-size: 24px;
    color: gray;
}

.userbadge {
    padding: 3px 3px 3px 3px;
    background-color: #f3f3f3;
    border-radius: 10px;
    margin: 5px;
    height: 36px;
}

.userbadge img {
    max-width: 30px;
    border-radius: 10px;
}

.userbadge .ad {
    background-color: #28a745;
    color: white;
    padding: 7px;
    border-radius: 10px;
}

.userbadge .name {
    margin: 0 7px;
}

.badge-ad {
    margin-top: 10px;
}

.badge-ad span {
    font-size: 12px;
    background-color: #ffd549;
    border-radius: 5px;
    padding: 5px;
}

.badge-private {
    background-color: #ffcb74;
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
}

.badge-deleted {
    background-color: #ff7974;
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
}

.action-toggle {
    border-radius: 10px;
    /*background-color: #f3f3f3;*/
    padding: 5px 10px;
}

.action-toggle-selected {
    background-color: #1a85ff;
}


.tbl-row .row div {
    border: 1px solid lightgray;
}


.tbl-border-p2 td {
    padding: 2px;
    border: 1px solid lightgray;
}

.tbl-border td {
    border: 1px solid lightgray;
    /*padding: 3px;*/
}

.loader {
    margin: 60px auto;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    /*background-color: white;*/
    z-index: 100;
    text-align: center;
    position: absolute;
    display: none;
}

.loader-data {
    margin-top: 300px;
    opacity: 1;
    font-size: 16px;
    padding: 20px 50px;
    border-radius: 30px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 43px 5px rgba(34, 60, 80, 0.26);
    -moz-box-shadow: 0px 0px 43px 5px rgba(34, 60, 80, 0.26);
    box-shadow: 0px 0px 43px 5px rgba(34, 60, 80, 0.26);
    display: none;
}

.loader-line {
    width: 200px;
    height: 3px;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    margin: 10px 0 0 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.loader-line:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 3px;
    width: 40%;
    background-color: #5062ff;
    -webkit-animation: lineAnim 2s linear infinite;
    -moz-animation: lineAnim 2s linear infinite;
    animation: lineAnim 2s linear infinite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

@keyframes lineAnim {
    0% {
        left: -40%;
    }
    50% {
        left: 20%;
        width: 80%;
    }
    100% {
        left: 100%;
        width: 100%;
    }
}

.sort-icon {
    display: inline !important;
    padding-left: 3px;
}

.navbarmain {
    background-color: #2a2c49 !important;
}

.navbarmain .nav-link {
    color: #e2e8f0 !important;
    /*v2*/
    /*color: #cedff5 !important;*/
}

.navbarmain .nav-link:hover {
    color: white !important;
}



.nav-item.payinfo {
    margin-top: 3px;
    font-size: 14px;
}

.navbar-brand {

    padding-right: 15px;
    /*v0*/
    /*font-family: 'Oswald', sans-serif;*/

    /*v 1*/
    /*color: #6de7ef !important;*/
    color: white !important;
    letter-spacing: 3px;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;


}

@media (max-width: 991px) {
    .navbar-brand {
        font-size: 18px;
    }
}

#submenu .nav-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #565555;
}

#submenu .nav-link.active {
    background-color: rgba(42, 43, 45, 0.75);
    color: white;
}

.header1 {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.post-img {
    width: 60px;
    height: 60px;
    margin: 5px;
    background-color: lightgrey;
}

.post-img img {
    max-width: 60px;
    /*width: 60px;*/
    /*height: 60px;*/
}

.ava {
    width: 50px;
    height: 50px;
    margin: 5px;
    background-color: lightgrey;
}

.ava img {
    max-width: 50px;
    /*width: 60px;*/
    /*height: 60px;*/
}

.table thead th {
    vertical-align: middle;
}

th {
    font-size: 14px;
}

.ava-report {
    max-width: 40%;
    margin: 5px;
}

@media (max-width: 767px) {
    .ava-report {
        max-width: 100%;
        padding: 10px;
    }
}

.report-item {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .report-item {
        margin-top: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e8e8e8;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.btn--blue {
    background-color: #366fff;
    border-color: #366fff;
    color: #fff;
}

.btn--blue-border {
    /*background-color: #366fff;*/
    border-color: #366fff;
    border-width: 2px;
    color: #366fff;
}

.btn--info {
    /*border-radius: 5px;*/
    /*display: inline-block;*/


    /*text-align: center;*/
    font-family: 'Open Sans', sans-serif;
}

.btn--size-md {
    line-height: 40px;
    padding: 5px 26px;
    font-weight: 700;
    font-size: 14px;
}

.btn--size-lg {
    font-size: 18px;
    font-weight: 700;
    height: 52px;
    line-height: 46px;
    padding: 0 24px;
}



@media (min-width: 1000px) {
    .block3 {
        margin-bottom: 150px;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    
    .block3-info {
        width: 42%;
        order: 0;
    }

    .block3-img {
        width: 50%;
        order: 1;
    }

    .block3.reverse .block3-info {
        order: 1 !important;
    }

    .block3.reverse .block3-img {
        order: 0 !important;
    }
}
@media (max-width: 999px) {
    .block3 {
        margin-bottom: 120px;
        display: flex;
        flex-direction: column;
    }
    
  
    .block3-info {
        width: 100%;
        order: 0;
        flex-direction: column;
    }

    .block3-img {
        width: 100%;
        order: 1;
        flex-direction: column;
    }
}


.block3-img img {
    box-shadow: 0 0 20px 5px gainsboro;
    max-width: 100%;
}

.block3-info p {
    margin-bottom: 30px;
    font-size: 18px;
    color: rgb(64, 68, 82);
}

.block3-info h1, .block3-info h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.block3-info i {
    padding-left: 5px;
}

.link {
    color: #366fff;
}

.form-floating {
    margin-bottom: 10px;
}

.underline-on-hover:hover {
    text-decoration: underline;
    cursor: pointer;
}