﻿font-family: 'Roboto', sans-serif;
}

html {
    font-size: 100%;
}

.loginUser {
    background-image: url(../images/LoginBackground.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    overflow-y: auto;
}

.logInWrapper {
    width: 100%;
}

.loginUser:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 0;
}

.logInWrapper h2 {
    margin: 20px 0 30px;
    font-size: 3rem;
    font-weight: 400;
}

.customFormGroup label {
    position: absolute;
}

.customFormGroup input.customInput {
    width: 100%;
    padding: 10px 30px;
    border: 1px solid #fff;
    outline: none;
    height: 52px;
    border-radius: 35px;
    background: none;
    color: #fff;
    padding-left: 50px;
    font-size: .9rem;
}

.btn.btn-default {
    padding: 10px 40px;
    font-size: 1.5rem;
    font-weight: 500;
    border: none;
    color: #000;
    border-radius: 35px;
}

.socailLinks {
    font-size: 1.4rem;
}

    .socailLinks span {
        width: 70px;
        height: 70px;
        display: inline-flex;
        border: 1px solid #ccc;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        margin-right: 1rem;
    }

div#btneditUpdate {
    width: auto;
}

.btn-y {
    width: 150px;
    max-width: 100%;
    margin: 0.3rem 0.5rem;
    background-color: #f8a62c;
    border-color: #f8a62c;
}

.dd-flex {
    display: flex
}

.socailLinks span i {
    font-size: 2rem;
}

.loginUser .row {
    height: 100%;
}

.loginRight {
    padding-right: 3rem;
}

.reportWrap .statusReport {
    background: #fff;
    padding-left: 5rem !important;
    position: relative;
}

.loginWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    background: hsl(0deg 0% 0% / 77%);
    border-radius: 20px;
}

    .logInWrapper h3 {
        font-size: 2.4rem;
        font-weight: 600;
        margin-bottom: 20px;
    }

.customFormGroup svg.position-absolute {
    top: 50%;
    left: 20px;
    transform: translate(0px, -50%);
    width: 24px;
}

.customFormGroup img {
    top: 50%;
    left: 15px;
    transform: translate(0px, -50%);
    width: 30px;
}

.sz {
    width: 23px !important;
    margin-left: 0.1rem;
}

.nm {
    position: absolute;
    width: 34px !important;
    top: 50% !important;
    left: 12px !important;
    transform: translate(0px, -50%) !important;
}

.eml {
    position: absolute;
    width: 23px !important;
    top: 50%;
    left: 15px;
    transform: translate(0px, -50%);
}

.eml-login {
    position: absolute;
    width: 26px !important;
    top: 50%;
    left: 15px;
    transform: translate(0px, -50%);
}

.loc {
    width: 32px !important;
    top: 50% !important;
    left: 12px !important;
}

.calen {
    width: 19px;
    position: absolute;
    right: 26px;
    top: 9px;
}

.calens {
    width: 19px;
    position: absolute;
    right: 29px;
    top: 35px;
}

.timer {
    width: 24px;
    position: absolute;
    right: 10%;
    top: 74%;
    transform: translate(0%, -70%);
}

button.btn.btn-block.btn-Transparent {
    padding: 10px 40px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    border: 1px solid #ffff;
    border-radius: 35px;
}

.logInWrapper .ContactNum {
    font-size: 1.6rem;
}

.customCheckCon {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .customCheckCon input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #eee;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.customCheckCon:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customCheckCon input:checked ~ .checkmark {
    background-color: #f8a62c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customCheckCon input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customCheckCon .checkmark:after {
    left: 7px;
    top: 2px;
    width: 8px;
    height: 16px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.forgetPass {
    color: #f8a62c;
    font-size: 1rem;
    font-weight: 200;
}
/*      Dashboard CSS         */
header {
    background: #fff;
}

.dashboard .sideBar {
    border-right: 1px solid #E7E8F2;
    background: #000;
}

    .dashboard .sideBar .mainMenu ul li p {
        color: #9c9c9c;
        font-size: 1rem;
        margin-bottom: 0;
    }

.inner-data-box {
    padding: 15px 0px;
}

.custm-button {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.row.white-box {
    margin-bottom: 2rem;
    border-bottom: 1px dashed #e4e4e4;
    padding: 0 0 15px 0;
}

#tblDrinks_wrapper table.dataTable thead th, table.dataTable thead td {
    border: none
}

#tblDrinks_wrapper table.dataTable.no-footer {
    border: 1px solid #efefef;
    box-shadow: 0px 0 4px #00000024;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-radius: 100%
}

div#tblDrinks_info {
    margin-top: 1rem;
}

div#tblDrinks_paginate {
    margin-top: 1rem;
}



