

.card1 h2 {
    display: flex;
    height: 160px;
    width: 160px;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 83px;
    border: 7px solid #6d6e71;
    border-radius: 100%;
    color: #6d6e71;
    background-color: #d1d3d4;
    position: relative;
    z-index: 1;
}
.content-wrapper{
    background: #d1d3d4;
}
.card1 {
    text-align: center;
    margin: 0 auto;
}
.card1 h4 {
    text-align: center;
    margin-bottom: 20px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6d6e71;
}
.tags-count {
    position: relative;
    z-index: 1;
    max-width: 950px;
    margin: 0 auto;
}
.tags-count::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 49%;
    width: 100%;
    height: 7px;
    background-color: #6d6e71;
    border-radius: 15px;
}
.card {
    border: 0;
    background: #f1f2f2;
    border-radius: 0;
}
.card-title {
    color: #6d6e71 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;
}
table tr th {
    color: #6d6e71 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    font-weight: 900 !important;
    border-bottom: 2px solid #d1d3d4 !important;
    padding-left: 0 !important;
}
table tbody td {
    font-size: 15px !important;
    color: #6d6e71;
    line-height: 140% !important;
    padding-left: 8px !important;
    border-bottom: 2px solid #d1d3d4 !important;
}
table.btm_border tbody td {
    border-bottom: 2px solid black !important;
}
.tablePagination {
    margin-top: 25px;
}
.tablePagination select {
    background-color: transparent !important;
    border: 1px solid #d1d3d4 !important;
    border-radius: 0 !important;
}
ul.pagination li a {
    background-color: transparent !important;
    border: 0;
    color: #d1d3d4;
}
ul.pagination li.paginate_button.active a {
    background-color: transparent !important;
    background: transparent !important;
    color: #6d6e71;
}
ul.pagination li a::after {
    content: '/';
    position: relative;
    left: 15px;
}
ul.pagination li:last-child a::after {
    content: ''; 
}
.card small {
    text-transform: uppercase;
    font-size: 13px;
    color: #716e71;
}
.table th img, .table td img {
    width: 25px;
    height: 25px;
    border-radius: 100%;
}
table#registration img {
    width: 100px;
    height: inherit;
    border-radius: 0;
}
.nav-dashboard{
    background-color: #4d4d4f !important;
}
.navbar .navbar-menu-wrapper .navbar-toggler{
    height: auto !important;
}
.navbar .navbar-menu-wrapper { 
    width: calc(100% - 250px);
    height: 60px;
    margin-left: auto;
    padding-left: 10px;
}
.navbar.fixed-top + .page-body-wrapper {
     padding-top: 32px !important;
}
.sidebar {
    min-height: calc(100vh);
    background: #ffffff !important; 
    top: -32px !important;
    position: relative;
    z-index: 99999;
    width: 250px;
    flex: 0 0 auto;
}
.sidebar-icon-only .form-main-panel .page-header {
    width:calc(100% - 67px) !important; 
}
.footer.background-color {
    background-color: #4d4d4f !important;
}
.footer a, .footer span{
    color: #fff !important
}
.text-head {
    font-weight: 400;
    color: #4d4d4f !important;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.side-dash.sidebar .nav .nav-item .nav-link .menu-title {
    color: inherit;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    color: #4d4d4f !important;
    font-weight: 500 !important;
}
.sidebar .nav .nav-item.active > .nav-link .menu-title { 
    font-family: inherit !important;
}
.sidebar .nav .nav-item .nav-link i {
    font-size: 21px !important;
    color: #4d4d4f !important;
}
.sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #4d4d4f;
    background: transparent;
}
h5.dashbord-c-name {
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 20px;
    font-family: inherit;
    letter-spacing: 2px;
    color: #fff !important;
}
.btn-gradient-danger, .btn-gradient-info, .btn-gradient-success, .btn-gradient-primary{
    background: transparent !important;
    background-color: transparent !important;
}
.btn i , .btn-gradient-danger i, .btn-gradient-info i, .btn-gradient-success i, .btn-gradient-primary i{
    color: #4d4d4f;
    font-size: 25px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-toggle:after{
    color: #f1f2f2;
}
ul.navbar-nav.navbar-nav-right li a:not(.scroll-item) {
    text-transform: uppercase;
}
ul.navbar-nav.navbar-nav-right li a {
    margin: 0 !important;
    color: #fff !important;
    /* text-transform: uppercase; */
}
.nav-profile-text p{
    color: #fff !important;
    margin-right: 1px;
    text-transform: uppercase;
}
.card-body input, .card-body select, .card-body textarea {
    border-radius: 0;
    padding: 13px;
    /* height: inherit; */
    background-color: #fff;
    border: 1px solid #4d4d4f;
}
.main-panel .col-md-12 {
    padding: 0;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.iconUser{
    display: flex;
    align-items: center;
}
/* For plan form new start */
.form-main-panel .main-panel{
    width:100% !important;
    margin-top: 8px !important;
}
.form-main-panel .content-wrapper {
    width: 100%;
    position: relative;
    background: transparent !important;
    padding: 0;

}
.form-main-panel .page-header {
    background-color: #d1d3d4;
    padding: 5px 17px 5px;
    position: fixed;
    top: 60px;
    z-index: 9;
    width: calc(100% - 220px);
    right: 0;
    margin: 0px !important;
}
.page-header{
    margin:2px 0 11px;
}
.sidebar .nav .nav-item.nav-profile .nav-link .nav-profile-text {
    margin-left: 0 !important;
}
.form-main-panel .content-wrap-inner {
    padding: 0rem 1.25rem;
    margin-top: 3rem;
}
/* For plan form new end */
button.btn.btn-block.btn-gradient-danger.btn-lg.font-weight-medium.auth-form-btn {
    background-color: #4d4d4f !important;
}
#main_table {
    background-color: #fdf0e9 !important;
}
.table-warning, .table-warning > th, .table-warning > td, .table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
    background-color: transparent !important;
}
.table-info, .table-info > th, .table-info > td {
    background-color: transparent;
}
/* //old */
/* #main_table th, #main_table td { 
    padding: 25px !important;
} */

/* new */

#main_table th, #main_table td { 
    padding: 4px !important;
}

div#show_plan > .row {
    margin: 0;
    padding: 25px;
}
mark, .mark{
    background-color: transparent !important;
}
.table-primary, .table-primary > th, .table-primary > td{
    background-color: transparent;
}
.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody{
    border-color: transparent;
}
.nav-dashboard .dropdown-menu a.dropdown-item  {
    color: #6d6f71 !important;
    font-size: 15px;
    line-height: 1;
}
 
 
.video-panel div#accordion {
    padding: 50px;
}
.video-panel div#accordion video {
    height: 100%;
}
.video-panel div#accordion p {
    line-height: 200%;
}
.video-panel div#accordion .card-header{
    background-color: #6d6f71 !important;
}
.video-panel div#accordion .card-header a{
    color: #fff !important;
    display: block !important;
    text-align: left !important;
}
.video-panel div#accordion .card{
   margin-bottom: 30px;
}
.faq-panel div#accordion {
    padding: 0 50px;
}
form#frm ul li a, form#frm ul li a i {
    background-color: transparent !important;
    background: transparent !important;
    border: 0 !important;
    /* color: #d1d3d4 !important; */
    font-size: 14px !important;
}
form#frm ul li a:hover, form#frm ul li a:hover i, form#frm ul li.active a, form#frm ul li.active a i {
    background-color: transparent !important;
    background: transparent !important;
    border: 0 !important;
    /* color: #4d4d4f !important; */
    font-size: 14px !important;
}
form#frm ul.nav-tabs li a, form#frm ul.nav-tabs li a i {
    background-color: transparent !important;
    background: transparent !important;
    border: 0 !important;
    color: #d1d3d4 !important;
    font-size: 14px !important;
}
form#frm ul.nav-tabs li a:hover, form#frm ul.nav-tabs li a:hover i, form#frm ul.nav-tabs li.active a, form#frm ul.nav-tabs li a.active i {
    background-color: transparent !important;
    background: transparent !important;
    border: 0 !important;
    color: #4d4d4f !important;
    font-size: 14px !important;
}
a.navbar-brand.brand-logo img {
    /* max-width: 180px;
    max-height: 180px; */
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    margin: 0 !important;
}
.nav-logout {
    margin-left: 17px;
}
.page-header > nav {
    margin: 0 auto;
}
.flex_panel{
    display: flex;
    display: -webkit-flex;
    gap: 5px;
}
.max-w-60{
    max-width: 60%;
}
 
@media screen and (max-width: 991px){
    .footer{
        text-align: center;
    }
    .short-video{
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 0;
    }
    .banner-img img {
        height: auto;
    }
    html, body{
        overflow-x: hidden;
    }
    .sidebar-offcanvas {
        max-height: calc(100vh - 60px);
        top: 50px;
    }
    .sidebar {
       position: absolute;
       right: inherit !important;
       left: -110%;
       top: 60px !important;
    }
    .sidebar-offcanvas.active{
        left: 0 !important;
    }
    .navbar .navbar-menu-wrapper{
        width: 100% !important;
    }
    .faq-panel div#accordion {
        padding: 0 15px;
    }
   
    .card1 h4 {
        background-color: #d1d3d4;
        position: relative;
        z-index: 1;
        padding: 7px;
    }
    .table th img, .table td img { 
        margin-bottom: 10px;
    }
    .card .card-body {
        padding: 2.5rem 0.5rem;
    }
    .form-main-panel .page-header {
        width: 100%;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button{
        padding: 5px 8px !important;
        line-height: 14px;
    }
    .faq-panel div#accordion{
        padding-top: 20px;
    }
    .video-panel div#accordion{
        padding: 20px;
    }
    .video-panel div#accordion .card-header,
    .faq-panel div#accordion .card-header{
        padding: 0;
    }
    .video-panel div#accordion .card,
    .faq-panel div#accordion .stretch-card{
        margin-bottom: 10px;
    }
    .video-panel .card .card-body,
    .faq-panel div#accordion .card .card-body{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .video-panel div#accordion p {
        line-height: 150%;
    }
    .susbscription_main_level .price-block{
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 767px){
    .tags-count::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 7px;
        height: 100%;
        background-color: #6d6e71;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    .create-appointment h2,
    .payment-details{
        font-size: 20px;
    }
    .page-header .page-title{
        font-size: 20px !important;
    }
    .table#sukuma_update_dt td a{
        font-size: 20px !important;
        padding: 0 !important;
    }
    .modal-dialog{
        margin-left: 10px !important;
        margin-right: 10px !important;
        max-width: 100% !important;
    }
    .current_subscriptions_panel{
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}
#show_plan table#main_table input {
    padding-right: 25px;
}
.sidebar-icon-only ul.nav span.menu-title {
    display: none !important;
}
a.navbar-brand.brand-logo-mini{
    display: none;    
}
.sidebar-icon-only a.navbar-brand.brand-logo-mini{
    display: block;    
}

/* .sidebar-icon-only a.navbar-brand.brand-logo{
     display: none;
    
} */

.responsive {
    width: 100%;
    overflow: auto !important;
    padding: 15px;
    margin: 0;
}
.date-last{
    width:200px !important;
}
.date-last input{
    width: 55px !important;
}

/* for plan result select box new */
select.form-control {
    padding: .4375rem .75rem;
    border: 0;
    outline: 1px solid #ebedf2;
    color: #000000;
}


/* for password vivibility new */
/* .forms-sample.eye img {
    position: absolute;
    top: 34px;
    right: 31px;
    opacity: 0.3;
    max-width: 19px;
} */

.forms-sample.eye img#hide, .forms-sample.eye img#show , .forms-sample.eye img#newhide, .forms-sample.eye img#newshow, .forms-sample.eye img#confirmhide, .forms-sample.eye img#confirmshow{
    position: absolute;
    top: 34px;
    right: 31px;
    opacity: 0.3;
    max-width: 19px;
}
/* for plan form width new */
form#frm {
    width: 100%;
}

select option:disabled {
    color: #c9c8c8cf;
    font-weight:bold;
    /* background-color: grey; */
}

.mainLoader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    z-index: 999;
}
.lds-spinner {
color: official;
display: inline-block;
position: absolute;
width: 80px;
height: 80px;
top:45%
}
.lds-spinner div {
transform-origin: 40px 40px;
animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
content: " ";
display: block;
position: absolute;
top: 3px;
left: 37px;
width: 6px;
height: 18px;
border-radius: 20%;
background: #fff;
}
.lds-spinner div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}

input[type="file"]{
    overflow: hidden;
}




/***** Add Plan Notes *****/
.notes-btn {
    background: #4d4d4f;
    border: 0;
    padding: 12px 15px;
    border-radius: 5px;
    transition: all 0.5s ease;
    color: #fff;
}
.notes-btn:hover, .notes-btn:focus,
.edit-button button:hover, .edit-button button:focus {
    background-color: #ecb622;
    color: #000;
}
.edit-button button {
    font-size: 18px;
    border: 0;
    background: #4d4d4f;
    color: #FFF;
    outline: 0;
    width: 30px;
    height: 30px;
    transition: all 0.5s ease;
    border-radius: 3px;
}
.file-upload-wrapper {
    position: relative;
    width: 100%;
    /*height: 40px;*/
}

