html {
    touch-action: manipulation;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 15px;
    overflow-x: hidden;
}

body.videoplayer {
    overflow: hidden;
    background: #000;
    padding: 0 !important;
}

.navbar-brand {
    font-weight: bold;
}

a {
    color: #3e4fb1;
}

a:hover {
    text-decoration: none !important;
}

a.nav-link {
    color: #4151b5;
}

.breadcrumb-item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.breadcrumb-item.active {
    color: #333;
}

.nav-item {
    position: relative;
}

iframe {
    border: none;
}

option:disabled {
    background: red;
    color: #fff;
}

.dropdown-menu {
    z-index: 1200 !important;
    font-size: 15px !important;
}

.dropdown-menu.show {
    max-height: 320px;
    overflow-y: auto;
}

.dropdown-toggle img,
.dropdown-item img {
    margin-top: -3px;
}

.table .dropdown-menu {
    z-index: 1031 !important;
    max-height: calc(100vh - 56px);
    overflow-y: auto;
}

.btn-block,
.header-title h2 {
    text-overflow: ellipsis;
    word-break: break-word;
}

.btn-group-sm>.btn,
.btn-sm {
    font-size: 0.875rem;
}

@media (min-width: 1024px) and (max-width: 1199.99999px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .header-title h2 {
        font-size: 1.4em !important;
    }
}

@media (max-width: 576px) {
    .header-title h2 {
        font-size: 1.2em !important;
    }
}

.input-group-prepend>.form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 1;
}

.input-group-append>.form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 1;
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .container,
    .container-sm {
        max-width: 95% !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 95% !important;
    }
}

.btn-green {
    color: #000 !important;
    background-color: #3ae464;
    border-color: #3ae464;
}

.btn-green.focus,
.btn-green:focus,
.btn-green:hover {
    box-shadow: 0 0 0 0.2rem rgba(58, 200, 100, 0.25);
}

:focus-visible,
.dropdown-item,
.navbar-toggler {
    outline: 0 !important;
}

.dropdown-item .fa {
    min-width: 17px;
}

#footer .nav-link,
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

@media screen and (max-width: 767.99999px) {
    .nav-pills.nav-justified {
        display: block;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg.navbar-dark .nav-item.active:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -0.55rem;
        border: 0 solid #fff;
        border-bottom-width: 0.2rem;
    }
}

.card img {
    max-width: 100%;
    height: auto;
}

.bg-dark {
    background-image: linear-gradient(248deg, #222, #333);
}

#footer .nav-link:focus,
#footer .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>th:first-child:before {
    top: 15px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-bottom: 0.85em !important;
    white-space: normal !important;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: block !important;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    display: flex;
}

table.dataTable>tbody>tr.child span.dtr-title {
    display: block !important;
    float: left;
    text-align: left !important;
    width: 33.33333%;
}

table.dataTable>tbody>tr.child span.dtr-data {
    display: block !important;
    text-align: left !important;
    float: right;
    word-break: break-all;
    width: 66.66666%;
}

.table-hover tbody tr:hover {
    background-color: rgba(103, 58, 183, 0.07);
}

.table tr.unavailable>td {
    background-color: rgba(255, 0, 0, 0.2);
}

.table .title {
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .table .title {
        max-width: 200px;
    }
}

.sweet-alert {
    outline: 0;
}

.sweet-alert .text-muted {
    font-weight: 400;
    word-break: break-word !important;
}

