
/*Global*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800,800i&display=swap');
* {
    font-family: 'Open Sans', sans-serif!important;
    outline: 0;
}

*:focus {
    outline: 0;
}

body,
html {
    height: 100%;
    font-family: 'Open Sans', sans-serif!important;
}

.clearfix {
    clear: both;
}

.top-logo {
    width: 120px;
    margin-top: 6px;
}

.overflow_hid {
    overflow: hidden;
}

.top-logo-1 {
    width: 120px;
}

.noscroll {
    overflow: hidden;
}

.nopadding {
    padding: 0 !important;
}

.small-txt {
    font-size: 14px;
}

.mt-30 {
    margin-top: 30px;
}

.pad-top {
    margin-top: 30px;
}

.pad-left-0 {
    padding-left: 0;
}

.pad-right-0 {
    padding-right: 0;
}

input.mat-design-inpu {
    border: 1px solid #3333;
    width: 100%;
    box-shadow: none;
    border-radius: 4px;
    height: 40px;
    padding: 10px;
}

.grey-bg {
    background: #f4f4f4;
}

.grey-white {
    background: #fff;
}

.title-full {
    width: 100%;
    padding: 5px 15px 0 15px;
}

.hei100 {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.print_cont{
    cursor: pointer;
}
.img_renderout{
    position: absolute;
    left: 0;
    z-index: 99999999;
    width: 100%;
    top: 0;
    height: 100%;
    display: none;
}
.img_renderout img {
    width: 70%;
    margin: 0 auto;
    display: block;
    background: #fff;
}
.btnSave{
    cursor: pointer;
}
.bgdiv {
    background: url('../images/login-bg.jpg');
    background-size: cover;
    position: relative;
}

.regbgdiv {
    background: url(../images/register-bg.jpg) #f49020;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

img.regicon {
    width: 150px;
    margin: 30px 20px 20px 30px;
}

.xsights-selc {
    background-color: #ffecd7!important;
    height: 50px!important;
    line-height: 50px!important;
    border: none;
    margin-bottom: 15px;
}


/* .nice-select .current {
    top: 4px;
    position: relative;
} */


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/*topbar*/

.logo_bar {
    background: #f4901f;
    width: 100%;
    /* height: 10%; */
    height: 90px;
    padding: 20px;
    margin-left: 0!important;
}