.file-upload-wrapper:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 52px);
    pointer-events: none;
    z-index: 20;
   /* height: 40px;*/
    color: #000;
    border-radius: 5px 0px 0px 5px;
    line-height: 20px;
    font-size: 0.8125rem;
    white-space: nowrap;
    overflow: hidden;
}

.file-upload-wrapper:before {
    content: "\F3E2";
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 40px;
    background: #4d4d4f;
    color: #fff;
    z-index: 25;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
    font-family: "Material Design Icons";
}
.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}
#datepicker .ui-datepicker {
    width: 100%;
}
#datepicker .ui-datepicker table {
    margin-bottom: 2px;
}
#datepicker .ui-datepicker thead th {
    padding: 5px;
    font-size: 12px;
    font-weight: 400 !important;
}
#datepicker .ui-datepicker td {
    font-size: 12px !important;
    line-height: 10px !important;
}
#datepicker .ui-datepicker td a {
    padding: 5px;
    text-align: center;
    font-size: 12px;
}
#datepicker .ui-datepicker td a.ui-state-active {
    background: #4d4d4f;
    border-color: #4d4d4f;
    color: #f1f2f2;
}
.note-section input[type="text"] {
    border-color: transparent;
}
.note-section input[type="text"]::placeholder {
    color: #000;
}
/***** Manage Plan Notes ******/
.topbar-header {
    padding: 15px;
    background: #fff;
    border: solid 1px #ccc;
    margin-bottom: 15px;
}
.topbar-search input {
    border-color: #ebedf2;
}
.grid__item {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border: solid 1px #ccc;
    box-sizing: content-box;
    position: relative;
    border-radius: 3px;
    color: #000;
    height: 100%;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 15px;
}
.grid__item:before {
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 15px;
    bottom: -15px;
}

.grid__item.active:before {
    border-top-color:#ecb622;
}
.grid__item .meta-container {
    padding: 15px;
    display: flex;
    flex-flow: column;
    flex: 1;
}
.grid__item .meta-top {
    flex: 1;
}
.meta-top .date {
    padding-right: 7px;
}
.meta-top .author-name {
    font-weight: 600;
    text-transform: capitalize;
}
.meta-top .meta-title h4 {
    font-size: 16px;
}
.meta-top .action-badge {
    background-color: #4d4d4f;
    display: inline-block;
    padding: 5px 10px;
    margin: 12px 0;
    border-radius: 3px;
    color: #fff;
}
.meta-top .attachment-icon {
    font-size: 22px;
    color: #ccc;
    transform: rotate(-145deg);
    display: inline-block;
    margin-left: 15px;
    padding-bottom: 2px;
}
.grid__item .meta-edit-buttons {
    flex: auto 0 0;
    margin: 0;
    width: 130px;
    text-align: right;
    padding: 15px 10px;
}
.reply-box {
    padding-left: 40px;
}
.reply-box .grid__item:before {
    border: 0;
}
.reply-box:not(.active) {
    display: none;
}

@media(max-width: 600px){
    .grid__item {
        flex-wrap: wrap;
    }
    .grid__item .meta-container {
        flex: 100%;
        order: 2;
    }
    .grid__item .meta-edit-buttons {
        width: 100%;
        padding-bottom: 0;
    }
    .meta-top .authorbar .date {
        display: block;
        padding-right: 0;
        padding-bottom: 8px;
    }
    .reply-box {
        padding-left: 0px;
    }
}

.preview-item-content h6, .preview-item-content p {
    white-space:initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
/***** Soap Page ******/ 
.topbar {
    background: #fff;
    border: solid 1px #ccc;
    padding: 15px;
}
.soapbtn button {
    border: 0;
    background: transparent;
    padding: 0;
    width: 40px;
    height: 40px;
    margin-left: 15px;
}
.topmid-bar {
    background: #fff;
    font-size: 14px;
    padding: 0px 15px 0px 0px;
    border: solid 1px #ccc;
}
.topmid-bar .soap-logo {
    /* background: #dcdcdc; */
    display: inline-block;
    /* padding: 15px; */
}
.topmid-bar .soap-logo img {
    width: 60px;
}
.form-area-block {
    background: #fff;
    border: solid 1px #ccc;
    padding: 20px;
}
.form-area-block label {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}
.form-area-block textarea.form-control {
    border-color: #ccc;
    color: #000;
    background: #f1f2f2;
}
table.HIS_customtable {
    border: 1px solid #dee2e6;
}
table.HIS_customtable th, table.HIS_customtable td {
    background: #fff;
    padding: 15px 15px !important;
    border: 1px solid #dee2e6;
}
table.HIS_customtable th, table.HIS_customtable td {
    border-bottom: 0 !important;
}

.authorbar .author-read {
    background-color: #ecb622;
    display: inline-block;
    padding: 4px 7px;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 5px;
}

.form-area-block label.value-label {
    border-color: #ccc;
    color: #000;
    display: block;
    padding: 5px;
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
}
.form-area-block .form-group{
    margin-bottom:10px !important;
}
.his-form input[type="number"], .his-form input[type="color"] {
    padding: 10px 15px;
    border-color: #ebedf2;
}

.grid__item.no-triangle-arrow:before {
    border: 0;
}

.his-form button.fontStyle:not(:last-child) {
    margin-right: 12px;
}
.his-form button.fontStyle {
    height: 23px;
    border: 0;
    background-size: contain;
    width: 30px;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 0;
    line-height: 30px;
}

.align-left{
    background-image : url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAA1CAAAAAAsDUmHAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAAAqo0jMgAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+MIHAYHAD13ih8AAAIrSURBVEjHzZaxTxRBFMa/N7OH0FJqSwnChsTYnomKnJUKFOo1JrbGwpBYmwCV0X9AvMRK1IJ4OTtjYyCQ44xWtNpaa9x5z+IIt7vHbGYeV3DlJvfLm2++b76XCEb2S3DGWeJIRxBLJZboJxShAkvo94uuajBJH00ewZIj1J8bu4Y1LLPd/jLRh/VZLtnaPacTjGp7b5suyev1C5zp5CL8LGhPuASnFJ9xGXm9rNRXN0QVAZInV8Tm75FkfeWHSi+eTkueAHGaKv3Fpux7w6xDGTOcx8G3EeQx5m+WKlgiUZZgkJ9Ff9/sB9+jzN8dF/KwhOR2OzyPhrc+mmFYn8X2fXuMw8VPOu+W2HrmwmFUHhMcQjxnJMyAasEZIuAifHpZaTRbMXrduwnru0fCq5WDYL14bqHKq4LFxRh/SZW/yEU8OWQrMwR72jjmWE65DQxmHORRPRdT+S2UT10dKr1a6m2hB5vKfuTm60LXOtveTEj1GJJpLTeczefxG/BPe3u9hhTyOAWj7EeDqUI/Gtxa6Cj1yq7dgcnPJeZDq6vSi9P7pqA9SMYeqv011LXItKyhvRB0+s11QIjp7ZN7+ZjFUb19Ys8cZ9v0voejpmcr3kKhp2sU3h2yuu7tWmc/r8WckTeu1523H3dgI/JY46918ep1HiYJP6PBBa/2Fksv9yL6MZtf9vYjyXjneS+8H2cfT3i1B8nksxiLS2U/ShaxRkvlXjjaPOJMsf4DQ22vjD/V/uUAAAAASUVORK5CYII=');
    width:40px;
}

 .align-right{
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAA1CAAAAAAsDUmHAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAAAqo0jMgAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+MIHAYOC3tn6N4AAAIsSURBVEjHzZexaxRBFMa/NzMXkzaltimjcQmI7QlqzFmpSQr1GsFWLCRgLSSpRP8B44GViRYhx9mJjRgi54lWabW1VtyZZ5GAM7uZZeYlRbbchY8337zf+94axrE9Bidciy3JFFhTRYvlFTJToMX069lQVBgXDyYPxMyB1O9rO8pJtNRW/8PEvti+ljUbO6dkhlFr93XXGt+vn3ClzC7Cj8B7wgVYofkOF+H7pbm9vMYiBIgfXWLt3yPx6tJ3kV9uuqj0BMgVhbC/nKr2vXJOJqVUncf/746VbbY5EjUeQ8Cy2sOB4lr059Xn5Dvl2dvjAY/BR+Kb/XQ2ldvYVj6PQcn6TX/MpV+EGWwuOB2pC3tZbBrsgSNnJJwFtZJ5IuAcYn5p7nR7OX7duQ4du0fCi6UvyX6583NNvcqYn8/pL27qL7IZ44d0I0PQR+TRCreBel3MsloAOKrOQn43lEkVlytzguneujAfXfdlwLbV/XVDomFIqrfYsR6PjK/AX9kZDUYdn0fCFJQwHxWmAh4VbswNhH6VV25B+XWxetsbivxyxV0VzlXisfvi/qplLUqpVj2H6Oib6+EKORl+WG77UlkZXt8nvIfV6Fu61PRMwyxkerxC6dnBy6vRrLX6/UrOGd3a1baN5uMn6Aw2W+5jm6N+nYYy6WdUOBP1XmPh+W5GPpazi9F8JB4fPB2l5+PMw4mo9yCefJLT7tyYj1xmrNTcuBdK2Typ/7X/ACjdr4z8YnCHAAAAAElFTkSuQmCC');
    width:40px;
}
.align-center{
    width: 38px;
    background-size: contain;
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAABGdBTUEAALGPC/xhBQAAADRJREFUOBFjYGBg2ArE/6mEtzIBDaImADlsCAJSwhSkFgVQGoYjIMwIpdfRdAhJUYMrHQIAWPdBdW2q70gAAAAASUVORK5CYII=');
}

.form-area-block .col-md-7 {
    -ms-flex: 57%;
    flex: 0 0 57%;
    max-width: 57%;
}
.form-area-block .col-md-5 {
    -ms-flex: 43%;
    flex: 0 0 43%;
    max-width: 43%;
}

/* .inner-row-new .form-control {
    max-width: 80px;
    margin-left: auto;
} */

.inner-row-new .form-control {
    max-width: 80px;
    margin-left: auto;
    min-width: 45px;
    padding: 13px 10px;
}
.inner-row-new span {
    max-width: 19px;
    min-width: 19px;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link.avatar{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px !important;
    background: #fff;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link.avatar img {
    width: 100%;
    flex-shrink: 0;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile p {
    font-size: 14px !important;
}

/*LONG TERM PLANNING TABLE*/

.name-box span:last-child {
    font-weight: 600;
    background-color: green;
    color: #fff;
    display: inline-block;
    padding: 1px 9px;
    max-width: 70%;
    flex: 70%;
}
.name-box {
    font-size: 12px;
}
.name-box span:first-child {
    max-width: 30%;
    flex: 30%;
    align-self: center;
}
.name-box img,
.table-header-content img {
    max-width: 20px;
}
.file-icons img,
.example-print img {
    max-width: 40px;
}
.table-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.table-sukuma {
    border-left: 1px solid #dee2e6 !important;
    border-top: 1px solid #dee2e6 !important;
    margin-top: 20px;
}
.table-header-content span {
    font-size: 16px;
}
.table-sukuma thead th,
.table-sukuma tbody td {
    border-bottom: 1px solid #dee2e6 !important;
    padding: 0;
    vertical-align: middle !important;
}
.table-sukuma thead th:nth-child(2) {
    padding: 0 5px !important;
}
.table-sukuma thead th:not(:first-child) {
    border-right: 1px solid #dee2e6;
    width: 24%;
}
.table-sukuma tbody td:not(:first-child),
.table-sukuma tbody th:not(:first-child){
    width: 24%;
    border-right: 1px solid #dee2e6;
} 
.table-header-content input {
    height: 27px;
    padding: 0 4px;
    max-width: 117px;
}
.icon-sets {
    display: flex !important;
}
.table-header-content i {
    margin: 0 !important;
}
.table-sukuma thead th:first-child, .table-sukuma tbody td:first-child {
    width: 4%;
    border-right: 1px solid #dee2e6 !important;
}
.table-header-content .year {
    background-color: green;
    color: #fff;
    display: inline-block;
    padding: 11px 7px 9px;
}
.table-header-content input,
.table-sukuma tbody td input {
    outline: 0;
    border-radius: 0;
    border: 1px solid #a8a9ab;
}
.table-sukuma tbody td input{
    border:0;
    width: 100%;
    display: block;
}
.database-plus img {
    max-width: 16px;
}
.table-sukuma tbody th span {
    font-size: 12px;
    font-weight: bold;
    display: block;
}
.table-sukuma tbody th{
    color: #fff !important;
    background-color: green;
    padding: 3px 5px !important;
    vertical-align: middle;
   /* width: 25% !important;*/
}
.table-sukuma tbody th:first-child {
    background: #fff;
    text-align: center;
}
.table-sukuma tbody td {
    padding: 3px 5px;
    font-size: 12px;
}
.table-sukuma tbody td:first-child {
    text-align: center;
    border-right: 1px solid #dee2e6 !important;
}

/* FOR FFWA PAGE */

/*Charset*/

body{
    font-family: 'Lexend', sans-serif !important;
}
.table-header-content span:last-child {
    margin-left: 23px;
}
.table-header-content span img,
.file-icons img,
.edit-copy-design img{
    max-width: 25px;
}
.design-sets label {
    font-weight: 600;
    font-size: 16px;
}
.design-sets{
    border-radius: 8px;
}
.edit-copy span{
    display: block;
}
.edit-copy img,
.sets-manager img {
    max-width: 50px;
}
.edit-copy span:last-child {
    padding-top: 11px;
}
.design-sets textarea{
    height: 86px !important;
    resize: none;
    width: 100%;
}
.collapse-blk {
    border: 1px solid #ccc;
    border-radius: 13px;
    padding: 27px;
    background-color: #ececec;
}
.Responsible-right span:first-child img {
    max-width: 24px;
}
.impact-descr textarea {
    height: 70px !important;
}
button#btndrop {
    background: #000;
    border: none;
    color: #fff;
}
.side-btn button img {
    max-width: 27px;
}
.side-btn button {
    border: none;
    background: no-repeat;
}

/* FOR SURVEY PAGE */



.business-survey-wrapper {
    padding: 0px 21px;
    box-shadow: 1px 1px 10px #cccccc69;
    margin: 50px 0;
}
#msform fieldset:not(:first-of-type) {
    display: none
}
#progressbar {
    background-color: #26bfbf;
    text-align: center;
    margin-bottom: 30px;
    padding: 8px 15px;
}
#progressbar li {
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
    margin: 5px 10px;
    transition: .25s all ease-in-out;
    font-weight: 600;
}
#progressbar li:hover,
#progressbar li.active {
    background-color: #fff;
    color: #333333;
}

