﻿@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
a.deshTopCnt {
    padding: 10px;
}
button, a, .btn input[typ="button"]{
    cursor:pointer !important;
}
.table {
    color: #3d3d3d;
}

.no-pdding {
    padding: 0px !important;
}
input[type="radio"] {
    accent-color: green;
}

input[type="checkbox"] {
    accent-color: green;
}

a {
    color: #4CBD01;
}

    a:hover {
        color: #4CBD01;
    }

.topTextBoxInn {
    background: #fff;
    padding: 10px !important;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0px 0px 1px rgba(169,184,200,.15);
}

    .topTextBoxInn .ReportList span {
        font-size: 13px;
        display: block;
    }

.TextBoxtitle {
    margin: 0;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 400;
}

.FIT-Clndr {
    margin-left: 47px;
}

.TextPrice {
    font-size: 20px;
    margin: 5px 0;
    font-weight: 500;
    color: #4CBD01;
}

.topTextBoxInn .row .col-xl-6.text-right.no-pdding {
    padding-right: 5px !important;
    /*margin-top: 10px;*/
    position: relative;
}

    .topTextBoxInn .row .col-xl-6.text-right.no-pdding::after {
        content: "";
        position: absolute;
        height: -webkit-fill-available;
        width: 1px;
        background-color: #bcbcbc;
        top: -1px;
        left: 99.3%;
    }

.topTextBoxInn .row .col-xl-6.text-left.no-pdding {
    padding-left: 5px !important;
    /*margin-top: 10px;*/
}

.topTextBoxInn .row .col-xl-6.no-pdding .ng-binding {
    font-size: 13px;
    color: #3d3d3d;
    cursor: pointer;
    font-weight: 500;
}

.persentCount {
    font-size: 10px;
    font-weight: 500;
    color: #666;
    display: none;
}

.topTextBox {
    margin-bottom: 35px;
}
.leadDetlsTable .table td, .leadDetlsTable .table th, .btn {
    padding: 10px !important;
    font-size: 12px !important;
}

.card .card-title {
    font-size: 12px;
    margin: 0px 15px 0 0px !important;
    display: inline-block;
    font-weight: 400;
}

.theFilters {
    /*background: #fff;*/
    padding: 5px 0px;
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 2px;
    color: #6c6c6c;
    font-weight: 400;
    font-size: 12px;
    height: 30px;
    width: 100%;
    /* border-radius: 4px; */
}

.threeDotted .sub-dropdown button {
    padding: 0 0;
    position: relative;
    left: 0px;
}

.tableHeadRow {
    margin-bottom: 10px;
    /*margin-top: -15px;*/
    zoom: 95%;
}

    .tableHeadRow .row {
        display: flex;
        align-items: center;
    }

.threeDotted {
    display: inline-block;
    width: auto;
}
/*datepicker*/
.daterangepicker .calendar th, .daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: 30px;
    font-weight: 400;
    font-size: 12px;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    color: #d2d2d2 !important;
}

.daterangepicker .input-mini, .daterangepicker .daterangepicker_input i {
    font-size: 12px !important;
}
/*datepickerEnd*/
/*************************Tarushi*************************/
.bar {
    fill: #5f89ad;
}

.axis {
    font-size: 13px;
}

    .axis path, .axis line {
        fill: none;
        display: none;
    }

.label {
    font-size: 13px;
    cursor: pointer;
}

.graphic {
    padding: 0px;
    overflow-y: scroll;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    height: 180px;
}

.chartHeader {
    align-items: center;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.card-body {
    padding: 15px 25px 25px 25px;
}

.chartHeader .theFilters, .theFilters2 {
    border: none;
    padding: 5px 0px 5px 10px;
}

    .chartHeader .theFilters i.fas, .theFilters2 i.fas {
        font-size: 20px;
    }
/*.tick {
    transform: translate(0px, 15px);
}*/
/*End*/
.dropdown-item {
    padding: 0;
}

.dropdown-item {
    padding: 0px 15px;
    line-height: 30px;
    border-bottom: 1px solid #eee;
}

    .dropdown-item:last-child {
        border-bottom: none;
    }

    .dropdown-item a {
        padding: 0;
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #3d3d3d;
    }

.dropdown-item-read {
    padding: 0px 15px;
    line-height: 30px;
    border-bottom: 1px solid #4CBD01;
}

    .dropdown-item-read a {
        padding: 0;
        display: block;
        font-size: 12px;
        font-weight: 100;
        color: #d5c8c8;
    }

.navbar-expand-md .navbar-collapse {
    flex-direction: row;
    align-items: center;
    height: 60px;
    margin-left: 0 !important;
    padding-left: 16px;
}

.topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
    line-height: normal !important;
}
.ProfileDD {
    display: flex;
    align-items: center;
}
.ProfileDD span{
     margin-right: 5px;
}
.rounded-circle {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    padding: 2px;
}
.rounded-circle img{
    width:100%;
}
.BackBtn {
    font-weight: 600;
    color: #3d3d3d !important;
    margin-bottom: 40px;
    display: block;
}
.dropdown-menu.dropdown-menu-left.mailbox.bounceInDown {
    top: 40px;
    right: 10px;
    left: inherit;
}

.custom-select {
    height: auto !important;
    /*padding: 5px 40px !important;*/
}

.topbar .top-navbar .navbar-nav > .nav-item > .nav-link .notify-no {
    position: absolute;
    top: -6px !important;
    right: 4px;
    line-height: normal !important;
    padding: 3px 4px !important;
    height: 18px;
    width: 18px;
}

.topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
    font-size: 13px !important;
}

.svg-icon {
    height: 1.3em !important;
    width: 1.3em !important;
}

#main-wrapper[data-layout=vertical][data-header-position=fixed] .page-wrapper, .left-sidebar {
    padding-top: 60px;
}

.SalesGrowth li.nav-item a {
    color: #000 !important;
}

    .SalesGrowth li.nav-item a span {
        color: #f00;
    }

        .SalesGrowth li.nav-item a span small {
            /* position: absolute; */
            /* top: 16px; */
            /* left: 60px; */
            font-size: 8px;
            color: #000;
            font-weight: 500;
            position: relative;
            padding-left: 5px;
        }

            .SalesGrowth li.nav-item a span small::before {
                content: "";
                width: 1px;
                height: 12px;
                background-color: #999;
                position: absolute;
                left: 0;
                top: 0;
            }

.navbar-expand-md .navbar-collapse .sidebar-nav, .left-sidebar {
    padding: 0;
    z-index: 99;
}

#main-wrapper[data-layout=vertical][data-sidebartype=full] .page-wrapper {
    margin-left: 40px;
}

.left-sidebar {
    width: 40px;
    margin-top: 40px;
}

.open_mySidenav {
    width: 250px;
}

.open_Main {
    margin-left: 250px !important;
}

.PadRight {
    padding-right: 0 !important;
}

.marginNone {
    margin: 0px -10px !important;
}

.leadDetlsTableDisplay .table-responsive {
    display: inline-table;
}

.margin15_T_BCard .card {
    height: 480px;
}

.sidebar-nav #sidebarnav .sidebar-item .sidebar-link {
    padding: 10px 20px !important;
    opacity: inherit;
}

    .sidebar-nav #sidebarnav .sidebar-item .sidebar-link .feather-icon, .sidebar-nav #sidebarnav .sidebar-item .sidebar-link i {
        position: absolute;
        left: 10px;
    }

    .sidebar-nav #sidebarnav .sidebar-item .sidebar-link .hide-menu {
        padding-left: 20px;
    }

.scroll-sidebar {
    overflow: visible !important;
}

#sidebarnav .sidebar-item .first-level {
    padding: 0 0 10px;
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 10px 25px -10px rgba(0, 0, 0, 0.33);
    border-radius: 0px;
    border: none;
    margin-left: 50px;
    margin-top: -40px;
    color: #fff;
}

    #sidebarnav .sidebar-item .first-level::after {
        content: "";
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-right: 10px solid #ffffff;
        border-bottom: 7px solid transparent;
        position: absolute;
        top: 12px;
        left: -10px;
    }

.open_mySidenav #sidebarnav .sidebar-item .first-level {
    position: inherit;
    background-color: #fff;
    box-shadow: none;
    border-left: 1px solid rgba(0,0,0,.1);
    border-radius: inherit;
    margin-top: 0;
    margin-left: 40px;
}

.open_mySidenav .sidebar-nav #sidebarnav .sidebar-item .sidebar-link {
    color: #818181;
}

.customize-input .form-control-icon {
    position: absolute;
    top: 7px;
    right: 20px;
    height: 13px;
    width: 13px;
    cursor: pointer;
}

.form-control-sm {
    height: calc(1.7em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .6rem;
    line-height: 1.5;
    border-radius: 1px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .6rem;
    line-height: 1.5;
    border-radius: 1px;
    height: calc(1.7em + .5rem + 2px);
}

.modal-right {
    justify-content: flex-start;
}

.modal-dialog-scrollable {
    max-height: calc(100% - 0rem);
}

.custom-control-label::after, .custom-control-label::before {
    top: 0rem;
}

.TextBoxtitle::placeholder {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #383838 !important;
}

.modal-dialog .TextBoxtitle {
    font-weight: 400;
}

code.smMasg {
    color: #F44336;
    word-break: initial;
    font-size: 9px;
    font-weight: 700;
}

.btn-danger, .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #d62929;
    border-color: #d62929;
}

.custom-accordion-title {
    color: #d62929;
}

.btn {
    padding: .375rem 1.75rem;
}
/*CreatUser*/
.createUserBox {
    width: 300px;
    margin: 0px auto;
}

.generateLinkBox {
    width: 600px;
}

.generateLinkBoxLinks {
    margin-top: 200px;
}

.generateLinkBox form .input-wrap input.btn {
    padding: 6px 100px !important;
}

.createUserBox h3, .GF_DetBoxMainHead h3 {
    font-size: 16px;
    color: #444;
    font-weight: 400;
    text-transform: uppercase;
    margin: 20px 0;
}

.createUserBox form .input-wrap, .OverLay .MYpof-Change .input-wrap, .Offline-Log .CusTO-Detail .input-wrap, .page-wrapper .card .input-wrap, .CreatUser .leadDetlsTable .proDetailsMM .input-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.page-wrapper {
    margin-left: 0 !important;
    padding-top: 50px;
}

.input-wrapBtn {
    margin-bottom: 0 !important;
}

.createUserBox form .input-wrap .demo-label, .OverLay .MYpof-Change .input-wrap .demo-label, .page-wrapper .card .input-wrap .demo-label, .Offline-Log .CusTO-Detail .input-wrap .demo-label,
.CreatUser .leadDetlsTable .proDetailsMM .input-wrap .demo-label {
    padding: 0px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 3px;
    color: #777;
    font-size: 14px;
    transition: 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
}

