/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #ffdd00 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #ffdd00;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

body {
    font-weight: 500 !important;
}

.active-menu {
    color: white !important;
    opacity: 9;
}

.spinner-grow-sm {
    color: #e91e63;
}

button:disabled {
    cursor: default !important;
    pointer-events: all !important;
}

.widget-home-rew .widget-title {
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-grey-color);
}

.button-t-s {
    font-size: 20px;
    padding: 13px 28px;
}

#ad_rep {
    font-weight: bolder;
}

.f-l-d-c {
    flex-direction: column;
}

#now_watch #ip {
    color: #f44336;
    font-weight: 700;
    font-size: 15px;
}

#now_watch #now {
    font-size: 15px !important;
    margin-top: 10px;
    font-weight: 600;
}

.crumina-contact-item {
    padding: 9px 9px !important;
    margin-bottom: 0;
    min-height: 250px;
}

.bl {
    align-items: start !important;
}

.f-25 {
    font-size: 25px;
}

.rew-a {
    color: black;
    font-weight: 700;
}

.widget-home-rew .contact-item-thumb {
    margin-right: 0 !important;
    width: 93px;
}

.widget-home-rew .contact-item-thumb img {
    width: 60% !important;
}

.t-card {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #dfe6ec;
    font-size: 14px;
    background: white;
}

.t-card .header {
    margin: 10px 11px;
}

.t-card h6 {
    padding: 20px 30px;
    line-height: 1.42857143;
    margin: 0;
    background-color: #f1f6fb;
    border-bottom: 1px solid #dfe6ec;
}

.main-content-wrapper {
    z-index: auto;
}

.F-15 {
    font-size: 15px;
}

.badge {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
}

.card-b {
    padding: 14px;
    font-weight: 600;
}

.re-input {
    padding: 10px 1.875rem !important;
    font-size: 15px;
}

.c-ok {
    font-weight: 700 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    color: var(--lime-themes);
    text-align: center;
}

.c-dnt {
    color: var(--red-themes);
    font-weight: 700 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    text-align: center;
}

.re-tab {
    background-color: transparent;
    border-bottom: 2px solid #dfe6ec;
}

.pricing-tables-item-standard {
    margin-bottom: 24px;
}

.pr-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.pr-ul li {
    font-weight: 500;
    padding: 5px;
    border-bottom: solid 1px black;
}

.p-r {
    font-weight: 600;
    font-size: 15px;
    margin: 10px;
    color: red;
}

.swal2-html-container {
    position: relative;
}

.loader {
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background: #80808038;
}

.form-card {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    border-top: solid 1px #00000014;
}

