@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*--font face end--*/
body {
    font-family: "roboto", sans-serif;
    font-size: 14px;
    color: #000;
}

:root{
    --primarycolor:#3CB5BF;
    --secondarycolor:#D4F2F4
}
h4 {
    font-size: 24px;
}

h5{
    font-size: 20px;
    color: #0A0A0A;
}
.login-wrapper{
    min-height: 100vh;
}
.login-left{
    background: #D4F2F4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-right{
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-container {
    max-width: 360px;
    padding:20px;
    background: #fff;
    width: 100%;
}
.login-container h4{
    font-weight: 700;
    margin: 0 0 20px;
}

input.icon-holder {
    padding-left: 45px;
}
input.icon-holder-right {
    padding-right:35px;
}
.form-control.icon-holder-right + .input-icon-right{
position: absolute;
top:8px;
right: 10px;
}

.input-icon {
    position: absolute;
    left: 13px;
    top:5px;
}
.form-control-lg + .input-icon,.form-control-lg ~ .password-eye-icon{
    top: 14px; 
}
.form-check{
    padding-left: 30px;
}
.form-check .form-check-label{
    padding-top:4px;
    font-size: 13px;
}
.form-check .form-check-input{
    margin-left: -30px;
}
.form-check-input[type="checkbox"]{
    width:20px;
    height:20px;
    border-radius: 6px;
    border-color: var(--primarycolor);
}

.form-check-input[type="radio"]{
    width:20px;
    height:20px;
}

.form-check-input:checked{
    background-color: var(--primarycolor);
  border-color:var(--primarycolor);
}
.password-eye-icon {
    position: absolute;
    right: 13px;
    top: 13px;
}

.form-control,.form-select {
    border-color: #D4D4D4;
    font-size:14px;
    height:45px;
    border-radius:10px;
}
.form-select.form-select-sm{
    height: 38px;
}
.form-control.form-control-lg,.form-select.form-select-lg{
    height:50px;
    border-radius: 10px;
}

.page-title-row{
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.page-title-row h5{
    font-size: 20px;
    font-weight: 600;margin-top:10px
}
.page-title-row img.backarrow{
    margin-top: -5px;
}

.btn.btn-lg{
    height:50px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.btn {
    font-size: 15px;
    line-height: 1.4;
    border-radius: 10px;
    padding: 11px 15px;
    color: #000;
    font-weight: 500;

}
.btn.btn-sm{
font-size:13px;
}


.btn.btn-primary.disabled{
opacity: .5;
background: #56C1C8;
border-color: #56C1C8;
}

.btn-primary {
    background: var(--primarycolor);
    border-color:var(--primarycolor);
    color: #fff !important;
}

.btn-light{
    background: #fff;
    border-color: #3CB5BF;
    color: #3CB5BF;
}

.btn-outline-primary{
    border-color: #56C1C8;
    color:#56C1C8 ;
}

.btn-secondary{
    background: var(--secondarycolor);
    border-color: var(--secondarycolor);  
}
.btn.btn-secondary:hover,.btn.btn-secondary:active{
    background:#8EECCA!important;
    border-color: #8EECCA!important; 
}

.btn-outline-danger{
    border-color: #F14336;
    color: #F14336;
}

.btn-outline-light{
    background: #F6F2F5;
    border-color: #F6F2F5; 
    color: #B1B1B1;
}
.btn-outline-light:hover{
    background: #56C1C8;
    border-color: #56C1C8; 
    color: #fff;
}

.btn.btn-outline-danger:hover{
    color: #fff;
    border-color: #F14336;
    background-color: #F14336;
}
.btn:hover,.btn-check:checked + .btn, .btn.active, .btn:first-child:active, :not(.btn-check) + .btn:active{
    background: #3CB5BF;
    border-color: #3CB5BF;
    color: #fff;
}

.text-link {
    color: var(--primarycolor);
}
.form-label{
color:#3E3E3E;
font-size: 14px;
font-weight: 500;
}
.form-label sup{
    color: red;
}
.tp-search{
    position: relative;
    margin: 0 0 0 20px;
    max-width: 330px;
    width: 100%;
}
.tp-search input{
    border: solid 1px #D4D4D4;
    border-radius: 10px;
    padding: 10px 10px 10px 40px;
    width: 100%;
}

.tp-search .searchicon{
    position: absolute;
    left: 13px;
    top: 10px;
}
/*--sidebar--*/
.closemenu-btn{
    display: none;
}
.sidebar {
    z-index: 9999;
    overflow: auto;
    position: fixed;
    width: 100%;
    max-width: 270px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#D4F2F4;
    padding: 23px 20px;
    color: #fff;
}
.menubar-holder {
    display: flex;
    flex-flow: column;
    min-height: calc(100vh - 224px);
    overflow: auto;
    justify-content: space-between;
}
.menubar {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menubar li {
    margin-bottom: 2px;
}
.menubar li>a {
    display: flex;
    align-items: center;
    border-radius:10px;
    padding: 10px;
    color: #000;
    font-size:16px;
    text-decoration: none;
    height: 50px;
    font-weight: 500;
    position: relative;
    z-index: 10;
}
.menubar li>a img {
    margin-right: 10px;
}
.menubar li>a:hover,
.menubar li a.active {
    color: #000 !important;
    background:var(--primarycolor);
}
.menubar li.active a {
    background: var(--primarycolor);
}

.menubar li>a.has-submenu::after{
    content: "";
    position: absolute;
    right: 10px;
    top:20px;
    width:12px;
    height:12px;
    background: url(../images/arrow-right-menu.svg) 0 0 no-repeat;
    transition: all .2s ease;
}
.menubar li>a.has-submenu.active::after{
    transform: rotate(90deg);
}

.has-submenu.active + .submenu{
    display: block;
}

.submenu{
list-style: none;
  padding: 15px;
  background: #3C3C3C;
  position: relative;
  z-index: 8;
  top: -5px;
  border-radius: 0 0 8px 8px;
  display: none;
}
.submenu li{
  
}
.submenu li a{
    padding:5px 5px 5px 15px;
    border-radius: 0;
    height: auto;
    font-size: 14px;
    position: relative;
}
.submenu li a.active{
background: transparent;
color: #D87EBD;
}

.submenu li a:hover{
    background: transparent;
    color: #D87EBD;
}
.submenu li a:hover::after,.submenu li a.active::after{
    background: #D87EBD;
}
.submenu li a::after{
    content: "";
position: absolute;
left: 0;
top:14px;
width: 5px;
height:5px;
border-radius: 100%;
background: #D9D9D9;

}

.sildebarlogo {
    margin: 10px 0 40px;
}
/*--sidebar--*/


.content-body {
    padding: 30px 30px 20px 80px;
}

.footer{
    text-align: center;
    border-top: solid 1px #E7E7E7;
    padding: 10px 0;
    font-size: 14px;
    color: #969696;
}

/*--dashboard css--*/
.dash-item {
    background: #fff;
    border-radius: 10px;
    padding:15px;
    display: flex;
    font-size:32px;
    align-items: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.dash-item a{
    display: flex;
    width: 100%;
    text-decoration: none;
    align-items: center;
}
.dash-item a p{
    color:#0A0A0A;
}
.dash-item .dash-item-icon {
    border-radius: 8px;
    background: #E8FFF6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    margin-right: 10px;
}

.dash-item h6 {
    font-size:18px;
    color: #000;
    margin:0;
}

.innerbody {
    padding-left: 270px;
    background: #F9F9F9;
    transition: all .3s ease-in;
}

.user-set-menu {
    /* background: #F8EBF4; */
    color: #000;
    border-radius: 27px;
    padding:3px 10px 3px 3px;
    margin-right:10px;
    margin-left: auto;
}

.user-set-menu .dropdown-toggle {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.user-set-menu .dropdown-toggle small{
    font-size: 10px;
    color: #4D4D4D;
}
.user-set-menu .dropdown-toggle h6{
    font-size: 13px;
    margin: 0;
}
.user-set-menu .dropdown-toggle small{
    font-size: 10px;
}
.user-set-menu .dropdown-menu{
    font-size:15px;
    color: #000;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.user-set-menu .dropdown-menu .dropdown-item{
    color: #000;
}

.user-set-menu a {
    color: #000;
}
.pate-content-wrapper{
    min-height: calc(100vh - 122px);
}
/*--dashboard css--*/

.white-body-card {
    background: #fff;
    padding: 20px;
    min-height: calc(100vh - 230px);
    margin-bottom: 20px;
    border-radius:10px;
}

.table > thead{
    vertical-align: middle;
}

.table thead th {
    background: var(--secondarycolor);
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.table {
    border: solid 1px #DEE5EF;
    font-size: 12px;
    font-weight:500;
}

.table-result {
    display: flex;
    align-items: center;
}

.pagination .page-link {
    color: #293854;
}

.pagination .page-item.active .page-link {
    background: var(--secondarycolor);
    border-color:var(--secondarycolor);
    color: #fff;
}
.pagination .page-link img{
    margin-top: -3px;
}
.header {
    background:#fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.filter-row{
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between ;
}
.headerserarch {
    position: relative;
    width: 260px;
}

.headerserarch .inputicon {
    position: absolute;
    top:11px;
    left: 10px;
}

.headerserarch .inputicon-rt {
    position: absolute;
    top: 6px;
    right: 14px;
    cursor: pointer;
}

.headerserarch .form-control {
    padding-left: 35px;
    padding-right: 35px;
}

.filterby{
    display: flex;
    font-size: 16px;
    align-items: center;
}
.filterby label{
    white-space:nowrap;
    margin-right: 10px;
}
.card{
    border-radius: 10px;
}
.text-light{
    color: #B9B8B8 !important;

}
.label-heading{
    font-size: 14px;
}
.uploadbtn{
    position: relative;
}
.uploadbtn input{
    visibility: hidden;
    position: absolute;
}
.uploadbtn label{
    border: solid 1px #E0E0E0;
    font-size: 10px;
    color: #77797D;
    font-weight: 500;
    border-radius: 10px;
    text-align: center;
    max-width: 250px;
    width: 100%;
    padding: 20px 10px;
}
.uploadbtn label p{
    font-size: 12px;
    color: #000;
}

.m-card-min-hight{
    min-height: calc(100vh - 210px);
}

.rating-star-list{
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}
.rating-star-list li{
    margin-right: 0 5px 0 0;
    width:42px;
    height:42px;
    background: url(../images/rating-star.png) center center no-repeat;
    background-size: 100%;
}
.rating-star-list li.fill{
    background: url(../images/rating-fill.png) center center no-repeat;
    background-size: 100%;
}

table .rating-star-list li{
    width: 18px;
    height: 18px;
}

.modal-header{
    border: 0;
   padding: 30px 30px 0;
}
.modal-content{
    border-radius: 16px;
}
.modal-body{
    padding:10px 30px 30px;
    font-size: 14px;
}
.modal-body h6{
    font-size: 14px;
    color: #0B4258;
}
.modal-close{
    position: absolute;
    right: 1px;
    top: 5px;
    background: none;
    border: 0;
}

.profile-srt-info{
    display: flex;
    font-size: 12px;
    color: #A9A9A9;
}
.profile-srt-info h6{
    font-size: 15px;
}


.backdrop-div{
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


.dropdown-item.active, .dropdown-item:active{
    background: var(--primarycolor);
}
.uploaded img {
    margin-right: 0;
  }
  .dataTables_wrapper .dataTables_paginate{
    border-radius:8px;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    border: 0;
    background: var(--secondarycolor);
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    border: 0;
    background: var(--secondarycolor);
  }


  .activeColor{color: #3CB5BF; text-decoration:none;}
  .inActiveColor{color: #F65AC0;  text-decoration:none;}
  .maxWSm{ max-width: 350px; width: 100%;}
  .smBtnW{max-width: 80px; width: 100%;}

  .titleBlog {display: flex; justify-content: space-between; align-items: center;}
  .backBtn{ padding: 8px 25px;}

.profileLgImage img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #eee;
}
  .userStars{text-align: center; margin-top: 15px;}
  .userStars{background: #F5FCFD; border-radius: 50px; padding: 5px;}

  .userStars a img{width: 18px;}


  .smDetailsBox {display: flex; align-items: center;}
  .smDetailsBox span{padding-right: 15px;}

  .subTitleBox{font-size: 14px; font-weight: bold; color: #000; margin:0 0 5px 0;}
  .bgDetaildBox {display: flex; align-items: center; background: #F5FCFD; padding:10px; border-radius: 12px; margin-bottom: 4px; font-size: 12px;}
  .dBlog2{ border-bottom: 1px solid #D4E8EB; width: 100%; display: inline-block; margin-bottom: 5px;}
  .dBlog2:last-child{ border-bottom: none;margin-bottom: 0;}
  .dBlog2 h6{margin: 0; padding:0 0 0px 0; font-size: 13px; font-weight: bold;}
  .dBlog2 p{margin: 0; padding:0 0 5px 0; font-size: 13px; font-weight: normal}
  .boxMaltipal{ display: inline-block !important; width: 100%;}

  .subscriptionBlog span{ font-size: 14px; font-weight: 500; color: #6A6A6A; }
  .subscriptionBlog p{ font-size: 14px; font-weight: bold; color: #000; }
  .subscriptionBlog .activeText{ color: #3CB5BF;}

.userImageP {
    width: 180px
}
    .userImageP img {
        width: 40px;
        border-radius: 50%;
        margin-right: 5px;
        border: 1px solid #dfdfdf;
        height: 40px;
    }


.fw-semibold img {
    width: 70px;
    border-radius: 6px;
    margin-right: 5px;
    border: 1px solid #dfdfdf;
    height: 46px;
}

.dataTable{width:100% !important}

.fw-semibold {
    width: 180px
}
.dataTables_length {
    margin: 7px 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #3cb5bf !important;
    color: #fff !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #3cb5bf !important;
    color: #fff !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

.btn:focus-visible {
    color: #fff;
    background-color: #3CB5BF !important;
    border-color: #3CB5BF;
    outline: 0;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: #3CB5BF !important;
    border-color: #3CB5BF;
}


.aboutAppTabs .nav-tabs .nav-link {
    background: #F8FFFF;
    border: 1px solid #D4F2F4;
    color: #000;
}

.aboutAppTabs .nav-tabs .active {
    background: #fff;
    color: #3CB5BF;
    border-bottom: 1px solid #fff !important;
}

.aboutAppTabs .nav-tabs {
    border-bottom: 1px solid #D4F2F4 !important;
}

    .aboutAppTabs .nav-tabs .nav-link {
        margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    }

    .aboutAppTabs .nav-tabs li.nav-item {
        padding: 0 3px;
    }

.aboutAppTabs .form-label {
    margin-bottom: 4px;
}


.tbSmImg {
    width: 45px;
    height: 30px;
    border-radius: 8px;
}

.filesUpload {
    position: relative;
    width: 100%;
    height: 110px;
    border-radius: 10px;
    border: solid 1px #BABCC8;
    background: #D4F2F4;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .filesUpload input {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .filesUpload #fileNameDisplay {
        max-height: 110px
    }

    .table tr th:last-child{width:150px}

/*--smDetailslist 04-01-2025---*/
.smDetailslist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
}

    .smDetailslist li {
        display: flex;
        align-items: center;
        margin: 0 30px 0 0;
    }

.profile-star {
    background: #F5FCFD;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px 0 0;
}

.pro-fea-lable {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30px;
    background: #D4F2F4;
    font-size: 12px;
    font-weight: 500;
    color: #1F1F1F;
    margin: 0 10px 10px 0
}

.live-selfy-col {
    margin: 0 0 20px;
}

    .live-selfy-col img.livepic {
        width: 100%;
        border-radius: 12px;
        border: 1px solid #eee;
    }

.live-id-col {
    margin: 0 0 20px;
}

    .live-id-col .liveid {
        width: 100%;
        border-radius: 12px;
        border: 1px solid #eee;
    }