.createUserBox form .input-wrap input.textdemo, .createUserBox form .input-wrap select.textdemo, .createUserBox form .input-wrap div.textdemo, .manageUserFLT .input-wrap .textdemo, .tableHeadRow .input-wrap .textdemo,
.OverLay .MYpof-Change .input-wrap .textdemo, .page-wrapper .card .input-wrap .textdemo, .OverLay .MYpof-Change .input-wrap .textdemo, .Offline-Log .CusTO-Detail .input-wrap .textdemo,
.CreatUser .leadDetlsTable .proDetailsMM .input-wrap .textdemo {
    height: 30px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #ccc;
    width: 100%;
    color: #444;
    font-size: 13px;
    font-weight: 400;
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
}
/*.createUserBox form .input-wrap input.textdemo:focus, .textdemo2{
    border: 1px solid #c3c3c3 !important;
    border-radius: 4px;
}*/
.createUserBox form {
    margin-top: 30px;
}

.createUserBox02 .input-wrap input.textdemo {
    pointer-events: none;
}

.createUserBox form .input-wrap input.textdemo:focus + .demo-label, .OverLay .MYpof-Change .input-wrap input.textdemo:focus + .demo-label,
.page-wrapper .card .input-wrap input.textdemo:focus + .demo-label, .Offline-Log .CusTO-Detail
.input-wrap input.textdemo:focus + .demo-label, .CreatUser .leadDetlsTable .proDetailsMM .input-wrap input.textdemo:focus + .demo-label {
    font-size: 12px;
    color: #888;
    transform: translateY(-12px) translateX(0px);
    margin: 0;
    margin-top: -6px;
}

.createUserBox form .input-wrap input:not(:placeholder-shown) + .demo-label, .OverLay .MYpof-Change .input-wrap input:not(:placeholder-shown) + .demo-label, .Offline-Log .CusTO-Detail .input-wrap input:not(:placeholder-shown) + .demo-label {
    font-size: 12px;
    color: #888;
    transform: translateY(-12px) translateX(0px);
    margin: 0;
    margin-top: -6px;
}

.createUserBox form .input-wrap .input-has-value + input.textdemo {
    border: 1px solid #c3c3c3;
    border-radius: 4px;
}

.createUserBox form .input-wrap .input-has-value, .Offline-Log .CusTO-Detail .input-wrap .input-has-value {
    font-size: 10px;
    color: #888;
    top: -10px;
}

.createUserBox form .input-wrap span {
    font-size: 10px;
    display: inline-block;
    line-height: 15px;
}

    .createUserBox form .input-wrap span a {
        color: #f00;
    }

.createUserBox form .input-wrap input.btn {
    background: #4CBD01;
    color: #fff;
    padding: 6px 0;
}

.closeBtn {
    position: relative;
    right: -25px;
    top: -40px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    z-index: 1000;
    cursor: pointer;
}

.LeadDetailsPage .closeBtn {
    top: -10px;
}

.closeBtn:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #222;
    position: absolute;
    transform: rotate(-45deg);
    top: 10px;
}

.closeBtn:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #222;
    position: absolute;
    transform: rotate(45deg);
    top: 10px;
}
/*Manage User*/
.page-wrapper .container-fluid .mngUserfirst .managerrAF {
    display: flex;
    justify-content: space-evenly;
}

    .page-wrapper .container-fluid .mngUserfirst .managerrAF .dropdown a {
        color: #3D3D3D;
    }

.page-wrapper .container-fluid .mngUserSecond .manageUserFLT .user_Count .Profile_BOX {
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    padding: 10px;
    width: 25%;
    text-align: center;
    background-color: #fff;
    margin-left: 15px;
}

.page-wrapper .container-fluid .mngUserSecond .manageUserFLT .user_Count {
    display: flex;
    justify-content: right;
}

.page-wrapper .container-fluid .mngUserSecond .manageUserFLT .contnt-div .M_user {
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: #3D3D3D;
    width: 50%;
}

.project-tab #tabs {
    background: #007b5e;
    color: #eee;
}

    .project-tab #tabs h6.section-title {
        color: #eee;
    }

.nav-tabs .nav-item.nav-link {
    color: #3D3D3D;
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    color: #4CBD01;
    background-color: transparent;
    border-color: transparent;
    /* border-bottom: 1px solid #000 !important;*/
}

.project-tab .nav-link {
    border: none;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #c3c3c3;
    font-size: 16px;
    font-weight: 400;
}

    .project-tab .nav-link:hover {
        border: none;
    }

.project-tab thead {
    background: #f3f3f3;
    color: #333;
}

.project-tab a {
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
}

.manageUserFLT .input-wrap .textdemo {
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    padding: 0 10px;
}

.mngUserfirst {
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 40px;
    padding: 15px 0px;
}

.report {
    margin-bottom: 0px;
}

.mngUserfirst .input-wrap {
    display: inline-block;
}

    .mngUserfirst .input-wrap a.userMap {
        font-size: 12px;
        color: #555555;
        font-weight: 500;
    }

    .mngUserfirst .input-wrap .btn, .PadRight .input-wrap .btn {
        background: #555;
        color: #fff;
        padding: 6px 30px !important;
    }

.contnt-div i, .contnt-div .inquiry-text {
    font-size: 12px;
    color: #000;
}

.contnt-div {
    line-height: 16px;
    padding: 5px 0;
    width: 45%;
}

#totalUser {
    font-weight: 500;
    color: #4CBD01;
    font-size: 16px;
}

.mngUserSecond {
    padding-bottom: 30px;
}

.theFilters {
    display: inline-block;
}

.mngUserfirstRenewal .theFiltersClndrReport .theFilters {
    margin: 0 0 0 15px;
    background-color: transparent;
}

.mngUserfirstRenewal .theFiltersClndrReport {
    justify-content: start;
}


.UserDetailsTR i {
    padding: 2px 4px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #c3c3c3;
    background: #f3f3f3;
    border-radius: 50px;
    display: inline-grid;
    align-items: center;
    text-align: center;
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
}

.UserDetailsTR22 {
    transform: rotate(180deg);
    background: #eaeeff;
}

.userFullDet {
    border-bottom: 1px solid #eee;
}

    .userFullDet:last-child {
        border-bottom: none;
    }

.DeRgstrBTN {
    border: 1px solid #999;
    margin: 0 10px;
}

.UserDetailsTRPOS {
    font-size: 15px;
    position: relative;
    background: transparent;
    border-radius: 0;
    border: none;
    padding: 0;
}

    .UserDetailsTRPOS:after {
        content: "";
        width: 10px;
        height: 1px;
        background: #7c8798;
        position: absolute;
        /* transform: rotate(-45deg); */
        top: 10px;
        left: 5.5px;
    }

    .UserDetailsTRPOS:before {
        content: "";
        width: 1px;
        height: 10px;
        background: #7c8798;
        position: absolute;
        /* transform: rotate(90deg); */
        top: 5.5px;
    }

.PadRight001 {
    font-size: 12px;
    text-align: left;
    display: flex;
    align-items: center;
}

.userFullDet ul {
    padding: 0;
    text-align: center;
    margin: 0;
    display: flex;
    width: max-content;
}

    .userFullDet ul li {
        display: inline-block;
        padding: 5px 20px;
        text-align: left;
        border-right: 1px solid #eee;
    }

        .userFullDet ul li:last-child {
            border-right: none;
        }

.MainTable tr td a {
    text-decoration: none;
    color: #4CBD01;
    font-weight: 400;
    font-size: 12px;
    padding: 0 3px;
}

.mappedUser {
    padding-top: 60px !important;
}

.LeadDetailsPage {
    padding-top: 0px !important;
}
/*My Profile*/
.MyProfileDet02Img img {
    width: 100%;
}

.MyProfileDet01 h3, .MyProfileDet03Cnt h2 {
    font-size: 16px;
}

.MyProfileDet02Img {
    padding: 15px;
    border: 1px dotted;
    width: 120px;
}

.MyProfileDet02 {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 15px;
}

    .MyProfileDet02 .row {
        align-items: center;
    }

.MyProfileDet02Cnt {
    padding: 0 50px;
}

    .MyProfileDet02Cnt label, .MyProfileDet03Cnt label {
        display: block;
        margin-bottom: 15px;
    }

        .MyProfileDet02Cnt label span, .MyProfileDet03Cnt label span {
            font-size: 10px;
            color: #888;
            display: block;
        }

        .MyProfileDet02Cnt label input, .MyProfileDet03Cnt label input {
            height: 30px;
            background: transparent;
            border: none;
            border-bottom: 1px solid #c3c3c3;
            padding: 0px 0px 0px 0px;
            width: 100%;
            color: #444;
            font-size: 14px;
            font-weight: 400;
            transition: all .4s ease-in-out 0s;
            -moz-transition: all .4s ease-in-out 0s;
            -ms-transition: all .4s ease-in-out 0s;
            -o-transition: all .4s ease-in-out 0s;
            -webkit-transition: all .4s ease-in-out 0s;
        }

.MyProfileDet03 {
    margin-bottom: 15px;
}

MyProfileDet03.MasterSetupPage {
    margin-bottom: 15px;
    padding: 0 15px;
    min-height: 550px;
    height: auto;
}

.MyProfileDet03Cnt {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column;
    border-collapse: collapse;
}

.MyProfileDet03 .row {
    margin: 0;
}

    .MyProfileDet03 .row .MPD03_Box {
        padding: 0;
    }

.textArea textarea {
    border: 1px solid #ccc;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    color: #444;
    font-size: 14px;
    font-weight: 400;
}

.MyProfileDet03Cnt label input.btn, .allBtn {
    background: #555;
    color: #fff;
    padding: 7px 40px;
    height: auto;
    display: inline-block;
    width: auto;
}

    .allBtn[disabled="disabled"] {
        display: none;
    }

.MyProfileDet03Cnt ul {
    padding: 0;
}

    .MyProfileDet03Cnt ul li {
        display: block;
        font-size: 16px;
        font-weight: 200;
        padding: 5px 0;
    }

        .MyProfileDet03Cnt ul li a {
            font-weight: 400;
        }
/*Config Page*/
.ConfigDetails thead tr th, .ConfigDetails tbody tr td {
    padding: 5px;
    line-height: normal;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    font-size: 12px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 0px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #A1A6AB;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        color: #fff;
        text-align: center;
        width: 18px;
        left: 0px;
        bottom: 0px;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #5f76e8;
    border: none;
}

.AddonConfigDET .modal-body ul {
    padding: 0;
}

    .AddonConfigDET .modal-body ul li {
        padding: 5px 0;
        display: block;
        text-align: left;
        font-size: 14px;
    }

        .AddonConfigDET .modal-body ul li .switch {
            margin-right: 15px;
        }

.ConfigDetails tbody tr td button {
    border: none;
    background: no-repeat;
    color: #5f76e8;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    content: "\2713";
    font-size: 12px;
}

/* Rounded sliders */
.slider.round {
    border-radius: 3px;
    border: 1px solid #5f76e8;
    background: transparent;
}

    .slider.round:before {
        border-radius: 50%;
    }


.ConfigDetails tbody tr:nth-of-type(odd), .ConfigDetails tbody tr, .ConfigDetails thead {
    background-color: transparent !important;
}

.ConfigDetails tr {
    border-bottom: 1px solid #ccc !important;
}


.ConfigDetails.table.table-bordered.vertical,
.ConfigDetails.table.table-bordered.vertical td,
.ConfigDetails.table.table-bordered.vertical th {
    border-top: 0px solid white !important;
    border-bottom: 0px solid white !important;
    border-right: 0px solid white !important;
    border-left: 0px solid white !important;
}

.outer-form {
    background: #fff;
    border: 1px solid #eee;
    margin-top: 15px;
    padding: 15px;
}