.checkout-title {
    font-size: 40px;
    padding: 20px 20px 10px 60px;
    margin: 0;
    font-weight: 900;
    color: #333;
    background: transparent;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.modal-dialog {
    max-width: 100%;
}

.modal-content {
    background: transparent;
    border: none;
}


/*.topbar*/


/*login*/

.title-txt {
    font-size: 45px;
    color: #58585a;
    font-weight: 800;
}

.mt-40 {
    margin-top: 40px;
}

.login-box {
    padding: 20px 40px;
}

.form-control {
    background-color: #ffecd7;
    border: none;
    height: 50px;
    font-size: 16px;
}

.tny-txt {
    text-align: right;
}

.tny-txt a {
    font-size: 14px;
    color: #ccc;
    text-align: right;
}

.submit-btn {
    background: #f4901f;
    color: #fff;
    padding: 12px 20px;
    text-align: center;
    border: none;
    border-radius: 4px;
    min-width: 250px;
    cursor: pointer;
    font-size: 20px;
    transition: .5s all ease;
}

.submit-btn:hover {
    background: #d67609;
}

.submit-btn-xs {
    background: #f4901f;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    border: none;
    border-radius: 4px;
    min-width: 100px;
    cursor: pointer;
    font-size: 20px;
    transition: .5s all ease;
}

.submit-btn-xs:hover {
    background: #d67609;
}

.login-box .form-group {
    margin: 20px 0px;
}

.rotate-span {
    background: #fff;
    color: #f4901f;
    padding: 15px 10px;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 3.812px 5.871px 60.9px 9.1px rgba(0, 0, 0, 0.15);
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Safari 3-8 */
    transform: rotate(-90deg);
    position: absolute;
    right: -63px;
    top: 50px;
}

.rotate-span a {
    color: #f4901f;
    font-weight: 700;
    font-size: 30px;
}

.rotate-span a:hover {
    text-decoration: none;
}


/*.login*/


/*register-box*/

.register-box {
    padding: 20px 30px;
    height: 100%;
    overflow-y: hidden;
    margin-top: 20px;
}

.register-box:hover {
    overflow-y: auto;
}


/*.register-box*/


/*check box*/


/* The container */

.container-check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

/* .container-check {
    height: 25px;
    width: 25px;
    background-color: #f49020;
    display: inline-block;
    margin: 0px 5px 0px 0;
    top: 0px;
    border-radius: 2px;
} */
.container-check {
    height: 25px;
    width: 25px;
    /* background-color: #f49020; */
    display: inline-block;
    margin: 0px 5px 0px 0;
    top: 0px;
    border-radius: 2px;
    border: 2px solid #f49020;
}

/* On mouse-over, add a grey background color */

.container-check:hover input ~ .checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container-check input:checked ~ .checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container-check input:checked ~ .checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

/* .container-check .checkmark:after {
    left: 10px;
    top: 4px;
    width: 5px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} */
.container-check .checkmark:after {
    left: 10px;
    top: 2px;
    width: 5px;
    height: 15px;
    border: solid #f4901f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*check box*/


/*checkout*/

.rect-color {
    background: #f4901f;
    height: 180px;
    display: block;
    position: relative;
    width: 100%;
}

.dash-topic {
    font-size: 36px;
    font-weight: 700;
    color: #ffff;
    padding-top: 40px;
    padding-bottom: 15px;
}

.progress-bar-div {
    box-shadow: 3.812px 5.871px 34.8px 5.2px rgba(0, 0, 0, 0.1);
    width: 70%;
    margin: 0 auto;
    background: #fff;
    padding: 50px 40px;
    border-radius: 25px 25px 0 0;
}

.checkout-data {
    box-shadow: 3.812px 5.871px 34.8px 5.2px rgba(0, 0, 0, 0.1);
    width: 90%;
    min-height: 350px;
    margin: 0 auto;
    margin-top: 25px;
    border-radius: 25px;
    padding-bottom: 30px;
    background: #fff;
}

.checkout-data-1 {
    box-shadow: 3.812px 5.871px 34.8px 5.2px rgba(0, 0, 0, 0.1);
    width: 50%;
    min-height: auto;
    margin: 0 auto;
    margin-top: 25px;
    border-radius: 25px;
    padding-bottom: 30px;
    background: #fff;
}

.success-data {
    box-shadow: 3.812px 5.871px 34.8px 5.2px rgba(0, 0, 0, 0.1);
    width: 50%;
    min-height: 350px;
    margin: 0 auto;
    border-radius: 25px;
    /* padding-bottom: 30px; */
    background: #fff;
    margin-top: 2%;
}

.progress-bar-div .progress {
    height: .5rem;
    background-color: #e6e6e6;
    border-radius: 0rem;
}

.progress-bar-div .progress-bar {
    background-color: #f4901f;
}

.step-1-cir {
    position: relative;
}

.step-1-cir:before {
    content: '1';
    background: #ccc;
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    padding: 7px 17px;
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    top: -22px;
}

.step-2-cir:before {
    content: '2';
    background: #ccc;
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    padding: 7px 17px;
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    top: -22px;
    left: -10%;
}

.step-3-cir:before {
    content: '3';
    background: #ccc;
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    padding: 7px 17px;
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    top: -22px;
    right: 0px;
}

.active-cir.step-1-cir:before {
    background: #f4901f;
}

.active-cir.step-2-cir:before {
    background: #f4901f;
}

.active-cir.step-3-cir:before {
    background: #f4901f;
}

.checkout-head p {
    color: #ccc;
    font-size: 24px;
    font-weight: 400;
}

.checkout-head {
    margin: 20px 20px 10px 10px;
    border-bottom: 1px solid #3333;
}

.checkout-body {
    margin: 20px 20px 5px 10px;
}

.checkout-body .nice-select.wide {
    border: 1px solid #3333;
    border-radius: 4px;
}

.check-price-det {
    color: #ccc;
    font-size: 24px;
    font-weight: 400;
    padding-top: 22px;
}

.price-det-box {
    padding-top: 25px;
}

.price-sub-det p {
    color: #ccc;
}

.price-num p {
    color: #000;
    /* font-size: 9px; */
}

.next-post {
    margin: 0;
    padding-top: 5px;
    padding-right: 20px;
    width: 80%;
    margin-left: auto;
}

.shipping-pad {
    padding: 20px 10px 10px 10px;
}
.my_shipping h2 {
    font-size: 32px;
    font-weight: 600;
}
.my_shipping .nav-pills .nav-link{
    font-size: 16px;
}
.my_shipping .sub-title-1 h5{
font-size: 20px;
}
.my_shipping h5{
    font-size: 20px;
    }
.my_shipping .my-check li{
    font-size: 16px;
    padding: 6px 12px;
    }
.my_shipping label{
font-size: 16px;
}
.my_shipping .cmm_tab .btn{
    font-size: 16px;
    }
.shiping-title {
    font-size: 40px;
    padding: 0px 20px 30px 0px;
    margin: 0;
    font-weight: 900;
    color: #333;
}

.shiping-title-pay {
    font-size: 40px;
    font-weight: 900;
    color: #333;
    width: 90%;
    margin: 0 auto;
    margin-top: 2%;
}

.mytextarea {
    width: 100%;
    background: #ffecd7;
    height: 100px;
    resize: none;
    margin-top: 45px;
}

.redem-code {
    /* width: 50%; */
    padding-right: 15px;
}

.redem-code-1 {
    width: 50%;
    padding-right: 15px;
}

.price-num p.red {
    color: red;
}

.checkout-data .nice-select .current {
    top: 0px;
    position: relative;
}

.next-post input.mat-design-inpu {
    position: relative;
    top: -9px;
}


/*sidebar*/

.sidebar-cont {
    height: calc(100% - 80px);
}

.sidebar {
    background: #fff;
    padding-top: 25px;
}

.list-devices {
    width: 100%;
    padding: 0;
}

.list-devices li {
    list-style: none;
    padding: 10px 15px 10px 15px;
    cursor: pointer;
    font-size: 19px;
    font-weight: 400;
    transition: .5s all ease;
}

.list-devices .sidebar-act {
    background: #f4901f;
    border-radius: 0px 50px 50px 0px;
    font-weight: 700;
    color: #fff;
}

.list-devices .sidebar-act:hover {
    background: #ffb765;
}

.list-devices li:hover {
    background: #f4901f3b;
    border-radius: 0px 50px 50px 0px;
}

.ship-pad {
    padding: 15px 40px 20px 40px;
    height: 100%;
    overflow-y: auto;
}

.innerform-txt {
    font-weight: 700;
    font-size: 18px;
    padding: 15px 10px 10px 2px;
}

.ship-box {
    padding: 10px 10px 10px 0;
}


/*.sidebar*/


/*mainarea*/

.day-grey {
    padding: 10px 15px;
    background: transparent;
    color: #000;
    border-radius: 4px;
    margin-right: 15px;
    cursor: pointer;
}

.day-selc {
    padding-top: 0px;
    line-height: 3.5;
}


/* .day-active {
    background: #f4901f;
} */


/*.mainarea*/


/*success*/

.checout-img {
    width: 30%;
    margin: 0 auto;
    display: block;
}

.succ-txt {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    color: #f4901f;
}


/*.success*/


/*.Dashboard*/


/*
.dash_left {
    background: #58585a;
    height: 95%;
    border-radius: 10px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    left: 10%;
} */

.dash_left {
    background: #58585a;
    height: calc(100% - 100px);
    border-radius: 20px;
}

.dash_right {
    height: 100%;
    border-radius: 10px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0px 0px 0px 20px;
}

.dash_bg:before {
    content: '';
    background: #f4901f;
    height: 135px;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
}

.main_split {
    padding: 0 0px 0 10px;
}

.dash_bg {
    background-repeat: no-repeat;
    background-size: 23%;
    background-position: top left;
    padding: 25px 15px 15px 15px;
    position: relative;
    background: #fcfcfc;
}

.dash_bg {
    background-repeat: no-repeat;
    background-size: 23%;
    background-position: top left;
    padding: 15px 0px 15px 15px;
    position: relative;
    background: #fcfcfc;
}

.left_bar {
    width: 15%;
    float: left;
    display: block;
    z-index: 99;
    position: fixed;
    background: #58585A;
    height: calc(100% - 30px);
    border-radius: 10px;
}

.sqaure_round {
    width: 23%;
    background: #f4901f;
    display: block;
    height: 200px;
    position: fixed;
    top: 0;
    border-radius: 0px 0px 70px 70px;
    left: 0;
}
.datepicker{
    top: 80px;
    left: 638px;
    z-index: 9999!important;
    display: block;
    }

.dash_left_img {
    display: block;
    margin: auto;
    padding: 26px;
    width: 175px;
}

.big_round_sq {
    width: 77%;
    background: #fcfcfc;
    display: block;
    height: 150px;
    right: 0;
    position: fixed;
    border-radius: 80px 0px 60px 60px;
    top: 80px;
}

.men-user {
    width: 90%;
    height: 100px;
    background: #f4901f;
    background-image: url(../images/man-user.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 30px;
    border-radius: 10px;
    margin: 0 auto;
}

.men-user h5,
.men-user span {
    color: #fff;
    padding: 15px;
    padding-left: 20px;
}

.main_split .men-user span {
    color: #fff;
    padding: 15px 15px 0px 15px;
    padding-left: 20px;
    font-weight: 300;
}

.main_split .men-user h5 {
    color: #fff;
    padding: 15px 15px 0px 15px;
    padding-left: 20px;
    font-weight: 400;
}

.select-1 {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0
}

.pos_rel {
    position: relative;
}

.ser_inpu {
    position: absolute;
}

.easy-autocomplete {
    width: 100% !important;
}

.easy-autocomplete-container {
    left: 12px;
    position: absolute;
    width: 90%;
    z-index: 2;
    top: 50px;
}

.sidebar_bx .nav-link {
    padding: 10px 0 10px 35px;
    text-align: left;
    border-radius: 0;
}

.title_bold {
    font-weight: 400;
}

.sidebar_bx .nav-link p {
    margin: 0;
    font-weight: 300;
}

.right_bar {
    width: 85%;
    float: right;
    z-index: 99;
    margin-left: 15%;
    /* position: fixed; */
}

.easy-autocomplete .search_inpu {
    background: #fff;
    width: 90%;
    display: block;
    margin: 18px auto;
    padding: 10px 46px 10px 12px;
    border-radius: 4px;
    border: 0;
}

.ser_inpu {
    position: absolute;
    width: 22px;
    top: 12px;
    right: 23px;
}

.select_1,
.list {
    width: 100%;
}


/**first row*/

.mar {
    padding: 0 0px 0 20px;
    height: 67px;
}

.mar-1 {
    padding: 10px 0px 10px 0px;
    height: auto;
}

.mar-2 {
    padding: 10px 0px 10px 0px;
    height: auto;
}

.mar-3 {
    padding: 10px 0px 10px 0px;
    height: auto;
}

@media only screen and (max-width: 1440px) {
    .this_week:before{
        width: 8px!important;
    }
    .last_week:before{
        width: 8px!important;
    }
    p.group_stats {
        font-size: 12px!important;}
    .inner_wit .weather_stats {
        font-size: 12px!important;
    }
    .pre-mon {
        font-size: 10px!important;
    }
    .inner_wit .minutes_title {
        font-size: 7.5px!important;
        margin: 0;
    }
    .bar-chart-right, .bar-chart-right-2 {
        padding-left: 0!important;
    }
    .bar-chart-right p, .bar-chart-right-2 p {
        padding-bottom: 1px!important;
    }
    .mar {
        padding: 0 0px 0 0px;
        height: 60px;
    }
    .mar-1 {
        padding: 7px 0px 0px 0px;
        height: auto;
    }
    .mar-2 {
        padding: 7px 0px 0px 0px;
        height: auto;
    }
    .mar-3 {
        padding: 7px 0px 0px 0px;
        height: auto;
    }
    .dash_right {
        height: 100%;
    }
    .dash-location table tr th h5 {
        font-size: small;
    }
    .dash-location table tr th h5 img {
        width: 25px;
    }
    .Weekly img {
        width: 15px!important;
        height: 15px!important;
    }
    .Weekly ul li {
        margin: 0 5px;
        font-size: 12px;
    }
    .graph img {
        left: 25px!important;
        margin: 0 auto;
        width: 100%!important;
    }
    .graph-p {
        position: absolute;
        top: 85px!important;
        left: -28px!important;
    }
    .week-1 label,
    .week-2 label {
        color: #9e9e9e;
        margin: 0;
        font-size: 12px;
    }
    .Weekly ul li label {
        margin-left: 0px!important;
    }
    .dwell-time {
        width: 100%!important;
        display: block;
        margin: auto;
    }
    .dwell-time label {
        font-size: 12px!important;
    }
    .ecclips {
        padding: 20px 0!important;
    }
    .dash-p {
        font-size: 20px!important;
    }
    .dash-span-1 {
        font-size: 12px!important;
    }
    .dash-location table tr td span {
        padding: 0px 10px!important;
        font-size: 12px!important;
        font-weight: 500!important;
    }
    .range-left {
        padding: 0!important;
        font-size: 12px!important;
    }
    .range-right {
        font-size: 12px!important;
    }
    .blu {
        padding: 5px 10px!important;
    }
    .dash-span-2 {
        font-size: 20px!important;
    }
    .dash-span-3 {
        font-size: 20px!important;
    }
    .dash-location table tr td {
        padding: 0px 9px!important;
    }
    .wether_div {
        padding: 0 1px!important;
        font-size: 12px!important;
        margin-right: 5px!important;
    }
    .my-select-1 {
        width: 90%!important;
    }
    .submit-btn-1 {
        font-size: 15px!important;
    }
}

.printer {
    color: #fff;
    position: relative;
    bottom: 15px;
}

.drop-pos {
    position: relative;
    bottom: 30px;
}


/**second row**/

.range {
    width: 86%;
    margin: auto;
    padding: 0;
    font-size: 14px;
}

.range-left {
    padding: 0;
}

.range-right {
    padding: 0px 0px 0px 10px;
}

.dash-location,
.dash-map,
.dash-andross,
.dash-number,
.dash-gateway {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    box-shadow: 3.812px 5.871px 34.8px 5.2px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.dash-location table {
    width: 100%;
}

.dash-location table tr th {
    padding: 12px 12px 5px 12px;
}

.dash-location table tr td {
    padding: 0px 15px;
}

.dash-span {
    font-size: 14px;
    color: #9e9e9e;
    font-weight: 600;
}

.dash-spann {
    font-size: 14px;
    color: #9e9e9e;
    font-weight: 400;
    width: 91%;
    margin: auto;
    display: block;
    padding: 5px 0;
}

.dash-location table tr th h5 {
    color: #f4901f;
    margin: 0;
    font-weight: 500;
}

.dash-location ul {
    list-style: none;
    display: inline-flex;
    color: #9e9e9e;
    padding-left: 10px;
    margin: 0 6px;
}

.dash-span-1 {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 600;
}

.dash-span-2 {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.dash-span-3 {
    color: #f4901f;
    display: block;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}

.ecclips {
    display: block;
    margin: auto;
    padding: 10px 0;
}

.dash-p {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #f4901f;
}

.wid-1 {
    display: inline;
}

.dash-map {
    background-image: url(../images/map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*third row**/

.dash-dwell,
.dash-audi {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    box-shadow: 3.812px 5.871px 34.8px 5.2px rgba(0, 0, 0, 0.1);
}

.graph-p {
    transform: rotate(90deg);
    position: absolute;
    top: 100px;
    left: -35px;
    color: #f4901f;
    display: inline-block;
}

.graph img {
    display: block;
    position: relative;
    left: 0px;
    margin: 0 auto;
    width: 91%;
}

.graph-p-tag {
    color: #f4901f;
    text-align: center;
    position: relative;
    top: 10px;
}

.rose-1 {
    background: #e55171!important;
    display: block;
    width: 50%;
    height: 15px;
}

.blue-1 {
    background: #3ca3e9;
    display: block;
    width: 50%;
    height: 15px;
}


/*four row**/

.dash-loyality,
.dash-weather {
    height: 100%;
    width: 100%;
    border-radius: 20px;
    box-shadow: 3.812px 5.871px 34.8px 5.2px rgba(0, 0, 0, 0.1);
}

.dash-weather {
    padding: 0 20px 20px 20px;
}

.dash-center {
    height: 100%;
    position: relative;
}

.dash-abs {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #545454;
    font-weight: 700;
}

.dash-abs label {
    margin: 0 15px;
}

.Weekly img {
    width: 30px;
    height: 25px;
}

.Weekly ul li {
    margin: 0 10px;
}

.rose {
    display: block;
    padding: 10px;
    background: #e55171;
}

.blue {
    display: block;
    padding: 10px;
    background: #3ca3e9;
}

.blu {
    display: inline-block;
    padding: 5px 15px;
    background: #3ca3e9;
}

.dis-block {
    display: block;
    color: #58585a;
    font-weight: bold;
}

.dwell-time label {
    color: #58585a;
    font-weight: 500;
    font-size: 14px;
}

.dwell-time {
    width: 50%;
    display: block;
    margin: auto;
}

.pos-rel {
    position: relative;
}

.weeks {
    height: auto;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    width: 90%;
    margin: auto;
}


/* .wid-70 {
    width: 70%;
    margin: auto;
} */

.weeks span {
    padding: 0px 10px 0px 10px;
    background: #3ca3e9;
    margin-right: 5px;
}

.week-1 label,
.week-2 label {
    color: #9e9e9e;
    width: 100%;
    display: block;
    margin: auto;
}


/**Navbar dropdown**/

.dropdown {
    width: 100%;
}

.position {
    position: absolute;
    left: 0px;
    bottom: 10px;
}


/* Dropdown Button */

.dropbtn {
    background-color: transparent;
    color: white;
    font-size: 16px;
    border: none;
    width: 100%;
    position: relative;
    padding: 12px 0px;
}


/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}


/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 100%;
    box-shadow: 3.812px 5.871px 34.8px 5.2px rgba(0, 0, 0, 0.1);
    z-index: 999;
    border-radius: 20px;
}


/* Links inside the dropdown */

.dropdown-content a {
    color: #cccccc;
    padding: 10px 0px 10px 65px;
    text-decoration: none;
    display: block;
    font-weight: 500;
}


/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: transparent;
    color: #f4901f;
}

.caret-down {
    width: 10px;
    position: relative;
    left: 45px;
}


/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}


/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
    background-color: transparent;
}

.dash-link {
    background-image: url(../images/MO1.png);
    background-repeat: no-repeat;
    background-position: 10%;
    background-size: 30px;
}

.dash-link:hover {
    background-image: url(../images/MO2.png);
    background-repeat: no-repeat;
    background-position: 10%;
    background-size: 30px;
    transform: scale(1.1);
    transition: transform .2s;
}

.sub-link {
    background-image: url(../images/DO1.png);
    background-repeat: no-repeat;
    background-position: 10%;
    background-size: 30px;
}

.sub-link:hover {
    background-image: url(../images/DO2.png);
    background-repeat: no-repeat;
    background-position: 10%;
    transform: scale(1.1);
    transition: transform .2s;
    background-size: 30px;
}

.order-link {
    background-image: url(../images/OH1.png);
    background-repeat: no-repeat;
    background-position: 10%;
    background-size: 30px;
}

.order-link:hover {
    background-image: url(../images/OH2.png);
    background-repeat: no-repeat;
    background-position: 10%;
    transform: scale(1.1);
    transition: transform .2s;
    background-size: 30px;
}

.user-link {
    background-image: url(../images/user.png);
    background-repeat: no-repeat;
    background-position: 10%;
    background-size: 30px;
}

.user-link:hover {
    background-image: url(../images/user-1.png);
    background-repeat: no-repeat;
    background-position: 10%;
    transform: scale(1.1);
    transition: transform .2s;
    background-size: 30px;
}

.staff-link {
    background-image: url(../images/ST1.png);
    background-repeat: no-repeat;
    background-position: 10%;
    background-size: 30px;
}

.staff-link:hover {
    background-image: url(../images/ST2.png);
    background-repeat: no-repeat;
    background-position: 10%;
    transform: scale(1.1);
    transition: transform .2s;
    background-size: 30px;
}

.log-link {
    background-image: url(../images/LO1.png);
    background-repeat: no-repeat;
    background-position: 10%;
    background-size: 30px;
}

.log-link:hover {
    background-image: url(../images/LO2.png);
    background-repeat: no-repeat;
    background-position: 10%;
    transform: scale(1.1);
    transition: transform .2s;
    background-size: 30px;
}


/* dropdown*/

.drop-down {
    width: 92%;
    margin: auto;
    padding: 25px 0;
}


/**select white bg**/

#select-white-bg {
    width: 100%!important;
}

#select-white-bg .dd-selected-description,
.dd-options .dd-desc {
    display: none;
}

#select-white-bg .dd-select,
#select-white-bg .dd-options {
    width: 100%!important;
    background: rgb(255, 255, 255)!important;
    border-radius: 10px;
    cursor: pointer;
}