.form-card span {
    font-weight: 500;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.form-card-multi {
    display: flex;
    border-top: solid 1px #00000014;
    padding: 14px 0;
}

.form-card-multi .detail-card span {
    font-weight: 500;
    font-size: 15px;
}

.form-card-multi .detail-card input {
    width: 93px;
    text-align: center;
}

.swal2-container.swal2-center>.swal2-popup {
    color: black !important;
}

.speed-test {
    position: relative;
}

.speed-again {
    display: none;
    text-align: center;
    margin: 50px;
}

.speed-again a {
    border: solid 1px #a27ce6;
    border-radius: 50px;
    padding: 10px 15px;
    background-color: #a27ce6;
    color: white;
    transition: all 0.1s ease-in;
}

.speed-again a:hover {
    background: #3e70aa;
    border: solid 1px #3e70aa;
    color: white;
}

.speed-test .button {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 100;
    font-family: "Segoe UI";
    letter-spacing: 1px;
}

.speed-test .button:before {
    border-radius: 100px;
    border: 2px solid #468cdc;
    box-shadow: 0 0 15px rgba(0, 255, 204, 0.15), 0 0 15px rgba(0, 255, 204, 0.15) inset;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 110px;
    width: 110px;
    margin-left: -55px;
    margin-top: -55px;
    opacity: 1;
    transform: scale(1);
    transition: all 300ms;
}

.speed-test .button:hover:before {
    transform: scale(1.05);
}

.speed-test .button.circle {
    background: #a27ce6;
    border: none;
    border-radius: 900px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-weight: 600;
    position: relative;
    margin: auto;
    transition: 0.5s;
}

.speed-test .button.circle:hover {
    background: #3e70aa;
    padding: -2px;
}

.speed-meter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.speed-meter .results {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

.speed-meter .num {
    display: flex;
    align-items: center;
}

.speed-meter .results.left .num {
    justify-content: flex-end;
    align-items: center;
}

.speed-meter .num svg {
    color: #a27ce6;
    font-size: 30px;
}

.speed-meter .num .mbps {
    font-size: 20px;
    margin-left: 10px;
}

.speed-meter .results.left .num .mbps {
    font-size: 20px;
    margin-right: 10px;
}

.speed-meter .results .download {
    border: solid 1px #8080804f;
    padding: 5px 10PX;
    width: 150px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.speed-meter .results .upload {
    border: solid 1px #8080804f;
    padding: 5px 10PX;
    width: 150px;
    border-radius: 5px;
}

.speed-meter .speedometr {
    position: relative;
    height: 100px;
    width: 200px;
    margin: 0 50px;
}

.speed-meter .speedometr .scale {
    position: absolute;
    border: 3px solid red;
    width: 65px;
    height: 15px;
    border-radius: 100% 100% 0 0;
    border-bottom: none;
}

.speed-meter .speedometr .scale.low {
    top: 10px;
    left: -30px;
    border-color: #e74c3c;
    transform: rotate(-50deg);
    transform-origin: top right;
}

.speed-meter .speedometr .scale.middle {
    left: calc(50% - 37px);
    border-color: #f1c40f;
}

.speed-meter .speedometr .scale.hight {
    top: 10px;
    right: -30px;
    transform: rotate(50deg);
    transform-origin: top left;
    border-color: #2ecc71;
}

.speed-meter .speedometr .arrow {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -1px;
    width: 1px;
    height: 66px;
    border: 1px solid;
    border-color: #2c3e50;
    border-radius: 100% 100% 0 0;
    background-color: black;
    transform: rotate(-75deg);
    transform-origin: bottom center;
    transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.65, 1.95, 0.03, 0.32);
}

.speed-meter .speedometr .arrow:after {
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    background-color: #2c3e50;
    border-radius: 100%;
    position: absolute;
    bottom: -1px;
    left: -6px;
}

.speed-server {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.speed-server .speed-progress {
    width: 90%;
}

.speed-server .server {
    position: relative;
}

@media(max-width: 700px) {
    .sp {
        position: relative;
    }

    .speed-meter {
        margin-top: 100px;
        justify-content: space-around;
    }

    .speed-meter .speedometr {
        top: 0;
        top: -100px;
        position: absolute;
    }
}

.conn .xh {
    float: left;
    color: #808080;
    font-size: 10px;
}


.conn .xhr {
    float: right;
    color: #808080;
    font-size: 10px;
}

.speed-server .server svg {
    font-size: 35px;
    color: gray;
}

.sorting-menu {
    display: flex;
    justify-content: center;
}

.crumina-contact-item .title {
    font-size: 18px;
}

.fl-td {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .crumina-contact-item {
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 20px !important;
    }
}

.t-card td b {
    padding-left: 10px;
}

.web-tv {
    display: flex;
    justify-content: center;
}

.web-tv-c .body {
    margin: 10px 0;
}

.web-tv .cat {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 666px;
    overflow-y: scroll;
}


.web-tv .cat channel {
    padding: 10px 0px 10px 13px;
    font-size: 16px;
    transition: all 0.1s ease-in;
    font-weight: 500;
}

.web-tv .cat channel a {
    width: 100%;
    display: block;
}

.web-tv .cat channel p {
    margin: 0;
    padding: 0;
    float: right;
    font-size: 10px;
    line-height: 2.5;
}

.web-tv .cat img {
    width: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    /* border-radius: 50%; */
    /* border: 2px solid #fff; */
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 20%);
    margin-right: 5px;
}

.web-tv .cat channel:hover {
    background-color: #8080801a;
    color: #1ab1e3;
}

.web-tv .cat channel.active {
    background-color: #8080801a;
    color: #1ab1e3;
}

.web-tv .inbox-widget .inbox-inner .inbox-item-info {
    margin-left: 5px;
    position: relative;
}

.web-tv.epg {
    flex-direction: column;
    overflow-y: scroll;
}

.web-tv-sc.fixed {
    z-index: 9;
    position: fixed;
    top: 83px;
    left: 11px;
    width: 356px;
    background-color: white;
    color: black;
    border-radius: 10px;
    padding: 15px;
    border: none;
    height: 85%;
    overflow: hidden;
}

.epg-item {
    border-bottom: 1px solid #eee;
    padding: 14px 8px;
    position: relative;
}

.epg-item .title {
    font-size: 16px;
    color: #37474f;
    font-weight: 600;
}

.epg-item .desc {
    color: #616161;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

.epg-item .time {
    font-size: 12px;
    color: #1ab1e3;
    font-weight: 600;
}

.slash {
    stroke-dashoffset: 400;
    stroke-dasharray: 395;
    stroke: #fff;
}

.fill,
#bg,
.letter {
    opacity: 0;
}

.web-tv-c svg {
    animation: blink 5s linear infinite;
    transition: all 300ms linear;
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 100%;
    max-width: 300px;
}

.loader-svg {
    transition: all 300ms linear;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background-color: #191f28;
}

.black-body {
    background-color: #191f28;
    overflow-x: hidden;
}

.con_streams {
    justify-content: center;
    align-items: center;
    padding-bottom: 161px;
    padding-top: 161px;
}

.con_streams .card {
    border: none;
}

.con_streams .live {

    padding: 25px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.con_streams .live img {
    padding: 25px;
    font-size: 50px;
    transition: all 0.1s ease-in;
}

.con_streams .live:hover {
    padding: 25px;
}

.con_streams .live:hover img {
    padding: 20px;
}

.con_streams .live h5 {
    margin: 0;
}

.grayScreen {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #0000008c;
}

.cs-loader {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 99;
}

.cs-loader-inner {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 100%;
    color: #FFF;
    padding: 0 100px;
    text-align: center;
}

.cs-loader-inner label {
    font-size: 12px;
    opacity: 0;
    display: inline-block;
    color: #a27ce6;
}

@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        transform: translateX(0px);
    }

    66% {
        opacity: 1;
        transform: translateX(0px);
    }

    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}

@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}

.cs-loader-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out;
}