.business-survey-wrapper h1 {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    padding-left: 30px;
    padding-right: 30px;
}

.business-survey-wrapper h4 {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.business-survey-wrapper h3 {
    font-size: 17px;
    margin-bottom: 15px;
}

.business-survey-wrapper form input[type="button"]{
    background-color: #333333;
    color: #fff;
    border: 1px solid #333333;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    transition: .25s all ease-in-out;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
}

.business-survey-wrapper form input[type="button"]:hover {
    background-color: #26bfbf;
}


.ratio-item {
    position: relative;
    padding-left: 25px;
}
.ratio-item label {
    font-size: 15px;
    cursor: pointer;
}
.ratio-item label::after {
    content: "";
    display: block;
    height: 17px;
    width: 17px;
    position: absolute;
    top: 4px;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 100%;
}
.ratio-item input {
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.ratio-item input:checked + label::after {
    background-color: #26bfbf;
}
.input-item textarea {
    height: 80px;
    background-color: #26bfbf;
    border: 1px solid #ccc;
    width: 100%;
}

.button-wrapper {
    text-align: center;
}

/* Survey Result Page */

.metter-wrapper {
    /* border: 2px solid #212529; */
    border-radius: 30px;
    padding: 10px 11px;
    /* margin: 50px 0; */
}
.metter-wrapper .row {
    justify-content: center;
}
.metter-outer {
    background-color: #f5f9fb;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.metter-info {
    background-color: #eff0f0;
    text-align: center;
    border-radius: 10px;
    padding: 10px 15px;
    margin-top: 30px;
}

.metter-info h4 {
    margin-bottom: 10px;
}




.circle {
    background: #f5f9fb;
    max-width: 247px;
    margin: 40px auto;
    position: relative;
    padding-top: 25px;
}

.circle-frame {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.value-outer input {
    width: 100%;
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    cursor: e-arrow;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
}

.circle-bg {
    width: 247px;
    height: 247px;
    background: #eee;
    background-image: url("http://localhost/Sukuma/assets/images/circle-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}






.meter-clock {
/*  transform: rotate(-54deg);
  -webkit-transform: rotate(-54deg);
  transform-origin: 137px 146px;
  -webkit-transform-origin: 137px 146px;
  fill: black; */
    /* width: 100%;
    height: 100%;
    background-image: url("http://localhost/Sukuma/assets/images/arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0;
    -moz-transform: rotate(-54deg);
    -webkit-transform: rotate(-54deg);
    -o-transform: rotate(-54deg);
    -ms-transform: rotate(-54deg);
    transform: rotate(-54deg); */

    width: 100%;
    height: 100%;
    background-image: url("http://localhost/Sukuma/assets/images/arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    position: absolute;
    top: 0px;
    top: 0px;

    -moz-transform: rotate(-54deg);
    -webkit-transform: rotate(-54deg);
    -o-transform: rotate(-54deg);
    -ms-transform: rotate(-54deg);
    transform: rotate(-54deg);
}
.metter-outer .circle-bg{
    position: relative;
}
.metter-outer .circle-bg::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #3f3e40;
}
.metter-outer.active .circle-bg::before{
    background-color: #0E7ECD;
}
.circle-frame input {
    position: relative;
    z-index: 1;
    width: 100%;
}
  
.meter-circle {
  fill: black;
}

.meter-text{
    font-size: 19px !important;
   /* font-weight: 500 !important;*/
    text-align: justify !important;
    line-height: 1.4 !important;
    padding: 5px !important;
}

.metter-outer.active .circle-bg {
    background-image: url("http://localhost/Sukuma/assets/images/circle-bg-active.jfif");
}

.metter-outer.active .meter-clock {
    background-image: url("http://localhost/Sukuma/assets/images/arrow-active.png");
}

.circle-bg {
    width: 247px;
    height: 247px;
    background: #eee;
    background-image: url("http://localhost/Sukuma/assets/images/default.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.metter-outer.red .circle-bg {
    background-image: url("http://localhost/Sukuma/assets/images/red.png");
}
.metter-outer.orange .circle-bg {
    background-image: url("http://localhost/Sukuma/assets/images/orange.png");
}
.metter-outer.blue .circle-bg {
    background-image: url("http://localhost/Sukuma/assets/images/blue.png");
}
.metter-outer.green .circle-bg {
    background-image: url("http://localhost/Sukuma/assets/images/green.png");
}



.result-outer .link {
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 50px;
    width: 100%;
    flex-wrap: wrap;
}
.result-outer .link a {
    padding: 10px 15px 10px 15px;
    background: #9c9fa6;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    position: relative;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
}
.result-outer .link a::before {
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    height: 100%;
    width: 50px;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 50px solid #9c9fa6;
    z-index: 99;
    transition: all 0.25s ease-in-out;
}
.result-outer .link a:hover {
    background: #000000;
    text-decoration: none;
}
.result-outer .link a:hover::before  {
    border-left: 50px solid #000000;
}

.result-outer h4 {
   /* border: 1px solid #000000;*/
    padding: 5px 35px;
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-block;
    font-size: 18px;
    border-bottom: none;
}
.result-info {
    height: 100%;
}
.result-info-inner {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 15px;
    border-top-left-radius: 0;
    min-height: 200px;
}
.result-outer p {
    margin-bottom: 0;
}
.result-outer table {
    width: 100%;
}
.result-outer table tr th,
.result-outer table tr td {
    padding: 5px;
}
.result-outer table tr th {
    border-bottom: 1px solid #000;
}

.metter-outer.active .circle-bg {
    background-image: url("http://localhost/Sukuma/assets/images/default-active.png");
}
.metter-outer.active.red .circle-bg {
    background-image: url("http://localhost/Sukuma/assets/images/red-active.png");
}
.metter-outer.active.orange .circle-bg {
    background-image: url("http://localhost/Sukuma/assets/images/orange-active.png");
}
.metter-outer.active.green .circle-bg {
    background-image: url("http://localhost/Sukuma/assets/images/green-active.png");
}
.metter-outer.active.blue .circle-bg {
    background-image: url("http://localhost/Sukuma/assets/images/blue-active.png");
}

/*Systemization*/

select, button, input{
    box-shadow: none !important;
}
main input{
    height: 43px !important;
    border: 1px solid #ffffff !important;
}
/*Page-1*/
.btn-saver:hover {
    background: #000 !important;
    border-color: #000 !important;
}
.btn-saver {
    background: #ff7400 !important;
    color: #fff !important;
    border-color: #ff7400 !important;
    padding: 12px 15px;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}
.select-system select {
    height: 43px;
    border: 1px solid #ffffff !important;
}
.select-system h4 {
    font-size: 1.125rem;
    text-transform: uppercase;
}

/*circles*/
.inner-circle-item {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
    font-weight: 600;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    /* cursor: pointer; */
    text-transform: uppercase;
    mix-blend-mode: multiply;
}
.inner-circle-item span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*Circle -1*/
.inner-item {
    background: rgb(5 31 53 / 80%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.inner-item:hover{
    background: rgb(5 31 53);
}
/*Circle -1 End*/

/*Circle -2*/
.inner-circle-1{
    position: relative;
    width: 100%;
    height: 180px;
}
.inner-item-2-1 {
   /* background:  rgb(38 62 73 / 70%);*/
    top: 0;
    left: 0;
}
.inner-item-2-1:hover {
    background:#263e49;
}
.inner-item-2-1 span {
    left: -15%;
    position: relative;
}
.inner-item-2-2 {
    background: rgb(10 8 102 / 70%);
    top: 0;
    right: 0;
}
.inner-item-2-2:hover {
    background: rgb(10 8 102);
}

.inner-item-2-2 span {
    right: -15%;
    position: relative;
}
/*Circle -2 End*/

/*Circle -3*/
.text-inner-center {
    position: absolute;
    z-index: 9;
  /*  transform: rotate(90deg);*/
    right: 0;
    left: 15px;
    text-align: center;
    top: 43%;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
}
.text-inner-center .center-txt {
    /* left: -10px !important; */
    display: inline-block;
    top: 15px;
}
.ven-new-main span.center-txt {
    left: -21px;
    top: 46%;
}
.inner-circle-third-1 {
    /*background: rgb(75 32 16 / 80%);*/
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid rgb(75 32 16 / 80%)
}
/* .inner-circle-third-1:hover{
    background: rgb(75 32 16);
} */
.inner-circle-third-1 span {
    top: 70px;
}
.inner-circle-third-2 {
    /*background: rgb(7 55 73 / 80%);*/
    left: 0;
    bottom: 0;
}
/* .inner-circle-third-2:hover{
   background: rgb(7 55 73);
} */
.inner-circle-third-2 span {
    left: -24px;
}
.inner-circle-third-3 {
   /* background: rgb(75 16 16 / 80%);*/
    right: 0;
    bottom: 0;
}
/* .inner-circle-third-3:hover{
    background: rgb(75 16 16 );
} */
.inner-circle-third-3 span {
    right: -24px;
}
/*Circle -3 end*/

/*Circle -4 */
.inner-item-4-1 {
   /* background: rgb(0 0 0 / 70%);*/
    top: 0;
    left: 0;
    border: 1px solid rgb(0 0 0 / 70%);
}
.inner-item-4-2 {
    /*background: rgb(0 201 136 / 70%);*/
    top: 0;
    right: 0;
    border: 1px solid rgb(0 201 136 / 70%);
}
.inner-item-4-3 {
    /*background: rgb(0 155 201 / 70%);*/
    bottom: 0;
    left: 0;
}
.inner-item-4-4 {
    /*background: rgb(0 43 201 / 70%);*/
    bottom: 0;
    right: 0;
    border: 1px solid rgb(0 43 201 / 70%);
}
/* .inner-item-4-1:hover {
    background: rgb(0 0 0);
}
.inner-item-4-2:hover {
    background: rgb(0 201 136);
}
.inner-item-4-3:hover {
    background: rgb(0 155 201);
}
.inner-item-4-4:hover {
   background: rgb(0 43 201);
} */
div#venn_4 .inner-circle-5 .center-txt-main {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    position: absolute;
    left: 25%;
    top: 39%;
    background: #e3e3e3;
    z-index: 99999;
}
div#venn_5 .inner-circle-6 .center-txt-main {
    border-radius: 50%;
    height: 140px;
    width: 140px;
    position: absolute;
    left: 23% !important;
    top: 29%;
    background: #e3e3e3;
    z-index: 999;
}

div#venn_5 .inner-circle-6 .ven-new-main span.center-txt {
    left: 2px;
    top: 35%;
} 

div#venn_3 .inner-circle-item.inner-circle-third-2 {
    top: 109px;
    position: relative;
    left: -30px;
}
div#venn_3 .inner-circle-item.inner-circle-third-3 {
    right: -10px;
    bottom: -30px;
}
 
 div#venn_3 .center-txt-main {
    border-radius: 50%;
    height: 120px !important;
    width: 120px !important;
    position: absolute;
    left: 26%;
    top: 42%;
    background: #e3e3e3;
    z-index: 999;
}
 div#venn_3 .inner-circle-5 .ven-new-main span.center-txt {
    top: 36%;
    /* left: 8px !important; */
} 
 div#venn_3 .toolt-ip-box.ven-new {
    left: unset !important;
    right: -200% !important;
    position: relative;
}
.inner-circle-5{
    position: relative;
    border-radius: 50%;
    width: 244px;
    height: 244px;
    margin: 0 auto;
}
.inner-item-4-1 span {
    left: 29px;
    text-align: left;
    top: 47px;
}
.inner-item-4-2 span {
    display: block;
    position: relative;
    right: 19px;
    text-align: right;
    top: 47px;
}
.inner-item-4-3 span {
    position: relative;
    left: 29px;
    text-align: left;
    top: 70%;
}
.inner-item-4-4 span {
    position: relative;
    right: 19px;
    text-align: right;
    top: 70%;
    max-width: 94px;
    margin-left: auto;
}
/*Circle -4 end*/

