

/**** 22 Sep, 2021, Vishnu Manda *****/
*, html{
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #F1F1F1;
    /*overflow: hidden;*/
}
.bd_oh{
    overflow: auto;
}

/* ANIMATED X */
.navbar-toggler.x {
    border: none;
}
.navbar-toggler.x:focus {
    outline: none;
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}
.navbar-toggler.x .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: var(--color-orange);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-toggler.x .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* ANIMATED RIGHT ARROW */
.navbar-toggler.rarr {
    border: none;
}
.navbar-toggler.rarr:focus {
    outline: none;
}
.navbar-toggler.rarr[aria-expanded=true] .icon-bar:nth-of-type(1) {
    transform: translate3d(11px, 6px, 0) rotate(45deg);
    transform-origin: right top;
    width: 11px;
}
.navbar-toggler.rarr[aria-expanded=true] .icon-bar:nth-of-type(2) {
    /* transform: scale(0.75); */
}
.navbar-toggler.rarr[aria-expanded=true] .icon-bar:nth-of-type(3) {
    transform: translate3d(11px, -6px, 0) rotate(-45deg);
    transform-origin: right bottom;
    width: 11px;
}
.navbar-toggler.rarr .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-toggler.rarr .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-toggler.rarr .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 0, 0) rotate(0deg);
    transform-origin: right top;
    width: 22px;
}
.navbar-toggler.rarr .icon-bar:nth-of-type(2) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggler.rarr .icon-bar:nth-of-type(3) {
    transform: translate3d(0, 0, 0) rotate(0deg);
    transform-origin: right bottom;
    width: 22px;
}

/* ANIMATED UP ARROW */
.navbar-toggler.uarr {
    border: none;
}
.navbar-toggler.uarr:focus {
    outline: none;
}
.navbar-toggler.uarr[aria-expanded=true] .icon-bar:nth-of-type(1) {
    transform: translate3d(1px, 0, 0) rotate(-45deg);
    transform-origin: center center;
    width: 11px;
}
.navbar-toggler.uarr[aria-expanded=true] .icon-bar:nth-of-type(2) {
    transform: rotate(-90deg);
    transform-origin: center center;
}
.navbar-toggler.uarr[aria-expanded=true] .icon-bar:nth-of-type(3) {
    transform: translate3d(0px, -14px, 0) rotate(-135deg);
    transform-origin: right top;
    width: 11px;
}
.navbar-toggler.uarr .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-toggler.uarr .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-toggler.uarr .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 0, 0) rotate(0deg);
    width: 22px;
}
.navbar-toggler.uarr .icon-bar:nth-of-type(2) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggler.uarr .icon-bar:nth-of-type(3) {
    transform: translate3d(0, 0, 0) rotate(0deg);
    width: 22px;
}

/* ANIMATED LEFT ARROW */
.navbar-toggler.larr {
    border: none;
}
.navbar-toggler.larr:focus {
    outline: none;
}
.navbar-toggler.larr[aria-expanded=true] .icon-bar:nth-of-type(1) {
    transform: translate3d(0px, 6px, 0) rotate(45deg);
    transform-origin: left top;
    width: 11px;
}
.navbar-toggler.larr[aria-expanded=true] .icon-bar:nth-of-type(3) {
    transform: translate3d(0px, -6px, 0) rotate(-45deg);
    transform-origin: left bottom;
    width: 11px;
}
.navbar-toggler.larr .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-toggler.larr .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-toggler.larr .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 0, 0) rotate(0deg);
    width: 22px;
}
.navbar-toggler.larr .icon-bar:nth-of-type(2) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggler.larr .icon-bar:nth-of-type(3) {
    transform: translate3d(0, 0, 0) rotate(0deg);
    width: 22px;
}