.tv_sec h4 {
    margin: 0 !important;
    font-size: 15px;
}

.tv_sec {
    border: none;
    width: 100%;
    overflow: hidden;
    transition: all 0.2s ease-in;
    background: transparent;
}

.pointer {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.tv_sec .pointer:hover {
    background: linear-gradient(45deg, #fda582, #f7cf68) !important;
    color: #fff !important;
}

.tv_sec .profile_state {
    background: white;
}

.tv_sec .l-amber.active {
    background: linear-gradient(45deg, #fda582, #f7cf68) !important;
    color: #fff !important;
}

.tv_sec .profile_state li {
    border: none !important;
    text-align: center;
    padding: 0;
}

.player {
    background: #fff0;
    border: none;
}


.movie_box {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(8, minmax(100px, 1fr));
}

.movie_box .movie {
    transition: transform .3s;
    cursor: pointer;
    background-position-y: 6px;
    background-size: 100%;
    position: relative;
}

.movie_box .movie p {
    position: absolute;
    bottom: 0;
    margin: 0;
    background-color: #000000bd;
    color: white;
    padding: 10px;
    font-size: 10px;
    width: 100%;
}

.movie_box .movie:hover {
    transition: transform .3s;
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 9;
}

.movie_box .movie:hover .movie_box .movie {
    opacity: 0.4;
}

.movie_box img {
    border-radius: 2px;
    height: 270px;
    width: 200px;
    object-fit: cover;
}

.load_more {
    margin: 50px;
}

#watch_movie {
    width: 100%;
    height: 100vh;
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

#watch_movie .watch_movie .watch_meta {
    display: none;
    position: relative;
    align-items: center;
    color: #dc0000;
    background-color: black;
    padding: 10px;
    background: rgb(2, 0, 36);
    background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 30px;
    z-index: 1;
}

#watch_movie .watch_movie .watch_meta .watch_meta_flex {
    display: flex;
    align-items: center;
}

#watch_movie .watch_movie .watch_meta .watch_meta_flex #watch_name {
    font-size: 25px;
    font-weight: 500;
    margin-left: 25px;
    color: white;
}

#watch_movie .watch_movie .watch_meta .watch_meta_flex #go_back {
    cursor: pointer;
}

#watch_movie .watch_movie .watch_meta .watch_meta_flex #go_back i {
    color: white;
    font-size: 50px;
    margin-top: 10px;
}

#watch_movie #watch_media_player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#watch_movie #watch_media_player video {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

@media only screen and (max-width: 600px) {
    .con_streams.row {
        flex-direction: column;
        align-items: center;
    }

    .movie_box .box {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(1, minmax(100px, 1fr));
    }

    .movie_box .movie:hover {
        transition: transform .3s;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1.2);
    }
    .con_streams {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media(max-width: 2100px) {
    .movie_box {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(7, 1fr);
        text-align: center;
    }

    .movie_box .movie:hover {
        transition: transform .3s;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1.2);
    }
}

@media(max-width: 1900px) {
    .movie_box {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(6, 1fr);
        text-align: center;
    }

    .movie_box .movie:hover {
        transition: transform .3s;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1.2);
    }
}

@media(max-width: 1600px) {
    .movie_box {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(5, 1fr);
        text-align: center;
    }

    .movie_box .movie:hover {
        transition: transform .3s;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1.2);
    }
}

