:root {
    --white-bg: #fff;
    --card-bg: #fff;
    --font-color: #1d253b;
    --bg-color: #f5f6fa;
    --box-shadow-color: #838384;
    --borderbox-color: #efefef;
    --btn-font: #ffffff;
    --border-color: #c5c5c5
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

body {
    font-family: Poppins !important;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
    color: var(--font-color)
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#partnerName {
    color: var(--primary-color)
}

.btn-theme {
    border: 0;
    color: var(--btn-font);
    position: relative;
    font-weight: 400;
    background: #0000FF;
    z-index: 0
}

.btn.disabled {
    cursor: not-allowed
}

.hide {
    display: none
}

:focus {
    outline: 0;
    box-shadow: none !important
}

.btn-theme:focus,
.btn-theme:hover {
    outline: 0;
    box-shadow: none;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: var(--primary-color);
    background-color: transparent;
    border-color: transparent;
    box-shadow: none !important
}

.local-video-container,
.remote-video-container {
    width: 100%;
    height: 264px;
    background: var(--white-bg);
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid var(--borderbox-color)
}

.remote-user-info {
    margin: 5px;
    font-size: 12px;
    background: #b5a5a51c;
    width: fit-content;
    padding: 3px 5px;
    position: absolute;
    top: 0;
    font-weight: 600;
    color: #fff
}

.main {
    height: 100%;
    min-height: 50
}

#partnerCountryVideo {
    vertical-align: middle;
    margin-right: 4px
}

.btn-actions {
    border: 1px solid var(--borderbox-color);
    padding: 6px 10px;
    background: var(--white-bg);
    height: 46px;
    border-top-right-radius: 5px
}

.btn-actions .text-left {
    padding-left: 3px
}

.chat-area {
    position: relative;
    text-align: center;
    height: 480px
}

.description {
    position: absolute;
    margin: auto;
    width: 100%;
    padding: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 500px;
    overflow: auto
}

.dark-theme-setting {
    border-width: .5px;
    border-color: #6c7893;
    background: 0 0;
    padding: 2px 5px
}

#selfCountryflag {
    margin-top: -2px
}

.dark-theme-setting .fa-moon {
    color: #1d253b
}

.dark-theme-setting .fa-sun {
    color: #ffc107
}

.video-section {
    margin-top: 11px;
    transition: .5s linear
}

.video-dask {
    padding: 0 10px
}

.chat-section {
    position: relative;
    margin-top: 11px;
    margin-bottom: 10px
}

.about {
    border: 1px solid var(--borderbox-color);
    background: var(--white-bg);
    position: relative;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 5px
}

.video-actions {
    position: absolute;
    width: 100%;
    bottom: 7px;
    text-align: center;
    display: none
}

.rotate {
    display: none
}

.chat-body a,
.chat-body a:hover {
    color: unset
}

.action-video {
    border: 0;
    color: var(--primary-color);
    font-size: 14px;
    cursor: pointer;
    width: 30px;
    border-radius: 2px;
    text-align: center;
    background: #00000054;
    padding: 2px
}

.action-video:hover {
    background-color: var(--primary-color);
    color: #fff
}

.modal-header {
    background: var(--primary-color);
    color: #fff
}

.modal-header .close {
    color: #fff;
    opacity: 1
}

a,
a:hover {
    color: var(--primary-color)
}

.chat-panel {
    height: 100%;
    width: 100%;
    position: relative;
    border: 1px solid var(--borderbox-color);
    background: var(--white-bg);
    border-bottom-right-radius: 5px
}

.chat-body {
    height: 90%;
    padding: 10px 5px;
    overflow: auto;
    background: var(--white-bg);
    position: relative
}

.remote-chat {
    position: relative;
    padding: 5px;
    clear: both;
    width: 60%
}

.remote-chat div {
    background: var(--primary-color);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: left;
    width: fit-content;
    word-break: break-word;
    position: relative
}

.server-msg {
    position: relative;
    z-index: 3
}

.local-chat {
    position: relative;
    float: right;
    width: 60%;
    text-align: right;
    padding: 5px 15px
}

.local-chat div {
    padding: 5px 10px;
    color: #333;
    border-radius: 5px;
    width: fit-content;
    float: right;
    text-align: left;
    word-break: break-word;
    background: #d3d3d3
}

.modal-body {
    color: #1d253b
}

::-webkit-scrollbar {
    width: 8px;
    background-color: var(--border-color)
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: var(--primary-color)
}

.typing-dots {
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: var(--white-bg);
    color: var(--white-bg);
    animation: 1s linear infinite typingDots;
    margin: 5px 10px
}

.typing-dots::before {
    left: -12px;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: var(--white-bg);
    color: var(--white-bg);
    animation: 1s linear infinite typingDotsBefore
}

.typing-dots::after,
.typing-dots::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0
}

.typing-dots::after {
    left: 12px;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: var(--white-bg);
    color: var(--white-bg);
    animation: 1s linear infinite typingDotsAfter
}

@keyframes typingDotsBefore {

    0%,
    100%,
    75% {
        transform: scale(1, 1)
    }

    25% {
        transform: scale(1, 1.3)
    }

    50% {
        transform: scale(1, .6)
    }
}

@keyframes typingDots {

    0%,
    100%,
    25%,
    75% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1, 1.3)
    }
}

@keyframes typingDotsAfter {

    0%,
    100%,
    25% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1, .6)
    }

    75% {
        transform: scale(1, 1.3)
    }
}

.start-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    margin: 10px auto 0;
    border-radius: 2px;
    cursor: pointer;
    transition: .3s linear
}