/*Circle -5 */
.inner-circle-6 {
    position: relative;
    /*background: rgb(0 0 0 / 30%);*/
    border-radius: 50%;
    width: 240px;
    height: 240px;
    margin: 0 auto;
}
.inner-item-1 {
    /*background: rgb(119 0 0 / 70%);*/
    left: -10%;
    top: -10%;
    border: 1px solid rgb(119 0 0 / 70%);
}
/* .inner-item-1:hover{
    background: rgb(119 0 0);
} */
.inner-item-2 {
    right: 0%;
   /* background: rgb(255 188 0/60%);*/
    top: -14%;
}
/* .inner-item-2:hover{
   background: rgb(255 188 0);
} */
.inner-item-3 {
    bottom: 0%;
   /* background: rgb(40 33 75 / 80%);*/
    left: -25%;
    border: 1px solid rgb(40 33 75 / 80%);
}
/* .inner-item-3:hover{
    background: rgb(40 33 75);
} */
.inner-item-4 {
    bottom: 8%;
    /*background: rgb(75 33 54 / 80%);*/
    right: -20%;
    border: 1px solid rgb(75 33 54 / 80%);
}
/* .inner-item-4:hover{
    background: rgb(75 33 54);
} */
.inner-item-5 {
    bottom: -25%;
    left: 0;
    right: 0;
    margin: 0 auto;
   /* background: rgb(3 61 23 / 70%);*/
}
/* .inner-item-5:hover{
    background: rgb(3 61 23);
} */
.center-txt {
    text-align: center;
    height: 100%;
    vertical-align: middle;
    color: white;
    position: absolute;
    font-weight: 700;
    font-size: 13px;
  /*  text-transform: uppercase;*/
    display: table-cell;
    /* cursor: pointer; */
    left: 0;
    top: 50%;
    z-index: 999;
    right: 0;
    height: 18px;
    max-width: 100px;
    margin: 0 auto;
}
/*Circle -5 end */


.department-table h3 {
    margin-bottom: 0;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding: 20px 0;
}
.department-table th {
    font-weight: 400 !important;
    border-bottom: 0 !important;
    background: #fff;
    vertical-align: middle !important;
    text-transform: capitalize !important;
}
.department-table td{
  vertical-align: middle;
}
.department-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(255 255 255 / 50%);
}
.icon-save-edit img {
    max-width: 30px;
}
.bg-colors {
    display: block;
    width: 100%;
    height: 36px;
}
.department-table select {
    border-radius: 0;
}

.department-table input {
    background: transparent;
    font-weight: 500;
    height: 36px !important;
    border-color: #b7b7b7 !important;
    padding: 0 8px;
}
.toolt-ip-box {
    background: #000;
    border-radius: 12px;
    text-align: left;
    padding: 9px 15px 1px;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    top: -39px;
    left: -70%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.inner-circle-third-1:hover .toolt-ip-box,
.inner-circle-third-2:hover .toolt-ip-box,
.inner-circle-third-3:hover .toolt-ip-box {
    opacity: 1;
    visibility: visible;
}
.department-table img {
    width: 30px !important;
    height: auto !important;
    border-radius: unset !important;
}

/*System display*/
body{
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    line-height: 21px;
}
a {
    text-decoration: none;
    color: #000;
    font-family: 'Ubuntu', sans-serif;
    transition: 0.4s all ease-in-out;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none; 
    box-shadow: none !important;
    color: #ffa800;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin: 0 0 12px;
    font-family: 'Ubuntu', sans-serif;
}
select, button, input{
    box-shadow: none !important;
}
main input{
    height: 43px !important;
}
.bg-color-light {
    max-width: 1380px;
    margin-left: auto;
}
/*Page-1*/
/*.bg-color-light{
    background-color: #d1d3d4;
}*/
.btn-save:hover {
    background: #000;
    border-color: #000;
}
.btn-save {
    background: #ff7400;
    color: #fff !important;
    border-color: #ff7400;
    padding: 8px 26px;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}
.select-system select {
    height: 43px;
}
.select-system h4 {
    font-size: 1.125rem;
    text-transform: uppercase;
}

/*circles*/
.circle-container-inner {
    position: relative;
    padding: 33px;
}
.inner-circle-item {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    text-align: center;
    color: black;
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    /* cursor: pointer; */
    text-transform: uppercase;
    mix-blend-mode: multiply;
}
.inner-circle-item span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 29px;
}

/*Circle -1*/
.inner-item {
    background: rgb(5 31 53 / 80%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.inner-item:hover{
    background: rgb(5 31 53);
}
/*Circle -1 End*/

/*Circle -2*/
.inner-circle-1{
    position: relative;
    width: 100%;
    height: 180px;
}
.inner-item-2-1 {
    background:  rgb(38 62 73 / 70%);
    top: 0;
    left: 0;
}
.inner-item-2-1:hover {
    background:#263e49;
}
.inner-item-2-1 span {
    left: -15%;
    position: relative;
}
.inner-item-2-2 {
    background: rgb(10 8 102 / 70%);
    top: 0;
    right: 0;
}
.inner-item-2-2:hover {
    background: rgb(10 8 102);
}

.inner-item-2-2 span {
    right: -15%;
    position: relative;
}
/*Circle -2 End*/

/*Circle -3*/
.inner-circle-third-1 {
    /*background: rgb(75 32 16 / 80%);*/
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* .inner-circle-third-1:hover{
    background: rgb(75 32 16);
} */
.inner-circle-third-1 span {
    top: 70px;
}
.inner-circle-third-2 {
  /*  background: rgb(7 55 73 / 80%);*/
    left: 0;
    bottom: 0;
    border: 1px solid rgb(7 55 73 / 80%);
}



/* .inner-circle-third-2:hover{
    background: rgb(7 55 73);
} */
.inner-circle-third-2 span {
    left: -30px;
}
.inner-circle-third-3 {
    /*background: rgb(75 16 16 / 80%);*/
    right: 0;
    bottom: 0;
    border: 1px solid rgb(75 16 16 / 80%);
}
/* .inner-circle-third-3:hover{
    background: rgb(75 16 16 );
} */
.inner-circle-third-3 span {
    right: -30px;
}
/*Circle -3 end*/

/*Circle -4 */
.inner-item-4-1 {
   /* background: rgb(0 0 0 / 70%);*/
   top: 0;
   left: -30px;
}
.inner-item-4-2 {
    /*background: rgb(0 201 136 / 70%);*/
    top: 0;
    right: 0;
}
.inner-item-4-3 {
    /*background: rgb(0 155 201 / 70%);*/
    bottom: -47px;
    left: -35px;
    border: 1px solid rgb(0 155 201 / 70%);
}
.inner-item-4-4 {
    /*background: rgb(0 43 201 / 70%);*/
    bottom: -48px;
    right: -5px;
}
/* .inner-item-4-1:hover {
    background: rgb(0 0 0);
}
.inner-item-4-2:hover {
   background: rgb(0 201 136);
}
.inner-item-4-3:hover {
    background: rgb(0 155 201);
}
.inner-item-4-4:hover {
    background: rgb(0 43 201);
} */
.inner-circle-5{
    position: relative;
    border-radius: 50%;
    width: 297px;
    height: 273px;
    margin: 0 auto;
}
.inner-circle-5 .ven-new-main span.center-txt {
    top: 40%;
    left: 0;
}
.inner-item-4-1 span {
    left: 29px;
    text-align: left;
    top: 47px;
}
.inner-item-4-2 span {
    display: block;
    position: relative;
    right: 29px;
    text-align: right;
    top: 47px;
}
.inner-item-4-3 span {
    position: relative;
    left: 29px;
    text-align: left;
    top: 70%;
}
.inner-item-4-4 span {
    position: relative;
    right: 29px;
    text-align: left;
    top: 70%;
}
/*Circle -4 end*/

/*Circle -5 */
.inner-circle-6 {
    position: relative;
    /*background: rgb(0 0 0 / 30%);*/
    border-radius: 50%;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}
.inner-item-1 {
   /* background: rgb(119 0 0 / 70%);*/
    left: -10%;
    top: -10%;
    border: 1px solid rgb(119 0 0 / 70%);
}
/* .inner-item-1:hover{
    background: rgb(119 0 0);
} */
.inner-item-2 {
    right: 0%;
   /* background: rgb(255 188 0/60%);*/
    top: -14%;
    border: 1px solid rgb(255 188 0/60%);
}
/* .inner-item-2:hover{
   background: rgb(255 188 0);
} */
.inner-item-3 {
    bottom: 0%;
    /*background: rgb(40 33 75 / 80%);*/
    left: -25%;
}
/* .inner-item-3:hover{
    background: rgb(40 33 75);
} */
.inner-item-4 {
    bottom: 8%;
   /* background: rgb(75 33 54 / 80%);*/
    right: -20%;
}
/* .inner-item-4:hover{
    background: rgb(75 33 54);
} */
.inner-item-5 {
    bottom: -25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*background: rgb(3 61 23 / 70%);*/
    border: 1px solid rgb(3 61 23 / 70%);
}
/* .inner-item-5:hover{
    background: rgb(3 61 23);
} */
.center-txt-main {
    border-radius: 50%;
    height: 180px;
    width: 180px;
    position: absolute;
    left: 43%;
    top: 39%;
    background: #e3e3e3;
    z-index: 999;
}
/*Circle -5 end */


.department-table h3 {
    margin-bottom: 0;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding: 20px 0;
}
.department-table th {
    font-weight: 400;
    border-bottom: 0 !important;
    background: #fff;
    vertical-align: middle !important;
}
.department-table td{
  vertical-align: middle;
}
.department-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(255 255 255 / 50%);
}
.icon-save-edit img {
    max-width: 30px;
}
.bg-colors {
    display: block;
    width: 100%;
    height: 36px;
}
.department-table select {
    border-radius: 0;
}

/* Page-2 css */
button:focus{
    outline: 0 !important;
}
.block-circle-main{
    position: relative;
    width: 680px;
    height: 460px;
    margin: 0 auto;
    z-index: 11;
}
.fourblock-circle{
    width: 460px !important;
}
.block-circle {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    text-align: center;
    color: black;
    position: absolute;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    /*text-transform: uppercase;*/
    mix-blend-mode: multiply;
    z-index: 99;
}

#exampleModalCenter .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.middlebox #line {
    z-index: 1;
}
.block-circle span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10px;
}
.block-circle-1 {
    background: rgb(75 32 16 / 100%);
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 3px solid rgb(75 32 16 / 80%);
}


/* .block-circle-1:hover{
    background: rgb(75 32 16);
} */
.block-circle-1 span {
    top: 70px;
}
.block-circle-2 {
    background: rgb(7 55 73 / 100%);
    left: 55px;
    bottom: 0;
    border: 3px solid rgb(7 55 73 / 80%);
}
/* .block-circle-2:hover{
    background: rgb(7 55 73);
} */
.block-circle-2 span {
    left: -30px;
}
.block-circle-3 {
    background: rgb(75 16 16 / 100%);
    right: 55px;
    bottom: 0;
    border: 3px solid rgb(75 16 16 / 80%);
}




/* .block-circle-3:hover{
    background: rgb(75 16 16 );
} */
.block-circle-3 span {
    right: -30px;
}
.block-circle-popover {
    text-align: left;
}
.block-circle-popover {
    padding: 7px 7px;
    font-size: 11px;
    line-height: 15px;
    border-radius: 6px; 
    width: 130px;
    /*position: absolute;
    z-index: 99;*/
}
.block-circle-attract-1{
    background: #06506c;
    left: -50%;
    top: 0;
}
.block-circle-attract-2 {
    left: -63%;
    background: #ff7600;
    top: 34%;
}
.block-circle-attract-3 {
    right: -58%;
    background: #00d0ff;
    top: 15%;
}
.block-circle-innovation-1 {
    background: #3b6207;
    left: -50%;
    top: 12%;
}
.block-circle-innovation-2 {
    background: #071662;
    left: -47%;
    top: 54%;
}
.block-circle-innovation-3 {
    background: #6a1eff;
    left: -19%;
    top: 100%;
}
.block-circle-support-1 {
    background: #620735;
    right: -50%;
    top: 12%;
}
.block-circle-support-2 {
    background: #000000;
    right: -61%;
    top: 51%;
}
.block-circle-support-3 {
    background: #6a1eff;
    left: -19%;
    top: 100%;
}
.block-circle-popover b {
    display: block;
}
.modal-block {
    padding: 2px;
    border: 1px solid #eaeaea;
}
.heading-modal {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    justify-content: space-between;
}
.add-table img, .modal-title-main img {
    width: 16px;
    cursor: pointer;
}
.modal-block input {
    height: 31px !important;
    border: 1px solid #eaeaea !important;
    font-size: 13px;
}
.heading-modal h3 {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700;
}
.heading-modal span {
    transform: unset !important;
    top: 0;
}
.add-table th p {
    font-size: 14px;
    display: inline-block;
}
.add-table td {
    font-size: 13px;
}
.modal-header .modal-title{
    font-size: 16px;
}