@media(max-width: 1200px) {
    .movie_box {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(4, 1fr);
        text-align: center;
    }

    .movie_box .movie:hover {
        transition: transform .3s;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1.2);
    }
}

@media(max-width: 900px) {
    .movie_box {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(4, 1fr);
        text-align: center;
    }

    .movie_box .movie:hover {
        transition: transform .3s;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1.2);
    }
}

@media(max-width: 800px) {
    .movie_box {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(4, 1fr);
        text-align: center;
    }

    .movie_box .movie:hover {
        transition: transform .3s;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1.2);
    }
}

@media(max-width: 700px) {
    .movie_box {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
    }

    .movie_box .movie:hover {
        transition: transform .3s;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1.2);
    }
}

@media(max-width: 500px) {
    .movie_box {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }

    .movie_box .movie:hover {
        transition: transform .3s;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1.2);
    }
}

.search {
    margin-bottom: 0 !important;
}

.search input {
    border-radius: 5px;
    position: relative;
    padding: 10px 18px 10px 40px !important;
    margin: 0 !important;
    color: black !important;
}

.search i {
    position: absolute;
    top: 10px;
    left: 10px;
    color: black !important;
}

.ope {
    background: none !important;
    border: none !important;
    padding: 10px;
}

#movie_streams {
    position: relative;
}

#search_streams {
    position: absolute;
    width: 100%;
    background-color: white;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 25px;
    border-radius: 10px;
}


.loader-svg-trans {
    display: none;
    transition: all 300ms linear;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background-color: #191f28cc;
}

.web-tv-c {
    margin-top: 121px;
}

.search-p {
    width: 344px;
    float: right;
    margin-bottom: 43px !important;
}

#nodata {
    display: flex;
    justify-content: center;
    font-size: 25px;
    font-weight: 600;
    width: 100%;
}

#paymentTableNew tr {
    background: #ffeb3b69;
}

.pay_area {
    display: flex;
    align-items: center;
}

.pay_or {
    font-size: 10px;
    padding: 0 10px;
}

.pay_scc {
    background: antiquewhite;
}

#epg {
    margin-top: 38px;
}

#epg-data {
    max-height: 88px;
    overflow: hidden;
    overflow-y: scroll;
    justify-content: flex-start;
}

.movie_stream-info #watch_media_player video {
    width: 100%;
}

video[poster] {
    cursor: pointer;
}

.link-ab {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.web-tv .description {
    color: black !important;
}

.scroll-bod {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 500px;
}

.scroll-bod::-webkit-scrollbar {
    width: 10px;
    background: #6f42c1;
}


.scroll-bod::-webkit-scrollbar-thumb {
    background: #6f42c1;
}

.scroll-bod::-webkit-scrollbar-thumb:hover {
    background: #6f42c1;
}

.wizard>.content::-webkit-scrollbar {
    width: 10px;
    background: #6f42c1;
}


.wizard>.content::-webkit-scrollbar-thumb {
    background: #6f42c1;
}

.wizard>.content::-webkit-scrollbar-thumb:hover {
    background: #6f42c1;
}

.loader-svg-trans {
    display: none;
    transition: all 300ms linear;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background-color: #191f28cc;
}

.movie_stream-info hr {
    background-color: #00000033;
}

#series_episodes_cat .cat a {
    padding: 10px 11px;
}

#series_episodes_cat .cat channel {
    padding: 0;
    font-size: 15px;
}

#series_media_player video {
    width: 100%;
}

.al-c {
    align-items: center !important;
}

hr {
    background-color: #bfbfbf;
}

.l-amber {
    font-size: 14px;
    color: #424242;
    padding: 20px;
    font-weight: 400;
}

.nav-tabs .nav-link {
    padding: 18px;
    font-weight: 600;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background: #00a651;
    color: white;
}

.card {
    margin-bottom: 30px;
    transition: .5s;
    border-color: #eee;
    border-radius: 0.55rem;
    position: relative;
    width: 100%;
}

.si-w svg {
    position: absolute;
    z-index: 999;
    left: 30px;
}

hr {
    margin: 18px 0;
    height: 4px;
    border: none;
    border-radius: 25px;
    background: #00000005;
}

.s_e_p a {
    margin-right: 4px;
}

.bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    z-index: 99;
}

.bar .info {
    color: white;
}

.loader-bar {
    width: 0%;
    margin: 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    border-radius: 25px;
    height: 2px;
    background: #FFF;
    z-index: 9999;
    margin-bottom: 50px;
}

.pad {
    margin: 0 15px;
}