#select-white-bg .dd-selected img {
    margin-right: 20px;
}

#select-white-bg .dd-options .dd-option img {
    margin-right: 20px;
}

#select-white-bg .dd-select .dd-selected label {
    margin: 0px;
    height: 40px;
    position: relative;
    top: 7px;
    font-weight: 600;
}

#select-white-bg .dd-options .dd-option label {
    margin: 0px;
    height: 40px;
    position: relative;
    top: 7px;
}


/**select white bg**/

#select-white-bg-1 {
    width: 100%!important;
}

#select-white-bg-1 .dd-selected-description,
.dd-options .dd-desc {
    display: none;
}

#select-white-bg-1 .dd-select,
#select-white-bg-1 .dd-options {
    width: 100%!important;
    background: rgb(255, 255, 255)!important;
    border-radius: 10px;
    cursor: pointer;
}

#select-white-bg-1 .dd-select {
    border: none;
}

#select-white-bg-1 .dd-selected img {
    margin-right: 20px;
}

#select-white-bg-1 .dd-options .dd-option img {
    margin-right: 20px;
    width: 20px;
    padding-top: 6px;
}

#select-white-bg-1 .dd-select .dd-selected label {
    margin: 0;
    height: 40px;
    position: relative;
    top: 7px;
    font-weight: 600;
}

#select-white-bg-1 .dd-options .dd-option label {
    margin: 0px;
    height: 40px;
    position: relative;
    top: 7px;
}


#select-white-bg-2 {
    width: 100%!important;
}

#select-white-bg-2 .dd-selected-description,
.dd-options .dd-desc {
    display: none;
}

#select-white-bg-2 .dd-select,
#select-white-bg-2 .dd-options {
    width: 100%!important;
    background: rgb(255, 255, 255)!important;
    border-radius: 10px;
    cursor: pointer;
}

#select-white-bg-2 .dd-select {
    border: none;
}

#select-white-bg-2 .dd-selected img {
    margin-right: 20px;
}

#select-white-bg-2 .dd-options .dd-option img {
    margin-right: 20px;
    width: 20px;
    padding-top: 6px;
}

#select-white-bg-2 .dd-select .dd-selected label {
    margin: 0;
    height: 40px;
    position: relative;
    top: 7px;
    font-weight: 600;
}

#select-white-bg-2 .dd-options .dd-option label {
    margin: 0px;
    height: 40px;
    position: relative;
    top: 7px;
}
/**select white bg**/

#select-white-bg-2 {
    width: 100%!important;
}

#select-white-bg-2 .dd-selected-description,
.dd-options .dd-desc {
    display: none;
}

#select-white-bg-2 .dd-select,
#select-white-bg-2 .dd-options {
    width: 100%!important;
    background: rgb(255, 255, 255)!important;
    border-radius: 10px;
    cursor: pointer;
}

#select-white-bg-2 .dd-select {
    border: none;
    /* box-shadow: 3.812px 5.871px 34.8px 5.2px rgba(0, 0, 0, 0.1); */
}

#select-white-bg-2 .dd-selected img {
    margin-right: 20px;
}

#select-white-bg-2 .dd-options .dd-option img {
    margin-right: 20px;
}

#select-white-bg-2 .dd-select .dd-selected label {
    margin: 0;
    height: 40px;
    position: relative;
    top: 7px;
    font-weight: 600;
}

#select-white-bg-2 .dd-options .dd-option label {
    margin: 0px;
    height: 40px;
    position: relative;
    top: 7px;
}


/**select white bg**/


/**select white  bg 3**/

#select-white-bg-3 {
    width: 100%!important;
}

#select-white-bg-3 .dd-selected-description,
.dd-options .dd-desc {
    display: none;
}

#select-white-bg-3 .dd-select,
#select-white-bg-3 .dd-options {
    width: 100%!important;
    background: rgb(255, 255, 255)!important;
    border-radius: 10px;
    cursor: pointer;
}

#select-white-bg-3 .dd-option {
    padding: 0px 5px;
}

#select-white-bg-3 .dd-selected {
    overflow: hidden;
    display: block;
    padding: 2px 5px;
    font-weight: bold;
}

#select-white-bg-3 .dd-selected img {
    margin-right: 20px;
    max-width: 20px;
    position: relative;
    top: 10px;
    left: 10px;
}

#select-white-bg-3 .dd-options .dd-option img {
    margin-right: 20px;
    position: relative;
    top: 10px;
    left: 10px;
    max-width: 20px;
}

#select-white-bg-3 .dd-select .dd-selected label {
    margin: 0;
    height: 40px;
    position: relative;
    top: 7px;
    font-weight: 400;
    left: 10px;
}

#select-white-bg-3 .dd-options .dd-option label {
    margin: 0px;
    height: 40px;
    position: relative;
    top: 7px;
    left: 10px;
}


/**select white  bg 3**/

#select-white-bg-4 {
    width: 100%!important;
}

#select-white-bg-4 .dd-selected-description,
.dd-options .dd-desc {
    display: none;
}

#select-white-bg-4 .dd-select,
#select-white-bg-4 .dd-options {
    width: 80%!important;
    background: rgb(255, 255, 255)!important;
    border-radius: 10px;
    cursor: pointer;
}

#select-white-bg-4 .dd-option {
    padding: 0px 5px;
}

#select-white-bg-4 .dd-selected {
    overflow: hidden;
    display: block;
    padding: 2px 5px;
    font-weight: bold;
}

#select-white-bg-4 .dd-selected img {
    margin-right: 20px;
    max-width: 20px;
    position: relative;
    top: 10px;
    left: 10px;
}

#select-white-bg-4 .dd-options .dd-option img {
    margin-right: 20px;
    position: relative;
    top: 10px;
    left: 10px;
    max-width: 20px;
}

#select-white-bg-4 .dd-select .dd-selected label {
    margin: 0;
    height: 40px;
    position: relative;
    top: 7px;
    font-weight: 400;
    left: 10px;
}

#select-white-bg-4 .dd-options .dd-option label {
    margin: 0px;
    height: 40px;
    position: relative;
    top: 7px;
    left: 10px;
}


/**select white bg**/

#select-white-bg-5 {
    width: 100%!important;
}

#select-white-bg-5 .dd-selected-description,
.dd-options .dd-desc {
    display: none;
}

