* {
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

body {
    font-size: .8925rem;
    line-height: 1.6;
    top:0!important;
}

.has-error {
    color: red;
    font-size: 0.8em; 
    margin-bottom: 2px;
}
h1,h2,h3,h4,h5,h6,span,p {
    cursor: default;
}
table{
   cursor: default; 
}

.text-danger {
    color: #ed5565 !important;
}

.ux-nav-menu li a {
    color: #495057 !important;
}

.auth-logo .auth-logo-dark {
    height: 40px;
}

.auth-full-bg {
    background: url(../images/login-img.jpg) center top no-repeat;
    background-size: cover;
}

.auth-full-bg .bg-overlay {
    opacity: 1;
}

.item.ng-star-inserted {
    background: #ffffffed;
    padding: 5px 10px;
    border-radius: 6px;
    height: 220px;
}

.autocomplete-container .item.ng-star-inserted {
    height: 62px !important;
}

bs-datepicker-container,
bs-daterangepicker-container {
    z-index: 999999 !important;
}

span.logo-lg img {
    height: 37px;
}

.table .thead-light th {
    background-color: #edeff1;
    border-color: #eceef5;
}

.modal-body {
    background-color: #F8F8FB;
}

.invalid-feedback-phone {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #f46a6a;
}

.form-control.question-fild {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}

.left-card .card {
    border: 1px solid rgba(255, 255, 255, 0);
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.left-card .card:hover {
    border: 1px solid #2149c6;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 14%);
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 14%);
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.left-card .card:hover h4 {
    /* #2C54E8 */
    color: #2149c6;
}

body[data-topbar=dark] #page-topbar {
    background-color: #0028bb;
}

.btn-primary {
    background-color: #0028bb;
    border-color: #0028bb;
}
.btn-primary:active{
    background-color: #0028bb !important;
    border-color: #0028bb !important;
    color: #fff !important;
}
.btn-primary:focus{
    background-color: #0028bb !important;
    border-color: #0028bb !important;
    color: #fff !important;
}
.badge-primary {
    background-color: #0028bb;
}

.d-flex.flex-column.h-100 .mt-4.mt-md-5.text-center p.mb-0 {
    font-size: .8125rem;
}

.item.ng-star-inserted {
    margin: 0 5px;
}
/*---tick----*/

.success-checkmark {
    width: 50px;
    height: 79px;
}

.success-checkmark .check-icon {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
}

.success-checkmark .check-icon::before {
    top: -22px;
    left: -2px;
    width: 40px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #ffffff;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 28px;
    left: 10px;
    width: 16px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 25px;
    right: 5px;
    width: 28px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #ffffff;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}


/*---tick----*/

.border-bottom {
    border-top: 1px solid #eaeeff;
}

.cred-bol .profile-user-wid {
    margin-top: -10px;
}

.digi-boxq label {
    font-weight: 400;
}

.digi-boxq h5 {
    font-size: 0.89563rem;
}

.m-show {
    display: none;
}

.color-black {
    color: #000;
}

.cred-bol .avatar-md {
    height: 5.5rem;
    width: 5.5rem;
}

.bageg-f {
    display: flex;
    align-items: center;
}

.modal-title {
    color: #0028bb;
}

.close {
    float: right;
    font-size: 2.51875rem;
    font-weight: 200;
    line-height: 1;
    color: #0028bb;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 15px;
}

.btn-brop-down {
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    padding: 0px;
    background: #fff;
    color: #495057;
}
/*---tushar-css-start---*/

.chat-conversation{
height: calc(100% - 85px);
}

.creat-custom-box .form-group p{
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 10px;
margin-top: 25px;
display: block;
}
.top_tab .table tbody tr:first-child th{
border-top: 0;
}
.top_tab .table tbody tr:first-child td{
border-top: 0;
}
.inner_all_cont .card{
border-top: 4px solid rgba(149,164,239,.9);
}
.inner_all_cont .chat-conversation ul{
max-height: 535px ;
height: 100%;
}
.inner_all_cont .chat-input-section {
padding-top: 20px !important;
}
.inner_section h4{
color: #495057;
margin: 0 ;
font-size: 14px;
padding: 0 0 8px 0;
border-bottom: 1px solid #495057;
font-weight: 700;
}
.inner_section a{
color: #495057;
font-size: 14px;
display: block;
padding: 5px 0 0 0;
}
.inner_section p{
color: #495057;
font-size: 14px;
margin: 10px 0 0 0;
}
.chatboxwrapper{
height: 100%;
}
.chatboxwrapper .user-chat{
height: 100%;
}
.chatboxwrapper .user-chat .card{
height: 100%;
}
.chatboxwrapper .user-chat .card-body{
height: 100%;
}
.inner_cus{
height: calc(100% - 5px);
}
.min-223{
min-height: calc(100% - 223px);
}
.inner_fr_text {
display: block;
width: 123px;
}
.inner_fr_text h5{
white-space: pre-line;
}
.chat-conversation ul {
max-height: calc(100vh - 420px) !important;
overflow-y: auto;
min-height: calc(100vh - 420px) !important;
padding-right: 8px;
}
.inner_all_cont .card-body h4{
    font-size: 15px !important;
}
/* .all_inner_msg .simplebar-content li{
    margin-right: 5px;
} */
/*---tushar-css-end---*/
/*---tushar-css-start(14.7.21)---*/
.new_course h2{
    font-size: 18px;
    margin: 0 0 40px 0;
    font-weight: 600;
    color: #000;
}
.new_pro .thumble{
    background-color: #1646f6;
    border-radius: 5px;
    color: #fff;
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    display: flex;
    line-height: normal;
}
.new_pro{
    position: relative;
}
.new_pro img{
    /* height: 233px; */
    width: 100%;
}
.new_pro_text input{
    /* border: 1px solid rgba(0, 0, 0, 0.7); */
    margin-bottom: 9px ;
}
.new_pro_text textarea{
     /* border: 1px solid rgba(0, 0, 0, 0.7); */
     resize: none;
}
.inner_new h4{
    font-size: 15px;
    margin: 0 0 15px 0;
    font-weight: 600;
    color: #000;
}
.inner_new .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.inner_new a{
     /* font-size: 15px;
    font-weight: 600; */
    margin-left: 15px;
}
.bg-gray{
    background-color: #ebebeb;
}
.all_inner_p_1{
    padding:calc(50px + 20px) calc(24px / 2) 20px calc(24px / 2) !important;
}
.all_inner_p_2{
    padding: calc(20px + 20px) calc(20px / 2) 80px calc(20px / 2) !important;
    margin-top: 0 !important;
}
 .last_course .card{
  /* padding: 15px;
  border: 1px solid rgba(209, 209, 209, 0.5); */
  margin-bottom: 0;
} 
.in_bod .card{
    padding: 15px;
}
.last_course .card .card-body h4{
    color: #1646f6;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.ls_tab ul {
    padding: 0;
    margin-bottom: 10px;
}
.ls_tab ul:last-child{
    margin-bottom: 0;
}
.ls_tab ul li{
    display: inline-block;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
    padding: 0 15px;
}
.w-30{
    width: 30%;
}
.w-70{
    width: 69%;
}
.last_course .col-lg-8{
    padding-right: 0;
    padding-bottom: 15px;
}
.last_course .col-lg-4{
    /* padding-left: 0;
    padding-bottom: 0px; */
}
.ls_tab{
    padding: 23px 0;
    /* transform: translate(0px, 10%); */
}
.in_bod{
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    width: 100%;
}
.in_bod .card{
    border-radius:8px 0 0 8px;
}
.last_course .carousel-inner .col-lg-4 {
    padding-left: 15px;
}
.in_bod .col-lg-8{
    padding-bottom: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.in_bod .card-body{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.in_bod .card-title {
    margin: 0 0 10px 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color:transparent;
}
.nav-tabs-custom .nav-item .nav-link{
    border-bottom: 2px solid rgba(0,0,0,0.2);
}
.nav-tabs-custom .nav-item .nav-link::after{
    bottom: 0;
}
.tabnavlistx {
    width: 50% !important;
}
.gen_wi{
    width: 30%;
}

/*---tushar-css-end(14.7.21)---*/

@media (min-width: 1500px) and (max-width:1920px){
    .top_nav_sec {
        margin: 0 50px 0 17px !important;
    }
    .page-content .fixed-content-header {
        /* top: calc(17% - 7px) !important; */
    }
   
}
@media (min-width: 1200px){
     .auth-full-bg {
        height: 100%;
    }
}
@media (max-width:1499px){
    .page-content  .fixed-content-header {
        /* top: calc(17% - 8px) !important; */
    }
}
@media (max-width: 1280px) {
    .page-title-right .btn{
        font-size: 12px;
    }
   
@media (max-width: 990px) {
    .page-content .fixed-content-header {
        /* top: calc(10% - 7px) !important; */
    }
}
    
}
@media (max-width: 380px) {
    .navbar-brand-box {
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .gen_wi{
        width: 100%;
    }
    .auth-logo .auth-logo-dark {
        margin: 0 auto;
    }
    .text-xs-center {
        text-align: center;
    }
    .dsx-show {
        display: none;
    }
    .m-show {
        display: block;
    }
    .success-checkmark {
        margin: 0 auto;
    }
    .ls_tab ul{
        display: flex;
    }
    .ls_tab ul li{
        white-space: nowrap;
        font-size: 12px;
    }
    .in_bod .card-body {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .ls_tab {
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .res_fix.ven_serch .btn{
        margin: 7px 0;
    }
    .res_fix.ven_serch input{
        margin: 7px 0;
    }
    .res_fix.ven_serch .page-title-right{
        margin-top:0;
        margin-bottom: 0;
        width: 100% !important;
    }
    .res_fix.ven_serch .page-title-right .btngroupxdxzz{
        width: 100% !important;
    }
    .related-to-wrapper {
        padding: 0 10px !important;
    }
    .dxwlwrp{
        padding: 0 10px !important;
    }
    .course-list-v2-main-wrapper{
        padding: 0 10px !important;
    }
    .tab-btn {
        margin-left: 0px !important;
    }
    .cardv2 .pinbtn{
        top: 0 !important;
    }
    #layout-wrapper form.courseaddform .page-content > .container-fluid {
    max-width: 100% !important;
    }
    .all_inner_p_1 .button-wrapper{
        position: static !important;
    }
    .new_pro img{
        margin-bottom: 15px;
    }
    .new_course .mt-5, .my-5 {
        margin-top: 1rem!important;
    }
    .in_bod .card-body {
         padding-top: 15px; 
    }
    .ls_tab ul {
        margin: 10px 15px;
    }
    .img-thumbnail {
        height: 65px !important;
    }
    /* .simplebar-content-wrapper{
        top: 160px;
    } */

    .res_fix{
        text-align: center;
        margin: 7px 0;
        top: 10px !important;
        padding-bottom: 0 !important;
    }
    .res_fix .page-title-box{
        padding-top: 0 !important;
    }
    .rs_fix{
        display: block !important;
    }
    .rs_fix button{
        margin-bottom: 10px;
    }
    .img-fluid {
        max-width: 100%;
        height: auto;
        object-fit: cover;
        margin: 0 auto;
        display: block;
        width: 100%;

    }
    .ux-with-availibility{
        padding-top: 8px;
    }
    .inner_all_left_fix .simplebar-content-wrapper{
        top: 0;
    }

    .dashboard_content button{
        margin-bottom: 8px;
    }
    .inner_cr .card-body{
        padding: 10px !important;
    }
    .ux-activity-card .no-gutters {
        margin-right: 0;
        margin-left: 0 !important;
        padding: 7px;
    }
   
    
}
.ux-activity-card .no-gutters .card-body{
    max-height: 100% !important;
    overflow-y: hidden !important;
}
/* .profile_topphoto .profilepi_upload label {
padding-bottom: 0;
line-height: 35px;
margin-top: 27px;
}

.profile_topphoto .form-group span a {
width: 100%;
font-size: 13px;
text-align: left;
color: #333;
line-height: 18px;
text-decoration: none;
}

.profile_topphoto {
padding: 35px 0;
margin: 0;
border-bottom: 1px solid #dfdbd9;
} */

.ux-add-more {
    color: #0028bb;
    font-size: 22px;
    margin-left: -16px;
}

.m-show {
    display: none;
}

.color-black {
    color: #000;
}

.cred-bol .avatar-md {
    height: 5.5rem;
    width: 5.5rem;
}

.o-info-n .card-header,
.o-info-n .card-body {
    padding: 0px;
}

.o-info-n .card-body {
    padding-top: 15px;
}

.profile_topphoto .dropzone {
    min-height: 150px;
    border: 2px dashed #ced4da;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    width: 150px;
    margin: 0 auto 15px;
    overflow: hidden;
}

.thumb-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    max-height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
}

.profile_topphoto .dropzone .dz-message {
    max-height: 150px;
    /* height: 150px; */
}

.profile_topphoto .dropzone .fallback input {
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.profile_topphoto .dropzone a {
    display: none;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.profile_topphoto .dropzone:hover a {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #00000038;
    color: #fff;
    font-size: 25px;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.library_topphoto .dropzone {
    min-height: 200px;
    max-height: 200px;
    border: 2px dashed #ced4da;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    position: relative;
    width: 60%;
    margin: 0 auto 15px;
    overflow: hidden;
}

.library_topphoto .dropzone .dz-message {
    max-height: 200px;
    height: 200px;
}

.library_topphoto .dropzone .fallback input {
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.library_topphoto .dropzone a {
    display: none;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.library_topphoto .dropzone:hover a {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #00000038;
    color: #fff;
    font-size: 25px;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.autocomplete-container {
    box-shadow: none !important;
}

.autocomplete-container .input-container input {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

.left-card.digital-leftbox {
    background-color: #f8f8fb;
    padding: 20px 20px;
    border-radius: 4px;
    border: 1px solid #e5e5ef;
    box-shadow: 0px 0px 8px #cccccc5c;
}

.digital-leftbox .card-body {
    position: relative;
}

.float-sm-right-b a {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.float-sm-right-b a span {
    -ms-transform: rotate(269deg);
    transform: rotate(269deg);
    font-size: 13px;
    line-height: 18px;
}

.top-card-nab {
    background-color: #fff;
    padding: 8px 15px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
    border: 1px solid #e5e5ef;
    border-radius: 5px;
    margin-bottom: 25px;
}

.top-card-nab .nav-pills>li {
    display: flex;
    align-items: center;
}

.top-card-nab .nav-pills .nav-link {
    padding: 0px 5px;
    display: flex;
    align-items: center;
}

.top-card-nab .nav-pills>li>a.btn-success {
    color: #fff;
}

.top-card-nab .nav-pills .nav-link i {
    font-size: 23px;
    color: #9899a5;
}

.top-card-nab .nav-pills .nav-link:hover i {
    color: #000;
}

.question-para .col-sm-12.mt-2.mb-3 {
    margin: 0 0 10px 0 !important;
    padding: 10px 10px 5px;
    color: #495057;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e2e6ec;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.question-para .custom-control.custom-radio.custom-radio-primary.mb-3.mr-3 {
    margin-bottom: 10px !important;
    font-size: 13px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding-left: 37px;
}

.question-para .custom-control.custom-radio.custom-radio-primary.mb-3.mr-3:hover {
    border: 1px solid #0028bb;
}

.question-para .custom-control.custom-radio.custom-radio-primary.mb-3.mr-3:hover .custom-control-label::before {
    background-color: #0028bb;
}

.question-para {
    border: 1px solid #eff2f7;
    margin-bottom: 10px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: 100%;
}

.question-para:hover {
    border: 1px solid #e5e5ef;
}

.question-para:hover .col-sm-12.mt-2.mb-3 {
    margin: 0 0 10px 0 !important;
    padding: 10px 10px 5px;
    color: #2149c6;
    background-color: #e9ecf0;
    border-bottom: 1px solid #e2e6ec;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.question-para:hover .col-sm-12.mt-2.mb-3 h5 {
    color: #2149c6;
}

.row.digi-boxq {
    padding-top: 15px;
}

.ng-star-inserted .nav-link {
    padding: .2rem 1rem;
}

.ng-star-inserted .nav-pills .nav-link.active,
.ng-star-inserted .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0028bb;
}

@media (max-width: 380px) {
    .navbar-brand-box {
        display: inline-block;
    }
}

@media (max-width: 768px) {
   
    .auth-logo .auth-logo-dark {
        margin: 0 auto;
    }
    .text-xs-center {
        text-align: center;
    }
    .dsx-show {
        display: none;
    }
    .m-show {
        display: block;
    }
    .success-checkmark {
        margin: 0 auto;
    }
    .modal-dialog {
        margin: 0;
        background: #fff;
    }
}

.ux-alpha-list {
    list-style-type: none;
    border: 0px solid #0028bb;
    margin: 0 auto;
    padding: 0 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 0;
}

.ux-alpha-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 2%;
    width: 100%;
    text-align: center;
    height: auto;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    font-size: 16px;
}

.ux-alpha-list li:hover {
    background-color: rgba(85, 110, 230, .25)!important;
}
/* .ux-alpha-list li:first-child {
padding-top: 10px;
}

.ux-alpha-list li:last-child {
padding-bottom: 10px;
} */

.is-active-alpha,
.ux-alpha-list li.is-active-alpha:hover {
    font-weight: 700;
    color: #fff;
    background-color: #0028bb !important;
    font-size: 24px;
}

.navigate-section-title {
    position: relative;
    margin-bottom: 15px;
}

.navigate-section-title::before {
    content: "";
    width: calc(100% - 45px);
    height: 1px;
    background: #d4daf9;
    position: absolute;
    top: calc(100% - 17px);
    left: 45px;
    z-index: 1;
}

.navigate-section-title span {
    background-color: #2149c6;
    color: #fff;
    position: relative;
    z-index: 10;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.ux-alpha-list {
    list-style-type: none;
    cursor: pointer;
}

.is-active-alpha,
.ux-alpha-list li.is-active-alpha:hover {
    font-weight: 800;
    color: #fff;
    font-size: 24px;
    background: #2C54E8;
}

.fixed-content-header {
    background: #fff;
    padding: 0 calc(250px / 2);
   
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
    margin-top: -25px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    /* top: calc(20% - 10px) !important; */
    transition: none;
    transform: none;
}
.page-title-box h4{
    transition: none;
}
.page-title-right{
     transition: none;
     transform: none;
}
.page-title-right .btn{
     transition: none;
     transform: none;
}
#customer-list .page-title-box h4 {
    transition: none;
    transform: none;
}
    


.fixed-content-header .page-title-box {
    padding-top: 24px;
}

.digi-boxq {
    margin-top: 40px;
}

.digi-boxq .card-header {
    padding: 0px;
}

.digi-boxq .card-header h2 button {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.digi-boxq .card-header h2 button:hover {
    background-color: #dcdee6;
}

.digi-boxq a.btn {
    border: 1px solid #ccc;
    margin: 5px;
    font-style: normal;
    text-decoration: none;
}

.digi-boxq a.btn:hover {
    background-color: #0028bb;
    border-color: #0028bb;
    color: #fff;
}

.bol-library-img {
    width: 53%;
    margin: 0 auto;
}

.bol-library-img img {
    max-width: 100%;
    float: none;
    padding-right: 0;
    padding-bottom: 20px;
    margin: 0 auto;
}

.video-library {
    max-width: 46%;
}

.crearfix {
    clear: both;
}

.video-box-b {
    background-color: #fff;
    padding: 40px 0;
}

.upload-box {
    padding: 20px;
    text-align: center;
}

.width-50 {
    width: 45%;
}

.upload-box-pdf {
    margin: 0 auto;
    margin-bottom: 20px;
}

.upload-box-pdf a {
    font-size: 17px;
    display: inline;
    border-bottom: 1px solid #0028bb;
    padding-bottom: 5px;
}

.ux-textarea {
    resize: none;
    white-space: pre-wrap;
}

.ui-autocomplete {
    z-index: 999999 !important;
}

.ux-back-icon {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

.ux-mt-5 {
    margin-top: 1.8rem!important;
}

.ux-left-box {
    max-height: 100vh;
    /* overflow-y: auto; */
}

.digital-left-accordian .panel-default .accordion-toggle button {
    font-size: 15px !important;
    color: #495057 !important;
    font-weight: 600 !important;
}

.ux-customer-digital-form {
    margin-top: 55px;
}

.ux-timepicker {
    margin-top: -30px;
}

.ux-accordion-clr {
    background-color: #fff !important;
}

.ux-accordion-clr:hover {
    background-color: #fff !important;
}

.ux-btn-active-class{
    background-color: #556ee6;
    color : #fff;
}
/* Toggle switch */
.switch {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 60px;
}
  
.switch input {
    display:none;
}
  
.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}
  
.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 15px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 15px;
}
  
input:checked + .slider {
    background-color: #2C54E8;
}
  
input:checked + .slider:before {
    transform: translateX(15px);
}
  
.slider.round {
    border-radius: 20px;
}
  
.slider.round:before {
    border-radius: 50%;
}

.ux-margin-bottom{
    margin-bottom: 75px !important;
}

.invalid-card {
    border-left: 2px solid red;
}

.valid-card {
    border-left: 2px solid green;
}


/* ADDED ON 09-02-2021 START */

.mobile-wrapper {
    padding-bottom: 100px;
}

.topnav {
    z-index: 110;
}

.checkbox-buttons-container input {
    position: absolute;
    left: -100vw;
    /* don't hide the input but move it out of view instead for better accessibility   */
}

.checkbox-buttons-container label {
    padding: 8px;
    border: 2px solid #0028bb;
    border-radius: 5px;
    color: #0028bb;
    display: inline-block;
    position: relative;
    width: 100%;
}

.checkbox-buttons-container label:not(:last-child) {
    margin-right: 0;
}

.checkbox-buttons-container label:hover {
    cursor: pointer;
    opacity: 0.7;
}

.checkbox-buttons-container input:checked+label {
    background-color: #0028bb;
    color: #fff;
}

.checkbox-buttons-container input:checked+label::after {
    width: 16px;
    height: 16px;
    padding: 0;
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    background: #059f00;
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 8px;
    color: #fff;
    position: absolute;
    top: -10px;
    right: -8px;
    display: flex;
    justify-content: center;
}

.btn-wrap {
    border-top: 1px solid rgb(0 0 0 / 12%);
    padding-top: 15px;
    margin: 15px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-wrap>a {
    display: inline-flex;
    padding: 7px 15px;
    border-radius: 5px;
    background: #0028bb;
    color: #fff;
    font-size: 12px;
}

.btn-wrap>a.disabled,
.btn-wrap>button.disabled {
    background: #0028bbb3;
    pointer-events: none;
    cursor: default;
}
.text-area canvas{
/* width: 100% !important;
height: 200px !important; */
border: 1px solid #ccc !important;
}

.text-area button {
background-color: #f46a6a;
border:1px solid #f46a6a;
color: #fff;
margin-right: 10px;
padding: 3px 15px;
border-radius: 4px;
}
.text-area button + button{
background-color: #0028bb;
border:1px solid #0028bb;
}
.card.card-form-modal {
margin-bottom: 10px;
}
.card.card-form-modal .card-body .form-group p, .card.card-form-modal .card-body .form-group{
margin-bottom: 0px;
}
.accordion-form .card{
margin-bottom: 0px;
}
.accordion-form .card .card-header{
padding:9px;
background-color: #fff;
position: relative;
border-radius: 4px;
}
.accordion-form .card .card-header::before{
content: "\F0140";
font-family: 'Material Design Icons';
position: absolute;
top: 4px;
right: 10px;
font-size: 32px;
}
.accordion-form .card .card-header:hover{
background-color: #0028bb;
}
.accordion-form .digital-left-accordian .panel-default .card-header:hover .accordion-toggle button{
color: #fff !important;
}
.accordion-form .panel-body.card-block.card-body{
background-color: #fff;
border-top: 1px solid #ccc;
}

.accordion-form .card .card-header:hover::before{color: #fff;}
.signature-box label{display: block;}
.signature-box canvas{
border: 1px solid #ced4da !important;
border-radius: .25rem !important;
}
.signature-box button{
background-color: #0028bb;
border-color: #0028bb;
border-radius: 4px;
margin-right: 5px;
color: #fff;
}
bs-datepicker-container{
    -o-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}
.ux-customer-digital-form .col-xl-8.m-auto.ux-margin-bottom .row.ng-star-inserted .sadc-btn {
text-align: right;
}
.cred-bol .bg-soft-primary .img-fluid{
min-height: 195px;
object-fit: cover;
}
.cred-bol .card {
margin-bottom: 10%;
/* height: 95%; */
font-size: 12px;
}
.digital-form-l .ng-star-inserted .card{
margin-bottom: 24px;
height: 95%;
}
.digital-cred-bol .col-md-3{
    padding-bottom: 15px;
}
.addedbywelness{
    font-size: 12px !important;
}
.cred-bol .card-body{
    height: 100%;
}

.page-title-box  .ux-alpha-list{
flex-wrap:wrap;
flex-grow:1;
/* justify-content: flex-start; */
padding: 0 15px;
}

.page-title-box .ux-alpha-list li{
width:auto;
padding: 0 5px;
}
.page-title-right.d-flex .btn{
white-space: nowrap;
display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.laftfixed_panel{
position: fixed;
height: calc(100vh - 270px);
width: 375px;
}
.laftfixed_rightpanel{
margin-left: 375px;
width: calc(100% - 375px);
padding-left: 12px;
padding-right: 12px;
}
.laftfixed_panel .float-sm-right-b a{
width:47px;
white-space: nowrap;
}
.cred-bol .bg-soft-primary .card-body .pt-2.border-bottom{
min-height:114px;
}
/* scrollbar customization css */
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: rgba(27, 99, 241, 0.24);
}

::-webkit-scrollbar {
width: 6px;
background-color: rgba(27, 99, 241, 0.24);
}

::-webkit-scrollbar-thumb {
background-color: #1B63F1;
}
::-webkit-scrollbar-thumb:hover {
background-color: #0028bb;
}
/* end of scrollbar css */
   /* @media(min-width: 1919px){ */

    @media(min-width: 1919px) {
        .fixed-content-header {
            padding: 0 calc(334px / 2);
            /* top: calc(17% - 10px) !important; */
        }
        .cred-bol .bg-soft-primary .img-fluid{
            min-height:392px;
            object-fit: cover;
        }
    }
    @media(max-width:1024px) {
        .page-title-box .ux-alpha-list{
            width:56%;
        }
    }
    @media(max-width: 768px) {
        .ux-alpha-list li {
            display: inline-flex;
            align-items: start;
            justify-content: start;
            padding: 5px 9px;
            width: auto;
            text-align: center;
            height: auto;
            cursor: pointer;
            transition: all 0.5s ease-in-out;
            background-color: #e1e4f1;
            margin: 0 2px;
        }
        .ux-alpha-list {
            list-style-type: none;
            border: 0px solid #0028bb;
            margin: 0 auto;
            padding: 0 0;
            border-radius: 0px;
            display: flex;
            align-items: center;
            justify-content: start;
            flex-direction: row;
            width: 93%;
            overflow: scroll;
            margin-bottom: 0;
            flex-wrap: nowrap;
            justify-self: flex-start;
            place-self: flex-start;
            position: absolute;
            top: 50px;
            padding-bottom: 10px;
        }
        .fixed-content-header .ux-alpha-list {
            top: 80px;
        }
        .page-title-box .ux-alpha-list{
            width: 100%;
            padding: 40px 0 0 0;
            overflow: hidden;
        }
        .fixed-content-header .page-title-box .ux-alpha-list{
             background-color: #fff;
            left: 0;
        }
        
        .cred-bol .ng-star-inserted{
            margin-bottom: 0;
        }
        .fixed-content-header {
            top: calc(8% - 10px);
        }
        .page-title-box.m-p-5 {
            padding-bottom: 80px;
        }
        .bol-library-img img {
            max-width: 100%;
            padding-right: 0px;
            float: none;
        }
        .bol-library-img {
            width: 100%;
            margin: 0 auto;
        }
        .page-title-box.m-p-5 {
            padding-bottom: 80px;
        }
        .mobile-accordian .ng-star-inserted button.waves-effect{
            width: 100%;
            text-align: center;
        }
        .mobile-accordian .panel-title button {
            text-align: left;
        }
    }
    
    @media(max-width: 767px) {
        #customer-list .page-title-box .page-title-right button { 
            margin: 0;
        }

        /* .cred-bol .row {
            flex-direction: column-reverse;
        } */
        .is-active-alpha,
        .ux-alpha-list li.is-active-alpha:hover {
            font-size: 14px;
        }
        .fixed-content-header {
            padding: 80px calc(40px / 2);
            top: calc(3% - 10px);
            padding-bottom: 0;
        }
        .video-library {
            max-width: 100%;
        }
        .width-50 {
            width: 100%;
        }
    }
    
@media(max-width:767px) {
    .mobile-ux-datepicker table tr td:nth-child(4) {
        display: none;
    }
    .mobile-ux-datepicker table tr td:nth-child(5) {
        padding-left: 0;
    }
    .mobile-ux-datepicker table tr td:nth-child(5) button {
        padding-left: 5px;
    }
    .mobile-ux-datepicker .form-group {
        margin: 0;
    }
    /*---23.2.21 (client sec)---*/
    .navigate-section-title {
        margin-top: 80px;
        font-size: 20px;
    }
    .waves-effect{
        margin-bottom: 15px;
    }
    .autocomplete-container{
        margin-bottom: 10px;
    }
    .highcharts-plot-border{
        width: 100%;
        x:0;
        y:0;
    }
    .avatar-md{
        margin-bottom: 12px !important;
    }
    .panel-body .card{
        margin-bottom: 0;
    }
    .top-card-nab {
        padding: 18px 15px;
    }
    .top-card-nab .waves-effect{
        margin-bottom: 0;
    }
    .top-card-nab .sm_l{
        float: left !important;
        margin: 10px 0 0 0;
    }
    .left-card.digital-leftbox{
        margin-bottom: 25px;
    }
    .mb-20{
        margin-bottom: 20px;
    }
    .panel-body{
        padding: 0 ;
    }
    .btn-link{
        text-align: left;
    }
  .page-title-box .page-title-right{
      display: flex;
  }
  .page-title-box .page-title-right button{
    display: flex;
}
.panel-body button{
    width: 100%;
    margin-bottom: 5px;
}
.page-title-box {
    padding-bottom: 50px;
}
.page-title-box .page-title-right button i.fa.fa-plus-square {
    position: relative;
    top: 0px;
    right: 3px;
}
.laftfixed_panel{
    position: static;
    height: auto;
    width: 100%;
}
.laftfixed_rightpanel{
    margin-left: 0;
    width: 100%;
}
.digital-leftbox.laftfixed_panel .card-body h4, .digital-leftbox.laftfixed_panel .card-body p{
    margin-right:45px;

}
.language-show{
    display: block;
    font-size: 9px;
    margin-top: 0% !important;
}
#page-topbar .waves-effect {
    margin-bottom: 0px;
}
.language-span{
    display: none;
}
.btn{
    height:fit-content;
}
.header-item{
    height:70px !important;
}
.footer{
    font-size: 12px;
}
.ux-provider-chat .chat-conversation {
    height: calc(100vh - 390px) !important;
}
.page-title-box .breadcrumb {
    font-size: 12px;
}
.page-title-box{
    display: block !important;
    padding-bottom: 20px !important;
}
.page-title-box .page-title-right{
    margin-top: 15px;
    margin-bottom: 15px;
}
.page-title-box .ux-alpha-list li{
    margin: 2px !important;
}
.cred-bol .avatar-md {
    width: 4.0rem;
}
.item.ng-star-inserted{
    height:100%;
}
}  

.h-150{
    min-height: 150px;
}
/* ADDED ON 09-02-2021 END */

.ux-margin-top{
    margin-top: 10% !important;
}

.card .invalidQuestionClass .card-header {
    background-color: rgb(245, 224, 224);
    color: #fff;
}

.thumb_pic{
    width: 100% !important;
}

.ux-modal-scroll{
    max-height: 80vh;
    overflow-y: auto;
}

.ux-consent-modal-scroll{
    max-height: 100vh;
    overflow-y: auto;
}

#report-template-tab .tab-content {
    margin-top: 8px !important;
    border-top: 2px solid #ccc;;
}
#report-template-tab .tab-pane{
    margin-top: 15px;
} 

.ux-disable-cursor{
    pointer-events: none;
    cursor: default;
}

.ux-disable-cursor .form-control, .input-container{
    opacity: 0.6 !important;
}

#report-template-tab .nav-link.active {
    color: #fff;
    background-color: #0028bb !important;
    /* font-size: 18px !important; */
}

#report-template-tab .nav-link{
    background: #ccc;
    color: #0028bb;
    margin-left: 15px !important;
    font-size: 18px !important;
}

.ux-chart-nav .nav-tabs {
    border-bottom: none !important;
}

.ux-chart-nav .nav-tabs .nav-link {
    border: none !important;
}

.ux-cursor{
    cursor: pointer !important;
}

.page-item.active .page-link {
    background-color: #0028bb;
    border-color: #0028bb;
}

.btn-disabled{
    pointer-events: none;
    cursor: default;
}

.ux-timepicker-col-6{
    max-width: 40%;
}

.ux-up-arrow{
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 20px;
}
.ux-up-arrow i{
    font-weight: 800;
}

.ux-border{
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    background: #e8f0fe;
}

.ux-img-border{
    border: 1px solid #ccc;
}
.ux-task-title::first-letter {
    text-transform: capitalize;
}

.swal2-styled{
    font-size: 0.82em !important;       
}

.swal2-styled.swal2-confirm {
    background: #0028bb !important;
}

.ux-danger-outline{
    border : 1px solid red;
}

.ux-ul-margin{
    margin-left: -20px;
}

.ux-no-data-div{
    padding: 150px 15px;
    text-align: center;
    font-size: 25px;
}
.goog-te-banner-frame.skiptranslate {
    display: none!important;
} 

#google_translate_element{
    opacity: 0;
}
#goog-gt-tt{
    display: none!important;
}
.language-show{
color: #ffff;
font-weight: 500;
margin-top: 0%;
}

.ux-scroll{
    max-height: 100vh;
}
.chat-input {
    padding-right: 10px;
}

.ux-note {
    font-size: 0.7em;
    color: #0028bb;
    font-weight: 500;
    margin-top: 15px;
}

.language-span{
    text-transform: uppercase !important;
}

/* .ux-language .ngx-select__choices{
    max-height: 70px !important;
} */
/*
.all_inner_msg .chat-conversation{
    min-height: calc(100vh - 310px);
}
.all_inner_msg .simplebar-content{
    min-height: calc(100vh - 0px); 
}
*/


.ux-send-form .autocomplete-container .suggestions-container ul li a {
    font-size: 12px !important;
}
.ng-star-inserted .dropdown-menu .dropdown-item{
    cursor: pointer;
}
.ng-star-inserted .autocomplete-container .suggestions-container ul li{
    height: auto !important;
}
.btn{
    border-radius: .25rem;
}

.chat-leftsidebar {
max-height: calc( 100vh - 210px );
}

.w-100.user-chat > div.card {
height: 100% !important;
margin: 0;
border-radius: 0;
}
.chatboxwrapper .card{
    height: calc(100vh - 265px) !important;
}
.ux-provider-chat .chat-conversation {
height: calc(100vh - 388px);
}

.user-chat.ux-provider-chat .card .p-4 h5, .user-chat .card .p-4 p {
color: #495057 !important;
}

.user-chat.ux-provider-chat .card .p-4 {
background-color: #F7F7F7 !important;
}

.inner_doc_img.mr-3 {
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
}

.inner_doc_img.mr-3 img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-object-fit: cover;
-moz-object-fit: cover;
height: 100%;
overflow: hidden;
object-position: 50% 50%;
-webkit-object-position: 50% 50%;
-o-object-position: 50% 50%;
-moz-object-position: 50% 50%;
border-radius: 0 !important;
}

.ux-provider-chat .chat-input {
height: auto;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 15px;
}

.all_inner_msg .simplebar-content {
/* max-height: fit-content !important;
min-height: fit-content !important; */
 max-height: calc( 100vh - 210px );
 margin-top: 50px;
}
.all_inner_msg .simplebar-wrapper{
    height:100%;
}
.chat-list li a{
    border: none !important;
}
.ux-uploaded-file{
    margin-top: 10px;
    font-size: 0.9em;
    color: #556ee6;
}

.ux-file-limit {
    font-size: 0.8em;
    color: #0028bb;
    font-weight: 500;
    margin-left: 20px;
} 

.ux-relatedto {
    color: #1B63F1 !important;
}

.ux-active-card{
    background-color: #D4E9FF !important;
}

.inner_all_left_fix .ux-cursor:hover{
     border-color: transparent !important;
     box-shadow:0 0.25rem 0.90rem rgb(0 2 3 / 10%) !important;
}
.ux-danger-span{
    color: #fff;
    background: #f46a6a;
    padding: 4px 8px 4px 8px;
    font-size: .6em;
    margin-left: 2px;
}

.ux-success-span{
    color: #fff;
    background: #34c38f;
    padding: 4px 8px 4px 8px;
    font-size: .6em;
    margin-left: 2px;
}

.ux-availibility-span{
    
    padding: 4px 8px 4px 8px;
    font-size: .6em;
    margin-left: 4px;
    white-space: nowrap;
}

.ux-all-avail{
    color: rgb(63, 60, 60);
    background: #a1cbf0;
}

.ux-one-by{
    color: rgb(63, 60, 60);
    background: #6fa0ca;
}

.ux-conditional{
    color: #fff;
    background: #1B63F1;
}

.ux-activity-card{
    background: #f3f3f7
}

.ux-overflow{
    text-overflow: ellipsis !important;
    overflow: hidden;
    height: 1.2em;
    white-space: nowrap;
}

.ux-activity-close{
    font-size: 1em;
    background: #f46a6a !important;
    /* border-radius: 50%; */
    padding: .3px 3px .3px 3px !important;
    color: #fff;
    
}

.left-card.wellness-leftbox {
    background-color: #f8f8fb;
    border-radius: 4px;
    /* border: 1px solid #e5e5ef; */
    /* box-shadow: 0px 0px 8px #cccccc5c; */
    /* padding-top: 20px; */
}

.ux-addnew-btn{
    font-weight: 500;
    color: #1B63F1;
}

.ux-availabilty-desc {
    max-height: 50vh;
}
/*---24.8.21---*/
.digital-cred-bol .card-body p{
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    white-space: break-spaces;
    margin-bottom: 0;
}
.img-thumbnail{
    height: 100%;
}
/*---31.8.21---*/
.adj_wellness{
    padding: 12px;
    position: relative;
}
.tooltip-sec{
    position: absolute;
    top: -11px;
    right: -15px;
}
.adj_wellness img{
    object-fit: cover;
    min-height: 100%;
}
.new_tab_fix .adj_wellness img{
    /* min-height: auto; */
}
.adj_wellness .card-body{
    padding: 0 0 0 15px;
    height: 100%;
}
.cred-bol .text-truncate{
    cursor: pointer;
    width: 250px; 
}
.modal-header h5{
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cred-bol .text-truncate i{
    margin-right: 5px;
}
/*---31.8.21----*/
.ls_tab .activyaddedopt .fieldrx{
    width: 40%;
    display: block;
}
#video_url{
    margin-bottom: 1.5rem;
}
.bg-soft-primary p{
    cursor: pointer;
}
/*---10.9.21---*/
.card-title {
    font-size: 11px !important;
    margin: 0 0 3px 0 !important;
}
.rs_fix{
    align-items:baseline;
}
.course_in h5{
    font-size:18px !important;
}
.inner_all_left_fix .simplebar-content{
    padding-top: 0 !important;
    padding-right: 0 !important;
}
.left_b .simplebar-content{
    padding-top: 0 !important;
}
.tooltip.show{
    transition: none;
}
.inner_all_left_fix .simplebar-offset{
    max-height: calc( 100vh - 340px );
    
}

.inner_all_right_fix .ng-star-inserted .card-body{
     max-height: calc( 100vh - 345px );
    /* overflow-y: scroll; */
}
.inner_all_left_fix .simplebar-wrapper{
    max-height: calc( 100vh - 340px ) !important;
    
}

.inner_all_left_fix .simplebar-mask{
    max-height: calc( 100vh - 293px ) !important;
    
}
.adj_wellness h5{
    color: rgb(51,51,51);
   font-size: 13px !important;
   font-weight: 500;
}
.adj_wellness .card-body p{
    font-size:12px;
   
}
.adj_wellness .card-body .mb-1{
    margin-bottom: 5px !important;
}
.adj_wellness .card-body .inner-h{
    margin: 0 0 0px 0;
}
.course_in h4{
    color: #000 ;
}
.inner_all_right_fix h4{
    color: #000 ;
    
}

.left_b .card .card-body .card-title{
    padding-top: 10px;
}
.left_b .card .card-body .ux-relatedto{
    padding-top: 0;
}


.inner_cr .card-body h4{
     font-size: 11px !important;
}
.inner_cr .card-body h5{
     font-size: 13px !important;
     color: rgb(51,51,51) !important;
     padding-right: 85px !important;
}

/*---30.9.21---*/
.inner_for .ng2-tag-input{
    height:38px !important;
    border: 1px solid #efefef !important;
    border-radius: .25rem !important;
}
.inner_for .ng2-tag-input{
    height:38px !important;
    border-radius: .25rem !important;
    border: 1px solid #ced4da !important;
}
.inner_for .ng2-tag-input--focused {
    height:38px !important;
    border-radius: .25rem !important;
    border: 1px solid #2196f3 !important;
   
}
.inner_for .ng-tns-c145-1{
    /* display: block !important; */
}
.inner_for .ng2-tag-input__text-input{
     height:23px !important;
     /* position: absolute; */
     width: 100% !important;
}
.inner_for .tag-wrapper{
    line-height: 22px;
}
.inner_for .tag__text{
    font-size: 12px;
}
.inner_for .ng-star-inserted{
    height:26px;
    margin-left: 5px;
    width: fit-content;
}
.inner_for .ng-trigger-animation{
    background:#4F4F4F ;
    color:#fff;
}
.inner_for .tag-wrapper span svg path {
    fill: #fff;
}
.inner_for .ng-trigger-animation:not(:focus):not(.tag--editing):not(:active):not(.readonly):hover .tag-wrapper span svg path {
    fill: #000;
}

.inner_for delete-icon:hover{
    transform: scale(1.2) translateY(0px) !important;
}
.inner_for .ng-star-inserted span svg{
    height:23px !important;
}
#page-topbar{
    z-index: 999;
}
/* .simplebar-content{
    margin-right: 8px;
} */

.left_section_fix{
    max-width:30%;
    flex: 30%;
    max-width: 30%;
}
.right_section_fix{
    max-width:70%;
    flex: 70%;
    max-width: 70%; 
}

/*---1.10.21---*/
.ven_serch .form-group{
    margin-left: 50%;
}
.white_background_section{
    padding: calc(30px + 24px) calc(0px / 2) 60px calc(0px / 2) !important;
    background-color: #fff;
}
.top_head_section{
    background-color:#f0f0f0;
    padding-top: 25px;
}
.tab-btn button{
    background-color:#e8e8e8;
    border: none;
    color:rgb(152,152,154);
    border-radius: 0;
}
.tab-btn .btn-primary:hover{
    background-color:#fff;
    border-color: #fff;
    color: #7F92EC;
}
.tab-btn .btn-outline-primary:hover{
    background-color:#fff;
    border-color: #fff;
    color: #7F92EC;
}
.tab-btn .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
     background-color:#fff;
    border-color: #fff;
    color: #7F92EC;
}
.tab-btn .btn-primary.focus, .btn-primary:focus {
    background-color:#fff;
    border-color: #fff;
    color: #7F92EC;
}
.tab-btn .btn-primary:focus{
    box-shadow: none;
}
.tab-btn .btn-outline-primary:focus{
    box-shadow: none;
}
.top_body_section .left-card.wellness-leftbox{
    background-color: transparent;
}
.inner_all_left_fix .ng-star-inserted .card {
    background-color:#F7F7F7;
    box-shadow:none;
    min-height: 155px;
    display: block;
}
.inner_all_left_fix .ng-star-inserted .card .row{
    min-height: 125px;
}
.course-list-v2-main-wrapper .ng-star-inserted .card {
    background-color:#F7F7F7;
    box-shadow:none;
    min-height: 155px;
    display: grid;
}
.course-list-v2-main-wrapper .ng-star-inserted .card .row{
    min-height: 125px;
}
.right_section_fix .card {
    background-color:#F7F7F7;
    box-shadow: none ; 
    border: 1px solid #F7F7F7;
    margin-bottom: 0;
}
.right_section_fix .card-body{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.right_body_gapping{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
}
.right_body_gapping2{
    padding: 1.25rem;
    background-color: #fff;
}
.top_body_section{
    padding-top: 25px;
}

.top_head_section .fixed-content-header .page-title-box{
    padding-top: 0;
}
.top_head_section .fixed-content-header {
    padding-top: 30px;
}
.tab-btn .btn-primary{
    background-color: #fff !important;
    border-color: #fff !important;
    color: #7F92EC !important;
}
.tab-btn .btn-primary:active {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #7F92EC !important;
}
.ven_serch .form-control::placeholder{
    opacity: 0.3;
}
.right_body_gapping .right_btn_sec{
    display: inline-block;
    float: right;
}
.badge-secondary {
    color: #fff;
    background-color: #4F4F4F;
    padding: 5px 13px;
    vertical-align: middle !important;
    font-weight: 300;
}
.tab-btn{
    margin-left: 30px;
}
.right_body_gapping2 iframe{
    border:none;
}
.top_nav_sec{
    margin: 0 35px 0 17px;
}
.top_nav_sec li a{
    font-size: 12px;
}
.res_fix .page-title-box {
    padding-bottom: 10px !important;
}
.right_body_gapping .simplebar-content-wrapper p{
    font-size: 12px;
}
.fix_top_heading{
    position: sticky;
    background-color: #F7F7F7;
    width: 100%;
    z-index: 1;
    top: 15px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.fix_top_heading:after{
    content: "";
    position: absolute;
    background-color: #F7F7F7;
    width: 100%;
    height: 66px;
    top: -21px;
    left: 0px;
    z-index: -1;
   
}
.right_btn_sec{
    float: right;
}
.right_body_gapping2 img{
    max-width: 100%;
}
.right_body_gapping2 .ng-star-inserted p{
    font-size: 12px;
}
.right_body_gapping2 .ng-star-inserted span {
    font-size: 12px;
}
.right_body_gapping2 .ng-star-inserted h2{
    font-size: 20px;
}

/*---4.10.21---*/
.wellness_add_component_section h2{
    font-weight: 500;
    font-size: 16px;
    color: rgb(51,51,51);
    text-align: center;
    margin: 20px 0 30px 0;
}
.wellness_add_component_section .gen_wi{
    margin: 0 auto;
}
.wellness_add_component_section .gen_wi li a{
    font-size: .7128rem;
    color: #4F4F4F !important;
    text-transform: uppercase;
}
.wellness_add_component_section .gen_wi li .active{
    color: #556ee6 !important;
}
.wellness_add_component_section .card-body .nav-tabs-custom {
    border-bottom: 2px solid #4F4F4F;
}
.wellness_add_component_section .nav-tabs-custom .nav-item .nav-link::after{
    bottom:-1px !important;
}
.welactive_form .form-label{
    color: #4F4F4F;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.welactive_form input::placeholder{
    opacity: 0.5;
}
.welactive_form  textarea::placeholder {
    opacity: 0.5;
}
.welactive_form .box-icon-sec{
    color: #0028B9;
    font-size: 15px;
    margin-left: 5px;
}
.welactive_form .library_topphoto .dropzone {
    min-height: 210px;
    max-height: 210px;
}
.welactive_form .library_topphoto .dropzone .dz-message {
    max-height: 210px;
    height: 210px;
}
.wellness_form_btn{
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 10px !important;
}
.wellness_form_btn button{
    margin: 0 8px;
    padding: 5px 15px;
    font-size: 12px; 
}
.welactive_form {
    margin: 1rem 0 0 0;
}
.light_gray_background_sec {
    background-color: #F7F7F7;
    padding: 5px 10px 10px 10px;
    min-height: 70px;
}
.light_gray_background_sec .form-group{
    margin-bottom: 0;
}
.light_gray_background_sec select{
    background-color: transparent;
    border: none;
    color: #2A40C8;
    font-size: 12px;
    padding: 0;
    height: auto;
    font-weight: 500;
}
.light_gray_background_sec label{
    font-size: 12px !important;
    color: #4F4F4F;
}
.light_gray_background_sec select:focus{
    background-color:transparent;
}
.light_gray_background_sec .custom-file .custom-file-label{
    background-color:transparent;
    border: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    height: fit-content;
}
.light_gray_background_sec .custom-file-label::after{
    background-color: #2A40C8;
    border-radius: 5px;
    padding: 5px 10px 5px 25px;
    color: #fff;
    font-size: 10px;
    height: fit-content;
}
.light_gray_background_sec .custom-file-label::before {
    content: "\ebb3";
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 51px;
    z-index: 4;
}
.light_gray_background_sec .custom-file-input{
    height:auto;
}
.light_gray_background_sec .custom-file{
    height:auto;
}
.light_gray_background_sec #video_url {
    margin-bottom: 0 !important;
    padding: 5px;
    height: auto;
}
.ux-file-limit2{
    float: right;
}
.incen_sec{
    display: flex;
    align-items: center;
} 
.light_gray_background_sec .form-check-label{
    font-size: 12px !important;
    white-space: nowrap;
}
.welactive_form .ux-uploaded-file-placeholder{
    text-align: center;
    color: #F2F2F2;
    font-size: 20px;
}
.wellness_add_component_section .container-fluid{
    max-width: 70% !important;
}
.welactive_form .thumb-img{
    height:100%;
}
.wellness_form_btn button:disabled{
    background-color: #BDBDBD !important;
    border-color: #BDBDBD !important;
}
.welactive_form .ux-uploaded-file{
    margin-top: 10px;
}
.welactive_form .angular-editor{
    margin-top: 10px;
}
.welactive_form .videoPreviewer video{
    padding-top: 20px;
}
.btn-del{
    background-color: #a60909;
    border-color: #a60909;
}
.btn-del:hover{
    background-color: #e42e2e;
    border-color: #e42e2e;
}
.right_body_button{
    padding: 20px;
    background-color: #F2F2F2;
    margin-top: 1rem;
}
.simplebar-content-wrapper .right_body_button button{
    text-transform: uppercase;
    padding: 4px 22px;
    font-size: 12px;
}

.new_tab_fix .adj_wellness .card-body {
    padding: 0 0 0 15px;
}
.new_tab_fix .adj_wellness img{
    border-radius: 5px;
}
.new_tab_fix {
    padding-bottom: 15px;
}
.welactive_form .content-dropzone{
    position: relative;
}
.welactive_form .content-dropzone .btn{
    position:absolute;
    bottom:0;
    padding: 10px;
    font-size: 12px;
    background-color: #0028bb;
    border-color: #0028bb;
    color: #fff;
    width: 100%;
    border-radius:0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.welactive_form .inner_for .ng2-tag-input{
    height:auto !important; 
    min-height: 38px;
}

.adj_wellness .ux-with-availibility h5{
    white-space: nowrap; 
  width: 140px; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
 .adj_wellness .footcard-txt-count-condition{
    white-space: nowrap; 
    width: 180px; 
    overflow: hidden;
    text-overflow: ellipsis; 
    position: unset ;
    font-size: 11px !important;
 }
.adj_wellness .footcard-txt-count-condition .green-text{
    color: #35CB4C;
}
.no-position p{
    position: unset !important;
}
 
.all_inner_p_1{
    padding-bottom: 0 !important;
}
.all_inner_p_2{
    padding-top: 0 !important;
}
.all_inner_p_2 .last_course{
    background-color: #F7F7F7;
    background-clip: border-box;
    border: 5px solid #fff;
    border-radius: .25rem;
    padding: 2.25rem 2.25rem 1.25rem 2.25rem;

}

.all_inner_p_1 .chat-inner_sec{
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #f6f6f6;
    border-radius: .25rem;
    padding: 2.25rem 2.25rem 1.25rem 2.25rem;
}
.all_inner_p_1 .chat-inner_sec .new_course h2{
    font-weight: 500;
    font-size: 16px;
    color: rgb(51,51,51);
}
 .new_pro_text tag-input.tagxinp{
    border: none !important;
 }
.new_pro_text .inner_for .ng2-tag-input__text-input{
    height: calc(1.5em + .64rem + 2px) !important;
    width: 100%;
}
.inner_for form .ng-dirty{
    width: 85px;
}
.new_pro_text .welactive_form .inner_for .ng2-tag-input{
    padding-top: 3px !important;
}
.new_pro_text .welactive_form{
    margin-bottom: 9px !important;
}
.new_pro_text .welactive_form .inner_for{
    margin-bottom: 9px !important;
}
.inner_new .custom-control-label{
    color: #74788d!important;
    font-weight: 500;
    font-size: 12px;
}
.inner_new .custom-control-label:before{
    color: #fff;
    border-color: #74788d !important;
    background-color: #fff !important;
}
.inner_new .custom-control-label:after{
    /* background-color: #2A40C8 !important; */
    border-radius: 50px;
    background-size: 12px;
    background-position: 2px 2px;
}
.all_inner_p_2 .adj_wellness{
    padding: 0;
    border: 5px solid #fff;
}
.all_inner_p_2 .adj_wellness .card{
    box-shadow:none;
}
.all_inner_p_2 .adj_wellness .ls_tab{
    padding: 5px 0 ;
    background-color: #F7F7F7;
}
.all_inner_p_2 .adj_wellness .ls_tab ul .w-30{
    padding-right: 0;
}
.all_inner_p_2 .adj_wellness .ls_tab ul li strong{
    font-weight: 500;
}
.all_inner_p_2 .adj_wellness .ls_tab ul li{
    font-size: 11px;
}
.all_inner_p_2 .adj_wellness .ls_tab ul li a{
    font-size: 11px;
}
.one_by_one_radio_btn .custom-control {
  display:inline-block;
}
.all_inner_p_2 .adj_wellness .ls_tab .fieldrx select{
    border: 1px solid #C8C8C8;
    color: #556ee6;
}
.all_inner_p_2 .adj_wellness .disablesec ul li a {
    color:#E0E0E0;
    pointer-events: none;
}
.up_arrow_button_sec{
    width: 28px;
    height: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    background-color:#74788D;
    color:#fff !important;
    font-size: 15px;
    border-radius: .25rem;
    right: 64px !important;
}
.down_arrow_button_sec{
    width: 28px;
    height: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    background-color:#2A40C8;
    color:#fff !important;
    font-size:15px;
    border-radius: .25rem;
    margin-left: 5px;
    right: 28px !important;
}
.del_arrow_button_sec{
    width: 28px;
    height: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    background-color:#A60909;
    color:#fff !important;
    font-size: 15px;
    border-radius: .25rem;
    margin-left: 5px;
    cursor: pointer;
}
.all_inner_p_2 .deleteactivity{
    top: -9px;
    font-size: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
}
.all_inner_p_2 .last_course .adj_wellness img{
    min-height: 100px;
}
.adj_wellness .card-body h4 {
    white-space: nowrap;
    width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new_tab_fix .adj_wellness .card-body h4 {
    width: 100%;
}
.inner_new .custom-radio .custom-control-input:checked~.custom-control-label::after{
    background-image: url(../images/blue-dot.png) !important;
    background-size: 10px;
    background-position: 3px 3px;
}
.cancel_sec a{
    position:unset !important;
    width: 25px;
    height: 25px;
}
.cancel_sec {
    display: flex;
    position: absolute;
    right: 20px;
    top: 7px;
}
.cancel_sec a i{
    font-size: 17px;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cancel_sec a .mdi-delete{
    font-size: 12px;
}
.ls_tab .activyaddedopt .inline-opt .btn-danger{
    background-color: #A60909;
    border-color: #A60909;
}
.ls_tab .activyaddedopt .inline-opt a{
    padding: 4px 5px;
} 
.cancel_sec .disabled{
    background-color: #E0E0E0;
}
.new_pro_text .disabled input{
    background-color: #F2F2F2;
}
.second_section{
  
    padding: 15px;
    /* border: 1px solid rgba(0, 0, 0, 0.1) !important; */

}
.inner_all_cont .float-sm-right{
    margin-bottom: 8px;
}

.inner_Page_left_fix{
    max-height: calc( 100vh - 200px );
}
.inner_top_card_navi{
    position: sticky;
    top: 5px;
}
.fix_right_sec{
    max-height: calc( 100vh - 345px );
}
.fix_right_sec .ng-star-inserted{
    /* background-color: transparent !important; */
    box-shadow:none !important;
    margin-bottom: 0;
}
.fix_right_sec .card-body{
    background-color: #fff !important;
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    margin-bottom: 25px;
}
.fix_right_sec .card-body p{
    font-size: 13px ; 
}
.fix_right_sec .card-body .nav-pills{
    margin-bottom:8px;
}

.xdx .btn-primary:active{
    background-color:transparent !important;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
}
.xdx .btn-primary{
    background-color:transparent !important;
    border: 1px solid #ccc !important;
}
.xdx .btn-primary:focus{
    box-shadow: none !important;
}
.myactivityxxx .adj_wellness h5 {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 33px;
    /* line-height: 18px; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    white-space:break-spaces;
    padding-bottom: 1px !important;
}
.new_tab_fix .adj_wellness h5{
    width:100%;
}
/* .inner_all_left_fix .col-sm-12{
    padding-right: 0;
} */
.right_body_gapping2 .timebreakwisesetx{
    width: 100%;
}
.wellness-leftbox .dashboard_content .bg-primary{
    color: #fff !important;
}
.elips_h4{
    white-space: nowrap;
    width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.simplebar-content-wrapper{
    margin-right: 10px;
   
}
.cred-bol .ng-star-inserted{
    margin-left: 0px;
    margin-right: 0px;
}
.inner_all_left_fix .left_b { 
    margin-left: 12px;
}
.inner_cus .chat-conversation ul {
    /* max-height: calc(100vh - 100px) !important;
    min-height: calc(100vh - 100px) !important; */
    min-height: 100% !important;
    padding-right: 8px;
}
.inner_all_paragraph_sec strong {
    font-size: 12px;
} 

.digital-cred-bol .btn-primary{
    display: flex;
    align-items: center;
}
.bg-soft-primary{
    padding-top: 6px;/* 2px; */
    /* border: 0 solid #f6f6f6;
    border-radius: 0.25rem; */
}
.paragraph_bottom_down{
    position: absolute !important;
    bottom: 0;
    margin-bottom: 0 !important;
    min-height: fit-content !important;
    line-height: 15px;
}
.inner_all_paragraph_sec p{
    margin-bottom: 0 !important;
    margin-top: 1rem !important;

}
.second_section .activitycount{
    color: #74788d!important;
    font-size: 11px !important;
}
.all_inner_msg{
    padding: calc(44px + 24px) calc(24px / 2) 60px calc(24px / 2) !important ;
    background:#fff;
}
.all_inner_msg .user-chat{
    border: 1px solid #f7f7f7;
    border-top: none;
}
.creat-custom-box .btn-success {
    color: #fff !important;
    background-color: #34c38f !important;
    border-color: #34c38f !important;
} 
.cred-bol .col-md-4{
    /* padding-bottom: 15px; */
}
.fix_top_head_msg{
    position: fixed;
    background-color: #F7F7F7;
    z-index: 1;
    top: 135px;
    width: 360px;
    padding: 10px 10px;
}
.all_inner_msg .user-chat .card{
    box-shadow: none;
}

.top_nav_sec li a span{
    white-space: nowrap;
}
.topnav .navbar-nav .nav-link span{
    cursor: pointer;
}
.nav-tabs-custom .nav-item .nav-link span{
    cursor: pointer;
}
.ng-star-inserted button span{
    cursor: pointer;
}
.chat-input-section .row{
    align-items: center;
}

.cred-bol .bg-soft-primary{
    cursor: pointer;
    border-radius: 0.25rem;
}
.w-14{
    width: 14%;
}
.w-13{
    width: 13%;
}
.w-min-30{
    min-width: 30%;
}
.question-text-brk{
    word-break: break-all;
    white-space: break-spaces;
}
.pl-12{
    padding-left: 12px;
}
.ml-12{
    margin-left: 12px;
}
.alg-fix{
    display: flex;
    justify-content: space-between;
}
.digitam-form-margin-bt .ng-star-inserted .card{
    height: auto;
    min-height: 172px;
    box-shadow: none;
} 
.dxwlwrp::-webkit-scrollbar {
    width: 5px;
  }
.dxwlwrp::-webkit-scrollbar-thumb {
    background: #a7a7a7 ; 
  }
.dxwlwrp::-webkit-scrollbar-track {
    background: #f0f0f0 ; 
}
.dxwlwrp::-webkit-scrollbar-thumb:hover {
    background: rgb(119, 119, 119); 
  }

.course-list-v2-main-wrapper::-webkit-scrollbar {
    width: 5px;
  }
.course-list-v2-main-wrapper::-webkit-scrollbar-thumb {
    background: #a7a7a7 ; 
  }
.course-list-v2-main-wrapper::-webkit-scrollbar-track {
    background: #f0f0f0 ; 
} 
.course-list-v2-main-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgb(119, 119, 119); 
  } 
.well-del-modal .card{
    background-color: #fff;
    margin: 0;
}
.well-del-modal .simplebar-content-wrapper{
    margin:0;
}
.well-del-modal .fix_top_heading{
    background-color: #fff;
    padding: 0;
}
.well-del-modal .right_body_gapping{
    padding: 0;
}
.well-del-modal .fix_top_heading::after{
    background-color: #fff;
}
.well-del-modal .right_body_gapping2{
    padding-bottom: 0;
}
#content-list .page-title-right button span{
    white-space: nowrap;
}
.simplebar-content-wrapper .right_body_button .badge {
    padding: 4px 22px;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid #343a40;
}
.right_body_button .badge {
    padding: 4px 22px;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid #343a40;
}
.modal-content{
    box-shadow: 0px 2px 9px 0 #0000006e;
}
.inner_cr .pinbtn i{
    background-color: #dfdfdf;
    padding: 4px;
    font-size: 13px;
    border-radius: 0.3rem;
    margin-left: 2px !important;
    margin-right: 2px;
}
.inner_cr .card-img.img-fluid{
    height: 100%;
    object-fit: cover;
}
.show_more_tags .btn-outline-primary{
    background-color: #3452e1;
    border-color: #3452e1;
    color: #fff;
}
.modal-btn-alg-fix h5 {
    display: flex;
}
.modal-btn-alg-fix h5 button{
    display: flex;
    align-items: center;
}
.modal-btn-alg-fix h5 button i{
    margin-right: 5px;
}

.digital-cred-bol .pinbtn {right: -10px !important;} 

.modal-backdrop ~ .modal ~ .modal{
    background-color: rgba(0, 0, 0, 0.5);
}
.over-x-hidden{
    overflow-x: hidden;
}
.card-title.mb-0{
margin-bottom: 0 !important;
}
.activity-related-to{
    background-color: transparent !important;
} 
.w-82{
    width: 82%;
} 