: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;
}

[data-theme="dark"] {
    --white-bg: #27293d;
    --card-bg: #e2e4e9;
    --font-color: #fff;
    --bg-color: #1e1e2d;
    --border-color: #3d3d46;
    --box-shadow-color: #292943;
    --btn-font: #ffffff;
    --borderbox-color: #33354e;
}


/* devanagari */

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url(./../webfonts/poppins/pxiEyp8kv8JHgFVrJJbecmNE.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;
}


/* latin-ext */

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url(./../webfonts/poppins/pxiEyp8kv8JHgFVrJJnecmNE.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;
}


/* latin */

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url(./../webfonts/poppins/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;
}

.colored-text {
    color: var(--primary-color);
}

#partnerName {
    color: var(--primary-color);
}

#permission {
    top: 0;
    position: absolute;
    left: 125px;
}

.input-group input,
.input-group input:focus,
.input-group input:active,
.input-group input:hover {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #273e47;
    color: #a4243b;
    border-radius: 0 !important;
}

.btn-theme {
    border: 0;
    color: var(--btn-font);
    position: relative;
    font-weight: 400;
    background: var(--primary-color);
    z-index: 0;
}

.btn.disabled {
    cursor: not-allowed;
}

.hide {
    display: none;
}

:focus {
    outline: none;
    box-shadow: none !important;
}

.btn-theme:focus,
.btn-theme:hover {
    outline: none;
    box-shadow: none;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 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;
}

header {
    background: var(--white-bg);
    color: var(--font-color);
    height: 50px;
}

header .container-fluid {
    padding-top: 7px;
}

.logo-link {
    margin-left: 10px;
}

.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;
}

.dashboard {
    position: relative;
    width: 100%;
    height: 93.5%;
}

.main {
    height: 100%;
}

#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: 0 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 500px;
    overflow: auto;
}

.dark-theme-setting {
    border-width: 0.5px;
    border-color: #6c7893;
    background: transparent;
    padding: 2px 5px;
}

#selfCountryflag {
    margin-top: -2px;
}

.dark-theme-setting .fa-moon {
    color: #1d253b;
}

.dark-theme-setting .fa-sun {
    color: #ffc107;
}

.btn-actions h5 {
    position: absolute;
    left: 25px;
}

.video-section {
    margin-top: 11px;
    transition: all 0.5s linear;
}

.video-dask {
    padding: 0 10px;
}

.chat-section {
    position: relative;
    margin-top: 11px;
    margin-bottom: 10px;
}

.user-input {
    background: transparent;
    border: 0;
}

.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-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.chat-header {
    height: 50px;
    font-size: 20px;
    padding: 10px;
    color: #ffea00;
    background: #111b24;
    font-weight: 700;
}

.chat-body {
    height: 90%;
    padding: 10px 5px;
    overflow: auto;
    background: var(--white-bg);
    position: relative;
}

.chat-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
    background: var(--white-bg);
    border-top: 1px solid var(--border-color);
}

.chat-footer .input-group {
    margin-top: 0;
    border-radius: 0px;
    background-color: var(--bg-color);
    color: var(--font-color);
}

.chat-footer .input-group .note-input {
    border: 0;
    background: transparent;
    color: #6c7893;
    border-radius: 0;
}

.chat-footer .input-group .note-input.form-control:focus {
    outline: none;
    border-bottom-color: #fff !important;
    box-shadow: none;
    transition: all 0.1s ease;
}

.chat-footer .input-group-append button {
    border: 0;
    background: transparent;
    border-radius: 0;
    color: #6c7893;
}

.remote-chat {
    position: relative;
    padding: 5px 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;
    text-align: left;
    width: fit-content;
    float: right;
    text-align: left;
    word-break: break-word;
    background: lightgrey;
}

.theme-switch-wrapper {
    display: inline-block;
    margin-right: 5px;
}

.theme-switch {
    display: inline-block;
    height: 25px;
    position: relative;
    width: 50px;
    margin-bottom: -9px;
    margin-right: -5px;
}

.theme-switch input {
    display: none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
}

.slider.round {
    border-radius: 34px;
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 16px;
    left: 4px;
    position: absolute;
    transition: 0.4s;
    width: 16px;
}