/* Page-4 */
.block-circle-four-1 {
    background: rgb(75 32 16 / 100%);
    left: -78px;
    top: 0;
    border: 3px solid black;
}
.block-circle-four-2 {
    background: rgb(7 55 73 / 100%);
    right: -40px;
    top: 0;
    border: 3px solid rgb(84 3 3 / 80%);
}
.block-circle-four-3 {
    background: rgb(75 16 16 / 100%);
    left: -80px;
    bottom: -50px;
    border: 3px solid rgb(66 6 162 / 80%);
}
.block-circle-four-4 {
    background: rgb(3 34 65);
    right: -40px;
    bottom: -50px;
    border: 3px solid rgb(3 34 65 / 80%);
}
/* .block-circle-four-1:hover {
    background: rgb(0 0 0);
}
.block-circle-four-2:hover {
   background: rgb(84 3 3);
}
.block-circle-four-3:hover {
   background: rgb(66 6 162);
}
.block-circle-four-4:hover {
   background: rgb(3 34 65);
} */
/*.box-1 {
    background: #06506c;
    left: -35%;
    top: 9%;
}
.box-2 {
    background: #763535;
    left: -45%;
    top: 37%;
}
.box-3 {
    right: -37%;
    background: #1e0764;
}
.box-4 {
    background: #000;
    right: -47%;
    top: 26%;
}
.box-5 {
    left: -40%;
    background: #857373;
    top: 22%;
}
.box-6 {
    left: -50%;
    background: #146245;
    top: 50%;
}
.box-7 {
    background: #a2360d;
    right: -47%;
    top: 26%;
}
.box-8 {
    background: #6737b4;
    right: -40%;
    top: 56%;
}*/
.block-circle-four-1 span,
.block-circle-four-3 span {
    text-align: center;
    text-indent: 36px;
}
.block-circle-four-3 span {
    text-indent: 0;
}
.block-circle-four-4 span{
    padding-right: 60px !important;
}
.block-circle-four-2 span,
.block-circle-four-4 span {
    text-align: center;
    padding-right: 30px;
}
/*.fourblock-data {*/
/*    display: flex;*/
/*    white-space: nowrap;*/
/*    justify-content: center;*/
/*    position: absolute !important;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: -7%;*/
/*}*/
.fourblock-data .block-circle-popover:not(:last-child) {
    margin-right: 9px;
}
.angle-circle-txt {
    padding-top: 0;
    font-size: 15px;
    top: 48%;
}
/*Page-5*/
.block-circle-five-1 {
    background: rgb(75 32 16 / 100%);
    left: -15%;
    top: -5%;
    border: 3px solid rgb(75 32 16 / 100%);
}
.block-circle-five-2 {
    right: -10%;
    background: rgb(7 55 73 / 100%);
    top: -8%;
    border: 3px solid rgb(7 55 73 / 100%);
}
.block-circle-five-3 {
    bottom: -8%;
    background: rgb(75 16 16 / 100%);
    left: -27%;
    border: 3px solid rgb(75 16 16 / 100%);
}
.block-circle-five-4 {
    bottom: 3%;
    background:  rgb(3 34 65);
    right: -24%;
    border: 3px solid  rgb(3 34 65);
}
.block-circle-five-5 {
    bottom: -28%;
    left: 0;
    right: -3%;
    margin: 0 auto;
    background: rgb(3 61 23);
    border: 3px solid rgb(3 61 23 / 70%);
}
/* .block-circle-five-1:hover{
    background: rgb(119 0 0);
}
.block-circle-five-2:hover{
    background: rgb(255 188 0);
}
.block-circle-five-3:hover{
    background: rgb(40 33 75);
}
.block-circle-five-4:hover{
    background: rgb(75 33 54);
}
.block-circle-five-5:hover{
    background: rgb(3 61 23);
} */
.box-9 {
    background: #000;
    left: -33%;
}
.box-10 {
    background: #000;
    left: -40%;
    top: 30%;
}
.box-11 {
    background: #000;
    right: -33%;
}
.box-12 {
    background: #000;
    right: -40%;
    top: 30%;
}
.box-16 {
    background: #4f0909;
    left: -33%;
    top: 75%;
}
.box-17 {
    background: #4f0909;
    right: -33%;
    top: 75%;
}
.department-table .dropdown-item:hover {
    color: #40ae49 !important;
}
.toolt-ip-box.venn_item_3 {
    bottom: -43%;
    left: unset;
    top: unset;
    right: -83%;
    max-width: 176px;
}
.toolt-ip-box.ven-new {
    left: unset !important;
    right: -40% !important;
}
.text-inner-center:hover .toolt-ip-box {
    opacity: 1;
    visibility: visible; 
}
.center-txt-main.text-inner-center .toolt-ip-box li {
    color: #fff;
}
.add-table img {
    border-radius: 0 !important;
}
.system_champion p {
    display: inline-block;
    font-family: 'Ubuntu', sans-serif !important;
    font-size: 17px;
    text-transform: uppercase;
}
.block-circle-four-1 #result1 {
    position: absolute;
    z-index: 99;
    left: -63%;
    top: -30%;
    right: unset;
}
.block-circle-four-2 #result2 {
    position: absolute;
    z-index: 99;
    right: -60%;
    top: -30%;
    left: unset;
}
.block-circle-four-3 #result3 {
    position: absolute;
    z-index: 99;
    left: -63%;
    top: 30%;
    right: unset;
}
.block-circle-four-4 #result4 {
    position: absolute;
    z-index: 99;
    right: -60%;
    top: 30%;
    left: unset;
    max-width: unset;
    width: auto;
}
.block-circle-four-1 #box1, 
.block-circle-four-2 #box11{
    top: 40% !important;
}
.block-circle-four-3 #box21, 
.block-circle-four-4 #box41 {
    top: 70% !important;
}
/*.block-circle-gird-box{
    max-height: 175px;
    overflow-y: auto;
}*/
.block-circle-gird-box::-webkit-scrollbar {
    width: 18px;
}
.block-circle-gird-box::-webkit-scrollbar-thumb {
    background-color: #4d4d4f;
    border-radius: 30px;
    border: 7px solid #fff;
}
.eventList ul::-webkit-scrollbar {
    width: 6px;
    background-color: #f2f2f2;
    border-radius: 30px;
}
.eventList ul::-webkit-scrollbar-thumb {
    border-radius: 30px;
    border: 3px solid #4d4d4f;
}
.block-circle-four-1 .block-circle-gird-box .block-circle-popover,
.block-circle-four-2 .block-circle-gird-box .block-circle-popover,
.block-circle-four-3 .block-circle-gird-box .block-circle-popover,
.block-circle-four-4 .block-circle-gird-box .block-circle-popover,
.center-txt-main .block-circle-gird-box .block-circle-popover{
    margin-bottom: 8px;
}
.system_champion {
    padding: 15px;
}
.center-txt-main .block-circle-gird-box {
    max-width: 200px;
    margin: 0 auto 25px;
    position: relative;
}

.modal-block {
    max-height: 500px;
    overflow-y: auto;
}
.modal-team .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
    padding: 0px;
}
.add-table input {
    height: 42px !important;
    padding: 0 9px;
    width: 100%;
}
/*.block-circle-2 .block-circle-gird-box {
    position: absolute;
    z-index: 99;
    left: -60%;
    top: 22%;
}
.block-circle-1 .block-circle-gird-box {
    position: absolute;
    z-index: 99;
    left: -60%;
    top: 0%;
}
.block-circle-3 .block-circle-gird-box {
    position: absolute;
    z-index: 99;
    right: -60%;
    top: 6%;
}*/
.block-circle-popover {
    margin-bottom: 7px;
}
/*.block-circle-five-1 .block-circle-gird-box,*/
/*.block-circle-five-3 .block-circle-gird-box {*/
/*    position: absolute;*/
/*    z-index: 99;*/
/*    left: -60%;*/
/*    top: 0;*/
/*}*/
.modal-team .modal-block {
    background: #fff;
}
.modal-team .table th, .modal-team .table td {
    padding: 3px 5px;
    border: 0;
}
.modal-team select, .modal-team input {
    height: 30px !important;
}
/*.block-circle-five-2 .block-circle-gird-box,*/
/*.block-circle-five-4 .block-circle-gird-box {*/
/*    position: absolute;*/
/*    z-index: 99;*/
/*    right: -60%;*/
/*    top: 0;*/
/*}*/
/* .block-circle-five-5 .block-circle-gird-box {
    position: absolute;
    z-index: 99;
    right: -60%;
    top: 57%;
} */
/* .py-five-circle{
    padding-bottom: 150px;
    padding-top: 150px;
} */
/*.circle-container-inner .block-circle-gird-box {*/
/*    margin: 0 auto;*/
/*    max-width: 120px;*/
/*}*/
.block-circle-1 .block-circle-gird-box {
    /*position: absolute;
    left: -60%;
    top: -40%;*/
    max-width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
   /* white-space: nowrap;*/
}
#result2 {
    position: absolute;
    left: -68%;
    top: -40%;
}
#result3 {
    position: absolute;
    right: -50%;
    top: -40%;
}
#result4 {
    position: absolute;
    /* bottom: 0%; */
    width: 100%;
    left: 0;
    right: 0;
}
.center-txt-main-five .block-circle-gird-box{
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
}
.center-txt-main-five {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    position: absolute;
    left: 23%;
    top: 39%;
    background: #e3e3e3;
    z-index: 999;
}
 
.center-txt-main-five .center-txt {
    left: 1px;
    top: -5px;
    color: #000;
}
.inner-item-4-1:hover .toolt-ip-box,
.inner-item-4-2:hover .toolt-ip-box,
.inner-item-4-3:hover .toolt-ip-box,
.inner-item-4-4:hover .toolt-ip-box {
    opacity: 1;
    visibility: visible;
}
.toolt-ip-box.venn_item_4-2{
    left: unset;
    right: -69%;
    top: 10%;
}
.toolt-ip-box.venn_item_4-4 {
    left: unset;
    right: 13%;
    top: 104%;
}
#venn_4 .toolt-ip-box.ven-new {
    left: unset !important;
    right: 0% !important;
    top: 130%;
}
#venn_4 .inner-item-4-3 span {
    position: relative;
    left: 6px;
    text-align: left;
    top: 56%;
}
#venn_4 .inner-item-4-1 span {
    left: 24px;
    text-align: left;
    top: 79px;
}
#venn_4 .inner-item-4-2 span {
    display: block;
    position: relative;
    right: 25px;
    text-align: right;
    top: 85px;
}
.inner-item-4-4 span {
    position: relative;
    right: 30px;
    text-align: left;
    top: 50%;
}
#venn_4 .inner-item-4-4 span {
    position: relative;
    right: -23px;
    text-align: left;
    top: 50%;
    max-width: 100%;
}
.ven-new-main:hover .toolt-ip-box.ven-new,
.inner-circle-item:hover .toolt-ip-box {
    opacity: 1;
    visibility: visible;
}
.inner-circle-item.inner-item-2 .toolt-ip-box,
.inner-circle-item.inner-item-4 .toolt-ip-box{
    right: -70%;
    left: unset;
}
.inner-circle-item.inner-item-5 .toolt-ip-box{
    top: 50%;
    right: -70%;
    left: unset;
}
/* #result4 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 166px;
    max-width: 500px;
    margin: 0 auto;
} */
#result4 .block-circle-popover {
    flex: auto;
}
.middlebox {
    max-width: 888px;
    margin: 0 auto;
    position: relative;
}
.middlebox .icon-arrow .icon-right {
    position: initial;
}
/*new css 30-09*/
  .middlebox {
    max-width: 888px;
    margin: 0 auto;
    position: relative;
    display: table;
    top: 40px;
cursor: pointer;
}
  .icon-arrow .icon-right{
    position: absolute;
    margin: 0;
    bottom: -18px;
    left: -30px;
    transform: rotate(
90deg);
}
#result1 .icon-arrow .icon-left {
    top: -27px;
    transform: rotate( 
90deg);
    left: 54px;
}
#result4 .icon-arrow-main .icon-right {
    position: absolute;
    top: 245px;
}
.middlebox .icon-arrow .icon-left {
    left: -30px;
    top: 15px;
}
/* .py-five-circle #result4 .icon-arrow-main .icon-right {
    position: absolute;
    top: 120px;
} */
/*----*/
.block-circle-gird-box.delivery-box {
  justify-content: center;
      /*max-width: 375px;*/
    display: flex;
    position: relative;
    align-items: center;
    /* white-space: nowrap; */
}
.block-circle-gird-box.delivery-box > div{
    margin-right: 10px;
}
.circle-container-inner.three-circles {
    padding-bottom: 100px;
}
.text-circle {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999999;
}
.right-text-c{
    right: -30px;
}
.left-text-c {
    left: 0;
    top: 35% !important;
}
.center-txt-main #box31 {
    text-align: center;
    height: 100%;
    vertical-align: middle;
    color: black;
    position: absolute;
    font-weight: 700;
    font-size: 17px;
  /*  text-transform: uppercase;*/
    display: table-cell;
    cursor: pointer;
    left: 0;
    top: 40%;
    z-index: 999;
    right: 0;
    height: 18px !important;
    max-width: 100px;
    margin: 0 auto;
}