/* ANIMATED PLUS */
.navbar-toggler.plus {
    border: none;
}
.navbar-toggler.plus:focus {
    outline: none;
}
.navbar-toggler.plus[aria-expanded=true] .icon-bar:nth-of-type(1) {
    transform: translate3d(0px, 6px, 0) rotate(90deg);
    transform-origin: center center;
}
.navbar-toggler.plus[aria-expanded=true] .icon-bar:nth-of-type(3) {
    transform: translate3d(0px, -6px, 0) rotate(-90deg);
    transform-origin: center center;
}
.navbar-toggler.plus .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-toggler.plus .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-toggler.plus .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggler.plus .icon-bar:nth-of-type(2) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggler.plus .icon-bar:nth-of-type(3) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}

/* ANIMATED MINUS */
.navbar-toggler.minus {
    border: none;
}
.navbar-toggler.minus:focus {
    outline: none;
}
.navbar-toggler.minus[aria-expanded=true] .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 6px, 0);
}
.navbar-toggler.minus[aria-expanded=true] .icon-bar:nth-of-type(3) {
    transform: translate3d(0, -6px, 0);
}
.navbar-toggler.minus .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-toggler.minus .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-toggler.minus .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggler.minus .icon-bar:nth-of-type(2) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar-toggler.minus .icon-bar:nth-of-type(3) {
    transform: translate3d(0, 0, 0) rotate(0deg);
}
.navbar .nav-link{
    font-size: 18px;
    color: var(--color-dark);
}
.navbar-brand img{
    max-width: 300px;
    width: 100%;
}
.container{
    max-width: 90%;
    width: 100%;
}

.filter__bar .form-group{
    /*display: flex;*/
}
.filter__bar  .form-group label{
    margin-bottom: 5px;
    color: var(--white);
}
.filter__bar  .btn-group label{
    color: var(--color-dark);
}

.filter__bar .btn-group .dropdown-menu{
    max-height: 200px;
    overflow: auto;
}
.w-100p{
    width: 100%!important;
}

.centerBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}
.bg-1{
    background: url(../img/upper-kodhayar-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.centerBox.login_box:before{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    z-index: 0;
}
.login_box .form_inputs{
    max-width: 400px;
}
.form_inputs label{
    color: var(--color-gray);
}
.footerBottom1{
    width: 100%;
}
@media (min-height: 550px) {

    .footerBottom1{
        position: fixed;
        bottom: 0;
    }
}
.item11{
    font-size: 16px;
    color: var(--color-gray);
}
.item11 span{
    color: var(--color-dark);
    font-weight: 600;
}
.brdCrm{
    margin-bottom: 20px;
}

/*image preview gallery begin*/
.img-wrapper {
    position: relative;
    margin-top: 15px;
}
.img-wrapper img {
    width: 100%;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}
@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}
@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#nextButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#prevButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}
#exitButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}
/*image preview gallery end */


.form-control{
    border-radius: 0!important;
}
.multiselect {
    text-align: left;
    background: white;
    border: 1px solid #ced4da;
}
.multiselect-container.dropdown-menu{
    max-height: 300px;
    width: 100%!important;
}
.userImgView .image{
    cursor: pointer;
}
.userImgView .img-wrapper{
    margin: 0;
}
.userImgView .img-wrapper img{
    width: 60px;
}

/* needed for effect */
.popover-content {
    display: none;
}
/* optional shadow */
.popover {
    -moz-box-shadow: 0 0 8px #5b7d83;
    -webkit-box-shadow: 0 0 8px #5b7d83;
    box-shadow: 0 0 8px #5b7d83;
    max-width: 400px;
}
.person .img{
    width: 80px;
    height: 80px;
    border-radius: 50px;
    object-fit: cover;
}
.icon11{
    cursor: pointer;
}
.removeButtons11 #nextButton, .removeButtons11 #prevButton {
    display: none;
}

.filter__bar .dropdown-toggle::after{
    position: absolute;
    right: 10px;
    top: 15px;
}




/* This class is added to the span wrapping the
   header text using the "onRenderHeader" option */

.roundedCorners {
    padding: 0 10px;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
}

.tablesorter-header {
    position: relative;
}

.tablesorter-header::before,
.tablesorter-header::after {
    position: absolute;
    right: 0.75em;
    font-family: 'FontAwesome';
    opacity: 1;
    font-size: 9px;
}