.button_clear {
    text-align: center;
    padding: 10px;
}

.clear {
    position: fixed;
    top: -999999px;
}

.table th,
.table td {
    font-weight: 500;
    line-height: 4;
}

.text-danger {
    font-weight: 600;
}

.older-data {
    padding: 10px;
}

.card-inside-title {
    font-size: 20px;
    padding: 0;
    margin: 10px 0 11px;
}

.mar-15 {
    margin-top: 15px;
}

.hr-h {
    border-top: solid 1px #0000003d;
    margin-top: 27px;
    padding-top: 27px;
}

.font-bold {
    font-weight: bolder;
}

.col-pink {
    color: red;
}

.ss_form input {
    margin-bottom: 15px;

}

.ss_form {
    background: white;
    padding: 10px;
}

#w_img {
    background: none !important;
    margin: 0 !important;
    padding: 10px !important;
    border-radius: 0 !important;
}

.inbox-inner {
    position: relative;
}

.inbox-inner .ab {
    position: absolute;
    top: 20px;
    left: 0;
    width: 92%;
    z-index: 999;
    height: 80%;
}

.inbox-item {
    display: flex;
    margin: 10px 10px;
    border-bottom: solid 1px #00000026;
    justify-content: space-between;
    align-items: center;
}

.inbox-img {
    margin-right: 10px;
    min-width: 102px;
}

.inbox-img img {
    width: 100px;
}

.inbox-item-info .author {
    font-weight: 800;
}

.inbox-item-info .inbox-message {
    font-size: 12px;
}

.inbox-item-info .inbox-date {
    font-size: 10px;
    font-weight: 700;
}

.inbox-item-info span {
    margin: 0;
    padding: 0;
    display: block;
    line-height: 2;
}

.p-404 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}

.chb {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.chb input {
    width: 20px;
}

.chb label {
    margin: 0 14px;
}

.project-title {
    line-height: 2 !important;
}

.project-title h5 {
    font-size: 20px;
    margin: 0;
}

small,
.small {
    font-weight: 600 !important;
}

.pricing {
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: center;
}

big {
    font-size: 30px;
}

.demo-tagsinput-area p {
    font-size: 10px;
}

textarea.cke_source {
    background-color: #080808 !important;
    border-radius: 0 !important;
    color: white !important;
}

.sidebar {
    background-color: white;
}

.hamburg-button .open {
    display: none;
}

.hamburg-button .close {
    display: none;
}

@media(max-width: 1000px) {
    .responsive-menu {
        position: fixed;
        background: white;
        right: -250px;
        top: 195px;
        height: 100vh;
        z-index: 999;
        flex-direction: column;
        justify-content: flex-start;
        align-items: end;
        width: 250px;
        border-left: solid 1px #00000059;
        transition-timing-function: cubic-bezier(10,2,3,1);
        transition: 0.5s;
    }
    .responsive-menu .hamburg-button .open {
        display: block;
        transition-timing-function: cubic-bezier(10,2,3,1);
        transition: 0.5s;
    }
    .responsive-menu .hamburg-button .close {
        display: none;
        transition-timing-function: cubic-bezier(10,2,3,1);
        transition: 0.5s;
    }
    .responsive-menu .hamburg-button {
        position: absolute;
        top: 10px;
        left: -40px;
        width: 40px;
        height: 80px;
        background: white;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: solid 1px #00000059;
        border-right: none;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        cursor: pointer;

    }
    .responsive-menu.active {
        right: 0;
    }

    .responsive-menu.active .hamburg-button .open {
        display: none !important;
    }

    .responsive-menu.active .hamburg-button .close {
        display: block !important;
    }

    .fix {
        position: fixed;
        top: 60px;
    }
}

.ps-in {
    position: initial;
}

.flex-pre {
    display: flex;
}

.flex-pre .pre-no {
    margin: 0;
    padding: 0;
    border: 0;
    background: white;
    width: 55px;
    border-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 15px;
}

.flex-pre input:invalid, textarea:invalid, select:invalid {
    border: none !important;
}

.flex-pre input{
   border-radius: 0 !important;
   border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.secForm {
    display: none;
}

.bo-r-5 input {
    border-radius: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.bo-r-5 .pre-no {
    width: 93px;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bg-grey {
    background: #ebf2f8 !important;
}

.large-section-padding {
    padding: 24px 0 !important;
}

table {
    margin-bottom: 0 !important; 
}


.flex-all-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p-c-s-t-m {
    margin: 0;
    font-weight: bolder;
    color: white;
    padding: 6px 0 14px;
    font-size: 10px;
}

#w-c-a {
    word-wrap: break-word !important;
}