.alct-data3 {
    display: inline-block;
}





/*Business Report*/
.tableHeadRow .input-wrap {
    display: inline-block;
    width: 100%;
}

    .tableHeadRow .input-wrap i {
        position: relative;
        top: -25px;
    }


/*ledsDetails Pop Up*/
.ledsDetails tbody tr td:nth-child(2n+1) {
    font-weight: 500;
    width: 15%;
}

.rowDetailsMM img {
    width: 100px;
}

.proDetailsMM002 {
    background-color: #fff;
    padding: 15px;
}

.GF_DetBoxMain {
    margin: 0px 0px 0px 80px;
}

.GF_DetBox1 {
    background-color: #f5f5f5;
}

.GF_DetBox2 {
    background-color: #f5f5f5;
}

.GF_DetBox3 {
    background-color: #f5f5f5;
}

.GF_DetBox1,
.GF_DetBox2,
.GF_DetBox3 {
    padding: 20px 30px;
}

.GF_DetBoxMainHead h4 label {
    display: block;
    color: #7c8798;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}

.GF_DetBoxMainHead h4 span {
    display: block;
    margin: 5px 0 0 0;
    font-size: 22px;
    font-weight: 400;
    color: #333;
}

.GF_DetBoxHead {
    padding: 0px 0px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

    .GF_DetBoxHead h5.parivar {
        margin: 0;
        display: inline-block;
        font-size: 14px;
    }

    .GF_DetBoxHead .OwnerEdit {
        color: #121a41;
        float: right;
    }

.GF_DetBox ul li {
    display: block;
    font-size: 14px;
    width: 50%;
    margin-bottom: 20px;
    display: flex;
}

    .GF_DetBox ul li label {
        display: inline-block;
        margin: 0;
        font-size: 12px;
        font-weight: 200;
        color: #828282;
        width: 30%;
    }

    .GF_DetBox ul li span {
        font-size: 14px;
        font-weight: 400;
        color: #555;
        line-height: normal;
    }

.GF_DetBox ul {
    padding: 0;
    display: flex;
    flex-flow: wrap;
    margin: 0;
}

.proslBtnsGFD {
    height: 40px !important;
    color: #fff;
    padding: 8px 30px !important;
    display: inline-block !important;
    background: #555;
}

#pgWrapper .pgContainer #pgHeader .headerTop > div > a,
#pgWrapper .pgContainer #pgHeader .headerTop > div i::before {
    color: #29577e !important;
    font-weight: bold !important;
}

#pgHeader {
    background: #fff !important;
}

#pgWrapper .pgContainer #pgHeader #mainHeader .navigation .nav-container nav ul.nav-list > li > a {
    color: #000;
}

.parivaar-GetFullDetails {
    padding-bottom: 40px;
    padding-top: 100px;
}

.SalesGrowth {
    margin-left: 0 !important;
}

.MasteSetupTabs .nav-link {
    border: none;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #777;
    border-radius: 5px;
    margin: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    width: 138px;
    text-align: center;
    padding: 0;
    height: 40px;
}

    .MasteSetupTabs .nav-link.active {
        color: #ffffff;
        background-color: black;
        border: none;
        font-size: 12px;
        font-weight: 400;
    }

.SalesGrowth li a {
    padding: 0 20px 0 0px !important;
}

.rowDetailsMM #manufacturevehicleName {
    font-size: 22px;
    font-weight: 400;
    margin: 15px 0 5px 0;
    display: block;
    color: #333;
}

.rowDetailsMM p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #777;
    line-height: 26px;
}

h4.enqueryNumber {
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0 5px 0;
    display: block;
    color: #010201;
    text-transform: uppercase;
}

.rowDetailsMM p span {
    float: right;
    font-weight: 400;
    color: #555;
}



@keyframes chartjs-render-animation {
    from {
        opacity: .99
    }

    to {
        opacity: 1
    }
}

.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms
}

.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1
}

    .chartjs-size-monitor-expand > div {
        position: absolute;
        width: 1000000px;
        height: 1000000px;
        left: 0;
        top: 0
    }

    .chartjs-size-monitor-shrink > div {
        position: absolute;
        width: 200%;
        height: 200%;
        left: 0;
        top: 0
    }

.laoderPage {
    position: absolute;
    width: 100%;
    margin: -10px;
    padding: 0;
    height: 100%;
    z-index: 9;
}

.laoderPageIN {
    width: 300px;
    height: 300px;
    margin: 250px auto 0px auto;
}

    .laoderPageIN img {
        width: 100%;
    }

.DisplayBlock {
    display: block !important;
}

.RenewalDateBtn {
    background: #555;
    color: #fff;
    cursor: pointer;
    padding: 5px 30px;
    border: none;
    font-size: 12px;
    height: 30px;
    width: auto;
}

    .RenewalDateBtn:hover {
        color: #fff;
        background-color: #000;
    }

.tableContainer {
    height: 300px;
    overflow-y: scroll;
    position: relative;
}

.CreatUser {
    display: block;
    position: fixed;
    z-index: 999;
    background: #f9fbfd;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    padding: 0;
    overflow: scroll;
    background: rgba(0,0,0,0.6);
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-left: 10px;
}

.btn.AddFile {
    border: none;
    color: #5f76e8;
    background-color: white;
    padding: 0 0px;
    border-radius: 8px;
    font-size: 16px;
    /* height: 20px; */
    /* position: static; */
    /* z-index: 0; */
    /* cursor: pointer; */
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    width: -webkit-fill-available;
    height: 20px;
    top: 0;
    opacity: 0;
    bottom: 0;
    cursor: pointer;
}

.MyProfileDet03Cnt ul li {
    display: flex;
    align-items: center;
}

.createUserBox02 {
    position: absolute;
    width: 40%;
    right: 0px;
    bottom: 15px;
    /* background: #fff; */
    padding: 15px 25px;
    border-radius: 10px;
}

    .createUserBox02 .input-wrap {
        width: 30% !important;
        display: inline-block;
        margin: 0 5px;
    }

.Createdmodal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    /* display: none; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 0.36);
}

.data-Bulk {
    margin: auto 50px;
    width: 120% !important;
}

.chooseFile {
    width: 130% !important;
}

.ImportUser {
    width: 300px;
}

.theFiltersBulk {
    display: block;
    text-transform: uppercase;
}

.mngUserfirstMapping .input-wrap {
    margin-top: 10px;
    margin-left: 0;
}

.mngUserfirstMapping .input-wrapData span {
    color: #3d3d3d !important;
}

.getResponseTitle {
    font-size: 12px;
    margin: -20px 0 10px 0;
    text-align: left;
}

.getResponseMain .PadRight {
    text-align: left;
}

.GetRequest_Response01 {
    width: 100% !important;
    margin: 0;
}

    .GetRequest_Response01 .input-wrap {
        margin-right: 15px;
        width: 230px !important;
    }

        .GetRequest_Response01 .input-wrap .textdemo, .GetRequest_Response02 .input-wrap .textdemo {
            border-radius: 0;
        }

        .GetRequest_Response01 .input-wrap .btn .GetRequest_Response01 .input-wrap .btn {
            height: 30px;
            padding: 0 20px !IMPORTANT;
            border: none;
        }

.EndUserMapp tbody tr td {
    word-break: break-all;
}

.GetRequest_Response02 {
    width: 100% !important;
    margin: 0;
}

    .GetRequest_Response02 .input-wrap {
        margin: -5px 0 0 0;
        margin-right: 15px;
        width: 200px !important;
    }

    .GetRequest_Response02 form {
        margin: 0;
    }

.changeLogo {
    font-size: 12px;
}

    .changeLogo .addfiles {
        background: #555;
        color: #fff;
        font-size: 8px;
        padding: 5px 12px;
        height: auto;
        display: inline-block;
        width: auto;
        border: none;
        line-height: 10px;
    }

.createUserBox form .input-wrap div.textdemo {
    text-align: left;
    padding: 8px 5px;
}

    .createUserBox form .input-wrap div.textdemo span {
        font-size: 14px;
    }

    .createUserBox form .input-wrap div.textdemo .svg-icon {
        height: 15px !important;
        width: 15px !important;
        font-weight: bold;
        color: #000;
        float: right;
        margin-right: -3px;
    }

.CreatUser02 .closeBtn {
    right: 20px;
    top: 20px;
}

#navbarSupportedContent .navbar-brand img {
    width: 110px;
}

.resetClose {
    position: absolute;
    right: 10px;
    top: 5px;
}

.myaccountBox {
    padding-top: 10px !important;
}

.crmHeadMenu {
    align-items: center;
}

.HomeSearchBox input {
    padding: 0 !important;
    height: 30px !important;
}

.HomeSearchBox i {
    position: absolute !important;
    top: 5px !important;
    right: 0;
}

.GetRequest_Response01 .input-wrap {
    margin: 0;
}

    .GetRequest_Response01 .input-wrap .textdemo {
        margin: 0;
        font-size: 12px;
        height: 30px;
    }

.custom-breadcrumb {
    list-style: none;
    overflow: hidden;
    font-size: 16px;
}

    .custom-breadcrumb li {
        float: left;
    }

        .custom-breadcrumb li a {
            color: white;
            text-decoration: none;
            padding: 10px 0 10px 65px;
            background: brown; /* fallback color */
            background: #0f4e83;
            position: relative;
            display: block;
            float: left;
        }

            .custom-breadcrumb li a::after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid #0f4e83;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            .custom-breadcrumb li a::before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        .custom-breadcrumb li:first-child a {
            padding-left: 10px;
        }



        .custom-breadcrumb li:nth-child(2) a {
            background: #0096ba;
        }

        .custom-breadcrumb li.PGUploadDocuments:nth-child(2) a {
            background: #0f4e83;
        }

        .custom-breadcrumb li:nth-child(2) a:after {
            border-left-color: #0096ba;
        }

        .custom-breadcrumb li.PGUploadDocuments:nth-child(2) a:after {
            border-left-color: #0f4e83;
        }



        .custom-breadcrumb li:nth-child(3) a {
            background: #0096ba;
        }

        .custom-breadcrumb li.PGTermsCondintion:nth-child(3) a {
            background: #0f4e83;
        }

        .custom-breadcrumb li:nth-child(3) a:after {
            border-left-color: #0096ba;
        }

        .custom-breadcrumb li.PGTermsCondintion:nth-child(3) a:after {
            border-left-color: #0f4e83;
        }


        .custom-breadcrumb li:nth-child(4) a {
            background: #0096ba;
        }

        .custom-breadcrumb li.PGGetCirtificate:nth-child(4) a {
            background: #0f4e83;
        }


        .custom-breadcrumb li:nth-child(4) a:after {
            border-left-color: #0096ba;
        }

        .custom-breadcrumb li.PGGetCirtificate:nth-child(4) a:after {
            border-left-color: #0f4e83;
        }

        .custom-breadcrumb li:nth-child(5) a {
            background: #0096ba;
        }

            .custom-breadcrumb li:nth-child(5) a:after {
                border-left-color: #0096ba;
            }

.text-question {
    color: #f43d3c;
}

.text-small {
    font-size: 10px;
    color: #0096ba;
}

.box {
    border-left: 5px solid #0f4e83;
    border-radius: 15px;
    border-right: 5px solid #0f4e83;
    margin-top: 3em;
}