.slider.round:before {
    border-radius: 50%;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

input:checked+.slider {
    background-color: #66bb6a;
}

.theme-switch-wrapper em {
    margin-left: 10px;
    font-size: 1rem;
    font-style: italic;
    vertical-align: top;
}

.modal-body {
    color: #1d253b;
}

#online {
    color: #1dbf73;
}

::-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: typingDots 1s infinite linear;
    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: typingDotsBefore 1s infinite linear;
}

.typing-dots::before,
.typing-dots::after {
    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: typingDotsAfter 1s infinite linear;
}

.typingShow {
    width: 40px;
    text-align: left;
    margin-bottom: 0;
}

.typingShow p {
    display: inline-block;
    margin-bottom: 0;
}

@keyframes typingDotsBefore {
    0% {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(1, 1.3);
    }
    50% {
        transform: scale(1, 0.6);
    }
    75% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes typingDots {
    0% {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1, 1.3);
    }
    75% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes typingDotsAfter {
    0% {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1, 0.6);
    }
    75% {
        transform: scale(1, 1.3);
    }
    100% {
        transform: scale(1, 1);
    }
}

.footer-links,
.social-links {
    padding: 0;
    list-style: none;
    display: inline;
}

.footer-links li,
.social-links li {
    display: inline-block;
    font-size: 12px;
    padding: 0 20px;
    cursor: pointer;
    position: relative;
}

.social-links li {
    padding: 0 5px;
}

.theme-bg {
    background-color: var(--primary-color);
}

.social-data {
    width: fit-content;
    margin-left: auto;
    text-align: center;
}

.footer-links li:first-child {
    padding-left: 0;
}

.footer-links li:first-child a:before {
    display: none;
}

.social-links li:last-child {
    padding-right: 0;
}

.footer-links li a::before {
    content: "";
    position: absolute;
    left: -3px;
    width: 3px;
    height: 3px;
    border-radius: 30px;
    background-color: var(--font-color);
    top: 7px;
}

.start-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    margin: 10px auto 0;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.start-btn:hover {
    color: #fff;
    opacity: 0.7;
}

footer {
    background: var(--white-bg);
    border-top: 1px solid var(--borderbox-color);
    color: var(--font-color);
    position: fixed;
    width: 100%;
    bottom: 0;
}

.dashboard-footer {
    position: relative;
    padding: 10px 10px 5px;
}

.dashboard-footer p,
.app-footer p {
    /* width: 80%; */
    margin-bottom: 8px;
    font-size: 12px;
}

.dashboard-footer .footer-links,
.app-footer .footer-links {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    margin-bottom: 10px;
}

.dashboard-footer .footer-links li a,
.dashboard-footer .social-links li a,
.app-footer .footer-links li a,
.app-footer .social-links li a {
    color: var(--font-color);
    transition: all 0.5s ease-in-out;
}

.dashboard-footer .footer-links li a:hover,
.dashboard-footer .social-links li a:hover,
.app-footer .footer-links li a:hover,
.app-footer .social-links li a:hover {
    color: var(--primary-color);
}

.dashboard-footer h4,
.app-footer h4 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 20px;
}

.app-footer {
    padding: 10px 10px 5px;
}

.footer-logo img {
    margin-bottom: 30px;
}

.page-section {
    position: relative;
    padding: 80px 20px;
}

.text-white {
    color: #fff;
}

.icon-box em {
    font-size: 32px;
    color: var(--primary-color);
    padding: 20px;
}

.about-section {
    background-color: var(--white-bg);
}

.feature-section .icon-box {
    opacity: 0.8;
}

.feature-section .icon-box em {
    transition: all 0.2s ease-in-out;
}

.feature-section .icon-box:hover em {
    transform: scale(1.1);
}

.feature-section .icon-box:hover {
    opacity: 1;
}

.about-icon {
    font-size: 170px;
    color: var(--primary-color);
}

.use-show i {
    font-size: 30px;
    color: #fff;
    padding: 15px 10px;
}

.icon-box {
    padding: 10px 15px;
}

.rating-section i {
    font-size: 50px;
    color: var(--primary-color);
    margin: 0 10px;
}