#select-white-bg-5 .dd-select,
#select-white-bg-5 .dd-options {
    width: 100%!important;
    background: rgb(255, 236, 215)!important;
    border-radius: 5px;
    cursor: pointer;
}

#select-white-bg-5 .dd-select {
    border: none;
}

#select-white-bg-5 .dd-selected img {
    margin-right: 20px;
}

#select-white-bg-5 .dd-options .dd-option img {
    margin-right: 20px;
}

#select-white-bg-5 .dd-select .dd-selected label {
    margin: 0;
    height: 33px;
    position: relative;
    top: 7px;
    font-weight: 400;
}

#select-white-bg-5 .dd-options .dd-option label {
    margin: 0px;
    height: 33px;
    position: relative;
    top: 7px;
}


/**select transparent bg**/

#select-white-bg-tra {
    width: 100%!important;
}

#select-white-bg-tra .dd-selected-description,
.dd-options .dd-desc {
    display: none;
}

#select-white-bg-tra .dd-select {
    color: white;
    width: 100%!important;
    background: rgba(255, 255, 255, 0)!important;
    border-radius: 10px;
    cursor: pointer;
    border: none;
}

#select-white-bg-tra .dd-options {
    width: 100%!important;
    background: rgb(255, 255, 255)!important;
    border-radius: 10px;
    cursor: pointer;
}

#select-white-bg-tra .dd-selected img {
    margin-right: 10px;
}

#select-white-bg-tra .dd-options .dd-option img {
    margin-right: 10px;
}

#select-white-bg-tra .dd-select .dd-selected label {
    margin: 0;
    height: 40px;
    position: relative;
    top: 7px;
    font-weight: 600;
}

#select-white-bg-tra .dd-options .dd-option label {
    margin: 0px;
    height: 40px;
    position: relative;
    top: 7px;
}


/*
/**select transparent bg**/

#select-white-bg-tra-1 {
    width: 100%!important;
}

#select-white-bg-tra-1 .dd-selected-description,
.dd-options .dd-desc {
    display: none;
}

#select-white-bg-tra-1 .dd-select {
    color: white;
    width: 100%!important;
    background: rgba(255, 255, 255, 0)!important;
    border-radius: 10px;
    cursor: pointer;
    border: none;
}

#select-white-bg-tra-1 .dd-options {
    width: 100%!important;
    background: rgb(255, 255, 255)!important;
    border-radius: 10px;
    cursor: pointer;
}

#select-white-bg-tra-1 .dd-selected img {
    margin-right: 10px;
}

#select-white-bg-tra-1 .dd-options .dd-option img {
    margin-right: 10px;
}

#select-white-bg-tra-1 .dd-select .dd-selected label {
    margin: 0;
    height: 40px;
    position: relative;
    top: 7px;
    font-weight: 600;
}

#select-white-bg-tra-1 .dd-options .dd-option label {
    margin: 0px;
    height: 40px;
    position: relative;
    top: 7px;
}


/*
/**select transparent bg-tra-2**/

#select-white-bg-tra-1 {
    width: 100%!important;
}

#select-white-bg-tra-2 .dd-selected-description,
.dd-options .dd-desc {
    display: none;
}

#select-white-bg-tra-2 .dd-select {
    color: white;
    width: 100%!important;
    background: rgba(255, 255, 255, 0)!important;
    border-radius: 10px;
    cursor: pointer;
    border: none;
}

#select-white-bg-tra-2 .dd-options {
    width: 100%!important;
    background: rgb(255, 255, 255)!important;
    border-radius: 10px;
    cursor: pointer;
}

#select-white-bg-tra-2 .dd-selected img {
    margin-right: 10px;
}

#select-white-bg-tra-2 .dd-options .dd-option img {
    margin-right: 10px;
}

#select-white-bg-tra-2 .dd-select .dd-selected label {
    margin: 0;
    height: 40px;
    position: relative;
    top: 7px;
    font-weight: 600;
}

#select-white-bg-tra-2 .dd-options .dd-option label {
    margin: 0px;
    height: 40px;
    position: relative;
    top: 7px;
}


/*
/**select transparent bg-tra-10**/

#select-white-bg-tra-10 {
    width: 75%!important;
}

#select-white-bg-tra-10 .dd-selected-description,
.dd-options .dd-desc {
    display: none;
}

#select-white-bg-tra-10 .dd-select {
    color: white;
    width: 100%!important;
    background: rgba(255, 255, 255, 0)!important;
    border-radius: 10px;
    cursor: pointer;
    border: none;
}

#select-white-bg-tra-10 .dd-options {
    width: 100%!important;
    background: rgb(255, 255, 255)!important;
    border-radius: 10px;
    cursor: pointer;
}

#select-white-bg-tra-10 .dd-selected img {
    margin-right: 10px;
}

#select-white-bg-tra-10 .dd-options .dd-option img {
    margin-right: 10px;
}

#select-white-bg-tra-10 .dd-select .dd-selected label {
    margin: 0;
    height: 40px;
    position: relative;
    top: 7px;
    font-weight: 400;
}

#select-white-bg-tra-10 .dd-options .dd-option label {
    margin: 0px;
    height: 40px;
    position: relative;
    top: 7px;
}


/*tab*/


/* .tab-content {
    height: 100%;
} */

.over {
    /* height: 100%!important;*/
    /* height: calc(100% - 100px);  */
    overflow-x: auto;
}

.tab-content {
    height: 100%;
}

.tab-content .tab-pane {
    height: 100%!important;
}

.ship-tab li {
	padding: 10px;
	cursor: pointer;
}
.ship-tab li a {
	color: #f4901f!important;
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
	text-decoration: none;
}
.ship-tab li .active {
	color: #f4901f!important;
	padding: 10px;
	font-size: 16px;
	border-bottom: 2px solid #f4901f;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    display: block;
}

.tab-content {
    box-shadow: none!important;
}

.tab-content .card .pt-5 {
    background: transparent!important;
}

.tab-content {
    background: transparent;
    padding-top: 0!important;
}

.nav-link {
    display: block;
    padding: 25px 0;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #f4901f;
    border: none;
}

.nav-item,
.nav-item a {
    background-color: #58585a;
    color: #fff;
}

.nav .nav-item:hover {
    color: #fff!important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: none;
    background-color: #f4901f;
    color: white;
}

.pos-rel-right {
    position: relative;
    right: 17px;
}


/*payment*/

