@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    min-width: 350px;
    font-family: 'Roboto', sans-serif;
}

.navbar > .container-xxxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.container-xxxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1540px) {
    .container-xxxl {
        max-width: 1540px;
    }
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/** main navbar **/
.navbar-main {
    font-weight: bold;
}

@media (min-width: 576px) {
    .navbar-main .navbar-brand {
        border-right: 6px solid #cccccc;
        padding-right: 25px;
    }
}

.navbar-main .logo {
    max-height: 40px;
}

@media (min-width:992px) and (max-width: 1200px) {
    .navbar-main .logo {
        max-width: 200px;
    }
}
@media (max-width: 768px) {
    .navbar-main .logo {
        max-width: 200px;
    }
}

@media (max-width: 576px) {
    .navbar-main .logo {
        max-width: 125px;
    }
}

/** footer **/
footer .container .navbar-nav .nav-link{
    color: #ffffff;
    border-color: #ffffff;
}

footer .navbar .container .navbar-toggler {
    color: #5bc5fd;
    border-color: #5bc5fd;
}

footer .container .navbar-nav .nav-link:hover {
    color: #6bcbff;
}
footer .social {
    color: #FFF;
}
footer .footer-signup {
    background-color: #00275a; 
}

/** main **/
.btn:hover {
    text-decoration: none;
}
.btn-dark:hover {
    background-color: #585858;
    border-color: #585858;
}
.btn-outline-main {
    color: #6c3488;
    border-color: #6c3488;
}

.btn-outline-main:hover {
    color: #f4f3f5;
    background-color: #632081;
    border-color: #632081;
}

.rounded-end-0 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.rounded-start-0 {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*!
* different css for all site with all templates
*/
.main-header {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #f3f3f3;
}
.main-header-big {
    min-height: 290px;
}

.main-header-sm {
    min-height: 124px;
}

a {
    color: rgba(0,0,0,.5);
}

a.like {
    background: url(/storage/img/like-thumbs-up.png);
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    padding-left: 35px;
    padding-top: 3px;
    height: 29px;
}
/* top part on user page (header, avatar) */
.user-name {
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;     
    position: absolute; 
    left: 130px; 
    bottom: 0px;
}
.user-name a {
    color: #FFF;
}
.user-name a:hover {
    text-decoration: none;
}

@media (max-width: 768px) { 
    #user-top {
        margin-bottom: 50px;
    }
    .user-name {
        text-shadow: none;
        font-size: 1.25rem;
    }
    .user-name a {
        color: #000;
    }
}

.text-shadow {
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;         
}

.text-shadow-white {
    text-shadow:
        -1px -1px 0 #FFF,
        1px -1px 0 #FFF,
        -1px 1px 0 #FFF,
        1px 1px 0 #FFF;         
}

.text-shadow-blur {
    text-shadow: 0px 0px 15px #000;
}

.w-15 {
    width: 15% !important;
}
.bordered {
    background-color: #FFFFFF; 
    border-right:2px solid #eae9e9; 
    border-bottom:2px solid #eae9e9;
    border-left: 5px solid #f7f7f7;
}

@media (max-width: 768px) { 
    footer { padding-bottom: 50px;}
}
@media (min-width: 768px) { footer .buttons-div { padding-left: 190px; }}

.select-img-item-selected {
    background: #26993f;
    color: #fff;
}

/* fit images */
.container-fit {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.content-fit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.cursor-pointer {
    cursor: pointer;
}

/* avatar-img */
.avatar-img {
    max-width: 50px;
}

.avatar-img-sm {
    max-width: 25px;
}

.avatar-img-md {
    max-width: 35px;
}


/* zoom */
.zoom, .zoom-lg {
  transition: transform .1s; /* Animation */
}

.zoom:hover {
  transform: scale(1.02);
}

.zoom-lg:hover {
  transform: scale(1.2);
}

.emojionearea .emojionearea-editor {
    min-height: 1em;
}

/* search */
#upload-search-box #upload-search {
    max-width: 200px;
}