.tablesorter-header::before {
    content: '▼';
    top: calc(50% - 0.75em);
}

.tablesorter-header::after {
    content: '▼';
    bottom: calc(50% - 0.75em);
}

.tablesorter-header.tablesorter-headerAsc::before,
.tablesorter-header.tablesorter-headerDesc::after {
    opacity: 1;
}
.tablesorter-header-inner{
    padding-right: 5px;
}
.todayTasks .status{
    padding: 6px 6px;
    border-radius: 50px;
    text-align: center;
}
.todayTasks .status.completed{
    background: #38c2a430;
    color: #38c2a4;
}
.todayTasks .status.in-progress{
    background: #fcad2e30;
    color: #fcad2e;
}
.todayTasks .status.not-completed{
    background: #dc354530;
    color: #dc3545;
}
.strpIcons1{
    cursor:pointer;
    width: 40px;
    margin-left: 25px;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #c3c3c3;
}
.datepicker .tablesorter-header::before, .datepicker .tablesorter-header::after {
    display: none;
}
.pagination{
    margin-top: 25px;
}
.pagination td table td a, .pagination td table td span{
    padding: 4px 8px;
    margin: 0 2px;
}
.pagination td table td a{
    background: #bfbfbf;
    color: var(--color-dark);
    text-decoration: none;
}
.pagination td table td span{
    background: var(--p-color-2);
    color: white;
}

.height11{
    min-height: 550px;
    max-height: 550px;
    overflow: auto;
}

.hovercontentpopup {
    transform: translateX(100px);
}

table tr:nth-last-child(-n+5) .hovercontentpopup {
    bottom: 0;
}
table tr:nth-child(-n+1) .hovercontentpopup {
     transform: translate(100px, -50px);
    bottom: inherit;
    
}
@media (max-width: 992px) {
    .popup55 {
        display: none;
    }
}
.box_item{
    padding: 10px 14px;
    min-height: 120px;
    display: flex;
    justify-content: space-between;
    align-items:center;
    border-radius: 5px;
    margin-bottom: 15px;
}
.box_item .name{
    display:flex;
}
.box_item .name img{
    margin-right: 5px;
    mix-blend-mode: hard-light;
}
.box_item h4 {
    padding-right: 15px;
    color: white!important;
    font-size: 20px;
    max-width: 200px;
}
.box_item h3{
    color: white!important;
}
.box_item.b1{
    background: #4649FF;
}
.box_item.b2{
    background: #A888FF;
}
.box_item.b3{
    background: #ff707e; 
}
.box_item.b4{
    background: #FEB139;
}
.box_item.b5{
    background: #905E96;
}
.box_item.b6{
    background: #FF884B;
}
.box_item.b7{
    background: #08c;
}
.box_item.b8{
    background: #A8E890;
}
.box_item.b9{
    background: #cba943;
}
.box_item.b10{
    background: #256D85;
}
.box_item.b11{
    background: #F36A7B;
}
.box_item.b12{
    background: #EAC100;
}
.box_item.b13{
    background: #BD245F;
}
.box_item.b14{
    background: #1e7e34;
}
.box_item.b15{
    background: #5F939A;
}


/*.table-dark, .table-dark > th, .table-dark > td{
    background-color: #343a40;
}*/
/*.tblPstn{
    position: relative;
    z-index: -1;
}*/
thead, .firstTdDark td, .table-dark2 th, .stdPopupInnerMain .stdBorderLeft, .stdPopupInnerMain .stdBorderRight{
       background-color: #343a40;
}
.datepicker thead, .ajax__calendar thead{
    background-color: inherit;
}
/*.largePopup11{
    top: 100px!important;
}*/
.largePopup11 .stdPopupClose{
    transform: translate(-32px, 40px);
}
.labelFonts1 span{
    color: var(--p-color-4);
}
.labelFonts1 label{
    color: #2e2d2d;
}

.d-contents {
display: contents !important;
}
.d-contents table, .d-contents td, .d-contents tr{
    border: 0;  
    padding-top: 15px;
}