.pay-right-bg {
    background: #f7f7f7;
    background-image: url(../images/payment.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border-radius: 0px 25px 25px 0px;
}

.pay-img img {
    width: 50%;
    margin: 0 auto;
    display: block;
    padding: 20px;
}

.pay-method {
    padding: 0;
    margin: 0;
}

.pay-method p {
    color: #333333;
    font-weight: 400;
    font-size: 26px;
    padding: 15px 0px;
    margin: 0;
}

.pay-method span {
    color: #333333;
    font-weight: 700;
    font-size: large;
    padding: 0px;
}

.pad-0 {
    padding: 0;
}

.bor-bottom {
    border-bottom: 1px solid #cacaca;
}

.bor-bottom-orange {
    border-bottom: 5px solid orange;
    display: inline-block;
}

.pad-10 {
    padding: 10px 0;
}

.pay-label label {
    color: #a7a7a7;
}

.pay-label .form-control {
    background-color: #ffecd7;
    border: none;
    height: 50px;
    font-weight: 600;
    color: #333333;
}

.submit-btn-1 {
    background: #f4901f;
    color: #fff;
    padding: 12px 20px;
    text-align: center;
    border: none;
    border-radius: 4px;
    min-width: 100%;
    cursor: pointer;
    font-size: 20px;
    transition: .5s all ease;
    margin-top: 1rem;
}

.submit-btn-1:hover {
    background: #d67609;
}

.login-pad {
    padding: 20px 20px 0 40px;
}


/**Subscription Screen**/

.sub-title {
    width: auto;
    margin: auto;
}

.sub-title h5 {
    font-size: 24px;
    font-weight: 400;
    color: white;
}

.printer-1 {
    width: auto;
    margin: auto;
}

.printer-1 span {
    color: #fff;
}

.sub-table {
    padding: 10px 50px;
}

.sub-table table {
    width: 100%;
    color: #333;
    font-size: 18px;
}

.box-shadow {
    background: white;
    box-shadow: 3.812px 5.871px 34.8px 5.2px rgba(0, 0, 0, 0.1);
    margin: 10px!important;
    height: 80px;
}

.row-height {
    height: 65px;
}

.row-left {
    padding-left: 20px;
}

.active-1 {
    padding: 5px 15px;
    background: #b4f4d2;
    color: #13b361;
    border-radius: 5px;
}

.basic {
    padding: 7px 20px;
    background: #cccccc;
    color: #fff;
    border-radius: 5px;
}
/*
.box-shadow td {
    font-size: 18px;
}

tr.box-shadow {
    border-spacing: 5em!important;
}

.sub-table {
    padding: 10px 50px;
    width: 100%;
    border-collapse: separate;
    text-align: left;
}

.sub-table table {
    border-collapse: collapse;
    width: 100%;
}

.row-height th {
    Color: #333333;
}

.row-height th,
td {
    width: 270px;
    text-align: left;
    padding: 20px;
}

.geeks {
    border-right: hidden;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.1);
}

.gfg {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.scroll {
    overflow: hidden;
    height: 90%;
}

.scroll:hover {
    overflow-y: auto;
} */


table {
	border-collapse: collapse;
}
th {
	background-color: transparent;
    Color: #000;
    border-bottom: none!important;
}
th,
td {
	width: 150px;
	text-align: left!important;
    padding: 5px;
    border-top: none!important;
}
.geeks {
	border-right: hidden;
}
.gfg {
	border-collapse: separate;
	border-spacing: 0 15px;
	padding: 0px 10px;
}
.gfg tbody tr {
	cursor: pointer;
}
.gfg tbody tr:hover {
	background: #fff0e0;
	transition: 0.5s;
}
.scroll {
	overflow: hidden;
	height: 90%;
	padding: 0;
}
.scroll:hover {
	overflow-y: auto;
}

/**Order History**/

.shipped{
    padding: 7px 20px!important;
    background: #fccc95!important;
    color: #f4901f!important;
    border-radius: 5px!important;
}

.cancel {
    padding: 7px 20px;
    background: #ffc8bc;
    color: #f44717;
    border-radius: 5px;
}

.sub-title-1 h5 {
    color: white;
    padding: 15px;
    font-weight: 400!important;
}

.input-wrap {
    position: relative;
    display: inline-block;
    width: 50%;
}

.top-search {
    width: 78%;
    background: #fff;
    border-radius: 10px;
    height: 45px;
    border: none;
    padding-right: 40px;
    padding-left: 10px;
}

.ser-icon {
    width: 20px;
    position: absolute;
    top: 12px;
    right: 70px;
    cursor: pointer;
}

.green {
    padding: 10px 20px;
    background: #007e00;
    border-radius: 5px;
}

.flo-right {
    float: right;
}


/**Add user - pop up**/

.add-user {
    width: 100%;
    display: inline-block;
    padding-top: 24px;
}

.add-user h3 {
    width: 90%;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
}

.add-user span {
    padding: 0px 10px;
    background: gray;
    border-radius: 50px;
    color: white;
}

.modal-wid {
    width: 50%;
    margin: auto;
}

.pos-abs {
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.pos-rel img {
    width: 20px;
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
}

.pos-rel input {
    padding-right: 40px;
}

.wid-100 {
    width: 100%;
}

.auto-p {
    width: 65%;
    display: inline-block;
    background: #f4901f;
    padding: 12px 25px 12px 5px;
    background-image: url(../images/auto.png);
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 5px;
    margin: 10px 10px 10px 0;
    color: white;
    background-position: 95% 60%;
    text-align: center;
}

.auto-img {
    width: 17%;
    float: right;
    display: inline-block;
    padding: 10px;
    background: transparent;
}

.auto-img img {
    padding: 10px;
    background: #007e00;
    display: block;
    margin: auto;
    width: 45px;
    border-radius: 5px;
}

.invitation {
    font-size: 20px;
    color: #f4901f;
    font-weight: 600;
}

.wid-mar {
    width: auto;
    margin: auto;
}


/**profile**/

.box-shadow-none {
    box-shadow: none!important;
}

.pro-title h4 {
    font-weight: 600;
}

.pro-sec {
    padding: 20px 30px;
}

.pro-pic {
    position: relative;
    width: 30%;
    margin: auto;
}

.pro-pic-1 {
    width: 80px;
    border-radius: 50px;
}

.photo-camera {
    position: absolute;
    top: 25px;
    left: 69px;
    background: #fff;
    padding: 5px;
    border-radius: 50px;
    box-shadow: 1px;
    box-shadow: 0px 0px 2px 2px #c3c3c3;
}

.add-user-1 span {
    padding: 0px 6px;
    background: gray;
    border-radius: 50px;
    color: white;
}

.pop-text label {
    font-weight: 600;
    color: #7c7c7c;
}

.mar-auto {
    display: block;
    margin: auto;
}


/**clone**/

.hidden {
    display: none;
}

.stuffs_to_clone {
    position: relative;
}

.del,
.clone {
    z-index: 999;
    cursor: pointer;
    background-position: 100%;
    background-repeat: no-repeat;
    min-width: 24px;
    min-height: 24px;
    padding-left: 26px;
    position: relative;
    bottom: 0px;
}

.clone {
    background-image: url('../images/plus-icon.png');
}

.del {
    position: relative;
    float: right;
    bottom: 52px;
    right: 0px;
    background-image: url(../images/close-icon.png);
}

.centered {
    text-align: center;
}

.checkout-body-1 {
    margin: 0px 20px 20px 10px;
}
.device_stat {
    width: 100%;
    margin-top: 5px;
    padding: 0 25px;
}

.inner_wit .dev_title {
    color: #ccc;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 5px;
}

.dev_stat {
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    margin: 0;
    line-height: 1;
}

.dev_stat_sm {
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    margin: 0;
    line-height: 1;
}

.inner_wit .dev_title_sm {
    font-size: 14px;
    color: #ccc;
    text-align: center;
}

.inner_wit .dev_lg {
    width: 40%;
    display: block;
    float: left;
}
.inner_wit .pad_15 {
    padding-top: 30px;
}
.stat_equal {
    width: 50%;
    display: block;
    float: left;
}

.inner_wit .dev_stat_lg {
    font-weight: 800;
    font-size: 45px;
    text-align: center;
    margin: 0;
    line-height: .5;
    color: #f4901f;
}

.inner_wit .dev_sm {
    width: 30%;
    display: block;
    float: left;
}

.product-btn {
    position: relative;
}

.wid-sm {
    width: 22%;
    float: left;
    display: block;
    padding: 0 10px;
    height: 240px;
}

.wid-lg {
    width: 36%;
    float: left;
    display: block;
    padding: 0 10px;
    height: 240px;
}

.right_bar .chart_cont {
    padding: 15px 0px 15px 15px;
    display: flex;
}

.chart_cont .inner_wit {
    padding: 10px 15px 50px 15px;
    position: relative;
    height: 100%;
}

.product-btn button {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.inner_wit {
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.075);
-moz-box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.075);
box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.075);
    min-height: 100%;
    border-radius: 15px;
    padding: 10px 10px 10px 20px;
    position: relative;
}

.inner_wit .barChartContainer {
    padding-top: 15px;
    min-height: 325px;
    width: 85%;
    float: left;
    position: relative;
    padding-left: 12px;
}

.inner_wit .dashboard-premise-image {
    border-radius: 15px;
    max-width:100%;
    height: 240px;
    display: block;
    margin: 0 auto;
}

/* .inner_wit .barChartContainer:before {
    content: 'Total Audience';
    color: #f4901f;
    font-size: 14px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    z-index: 999;
    position: absolute;
    left: -43px;
    top: 135px;
}

.inner_wit .barChartContainer:after {
    content: 'Time of Day';
    color: #f4901f;
    font-size: 14px;
    display: block;
    z-index: 999;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -30px;
} */


.inner_wit .tot_audiance {
    content: 'Total Audience';
    color: #f4901f;
    font-size: 14px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    z-index: 999;
    position: absolute;
    left: -42px;
    top: 135px;
}

.inner_wit .time_of_day {
    content: 'Time of Day';
    color: #f4901f;
    font-size: 14px;
    display: block;
    z-index: 999;
    position: absolute;
    left: 50%;
    bottom: -22px;
    margin-left: -30px;
}



.map_pos {
    position: absolute;
    height: 100%;
}

.inner_wit .barChartContainer-1 {
    padding-top: 15px;
    min-height: 325px;
    width: 75%;
    float: left;
    position: relative;
    padding-left: 12px;
}
.barChartContainer-2{
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 9999;
}
.inner_wit .barChartContainer-1:before {
    content: 'Total Audience';
    color: #f4901f;
    font-size: 14px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    z-index: 999;
    position: absolute;
    left: -43px;
    top: 100px;
}
.inner_wit .barChartContainer-2:before {
    content: 'Total Audience';
    color: #f4901f;
    font-size: 15px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    z-index: 999;
    position: absolute;
    left: -34px;
    top: 161px;
}

.inner_wit .barChartContainer-1:after {
    content: 'Time of Month';
    color: #f4901f;
    font-size: 14px;
    display: block;
    z-index: 999;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -30px;
}

.inner_wit .audienceContainer {
    padding-top: 25px;
    min-height: 325px;
    width: 85%;
    float: left;
    position: relative;
    padding-left: 12px;
}
.inner_wit .liveContainer {
    padding-top: 25px;
    min-height: 250px;
    width: 85%;
    float: left;
    position: relative;
    padding-left: 12px;
}

/* .inner_wit .audienceContainer:before {
    content: 'Total Audience';
    color: #f4901f;
    font-size: 14px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    z-index: 999;
    position: absolute;
    left: -43px;
    top: 135px;
}

.inner_wit .audienceContainer:after {
    content: 'Day of Week';
    color: #f4901f;
    font-size: 14px;
    display: block;
    z-index: 999;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -30px;
} */

.flt_right {
    float: right;
}

.inner_wit .audienceContainer-1 {
    /* padding-top: 25px; */
    /* min-height: 250px; */
    width: 75%;
    float: left;
    position: relative;
    padding-left: 12px;
}

.inner_wit .audienceContainer-1:before {
    content: '';
    color: #f4901f;
    font-size: 14px;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(270deg);
    display: block;
    z-index: 999;
    position: absolute;
    left: -43px;
    top: 100px;
}

.inner_wit .audienceContainer-1:after {
    content: '';
    color: #f4901f;
    font-size: 14px;
    display: block;
    z-index: 999;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -30px;
}

.inner_wit .legend_div {
    padding-top: 15px;
    /* min-height: 250px; */
    width: 15%;
    float: left;
    padding-left: 15px;
    position: relative;
    top: 60px;
}

.inner_wit .legend_div_1 {
    /* padding-top: 120px; */
    width: 15%;
    float: left;
    padding-left: 5px;
    position: relative;
}


.chart_cont .chart_div {
    width: 60%;
    float: left;
    display: block;
    padding: 0px 5px;
}

.chart_cont .equal_div {
    width: 50%;
    float: left;
    display: block;
}

.chart_cont .equal_div-1 {
    width: 53%;
    float: left;
    display: block;
}

.chart_cont .equal_div-2 {
    width: 47%;
    float: right;
    display: block;
}

.chart_cont .compare_sm {
    width: 40%;
    float: left;
    display: block;
    padding: 0 5px 0 5px;
}

.inner_wit .title_tit {
    font-size: 12px;
    color: #333;
    font-weight: 400;
    padding: 5px 10px 10px 0px;
    margin: 0;
}
.inner_wit p.minutes_title.blue-bx:before {
    background: #487ab7;
}

.inner_wit p.minutes_title.voilet-bx:before {
    background: #7f639e;
}

.inner_wit p.minutes_title.green-bx:before {
    background: #9fb75f;
}

.inner_wit p.minutes_title.red-bx:before {
    background: #c24d55;
}

.inner_wit p.minutes_title.nvy-blue-bx:before {
    background: #4aa9c5;
}
.inner_wit .minutes_title {
    font-size: 10px;
    margin: 0;
}

.inner_wit .minutes_title:before {
    content: '';
    width: 15px;
    height: 7px;
    background: #5a87be;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 5px;
    /* margin-left: 8px; */
}

.loyalty_data {
    text-align: center;
    font-size: 30px;
}

.loyalty_data img {
    width: 40px;
    margin: 0 20px;
}

.inner_wit .weather_stats {
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #ccc;
}
.inner_wit span.weather_title {
    width: 55%;
    display: block;
    float: left;
    color: #ccc;
}

.inner_wit span.weather_num {
    width: 40%;
    display: block;
    float: right;
    color: #000;
}

.loction_head {
    color: #f4901f;
    font-weight: 500;
}

.bx-title {
    font-size: 16px;
    font-weight: 800;
    padding-left: 0px;
    margin-bottom: 3px;
}