.block-circle-1 .block-circle-gird-box > .block-circle-popover{
    margin-right: 6px;
    flex: auto;
}
.padding-systerm-inner {
    padding: 80px 20px;
}
.icon-arrow .icon-arrow {
    position: absolute;
    margin: 0;
}
.slide-block {
    position: absolute;
    top: -40%;
    left: -100%;
}
.icon-arrow .icon-arrow {
    position: absolute;
    margin: 0;
   /* top: 18px;*/
}
.icon-arrow .icon-left{
    left: -30px;
}
.icon-arrow .icon-right{
    right: -18px;
}
.icon-arrow-main .icon-left {
    top: -30px;
    transform: rotate(90deg);
}
.icon-arrow-main .icon-right {
    bottom: -25px;
    transform: rotate(90deg);
}
.icon-arrow-main .icon-arrow {
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.block-circle-five-1 #box1 {
    top: 50%;
    left: 0;
}
.five-circle-wh{
    width:460px;
}
.block-circle-five-1 div#result1{
    position: absolute;
    left: -50%;
    top: -10%;
    right: unset;
}
.block-circle-five-3 #result3{
    position: absolute;
    left: -50%;
    top: 10%;
    right: unset;
}
.block-circle-five-2 #result2 {
    position: absolute;
    right: -70%;
    top: -5%;
    left: unset;
}
.block-circle-five-4 #result4 {
    position: absolute;
    right: -50%;
    top: 40%;
    left: unset;
    max-width: unset !important;
    width: auto !important;
}
.block-circle-five-5 #result5 {
    position: absolute;
    left: 70%;
    bottom: -20%;
}
.block-circle-five-4 .block-circle-gird-box.fourblock-data {
    display: block;
    position: unset !important;
}
.py-five-circle div#resultcfa {
    position: absolute;
    left: 5%;
    bottom: -30%;
}
#result1 .icon-arrow.icon-right {
    position: absolute;
    top: 100%;
    left: 40%;
}
#result2 .icon-arrow.icon-right {
    position: absolute;
    top: 100%;
    left: 40%;
}
#result3 .icon-arrow.icon-right {
    position: absolute;
    top: 100%;
    left: 40%;
}
#result4 .icon-arrow.icon-right {
    position: absolute;
    top: 100%;
    left: 40%;
}
.block-circle-five-5 #result5 .icon-arrow.icon-right {
    position: absolute;
    right: -5%;
    top: 30%;
}
.block-circle-five-5 #result5 .icon-arrow.icon-left {
    position: absolute;
    top: 30%;
    left: -10%;
}
.py-four-circle div#resultcfa {
    position: absolute;
    bottom: -38%;
    left: 20%;
}
.py-three-circle #resultcfa .icon-arrow.icon-right {
    position: absolute;
    right: -2%;
    top: 30%;
}
.py-three-circle #resultcfa .icon-arrow.icon-right {
    position: absolute;
    right: -2%;
    top: 30%;
}
/* .py-three-circle div#resultcfa {
    position: absolute;
    bottom: -30%;
    left: 10%;
} */
.py-three-circle #resultcfa .icon-arrow.icon-left {
    position: absolute;
    top: 30%;
    left: -7%;
}
/* .py-three-circle div#result1 {
    position: absolute !important;
    top: -40% !important;
    left: -70% !important;
} */
.py-three-circle #result1 .icon-arrow.icon-right {
    position: absolute;
    top: 30%;
    right: -2%;
    left: unset;
}
.py-three-circle #result1 .mdi-step-forward:before {
    content: "\F4D7";
    transform: rotate(0deg);
}
.py-three-circle #result1 .icon-arrow.icon-left {
    position: absolute;
    left: -5%;
    top: 30%;
}
.py-three-circle #result1 .mdi-step-backward:before {
    content: "\F4D5";
    transform: rotate(0deg);
}
#resultcfa .icon-arrow.icon-right {
    position: absolute;
    right: -5%;
    top: 30%;
}
#resultcfa .icon-arrow.icon-left {
    position: absolute;
    top: 30%;
    left: -10%;
}
#result1 .mdi-step-forward:before {
    content: "\F4D7";
    transform: rotate(90deg);
}

#result1 .mdi-step-backward:before {
    content: "\F4D5";
    transform: rotate(90deg);
}
#result2 .mdi-step-forward:before {
    content: "\F4D7";
    transform: rotate(90deg);
}

#result2 .mdi-step-backward:before {
    content: "\F4D5";
    transform: rotate(90deg);
}
#result3 .mdi-step-forward:before {
    content: "\F4D7";
    transform: rotate(90deg);
}

#result3 .mdi-step-backward:before {
    content: "\F4D5";
    transform: rotate(90deg);
}
#result4 .mdi-step-forward:before {
    content: "\F4D7";
    transform: rotate(90deg);
}

 #result4 .mdi-step-backward:before {
    content: "\F4D5";
    transform: rotate(90deg);
}
/* 25-10-21*/
table.customtable th, table.customtable td {
    padding-left: 0.9375rem !important;
}
.hiddenRow > td {
    padding: 0px;
}
.hiddenRow table tbody tr td:first-child,
.accordion-toggle td:first-child {
    text-align: left;
}
.hiddenRow table tbody tr td,
.accordion-toggle td {
    text-align: center;
    padding: 5px 5px;
}
.ratio-item {
    position: relative;
    padding-left: 25px;
    text-align: left;
}
/* End 25-10-21*/
.modal-body textarea.form-control {
    height: 200px;
}


/* systemization Display css start vikram */
    /* center circle start*/
        .center-txt-main div#box31 {
            max-width: 95% !important;
            top: 50% !important;
            transform: translateY(-50%);
        }
        .center-txt-main div#box31 span.center-txt {
            max-width: 100% !important;
            display: block;
            margin: auto;
            word-break: break-word;
            transform: initial;
            position: initial;
        }
    /* center circle end */
    /* block three start */
        .block-circle.block-circle-1 div#box1 {
            top: 45% !important;
        }
        .block-circle.block-circle-1 span {
            top: 0;
        }
        .block-circle.block-circle-2 div#box11 {
            top: 50%;
            left: 0;
        }
        .block-circle.block-circle-2 span {
            width: 69%;
            word-break: break-word;
            transform: initial;
            margin-right: auto;
            position: initial;
            left: 0;
            text-indent: 0;
        }
        .block-circle.block-circle-3 div#box21 {
            top: 50%;
            right: 0;
        }
        .block-circle.block-circle-3 span {
            width: 69%;
            word-break: break-word;
            transform: initial;
            margin-left: auto;
            position: initial;
            right: 0;
            text-indent: 0;
        }
    /* block three end */
    /* block four start */
        .block-circle-four-1 #box1 {
            top: 50% !important;
        }

        .block-circle.block-circle-four-1 span {
            word-break: break-word;
            transform: initial;
            width: 90%;
            margin: auto;
            position: initial;
            text-indent: 0;
        }
        .block-circle-four-2 #box11 {
            top: 50% !important;
        }

        .block-circle.block-circle-four-2 span {
            word-break: break-word;
            transform: initial;
            width: 90%;
            margin: auto;
            position: initial;
            text-indent: 0;
        }

        .block-circle-four-3 #box21 {
            top: 50% !important;
        }
        .block-circle-four-3 .right-text-c {
            right: 0;
        }

        .block-circle.block-circle-four-3 span {
            word-break: break-word;
            transform: initial;
            width: 95%;
            margin: auto;
            position: initial;
            text-indent: 0;
        }
        .block-circle-four-4 #box41 {
            top: 50% !important;
        }
        .block-circle-four-4 .right-text-c {
            right: 0;
        }

        .block-circle.block-circle-four-4 span {
            word-break: break-word;
            transform: initial;
            width: 90%;
            margin: auto;
            text-align: center;
            position: initial;
            text-indent: 0;
            padding-right: 0px !important;
        }
    /* block four end */
    /* block five start */
        .block-circle.block-circle-five-3 div#box11 {
            top: 55%;
        }
        .block-circle.block-circle-five-3 span {
            width: 69%;
            margin: auto;
            word-break: break-word;
            transform: initial;
            position: initial;
        }
        .block-circle.block-circle-five-4 span {
            width: 68%;
            margin: auto;
            word-break: break-word;
            transform: initial;
            position: initial;
        }
        .block-circle.block-circle-five-5 span {
            width: 68%;
            margin: auto;
            word-break: break-word;
            transform: initial;
            position: initial;
        }
    /* block five end */
/* systemization Display css end vikram */
/* systemization setup circles css start vaikram */
    
    /* block third start */
        .center-txt-main.ven-new-main {
            left: 30% !important;
            display: flex !important;
            align-items: center;
        }
        span.center-txt {
            left: 0 !important;
            top: auto !important;
            padding: 0 5%;
            align-items: center;
            max-width: 100% !important;
            height: auto;
        }
        div#venn_3 .inner-circle-item.inner-circle-third-2 {
            top: 120px;
            left: -25px;
        }
        div#venn_3 .inner-circle-item.inner-circle-third-3 {
            top: 120px;
            right: -25px;
        }
         /* department list */
        div#venn_3 .inner-circle-5 .ven-new-main .toolt-ip-box.ven-new {
            top: 170%;
            left: -30% !important;
            right: -60% !important;
            position: absolute;
        }
        div#venn_3 .inner-circle-5 .inner-circle-third-1 .toolt-ip-box {
            top: 179%;
            right: -18%;
            left: -11%;
        }
        div#venn_3 .inner-circle-5 .inner-circle-third-2 .toolt-ip-box {
            top: 111%;
            right: -65%;
            left: 35%;
        }
        div#venn_3 .inner-circle-5 .inner-circle-third-3 .toolt-ip-box {
            top: 111%;
            left: -58%;
            right: 29%;
            bottom: auto;
            max-width: max-content;
        }
        /* functional area span text */
        div#venn_3 .inner-circle-5 .inner-circle-third-1 span {
            padding: 0 !important;
            width: 95%;
            text-align: center;
            left: 0;
            margin: auto;
            top: 50%;
        }
        div#venn_3 .inner-circle-5 .inner-circle-third-2 span {
            width: 60%;
            padding: 0 !important;
            margin-right: auto;
            margin-left: 10px;
            text-align: center;
            left: 0;
            top: 50%;
        }
        div#venn_3 .inner-circle-5 .inner-circle-third-3 span {
            padding: 0 !important;
            margin-left: auto;
            width: 60%;
            top: 50%;
            text-align: center;
            margin-right: 10px;
            right: 0;
        }
    /* block third end */
    /* block four start */
        /* department list */
        div#venn_4 .inner-circle-5 .ven-new-main .toolt-ip-box.ven-new {
            top: 210%;
            left: -37% !important;
            right: -79% !important;
        }
        div#venn_4 .inner-circle-5 .inner-item-4-1 .toolt-ip-box {
            top: 201%;
            right: -79%;
            left: 33%;
        }
        div#venn_4 .inner-circle-5 .inner-item-4-2 .toolt-ip-box {
            top: 201%;
            right: 4%;
            left: -49%;
        }
        div#venn_4 .inner-circle-5 .inner-item-4-3 .toolt-ip-box {
            top: 122%;
            left: 36%;
            right: -81%;
        }
        div#venn_4 .inner-circle-5 .inner-item-4-4 .toolt-ip-box {
            top: 122%;
            left: -52%;
            right: 6%;
        }
        /* functional area span text */
        
        div#venn_4 .inner-circle-5 .inner-item-4-1 span {
            padding: 0 !important;
            width: 80%;
            text-align: center;
            left: 0;
            margin-right: auto;
            top: 50%;
        }
        div#venn_4 .inner-circle-5 .inner-item-4-2 span {
            width: 80%;
            padding: 0 !important;
            margin-left: auto;
            text-align: center;
            right: 0;
            top: 50%;
        }
        div#venn_4 .inner-circle-5 .inner-item-4-3 span {
            padding: 0 !important;
            margin-right: auto;
            width: 80%;
            top: 50%;
            text-align: center;
            left: 0;
        }
        div#venn_4 .inner-circle-5 .inner-item-4-4 span {
            padding: 0 !important;
            width: 80%;
            margin-left: auto;
            right: 0;
            text-align: center;
            top: 50%;
        }
    /* block four end */
    /* block five start */
        /* department list */
        div#venn_5 .inner-circle-6 .ven-new-main .toolt-ip-box.ven-new {
            top: 210%;
            left: -37% !important;
            right: -79% !important;
        }
        div#venn_5 .inner-circle-6 .inner-item-1 .toolt-ip-box {
            top: 230%;
            right: -65%;
            left: 55%;
        }
        div#venn_5 .inner-circle-6 .inner-item-1 .toolt-ip-box {
            top: 230%;
            right: -96%;
            left: 26%;
        }
        div#venn_5 .inner-circle-6 .inner-item-2 .toolt-ip-box {
            top: 237%;
            left: -59%;
            right: -12%;
        }
        div#venn_5 .inner-circle-6 .inner-item-3 .toolt-ip-box {
            top: 146%;
            left: 51%;
            right: -121%;
        }
        div#venn_5 .inner-circle-6 .inner-item-4 .toolt-ip-box {
            top: 160%;
            left: -92%;
            right: 23%;
        }
        div#venn_5 .inner-circle-6 .inner-item-5 .toolt-ip-box {
            top: 104%;
            left: -25%;
            right: -45%;
        }
        /* functional area span text */
        
        div#venn_5 .inner-circle-6 .inner-item-1 span {
            padding: 0 !important;
            width: 85%;
        }
        div#venn_5 .inner-circle-6 .inner-item-2 span {
            width: 85%;
            padding: 0 !important;
            margin-left: auto;
        }
        div#venn_5 .inner-circle-6 .inner-item-3 span {
            padding: 0 !important;
            margin-right: auto;
            width: 85%;
        }
        div#venn_5 .inner-circle-6 .inner-item-4 span {
            padding: 0 !important;
            width: 85%;
            margin-left: auto;
        }
        div#venn_5 .inner-circle-6 .inner-item-5 span {
            padding: 0 !important;
            width: 85%;
            margin: auto;
        }
    /* block five end */