.start-btn:hover {
    color: #fff;
    opacity: .7
}

footer {
    background: var(--white-bg);
    border-top: 1px solid var(--borderbox-color);
    color: var(--font-color);
    position: fixed;
    width: 100%;
    bottom: 0
}

.about-icon {
    font-size: 170px;
    color: var(--primary-color)
}

.use-show i {
    font-size: 30px;
    color: #fff;
    padding: 15px 10px
}

cite {
    font-size: 1em;
    float: right;
    font-style: normal
}

.carousel-inner {
    width: 80%;
    margin: auto
}

.terms_modal input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.terms_modal .container {
    position: relative;
    padding-left: 35px
}

.static-content {
    height: 100%;
    overflow: auto
}

.static-content li {
    text-align: justify;
    font-size: 14px;
    letter-spacing: .5px;
    margin-bottom: 15px
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7;
    background: var(--bg-color);
    width: 100%;
    height: 100%;
    text-align: center
}

.loader .fa {
    font-size: 54px;
    color: var(--primary-color);
    animation: 1.5s linear infinite spin;
    text-align: center;
    margin: auto
}

@keyframes spin {
    0% {
        transform: rotate(45deg)
    }

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(260deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.filter-options i {
    color: var(--primary-color)
}

.report {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1
}

.remote-video-container {
    border-top-left-radius: 5px
}

.local-video-container {
    border-bottom-left-radius: 5px
}

select {
    border: 0;
    border-bottom: 1px solid var(--primary-color);
    width: 100px;
    cursor: pointer;
    background: 0 0;
    color: var(--font-color)
}

select option {
    color: #333
}

.navbar {
    padding: 1px .5rem;
    background-color: var(--white-bg);
    min-height: 50.8px
}

.video-load-icon {
    color: var(--primary-color);
    position: absolute;
    top: 50%;
    z-index: 2;
    font-size: 30px;
    left: 50%;
    transform: translate(-50%, -50%)
}

@keyframes blink {
    0% {
        opacity: .1
    }

    50% {
        opacity: .6
    }

    100% {
        opacity: 1
    }
}

.form-control {
    border: 0;
    border-bottom: 1px solid #ccc;
    background: 0 0;
    border-radius: 0
}

.form-control:focus {
    background-color: transparent
}

.form-control:focus~.focus-border {
    width: 100%;
    transition: .4s
}

.form-control~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: .4s
}

.card {
    background: var(--card-bg)
}

.terms_modal select {
    display: inline-block;
    width: 85%;
    margin-left: 15px;
    border-radius: 0
}

.chat-main {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 200px
}

.swal2-icon.swal2-error,
.swal2-icon.swal2-info {
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important
}

.card-body,
.card-footer,
.card-header {
    background-color: var(--white-bg)
}

.card-footer {
    border: 0;
    padding: 10px 5px 20px
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.about-data {
    min-height: 450px
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.cookie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    background-color: var(--white-bg);
    border: 1px solid var(--border-color);
    box-shadow: 0 2px 3px var(--box-shadow-color);
    display: none;
    align-items: center;
    justify-content: space-between;
    transition: .5s ease-in-out;
    z-index: 5
}

.show-cookie {
    display: flex;
    transition: .5s ease-in-out
}

.confirm-cookie {
    float: right;
    width: 100px
}

.cookie p {
    margin: 0
}

.cookie i {
    font-size: 20px
}

footer.footerSet {
    position: relative;
    bottom: auto
}

@media only screen and (max-width:992px) and (min-width:768px) {
    .btn-theme {
        padding: 1px 15px;
        height: 100%
    }
}

@media only screen and (max-width:767px) {
    body {
        font-size: 14px;
        height: 100%
    }

    .about {
        overflow: hidden
    }

    .local-video-container {
        position: absolute;
        bottom: 13px;
        width: 150px;
        height: 100px !important;
        right: 13px;
        margin-bottom: unset
    }

    .description {
        font-size: 12px;
        overflow: auto;
        padding: 25px 10px;
        height: 150px
    }

    .text-chat-panel .chat-body {
        height: 89.5%
    }

    .chat-body {
        height: 76%
    }

    .video-section {
        padding-right: .25rem !important;
        padding-left: .25rem;
        margin-top: 8px;
        width: 98.99%
    }

    .chat-area,
    .chat-section {
        padding-right: .25rem;
        padding-left: .25rem !important;
        margin-top: 5px;
        margin-bottom: 10px !important
    }

    .chat-area {
        margin-top: -3px
    }

    .chat-panel {
        height: 100%;
        left: 0
    }

    .chat-main {
        height: 45%;
        top: 0 !important;
        padding-left: 7.5px;
        padding-right: 7.5px
    }

    .remote-video-container {
        height: 100%;
        margin-bottom: unset
    }

    .chat-main.text-chat-panel {
        top: 5px !important
    }

    .btn-actions .text-left {
        padding-left: 5px
    }

    .about,
    .btn-actions,
    .chat-panel,
    .remote-video-container {
        border-radius: 0
    }

    .video-dask {
        padding: 0 7.5px
    }

    select {
        width: 80px
    }

    .report {
        left: 10px;
        right: auto
    }

    .navbar {
        min-height: unset
    }

    .show-cookie {
        display: block;
        text-align: center
    }

    .cookie p {
        text-align: left
    }

    .confirm-cookie {
        float: none;
        margin: auto
    }
}

@media only screen and (max-width:375px) {
    select {
        width: 65px;
        height: 100%
    }
}