/* main > .container {
    padding: 15px 15px 20px;
} */

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.nav-link.active {
    color: #000;
    background-color: rgb(0, 123, 255);
    border-color: #dee2e6 #dee2e6 #fff;
}

.swiper {
    width: 100%;
    /* height: 300px; */
    /* margin-bottom: 10px; */
}

.swiperimg {
    width: 100%;
    height: auto;
    display: block;
}



body {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Inter", sans-serif;
    line-height: 1.7;
    font-size: 15px;
    font-weight: 400;
    background-color: #001e35;
    /* background-color: #011627;   */
}

.user-header {
    height: 60px;
    background-color: #011627;
}

.user-header img {
    height: 40px;
    width: auto;


}

.placeholder {
    height: 60px;
}

.social-icon {
    height: 60px;
    width: 60px;
    background-image: url('/images/social_icons_v3.png');
    background-repeat: no-repeat;
    background-size: 600% 300%;
}

.vk-icon {
    background-position: -2% -3%;
    display: inline-block;

}

.insta-icon {
    background-position: 18% -3%;
    display: inline-block;
}

.wa-icon {
    background-position: 60% -3%;
    display: inline-block;
}

.tg-icon {
    background-position: 39% -3%;
    display: inline-block;
}

.viber-icon {
    background-position: -2% 51%;
    display: inline-block;
}

.skype-icon {
    background-position: 60% 51%;
    display: inline-block;
}

.fb-icon {
    background-position: 82% -3%;
    display: inline-block;
}

.tiktok-icon {
    background-position: 18% 51%;
    display: inline-block;
}

.ok-icon {
    background-position: 60% 104%;
    display: inline-block;
}

.site-icon {
    height: 50px;
    width: 50px;
    margin-bottom: 5px;
    margin-left: 5px;
    background-image: url('/images/web.png');
    display: inline-block;
    background-size: cover;
    /* background-repeat: no-repeat; */

}


.user-header nav {
    background-color: #011627;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: rgb(0 0 0 / 25%) 0px 7px 20px -22px;

}

.htmledit {
    color: #000;
}

.slideentry {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid rgb(194, 174, 174);
    padding: 5px;
    margin-bottom: 20px;
}

.slideitem {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid black;
    padding: 5px;

}

.sliderimg {
    height: 40px;
    width: auto;
}


.site-index {
    /* color: #fff;
    font-weight: 700; */
    padding-bottom: 15px;
    /* position: relative; */
    /* margin: 0 0 20px;     */
    position: relative;
    overflow: hidden;
}

.names {
    position: relative;
    color: #fff;
}

.names h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 3px;
    background: #f71735;
}

.nameinfo {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sliderin {
    position: relative;
    border-radius: 50% 50% 0% 50%;
    border: 5px solid #fff;
    overflow: hidden;
    z-index: 1;
}

.sliderbox {
    padding: 20px;
    position: relative;
}

.sliderbox:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 200vw;
    border: 10px solid #f71735;
    border-radius: 310px;
    background: #011627;
}

.myyt {
    text-align: center;
    padding-top: 20px;
}

.myyt h2 {
    position: relative;
    display: inline-block;
}


.myyt h2:after {
    margin-left: -20px;
    margin-right: -20px;
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 35px;
    height: 3px;
    background: #f71735;
    right: -40px;
}

.myyt h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 35px;
    height: 3px;
    background: #f71735;
    left: -40px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}


.hello {
    /* font-size: 20px; */
    font-size: 1em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.whoare {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    padding-right: 20px;
}

.hcontainer {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.sliderbox:before {
    content: "";
    background-image: url(/images/dots-effect.png);
    position: absolute;
    top: 0;
    left: -40px;
    right: 0;
    bottom: 0;
    background-position: left;
    background-size: cover;
    -webkit-animation: spin 140s linear infinite;
    animation: spin 140s linear infinite;
}

.px-btn.px-btn-white {
    background: #fff;
    color: #011627;
}

.px-btn {
    padding: 0 35px;
    line-height: 48px;
    position: relative;
    display: inline-block;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
    border-radius: 5px;
}


footer p {
    /* color: #fff; */
    font-size: 14px;
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

footer {
    /* padding: 12px 0; */
    /* background: #011627; */
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

section .s-hdr {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
    margin-bottom: 30px;
}

.bottom-ani {
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    z-index: 1;
}

.dark-text-1 {
    color: #001e35;
}

.dark-text-2 {
    color: #011627;
}


.dark-bg-1 {
    background-color: #001e35;
}

.dark-bg-2 {
    background-color: #011627;
}


.dark-color-2 {
    background-color: #011627;
}


.dark-color-1 {
    background-color: #001e35;
}


.about {
    /* padding-bottom: 100px; */
    position: relative;
}
.about-top{
    padding-bottom: 100px; 
}

.liner {
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.fix-btn {
    min-width: 277px;
}

.btn-h {
    line-height: 48px;
}

#file-upload {
    color: #fff;
}

.add-qr {
    border: 1px solid rgb(194, 174, 174);
    padding: 5px;
}

.slides {
    position: relative;
    /* margin: 100px 0px 0px 0px; */
    padding: 35px 15px 20px 15px;
    width: 100%;
    height: 100%;
    /* border: 3px solid #fff; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.add-photo>input {
    display: none;
}

.add-photo {
    position: relative;
    width: 125px;
    height: 125px;
    background-color: transparent;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    border: 2px dashed #808080;
    margin: 0px 0px 15px 0px;

    z-index: 1;
    background-image: url(/images/user_808080.png);
    background-size: 90%;
    background-position: 50%, 50%;
    background-repeat: no-repeat;
    transition: all .5s;
}





.add-photo:hover {
    border-color: #fff;
    background-image: url(/images/user_fff.png);
}



.line1 {
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

.line2 {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}





.img__wrapper {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.img__wrapper img {
    min-width: 100%;
    min-height: 100%;
    border-radius: 50%;
    object-fit: cover;

}

.remove-img {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.remove-img {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.img__wrapper:not(.has-img) .remove-img {
    display: none;
}

.rating{
    margin-top: 30px;
    float: right;
    display: flex;
    flex-direction: row;
    

}
.rating-img{
    width: auto;
    height: 55px;
}
.rating-text{
    display: flex;
    flex-direction: column;
    padding-top: 27px;
    font-weight: bold;
    line-height: 14px;
}
.r-text{
    text-align: right;
    font-size: 7px;
    color: red;
    font-weight: bold;
}
.rating-container{
    width: 100%;
}