/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.activeLi {
    background-color: #00155a;
    /* background-color: rgb(22, 1, 1) !important; */
    margin: 5px 10px !important;
    border-radius: 8px;
    padding: 0px 0px !important;
    color: white !important;
}


.activeLi a i {
    color: white !important;
}

.activeLi a span {
    color: white !important;
}

@font-face {
    font-family: Gilroy-Regular;
    src: url("./Gilroy-Regular.ttf");
}

.Gilroy-Regular {
    font-family: Gilroy-Regular;
}

@font-face {
    font-family: Gilroy-RegularItalic;
    src: url("./Gilroy-RegularItalic.ttf");
}

.Gilroy-RegularItalic {
    font-family: Gilroy-RegularItalic;
}

@font-face {
    font-family: Gilroy-Heavy;
    src: url("./Gilroy-Heavy.ttf");
}

.Gilroy-Heavy {
    font-family: Gilroy-Heavy;
}

@font-face {
    font-family: Gilroy-SemiBold;
    src: url("./Gilroy-SemiBold.ttf");
}

.Gilroy-Heavy {
    font-family: Gilroy-Heavy;
}

@font-face {
    font-family: Gilroy-Medium;
    src: url("./Gilroy-Medium.ttf");
}

.Gilroy-Medium {
    font-family: Gilroy-Medium;
}

@font-face {
    font-family: Gilroy-Bold;
    src: url("./Gilroy-Bold.ttf");
}

.Gilroy-Bold {
    font-family: Gilroy-Bold;
}

@font-face {
    font-family: Gilroy-Black;
    src: url("./Gilroy-Black.ttf");
}

.logout-btn {
    background-color: rgb(231, 231, 231);
}

.logout-btn:hover {
    background-color: rgb(206, 206, 206) !important;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: SourceSansPro-Regular, sans-serif;
}


/*---------------------------------------------*/

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.textlable {
    font-weight: lighter !important;
}

.login-logo {
    font-weight: lighter !important;
}

@font-face {
    font-family: gillbold;
    src: url("asset/css/Gilroy-Heavy.ttf");
}

.font-gilorybold {
    font-family: gillbold;
}

.dimdim-h1 {
    font-weight: bold;
    font-size: 50px;
    color: black;
    font-family: gillbold;
    z-index: 1;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.submit-login {
    background-color: rgb(24, 23, 23);
    color: white;
}

.submit-login:hover {
    background-color: black !important;
    color: white;
}

.submit-login:focus {
    background-color: black !important;
    color: white;
}


/* ads */

.ads-font {
    font-size: 18px;
    color: black;
    font-weight: 200px;
    padding-bottom: 20px;
    font-family: Gilroy-Bold;
}


/* userblade */

.bg-black-pill {
    background-color: black;
}

.gender-pill {
    color: white;
}


/* imag */

.image_container {
    height: 120px;
    width: 200px;
    border-radius: 6px;
    overflow: hidden;
    margin: 10px;
}

.image_container img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.image_container span {
    top: -6px;
    right: 8px;
    color: red;
    font-size: 28px;
    font-weight: normal;
    cursor: pointer;
}


/* view user */

#user-detail-form input,
#user-detail-form textarea {
    background-color: #E9ECEF;
}


.font-black-18 {
    font-size: 18px;
    color: black;
    font-family: Gilroy-Regular;
    text-transform: capitalize;
}

.img-box-user {
    height: 120px;
    padding-top: 10px;
}

.video-box-user {
    height: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* border: 1px solid black; */
}


/* switch */

.switch {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 60px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 22px;
    left: 4px;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 26px;
}

input:checked+.slider {
    background-color: rgb(71, 118, 180);
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}


/* image block */

.img-box-user,
.video-box-user {
    overflow: auto;
    overflow-y: hidden;
}

*::-webkit-scrollbar {
    display: none;
}

.tp-f-size {
    font-size: 20px;
    text-transform: capitalize;
}

.way_icon h3 {
    color: black;
}

.grdint-ioc i {
    color: black;
}

.way_icon h3 i {
    font-size: 65px;
}


/* gifts */

.switch {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 60px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 22px;
    left: 4px;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 26px;
}

input:checked+.slider {
    background-color: rgb(71, 118, 180);
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}

.sidebar-brand a:hover {
    color: black !important;
}

.width-100 {
    width: 100% !important;
}

.img-relative,
.video-relative {
    position: relative;
}

.close-image {
    position: absolute;
    top: -12px;
    right: 0px;
    font-size: 20px;
    color: blue;
}

.close-video {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 20px;
    color: blue;
}

.close-image:hover,
.close-video:hover {
    cursor: pointer;
    color: blue;
}


/* switch */

.switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
}

input:checked+.slider {
    background-color: #666cbb;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/* pravicy url */

.bg-custome {
    background-color: #F6F6F6;
}

.action_btn_right tr td:last-child {
    text-align: right;
}