.dashboard .sideBar .mainMenu ul li {
    /* position: relative; */
    margin-bottom: 1rem;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fullview .sideBar .mainMenu ul li {
    padding-bottom: 30px;
}

.dashboard .sideBar .mainMenu ul {
    padding-left: 0;
}

    .dashboard .sideBar .mainMenu ul li svg {
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translate(20%, -50%);
        width: 16px;
    }

.dashboard .sideBar .mainMenu {
    margin-top: 20px;
}

.profileWrap ul {
    display: none;
}

.header .profileWrap {
    border-left: 1px solid #ccc;
    margin-left: 2rem;
    padding-left: 2rem;
}

.configWrapper span.siteIcons svg {
    height: 100%;
}

.header {
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px 15px;
}



    .header .profileWrap .userName {
        margin-left: 10px;
    }

.reportWrap .statusReport h4 {
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.reportWrap .statusReport h3 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.reportWrap .statusReport svg {
    position: absolute;
    top: 10%;
    left: 10px;
    background: #e8e8e8;
    padding: 7px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.reportWrap .statusReport i.fa.fa-sort-asc {
    margin-right: 5px;
    color: #4caf50;
}

.graphView {
    background: #fff;
    margin-top: 4rem;
}

.reportWrap .statusReport i.fa.fa-sort-desc {
    color: #f10000;
    margin-right: 5px;
}

.graphView .duration ul li {
    list-style: none;
    margin-left: 4rem;
}

    .graphView .duration ul li a {
        color: #ccc;
    }

.graphView .selectYear label {
    font-size: 1.3rem;
    font-weight: bold;
}

.graphView .selectYear select {
    border: mediumpurple;
}

.themeColor {
    color: #F8A62C;
}

.topHeading {
    padding: 0 20%;
}

.logInWrapper p {
    font-size: 1rem;
    margin-bottom: 30px;
    font-weight: 100;
}

label.customCheckCon {
    margin: 0
}

.dashboard .sideBar .mainMenu ul li.active p {
    color: #f8a62c;
}

span.siteIcons {
    padding: 0 20px;
}

.dashboard .sideBar .mainMenu ul li.active svg g {
    stroke: #f8a62c;
}

.searchTop {
    border: 1px solid #ddd;
    padding: 0 20px;
}

    .searchTop input.searchAll {
        border: none;
        outline: none;
    }

.profileWrap img.img-fluid {
    width: 40px;
}

header .Wrapper {
    padding: 5px 0;
}

.profileWrap .userName {
    font-weight: 500;
    font-size: .9rem;
}

.profileWrap .dropdown-menu {
    left: -30px !important;
}

.dashboard .sideBar .mainMenu ul li a {
    position: relative;
    width: 100%;
    text-decoration: none;
    padding-right: 5px;
}

.dashboard .sideBar .mainMenu ul.submenu li {
    padding: 5px 20px;
    font-size: 1rem;
    color: #fff;
    padding-left: 0;
    margin-bottom: 0;
}

.pageTitle.d-flex h3 {
    font-size: 1.2rem;
}

.dashboard .sideBar .mainMenu ul.submenu li a {
    color: #ededed;
    font-size: 1rem;
}

.dashboard .sideBar .mainMenu ul ul.submenu {
    padding-left: 20px;
    list-style: outside;
}

.breadcumbs ul.path {
    padding: 0;
    list-style: none;
    margin: 0;
    font-size: .9rem;
}



    .breadcumbs ul.path li {
        display: inline-block;
        padding: 0 3px;
    }

        .breadcumbs ul.path li:last-child {
            color: #f8a62c;
        }

.contentWraper {
    background: #fff;
    min-height: calc(100vh - 150px);
}

.contentWraperCategory {
    background: #fff;
}

.dashboard .sideBar .mainMenu ul li a i {
    color: #bfbfbf;
    font-size: 18px;
}
/*footer {
  background: #fff;
}*/
footer {
    background: #000;
    color: #fff;
    position: fixed;
    width: calc(100% - 258px);
    margin-left: 258px;
    bottom: 0;
    text-align: center;
    z-index: 9;
}

    footer p {
        padding: 10px;
        margin: 0px;
    }

h3.full.mb-3.mt-3.text-center.text-white {
    font-size: 1.73rem;
}

body.fullview footer {
    width: calc(100% - 26px);
    margin-left: 26px;
    transition: 0.5s ease-in-out;
}

input:focus {
    outline: none;
    box-shadow: 0px 0px 5px #f8a62c;
    border: 1px solid #e9502c;
}

.mbcs-3 {
    margin-bottom: 11px !important;
}

input:focus:hover {
    outline: none;
    box-shadow: 0px 0px 5px #f8a62c;
    border: 1px solid #e9502c;
}

.paddlr0 {
    padding-left: 0;
}

.inputbtncustm {
    padding: 10px 40px;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    border: 1px solid #ffff;
    border-radius: 35px;
}

a.dropdown-item {
    font-size: .9rem;
    line-height: 1.6;
    padding: 8px 15px;
}

.profileWrap .dropdown-menu {
    /* left: -30px !important; */
    right: 0;
}

a.dropdown-item i {
    font-size: .9rem;
}

.profileWrap .dropdown-menu {
    border: 1px solid rgb(0 0 0 / 4%);
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

span.text-danger.f13.field-validation-error {
    font-size: 0.8rem;
}

.dataTable thead tr th {
    /*background-color: #d2d2d2;
         color: #000;
    */
    background-color: black;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.accordion .submenulink:after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
    top: -29px;
    right: 10px;
    color: #9c9c9c;
    position: relative;
    font-size: 21px;
}

.accordion .submenulink.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f107";
    top: -29px;
    right: 10px;
    color: #9c9c9c;
    position: relative;
    font-size: 21px;
}

.accordion .submenu {
    background-color: #1b1b1b;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px !important;
}

.addpayout {
    /*  background-color: #ececec;*/
    /*background-color: black;*/
    /* color:white;*/
    padding-top: 10px !important;
}

.labelcustom {
    margin-right: 10px;
    white-space: nowrap;
    padding: 0;
    margin-bottom: 0;
}

.marginleftTop {
    margin-left: 50px;
    margin-top: 20px;
}

/*.dropdown-item i.note-icon-menu-check span {
    visibility:visible;
}
i.note-icon-menu-check {
    visibility: hidden;
}*/
/*------10-01-2021--------*/
.col-desktop {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.loginsubmit:focus {
    outline: none;
    box-shadow: 0px 0px 5px #f8a62c;
}

.thdesign {
    background-color: black;
    color: #ffffff;
    font-size: 15px;
    line-height: 2;
}

.btnact {
    border-color: #9ACD32 !important;
    border-width: 2px;
}

.bg-dark {
    background-color: black !important;
}

.fa-user-times {
    color: coral;
}

/*29-11-2021*/
.contentWraper1 {
    padding: 20px;
    /*box-shadow: 0 0px 20px rgb(0 0 0 / 16%);*/
    margin-bottom: 23px;
    background: #fff;
    overflow: auto;
    min-height: calc(100vh - 180px);
}
/*Subscription*/
.demo {
    padding: 20px 0;
}

.heading-title {
    margin-bottom: 100px;
}

.pricingTable {
    border: 2px solid #e3e3e3;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    transform: translateZ(0px);
    margin-bottom: 30px;
}

    .pricingTable:before,
    .pricingTable:after {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        bottom: -2px;
        right: -2px;
        z-index: -1;
        transition: all 0.5s ease 0s;
    }

    .pricingTable:before {
        border-right: 2px solid #f8a62c;
        border-left: 2px solid #f8a62c;
        transform: scaleY(0);
        transform-origin: 100% 0 0;
    }

    .pricingTable:after {
        border-bottom: 2px solid #f8a62c;
        border-top: 2px solid #f8a62c;
        transform: scaleX(0);
        /*  transform-origin: 0 100% 0;*/
    }

    .pricingTable:hover:before {
        transform: scaleY(1);
    }

    .pricingTable:hover:after {
        transform: scaleX(1);
    }

    .pricingTable .pricingTable-header {
        background: #f8a62c;
        color: #000;
        margin: -2px -2px 35px;
        padding: 30px 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 250px;
    }

    .pricingTable .heading {
        font-size: 30px;
        font-weight: 600;
        margin: 0 0 5px 0;
    }

    .pricingTable .subtitle {
        font-size: 14px;
        display: block;
    }

    .pricingTable .price-value {
        font-size: 50px;
        font-weight: 600;
        margin-top: 5px;
        position: relative;
        display: inline-block;
    }

    .pricingTable .currency {
        font-size: 45px;
        font-weight: normal;
        position: absolute;
        top: 2px;
        left: -30px;
    }

    .pricingTable .month {
        font-size: 20px;
        position: absolute;
        bottom: 17px;
        right: -45px;
    }

    .pricingTable .pricing-content {
        list-style: none;
        padding: 0;
        margin-bottom: 30px;
    }

        .pricingTable .pricing-content li {
            font-size: 16px;
            color: #000000;
            line-height: 40px;
        }

    .pricingTable .read {
        display: inline-block;
        border: 2px solid #f8a62c;
        border-right: none;
        font-size: 14px;
        font-weight: 700;
        color: #f8a62c;
        padding: 9px 30px;
        position: relative;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
    }

        .pricingTable .read:hover {
            border-color: #000000;
            color: #000000;
        }

        .pricingTable .read i {
            font-size: 19px;
            margin-top: -10px;
            position: absolute;
            top: 50%;
            right: 15px;
            transition: all 0.3s ease 0s;
        }

        .pricingTable .read:hover i {
            right: 5px;
        }

        .pricingTable .read:before,
        .pricingTable .read:after {
            content: "";
            display: block;
            height: 30px;
            border-left: 2px solid #f8a62c;
            position: absolute;
            right: -11px;
            transition: all 0.3s ease 0s;
        }

        .pricingTable .read:before {
            bottom: -6px;
            transform: rotate(45deg);
        }

        .pricingTable .read:after {
            top: -6px;
            transform: rotate(-45deg);
        }

        .pricingTable .read:hover:before,
        .pricingTable .read:hover:after {
            border-left-color: #000000;
        }

.dashboard .sideBar .mainMenu ul ul.submenu {
    padding-left: 20px;
    list-style: none;
    padding-left: 0px !important;
    background-color: #000;
}

li.dropdown-submenu ul.dropdown-menu.bg-dark {
    background-color: #181818 !important;
    border-radius: 0px;
}

    li.dropdown-submenu ul.dropdown-menu.bg-dark li a {
        color: #f8a62c !important;
        padding-left: 10px;
    }

    li.dropdown-submenu ul.dropdown-menu.bg-dark li {
        border-bottom: 1px solid #ededed;
    }

.cstm-btn-w-100 input#btnAdd {
    width: 100%;
    padding: 6px 0px;
}

p.heading-p {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: sans-serif;
}

div#gameList label.checkbox {
    margin-bottom: 0px;
}

.form-group input:hover {
    border: 1px solid #a9a9a9;
}

.thumbnail-image p {
    font-size: 1.3rem;
    margin-bottom: 5px;
    font-family: sans-serif;
    font-weight: 600;
}

.price-p p {
    font-family: sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0px;
}

.btn-pricing button {
    background-color: #000;
    color: #fff;
    border: none;
    font-weight: 500;
}

.pricingTable .price-data {
    font-size: 26px;
    font-weight: 600;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

.pricingTable .currency2 {
    font-size: 24px;
    font-weight: normal;
    position: absolute;
    top: 0px;
    left: -19px;
}

.pricingTable .month2 {
    font-size: 18px;
    position: absolute;
    bottom: 0px;
    right: -43px;
}

.hestyle {
    text-align: center;
    color: white;
    background-color: black;
}

.pricingTable .heading {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 5px 0;
    font-family: system-ui;
    color: #000;
}

.inner-data-box button.btn-dark {
    text-align: left;
    padding-left: 30px;
    position: relative;
}

    .inner-data-box button.btn-dark::after {
        content: "\f067";
        /* background-color: #fff; */
        left: 10px;
        top: 6px;
        position: absolute;
        font-family: 'FontAwesome';
        font-size: 15px;
    }

.inner-data-box label {
    margin-bottom: 10px;
}

div#gameList label.checkbox span {
    font-weight: 500;
    margin-left: 5px;
}

div#subGmList .border strong {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

div#subGmList .border select#ddAppName {
    border: 1px solid #b7b7b7;
    padding: 0px 10px;
    width: 100%;
    border-radius: 2px;
    background-color: #ebf0f8;
}

.panel-heading {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 17px;
}

.mb-00 {
    margin-top: -0.5rem;
}

div#gameListNew {
    padding-left: 20px;
}

.panel-heading {
    font-weight: 600;
    /*  margin-bottom: 15px;*/
    font-size: 16px;
    text-align: center;
}

    .panel-heading p {
        border-bottom: 1px solid #f8a62c;
        display: inline-block;
        padding-bottom: 0px;
        letter-spacing: 0.5px;
        color: #f8a62c;
    }

.form-heading h4 {
    font-size: 1.2rem;
    color: #838383;
}

.col-md-10.main-content-body {
    background-color: #fff;
}

header.col-md-12 {
    box-shadow: 2px 0px 5px #e9e9e9;
}

.form-custom .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-bottom: 1px solid #b1b1b1;
}

.form-custom input.form-control::placeholder {
    color: grey;
}

label.form-check-label.card-img span {
    max-width: 100px;
    margin: 0px 5px;
}

label.form-check-label.card-img {
    display: flex;
    align-items: center;
}

    label.form-check-label.card-img span img {
        width: 100%;
        max-width: 50px;
    }

.form-check-input {
    position: absolute;
    margin-top: 0.6rem;
    margin-left: -1.25rem;
}

label.form-check-label.card-img span img.paypal {
    max-width: 80px;
}

.form-check-input {
    position: absolute;
    margin-top: 0px;
    margin-left: -1.25rem;
}

.custom-cart-info {
    padding: 30px 15px;
    border: 1px solid #ddd;
    margin-top: 0px;
}

.chapter h3 {
    font-size: 18px;
}

.chapter h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: system-ui;
}

.price-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

    .price-flex h4 {
        margin: 0px;
        font-size: 15px;
    }

    .price-flex p {
        margin: 0px;
        font-size: 13px;
    }

.chapter-price {
    margin-top: 1.5rem;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
}

.subtotal.border-bttm {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255);
}

.well.well-sm.text-right.mb-2 button#btnAdd {
    border-radius: 0px;
    width: 220px;
    background-color: #f8a62c;
    border: 0px;
    margin-top: 15px;
    margin-right: 35px;
    color: #000;
}

div#gameList span {
    font-size: 13px;
}

div#gameList .ans {
    display: flex;
    align-items: center
}

.border-padding {
    padding: 20px 15px;
    border: 1px solid #ddd;
}

label.control-label {
    font-size: 15px;
}

.table td, .table th {
    border-top: none !important;
    font-size: 16px;
    /* width: 30%;*/
}

a#subscriptionID14, a#subscriptionID15 {
    background: white;
    border-right: none !important;
}

input.checkbox {
    margin: 0 8px 0 0px;
    font-size: 14px;
}

.pricingTable:target {
    border: 1px solid red;
}

.activetable {
    border: 2px solid #000000;
}

.pricingTable.activetable .read {
    border: 2px solid #000;
    color: #000;
}

    .pricingTable.activetable .read:before, .pricingTable.activetable .read:after {
        border-left: 2px solid #000;
    }

