body { 
    font-size: 12px;
}
.relative {
    position: relative;
}
#sidebar-menu>ul>li {
    list-style: none;
    margin: 0px 0px 5px 10px;
}
#sidebar-menu>ul>li>a {
    color: #6c757d;
    display: block;
    padding: 5px 15px;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: 14px;
}
body[data-sidebar=dark] .left-side-menu {
    background-color: #292D44;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body[data-sidebar=dark] .left-side-menu #sidebar-menu>ul>li>a.active {
    color: #fff;
    background-color: #222339;
    border-right-color: #fff;
    border-radius: 50px 1px 0px 50px;
    border-right: 3px solid #1dc0dc;
}
.content-page {
    margin-left: 240px;
    overflow: hidden;
    padding: 0 12px 2px 12px;
    min-height: 80vh;
}

@media (max-width:991px){
    .content-page {
    margin-left: 240px;
    overflow: hidden;
    padding: 0 12px 2px 12px;
    min-height: 80vh;
    margin-top: 62%;
}
}


.left-side-menu .user-box {
    padding: 15px 0px 35px;
    border-bottom: 1.5px solid #6c757d;
}
.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 0px;
}
.navbar-custom .app-search {
    overflow: hidden;
    height: 70px;
    display: table;
    max-width: initial;
    margin-right: 20px;
    margin-left: 50px;
}
.navbar-custom .app-search .form-control { 
    width: 300px;
    padding-left: 35px;
    border-radius: 30px;
}
#sidebar-menu>ul>li>a img, .footer ul.footer-nav li img {
    width: 14px;
    margin-right: 5px;
}
.left-side-footer {
    position: relative; 
}
.side-foot-img img {
    border-bottom: 2px solid;
    padding: 10px 0;
}
.side-foot-img p small {
    font-size: 86%;
    font-weight: 400;
    line-height: 1px;
}

.follow-us {
    background-color: #222339;
}
.follow-us a i {
    font-size: 14px;
    padding: 0 5px;
}
.follow-us a i.fab.fa-twitter {
    color: #4c9dc1;
}
.follow-us a i.fab.fa-linkedin-in {
    color: #3470c6;
}
.follow-us a i.fab.fa-facebook-f {
    color: #3b6ab7;
}
.follow-us a i.fab.fa-instagram {
    color: #f856b9;
}