.modal-footer {
    display: block;
}

.activePOSBox {
    top: -80px;
}

.Tableloader {
    /* display: none; */
    position: absolute;
    background: #00000014;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 130px;
    z-index: 9;
}

.MasterMnfBox {
    margin: 5px 0;
}

.notification {
    background-color: red;
    color: #fff;
    padding: 5px;
    border-radius: 20px;
}

.HeadLogo img {
    width: 100%;
}

#main-wrapper[data-layout=vertical][data-sidebar-position=fixed] .topbar .top-navbar .navbar-header {
    position: inherit !important;
}

.MyProfileDet01Head {
    display: flex;
    align-items: baseline;
    font-size: 12px;
}

    .MyProfileDet01Head h3 {
        font-size: 12px;
        margin-right: 10px;
        border-right: 1px solid #ccc;
        padding-right: 10px;
    }


.UPL_File {
    display: flex;
}

.MyProfileDet03Cnt ul li span:first-child {
    font-size: 12px;
}

.MyProfileDet01Head .input-wrap {
    display: flex;
    align-items: center;
}

.MyProfileDet01Head input {
    margin: 0 10px;
}

.MyProfileDet03Cnt label input.btn:disabled, .mngUserfirst .input-wrap .btn:disabled {
    opacity: 0;
}

.allBtn {
    background: #4CBD01 !important;
    color: #fff !important;
    padding: 6px !important;
    width: auto !important;
    height: auto !important;
    font-size: 12px;
}

.CopyBtn {
    position: absolute;
    right: 0px;
    background: #F2F2F2;
    top: 0px;
    font-size: 20px !important;
    padding: 0 0px 0 30px !important;
    text-align: right;
}

.theFilters::placeholder {
    color: #BDBDBD;
}

.MyProfileDet03Master .nav-tabs {
    width: auto;
    padding-bottom: 10px;
}

/*.MyProfileDet03Master nav {
    overflow-x: scroll;
}*/
/* Hide scrollbar for Chrome, Safari and Opera */
/*.MyProfileDet03Master nav::-webkit-scrollbar {
        display: none;
    }*/

/* Hide scrollbar for IE, Edge and Firefox */
/*.MyProfileDet03Master nav {
    -ms-overflow-style: none;*/ /* IE and Edge */
/*scrollbar-width: none;*/ /* Firefox */
/*}*/

.MyProfileDet03Master nav .nav-link.active {
    border: 1px solid #c3c3c3 !important;
    border-radius: 4px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

.MyProfileDet03Master nav .nav-link:hover {
    border-radius: 4px;
}

.MyProfileDet03Master nav .nav-link {
    font-size: 12px;
    color: #999;
    font-weight: 500;
    width: 140px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.MyProfileDet03Master {
    position: relative;
}
.offlineUpdatePG .theFilters {
    display: inline-block;
    width: 200px;
    margin: 7px;
}

.collapsemobileMenu {
    float: right;
}

#tblConsolidate thead tr th, #tblConsolidate tbody tr td {
    font-weight: 500;
    white-space: nowrap;
}

.scrollme {
    overflow-x: auto;
}

.progress-barBox {
    width: 100%;
    height: 12px;
    border-radius: 10px;
    border: 1px solid #eaeaea;
    position: relative;
    background: #eaeaea;
}

.ProgressBar {
    height: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

    .ProgressBar:after {
        height: 10px;
        position: absolute;
        content: "";
    }

.PG_orng {
    color: orange;
    border-color: orange;
    background-color: orange;
}

    .PG_orng:after {
        background-color: orange;
    }

.PG_green {
    color: green;
    border-color: green;
    background-color: green;
}

    .PG_green:after {
        background-color: green;
    }

.PG_blue {
    color: blue;
    border-color: blue;
    background-color: blue;
}

    .PG_blue:after {
        background-color: blue;
    }

.DetailsGroup {
    border: 2px solid #ccc;
    padding: 0px 20px 20px 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.GroupTitle {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    position: relative;
    top: -15px;
    background: #f9fbfd;
    padding: 8px 15px;
    border-radius: 6px;
}

.DetailsGroup .theFilters {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 5px 3px;
}

.DetailsGroup p {
    margin: 0;
    font-size: 13px !important;
}

.fileUpload {
    margin: -15px 0 0 0;
    display: block;
    font-size: 12px;
    /*color: #000;
    font-weight: 400;*/
}

.POSFILE_Update {
    font-size: 30px;
    cursor: pointer;
    margin: auto 10px;
    color: #4CBD01;
}

.DetailsGroupPay p {
    margin: -9px 0 0 0 !important;
}

.EndUserPage {
    display: block;
}

.select2-container--default .select2-selection--single {
    background: #fff;
    padding: 0px 10px;
    border: 1px solid #ccc !important;
    color: #BDBDBD !important;
    font-size: 12px;
    height: 30px !important;
    width: 100%;
    border-radius: 0 !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #BDBDBD !important;
    }

.select2-container {
    width: 400px !important;
}

.BR_ShowingData {
    color: #444;
    font-size: 14px;
    font-weight: 400;
}

.table {
    height: auto !important;
}

    .table thead th {
        vertical-align: top !important;
    }

.BirthdayBoxTop {
    text-align: center;
    background: #401799;
    height: auto;
    padding: 10px 0;
}

    .BirthdayBoxTop i {
        font-size: 60px;
        color: #ffc107;
    }

.BirthdayBox .modal-body {
    padding: 0px;
}

.BirthdayBox .modal-content {
    overflow: hidden;
    border: none;
    box-shadow: 0px 0px 60px 0px #00000059
}

.BirthdayBoxBottom {
    text-align: center;
    padding: 20px 30px;
    height: 250px;
    overflow-x: auto;
}

.Birthform {
    padding: 20px 30px;
}

.BirthdayBoxBottom .table th, .BirthdayBoxBottom .table td {
    font-size: 12px;
    text-align: left;
    padding: 10px 15px;
    vertical-align: middle;
}

.BirthdayBoxTop h3 {
    font-family: fantasy;
    color: #fb8c3a;
    margin: 20px 0 0px 0;
}

.BirthdayBoxTop p {
    font-size: 30px;
    font-family: system-ui;
    font-weight: 800;
    color: #fff;
}

.birthBtn {
    background: #555;
    color: #fff;
    padding: 6px 30px !important;
    margin-top: 15px;
}

.ConfigPincode .input-wrapBtn label .theFilters {
    color: #666;
}

.VerifyDocument {
    height: 10px;
    width: 30px;
    background-color: transparent;
    display: inline-block;
}

.VerifyDocumentGreen {
    background-color: green;
}

.VerifyDocumentOrange {
    background-color: orange;
}

.VerifyDocumentGray {
    background-color: gray;
}

.VerifyDocumentBox {
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 0 20px;
}

    .VerifyDocumentBox span {
        display: block;
    }

.VerifyDocumentMain {
}

/*----------------Digital Signature-------------------*/
.SignWreper {
    padding: 50px 150px;
}

.chooseColor {
    display: inline-flex;
    padding: 0;
}

    .chooseColor li {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        border: 2px solid;
    }

.SignatureBox #can, #canvasimg {
    border: 1px solid #999 !important;
    border-radius: 10px;
}

#canvasimg {
    border-color: transparent !important;
}

.chooseColor li:first-child {
    width: auto;
    margin-right: 15px;
    border: none;
}

.DragFileBox {
    text-align: center;
    border: 1px dotted #999;
    padding: 50px 0;
    border-radius: 10px;
    margin-top: 50px;
}

.DragBtn {
    margin-top: 15px;
}

    .DragBtn .btn {
        width: 120px;
        border: none;
        height: 32px;
        border-radius: 5px;
        color: #fff;
        background-color: #555;
    }

        .DragBtn .btn#clr {
            background-color: red;
        }

#canvasimg {
    position: absolute;
    z-index: 9;
    background-color: transparent;
    text-align: center;
    border: 1px solid #d3d3d3;
}

.ISRegionBox {
    position: relative;
}

.RegionClose {
    position: absolute;
    right: -10px;
    top: 25px;
    background: #fff;
    opacity: 9;
    border-radius: 50px;
    /* box-shadow: 0px 0px 10px 0px #000; */
    border: 1px solid #ccc !important;
}

.closeBtn.RegionClose:before {
    content: "";
    width: 16px;
    height: 2px;
    background: #222;
    position: absolute;
    transform: rotate( 45deg );
    top: 14px;
    left: 6px;
}

.closeBtn.RegionClose:after {
    content: "";
    width: 16px;
    height: 2px;
    background: #222;
    position: absolute;
    transform: rotate( -45deg );
    top: 14px;
    left: 6px;
}
/*End*/
.content {
    padding: 7rem 0;
}

    .content .contents, .content .bg {
        width: 50%;
    }

        .content .contents .form-group input.form-control, .content .bg .form-group input.form-control {
            overflow: hidden;
            margin-bottom: 0;
            font-size: 14px;
            height: 70px;
            border-radius: 7px;
            padding: 15px 15px;
            border-bottom: none;
            position: relative;
            background: #edf2f5;
            border-bottom: 1px solid #e6edf1;
        }

        .content .contents .form-group label, .content .bg .form-group label {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

        .content .contents .form-group input, .content .bg .form-group input {
            background: transparent;
        }

        .content .contents .form-group.first, .content .bg .form-group.first {
            border-top-left-radius: 7px;
            border-top-right-radius: 7px;
        }

        .content .contents .form-group.last, .content .bg .form-group.last {
            border-bottom-left-radius: 7px;
            border-bottom-right-radius: 7px;
        }

        .content .contents .form-group label, .content .bg .form-group label {
            font-size: 12px;
            display: block;
            margin-bottom: 0;
            color: #b3b3b3;
        }

span[data-target="#exampleModal"] {
    font-size: 14px;
    position: absolute;
    top: -40px;
    left: -10px;
    display: block;
    width: 100px;
    cursor: pointer;
}

.content .contents .form-group.focus, .content .bg .form-group.focus {
    background: #fff;
}

.content .contents .form-group.field--not-empty label, .content .bg .form-group.field--not-empty label {
    margin-top: -20px;
}

.content .contents .form-control, .content .bg .form-control {
    border: none;
    padding: 0;
    font-size: 20px;
    border-radius: 0;
}

    .content .contents .form-control:active, .content .contents .form-control:focus, .content .bg .form-control:active, .content .bg .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.content .bg {
    background-size: cover;
    background-position: center;
}

.content .btn {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
}

.content .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 14px;
}

.social-login a {
    text-decoration: none;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
}

    .social-login a span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .social-login a:hover {
        color: #fff;
    }

    .social-login a.facebook {
        background: #3b5998;
    }

        .social-login a.facebook:hover {
            background: #344e86;
        }

    .social-login a.twitter {
        background: #1da1f2;
    }

        .social-login a.twitter:hover {
            background: #0d95e8;
        }

    .social-login a.google {
        background: #ea4335;
    }

        .social-login a.google:hover {
            background: #e82e1e;
        }

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

    .control .caption {
        position: relative;
        top: .2rem;
        color: #888;
    }

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #6c63ff;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #847dff;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control__indicator:after {
    font-family: 'icomoon';
    content: '\e5ca';
    position: absolute;
    display: none;
    font-size: 16px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.control input:checked ~ .control__indicator:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
    background-color: #7e0cf5;
    opacity: .2;
}