.inner-data-box button.btn-dark[aria-expanded="false"]::after {
    content: "\f067" !important;
}

.inner-data-box button.btn-dark[aria-expanded="true"]::after {
    content: "\f068" !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: gray;
    opacity: 1; /* Firefox */
    //text-align: center;
}

/*:-ms-input-placeholder {  Internet Explorer 10-11 
  color: red;
}*/

/*::-ms-input-placeholder {*/ /* Microsoft Edge */
/*color: red;
}*/


/*03-03-2022*/
#tblLocation tr th {
    padding-left: 10px !important;
}

#subPlanList .one {
    display: flex
}

#subPlanList .SubscriptionID {
    margin-right: 10px;
    margin-top: 5px;
}

.btn-primary-custom1 {
    padding: .125rem .75rem;
}

.li {
    display: none;
}

.col-desktop #btnAdd {
    padding-left: 5px;
    padding-right: 5px;
}

/*20-04-2022*/
.cartlink, .cartlink:hover {
    color: #000;
    text-decoration: none;
}

.table-responsive2 .row {
    margin: 0px;
}

    .table-responsive2 .row > div {
        padding: 0px;
    }

    .table-responsive2 .row:nth-child(2) > div {
        width: 100%;
        overflow: auto;
    }

/*06-05-2022*/
.mb-custom1 {
    margin-bottom: -68px;
}

.chk-flex {
    display: flex;
}

.mch-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .mch-flex input.checkbox {
        margin: 0px;
        height: 20px;
        width: 20px;
    }

.dashboard .sideBar .mainMenu {
    margin-top: 1.5rem;
}

    .dashboard .sideBar .mainMenu ul li p {
        color: #ffffff;
        font-size: 1.1rem;
        margin-bottom: 0;
        letter-spacing: .5px;
        word-break: break-word;
        white-space: nowrap;
        width: 200px;
    }

.dashboard {
    background: #ffffff;
}

.btn-primary {
    color: #000;
    background-color: #f8a62c;
    border-color: #f8a62c;
    border-radius: 30px;
    /*max-width:fit-content;*/
    width: 100%;
}

.btn-yellow {
    color: #000;
    background-color: #f8a62c;
    border-color: #f8a62c;
    border-radius: 30px;
    max-width: 200px;
    width: 100%;
}

.btn-location {
    color: #000;
    background-color: #f8a62c;
    border-color: #f8a62c;
    border-radius: 30px;
    max-width: 160px;
    width: 100%;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #000 !Important;
    background-color: #f8a62c !important;
    border-color: #f8a62c !important;
}

.btn-dark {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #343a40;
}

header.col-md-12 {
    box-shadow: 2px 0px 10px #00000029;
}

.dashboard .sideBar {
    border-right: 0px solid #E7E8F2;
    background: #000;
    width: 290px;
    position: fixed;
    z-index: 999;
    left: 0px;
    transition: 0.5s ease-in-out;
    top: 0px;
}

#tbl thead tr th {
    width: 100% !important;
}

#tbl tbody tr td {
    padding: 5px 15px !important;
}


.mainMenu ul {
    list-style: none;
}

.modalw {
    width: 100%;
    max-width: 600px;
}

.main-content-body {
    width: calc(100% - 320px);
    margin-left: 300px;
    transition: 0.5s ease-in-out;
}

body.fullview .main-content-body {
    width: calc(100% - 70px);
    margin-left: 70px;
    transition: 0.5s ease-in-out;
}

body.fullview .dashboard .sideBar {
    border-right: 0px solid #E7E8F2;
    background: #000;
    width: 70px;
    position: fixed;
    z-index: 9999999;
    left: 0px;
    transition: 0.5s ease-in-out;
    top: 0px;
}

body.fullview .dashboard .Uhead {
    display: none;
}

body.fullview .dashboard .sideBar .mainMenu ul li a p {
    position: relative;
    width: 100%;
    text-decoration: none;
    padding-right: 5px;
    display: none;
    word-break: break-word;
    white-space: nowrap;
}

.dashboard .sideBar h3.full {
    display: block;
}

body.fullview .dashboard .sideBar h3.full {
    display: none;
}


.dashboard .sideBar h3.half {
    display: none;
}

body.fullview .dashboard .sideBar h3.half {
    display: block;
}

header {
    position: fixed;
    top: 0px;
    width: calc(100% - 284px);
    margin-left: 280px;
    left: 0px;
    box-shadow: 1px 1px 8px #0000001f;
    z-index: 99;
    background-color: #f8a62c;
    /*background-color: #fff; pawan*/
    transition: 0.5s ease-in-out;
    padding: 0px 10px;
}

body.fullview header {
    position: fixed;
    top: 0px;
    width: calc(100% - 70px);
    margin-left: 70px;
    left: 0px;
    box-shadow: 1px 1px 8px #0000001f;
    z-index: 9999;
    background-color: #f8a62c;
    /*  background-color: #fff;*/
    transition: 0.5s ease-in-out;
    padding: 0px 10px;
}

.innercontent {
    margin-top: 5rem;
}

header .Wrapper {
    padding: 5px 15px;
    transition: all ease 0.5s;
}

body.fullview .accordion .submenulink.collapsed:after {
    display: none;
}

element.style {
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.inner-data-box button.btn-dark {
    text-align: left;
    padding-left: 30px;
    position: relative;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-dark.focus, .btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgb(82 88 93 / 50%);
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.btn:hover {
    color: #000000;
    text-decoration: none;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.accordion button {
    border-radius: 0;
    border-radius: 30px;
}

.button-trasnsition {
    background-color: #1e1e1e;
    color: #fff;
    border: 0;
    border-radius: 30px;
}

    .button-trasnsition:hover {
        color: #000;
        background-color: #f8a62c;
        border-color: #f8a62c;
        border: 0;
        border-radius: 30px;
    }

.accordion .collapse {
    padding: 0px 15px;
}

input.form-control, select.form-control, select.form-select {
    border-radius: 32px;
    height: 44px;
    width: 100%;
    margin-top: 10px;
}

.pageTitle h3 {
    font-size: 2rem !important;
    color: #000000;
    padding-bottom: 5px;
    margin-bottom: 0px;
    font-weight: 600;
}

.dashboard .sideBar .mainMenu ul li svg {
    position: absolute;
    left: -33px;
    top: 50%;
    transform: translate(20%, -50%);
    width: 19px;
}

button {
    border-radius: 50px !important;
}

.mainMenu .accordion .collapse {
    padding: 0px;
}
/*Table 2 june 2022*/
table.no-footer tr td span.fa.fa-check {
    font-size: 20px;
}

table.no-footer tr td span.fa {
    font-size: 18px;
}

.select-centered {
    max-width: 500px;
    margin: 10px auto;
}

.button-custom-1 input#btnAdd {
    max-width: 350px;
    border-radius: 100px;
    font-weight: normal;
    font-size: 16px;
    color: #000;
}

.Button-custom input#btnPushNotification {
    border-radius: 100px;
    max-width: 350px;
    float: right;
    font-weight: normal;
    font-size: 16px;
    margin: 20px 0;
    border: 1px solid #da4453;
}

.centered-positios {
    text-align: center;
    margin-top: 10px;
}

.button-custom-112 a {
    max-width: 350px;
    margin: 20px 0;
    padding: 10px;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    border-radius: 100px;
    display: inline-block;
}

.button-custom-112 input {
    max-width: 350px;
    margin: 20px 0;
    padding: 10px;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    border-radius: 100px;
    display: inline-block;
}

.Button-alignment label {
    margin: 0;
}

.alignd-center {
    display: flex;
    align-items: center;
}

button.btn.dropdown-toggle.userName:hover {
    color: #000;
}

li.dropdown-submenu ul.dropdown-menu.bg-dark li {
    border-bottom: 1px solid #222222;
}

.priceAlignment {
    text-align: left !important;
}

span.AddPrice2, span.AddPrice1 {
    width: 100%;
    max-width: 100px;
    text-align: right;
    display: block;
}


input.btn.btn-block.inputbtncustm:hover {
    color: #ffffff;
}

label.labelcustom {
    margin-bottom: 0;
}

button#btnPreview {
    display: none;
}

.element {
    background: gray;
    width: 100px;
    height: 100px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .element.active {
        background: red;
    }

button.btn-custom-theme {
    background-color: #f8a62c;
}

    button.btn-custom-theme:hover {
        background-color: #000;
        color: #f8a62c;
    }

.btn-primary.disabled, .btn-primary:disabled {
    color: #000;
    background-color: #f8a62c;
    border-color: #f8a62c;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

.heading-promo-message {
    font-size: 2rem !important;
    color: #000000;
    padding-bottom: 5px;
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}


table tbody#subHardwareList tr td:nth-child(1) {
    width: 60%;
}

table tbody#subHardwareList tr td:nth-child(2), table tbody#subHardwareList tr td:nth-child(3) {
    width: 20%;
}


table tbody#subGameList tr td:nth-child(1) {
    width: 60%;
}

table tbody#subGameList tr td:nth-child(2), table tbody#subHardwareList tr td:nth-child(3) {
    width: 20%;
}

.custom-inner-table {
    height: 0px;
    overflow: hidden;
}

.icon-mobile-cross {
    display: none;
}

body.fullview .dashboard .sideBar div#collapseSubscribe {
    display: none;
}


body.fullview .dashboard .sideBar div#collapseUserSub {
    display: none;
}

body.fullview .dashboard .sideBar .accordion .submenulink:after {
    display: none;
}

table.dataTable thead tr th {
    padding: 10px 15px;
}