.loyal_div .inner_wit {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .chart_cont:last-child {
    margin-bottom: 10px;
} */

.input-wrap-1 {
    position: relative;
    display: inline-block;
    width: 90%;
}

.liveContainer {
    max-height: 250px;
}

.audience_intensity_container .inner_wit {
    display: flex;
    flex-flow: column nowrap;
}

.audience_intensity_container table{
    border-collapse: collapse;
    width: 100%;
    /*border: 1px solid #dddddd;*/
}

.audience_intensity_container th{
    font-weight: normal;
}

.audience_intensity_container tr:nth-child(1), th{
    /*border: 1px solid #dddddd;*/
}

.audience_intensity_container td:nth-child(1){
    text-align: left;
    padding: 8px;
    /*border: 1px solid #dddddd;*/
}

.audience_intensity_container td:nth-child(n+1){
    text-align: left;
    padding: 8px;
    /*border: 1px solid #dddddd;*/
}

.audience_intensity_container td.green-50 {
  background-color: #f0fdf4;
}

.audience_intensity_container td.green-100 {
  background-color: #dcfce7;
}

.audience_intensity_container td.green-200 {
  background-color: #bbf7d0;
}
.audience_intensity_container td.green-300 {
  background-color: #86efac;
}

.audience_intensity_container td.green-400 {
  background-color: #4ade80;
}

.audience_intensity_container td.green-500 {
  background-color: #10b981;
}

.audience_intensity_container td.green-600 {
  background-color: #059669;
}

.audience_intensity_container td.green-700 {
  background-color: #047857;
}


.audience_intensity_container td.green-800 {
  background-color: #065f46;
}


.audience_intensity_container td.green-900 {
  background-color: #064e3b;
}

.weather_holder .inner_wit {
    display: flex;
    flex-flow: column nowrap;
}

.audience_intensity_table {
    padding: 10px;
    overflow: auto;
    height: auto;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}

.audience_intensity_table td {
    position: relative;
    
}

.audience_intensity_table .date {
    position: absolute;
    top: 0;
    left: 5;
    margin-bottom: 5px;
    font-size: 10px;
    font-weight:400;
}

.weather_content {
    flex: 1 1 0;
    height: auto;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}

.weather_span {
    padding-top: 5px;
    width: 100%;
}

.weather_span:not(:first-child) {
    padding-top: 15px;
}

.weather_span img {
    width: 20px;
}

span.grey_txt {
    color: #ccc;
}

.wether_div {
    display: inline-block;
    font-size: 12px;
    float: right;
    width: 80px;
    text-align: center;
}

.week_stat {
    font-size: 10px;
    display: inline-block;
    float: right;
    text-align: center;
    padding-top: 8px;
}

.side_txt {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ccc;
}

.top-search-1 {
    width: 78%;
    background: #fff;
    border-radius: 10px;
    height: 60px;
    border: none;
    box-shadow: 0px 0px 1px 1px #3333;
    padding-right: 40px;
    padding-left: 10px;
}

p.group_stats {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

p.group_stats span {
    color: #ccc;
}

.ser-icon-1 {
    width: 20px;
    position: absolute;
    top: 20px;
    right: 70px;
    cursor: pointer;
}

.ser-icon-2 {
    width: 20px;
    position: absolute;
    top: 12px;
    cursor: pointer;
    left: 10px;
}

.top-search-2 {
    width: 78%;
    background: #fff;
    border-radius: 10px;
    height: 45px;
    border: none;
    padding-right: 10px;
    padding-left: 40px;
}

.pull-right-1 {
    width: 20%;
    display: inline-block;
    text-align: right;
    float: right;
}

.pull-right-2 {
    width: 21%;
    display: inline-block;
    float: right;
    padding: 10px 0;
    vertical-align: middle;
}

.pull-right-3 {
    width: 30%;
    display: inline-block;
    float: right;
}

.pull-right-4 {
    width: 20%;
    display: inline-block;
    /* text-align: right; */
    float: right;
}


/* Progress Bar */
.center-div
{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;

}
.progress-parent{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.progressbar {
    display: inline-block;
    width: 100px;
}
.circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 100px!important;
    height: 150px!important;
    position: absolute;
    background: transparent;
    top: 0;
}
.circle canvas {
    vertical-align: middle;
}
.circle div {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    color: #f4901f;
}
.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}
.circle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
}
.stat_progress {
    font-size: 40px;
    font-weight: 800;
    /* margin: 5px 0 0 0; */
    text-align: center;
    color: #f4901f;
}

.gateway_online {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 50%;
}

.gateway_online .center-div {
    position: relative;
    width: 100%;
    height: auto;
    top: -20px;
}

.gateway_online .loction_head {
    font-size: 12px;
    top: -24px;
}

.gateway_online .circle {
    border-radius: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
}
.gateway_online .circle div {
    font-size: 14px;
    position: initial;
}

.gateway_online .circle canvas{
    width: 50px;
}


/*.Progress Bar*/

.aus-span {
    display: block;
    background-color: #ffecd7;
    border-radius: 0.25rem;
    height: 50px;
    text-align: left;
    position: relative;
    top: 0px;
    padding: 13px;
    color: #7d8387;
}

.add-error {
    background-image: url(./images/error.png);
    background-repeat: no-repeat;
    background-position: top right;
}


/**Radio Button**/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f4901f;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.check-label label {
    width: 100%;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    padding: 10px;
}

.pull-right-1 {
    display: inline-block;
    text-align: right;
    float: right;
    width: 200px;
}

.pull-right-2 {
    display: inline-block;
    float: right;
    vertical-align: middle;
    width: 180px;
    position: relative;
    left: 30px;
    /* bottom: 10px; */
}

.pull-right-3 {
    display: inline-block;
    float: right;
    width: 190px;
    position: relative;
    /* bottom: 10px; */
}

.right_bar .dropbtn {
    background-color: transparent;
    color: white;
    font-size: 16px;
    border: none;
    width: 100%;
    position: relative;
    padding: 10px 0px 18px 0px;
    cursor: pointer;
}

.pull-right-4 {
    display: inline-block;
    float: right;
    width: 200px;
}

.pull-right-5 {
    display: inline-block;
    float: right;
    width: 200px;
    padding-left: 25px;
}

.pull-right-6 {
    display: inline-block;
    float: right;
    width: 200px;
    padding-left: 25px;
}

.p-tag-2 a {
    color: #212529;
}

.logo {
    width: 150px;
    display: inline-block;
    float: left;
}

.sub-title-1 {
    width: 250px;
    display: inline-block;
    float: left;
}

.profile {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: inline-block;
}

.pull-right {
    display: inline;
    float: right;
}

.logo-1 {
    width: 220px;
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.right_bar .logo-1 {
    width: 220px;
    display: inline-block;
    float: left;
    margin-right: 25px;
    position: relative;
    top: 5px;
    margin-left: 5px;
    font-size: 15px;
}
.stats_tp {
    padding-top: 10px;
    display: flex;
    padding-right: 0;
}

.inner_wit iframe {
    width: 100%;
}

.loction_head img {
    width: 18px;
    position: relative;
    top: -3px;
}

.loction_head img.weather_ico {
    width: 28px;
}

.loction_head img.aud_ico {
    width: 24px;
}
.loction_head {
    color: #f4901f;
    margin-bottom: 0px;
    z-index: 99;
    position: relative;
}




.right_bar .sub-title-1 {
    position: relative;
    top: -35px;
}

.this_week, .last_week {
    font-size: 11px;
    line-height: 1;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    display: block;
    padding: 0px 1px;
    text-align: center;
}

/* .this_week:before {
    content: '';
    width: 15px;
    height: 7px;
    display: inline-block;
    background: #185bc0;
    margin-bottom: 5px;
    position: relative;
    top: 3px;
}

.last_week:before {
    content: '';
    width: 15px;
    height: 7px;
    display: inline-block;
    background: #cf4864;
    margin-bottom: 5px;
    position: relative;
    top: 3px;
} */

 .blue_legend {
    width: 15px;
    height: 7px;
    display: inline-block;
    background: #185bc0;
    margin-bottom: 5px;
    position: relative;
    top: 3px;
}

 .red_legend {
    width: 15px;
    height: 7px;
    display: inline-block;
    background: #cf4864;
    margin-bottom: 5px;
    position: relative;
    top: 3px;
}

.right_sid {
    float: right;
    padding-right: 15px;
}

.right_bar #select-white-bg-1 .dd-selected img {
    margin-right: 15px;
    width: 20px;
    position: relative;
    left: 7px;
}
.right_bar #select-white-bg-2 .dd-selected img {
    margin-right: 15px;
    width: 20px;
    position: relative;
    left: 7px;
}


.right_bar #select-white-bg-1 .dd-select .dd-selected label {
    margin: 0;
    position: relative;
    top: 2px;
    font-weight: 400;
    height: auto;
}

.right_bar #select-white-bg-2 .dd-select .dd-selected label {
    margin: 0;
    position: relative;
    top: 2px;
    font-weight: 400;
    height: auto;
}
.right_bar .dd-selected {
    overflow: hidden;
    display: block;
    padding: 10px 0px 12px 0px;
    font-weight: bold;
}

.right_bar .dd-pointer-down {
    display: none;
}

.strong-title {
    font-weight: 800;
    margin-bottom: 0;
}

.right_bar .input_cont .dd-selected {
    background: url(../images/drp_arrw.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 14px;
}

.row-1 {
    width: 100%;
}

.premises {
    width: 300px;
    padding: 10px;
    height: auto;
    display: inline-block;
}

.top_shadow {
    background: #fff;
    border: none;
    border-radius: 15px;
    padding: 5px 0;
    /* box-shadow: 20px 10px 25px 1px #33333312; */
    /* -webkit-box-shadow: 0px 0px 30px 5px #33333312!important;
    -moz-box-shadow:0px 0px 30px 5px #33333312!important;
    box-shadow:0px 0px 30px 5px #33333312!important; */
    -webkit-box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.075);
-moz-box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.075);
box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.075);
}

.tp_inpu {
    display: block;
    float: right;
    width: 80%;
    border: none;
    padding: 10px 5px;
    border-radius: 15px;
}

.calender_ico {
    width: 25px;
    padding-top: 9px;
    padding-left: 5px;
}

.top-part {
    width: 100%;
    height: 70px;
    padding: 0 50px 0 50px;
}

.lower-part {
    height: calc(100% - 70px)!important;
    overflow-x: auto;
    padding-top: 10px;
}

.premise-height {
    height: auto;
    width: 100%;
    margin: 0;
}