/* systemization setup circles css end vaikram */
.logo-mobile {
	width: 50px;
	margin-top: 5px;
}
.inner-circle-item:hover {
    mix-blend-mode: inherit;
    z-index: 9999999;
}  

/* bootstarp alert */
.col-xs-11.col-sm-4.alert.animated.fadeInDown {
    top: 40px !important;
    right: 10px !important;
    width: auto !important;
    padding-right: 40px !important;
}

/* hide tiny logo on editor */
span.tox-statusbar__branding {
    display: none !important;
}


/* 02-07-2022 kamal css start*/
.result-table-head {
    display: flex;
    justify-content: space-between;
}
.result-table-head .result-icons {
    display: flex;
}
.form-group.view_plan_img img {
    width: 100% !important;
    height: 200px;
    object-fit: cover;
}
.view_plan_form .form-group label {
    font-size: 1rem;
}
.view_plan_form .form-group label strong{
    display: inline-block;
    width: 120px;
}
.view_plan_table .responsive{padding: 0px;}
.view_plan_table #main_table thead tr th{padding: 15px 20px !important;color:#000 !important;}
.view_plan_table #main_table tbody tr{
    background: #d1d3d4 !important;
}
.view_plan_table #main_table tbody tr td{padding:15px 20px !important;}
.view_plan_table #main_table tbody tr td label.p-relative {
    position: relative;
    display: flex;
    padding-top: 0px !important;
    align-items: center;
    justify-content: center;
}
.view_plan_table #main_table tbody tr td label.p-relative label{
    margin: 0;
    padding: 10px 3px 5px;
    line-height: normal;
}
/* 02-07-2022 kamal css end*/
/* / fix header on add edit page / */
.page-header.fix_header {
    padding: 5px 20px 5px 0;
    position: fixed;
    top: 60px;
    z-index: 99;
    width: calc(100% - 250px);
    right: 0;
    margin: 0px !important;
}

.row.main_content_row {
    padding-top: 3.5rem;
}

.sidebar-icon-only .page-header {
    width:calc(100% - 67px) !important; 
}

@media(min-width:992px){
    .sidebar-icon-only .page-header{
        width:calc(100% - 67px) !important; 
    }
}

.navbar-brand-wrapper{
    padding: 10px;
}
.navbar-brand-wrapper .navbar-brand{
    padding: 0px !important;
    margin: 0;
}
/* .navbar-brand-wrapper .navbar-brand img{
    max-width: 70px;
} */
.navbar-brand-wrapper .navbar-brand p{
    margin:5px 0 0;
    padding: 0 !important;
}
.sidebar-icon-only .navbar-brand-wrapper .navbar-brand p{
    display: none;
}
.sidebar-icon-only .navbar-brand-wrapper .navbar-brand img{
    max-width: 50px;
}
.sidebar-icon-only .navbar-brand-wrapper + hr{
    margin:0 0 5px 0 !important;
}
.sidebar .nav-profile a{
    padding-top: 0px !important;
}
.sidebar .socialLink{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-icon-only .socialLink a{
    margin:5px 0 5px 0 !important;
    display: inline-block;
}
.sidebar-icon-only .socialLink{
   text-align: center;
   padding-bottom: 5px !important;
}
.sidebar-icon-only .socialLink a img{
   width: 25px;
   margin: 0 auto !important;
}
.navbar .dropdown-menu {
    min-width: 220px;
}
.navbar .notification-li .dropdown-menu.preview-list {
    min-width: 500px;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown .dropdown-item, .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu.navbar-dropdown .dropdown-item i{
    font-size: 14px;
    left: 0;
    right: 0;
}

/* 15-10-2022 */

.slidingDiv {
    display: none;
    position: fixed;
    top: 60px;
    bottom: 0;
    right: 0;
    padding: 20px;
    background: #fff;
    z-index: 9999;
    width: 320px;
    height: calc(100vh - 60px);
}
.slidingDiv h4{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin:0 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slidingDiv ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: calc(100vh - 150px);
    overflow: auto;
}
.slidingDiv ul li{
    margin: 0;
    /* padding: 8px 15px; */
    background: #d1d3d4;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.slidingDiv ul li a{    
    padding: 8px 15px;
    display: block;
}
.slidingDiv ul li p{
    margin: 0 ;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.slidingDiv ul li:hover, .slidingDiv ul li.active{
    background: #4d4d4f;
}
.slidingDiv ul li:hover a, .slidingDiv ul li:hover p, .slidingDiv ul li.active p, .slidingDiv ul li:hover span, .slidingDiv ul li.active span{
    color: #fff !important;
}
.slidingDiv ul li .history-username, .slidingDiv ul li .current-version{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.slidingDiv ul li .current-version{
    display: block;
    font-style: italic;
}
.slidingDiv ul li + li{
    margin-top: 10px;
}
.show_hide {
    display:none;
}

/* Hide scrollbar  */
.hide-scroll::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}
.hide-scroll {
    scrollbar-width: none; /* Hide scrollbar for firefox */
}

/*18-10-2022*/
.editor_row h5 {
    padding-left: 20px;
}

/* 19-10-2022 */
nav.navbar.default-layout-navbar.nav-dashboard {
    z-index: 999;
}

nav#sidebar {
    z-index: 999;
}

.col-xs-11.col-sm-4.alert {
    z-index: 10000 !important;
}
/* 20-10-2022 */
/* .modal {
    z-index: 9999 !important;
} */

/* subscription */
.price-section{
    border-radius: 15px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.3);
    display: flex;
    /* overflow: hidden; */
  }
  .price-section .price-block{
    text-align: center;
    padding: 30px 0 30px;
    background-image: linear-gradient(#FDFBFB, #F5F5F5, #EDEFF1);
    max-width: 180px;
    flex: 1;
    position: relative;
    overflow: hidden;
  }
  .price-section .price-block:before{
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 20px;
    height: 100%;
    box-shadow: 0 0 15px 8px rgb(0 0 0);
    border-radius: 50%;
    opacity: .5;
  }
  .price-section .price-block:first-child::before{
    width: 0;
    display: none;
  }
  .price-section .price-block:nth-child(1){
    max-width: calc(100% - 180px);
    border-radius: 15px 0 0 15px;
  }
  .price-section .price-block:last-child{
    border-radius: 0 15px 15px 0;
  }
 .price-block.pink-shade{
    background-image: linear-gradient(#F392FD, #F473B0, #F75A72);
  }
 .price-block.yellow-shade{
    background-image: linear-gradient(#FFD89F, #FFC97C, #FFBB5A);
  }
 .price-block.sky-shade{
    background-image: linear-gradient(#61DFCB, #43BDE9, #229DFF);
  }
 .price-block.purple-shade{
    background-image: linear-gradient(#617DE9, #6D63C4, #764DA5);
  }
  .price-section .price-block h3{
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
  }
  .price-section .price-block:nth-child(1) h3{
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #817F80;
    margin-bottom: 15px;
  }
  .price-section .price-block ul {
    list-style: none;
    padding-left: 0;
  }
  .price-section .price-block ul li{
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 300;
    color: #8F8F8F;
    text-align: center;
  }
  .price-section .price-block ul li i{
    line-height: 0;
    font-size: 16px;
  }
  .price-section .price-block ul li:nth-child(odd){
    background: rgba(0,0,0,0.1);
  }
  .price-section .price-block .subscription_select_btn{
    background: #fff;
    display: inline-block;
    padding: 8px 35px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 300 ;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 30px;
    transition: all 0.3s ease-in;
  }
  .price-section .price-block.pink-shade .subscription_select_btn{
    color: #F75A72;
  }
  .price-section .price-block.yellow-shade .subscription_select_btn{
    color: #FFBB5A;
  }
  .price-section .price-block.sky-shade .subscription_select_btn{
    color: #229DFF;
  }
  .price-section .price-block.sky-purple .subscription_select_btn{
    color: #764DA5;
  }
  .price-section .price-block .subscription_select_btn:hover{
    border-radius: 0;
  }
  .price-block.active_subscription {
      border-radius: 0 !important;
      box-shadow: 0 15px 16px rgb(0 0 0 / 30%);
      transform: scale(1.05);
      z-index: 99;
  }
  .price-block.active_subscription::before{
    box-shadow: none;
  }
  .price-block .level_label{
    color: #fff;
  }
  .price-block .level_label + hr{
     border-top: 2px solid #fff;
     background: #fff;
   }
   .price-block .fa-ul li{
    color: #fff;
   }
   .price-block .fa-ul li .subscription_label:before{
    border-color: #fff;
   }
   .price-block .fa-ul li input[type="radio"]:checked + label.subscription_label::before{
    border-color: #fff;
   }
   .price-block .fa-ul li input[type="radio"]:checked + label.subscription_label::after{
    background-color: #fff;
    border-color: #fff;
   }
  @media (max-width:1100px){
    .price-section{
        margin: 30px 15px;
    }
  }

  @media screen and (max-width: 1150px) and (min-width: 991.98px) {
    .navbar .notification-li .dropdown-menu.preview-list {
        min-width: 350px;
    }
    h5.dashbord-c-name{
        font-size: 16px;
    }
  }
  @media (max-width:991px){
    .page-header.fix_header {
        width:100%;
        right: 0;
        left: 0;
    }
    .price-section .price-block:nth-child(1){
      min-width: 240px;
    }
    .price-section .price-block h3, .price-section .price-block:nth-child(1) h3 {
    font-size: 20px;
    }
    .price-section .price-block .buy_btn{
      font-size: 16px;
    }
    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
        min-width: unset;
    }
  }
  @media (max-width:767px){
    .price-section{
        flex-direction: column;
        margin: 30px 15px;
    }
    .price-section .price-block{
        max-width: 100%;
    }
    .price-section .price-block:nth-child(1){
        max-width: 100%;
        border-radius: 15px 15px 0 0;
    }
    .price-section .price-block:last-child{
      border-radius: 0 0 15px 15px;
    }
    .price-block.active_subscription {
        transform: scale(1.03);
    }
    .price-section .price-block:before {
        left: 0;
        top: -20px;
        width: 100%;
        height: 20px;
    }
    .price-section .price-block ul {
        line-height: 10px;
    }
  }
table.dataTable thead .sorting {
    background: url("../images/sort_both.png") no-repeat center right !important;
}
table.dataTable thead .sorting_asc {
    background: url("../images/sort_asc.png") no-repeat center right !important;
}
table.dataTable thead .sorting_desc {
    background: url("../images/sort_desc.png") no-repeat center right !important;
}
table.dataTable thead > tr > th {
    padding-left: 5px !important;
    padding-right: 20px !important;
}

@media screen and (min-width: 991px) and (max-width:1199px){
    .inner-circle-6 {
        width: 220px;
        height: 220px;
    }
    .inner-circle-6 .inner-circle-item{
        width: 130px;
        height: 130px;
        font-size: 10px;
    }
    .inner-circle-6 .center-txt{
        font-size: 11px;
    }
    .inner-circle-6 .kp_user_image {
        width: 30px !important;
        height: 30px !important;
    }
    div#venn_5 .inner-circle-6 .center-txt-main{
        height: 120px;
        width: 120px;
    }  
    .inner-circle-5 {
        width: 270px;
        height: 270px;
    }
    div#venn_4 .inner-circle-5 .center-txt-main{
        top: 42%;
        left: 25% !important;
    }
    #system_step_form .main-circle-container {
        overflow: visible;
        padding: 30px 10px;
    }
    .main-circle-container {
        padding:50px 100px 50px 240px;
        overflow: auto;
    }
    .three-circles .center-txt-main{
        margin-left: 270px;
    }
    .select2-container{
        width: 100% !important;
    }

}
@media screen and (max-width: 991px){
    #system_step_form .main-circle-container {
        overflow: visible;
        padding: 30px 10px;
    }
    .main-circle-container {
        overflow: auto;
        overflow-x: auto;
        position: relative;
        padding-left: 150px;
        padding-top: 50px;
    }
    .three-circles .center-txt-main{
        margin-left: 270px;
    }
    .select2-container{
        width: 100% !important;
    }
    div.col-sm-3.page-title {
        max-width: 100% !important;
    }
    /*.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {*/
    /*    left: 15px;*/
    /*}*/
}
@media screen and (max-width: 767px){
   .three-circles .center-txt-main{
        left: 270px !important;
        margin-left: 0;
   }

    #system_step_form .main-circle-container {
        overflow: visible;
        padding: 30px 10px;
    }
    .main-circle-container {
        overflow: auto;
        overflow-x: auto;
        position: relative;
        padding-left: 250px;
        padding-top: 70px;
    }
    .four-circles .center-txt-main{
        left: 100px !important;
    }
    
}
@media screen and (max-width: 575px){
    .inner-circle-6 {
        width: 200px;
        height: 200px;
    }
    .inner-circle-6 .inner-circle-item{
        width: 120px;
        height: 120px;
        font-size: 10px;
    }
    .inner-circle-6 .center-txt{
        font-size: 11px;
    }
    .inner-circle-6 .kp_user_image {
        width: 30px !important;
        height: 30px !important;
    }
    div#venn_5 .inner-circle-6 .center-txt-main{
        height: 100px;
        width: 100px;
    }

    .inner-circle-5 {
        width: 250px;
        height: 250px;
    }
    .inner-circle-5 .inner-circle-item{
        width: 140px;
        height: 140px;
        font-size: 10px;
        line-height: 12px;
    }
    div#venn_4 .inner-circle-5{
        width: 230px;
        height: 230px;
    }
    div#venn_4 .center-txt-main.ven-new-main{
        left: 20% !important;
    }

    .block-circle{
        font-size: 12px;
    }
    .block-circle-popover{
        font-size: 10px;
    }
    .block-circle-popover p{
        font-size: 10px;
    }
    .circle-container-inner{
        padding: 15px;
    }
    .py-five-circle {
        padding-bottom: 100px;
    }

    .center-txt-main{
        left: 55% !important;
    }
    .py-five-circle .center-txt-main{
        left: 0 !important;
    }
    .four-circles .center-txt-main{
        left: 100px !important;
    }
    .page-header .page-title{
        font-size: 14px;
        display: flex;
        align-items: center;
        width: auto !important;
        word-break: break-all;
    }
    .page-title .page-title-icon{
        flex-shrink: 0;
    }
    .page-header .page-title select.form-control{
        font-size: 12px;
        width: 150px;
    }
    .color-bar .color-style .list-unstyled{
        flex-direction: column;
    }
    .color-bar  .color-style .list-unstyled li:not(:last-child){
        margin: 0 0 10px 0 !important;
    }

}