blockquote p {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: var(--font-color);
    padding: 25px;
    font-size: 1.25em;
    font-style: italic;
    text-align: center;
}

blockquote {
    margin: 10px 10px 0;
    background: #fff;
    padding: 60px;
    position: relative;
    border: none;
    border-radius: 8px;
    font-size: 1.25em;
    color: var(--primary-color);
}

blockquote:before {
    top: 0;
    left: 10px;
}

blockquote a {
    color: var(--primary-color);
    font-style: italic;
    text-decoration: none;
    font-size: 0.85em;
}

cite {
    font-size: 1em;
    float: right;
    font-style: normal;
}

.arrow-opt i {
    font-size: 14px;
    background: var(--primary-color);
    border-radius: 50%;
    padding: 10px;
}

.carousel-inner {
    width: 80%;
    margin: auto;
}


/* Hide the browser's default checkbox */

.terms_modal input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.terms_modal .container {
    position: relative;
    padding-left: 35px;
}

.terms_modal .checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 25px;
    background-color: #e0e0e0;
}

.terms_modal input:checked~.checkmark {
    background: var(--primary-color);
}

.terms_modal .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.terms_modal input:checked~.checkmark:after {
    display: block;
}

.terms_modal .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.static-content {
    height: 100%;
    overflow: auto;
}

.static-content ul {
    margin-bottom: 100px;
}