.premise-data {
    height: 100%;
    box-shadow: 0px 0px 15px -2px #c5c5c5;
    background: white;
    border-radius: 10px;
}

.premise-data h5 {
    padding: 10px;
    color: #f4901f;
    margin: 0;
}

.premise-data p {
    padding: 10px;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.dis-in {
    display: inline;
    cursor: pointer;
}

.green button {
    width: 100%;
    padding: 10px;
    background: green;
    border: none;
    color: white;
    font-weight: 600;
    border-radius: 0px 0px 0px 10px;
}

.red button {
    width: 100%;
    padding: 10px;
    background: red;
    border: none;
    color: white;
    font-weight: 600;
    border-radius: 0px 0px 10px 0px;
}

.img-center {
    width: 50%;
    display: block;
    margin: auto;
}

.cen-text p {
    text-align: left;
}

.flo-right p {
    text-align: left;
}


/**Multiple Select**/

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100%!important;
}

.select2-container--default .select2-selection--single {
    display: none!important;
}

.premise-assigned .select2-container--default .select2-selection--multiple {
    background-color: transparent!important;
    border-radius: 4px;
    cursor: text;
    border: unset!important;
}

.premise-assigned .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffecd7!important;
    border: 1px solid #ffecd7!important;
    border-radius: 4px;
    padding: 10px!important;
    float: unset!important;
    width: 100%;
    display: block!important;
}

.premise-assigned .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    width: 100%!important;
}

.premise-assigned .select2-container--default .select2-search--inline .select2-search__field {
    border: none;
    outline: 0;
    box-shadow: none;
    background: #ffecd7!important;
    display: block!important;
    width: 100%!important;
    padding: 10px!important;
    border-radius: 5px;
}

.premise-assigned .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #333!important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 0px;
    float: right!important;
}

#frm_update_api_access .select2-container--default .select2-selection--multiple {
    border: none !important;
}

#frm_update_api_access .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    width: 100% !important;
    background: #ffecd7!important;
    height: auto !important;
}

#frm_update_api_access .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background: #ffecd7!important;
    padding: 10px !important;
    font-size: 13px;
}

#frm_update_api_access .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search{
    padding: 10px !important;
}

.ora-btn {
    padding: 4px 6px;
    border-radius: 5px;
    background-image: linear-gradient(to top, #f4901f, #f79d3b, #faab54, #fdb76b, #ffc482);
    color: white;
    cursor: pointer;
    border: 1px solid #fff;
    font-size: small;
}

.user-label {
    width: 100%;
    padding: 10px;
    color: #333;
    background: #ffecd7;
    border-radius: 5px;
    margin-bottom: 5px;
}

.my-link.active {
    margin: 15px;
    color: #fff;
    background-color: #f4901f!important;
    border-radius: 0px 30px 30px 0px;
    padding: 14px;
}

.my-link {
    margin: 15px;
    color: #333;
    border-radius: 0px 30px 30px 0px!important;
    padding: 14px;
    background-color: #ffecd7;
}

.my-link:hover {
    background-color: #f4901f;
    transition: 1s;
    color: #fff;
}


/*vp styles*/

.bootstrap-timepicker {
    position: relative;
}

.day_switch {
    display: block;
    padding: 30px 10px;
}
.my_switch {
    display: inline-block;
}
.my_switch span{
    background: transparent!important;
    color: #000!important;
    display: block;
    padding: 10px 0!important;
}
.my_switch span:hover{
    background: transparent!important;
    color: #000!important;
}
.day_switch span , .day_switch label {
    background: #ffecd7;
    padding: 10px 15px;
    color: #333;
    border-radius: 4px;
    margin-right: 20px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.my_shipping .day_switch .ch_hide {
    position: absolute;
    opacity: 0;
}
.bootstrap-timepicker-widget .row-height th,
td {
    width: 60px;
    text-align: center;
    padding: 20px;
    font-size: 15px;
}

.bootstrap-timepicker-widget input {
    width: 60px;
    text-align: center;
    padding: 0;
}

.bootstrap-timepicker-widget .row-height th,
td {
    width: 60px;
    text-align: center;
    padding: 10px;
    font-size: 15px;
}

.bootstrap-timepicker-widget tr td {
    text-align: center;
}

.bootstrap-timepicker-widget.dropdown-menu {
    display: block;
}

.day_switch .btn_act  {
    background: #f4901f;
    color: #333;
}

.day_switch span:hover {
    background: #f4901f;
    color: #fff;
    transition: .1s all ease;
}

.hid_tab,
.cmm_tab {
    display: none;
}

.acti_tab {
    display: block;
}

.bootstrap-timepicker-widget .glyphicon {
    color: #f4901f !important;
}

.form-control {
    font-size: 16px;
}

img.close_modal {
    width: 15px;
    margin: 14px 3px;
}

.check_box_tick {
    margin: 0;
    width: 100%;
}

.cur_pointer {
    cursor: pointer;
}

.checkout_title {
    color: #f4901f;
    font-size: 24px;
    padding: 30px 10px 10px 15px;
    font-weight: 600;
}

.checkout_box {
    background: #fff;
    box-shadow: 3px 3px 9px 1px #3333332b;
    border-radius: 20px;
    margin: 0 20px;
    padding: 5px 10px 25px 10px;
}

.checkout_box .checkout-head {
    margin: 10px 20px 10px 10px;
    border-bottom: 1px solid #3333;
}

.gateway_price_title {
    color: #ccc;
}

.gateway_price {
    font-size: 20px;
    text-align: right;
}

.check_font {
    font-size: 20px;
}

.border_tp {
    border-top: 1px solid #3333;
    margin-top: 10px;
    padding-top: 15px;
}

.pay_btn {
    padding: 10px 15px;
    background: #f4901f;
    color: #fff;
    font-size: 18px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    float: right;
    cursor: pointer;
    margin-left: 10px;
}

.pay_div {
    padding: 10px 20px 10px 10px;
}

.red_span {
    color: #f44717
}

.clear_div {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.my-check {
    margin-bottom: 10px;
    width: 96%;
    display: inline-block;
}

.clear_div img {
    width: 30px;
}


/*.vp styles*/
/* #piechart{
    height: 400px!important;
    width: 100%!important;
} */
#barChart{
    min-height: 300px!important;
    width: 100%!important;
    z-index: 9999;
}
#audienceGraph {
    min-height: 300px!important;
    width: 100%!important;
}

.input_cont,
.stats_tp {
    max-width: 100%;
    padding-right: 0;
}

.week-span {
    display: block;
    text-align: center;
}

.right-pad {
    padding: 0 15px 0 5px;
}

.datepicker table tr td.active.active {
    color: #fff;
    background-color: #f4901f!important;
    border-color: #f4901f!important;
}

.dow {
    font-weight: 100;
}

.datepicker-switch {
    font-weight: 600;
    color: #f4901f;
}
.sub-charts{
    width: 100%!important;
    display: flex;
}

.barChartContainer-3{
    width: 100%;margin: auto;overflow: hidden;overflow-x: auto;padding-right: 10px;  padding-left: 10px;
    height: 100%;
}

#chart {
    width: 25%;
    float: left;
}
#chart svg{
    width: 100%!important;
}

#chart p{
    text-align: center;
    width: 100%;
    margin: 0;
    color: #ccc;
    font-size: 14px;
    padding-top: 10px;
    height: 50px;
}
#chart-div{
    width: 100%;
}
#chart-div p {
    width: 100%;
    margin: 0;
    color: #ccc;
    font-size: 14px;
    padding-top: 10px;
    position: relative;
    top: 0;
    z-index: 999;
    left: 0;
    text-align: center;
    margin-bottom: 20px;
}

#chart-1 {
    width: 25%;
    float: left;
}
#chart-1 svg{
    width: 100%!important;
}
#chart-1 p{
    text-align: center;
    width: 100%;
    margin: 0;
    color: #ccc;
    font-size: 14px;
    padding-top: 10px;
    height: 50px;
}
#chart-2 {
    width: 25%;
    float: left;
}
#chart-2 svg{
    width: 100%!important;
}
#chart-2 p{
    text-align: center;
    width: 100%;
    margin: 0;
    color: #ccc;
    font-size: 14px;
    padding-top: 10px;
    height: 50px;
        }
#chart-3 {
    width: 25%;
    float: left;
}
#chart-3 svg{
    width: 100%!important;
}
#chart-3 p{
    text-align: center;
    width: 100%;
    margin: 0;
    color: #ccc;
    font-size: 14px;
    padding-top: 10px;
    height: 50px;
}



.wid-75-pie{
    margin-left: 12.5%;
    margin-right: 12.5%;

}
.pie_center div{
    margin: 0 auto;
            }

#chart-4 {
    width: 33%;
    float: left;
}
#chart-4 svg{
    width: 100%!important;
}
#chart-4 p{
    text-align: center;
    width: 100%;
    margin: 0;
    color: #ccc;
    font-size: 14px;
    padding-top: 10px;
    height: 50px;
}
#chart-5 {
    width: 33%;
    float: left;
}
#chart-5 svg{
    width: 100%!important;
}
#chart-5 p{
    text-align: center;
    width: 100%;
    margin: 0;
    color: #ccc;
    font-size: 14px;
    padding-top: 10px;
    height: 50px;
}
#chart-6 {
    width: 33%;
    float: left;
}
#chart-6 svg{
    width: 100%!important;
}
#chart-6 p{
    text-align: center;
    width: 100%;
    margin: 0;
    color: #ccc;
    font-size: 14px;
    padding-top: 10px;
    height: 50px;
}

/* .center-div-1 {
    position: relative;
    top: 30px;
    left: 50px;
}
#box-three{
    position: relative;
    top: 40px;
} */

.pad-20{
    padding: 20px 0;
}

.month-averege-title{
    text-align: center;
    width: 100%;
    margin: 0;
    color: #ccc;
    font-size: 14px;
}

.barchart-div {
    width: 90%;
    display: inline-block;
    float: left;
}