#img_loader {
    z-index: 9999;
    border-radius: 3px;
    vertical-align: top;
    color: #a6ce39 !important;
    transition: .3s color, .3s border, .3s transform, .3s opacity;
    position: fixed;
    top: 0;
    font-size: 8rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -377px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #858181a3;
}

    #img_loader img {
        width: 50px;
    }

.PayoutPG h2 {
    font-size: 20px;
    font-weight: 400;
    color: #3d3d3d;
    margin: 20px 0 5px 0;
}

.PayoutPG .row.form-group {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

    .PayoutPG .row.form-group label {
        width: 100%;
    }

.PayoutPG .tableContainer {
    margin-bottom: 20px;
}

.PS_tableBox {
    margin-top: 30px;
}

.PayoutPG span {
    font-size: 12px;
    color: #3d3d3d;
}

.PayoutPG.PayoutSetup .PayoutSetupForm {
    padding: 15px;
    background: #fff;
    border-radius: 4px;
}

    .PayoutPG.PayoutSetup .PayoutSetupForm h2 {
        margin: 0 0 15px 0;
        font-size: 18px;
        font-weight: 500;
    }

.PayStpLabel, .PayoutPG.PayoutSetup .PS_tableBox h2 {
    display: flex;
    align-items: center;
}

    .PayStpLabel img {
        width: 30px;
        height: auto;
        margin: 0 15px 0 0px;
        filter: brightness(0);
        opacity: 0.7;
    }

    .PayStpLabel p {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        color: #3d3d3d;
    }

    .PayStpLabel .RewCheck input:checked ~ .RewCheckMark {
        border-color: #4cbd01;
    }

    .PayStpLabel .RewCheckMark {
        background-color: #fff;
        border: 1px solid #ccc;
    }

    .PayStpLabel .RewCheck .RewCheckMark:after {
        left: 4px;
        top: 1px;
    }

    .PayoutPG.PayoutSetup .PS_tableBox h2 img {
        width: 30px;
        height: auto;
        margin-right: 10px;
        filter: brightness(0);
        opacity: 0.7;
    }

.PayoutPG.PayoutSetup .PS_tableBox h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.PayoutSetup .theFilters {
    background-color: #fff;
}

.contentLOGIN {
    padding: 0;
    overflow: hidden;
}

.LoginBGI {
    position: relative;
    height: 100vh;
    padding: 0 230px;
}

    .LoginBGI::after {
        content: "";
        position: absolute;
        background-image: url(../images/ellipse-bg.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 700px;
        height: 100%;
        left: 0;
        z-index: -1;
        top: 70px;
    }

    .LoginBGI img {
        width: 350px;
    }

    .LoginBGI h3 {
        font-size: 20px;
        margin: 15px 0 10px 0;
        color: #3d3d3d;
        text-align: center;
        font-weight: 600;
    }

        .LoginBGI h3 span {
            color: #4cbd01;
        }

    .LoginBGI input.form-control {
        height: 60px;
        border-radius: 5px;
        box-shadow: 0px 0px 40px -10px #6666663d;
    }

    .LoginBGI .form-group .danger, .LoginBGI .ManualLog .danger, .page-wrapper .leadDetlsTable .card .tableContainer .danger {
        font-size: 12px;
        color: #f00;
    }

    .LoginBGI .btn {
        background-color: #4cbd01 !important;
        border-color: #4cbd01 !important;
        font-size: 16px !important;
    }

        .LoginBGI .btn:hover {
            border-color: #4cbd01 !important;
        }

        .LoginBGI .btn:focus {
            background-color: #43970d !important;
            border-color: #43970d !important;
        }

        .LoginBGI .btn:active {
            box-shadow: none !important;
        }

    .LoginBGI a {
        font-size: 14px;
        font-weight: 400;
        color: #4cbd01;
    }

.SMC_Logo {
    width: 150px !important;
    margin: auto;
    margin-bottom: 30px;
    display: block;
}

#main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .navbar-header {
    width: auto !important;
}

.collapsemobileMenu {
    display: block !important;
    float: none !important;
}

.topbar .top-navbar {
    justify-content: space-between;
    min-height: 60px;
    background: #fff;
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
}

.HeadLogo {
    display: block;
    width: 120px;
}

.page-wrapper {
    background-color: #F2F2F2;
    height: 100%;
    box-shadow: none;
}

.UserInforRow {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .UserInforRow h3 {
        font-size: 20px;
        font-weight: 500;
        margin: 0;
    }

        .UserInforRow h3 span {
            color: #3d3d3d;
            display: inline-flex;
            align-items: center;
        }

    .UserInforRow .UserInforRowLeft h3 span#WelcomeText, .UserInforRowRight i {
        color: #4cbd01;
    }

    .UserInforRow h3 span img {
        width: auto;
        height: 15px;
        margin-right: 5px;
    }

.UserInforRowRight {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .UserInforRowRight h3 {
        margin: 0 0 0 50px;
    }

.page-wrapper > .container-fluid {
    padding-top: 0;
}

.leadDetlsTable .tableHeadRow .card-title {
    margin: 0;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 600;
}

    .leadDetlsTable .tableHeadRow .card-title span {
        color: #4cbd01;
    }

.theFiltersClndr {
    display: flex;
    align-items: center;
    font-size: 13px;
    justify-content: space-evenly;
}

.theFiltersClndrReport {
    align-items: center;
    width: 100%;
    color: #969696;
    cursor: pointer;
}

    .theFiltersClndrReport .theFilters {
        width: auto;
        margin-right: 10px;
        border: none;
        font-size: 16px;
        padding: 0;
        height: auto;
        color: #969696;
    }

    .theFiltersClndrReport .DateRangeShow {
        font-size: 12px;
    }

.tableContainer .table thead {
    position: sticky;
    top: 0;
    vertical-align: middle !important;
    z-index: 99;
}

.tableContainer .table tbody tr td {
    vertical-align: middle !important;
    border: none;
    white-space: nowrap;
}

.offlineUpdatePG .tableContainer .table tbody tr td {
    font-size: 14px;
    padding: 10px;
}

    .offlineUpdatePG .tableContainer .table tbody tr td a {
        color: #4cbd01;
    }

.tableContainer .table thead tr th {
    border: none;
    background-color: #fff;
    color: #3d3d3d;
    vertical-align: middle !important;
    white-space: nowrap;
}

.PayoutPage .tableContainer .table tbody tr td button {
    border: 2px solid #4cbd01;
    background: transparent;
    color: #4cbd01;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50px;
}

    .PayoutPage .tableContainer .table tbody tr td button:focus, .colGreen {
        color: #4cbd01 !important;
    }
    .PayoutPage .tableContainer .table tbody tr td button:focus, .colOrange{
        color: #f00 !important;
    }

    .PayoutPage .tableContainer .table tbody tr td button:focus {
        border-color: #4cbd01;
    }

.tableContainer::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.tablereset {
    height: 300px;
    overflow-y: scroll;
    position: relative;
}

    .tablereset .table tbody tr td button:focus {
        border-color: #4cbd01;
    }

    .tablereset .table tbody tr td button:focus, .colGreen {
        color: #4cbd01 !important;
    }

    .tablereset .table tbody tr td {
        vertical-align: top !important;
        border: none;
        white-space: nowrap;
    }

    .tablereset .table thead {
        position: sticky;
        top: 0;
        vertical-align: middle !important;
        z-index: 99;
    }

        .tablereset .table thead tr th {
            border: none;
            background-color: #fff;
            color: #3d3d3d;
            vertical-align: middle !important;
        }

    .tablereset .table tbody tr td {
        font-size: 14px;
        padding: 10px;
    }

        .tablereset .table tbody tr td a {
            color: #4cbd01;
        }

    .tablereset::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

/* Handle */
.tableContainer::-webkit-scrollbar-thumb {
    background: #4cbd01;
}

    /* Handle on hover */
    .tableContainer::-webkit-scrollbar-thumb:hover {
        background: #419f02;
    }

.PayoutPage .tableContainer .table tbody tr:nth-of-type(odd) {
    background-color: #F9F9F9 !important;
}

.PayoutPage .tableContainer .MainTable {
    margin-bottom: 0 !important;
}

    .PayoutPage .tableContainer .MainTable tbody tr {
        background-color: #F9F9F9 !important;
    }

        .PayoutPage .tableContainer .MainTable tbody tr th {
            border: none !important;
        }

.range_inputs .btn {
    padding: 0 15px !important;
}

.PosAddress {
    max-width: 100px !important;
    position: relative;
}

.LeadAddress {
    white-space: nowrap;
    overflow: hidden;
}

.PosAddressTool {
    background: #fff;
    width: 320px;
    position: absolute;
    top: 8px;
    left: 100px;
    display: none;
    font-size: 10px;
    font-weight: 500;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #0000003d;
    white-space: normal;
}

    .PosAddressTool::before {
        position: absolute;
        content: "";
        left: -10px;
        top: 10px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 10px solid white;
        border-bottom: 5px solid transparent;
    }

.PosAddress:hover .PosAddressTool {
    display: block;
}

.tableHeadRowRenewal .input-wrap label {
    margin: 0;
}

.tableHeadRowRenewal .input-wrap span {
    font-size: 12px;
    color: #ccc;
    display: block;
}

.tableHeadRowRenewal .input-wrap .textdemo {
    padding-top: 0;
    width: 80%;
    margin: auto;
}

.tableHeadRowRenewal .input-wrap.ISRegionBox .textdemo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    cursor: pointer;
}

    .tableHeadRowRenewal .input-wrap.ISRegionBox .textdemo span {
        color: #444;
    }

.bmsBtn {
    background-color: #4CBD01;
    font-size: 12px;
    padding: 0px 20px;
    border-radius: 4px;
    border: 1px solid #4CBD01;
    color: #fff;
    height: 30px;
}

.ReqRes .bmsBtn {
    background-color: #fff;
    color: #4cbd01;
    border-color: #4cbd01;
    cursor: pointer;
}

    .ReqRes .bmsBtn:hover {
        background-color: #4cbd01;
        color: #fff;
    }

.MultiSelectReg {
    position: absolute;
    background: #fff;
    z-index: 999;
    width: 100%;
    text-align: left;
    padding: 15px;
    border: 1px solid #ccc;
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
}

    .MultiSelectReg input.theFilters {
        position: absolute;
        height: 30px;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 15px;
        width: 90%;
    }

.MultiSelectRegData {
    margin-top: 0px;
    height: 230px;
    overflow-y: scroll;
    padding: 10px;
}

.MultiSelectRegList {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

    .MultiSelectRegList span {
        color: #444 !important;
        font-size: 14px !important;
    }

    .MultiSelectRegList .UserModel {
        margin-right: 5px;
    }
/* Handle */
.MultiSelectRegData::-webkit-scrollbar, .REQ_RES_DataBox::-webkit-scrollbar, .allDocumentList::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.MultiSelectRegData::-webkit-scrollbar-thumb, .REQ_RES_DataBox::-webkit-scrollbar-thumb, .allDocumentList::-webkit-scrollbar-thumb {
    background: #4cbd01;
}

    /* Handle on hover */
    .MultiSelectRegData::-webkit-scrollbar-thumb:hover, .REQ_RES_DataBox::-webkit-scrollbar-thumb:hover, .allDocumentList::-webkit-scrollbar-thumb:hover {
        background: #419f02;
    }

.RenewalTabs {
    margin: 20px 0 10px 0;
}

    .RenewalTabs .nav-tabs .nav-link {
        position: relative;
    }

        .RenewalTabs .nav-tabs .nav-link::before {
            position: absolute;
            content: "";
            height: 20px;
            border-right: 2px solid #444;
            right: -15px;
            top: 3px;
        }

        .RenewalTabs .nav-tabs .nav-link:last-child::before {
            display: none;
        }

        .RenewalTabs .nav-tabs, .RenewalTabs .nav-tabs .nav-link.active, .RenewalTabs .nav-tabs .nav-link:hover {
            border: none !important;
        }

            .RenewalTabs .nav-tabs .nav-link.active {
                color: #4cbd01;
            }

            .RenewalTabs .nav-tabs .nav-link {
                padding: 0px;
                color: #444;
                margin-right: 30px;
                cursor: pointer;
            }

.mngUserfirstRenewal {
    padding: 0;
    margin-bottom: 10px;
}

    .mngUserfirstRenewal h3 {
        margin: 15px 0 10px 0;
        color: #3d3d3d;
        font-weight: 500;
    }

.page-wrapperRenewal .project-tab a {
    font-weight: normal !important;
}

.MultiSelectReg .HomeSearchBox i {
    top: 20px !important;
    right: 20px;
}

.page-wrapperRenewal .tableHeadRow .HomeSearchBox i {
    right: 20px;
}

.RewCheck {
    display: block;
    position: relative;
    top: -8px;
    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 */
    .RewCheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.RewCheckMark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 3px;
    background-color: #eee;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .RewCheckMark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.RewCheck input:checked ~ .RewCheckMark {
    background-color: #4cbd01;
}

/* Create the checkmark/indicator (hidden when not checked) */
.RewCheckMark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.RewCheck input:checked ~ .RewCheckMark:after {
    display: block;
}

/* Style the checkmark/indicator */
.RewCheck .RewCheckMark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.PayStpLabel .RewCheck {
    width: auto !important;
    top: initial;
}
/* The container */
.ReqResCheck {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    margin-right: 40px !important;
    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 radio button */
    .ReqResCheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.ReqRescheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #A3A3A3;
}

/* On mouse-over, add a grey background color */
.ReqResCheck:hover input ~ .ReqRescheckmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.ReqResCheck input:checked ~ .ReqRescheckmark {
    background-color: #ffffff;
    border: 1px solid #4cbd01;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.ReqRescheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .ReqRescheckmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.ReqResCheck .ReqRescheckmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4cbd01;
}

.ReqResinput-wrap {
    display: flex !important;
    align-items: center;
}

.ReqResCheck small {
    font-size: 14px;
    color: #3d3d3d;
}

.page-wrapperRenewal .tableContainer .table tbody tr td button, .page-wrapper .container-fluid .leadDetlsTable .card .table tbody tr td:nth-child(2) button {
    border: 1px solid #4cbd01;
    background: transparent;
    color: #4cbd01;
    width: 15px;
    height: 15px;
    padding: 0;
    border-radius: 50px;
    font-size: 7px;
    padding: 2px 0;
    font-weight: 500;
}

.tableContainer .table.subTable tbody tr td {
    white-space: initial;
}

.applyBtn {
    color: #fff;
    background-color: #4cbd01;
    border-color: #4cbd01;
}

    .applyBtn:hover {
        background-color: #3b9200;
        border-color: #3b9200;
    }

.page-wrapperRenewal .tableContainer .table tbody tr td img, .PayoutPage .tableContainer .table tbody tr td img {
    width: auto;
    height: 30px;
    filter: brightness(0);
    opacity: 0.6;
}

.page-wrapperRenewal .tablereset .table tbody tr td img, .PayoutPage .tablereset .table tbody tr td img {
    width: auto;
    height: 30px;
    filter: brightness(0);
    opacity: 0.6;
}

.ReqResNewPG .accordion {
    margin-top: 40px;
}

    .ReqResNewPG .accordion .card {
        border: none;
        margin-bottom: 20px;
        height: auto;
        border-radius: 5px;
    }

        .ReqResNewPG .accordion .card h2 {
            position: relative;
            font-size: 15px;
            color: #3d3d3d;
            font-weight: 500;
            text-transform: capitalize;
            cursor: pointer;
            display: flex;
            align-items: center;
            padding: 10px 15px;
        }

            .ReqResNewPG .accordion .card h2::after {
                background: url(../images/downarrow.svg) no-repeat;
                background-size: 20px;
                width: 40px;
                height: 40px;
                content: "";
                position: absolute;
                right: 0;
                top: 25px;
                text-align: center;
            }

button:focus {
    outline: none !important;
}

.ReqResNewPG .accordion .card h2.collapsed::after {
    background: url(../images/uparrow.svg) no-repeat;
    background-size: 20px;
    text-align: center;
}

.ReqResNewPG .accordion .card-body {
    padding: 15px 25px 15px 15px;
}

.ReqResNewPG .accordion .card h2 img {
    width: 100px;
    height: auto;
    margin-right: 15px;
}

.ReqResNewPG .accordion .card-body h5 {
    font-size: 20px;
    color: #3d3d3d;
    font-weight: 600;
    text-align: center;
}

.REQ_RES_Data {
    margin-bottom: 10px !important;
    border-bottom: 2px solid #ccc;
    font-size: 12px;
    text-align: left;
    padding-bottom: 10px;
    font-weight: 300;
    color: #3d3d3d;
}

.REQ_RES_DataBox {
    max-height: 300px;
    overflow-y: scroll;
}

.generateLinkBoxLinks .input-wrap {
    position: relative;
}

.ShowSideError {
    position: absolute;
    color: #555;
    padding: 0 15px;
    height: 25px;
    line-height: 25px !important;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #ccc;
    font-size: 12px;
    border-radius: 30px;
    top: 5px;
    right: -100px;
    z-index: 999;
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
}
/*Offline Update Policy*/
.OfflineBusinessMain .offlineUpdatePG .theFilters {
    width: 100%;
    margin: 0;
    height: 40px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 0;
}

.OfflineBusinessMain .btn {
    background-color: #4cbd01;
    border-color: #4cbd01;
}

    .OfflineBusinessMain .btn:hover {
        background-color: #42a400;
        border-color: #42a400;
    }

.OfflineBusinessMain .offlineUpdatePG label {
    width: 100%;
    margin: 0;
    top: 9px;
}

.POS_File_Upload_Box {
    border: 2px dashed #4CBD01;
    max-width: 280px;
    width: auto;
    max-height: 400px;
    min-height: 300px;
    height: auto;
    background-color: #fff;
    margin: 40px auto;
    display: flex;
    flex-flow: column;
    text-align: center;
    align-content: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

    .POS_File_Upload_Box img {
        width: 35px;
        display: inline-block;
        margin: 0 auto;
        border: 2px solid #4CBD01;
        padding: 15px 10px;
        border-radius: 5px;
        pointer-events: none;
    }

    .POS_File_Upload_Box p {
        font-size: 16px;
        margin: 30px 0 0 0;
        color: #494949;
        font-weight: 500;
    }

.UploadDocuments .btn {
    width: 280px !important;
    margin: auto;
}

.UploadSuccess {
    width: 280px;
    margin: auto;
    text-align: center;
}

    .UploadSuccess p {
        color: #3d3d3d;
        margin: 15px 0;
    }

.CtmPolicyDetails {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 3px 9px 0 rgb(169 184 200 / 15%);
}

.CPD_Title {
    font-size: 20px;
    display: flex;
    margin: 0 0 20px 0;
    color: #3d3d3d;
}

    .CPD_Title img {
        margin-right: 10px;
    }

.CPD_InnerText p {
    font-size: 16px;
    color: #3d3d3d;
}

.CPD_InnerText span, .CPD_InnerText label.CustLebel {
    font-size: 12px !important;
    color: #B9B9B9;
}

.CPD_InnerText label.CustLebel {
    color: #B9B9B9 !important;
}

.CPD_InnerText input, .CPD_InnerText select {
    background: transparent;
    border: none;
    border-bottom: 2px solid #ccc;
    padding: 5px 0px 0px 0px;
    width: 100%;
    color: #3d3d3d;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    margin-bottom: 15px;
}

    .CPD_InnerText input::placeholder, .CPD_InnerText select {
        color: #ccc;
        font-weight: 300;
    }

.Devider1 {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 40px 0;
}

.Devider2 {
    width: 2px;
    height: 350px;
    background-color: #ccc;
    position: absolute;
    right: 20px;
    top: 0;
}

.CPD_InnerText label {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 500;
}
/* The container */
.CPD_radio {
    display: block;
    position: relative;
    padding-left: 35px;
    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 radio button */
    .CPD_radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
/* Create a custom radio button */
.CPDcheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
}
/* When the radio button is checked, add a blue background */
.CPD_radio input:checked ~ .CPDcheckmark {
    border-color: #4cbd01;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.CPDcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.CPD_radio input:checked ~ .CPDcheckmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.CPD_radio .CPDcheckmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4cbd01;
}

.allDocumentList {
    padding: 0 15px;
    display: flex;
    width: 100%;
}

.AD_Outer {
    text-align: center;
    margin-right: 10px;
    width: 9%;
}

    .AD_Outer span {
        margin: 0;
        font-size: 12px;
        font-weight: 500;
        color: #3d3d3d;
    }

.AD_Inner {
    border: 1px solid #ccc;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AD_InnerCNT {
    border: 1px solid #ccc;
    width: 95px;
    height: 108px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

    .AD_InnerCNT img {
        width: 20px;
        padding: 7px 5px;
        border: 1px solid #4cbd01;
        border-radius: 5px;
    }

    .AD_InnerCNT p {
        font-size: 8px;
        color: #4cbd01;
        margin: 15px 0 0 0;
        width: 100%;
        font-weight: 400;
    }

    .AD_InnerCNT .POS_File_Upload_Box {
        width: 90px;
        min-height: 95px;
        border: none;
        margin: 0;
    }

.nonedit {
    pointer-events: none;
}

.ForgotBGI p {
    font-weight: 500;
    font-size: 14px;
    color: #3d3d3d;
}

.LoginBGI.ForgotBGI .btn {
    margin: 30px 0 20px 0;
}

.ForgotBGI .second label {
    display: flex;
    margin: 15px 0;
}

    .ForgotBGI .second label input {
        width: 40px;
        height: 50px;
        border: 2px solid #ccc;
        margin-right: 20px;
        text-align: center;
    }

.iconSucc {
    width: 100px !important;
    margin: auto;
    display: block;
}

.VerifiedData {
    display: flex;
    margin: 20px 0;
}

    .VerifiedData img {
        border: 10px solid #fff;
        outline: 1px solid #DFDFDF;
        height: auto;
        width: 150px;
    }

.VerifiedDataInn {
    margin-left: 60px;
}

    .VerifiedDataInn h3 {
        font-size: 12px;
        color: #A19E9E;
    }

    .VerifiedDataInn ol li {
        font-size: 12px;
        color: #3d3d3d;
        list-style: auto;
        margin-bottom: 10px;
    }

        .VerifiedDataInn ol li span {
            display: block;
            font-size: 10px;
            color: #ccc;
        }

.CPD_InnerDate .CustLebel {
    top: -5px;
}

.CustLebel {
    position: absolute;
    top: 15px;
    left: 0;
    transition: all 0.3s ease-in;
}

.CPD_InnerText {
    position: relative;
}

    .CPD_InnerText input:focus ~ .CustLebel, .CPD_InnerText input.has-value ~ .CustLebel {
        top: -5px;
    }

.CompaignsBox .tableContainer .table tbody tr td, .CompaignsBox .tableContainer .table thead tr th {
    padding: 10px;
    font-size: 12px;
}

.CampaignPage .Createdmodal {
    overflow-y: scroll;
}

.pagination {
    display: block;
    background-color: #eee;
}

    .pagination ul {
        display: flex;
        align-items: center;
        padding: 10px;
        justify-content: space-between;
        margin: 0;
    }

        .pagination ul li span {
            font-size: 14px;
            font-weight: 500;
            color: #3d3d3d;
        }

.ReqResNewPG .tableContainer .table tbody tr td, .ReqResNewPG .tableContainer .table tr th {
    white-space: inherit;
    word-break: break-word;
    border: 1px solid #ccc;
}

.ReqResNewPG .tablereset .table tbody tr td, .ReqResNewPG .tablereset .table tr th {
    white-space: inherit;
    word-break: break-word;
    border: 1px solid #ccc;
}

.noDatafound {
    width: 100%;
    display: block;
    text-align: center;
}

.contentLOGIN .ManualLog .form-group .eye-control {
    cursor: pointer;
    position: absolute;
    top: 40%;
    right: 6%;
    background-color: #ffffff;
    overflow: visible;
}

.contentLOGIN .ManualLog .form-group .ero-PlAc {
    position: absolute;
    bottom: 35%;
    left: 6%;
}

.contentLOGIN .ManualLog .eye-pret {
    position: relative;
}

.contentLOGIN .ManualLog .form-group .edit-btn {
    position: absolute;
    top: 10%;
    right: 9%;
    cursor: pointer;
    color: #4CBD01;
    background-color: #e9ecef;
}

.contentLOGIN .ManualLog .form-group .btn-primary {
    color: #fff;
    background-color: #4cbd01;
    border-color: #4cbd01;
}

.contentLOGIN .ManualLog {
    max-width: 350px;
    margin: auto;
}


.STate-call {
    width: 10px;
}

.POp-FORM {
    margin: 10px auto;
    background-color: #fff;
    height: 100%;
    width: 50%;
    padding: 15px;
}

.POp-FORM-lead {
    margin: 50px auto;
    background-color: #fff;
    height: auto;
    width: 100%;
    padding: 15px;
}

.POp-FORM .pop-input {
    border: 1px solid #d3d3d3;
    width: 100%;
    height: 40px;
}

.CalBox {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.lead-CALL {
    border: 1px solid #4cBD01;
    padding: 7px;
    border-radius: 2px;
    cursor: pointer;
    color: #4CBD01;
}

.call-vIEW img {
    width: 20px;
}

.page-wrapper .tab-content .tab-pane .leadDetlsTable .tableContainer .inDEx-CALL {
    display: flex;
    justify-content: space-evenly;
    color: #4cbd01;
    cursor: pointer;
    margin: 0px 0px 0px -15px;
}

.CreatUser .leadDetlsTable .proDetailsMM .Index-Lead {
    text-align: left;
}

.page-wrapper .lead-decc .lead-line {
    position: relative;
}

    .page-wrapper .lead-decc .lead-line::after {
        content: " ";
        position: absolute;
        top: 8px;
        height: 24px;
        width: 2px;
        background-color: #3D3D3D;
        left: 97%;
    }

.page-wrapper .tab-content .tab-pane .leadDetlsTable .tableContainer .inDEx-CALL .call-rot {
    transform: scaleX(-1);
}
/*--myprofile otp--*/
.MYpof-OTP, .MYpof-Change {
    background-color: #ffffff;
    text-align: center;
    max-width: 495px;
    margin: 100px auto;
    padding: 15px;
    border-radius: 10px;
}
.M_Modal_Head{/*
    border-bottom: 1px solid #ccc;*/
    position:relative;
}
.M_Modal_Head h1{
    font-size: 24px;
    font-weight: 600;
    color: #3d3d3d;
}
.M_Modal_Head h4 {
    font-size: 14px;
    color: #3d3d3d;
    text-align: left;   
}
.M_Modal_Body {
    margin: 20px 0 5px 0;
}/*
.M_Modal_Body_Cust {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-flow: column;
}*/
.M_Modal_Body .input-wrap {
    width: 100% !important;
    margin: 0 !important;
}
.M_Modal_Body .input-wrap input{
    margin-bottom:15px;
    font-weight:600 !important;
}
.M_Modal_Body .input-wrap .red-text{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: left;
    bottom: -20px;
    font-size: 12px;
    color: #f00;
}
.M_Modal_Head .close {
    background-color: #fff;
    top: -25px;
    right: -25px;
    position: absolute;
    font-weight: 100;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 2px solid #606060;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    cursor:pointer;
}
.MYpof-OTP input {
    width: 40px;
    height: 50px;
    line-height: 40px;
    margin: 0.1em;
    font-size: 24px;
    text-align: center;
    -webkit-appearance: textfield;
    border: 2px solid #ccc;
    color: #3d3d3d;
    border-radius: 4px;
    padding: 15px 0;
}

    .MYpof-OTP img, .MYpof-Change img {
        padding: 15px;
    }

    .MYpof-OTP .btn-CusTOMsaVe, .OverLay .MYpof-Change .btn-CusTOMsaVe, .MyProfileDet03Cnt .MyProfileDet03CntServer .btn-CusTOMsaVe {
        color: #ffffff;
        width: 30%;
        height: 40px;
        background-color: #4CBD01;
        border-color: #4CBD01;
    }

        .MYpof-OTP .btn-CusTOMsaVe:hover {
            color: #fff;
            background-color: #4cbd01;
            border-color: #4cbd01;
        }

div[uib-modal-window="modal-window"] {
    background: rgba(0,0,0,0.6);
}
div[uib-modal-window="modal-window"] .modal-content{
    display: block;
    background:none;
    border:none;
}
div[uib-modal-window="modal-window"] .modal-dialog {
    max-width: 300px;
}


.MyProfileDet01 .MyProfileDet02 .MyProfileDet02Cnt .edit-pri {
    position: relative;
}

.MyProfileDet01 .MyProfileDet02 .MyProfileDet02Cnt .EDit-priVew {
    position: absolute;
    top: 22px;
    right: 15px;
    cursor: pointer;
    color: #4CBD01;
}
/*---lead----*/
.page-wrapper .lead-all {
    border-bottom: 2px solid #B9B9B9;
}

    .page-wrapper .lead-all h2 {
        font-size: 20px;
        font-weight: 500;
        color: #3D3D3D;
    }
/*--master--*/
.page-wrapper .MyProfileDet01 .MyProfileDet03 .tab-content .tab-pane .MyProfileDet03Cnt table tr td .switched {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 15px;
}

    .page-wrapper .MyProfileDet01 .MyProfileDet03 .tab-content .tab-pane .MyProfileDet03Cnt table tr td .switched input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .page-wrapper .MyProfileDet01 .MyProfileDet03 .tab-content .tab-pane .MyProfileDet03Cnt table tr td .switched .slidered {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 34px;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .page-wrapper .MyProfileDet01 .MyProfileDet03 .tab-content .tab-pane .MyProfileDet03Cnt table tr td .switched .slidered:before {
            position: absolute;
            content: "";
            height: 22px;
            width: 22px;
            left: 0px;
            bottom: -3px;
            border-radius: 10px;
            background-color: #FFFFFF;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .page-wrapper .MyProfileDet01 .MyProfileDet03 .tab-content .tab-pane .MyProfileDet03Cnt table tr td .switched input:checked + .slidered {
        background-color: #AFE989;
    }

.page-wrapper .MyProfileDet01 .MyProfileDet03 .tab-content .tab-pane .MyProfileDet03Cnt table tr td input:focus + .slidered {
    box-shadow: 0 0 1px #4CBD01;
}

.page-wrapper .MyProfileDet01 .MyProfileDet03 .tab-content .tab-pane .MyProfileDet03Cnt table tr td input:checked + .slidered:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #4CBD01;
}

.text-colo {
    color: #4CBD01 !important;
}
/*---map role---*/
.colsed {
    top: 0px !important;
    right: 0px !important;
}

.viEWANC {
    cursor: pointer;
}

.CreatUserStop {
    overflow: hidden;
}

.forContainer {
    min-height: 450px;
}

.update-btn {
    color: #ffffff;
    width: 30%;
    height: 40px;
    background-color: #4CBD01;
    border-color: #4CBD01;
}

    .update-btn:hover {
        color: #fff;
        background-color: #4CBD01;
        border-color: #4CBD01;
    }

.page-wrapper .container-fluid .chips .Chipo span strong {
    font-size: 10px;
}

.md-chips.md-removable md-chip {
    padding-right: 23px;
}

.md-chips md-chip {
    height: 27px !important;
    line-height: 28px !important;
    padding: 0 9px !important;
    position: relative;
}

    .md-chips md-chip .md-chip-content {
        max-width: 89% !important;
    }

.md-chips .md-default-theme .md-chips.md-focused, md-chips .md-chips.md-focused {
    box-shadow: 0 2px rgb(45 179 12);
}

.md-chips md-chip .md-chip-remove {
    height: 26px !important;
    width: 26px !important;
}

.md-chips {
    font-family: Rubik,sans-serif;
}

.lead-CALL .Creaf-CaLL {
    transform: rotate(90deg);
    color: #4CBD01;
    font-size: 15px;
}

.closeCancel {
    position: relative;
    width: 30px;
    height: 30px;
    top: 0 !important;
    right: 0 !important;
    cursor: pointer;
}
/*---notification---*/
.header .wrapper .header-item-right .Drop-Home {
    border: 1px solid #bcbcbc;
    padding: 0 10px;
    border-radius: 5px;
}

    .header .wrapper .header-item-right .Drop-Home .NOTiFie {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding-right: 0;
    }

    .header .wrapper .header-item-right .Drop-Home .NOTiFie-Read p {
        color: #7D7D7D;
    }

    .header .wrapper .header-item-right .Drop-Home .NOTiFie .NOTIfi-me ::before {
        content: '●';
        position: absolute;
        color: #4CBD01;
        left: 0%;
        top: 0%;
        bottom: 0%;
        right: 0%;
    }

    .header .wrapper .header-item-right .Drop-Home .NOTiFie .NOTIfi-meRead ::before {
        content: '';
        position: absolute;
        color: #7D7D7D;
        left: 0%;
        top: 0%;
        bottom: 0%;
        right: 0%;
    }

    .header .wrapper .header-item-right .Drop-Home .NOTiFie small {
        color: #7D7D7D;
    }

    .header .wrapper .header-item-right .Drop-Home .NOTiFie .NOT_prec {
        font-size: 13px;
        color: #3D3D3D;
        font-weight: 500;
    }

    .header .wrapper .header-item-right .Drop-Home .NOTiFie .PLFNOtifi p {
        font-size: 13px;
        color: #7D7D7D;
        font-weight: 400;
    }

    .header .wrapper .header-item-right .Drop-Home .NOTiFie .FOLLOW-Notifi::before {
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        border-radius: 50px;
        top: -5%;
        right: 0%;
        border: 1px solid #4CBD01;
    }

    .header .wrapper .header-item-right .Drop-Home .NOTiFie .FOLLOW-Notifiread::before {
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        border-radius: 50px;
        top: -5%;
        right: 0%;
        border: 1px solid #7D7D7D;
    }

    .header .wrapper .header-item-right .Drop-Home .NOTiFie .Notifie-Call {
        width: 19px;
        margin: 3px 5px 0px 20px;
        padding: 3px;
    }

    .header .wrapper .header-item-right .Drop-Home .NOTiFie .Notifie-Callread {
        filter: grayscale(100%);
    }

    .header .wrapper .header-item-right .Drop-Home .home-NOTIFI {
        color: #3D3D3D;
        font-weight: 500;
    }

    .header .wrapper .header-item-right .Drop-Home .clear-Notoifi {
        justify-content: space-between;
        display: flex;
    }

.header .wrapper .header-item-right .FLOW-MEnue {
    max-height: 300px !important;
    min-height: 60px !important;
    height: auto;
}

.header .wrapper .header-item-right .Drop-Home .refresh-Notifi {
    width: auto;
    height: 40%;
    margin: 12px;
    cursor: pointer;
}

.fiel-work {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ccc;
    padding: 0px;
}

.md-whiteframe-z1 {
    box-shadow: none !important;
}

.page-wrapper .tab-content .leadDetlsTable .PadRight .posLEAD {
    margin-bottom: 5%;
}
/*======================================REnewal POP up CSS============================*/
.RenewalPopUp {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    padding: 0;
    outline: none;
    width: 100%;
    font-size: 12px;
    color: #3d3d3d;
    font-weight: 500;
    /* height: 44px!important; */
    margin-bottom: 0px;
    cursor: pointer;
}

.RenewalLabel {
    font-size: 12px;
}

.UploadIcon {
    height: 20px;
    width: auto;
}

.RenewalError {
    font-size: 10px;
    color: red;
}

.MultiDataProcess .InProcess {
    display: flex;
    flex-flow: column-reverse;
}

    .MultiDataProcess .InProcess span {
        font-size: 10px;
    }

    .MultiDataProcess .InProcess a {
        padding: 0;
    }

.SearchRenew {
    width: 100%;
    border: 0;
    font-size: 12px;
    border-bottom: 1px solid;
    background-color: #dec6c60a;
}

.page-wrapper .container-fluid .RadRenw {
    display: flex;
    justify-content: space-evenly;
}

.page-wrapper .container-fluid .RenewalTabs .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.page-wrapper .container-fluid .RenewalTabs .uploadbtn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 2px 4px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
}

.page-wrapper .container-fluid .RenewalTabs .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.DeRgstrBTN {
    border: 1px solid #4CBD01;
    margin: 0 10px;
    color: #4CBD01;
    width: 25%;
}

.Createdmodal .DeregHead {
    border: 1px solid #3D3D3D;
    color: #fff;
    background-color: #3D3D3D;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 5px;
}

.Createdmodal .manageDeregis {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
/*--add user--*/
.activeText {
    margin-top: -25px;
    margin-left: 0px;
}
.CreatUser .add-siduser {
    border-right: 2px solid #ccc;
    padding: 0 12px;
    height: 400px;
}

    .CreatUser .add-siduser .Add_user {
        position: absolute;
        width: 20%;
        top: 10%;
        right: 17%;
        padding: 15px 0px;
        border-radius: 10px;
    }

.createUserBox .addCondit {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 5px;
    color: #3D3D3D;
    display: flex;
}

.dropdown-content a:hover {
    background-color: transparent;
    cursor: pointer;
}

.dropdown:hover .dropbtn {
    background-color: transparent;
}

.dropbtn {
    background-color: transparent;
    color: black;
    font-size: 12px;
    border: none;
    border-bottom: 2px solid #ccc;
    width: 100%;
    text-align: left;
    padding: 0 3px;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    cursor: pointer;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.md-select-menu-container {
    left: 40% !important;
    top: 40% !important;
    min-width: 279.7px !important;
    z-index: 999 !important;
}

.dropdown#RoleTypeDD:hover .dropdown-content, .dropdown#TeamTypeDD:hover .dropdown-content {
    display: block;
}
button[disabled="disabled"] {
    background-color: #ABE586 !important;
    border-color: #ABE586 !important;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover{
    color:#000;
    opacity:1;
    background-color:#eee;
}
.posPayoutBTN {
    margin: 16px 0px 0px;
    text-align: center;
    display: flex;
    align-items: center;
}
.calender-select {
    margin: auto 51%;
}

.calender-dot {
    padding-left: 180px;
}

.btn-cancelSave {
    border: 1px solid #4CBD01;
    background-color: #4CBD01;
    border-radius: 4px !important;
    width: auto;
    height: 35px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
}
/*----------independentfloatinglabel-----------*/
.input-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.input-wrap .demo-label {
    padding: 0px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 3px;
    color: #777;
    font-size: 16px;
    transition: 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
}
.input-wrap .textdemo {
    height: 30px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #ccc;
    width: 100%;
    color: #444;
    font-size: 17px;
    font-weight: 400;
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
}
.input-wrap input.textdemo:focus + .demo-label {
    font-size: 12px;
    color: #888;
    transform: translateY(-12px) translateX(0px);
    margin: 0;
    margin-top: -6px;
}

.input-wrap input:not(:placeholder-shown) + .demo-label {
    font-size: 12px;
    color: #888;
    transform: translateY(-12px) translateX(0px);
    margin: 0;
    margin-top: -6px;
}

.input-wrap .input-has-value + input.textdemo {
    border: 1px solid #c3c3c3;
    border-radius: 4px;
}

.input-wrap .input-has-value {
    font-size: 10px;
    color: #888;
    top: -10px;
}
.leadDetlsTable .card .pull-left .MREW-search {
    margin-bottom: 0px;
}
.leadDetlsTable .card .tableContainer .table tbody tr .Direct_EnQ {
    display: flex;
    flex-direction: column;
}
.leadDetlsTable .card .tableContainer .table tbody tr .Direct_EnQ small {
    font-size: 8px;
    color: red;
}
.LeadSave_disable {
    background-color: #ABE586;
    border-color: #ABE586;
}

@media(max-width: 1198px){
    .topTextBox .topTextBox_Row {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .topTextBox .topTextBox_Row .topTextBoxInn {
        width: 170px;
        zoom: 80%;
    }
    .topTextBoxInn .ReportList {
        flex-wrap: nowrap;
    }
    .SCrol_Srch {
        overflow: auto;
    }
}

@media(max-width:1024px) {
    .form-control {
        width: 100%;
    }

    input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .LoginBGI {
        padding: 50px 15px;
        height: auto;
    }

        .LoginBGI img {
            width: 250px;
            margin: auto;
            display: block;
        }

        .LoginBGI h3 {
            font-size: 20px;
            margin: 15px 0 15px 0;
        }

        .LoginBGI::after {
            opacity: 0.5;
        }

    .SMC_Logo {
        margin-top: 30px !important;
    }

    .LoginBGI::after {
        width: 90%;
        top: -70px;
    }

    #main-wrapper[data-layout=vertical][data-sidebartype=full] .topbar .top-navbar .navbar-header {
        width: auto !important;
    }

    .UserInforRow {
        display: block;
    }

    .UserInforRowRight {
        justify-content: left;
        margin-top: 15px;
    }

    .UserInforRow h3 {
        margin: 0 15px 0 0px;
    }

    .page-wrapper > .container-fluid, .header .container-fluid {
        padding: 15px;
    }

    .UserInforRow h3, .UserInforRow h3 {
        font-size: 14px;
    }

    .topTextBox .topTextBox_Row {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .topTextBox .row .col-md-2 {
        width: 240px;
    }

        .topTextBox .row .col-md-2 .topTextBoxInn .row {
            flex-wrap: nowrap;
        }

    .topTextBox {
        margin-bottom: 15px;
    }

    .header .menu > ul > li.menu-item-has-children .menu-subs.menu-mega {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        height: auto;
        overflow-y: scroll;
        position: initial;
        display: block;
        padding: 0;
    }

    .header .menu > ul > li > a {
        display: none !important;
    }

    .header .menu > ul > li .menu-subs {
        display: block;
    }

    .has-error {
        border-color: red;
    }

    .offlinemotor-error-span {
        border-color: red;
        color: red;
    }

    .GF_DetBoxMain {
        margin: 0px;
    }

    .navbar-headerMobile {
        display: flex !important;
    }

    .collapsemobileMenu {
        height: 100vh !important;
    }

        .collapsemobileMenu .navbar-nav {
            flex-direction: column;
            height: 100%;
            display: block;
            width: 100%;
        }

            .collapsemobileMenu .navbar-nav > .nav-item > .nav-link {
                padding: 10px 0 !important;
            }

            .collapsemobileMenu .navbar-nav .dropdown {
                position: sticky !important;
            }

    #WelcomeText {
        top: 28px !important;
    }

    .leadDetlsTable {
        margin: 0;
    }

    .collapsemobileMenu .dropdown-menu {
        background: #fff;
        position: relative !important;
    }

    .GF_DetBox3 .col-md-8.text-right {
        text-align: left;
    }

    .proslBtnsGFD {
        margin: 5px 0;
    }

    .topbar .top-navbar .navbar-header {
        text-align: right;
        display: block;
    }

    .SalesGrowth.navbar-nav, .topTextBoxInn .row .col-xl-6.text-right.no-pdding::after {
        display: none;
    }

    .topTextBoxInn .col-xl-6 {
        text-align: center !important;
    }

    .topTextBoxInn {
        margin-bottom: 10px;
        zoom: 70% !important;
    }
}
@media(max-width: 767px){
    .SCrol_Srch {
        overflow: hidden;
    }
}

@media(max-width:480px) {
    input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
        width: 100%;
    }

    .form-control {
        width: 100%;
    }

    .chooseFile {
        width: 100% !important;
    }

    .data-Bulk {
        margin: auto;
        width: 100% !important;
    }

    .SAVe {
        width: 100% !important;
    }

    .calender-dot {
        padding-left: 15px;
    }

    .calender-select {
        margin: 0%;
    }

    .calender-dot {
        padding-left: 0px;
    }

    .CreatUser02 .POp-FORM {
        width: 100%;
    }

    .page-wrapper .container-fluid .mngUserSecond .manageUserFLT .user_Count .Profile_BOX {
        margin-left: 0;
        width: 30%;
    }

    .page-wrapper .container-fluid .mngUserSecond .manageUserFLT .user_Count {
        justify-content: space-between;
    }

    .page-wrapper .container-fluid .mngUserSecond .manageUserFLT .contnt-div .M_user {
        width: 73%;
    }
    .leadDetlsTable .card-body .pagination .MIndex_ACt {
        display: none;
    }
    .pagination ul li span {
        font-size: 10px;
    }
}