table.dataTable tbody tr td {
    padding: 15px 15px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

table.dataTable tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.breadcumbs {
    padding: 0px 15px;
}

.img-size img {
    height: 340px
}

.inner-data-box button:hover {
    color: #ffffff80
}

.form-payment .form-check img {
    padding: 10px
}

.fullview .accordion .submenu {
    display: none;
}

.cusom-toptheme {
    display: flex;
    /*width: 65%;*/
    margin: 40px auto 0;
}

    .cusom-toptheme .cusom-toptheme_inner1 {
        float: left;
        width: 50%;
    }

    .cusom-toptheme .cusom-toptheme_inner2 {
        float: right;
        width: 50%;
    }

.innercontent .one-half {
    margin: 0 auto;
}

.btn-back {
    color: #534f4f;
    background-color: #ffffff;
    border-color: #6c757d;
    border-radius: 30px;
    padding: 6px 25px;
}

.manage {
    width: 35px;
}

.subsc {
    width: 32px !important;
    position: absolute !important;
    left: -43px !important;
}

.dashboard .sideBar .mainMenu ul li img {
    position: absolute;
    left: -39px;
    top: 50%;
    transform: translate(20%, -50%);
    width: 27px;
}

.bingo {
    left: -37px !important;
    width: 23px !important;
}

.payout {
    left: -37px !important;
    width: 24px !important;
}

#tblDeviceActivation_length .custom-select-sm {
    width: 48% !important;
}

#tblDevice_length .custom-select-sm {
    width: 48% !important;
}
/*************/
.innercontent {
    margin: 5.5rem auto 3rem auto;
    width: 100%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#tblAdmin_length select.form-control {
    border-radius: 3px;
}

.custom-pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f8a62c;
    border-color: #f8a62c;
}

#gameList input {
    margin-right: 0.3rem;
}

.custom-select-area .form-control {
    width: 250px !important;
    margin-right: 1rem;
    margin-top: 0.5rem
}

.mb22 {
    margin-bottom: 1.6rem !important;
}

.cs-btn button {
    background: #efefef;
}

    .cs-btn button:hover {
        color: #000;
    }

.w50-btn {
    width: 100%;
    max-width: 175px;
}

.custom-tbl td, th {
    padding: 0.45rem 0.75rem !important;
}

.bg-d {
    background: #000;
    color: #fff;
}

span#textshow {
    font-size: 1.5rem;
}

table.dataTable thead .sorting {
    background-image: unset !important;
}
/*.custom-select {
    background:unset !important;
}*/
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5em 0em !important;
}

.topHeading img {
    width: 500px;
}

.inner-data-box input.form-control {
    border-radius: 32px;
    height: 44px;
}

.custm-button2 .fit {
    height: 44px;
}

.custm-button2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.5rem 1rem;
}

.dsflex {
    display: flex;
    align-items: center;
}

    .dsflex div img {
        margin-left: 1rem;
        margin-right: 0.5rem;
        border-radius: 50%;
        width: 40px;
    }

a.forgetPass:hover {
    color: #f8a62c;
}

.pd5 {
    padding: 2rem;
}

.w80 {
    width: 71%;
}

#subPlanList thead {
    background: #f5f5f5;
    border-top: 1px solid #d3d3d3;
}

    #subPlanList thead tr td:nth-child(1) {
        width: 30%;
    }

    #subPlanList thead tr td:nth-child(2) {
        width: 30%;
    }

    #subPlanList thead tr td:nth-child(3) {
        width: 13%;
    }

    #subPlanList thead tr td:nth-child(4) {
        width: 13%;
    }

    #subPlanList thead tr td:nth-child(5) {
        width: 14%;
    }

.activeplanBtn {
    background-color: #3090a5;
    color: #fff;
    border: 1px solid #2d95ab;
    max-width: 250px;
    margin-top: 0.3rem;
}

    .activeplanBtn:hover {
        color: #fff;
    }

#divFreeThemes {
    background-color: #599933d1;
    color: #fff;
    border: 1px solid #85cc5b;
}

#divPaidThemes {
    background-color: #e16c42;
    color: #fff;
    border: 1px solid #ffa989;
}

input#textthumnail {
    border-radius: 32px;
    height: 44px;
}

input#txtvideo {
    border-radius: 32px;
    height: 44px;
}

input#txtLvideo {
    border-radius: 32px;
    height: 44px;
}

input#fileLoginImage {
    border-radius: 32px;
    height: 44px;
}

input#fileLoginBackground {
    border-radius: 32px;
    height: 44px;
}

input#fileLogoImage {
    border-radius: 32px;
    height: 44px;
}

input#filefavFile {
    border-radius: 32px;
    height: 44px;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row-flex .card {
        height: 100%;
    }

.mbsm-3 {
    margin-bottom: 1rem;
}

.innercontent label {
    margin-bottom: 0rem;
}
/*************/
@media screen and (min-width:1025px) and (max-width:1525px) {

    .col-desktop {
        flex: 0 0 22.5%;
        max-width: 22.5%;
    }
}

@media screen and (min-width:1025px) and (max-width:1280px) {
    .loginWrapper {
        padding: 0px 0px 0px 35px;
    }

    .mainMenu {
        height: auto;
        max-height: 30rem !important;
        overflow: auto;
    }

    .col-desktop {
        flex: 0 0 22.5%;
        max-width: 22.5%;
    }
}

@media screen and (max-width: 1097px) {
    .mainMenu {
        height: auto;
        max-height: 15rem !important;
        overflow: auto;
    }
}

@media (width: 1024px) {

    .mainMenu {
        height: auto;
        max-height: 25rem !important;
        overflow: auto;
    }
}

@media only screen and (max-width: 991px) {
    table .gamelist-custom {
        min-width: 991px;
    }

    .w80 {
        width: 77%;
    }

    #divScrollSpeed {
        margin-top: 1rem;
    }

    .mbsm-3 {
        margin-bottom: 0.8rem;
    }

    .hardware-input input {
        width: 100%;
    }
}

@media only screen and (max-width:768px) {
    .img-size img {
        height: auto !important;
    }

    .Button-custom input#btnPushNotification {
        max-width: 300px;
    }

    .button-custom-112 input {
        max-width: 300px;
    }

    .btn-primary {
        max-width: 100%;
        width: 100%;
        margin-top: 0.5rem;
    }

    .btn-back {
        margin-top: 1rem;
    }
}

@media (max-width: 767px) {

    .mainMenu {
        height: auto;
        max-height: 34rem !important;
        overflow: auto;
    }

    .mtsm-3 {
        margin-top: 0.85rem;
    }

    .dataTables_info {
        font-size: 1rem;
        margin-bottom: 7px
    }

    .inner-data-box label {
        margin-bottom: 8px;
    }

    .custm-pagination {
        font-size: .8rem !important;
        margin-bottom: 10px !important;
    }

    .custom-AdditionalPlan .inner-data-box {
        padding: 0 0px;
    }

    .pageTitle {
        margin: 10px 0 0;
    }

    .dashboard .sideBar .mainMenu ul li {
        position: relative;
        margin-bottom: 0;
        padding-left: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dddddd20;
    }

    .dashboard .sideBar .mainMenu ul.submenu li {
        padding: 10px 15px !important;
        font-size: 1rem;
        color: #fff;
        padding-left: 0;
        margin-bottom: 0;
    }

    .dashboard .sideBar .mainMenu ul ul.submenu {
        margin: 15px 0 0 0;
        background: #181818;
        padding: 0;
    }

    .fullview .dashboard .sideBar .mainMenu ul li {
        margin-bottom: 1rem;
        border: none;
    }

        .fullview .dashboard .sideBar .mainMenu ul li .accordion a {
            margin-bottom: 1rem;
        }

    .custom-create {
        padding: 0;
    }

        .custom-create .contentWraper {
            padding: 0;
        }

    .custom-CreateSubscription .pageTitle h3 {
        font-size: 1.3rem !important;
    }

    .inner-data-box button:hover {
        color: white
    }

    .form-payment .form-check img {
        width: 100%
    }

    .custom-select-area select#txtYear {
        margin-top: 0.5rem !important;
        margin-right: 0;
        float: inherit !important;
    }

    .fullview .accordion .collapse {
        padding: 0px 15px;
    }

    .cusom-toptheme {
        width: 100%;
    }

    #customContent {
        margin: 7px 0 0;
    }
}

@media only screen and (max-width:720px) {
    .mainMenu {
        height: auto;
        max-height: 25rem !important;
        overflow: auto;
    }
}


@media screen and (max-width:576px) {
    body.fullview header {
        width: calc(100% - 60px);
        margin-left: 60px;
    }

    .breadcumbs ul.path {
        text-align: left !important;
    }

    body.fullview .dashboard .sideBar {
        border-right: 1px solid #E7E8F2;
        background: #000;
        position: fixed;
        z-index: 9999999;
        left: 0px;
        transition: 0.5s ease-in-out;
        top: 0px;
        width: 60px !important;
    }

    body.fullview .main-content-body {
        margin-left: 60px;
    }

    span.siteIcons {
        padding: 0 5px !important;
    }

    .profileWrap img.img-fluid {
        width: 25px;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 160px !important;
    }

    .btn-yellow {
        max-width: 100%;
        width: 100%;
    }

    .btn-back {
        color: #534f4f;
        background-color: #ffffff;
        border-color: #6c757d;
        border-radius: 30px;
        padding: 5px 25px;
        width: 100%;
        margin-top: 0.2rem;
    }

    .btn-location {
        max-width: 100%;
        width: 100%;
        margin-top: 0.6rem;
    }

    .dd-flex {
        display: flex;
        flex-direction: column;
    }

    .btn-y {
        width: 100%;
        max-width: 100%;
    }

    div#btneditUpdate {
        width: 100%;
    }

    .btnsm {
        padding: 0.150rem 0.25rem !important;
        font-size: 0.9rem !important;
        margin-right: 0.5rem !important;
    }

    .pd5 {
        padding: 1rem 0rem;
    }

    .mainMenu {
        height: auto;
        max-height: 35rem !important;
        overflow: auto;
    }

    .mb-00 {
        margin-left: 0px !important;
        margin-top: 0.5rem !important;
    }

    .w50-btn {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width:378px) {
    .w50-btn {
        width: 100%;
        max-width: 100%;
    }

    .mb-00 {
        margin-left: 0px !important;
        margin-top: 0.5rem !important;
    }
}