#chart-8, #chart-9, #chart-10{
    width: 33.33%;
    height: inherit;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.red-square {
    background-color: #FF4136;
    width: 100%;
    height: 3   0px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

.bar-chart-right {
    display: inline-block;
    position: relative;
    height: 100%;
}
.pos-cen {
    width: 100%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



.bar-chart-right-1 {
    width: 25%;
    display: inline-block;
    position: relative;
    top: 35px;
    left: 25px;
}
.bar-chart-right-2 {
    display: inline-block;
    position: relative;
    height: 100%;
}
#chart_div{
    position: relative;
    display: block!important;
    width: 100%!important;
    margin-left: 0px;
}

.pre-mon{
    color: #6f6f6f!important;
    font-weight: 600!important;
    border-bottom: 3px solid #6f6f6f;
    margin: 0;
    padding: 0!important;
    font-size: 12px;
}

/**File Upload***/
.div-auto{
    display: block;
    margin: auto;
    width: 50%;
}
.profile-pic {
    max-width: 200px;
    max-height: 200px;
    display: block;
}
.file-upload {
    display: none;
}
.circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 50px;
    height: 50px;
    position: absolute;
    background: transparent;
}
.circle img {
    width: 100%;
    height: 100%;
}
.p-image {
    position: relative;
    top: 13px;
    left: 44px;
    color: #666666;
    transition: all .1s cubic-bezier(.175, .885, .32, 1.275);
    cursor: pointer;
}

.p-image:hover {
  transition: all .1s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
  font-size: 1em;
}

.upload-button:hover {
  transition: all .1s cubic-bezier(.175, .885, .32, 1.275);
  color: #999;
}
.my-select-1{
    height: 30px;
    line-height: 25px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    width: 60%;
}



.barchart-div {
    width: 85%;
    display: inline-block;
    float: left;
}


/**shipp check**/
*:focus {
    outline: none !important;
  }

  .input-group-btn .btn {
    width: 100%;
    margin:3px;

  }
  .input-group-btn{
    padding-right: 10px;
  }

  :not(:first-child):not(:last-child).input-group-btn.button-checkbox .btn {
    border-radius: 0px;
  }
  .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f4901f;
    border-color: #f4901f;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
:not(:first-child):not(:last-child).input-group-btn.button-checkbox .btn {
    border-radius: 4px;
}
.btn{
    border-radius: none;
}
.div-2{
    display: none;
}
.pad-bot{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 20px 0;
}

/**Checkout  check box style**/

.terms-wid .new{
    display: inline-block;
    width: 5%;
    position: relative;
    bottom: 0;
    height: 10px;
}

.terms-wid {
    width: 81%;
    display: block;
    margin-left: auto;
}
.new-p p {
    display: inline-block;
    width: 90%;
    font-size: 12px;
    margin-bottom: 0px!important;
}

.new-p p {
    display: inline-block;
    width: 90%;
    font-size: 12px;
    margin-bottom: 0px!important;
}

.terms-wid .new .form-group {
    display: block;
    margin-bottom: 0px;
}

.terms-wid .new .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.terms-wid .new .form-group label {
    position: relative;
    cursor: pointer;
}

.terms-wid .new .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #f4901f;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.terms-wid .new .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 4px;
    height: 11px;
    border: solid #f4901f;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.show-btn .btn {
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
    cursor: pointer;
}
.btn.active {
    color: #fff;
    background-color: #f4901f;
    border-color: #f4901f;
    cursor: pointer;
}
/**tearms and condition**/
.term{
    padding: 5px 35px;
}
.term h5{
    font-size: 16px;
    color: #f4901f;
}

.term p{
    margin: 0;
    font-size: small;
    text-align: justify;
}
.term label{
    margin: 0;
    display: block;
    font-size: small;
}
/**faq**/
.faq {
    padding: 20px 35px;
}


.faq h6{
    font-size: 18px;
    color: #f4901f;
}
.faq p {
    font-size: medium;
    margin-bottom: 10px ;
    text-align: justify;
}
.faq label{
    margin: 0;
    display: block;
    font-size: small;
}
/**password revel**/
.visi-wid input {
    max-width: 98%!important;
}
.input-group-addon {
    width: 4%;
    background: #ffecd7;
    color: #333;
    display: flex;
	justify-content: center;
	align-items: center;
}
.input-group-addon a {
    color: #888888;
}
.input-group-addon a:hover{
    color: #888888;
}
.input-group-addon a i {
}

.eq-div-day {
    width: 11%;
    display: inline-block;
}

.week-days-aud{
    position: relative;
    top: 100px;
}
.month-whether{
    width: 100%;
    display:block;
}
.barchart-wid {
    height: 300px;
}
.border-pie {
    margin-right: 5px;
    z-index: 999999999!important;
    margin-bottom: 5px;
}
.legend_div p {
    padding-bottom: 1px;
}
.bar-chart-right, .bar-chart-right-2 {
    padding-left: 1px;
}
.bar-chart-right p, .bar-chart-right-2 p{
    padding-bottom: 0px;
}
.bar-chart-right-1 p {
    padding-bottom: 5px;
}
.tex-left{
    text-align: left!important;
}
.tex-right{
    text-align: right!important;
}
.group_stats span{
    width: 50%!important;
}
.pad-right-0{
    padding-right: 0;
}
.padd-0{
    padding: 0;
}
.dash-auto{
    overflow: hidden;
    height: 75%;
}
.dash-auto:hover{
    overflow: auto;
}

/**welcome-signup**/
.welcome-email {
    box-shadow: 3.812px 5.871px 34.8px 5.2px rgba(0, 0, 0, 0.1);
    width: 55%;
    min-height: 350px;
    margin: 100px auto;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.grey-orange {
    background: #feba709c;
}
.cen-logo {
    height: 100%;
    position: relative;
    width: 100%;
}
.cen-logo img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    box-sizing: border-box;
    margin: auto;
}
.inner-bg {
    padding: 0;
    height: 50%;
    background: #f7f7f7;
}
.mid-align {
    width: 100%;
}
.mid-align img{
    width: 100%;
}

.pad-100{
    padding: 10px 100px;
}
.bor-top{
    border-top: 7px solid #f4901f;
}
.cen-logo-1 {
    height: 20%;
    position: relative;
    width: 100%;
}
.cen-logo-1 img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    box-sizing: border-box;
    margin: auto;
}
.add-user-mail {
    background: #f4901f;
    padding: 20px;
    color: white;
}


.wether-icon {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .wether-icon img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    margin: auto;
  }

  .top-logo-2{
      width: 250px;
      margin: 40px;
  }


/**toggle switch**/
.toggle_parent{
    display: inline-block;
    width: 60px;
}
.toggle_parent span {
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 5px;
}
.switch-light a{
    outline: 0!important;
}
.switch-material.switch-light > span{
    background: rgb(255, 236, 215)!important;
}
.switch-material.switch-light input:checked ~ span a {
    background: #f4901f!important;
}
.switch-material.switch-light input:checked ~ span {
    background: rgb(255, 236, 215)!important;
}
.start, .end{
    width: auto;
    display: inline-block;
    padding: 15px 15px 15px 0;
}
.mar-20{
    margin-bottom: 15px;
}
.txt-align{
    text-align: left;
}
.gj-picker-md [role=header]{
    background: #f4901f!important;
}
.gj-picker-md [role=footer] button.gj-button-md{
    color:#f4901f!important ;
}
.gj-picker-md .arrow-begin, .gj-picker-md [role=body] [role=arrow]{
    background-color: #f4901f!important;
}
.gj-picker-md .arrow-end {
    border: 16px solid #f4901f!important;
}
.gj-timepicker{
    width: 120px!important;
}
.gj-timepicker-md [role=right-icon]{
    width: 120px!important;
    top: 2px!important;
}
.gj-textbox-md{
    padding: 4px 35px!important;
}
.txt-right{
    text-align: right;
}
.txt-left{
    text-align: left!important;
}

/**primise tab**/

.primise_tab .nav-item .nav-link {
    display: block;
    padding: 10px 15px;
}
.primise_tab .nav-item{
    display: inline-block;
}
.primise_tab .nav-item {
    background-color: transparent;
    color: #fff;
    width: 70px;
    text-align: center;
}
.primise_tab .nav-item a {
    color: #58585a;
    background-color: transparent;
    border: 2px solid #58585a;
    border-width: 2px 2px 0 2px;
    margin: 0;
}
.primise_tab .nav-item .nav-link:hover{
    border:2px solid #f4901f!important;
    color: white;
}
.primise_tab .nav-item .nav-link.active {
    border: 2px solid #f4901f;
    color: white;
    background:#f4901f!important;
}
.primise_tab .nav-item .nav-link.active{
    border:2px solid #f4901f!important;
    color: white;
}
.nav-tabs {
    border-bottom: none!important;
    display: block;
}
.my_content>.active {
    display: block;
    background: transparent;
    border: 2px solid #f4901f;
    padding: 10px;
}
.hr {
    display: inline-block;
    width: 50%;
    position: relative;
    top: 40px;
}
.cen_24hr{
    width: 90%;
    margin: auto;
}
.cen_24hr label{
    vertical-align: text-bottom;
    padding: 3px 10px;
}

/*Report Genertaion Page*/

.inner_wit .barChartContainer.bar_img:after {
    bottom: -20px !important;
}
img.port_graph {
    width: 100%;
}
.img-center-div {
    margin: auto;
}
.potrait_inter_space{
    padding-bottom: 30px;
}
.report_bar .inner_wit {
box-shadow: none;
}
.report_bar {
background: #fff;
}
/*.Report generation Page*/

/* Floor map */
.wid-floormap {
    width: 100%;
    float: left;
    display: block;
    padding: 0 20px;
}

.wid-floormap .nice-select {
    width: 120px;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 7px;
    margin-bottom: 10px;
}

.wid-floormap .nice-select .list {
    height: 200px;
    overflow: auto;
}

.floormap-view {
    position: relative;
}

.floormap-view img {
    border: 2px solid #ccc;
    max-width: 100%;
}

.floormap-view .gateway {
    position: absolute;
    top: 0;
    left: 0;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	justify-content: center;
	align-items: center;
	z-index: 1000;
    width: 60px;
    height: 60px;
    border-radius: 100%;
	border: none;
	background: #f0fdf4;
    cursor: default;
    box-shadow:  0 0 10px  rgba(0,0,0,0.6);
}

.wid-floormap .floormap-message {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}


.floormap-view .gateway .tooltip{
    z-index: 1050;
    padding: 6px;
    opacity: 1;
    background-color: #333;
    color: #fff;
    position: absolute;
    top: -35px;
    border-radius: 9px;
    font-size: 13px;
    visibility: hidden;
	white-space: nowrap;
}

.floormap-view .gateway:hover .tooltip{
    visibility: visible;
}

.inner_wit .question {
    display: inline-block;
    position: relative;
}

.inner_wit .tooltip {
    width: 220px;
    z-index: 1050;
    padding: 6px;
    opacity: 1;
    background-color: #f8f8f8;
    color: #333;
    position: absolute;
    border: 2px #f49020 solid;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    visibility: hidden;
    top: -100px;
}

.inner_wit .question:hover .tooltip {
    visibility: visible;
}