.sweet-alert .btn-lg {
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.sweet-alert p.lead {
    overflow-y: auto;
    max-height: 300px;
}

.a2a_menu {
    border: 0 !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.a2a_wide a {
    margin-top: 0 !important;
}

.a2a_floating_style {
    left: 0;
    top: 150px;
    position: fixed;
    z-index: 1024 !important;
}

.a2a_floating_style a {
    clear: left;
    display: block;
    overflow: hidden;
    padding: 4px;
    text-decoration: none;
}

@media screen and (max-height: 480px) {
    .a2a_floating_style {
        top: 0;
    }
}

@media screen and (max-width: 1235px) {
    .a2a_floating_style {
        top: auto;
        bottom: 0;
        width: auto;
        min-width: 208px;
        border-radius: 0 6px 0 0 !important;
    }

    .a2a_floating_style a {
        float: left;
        line-height: 16px;
        padding: 4px;
        clear: none;
    }
}

@media screen and (max-width: 767px) {

    .ms-container,
    .ms-container .ms-selectable,
    .ms-container .ms-selection {
        width: 100% !important;
    }

    .ms-container .ms-selectable {
        margin-bottom: 2rem !important;
    }
}

.jQWCP-wWidget {
    width: 265px !important;
    height: 200px !important;
}

.jQWCP-mobile {
    width: 100% !important;
    max-width: 320px !important;
}

#tbVideosChecker_paginate {
    display: none !important;
}

@media (max-width: 1023.99999px) {
    #modalVideo .modal-dialog {
        max-width: 90%;
    }
}

.select2-container {
    max-width: 100% !important;
}

.embed-container {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #000;
    color: #fff;
    z-index: 1022;
    line-height: 1.4;
}

.embed-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

#mContainer #message {
    text-align: center;
    font-size: 1.5em;
    word-break: break-word;
}

.lds-ellipsis {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

#directAds,
#resume {
    width: 100%;
    height: 100%;
    position: absolute;
}

#directAds {
    z-index: 1024;
    background: #000;
}

#closeAds {
    font-size: 1.2rem;
    font-weight: 700;
    position: absolute;
    color: #fff;
    background: #a00000;
    border: 2px solid #fff;
    border-radius: 5px;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.ms-container .ms-list {
    height: 130px !important;
}

.paypal-buttons {
    min-width: 100% !important;
}

.custom-checkbox.mx-auto {
    padding-left: 0;
    min-width: 1.5rem;
}

.custom-checkbox.mx-auto .custom-control-label:after,
.custom-checkbox.mx-auto .custom-control-label:before {
    left: 50%;
    transform: translateX(-50%);
}

.text-bold {
    font-weight: 700;
}

.toastify {
    padding: 10px 25px;
    max-width: 320px;
}

.toast-close {
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
}

.picker-dialog {
    z-index: 99999 !important;
}

.picker-dialog-bg {
    z-index: 99998 !important;
}

.picker-dialog-content {
    min-height: 600px !important;
}

.treeview>.list-group {
    border-radius: 0;
}

#btn-google-login>div {
    margin: -2px !important;
}

#btn-google-login iframe {
    margin: -2px auto !important;
    height: 44px !important;
}

table.gsc-search-box td.gsc-input,
.gsc-input-box,
.gsc-control-cse {
    padding: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
}

.gsc-search-button {
    margin-left: 0 !important;
}

form.gsc-search-box {
    margin-bottom: 0 !important;
}

.gsib_a {
    padding: 0 !important;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
    border-radius: .25em !important;
    background-color: #fff !important;
    border: 1px solid #ced4da;
    display: block !important;
}

.gsc-input {
    line-height: 1.5 !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    outline: 0 !important;
}

.gsc-input:focus {
    outline: 0 !important;
    color: #495057 !important;
}

.gsc-search-button-v2 {
    border: 1px solid transparent !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: .25rem !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #3ae464 !important;
    border-color: #3ae464 !important;
}

.gsc-search-button-v2 svg {
    fill: #000 !important;
    width: 1rem !important;
    height: 1rem !important;
}

.gsc-search-button-v2.focus,
.gsc-search-button-v2:focus,
.gsc-search-button-v2:hover {
    box-shadow: 0 0 0 0.2rem rgb(58 200 100 / 25%) !important;
}

header .gcse-wrapper {
    max-width: 320px;
}