@media screen and (max-width:320px) {
    .btnsm {
        padding: 0.10rem 0.25rem !important;
        font-size: 0.7rem !important;
    }

    .mob {
        font-size: 0.7rem;
    }

    .userName {
        padding: 0.175rem 0.35rem !important;
    }
}

.mob-btn {
    padding: 0px;
}
/*Updated  CSS*/
input.new-update-btn {
    border-radius: 100px;
    max-width: 350px;
    font-size: 16px;
    font-weight: normal;
}

.ui-datepicker {
    width: 20em;
}

/* dashboard box CSS*/
.text-xs {
    font-size: 1.1rem;
    color: #fff;
}

.grn {
    background: #70B944;
    border: none;
}

.image_grn {
    position: absolute;
    right: 0;
    top: 0;
}

.user_n {
    font-size: 32px;
    color: #fff;
    line-height: 32px;
}

.tw {
    color: #fff;
}

.mtt {
    margin-top: 2rem;
}

.redd {
    background: #FD7E50;
    border: none;
}

.image_rd {
    position: absolute;
    right: 0;
    top: 0;
}

.l_blue {
    background: #3CA8BF;
    border: none;
}

.image_lb {
    position: absolute;
    right: 0;
    top: 0;
}

.blue {
    background: #276FFF;
    border: none;
}

.image_b {
    position: absolute;
    right: 0;
    top: 0;
}
/*Dashboard box css end*/
/*Sidebar scroll start*/
.mainMenu {
    height: auto;
    max-height: 50rem;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #afafb1;
}

/*Sidebar scroll End*/

.password-container {
    width: 400px;
    position: relative;
}

    .password-container input[type="password"],
    .password-container input[type="text"] {
        width: 100%;
        padding: 12px 36px 12px 12px;
        box-sizing: border-box;
    }

.fa-eye {
    position: absolute;
    top: 28%;
    right: 4%;
    cursor: pointer;
    color: lightgray;
}



.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus {
    outline: none;
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}


/*common styling end*/

/*------/ Owl carousel /------*/
/* carousel_se_01 */
.carousel_se_01 .owl-theme .owl-dots {
    text-align: center;
    margin-top: 18px;
}

    .carousel_se_01 .owl-theme .owl-dots .owl-dot {
        display: inline-block;
    }

        .carousel_se_01 .owl-theme .owl-dots .owl-dot span {
            width: 12px;
            height: 12px;
            margin: 5px 5px;
            background: #ff5e14;
            border: 0px solid #ff5e14;
            display: block;
            transition: all 0.6s ease-in-out;
            cursor: pointer;
            border-radius: 50%;
        }

        .carousel_se_01 .owl-theme .owl-dots .owl-dot:hover span {
            color: #fff;
            background: #ff5e14;
            /*  border: 5px double;*/
            padding: 5px;
            border-radius: 50%;
        }

        .carousel_se_01 .owl-theme .owl-dots .owl-dot.active span {
            color: #fff;
            background: var(--light_orange);
            /* border: 5px double;*/
            opacity: 0.8;
            padding: 5px;
            border-radius: 50%;
            background: var(--light_orange);
        }



.carousel_se_01 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    right: -40px;
    padding: 0px 15px 6px 15px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 35px;
    line-height: 35px;
    color: #e0571d;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}

    .carousel_se_01 .owl-carousel .owl-nav button.owl-next:hover {
        background: #ff5e14;
        color: #fff;
    }

.carousel_se_01 .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 42%;
    left: -40px;
    padding: 0px 15px 6px 15px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 35px;
    line-height: 35px;
    color: #e0571d;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}

    .carousel_se_01 .owl-carousel .owl-nav button.owl-prev:hover {
        background: #ff5e14;
        color: #fff;
    }



.carousel_se_01 .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}

    .carousel_se_01 .owl-arrow .owl-nav .owl-prev,
    .carousel_se_01 .owl-arrow .owl-nav .owl-next {
        display: inline-block;
        transition: all 0.6s ease-in-out;
        color: #000000;
    }

.carousel_se_01 .main_services {
    position: relative;
    margin: 30px 0px 40px 0px;
    padding: 40px 15px 32px 15px;
    overflow: hidden;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 8px 8px;
    /* box-shadow: 12px 14px 0 #ececec; */
    box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
    min-height: 348px;
}

    .carousel_se_01 .main_services:hover {
        border: 1px solid #ededed;
        box-shadow: none;
    }


.addpayout label {
    font-weight: 600;
}
/*// sec 01 end*/


/* --content-page  */

* {
    margin: 0px;
    box-sizing: border-box;
}
/* -----First Section----- */
.content-page .heading {
    background-color: #F89831;
    padding: 5px;
}

    .content-page .heading span {
        font-weight: 600;
    }

.content-page .inner-content .row {
    border: 2px solid #2396F3;
    /*gap: 2px;*/
}

.content-page .inner-content .card img {
    width: 100%;
    height: 150px;
}

.content-page .details-section .card {
    background: transparent;
}

    .content-page .details-section .card .mail {
        padding: 5px;
        background-color: #393939;
        margin: 0px 10px;
        border-radius: 5px;
        max-width: 200px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

/* -----End Of First Section----- */

/* -----Range----- */
#range1 {
    width: 200px;
    transform: scale(1);
}

input[type="range"] {
    appearance: none;
    background-color: transparent;
    width: 0px;
    cursor: pointer;
}

    input[type="range"]::-webkit-slider-runnable-track {
        position: relative;
        height: 15px;
        background-color: #252525;
        border-radius: 5px;
    }

    /* input[type="range"]::-moz-range-track {
    position: relative;
    height: 10px;
    background-color: #ad820c;
    
  } */

    input[type="range"]::-webkit-slider-thumb {
        box-sizing: border-box;
        appearance: none;
        position: relative;
        border-radius: 5px;
        width: 25px;
        height: 25px;
        top: 50%;
        translate: 0 -50%;
        background-color: #4A4A4A;
        background-size: 100% 100%;
        border: 2px solid rgb(119, 119, 119);
    }

/* input[type="range"]::-moz-range-thumb {
    box-sizing: border-box;
    appearance: none;
    position: relative;
    border: 1px dotted #fffb03;
    border-radius: 5px;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
  } */


.top-section .slider {
    max-width: 100px;
}
/* -----End of range----- */


/* -----Left Section----- */
.content-page .left-section {
    height: calc(100vh - 410px);
    overflow: auto;
    position: relative;
}

    .content-page .left-section .top-bar {
        background-color: #4A4A4A;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 1;
    }

.left-section img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
/* -----End Of Left Section----- */

/* -----Right Section----- */
.content-page .right-section {
    height: calc(100vh - 410px);
    /*overflow: auto;*/
    position: relative;
    background-color: #666666;
}

    .content-page .right-section .top-bar p {
        background-color: #494949;
    }


    .content-page .right-section .top-bar .save {
        background-color: #666666;
        border-radius: 5px;
        padding: 0px 4px;
        white-space: nowrap;
    }

.content-page .bottom-section {
    border-top: 5px solid #666666;
}

    .content-page .bottom-section .right-section .inner-content {
        padding: 15px;
        max-height: 100%;
    }

.content-page .right-section .inner-content .image {
    width: 150px;
    height: 200px;
}

.right-section .inner-content .image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    padding: 25px 10px 25px 10px;
}

.right-section .inner-content .date {
    position: absolute;
    left: 20px;
    font-weight: 600;
}

.right-section .inner-content .icon {
    position: absolute;
    left: 20px;
    font-weight: 600;
    bottom: 0px;
}



.right-section .inner-content {
    gap: 5px;
    flex-wrap: wrap;
    overflow-y: auto;
}

.bottom-section .right-section .inner-content p {
    font-weight: 600;
}

.content-page .bottom-section .right-section {
    overflow: auto;
}

.content-page .bottom-section .bottom-content {
    height: calc(100% - 542px);
}

/* -----End Of Right Section----- */


. main-content-body {
    width: calc(100% - 320px) !important;
}


.right-bottom .inner-content .image {
    width: 140px;
    height: 160px;
}

    .right-bottom .inner-content .image img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        padding: 25px 10px 25px 10px;
    }

.right-bottom .inner-content .date {
    position: absolute;
    left: 20px;
    font-weight: 600;
}

.right-bottom .inner-content .icon {
    position: absolute;
    left: 20px;
    font-weight: 600;
    bottom: 0px;
}

.right-section .inner-content .images-data {
    position: relative;
}

.right-bottom .inner-content .images-data {
    position: relative;
}

.right-section .inner-content .images-data1 {
    position: relative;
}

.right-bottom .inner-content .images-data1 {
    position: relative;
}

.right-bottom .inner-content {
    gap: 5px;
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: 326px;
    overflow-y: auto;
}

.right-header .custm-button input {
    background: #f8a62c;
    max-width: 250px;
}

.right-bottom .custm-button input {
    background: #f8a62c;
    max-width: 250px;
}

.right-section .cstm-scroll {
    max-height: 220px;
    overflow-y: auto;
}

.content-page .right-section .top-bar .save {
    width: 50%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

    .content-page .right-section .top-bar .save select.form-control {
        height: 100%;
        border-radius: 0px;
        color: white;
        background: transparent;
        border: none;
    }

.left-section .box {
    top: 7%;
}

    .left-section .box video {
        padding: 0px;
    }

.cstm-bottom .custm-button input {
    background: #f8a62c;
}


/* 21/05/2024 */

select#ddlfileTemplate option {
    color: #000;
}

select#ddlPromoMessage option {
    color: #000;
}

.cstm-description {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

    .cstm-description input {
        max-width: 280px !important;
    }

.right-bottom .inner-content .image video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    padding: 25px 10px 25px 10px !important;
}

.images-data video {
    padding: 25px 10px;
}

.m-bottom .select-centered {
    margin: 0px !important;
    border: 1px solid #ced4da;
    border-radius: 36px;
    max-height: 46px;
    display: flex;
    align-items: center;
}

    .m-bottom .select-centered button {
        max-height: 44px;
        display: flex;
        align-items: center;
    }

        .m-bottom .select-centered button span {
            font-size: 16px;
        }

    .m-bottom .select-centered .btn-group {
        width: 100% !important;
    }