/* sidebar */
.sidebar .nav hr {
    border-bottom: solid 1px #000;
    display: block;
    width: 85%;
    margin: 10px auto;
}

.sidebar .nav .nav-item.not_subscribed_menu a.nav-link,
.sidebar .nav .nav-item.admin_deactivated_subscribed_menu a.nav-link, 
.sidebar .nav .nav-item.not_subscribed_menu a.nav-link i, 
.sidebar .nav .nav-item.admin_deactivated_subscribed_menu a.nav-link i,
.sidebar .nav .nav-item.no_access_by_sa a.nav-link, 
.sidebar .nav .nav-item.no_access_by_sa a.nav-link i,
.sidebar .nav .nav-item.not_subscribed_menu a.nav-link span.menu-title,
.sidebar .nav .nav-item.no_access_by_sa a.nav-link span.menu-title,
.sidebar .nav .nav-item.admin_deactivated_subscribed_menu a.nav-link span.menu-title {  
    cursor: no-drop;
    color: lightgray !important;
}


li {
    list-style: none !important;
}

.modal-dialog.modal-md {
    max-width: 700px;
}

/* 28-04-2023 Shubham */

.available-app-date{
    background: #fff;
    border-radius: 5px;
    padding: 20px;
}
.available-app-date legend{
    display: block;
    margin: 0;
    border: none;
}
.available-app-date .day_slot_row{
    border-bottom: 1px solid lightgray;
}
.calendar_datepicker .datepicker table tr td.disabled, .calendar_datepicker .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999 !important;
    cursor: default !important;
}
.calendar_datepicker .datepicker-inline{
    width: auto !important;
    max-width: 450px !important;
    margin: 20px auto;
    background: #fff;
    border-radius: 10px;
}
.calendar_datepicker .datepicker table{
    width: 100%;
}
.calendar_datepicker .datepicker table th, .calendar_datepicker .datepicker table td{
    border: none !important;
    padding: 10px !important;
}
.calendar_datepicker .datepicker table th{
    color: #000 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.calendar_datepicker .datepicker table td{
    color: #4d4d4f !important;
    font-size: 14px !important;
    border: 2px solid #fff !important;
}
.calendar_datepicker .datepicker table td.today, .calendar_datepicker .datepicker table td.today:hover{
    background-color: #4d4d4f !important;
    background: #4d4d4f;
    color: #fff !important;
}
.calendar_datepicker .datepicker table td.active, .calendar_datepicker .datepicker table td.active:hover{
    background-color: #af512a !important;
    background: #af512a;  
    color: #fff !important; 
}
.cb_days{
    height: 18px;
    width: 18px;
}

@media(max-width:575px){
    .calendar_datepicker .datepicker table th {
        font-size: 13px !important;
    }
    .calendar_datepicker .datepicker table td {
        font-size: 12px !important;
    }
    .calendar_datepicker .datepicker table th, .calendar_datepicker .datepicker table td {
        padding: 6px !important;
    }
}

/* 28-04-2023 Shubham */



/* 05-05-2023: vikram*/

/* Hide scrollbar on popup modal */
.modal::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}
.modal {
    scrollbar-width: none; /* Hide scrollbar for firefox */
}

.dropdown-divider {
	border-top: 1px solid #bebebe !important;
    margin-top: 10px !important;
}

.mdi.mdi-lightbulb {
	font-size: 0.875rem;
}

.mdi.mdi-video {
	font-size: 0.875rem;
}

.notification_main.show .notification-list {
	max-height: 300px;
	overflow: auto;
}

/* toggle switch start */

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 40px;
    margin-bottom: 0;
}
.toggle-switch input {display:none;}
.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff4747;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}
.switch-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 10px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .switch-slider {
  background-color: #57b657;
}

input:focus + .switch-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.switch-slider:after {
 content: attr( data-off );
 color: white;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 top: 50%;
 left: 60%;
 font-family: Verdana, sans-serif;
 font-size: 13px;
}

input:checked + .switch-slider:after {  
  content: attr( data-on );
  left: 40%;
}
/*--------- END --------*/

.side-dash.sidebar .nav li.nav-item.company_not_have_access a.nav-link span.menu-title {
    color: lightgray !important;
}

.side-dash.sidebar .nav li.nav-item.company_not_have_access a.nav-link i {
    color: lightgray !important;
}

.sidebar .nav .nav-item.company_not_have_access a.nav-link {
	color: lightgray !important;
}

/*  */
button.swal2-confirm {
    background: rgb(48, 133, 214) !important;
    color: white !important;
    font-weight: 700 !important;
}

button.swal2-cancel {
    background: rgb(221, 51, 51) !important;
    color: white !important;
    font-weight: 700 !important;
}

/* -----------css--12-07-24---------- */
.container-scroller{
    height: 100vh;
}
.page-body-wrapper , .main-panel{
    height: 100%;
    overflow: hidden;
}
.sidebar, .content-wrapper{
    overflow: hidden auto;
    scrollbar-width: thin;
}
.sidebar{
    height: 100%;
}
.content-wrapper{
    height: calc(100% - 60px);
}
.container-table {
    height: calc(100vh - 200px);
    position: relative;
    z-index: 5;
}
.container-table .table-sukuma thead tr th {
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 5555;
    padding: 0px !important;
}
.container-table .table-sukuma thead tr th .table-header-content {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
    min-height: 57px;
}
.container-table .table-sukuma thead tr th.description .table-header-content{
    padding: 10px 20px;
}

.custom-stiky {
    position: sticky;
    bottom: -12px;
    background-color: #f1f2f2;
    z-index: 10;
}

.add-personal-planing-table, .container-table .table-sukuma thead tr th.description {
    border-top: none !important;
    margin-top: 0px;
}
.main-panel{
    padding-top: 23px;
    margin-top: 0 !important;
}

/* .add_persnol_page .content-wrapper{
    overflow: hidden;
} */
.add_persnol_page .innerbody{
    height: calc(100% - 40px);
    overflow: hidden;
}
.add_persnol_page .innerbody .stretch-card,
.add_persnol_page .innerbody .card,
.add_persnol_page .innerbody .card-body,
.add_persnol_page .innerbody .forms-sample,
.add_persnol_page .innerbody .table-suku
{
    height: 100%;
    overflow: hidden;
}
.add_persnol_page .innerbody .card-body{
    padding: 30px;
}

.add_persnol_page .innerbody .mainfluid , .add_persnol_page .innerbody .card{
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
}
.add_persnol_page .innerbody .container-table {
    height: 100%;
    overflow:  auto;
    flex: 1 1 auto;
    border-bottom: 1px solid #dee2e6;
}
.add_persnol_page .innerbody .form-body {
    padding: 2.5rem 2.5rem;
    height: 100%;
    flex: 1 1 auto;
    overflow: hidden;
    background-color: #fff;
}
.add_persnol_page .innerbody .mainfluid {
    background-color: #f1f2f2;
}
.form-body.show-edit .container-table {
    height: calc(100% - 27px);
}
/* .page-btns-sticky {
    position: sticky !important;
    top: 1px;
    left: -1px;
    z-index: 999;
    background-color: #ffffff;
}

.page-btns-sticky::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #dee2e6;
}
.page-btns-sticky::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #dee2e6;
}

.table-sukuma-sticky tbody td:first-child{
    border-right: none !important;
    border-left: none !important;
}

.filterbar {
    position: sticky;
    top: -7px;
    background-color: #fff;
    z-index: 5555;
    padding-top: 1.5rem;
}
.filterbar::before{
    content: '';
    height: 100%;
    width: calc(100% + 500px);
    background-color: #ffff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

} */

/* CSS for the 90-day image  */
.image-group .label {
    aspect-ratio: 16/9;
    border: 1px dashed #ccc;
    width: 100%;
    cursor: pointer;
    position: relative;
    background: #ffffff;
}

.image-group .label span {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    display: block;
    color: #555;
    padding: 0px 20px;
    margin-top: 40px
}

.image-group .label .added-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.image-group .label .btn-group {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 10px;
    right: 10px
}

.image-group .label .btn-group .toolbtn {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    background-color: #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    padding: 4px;
}
.adding-img-group {
    width: 378px;
}

.table-responsive .loading-div>div {
    text-align: center;
 }
 .table-responsive .loading-div img {
     margin-left: 0px !important;
     min-width: 60px;
 }
 
 @media screen and (max-width: 992px){
     .adding-img-group {
         width: 100%;
     }
 }
 
 /* Small Popup Status Color */
 .event-status-confirmed {
     color: green;
 }
 .event-status-declined {
     color: red;
 }
 .event-status-anothertime {
     color: black;
 }
 .event-status-rescheduled {
     color: #0064b3;
 }
 .event-status-not_confirmed {
     color: #db8e00;
 }
 
 .bs-actionsbox .btn-group .actions-btn.bs-select-all {
     margin-right: 2%;
     background: green;
     color: white;
     width: 45%;
 }
 .bs-actionsbox .btn-group .actions-btn.bs-deselect-all {
     margin-left: 2%;
     background: #3e4b5b;
     color: white;
     width: 48%;
 }

/* Small Popup Status Color */
.event-status-confirmed {
    color: green;
}
.event-status-declined {
    color: red;
}
.event-status-anothertime {
    color: black;
}
.event-status-rescheduled {
    color: #0064b3;
}
.event-status-not_confirmed {
    color: #db8e00;
}

.bs-actionsbox .btn-group .actions-btn.bs-select-all {
    margin-right: 2%;
    background: green;
    color: white;
    width: 45%;
}
.bs-actionsbox .btn-group .actions-btn.bs-deselect-all {
    margin-left: 2%;
    background: #3e4b5b;
    color: white;
    width: 48%;
}


/* New Styled Text Help Icons */
.help_icon_label {
    position: relative !important;
    width: fit-content !important;
    padding-right: 20px !important;
}

.text-help-icon-btn {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 8;
}
.text-help-icon-btn::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border: 12px solid transparent;
    border-top-color: #01b939;
    border-bottom: none;
    border-right-width: 0px;
    cursor: pointer;
}
.modal-body textarea.form-control.desc {
    line-height: 1.5;
}
.notification_text_caps{
    text-transform: capitalize;
}
.btn, .mdi-video, .mdi-delete, .mdi-database-plus, .mdi-database-minus, .arrow-key, .mdi-delete-outline, .mdi-lead-pencil, .mdi mdi-eye {
    cursor: pointer;
}
td.dataTables_empty{
    text-align: center;
}
.font_effects
{
    line-height:1 !important;
    height: auto;
}

@media screen and (max-width: 1199px){
    .flex-yellow-box{
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        gap: 5px;
    }
}

@media screen and (max-width: 991px){
    .outcome-main-row{
        overflow-x: auto;
    }
    .outcome-main-row .outcome_row{
        width: 750px;
    }
    .surveys_actions,
    .last_action_btn{
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        gap: 4px;
    }
}

@media screen and (max-width: 767px){
    .available-app-date{
        padding: 15px;
    }
    .available-app-date fieldset legend,
    .size-20{
        font-size: 20px;
    }
    .available-app-date .available_slots{
        padding-left: 10px;
        padding-right: 10px;
    }
    .available-app-date .available_time .time_slot_main > div input{
        padding: 8px;
    }
    .available-app-date .day_slot_row .days_cb_main{
        padding-right: 5px;
    }
    .available-app-date .time_slot_tboday .rft_time_slot_main div>input{
        max-width: 100px;
    }
    .available-app-date .time_slot_tboday .rft_row td.week_day_td{
        width: 180px;
        min-width: 180px;
    }
    .white-space-normal{
        white-space: normal;
    }
    .form-main-panel .content-wrap-inner{
        margin-top: 7rem;;
    }
}