.btn-custom span {
    font-size: 14px;
    margin-right: 10px;
}
.btn-custom {
    /*background-color: #f48982;*/
    background-image: linear-gradient(to right, #f48982 60%,#f8ba86);
    border-radius: 5px;
}
.btn-custom:hover {
    color: #fff;
}

.btn-custom-green {
    /*background-color: #f48982;*/
    background-image: linear-gradient(to right, #41e298 50%,#3ec9a8);
    border-radius: 5px;
}
.btn-custom-green:hover {
    color: #fff;
}



.app-search-box i.fe-search {
    position: absolute;
    top: 35%;
    left: 5%;
    font-size: 14px;
}


.welcome-sec{ 
    position: relative;
    padding: 60px 0 0; 
}
.welcome-inner {
    background-color: #292d44;
    padding: 20px;
}
.welcome-sec h4 {
    color: #fff;
}
.welcome-sec:before {
    content: "";
    position: absolute;background-image: url(../images/welcome.png);
    width: 80%;
    height: 100%;
    right: 0;
    bottom: -9px; 
    background-position: right;
    background-size: 39%;
    background-repeat: no-repeat;
}

.search-sec label {
    font-weight: 500;
    color: #323a46;
    font-size: 11px;
}
.card-body.p-15 {
    padding: 15px;
}
.search-bottom input[type="text"]{font-size: 10px;}
.search-bottom input[type="text"]:first-child {
    border-radius: 50px 0px 0px 50px;
}
.search-bottom input[type="text"]:last-child {
    border-radius: 0px 50px 50px 0px;
}

.ai-based-matching tr th, .ai-based-matching tr td, .meeting-request tr td {
    font-size: 10px;
    padding: 3px
}
.ai-based-matching .table-sm tbody tr:nth-child(1) {
    border-left: 10px solid #f29494; 
}
.ai-based-matching .table-sm tbody tr:nth-child(2) {
    border-left: 10px solid #bca0b9; 
}
.ai-based-matching .table-sm tbody tr:nth-child(3) {
    border-left: 10px solid #9ba7d3; 
}
.ai-based-matching .table-sm tbody tr:nth-child(4) {
    border-left: 10px solid #bebf84; 
}
.ai-based-matching .table-sm tbody tr img, .meeting-request .table-sm tbody tr img { 
    width: 16px; 
}

/*.meeting-request .table-sm tbody tr{position: relative;}*/
.meeting-request .table-sm tbody tr:after {
    content: "";
    position: absolute;
    left: 20px; 
    width: 6px;
    height: 6px; 
    border-radius: 50%;
    margin: 8px 0;
} 
.meeting-request .table-sm tbody tr:nth-child(1):after { 
    background-color: #f45d85; 
} 
.meeting-request .table-sm tbody tr:nth-child(2):after { 
    background-color: #f7ac85; 
} 
.meeting-request .table-sm tbody tr:nth-child(3):after { 
    background-color: #00d983; 
} 
.meeting-request .table-sm tbody tr:nth-child(4):after { 
    background-color: #f45d85; 
}  
.meeting-request .table-sm tbody tr:nth-child(5):after { 
    background-color: #f8ba86; 
} 



.webinar-video .img-webinar-video {
    height: 160px;
    width: 100%;
    padding: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 12px;
}

.announcement-sec .title span {
    position: absolute;
    background-color: #f48982;
    width: 35px;
    text-align: center;
    color: #fff;
    padding: 2px;
    left: 0px;
    top: 0px;
} 
.announcement-body {
    padding: 30px 15px 15px 40px; 
}
.btn-rounded {
    border-radius: 50px;
}



.testimonial{    
    text-align: center;
    background: #fff;
}
.testimonial .description{
    font-size: 12px;
    font-style: italic;
    color: #fff;
    line-height: 22px;
    text-align: center;
    margin: 0;
    padding: 35px 5px;
    background: linear-gradient(45deg, #8ac0e5, #749ae8);
}
.testimonial .pic{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.3);
    display: inline-block;
    margin-top: -30px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-title{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #333;
    text-transform: uppercase;
}
.testimonial .post{
    display: block;
    font-size: 13px;
    color: #777;
    margin-bottom: 15px;
    text-transform: capitalize;
}  
.testimonial .head {
    padding: 10px 15px;
}
/*.chat-icon {
    background-color: #c63aa8;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}*/




/*Footer Css*/
.footer {
    bottom: 0;
    padding: 0; 
}
.footer-inner {
    background-color: #292d44;
    padding: 15px 0 10px;
    border-radius: 100px 100px 0px 0px;
}
ul.footer-nav {
    display: inline-flex;
    margin: 0;
}
ul.footer-nav li {
    padding: 0px 10px;
    border-right: 1px solid #6c757d;
}
ul.footer-nav li:last-child {
    border-right: 0px;
}
ul.footer-nav li a {color: #fff;}

@media (min-width: 767.98px){
	.navbar-custom {
	    background-color: #fff;
	    padding: 0 calc(24px / 2) 0 0;
	    position: fixed;
	    left: 240px;
	    right: 0;
	    height: 70px;
	    z-index: 100;
	}
	.left-side-menu { 
	    top: 0;
	}
}

.livesatll{
        background-image: linear-gradient(to right, #50baa7 60%,#31ffb3) !important;
}

.v-line{
    position:relative;
}
.v-line::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 61%;
    background: #6c757d47;
    top: 16px;
    right: 0;
}
.borderless td, .borderless th {
    border: none;
}


.table-bordered td {
    padding: 10px;
    font-size: 14px;
      border-width:2px;  
}



.table-bordered th {
    padding: 25px;
    font-size: 16px;
}