/*27/06/2024*/
.hardware-input-outer {
    margin-top: 10px;
}

    .hardware-input-outer label {
        font-size: 16px;
        font-weight: 600;
    }

.hardware-input {
    display: flex;
    align-items: center;
    margin: 8px 0px;
    flex-wrap: wrap;
}

    .hardware-input input {
        padding: 8px 15px;
        border-radius: 20px;
        border: 1px solid #ced4da;
        margin: 0px 10px 10px 0px;
    }

.hardware-label label {
    font-size: 16px;
    font-weight: 600;
}

.bottomimg-third {
    display: flex !important;
    justify-content: end;
    align-items: start;
    height: 100% !important;
}

    .bottomimg-third a img {
        width: 100% !important;
        max-width: 120px;
        height: 61px !important;
    }

.bottomimg-one {
    display: flex;
    justify-content: end;
    align-items: end;
}

    .bottomimg-one a img {
        width: auto;
        height: 100px !important;
    }

.bottomimg-two a img {
    width: auto !important;
    height: 100px !important;
}
/*13/12/2024*/
.icon i {
    font-family: "Font Awesome 6 Free" !important;
}

.zoom-modal .modal-dialog .modal-content .modal-body .inner-data-box .form-control {
    width: 100%;
}


/*16/12/2024*/
.preview-icon {
    position: unset;
    color: #3b76cd;
}

.preview-outer .form-outline {
    flex-direction: column;
    gap: 5px;
}

    .preview-outer .form-outline label {
        width: 100% !important;
    }

    .preview-outer .form-outline input {
        width: 100% !important;
    }


.cstm-img {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: relative;
}

    .cstm-img img {
        width: 100%;
        height: 100%;
        position: absolute;
        animation-name: example;
        animation-duration: 15s;
        animation-iteration-count: infinite;
    }



@keyframes example {
    0% {
        top: -100%;
        left: 0;
        opacity: 1;
    }

    14% {
        top: 0;
        left: 0;
    }

    28% {
        top: 0;
        left: -100%;
        visibility: hidden;
    }

    32% {
        left: 0;
        visibility: hidden;
    }

    36% {
        top: 0;
        left: 100%;
        right: 0;
        visibility: hidden;
    }

    59% {
        top: 0;
        left: 0;
        right: 0;
    }

    84% {
        top: 100%;
        left: 0;
    }

    100% {
        top: 100%;
        left: 0;
        opacity: 1;
    }
}
/*25/12/2024*/
.content-head .form-control {
    width: 100% !important;
    margin-top: 10px;
}

.content-head .m-bottom {
    margin-top: 10px;
}

.content-table .dataTables_filter label input {
    width: 200px !important;
}

.content-table table thead tr th::before {
    right: 0em !important;
    top: 5px;
}

.content-table table thead tr th::after {
    right: 0.3em !important;
    top: 5px;
}
/*26/12/2024*/
.contenttemplate-table table thead tr th::before {
    right: 0em !important;
    top: 5px;
}

.contenttemplate-table table thead tr th::after {
    right: 0.3em !important;
    top: 5px;
}

.contenttemplate-table table thead tr th:first-child {
    padding-left: 15px !important;
}

    .contenttemplate-table table thead tr th:first-child::after {
        display: none;
    }

    .contenttemplate-table table thead tr th:first-child::before {
        display: none;
    }

.contenttemplate-table table thead tr th:last-child::after {
    display: none;
}

.contenttemplate-table table thead tr th:last-child::before {
    display: none;
}

.contenttemplate-table table thead tr th:nth-child(9)::after {
    display: none;
}

.contenttemplate-table table thead tr th:nth-child(9)::before {
    display: none;
}

.gallery-table table thead tr th:last-child::after {
    display: none;
}

.gallery-table table thead tr th:last-child::before {
    display: none;
}

.playlist-input {
    justify-content: unset;
    gap: 15px;
}

    .playlist-input p {
        font-size: 16px;
        font-weight: 700;
    }

.content-table table thead tr th:last-child::after {
    display: none;
}

.content-table table thead tr th:last-child::before {
    display: none;
}

.content-table table thead tr th:nth-child(6)::after {
    display: none;
}

.content-table table thead tr th:nth-child(6)::before {
    display: none;
}

.contentuser-btn .custm-button input {
    border: none;
    margin: 10px;
    border-radius: 30px;
    padding: 10px;
}

/*28/01/2025*/
.content-page input {
    padding-left: 15px !important;
}

/**/
.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen {
    z-index: 5555555 !important;
}
/**/

.imageAsText {
    padding: 25px 10px 25px 10px;
}
/*29/01/2025*/
.link-dialog {
    z-index: 9999;
}

.note-modal {
    z-index: 9999;
}

.duration-input-outer {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
}

    .duration-input-outer span {
        font-size: 32px;
        font-weight: 600;
    }
/*30/01/2025*/
.activetable .pricingTable-header {
    margin: 0px 0px 35px;
}

div#divTIMEREMAINING {
    width: 165px;
}
/*31/01/2025*/
div#ui-datepicker-div {
    width: fit-content;
    background-color: #dadada;
}

.dateupdate-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

    .dateupdate-btn a {
        padding: 9px 25px;
        background-color: #df0a0a;
        color: #fff !important;
        font-size: 16px;
        border-radius: 25px;
        width: 100%;
        text-align: center;
        cursor: pointer;
    }

    .dateupdate-btn input {
        border-radius: 25px;
    }

.premodal-footer {
    justify-content: center;
}

    .premodal-footer input {
        width: 180px;
    }

    .premodal-footer a {
        width: 180px;
    }


/*06/02/2025*/

.table-responsive > .table-bordered {
    border: 1px solid #dee2e6 !important;
}
/*12/02/2025*/
.marque-content {
    height: 100%;
}

    .marque-content p {
        height: 100%
    }

        .marque-content p:last-child {
            display: none;
        }

.previewcontent-left input {
    padding: 2px !important;
}

.terminal-label label {
    display: block;
}

.terminal-label .btn-group {
    width: 100%;
}

    .terminal-label .btn-group button {
        width: 100%;
        border: 1px solid #d9d9d9;
        font-size: 16px;
        padding: 10px;
    }

        .terminal-label .btn-group button:hover {
            color: #000;
        }

    .terminal-label .btn-group ul {
        width: 100%;
        padding: 10px;
    }

        .terminal-label .btn-group ul li {
            padding-bottom: 5px;
        }

/*18/02/2025*/


/*20/02/2025*/

.cstm-content-dropdown select.form-select {
    background-color: transparent;
    border: unset;
    height: 35px;
    border-radius: unset;
    margin: 0;
}

    .cstm-content-dropdown select.form-select:focus {
        box-shadow: unset;
    }

input#range1 {
    padding-left: 0 !important;
}

select.form-select {
    padding: inherit !important;
}

.imageAsText span {
    word-wrap: break-word;
}

.cstm-date-field {
    position: relative;
}

    .cstm-date-field input {
        margin-top: 0;
    }

    .cstm-date-field img {
        top: 12px;
        right: 20px;
        width: 19px;
        height: 19px;
    }

.calender-lbl {
    display: unset !important;
}

.contentdate-outer img.calens {
    height: 19px;
    top: 12px !important;
}

.contentdate-outer label img {
    top: 0;
}

.cstm-gallery-input {
    max-width: 400px;
    width: 100%;
    position: relative;
}

    .cstm-gallery-input select {
        max-width: 400px;
    }

    .cstm-gallery-input input {
        max-width: 400px !important;
    }

.error-message {
    position: absolute;
    bottom: -22px;
}

.error-messageContent {
    bottom: 9px;
    margin-left: 28px;
}

/*05/03/2025*/
.note-editable img {
    pointer-events: none !important;
    app-region: no-drag;
}
/*17/03/2025*/
.eye-icons {
    position: unset;
}

.center-btn {
    position: relative; /* Make this the positioning context for the tooltip */
}

.tooltip {
    visibility: hidden; /* Hidden by default */
    width: 120px; /* Set the width of the tooltip */
    background-color: black; /* Background color of the tooltip */
    color: #fff; /* Text color */
    text-align: center; /* Centered text */
    border-radius: 5px; /* Rounded corners */
    padding: 5px; /* Padding around text */
    position: absolute; /* Absolute positioning */
    z-index: 1; /* Ensure it appears above other elements */
    bottom: 125%; /* Position above the button */
    left: 50%; /* Center horizontally */
    margin-left: -60px; /* Adjust to center the tooltip */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s; /* Fade in/out effect */
}

.center-btn:hover .tooltip {
    visibility: visible; /* Show the tooltip on hover */
    opacity: 1; /* Fade in */
}



/*--Neha Tiwari--21-04-25--*/

.page-title-css .heading-main {
    text-align: left;
    margin: 0;
    color: #000;
    font-size: 23px !important;
    font-weight: 700;
}

.breadcumbs.breadcumbs-custom-css {
    margin: 0;
    padding: 0;
}

.inner-data-box.inner-data-card-box {
    padding: 0;
}

.container-fluid.contentWraper.card-container {
    padding: 0;
    margin: 0;
}