.static-content li {
    text-align: justify;
    font-size: 14px;
    letter-spacing: 0.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-row {
    height: 100%;
    width: 100%;
    text-align: center;
    margin: auto;
}

.loader .fa {
    font-size: 54px;
    color: var(--primary-color);
    animation: 1.5s spin infinite linear;
    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;
}

.navbar-brand img {
    width: 160px;
    height: 35px;
    object-fit: contain;
}

select {
    border: 0;
    border-bottom: 1px solid var(--primary-color);
    width: 100px;
    cursor: pointer;
    background: transparent;
    color: var(--font-color);
}

select option {
    color: #333;
}

.navbar {
    padding: 1px 0.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: 0.1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.change-password-icon,
.auth-icon-set {
    font-size: 32px;
    color: #fff;
    padding: 30px;
    background: var(--primary-color);
    border-radius: 50%;
}

.auth-section .form-group {
    margin-right: 30px;
    margin-left: 30px;
}

.auth-section .btn-link {
    color: var(--primary-color);
}

.form-control {
    border: 0;
    border-bottom: 1px solid #ccc;
    background: transparent;
    border-radius: 0;
}

.form-control:focus {
    background-color: transparent;
}

.form-control:focus~.focus-border {
    width: 100%;
    transition: 0.4s;
}

.form-control~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: 0.4s;
}

.card {
    background: var(--card-bg);
}

.form-check-label {
    position: relative;
    margin-left: 7px;
    color: var(--primary-color);
}

.form-check .form-check-label:before {
    content: "";
    border: 1px solid var(--primary-color);
    padding: 8px;
    border-radius: 3px;
    margin-right: 10px;
    position: absolute;
    left: -26px;
    top: 2px;
}

.form-check .form-check-label:after {
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: -19px;
    width: 5px;
    height: 10px;
    display: none;
}

.form-check input:checked+.form-check-label:before {
    background-color: var(--primary-color);
}

.form-check input:checked+.form-check-label:after {
    display: block;
}

.form-check input {
    display: none;
}

.terms_modal select {
    display: inline-block;
    width: 85%;
    margin-left: 15px;
    border-radius: 0;
}

.chat-main {
    padding-left: 10px;
    padding-right: 10px;
}

.plan-selection .card {
    display: inline-flex;
}

.plan-selection .card-body {
    height: 200px;
}

.plan-selection label.btn {
    border: 1px solid var(--primary-color);
    margin-right: -8px;
    padding: 5px 20px;
    position: relative;
    z-index: 0;
    transition: all 0.3s linear;
    color: var(--font-color);
}

.plan-selection input {
    opacity: 0;
    display: none;
}

.plan-selection input:checked+label {
    background-color: var(--primary-color) !important;
    color: #fff;
    border: 1px solid var(--primary-color);
    z-index: 5;
}

.swal2-icon.swal2-info,
.swal2-icon.swal2-error {
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    background-color: var(--primary-color) !important;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
}

.card-header,
.card-body,
.card-footer {
    background-color: var(--white-bg);
}

.card-footer {
    border: 0;
    padding: 10px 5px 20px;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.elementor-shape[data-negative="false"].elementor-shape-bottom,
.elementor-shape[data-negative="true"].elementor-shape-top {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.about-desc {
    padding-bottom: 0;
}

.about-data {
    min-height: 450px;
}

.elementor-shape-bottom {
    bottom: -1px;
}

.elementor-shape-bottom svg path {
    fill: var(--primary-color) !important;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background: var(--primary-color);
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    height: 160px;
}

.elementor-shape-bottom:not([data-negative="true"]) svg {
    z-index: -1;
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.elementor-shape-fill {
    fill: var(--primary-color);
}

.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: all .5s ease-in-out;
    z-index: 5;
}

.show-cookie {
    display: flex;
    transition: all .5s ease-in-out;
}

.confirm-cookie {
    float: right;
    width: 100px;
}

.cookie p {
    margin-top: 0.5em;
    margin: 0;
}

.cookie i {
    font-size: 20px;
}


/*media queries*/

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .btn-theme {
        padding: 1px 15px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    footer.footerSet {
        position: relative;
        bottom: auto;
    }
    .rating-section i {
        font-size: 36px;
    }
    .about {
        overflow: hidden;
    }
    .h1,
    h1 {
        font-size: 1.5rem;
    }
    .plan-selection .card {
        margin-bottom: 25px;
    }
    .pad-res {
        padding: 0.25rem !important;
    }
    .local-video-container {
        position: absolute;
        bottom: 13px;
        width: 150px;
        height: 100px !important;
        right: 13px;
        margin-bottom: unset;
    }
    .static-content ul {
        margin-bottom: 130px;
    }
    .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: 0.25rem !important;
        padding-left: 0.25rem;
        margin-top: 8px;
        width: 98.99%;
    }
    .chat-section,
    .chat-area {
        padding-right: 0.25rem;
        padding-left: 0.25rem !important;
        margin-top: 5px;
        margin-bottom: 10px !important;
    }
    .chat-area {
        margin-top: -3px;
    }
    .btn-actions h5 {
        font-size: 16px;
        margin-top: 4px !important;
        left: 12px;
    }
    .chat-panel {
        height: 100%;
        left: 0px;
    }
    .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;
    }
    .btn-actions,
    .remote-video-container,
    .chat-panel,
    .about {
        border-radius: 0;
    }
    .video-dask {
        padding: 0 7.5px;
    }
    .chat-footer {
        position: relative;
        /* z-index: 5; */
        bottom: 7px;
    }
    select {
        width: 80px;
    }
    .report {
        left: 10px;
        right: auto;
    }
    .navbar {
        min-height: unset;
    }
    .social-data {
        margin: auto;
    }
    .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;
    }
}

[dir="rtl"] .text-right.filter-options {
    text-align: left !important;
}

[dir="rtl"] .faq_section .card-header {
    text-align: right;
}

[dir="rtl"] .faq_section .card-header h5 {
    direction: ltr;
}

[dir="rtl"] .faq_section .card-header h5 i {
    float: left !important;
}

[dir="rtl"] .faq_section .card-body {
    text-align: right;
}

[dir="rtl"] .social-data {
    margin-left: 0;
    float: left;
}

[dir="rtl"] footer .text-md-left {
    text-align: right !important;
}

[dir="rtl"] .main-title {
    direction: ltr;
}

[dir="rtl"] .btn-actions .text-left {
    text-align: right !important;
}

[dir="rtl"] .navbar {
    direction: rtl;
    text-align: right;
}

[dir="rtl"] .footer-links li a::before {
    left: auto;
    right: 6px;
}

[dir="rtl"] .navbar-nav.ml-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

[dir="rtl"] footer .text-left {
    text-align: right !important;
}

[dir="rtl"] footer .text-right {
    text-align: left !important;
}

[dir="rtl"] .offset-md-1 {
    margin-right: 8.333333%;
}