.card.grn.bg-image {
    background-image: url(/images/green-flair.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.card.redd.bg-image {
    background-image: url(/images/red-flair.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.card.l_blue.bg-image {
    background-image: url(/images/l-blue.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.card.blue.bg-image {
    background-image: url(/images/blue-flair.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.center-btn.theme-center-btn {
    height: 40px;
    width: 40px;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    background: #000;
    display: flex;
    cursor: pointer;
}

.card-body.custom-card-body-css {
    padding: 5px 18px 0px 18px;
}

.icons-box svg {
    width: 47px;
}

.icons-box img {
    width: 47px;
}

.center-btn.theme-center-btn img {
    width: 17px;
}

.card-title {
    font-size: 16px;
    font-weight: 500;
}

.submenu li {
    list-style-type: circle;
    padding: 12px 0 !important;
}

.main-content-body {
    width: calc(100% - 310px);
}

.submenu li :hover {
    color: #f8a62c !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.dashboard .sideBar .mainMenu ul li p {
    font-size: 16px;
}

.dropdown.time-remain {
    width: inherit !important;
}

.header-bg-color header {
    background: #fff !important;
}

b.time-remain {
    color: #2b2d3b;
    font-weight: 500;
    font-size: 16px;
}

b.time-show {
    font-size: 16px;
    text-transform: lowercase;
    font-weight: 400;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%) !important;
}

a.dropdown-item {
    cursor: pointer;
}

footer {
    padding: 10px 0;
}

a.dropdown-item i {
    margin-right: 10px;
}

span.fa.fa-shopping-cart {
    margin-right: 8px;
}

.dashboard .sideBar .mainMenu ul li img {
    width: 22px;
}

.dashboard .sideBar .mainMenu ul li svg {
    width: 18px;
}

.dashboard .sideBar .mainMenu {
    padding: 10px 10px 0px;
}

/*--subscription--*/
.custom-css-plancard .pricingTable .pricingTable-header {
    background: #fff0db;
    border: 0;
    margin: 0;
    padding-top: 16px;
    height: auto;
}

.pricingTable:before {
    border-radius: 12px;
}

.pricingTable:after {
    border-radius: 12px;
}

.custom-css-plancard .heading {
    background: transparent;
}

.custom-css-plancard .pricingTable .pricing-content li {
    color: #808080;
}

.custom-css-plancard .pricingTable .read {
    border-radius: 10px;
    background: #f8a62c;
    color: #fff;
}

    .custom-css-plancard .pricingTable .read:before, .pricingTable .read:after {
        content: none;
    }

    .custom-css-plancard .pricingTable .read:hover {
        color: #ffffff;
        background: #000;
    }

.custom-css-plancard .pricingTable .read {
    padding: 13px 38px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    border: 0;
}

.custom-css-plancard .pricingTable .pricing-content {
    margin-bottom: 0;
    padding: 16px 0;
}

    .custom-css-plancard .pricingTable .pricing-content li input {
        padding-left: 15px !important;
        width: 21%;
        background: #ffffff;
        border-radius: 8px;
        border: 2px solid #eee;
        margin: 5px;
    }

.custom-css-plancard .pricingTable .month {
    font-size: 14px;
    color: #808080;
}

.custom-css-plancard .pricingTable .price-value {
    font-size: 36px;
    color: #f8a62c;
}

.custom-css-plancard .pricingTable .currency {
    font-size: 35px;
    top: 2px;
    left: -19px;
    font-weight: 600;
}

.custom-css-plancard .pricingTable .month {
    bottom: 6px;
    right: -34px;
}

.custom-css-plancard .pricingTable .heading {
    font-size: 18px;
}

.custom-css-plancard .pricingTable .currency2 {
    font-size: 26px;
    top: 0px;
    left: -13px;
}

.custom-css-plancard .pricingTable .month2 {
    font-size: 14px;
    bottom: 0px;
    right: -35px;
    color: #808080;
}

.activetable {
    border-radius: 12px;
}

.pricingTable {
    border-radius: 12px;
}

.location-btn {
    padding: 0;
}

    .location-btn :hover {
        color: #000;
    }

img.input-icon {
    padding-left: 10px;
    width: 29px;
}

.hardware-input {
    margin-top: 12px !important;
    height: 41px !important;
}

.hardware-input-outer label {
    font-size: 18px;
    font-weight: 700;
}

.inner-data-box.location-inner-data {
    padding-top: 0;
}

.lacationbtn {
    color: #fff;
    border: 0;
    background-color: #000000;
    font-size: 16px;
    font-weight: 500;
    max-width: max-content;
    border-radius: 5px;
}

    .lacationbtn:hover {
        border-color: #000;
        color: #fff !important;
    }

.custom-pagination .page-item.active .page-link {
    background-color: #000000;
    border-color: #000000;
}

.table tr th {
    padding-left: 10px !important;
    padding: 12px !important;
}

.inner-data-box.gallery_page {
    padding-top: 7px;
}

.table thead tr th {
    background-color: #f8a62c !important;
    border-bottom: 0;
    color: #000;
}

table.dataTable tbody tr:nth-of-type(odd) {
    background-color: rgb(255 255 255 / 5%) !important;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom: 1px solid #ebebeb !important;
}

table.dataTable {
    border-bottom: 0;
}

.dataTable thead tr th {
    background-color: #fff4e5;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.create-play-list .table {
    margin-top: 22px !important;
}

.content-page .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: rgb(255 255 255 / 5%);
}

.galley-page .table {
    margin-top: 13px !important;
}

.innercontent.content-page.innerdata_content .galler-data {
    margin-top: -29px;
}

.galler-data .breadcumbs {
    padding: 0;
}

.main-content-body .galler-data {
    width: calc(100% - 242px);
}

.main-content-body .galler-data {
    width: 100%;
    margin-left: -15px;
    transition: 0.5s ease-in-out;
}


.choose-file-input input[type=file]::file-selector-button {
    padding: 5px;
    border-width: 0;
    border-radius: 5px;
    background-color: #174d82;
    color: #dbe6f0;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    margin-right: 1em;
    margin-bottom: 1em;
    font-size: 14px;
}

.choose-file-input input[type=file]:hover {
    border-color: #888;
}

    .choose-file-input input[type=file]:hover::file-selector-button {
        background-color: #1f66ad;
    }

input.form-control, select.form-control, select.form-select {
    height: 40px;
    border-radius: 5px;
}

.heading-secondary {
    text-align: left;
    margin: 0;
    color: #000;
    font-size: 23px !important;
    font-weight: 700;
}

.content-table div.dataTables_wrapper div.dataTables_length select {
    width: 64px;
    display: inline-block;
}

.trans-hit-btn {
    font-weight: 500;
    padding: 11px;
}

select#LocationDropdown1 {
    margin-top: 0;
}

.custom-card-css {
    padding-left: 15px;
}

.custom-card-css-four {
    padding-right: 0;
}

.inner-data-box.transaction-table {
    padding: 0 15px;
}

.inner-data-box input.form-control {
    border-radius: 5px;
}

.addpayout label {
    font-weight: 400;
    font-size: 16px;
}

table.dataTable tbody tr td {
    padding: 11px 12px;
}

.row.white-box {
    margin-bottom: 2rem;
    border-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.btnss {
    border-radius: 5px !important;
    max-width: 180px;
    color: #fff;
    font-weight: 500;
}

.col-two {
    display: flex;
    justify-content: end;
}

h5.float-end.model-title {
    font-weight: 700;
    font-size: 20px;
}

.error-message.error-msg {
    margin-bottom: -6px;
}

.close-btn a {
    background: #ffffff;
    border: 1px solid #f8a62c;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 23px;
    color: #f8a62c !important;
    margin-right: 10px;
}

.model-btn .btn-location {
    border: 0;
    border-radius: 5px;
}

.modal-footer {
    border: 0;
    margin-top: 30px;
    padding: 0;
}

.inner-data-box.model-content {
    padding: 20px 15px;
}

.modal-footer > * {
    margin: 0;
}

input:focus {
    outline: none;
    box-shadow: none;
    border-color: #000 !important;
}

table.no-footer tr td span.fa {
    font-size: 13px;
}

    table.no-footer tr td span.fa.fa-check {
        font-size: 15px;
    }

.btn-location {
    color: #ffffff;
    background-color: #000000;
}

.model-btn .btn-location:hover {
    border: 0;
    border-radius: 5px;
    color: #fff;
}

.gallery-layout {
    margin: -30px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

input.form-control, select.form-control, select.form-select {
    margin-top: 0 !important;
}

.right-bottom .inner-content .image {
    width: 140px;
    height: 160px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

    .right-bottom .inner-content .image img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        padding: 0px;
        border-radius: 5px;
    }

.row.white-box.addpayout.mb-2.create_playl_list {
    padding: 0 15px;
}

.filter-input {
    position: absolute;
    left: 58%;
    z-index: 9;
    display: flex;
}

.galler-sec {
    position: relative;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #979da4;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%) !important;
    border: 0 !important;
}

.innercontent {
    position: relative;
}

.active_players {
    position: absolute;
}

.content-map-tem {
    margin: -41px;
}

.btn-primary {
    width: fit-content;
    font-weight: 500;
    border-radius: 5px !important;
}

.inner-data-box button.btn-dark {
    border-radius: 5px !important;
}

    .inner-data-box button.btn-dark::after {
        content: "\f067";
        top: 12px;
    }

.btn-block {
    padding: 10px;
}

.table td, .table th {
    padding: 10px 7px;
}

.table td, .table td {
    padding: 10px 7px;
}

.inner-data-box.accordian-box {
    padding-top: 0px;
}

.arrow-icon:before {
    content: '\f107';
    display: none;
}

.content-btn {
    background: #000000 !important;
    color: #fff !important;
    border: 0;
}

.btn.focus, .btn .content-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%) !important;
}

.cstm-bottom.contentuser-btn.content-footer-section {
    display: flex;
    align-items: center;
    justify-content: end;
}

.add-content-btn {
    border-radius: 5px !important;
    color: #fff;
    background-color: #000000 !important;
}

.notification-btn {
    border-radius: 5px !important;
}

.content-head .form-control {
    width: 100% !important;
    margin-top: 0px;
}

.form-select.select-form-feild {
    margin-top: 0 !important;
    height: 40px;
}

.content-btn.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border: 0;
}

.bottom-section.image-upload-section {
    margin: 0 25px !important;
    border-radius: 5px;
}

.playlist-box {
    margin: 0 15px;
}

.content-footer-section .m-bottom {
    margin: 0;
}

.dateupdate-btn.footer-update-btn a {
    width: auto;
    border-radius: 5px;
    padding: 7px 25px;
}

.col-md-4.mb-2.col-12.m-bottom.custm-button.dateupdate-btn.footer-update-btn {
    display: flex;
    justify-content: right;
}

.update-btn {
    border-radius: 5px !important;
}

.calender-lbl img {
    width: auto !important;
}

.footer-update-btn a {
    text-decoration: none;
}

h1.active_heading {
    text-align: left;
    margin: 0;
    color: #000;
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 16px;
}

.innercontent label {
    margin-bottom: 5px !important;
}

.content-head .m-bottom {
    margin-top: 1px;
}

.content-table {
    padding: 0 16px;
    margin-top: -33px;
}

.submitbtn {
    border-radius: 5px !important;
    width: auto !important;
    text-transform: capitalize !important;
    padding: 6px 25px !important;
}

.closebtn {
    border-radius: 5px !important;
    width: auto !important;
    text-transform: capitalize !important;
    padding: 6px 25px !important;
}

.dateupdate-btn a {
    text-decoration: none;
}

.preview-footer {
    display: flex;
    justify-content: end;
}

.modal-header {
    padding: 7px 23px !important;
    border: 0 !important;
}

.main-cstm {
    padding: 0px 22px;
}
/*.modal-header:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #cccccc;
    top: 59px;
    width: 92%;
    height: 2px;
}*/
.modal-title {
    font-weight: 700;
}

.update_content .modal-header {
    padding: 7px 12px !important;
    border: 0 !important;
}

hr.preview_line {
    margin: 8px 22px;
}

hr.content_template_line {
    margin: 13px 24px;
}

hr.update_content_line {
    margin: 10px 10px;
}



/*slider*/
a {
    color: inherit;
    text-decoration: inherit;
}

.cont {
    user-select: none;
    margin: 5px auto;
    padding: 4px 4px 4px 4px;
    /* background: grey; */
    /* height: 360px; */
    width: 1095px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}

    .cont:active {
        cursor: e-resize;
    }

.slider-container {
    width: 100%;
    margin: 0 auto;
}

.right-btn, .left-btn {
    color: #ffffff;
    position: absolute;
    top: 8px;
    transition: all .4s ease-out;
    cursor: pointer;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 0.9em;
    background: #000000;
    padding: 6px;
    margin: 0 auto;
    font-size: 23px;
}

.fa-angle-right:before {
    content: "\f105";
    text-align: center;
    margin-left: 10px;
}

.fa-angle-left:before {
    content: "\f104";
    margin-left: 7px;
}

.right-btn {
    right: 1.4%;
}

.left-btn {
    right: 6%;
}

.item-container {
    display: flex !important;
    padding-top: 65px;
    border-radius: 4px;
    margin: 0 8px;
    /* height: 354px; */
    width: 100%;
    display: inline-block;
    transition: all .2s ease-out;
    cursor: pointer;
}

.item-image-wrapper {
    width: 96%;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin: 0;
}
    /*
    .item-image-wrapper:before {
        content: "";
        position: absolute;
        background-color: rgba(250,250,250,0.4);
        width: 380px;
        height: 100px;
        transform: translate(106px,-116px) rotateZ(30deg);
    }*/

    .item-image-wrapper:hover:before {
        transform: translate(-180px,198px) rotateZ(30deg);
        transition: .4s ease-in-out;
        z-index: 99;
    }

    .item-image-wrapper img {
        width: 100%;
        height: 100%;
        transition: all .4s ease-out;
    }

        .item-image-wrapper img:hover {
            transform: scale(1.2) rotateZ(-6deg);
        }

.item-title {
    color: #0107e1;
    font-family: arial;
    font-size: 1.8em;
    margin: 20px 10px;
}

.item-desc {
    margin: 0 10px;
    color: #f1f0f0;
    font-weight: bold;
    font-family: calibri;
}

.item-stars {
    float: left;
    margin: 24px 14px;
    color: orange;
}

.item-link {
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background-color: #0a4977;
    float: right;
    margin: 10px;
    padding: 10px 16px;
    border-radius: 6px;
}

    .item-link:hover {
        color: #eee;
        background-color: #01355a;
    }

/*
    end slider*/
span.spnCartCount {
    font-size: 12px;
}

.cartlink, .cartlink:hover {
    display: flex;
    align-items: center;
}

.btn-yellow.trans-hit-btn.tran-history-btn {
    border-radius: 5px !important;
    padding: 7px;
}

.content-table table thead tr th::before {
    margin-right: 15px;
    top: 10px;
}

.content-table table thead tr th::after {
    margin-right: 15px;
    top: 10px;
}

/*.fa-toggle-off:before {
    content: "\f204";
    font-size: 19px;
    border: 0;
}
*/
table.no-footer tr td span.fa {
    font-size: 13px;
    color: #636363;
}

.contenttemplate-table table thead tr th::before {
    margin-right: 14px;
    top: 10px;
}

.contenttemplate-table table thead tr th::after {
    margin-right: 14px;
    top: 10px;
}
/*5/12*/
.delete-btn {
    border-radius: 5px;
    background: #dc3545;
    color: #fff;
    border-color: #dc3545 !important
}

div#divdelete {
    display: flex;
    align-items: end;
}

.plus-btn {
    background: #28a745;
    border: 0;
    color: #fff;
    border-radius: 5px !important;
    min-width: 85px;
}

.sub-btn {
    background: #000000;
    border: 0;
    color: #fff !important;
    border-radius: 5px;
}

.button-div {
    display: inline-flex;
    justify-content: start;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.plus-btn:active {
    color: #fff !Important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.delete-btn:focus {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.addbtn {
    border-radius: 5px !important;
    font-weight: 500;
}

.clearbtn {
    border-radius: 5px;
    background: #000000;
    color: #fff;
    border: 0;
}

.paymentbtn {
    border-radius: 5px;
    background: #28a745;
    color: #fff;
    border: 0;
}

.order-place {
    border: 0;
    border-radius: 5px !important;
    background: #28a745 !important;
    color: #fff !important;
}

.container-fluid.contentWraper.content-height.content_map {
    margin: -31px;
    margin-left: -42px;
    width: calc(100% - -86px);
}

h3.total {
    font-size: 18px;
}

.total-pay {
    font-size: 18px !important;
    font-weight: 600;
}

.well.well-sm.text-right.mb-2 button#btnAdd {
    margin-right: 0;
    width: 108px;
}

.border-padding {
    border-radius: 5px;
}

.custom-cart-info {
    border-radius: 5px;
    padding: 10px 15px;
}

.form-payment {
    padding: 0px 15px;
}

.panel-heading p {
    border-bottom: 1px solid #f8a62c;
    display: inline-block;
    padding-bottom: 0px;
    letter-spacing: 0.5px;
    color: #f8a62c;
}

.panel-heading {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
}

.btn-yellow.model-add-btn {
    border-radius: 5px !important;
    font-weight: 500;
    background: #000000;
    color: #fff;
    border: 0;
}

.contenttemplate-table .dataTables_filter .form-control.form-control-sm {
    width: inherit !important;
}

hr.timepurchase-line {
    margin: 0 26px;
}

.modal-header .modal-title {
    font-size: 20px;
    padding-top: 10px;
}
/*--------------------------------get startd*------------------------------------------------------------/
/*------------------------*/
input:focus,
button:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
}
/*----------step-wizard------------*/
.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

/*---------signup-step-------------*/
.bg-color {
    background-color: #333;
}

.signup-step-container {
    padding: 20px 0px;
    padding-bottom: 60px;
    width: 100%;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 35px;
    height: 35px;
    line-height: 32px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #e69a28;
    color: #fff;
    border-color: #e69a28;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

.wizard .nav-tabs > li.active > a i {
    color: #e69a28;
}

.wizard .nav-tabs > li {
    width: 16%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

    .wizard .nav-tabs > li a i {
        position: absolute;
        top: -15px;
        font-style: normal;
        font-weight: 400;
        white-space: nowrap;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin-left: 22px;
    }

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

h3.step-heading {
    font-size: 21px;
}

.prev-step,
.next-step {
    font-size: 16px;
    padding: 8px 24px;
    border: none;
    border-radius: 5px !important;
    margin-top: 3px;
    font-weight: 600;
}

.next-step {
    background-color: #f0a12b;
    font-size: 15px;
    font-weight: 600;
}

.skip-btn {
    background-color: #000000;
    color: #fff;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.footer-link {
    margin-top: 30px;
}

.list-content {
    margin-bottom: 10px;
}

    .list-content a {
        padding: 10px 15px;
        width: 100%;
        display: inline-block;
        background-color: #f5f5f5;
        position: relative;
        color: #565656;
        font-weight: 400;
        border-radius: 4px;
    }

        .list-content a[aria-expanded="true"] i {
            transform: rotate(180deg);
        }

        .list-content a i {
            text-align: right;
            position: absolute;
            top: 15px;
            right: 10px;
            transition: 0.5s;
        }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav > li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inline li {
    display: inline-block;
}

.pull-right {
    float: right;
}

.inner-txt-box h2 {
    font-size: 18px;
    font-weight: 700;
}

.inner-txt-box h4 {
    font-size: 16px;
    font-weight: 500;
}

.inner-txt-box {
    padding: 0 20px;
}
/*-----------custom-checkbox-----------*/
div#main_form {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 15px;
    border-radius: 10px;
}

.tab-pane p {
    margin-top: 15px;
}

/*image-thumbnail*/

.productImage img#largeImage {
    width: 100%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5), 0px -2px 5px rgba(0, 0, 0, 0.5);
}

#description {
    padding: 5px;
    margin: 10px 0;
    color: rgba(0, 0, 0, 0.5);
}

#thumbs img {
    height: 50px;
    cursor: pointer;
}

.inner-data-box .close:hover {
    color: #00000080;
}

.custom-css-plancard .pricingTable .currency.doller-text {
    font-size: 35px;
    top: 2px;
    left: 95px;
    font-weight: 600;
}

/*24/07/2025*/
.cstmDeleteRowBtn{
    height:44px;
}

/*24/07/2025 end*/
@media (max-width: 767px) {
    .sign-content h3 {
        font-size: 40px;
    }

    .wizard .nav-tabs > li a i {
        display: none;
    }

    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px;
    }

    .signup-logo-header .logo_area {
        margin-top: 0;
    }

    .signup-logo-header .header-flex {
        display: block;
    }
}
