﻿body{
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    background-color: #ffe5ed !important; 
}
body a {
    color: #8c5726;
}
body a:hover {
    color: inherit;
    text-decoration: none;
}
body h1, body h2, body h3, body h4, body h5, body h6{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
body h3{
    font-size: 1em;
    color: #fe81ad;
}
body strong{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
}
body p, body span, body small{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
.pl-100{
    padding-left:100px !important;
}
.close span {
    font-size: 30px !important;
    color: Red;
}
.login-page {
    margin: 0;
    padding: 0;
    background: url(../images/bg-logo.jpg) no-repeat 0px 0px;
    min-height: 100vh;
    background-size: contain;
    background-color: #ff9ecb;
}
.logo-login {
    margin: 0;
    text-align: center;
    padding-bottom: 20px;
}
.logo-login img{
    height: 80px;
}
.w3l-login-form {
    background: #fff;
    width: 400px;
    margin: 7% 7% 5% 7%;
    padding: 2em;
    border-radius: 0;
    box-sizing: border-box;
    float: right;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}
.group {
    display: flex;
    background-color: #ffffff;
}
.group i {
    color: #fc3955;
    font-size: 20px;
    padding: 0 10px;
}
.w3l-form-group {
    margin: 20px 0;
}
.group .form-control {
    padding: 8px 20px;
}
.w3l-login-form button {
    background: #FE81AD;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    padding: 3px 15px;
    cursor: pointer;
    width: 100%;
    border-radius: 0;
    font-weight: 700;
}
button:hover {
    background-color: #ff9ecb;
    transition-duration: 1s;
}
.terumdiv-box {
    background: #fff;
}
.forgot {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 40px 0;
}
.forgot p {
    text-align: center;
    margin: -3px 0 0 0;
    font-size: 14px;
}
.register {
    color: #00BCD4;
    text-decoration: none;
}



.blue_btn {
    background: #FE80AD;
    border: none;
    color: #fff;
    padding: 5px 15px;
}
.black_btn {
    background: #3F3F3F;
    border: none;
    color: #fff;
    padding: 5px 15px;
}
.gray_btn {
    background: #F5F5F5;
    border: none;
    padding: 5px 15px;
}
.add_btn{
    background: #FFFFFF;
    border: none;
    padding: 5px 15px;
}
.plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/*
.logo {
    border-top: 5px solid #FE80AD; 
}
*/
.navbar-toggler-icon {
    background: url(../images/open-menu.png) !important;
    background-size: contain !important;
}
.logo_text{    
    margin-left: auto;
    text-align: right;
}
.logo_text h2 {
    font-size: 1.2em;
}
.main_menu {
    background: #fff;
}
.main_menu .navbar-expand-lg .navbar-nav .nav-link {
    color: #2E2E2E;
    padding: .7em 0.9rem;
    border-top: 3px solid transparent;
}
.main_menu .navbar-expand-lg .navbar-nav .nav-link.active {
    font-weight: 700;
    border-radius: 23px;
    background: #FE80AD;
    color: #fff;
    border-top: 3px solid #da116f;
    padding: 5px 20px;
    margin-top: 5px;
}
.main_menu .dropdown-menu {
    padding: 0;
    background: #f5f5f5;
    border: 0;
    border-radius: 0;
    margin: 0;
}
.main_menu .dropdown-menu .dropdown-item {
    border-top: 1px solid #ddd;
    font-weight: 400;
    font-size: 14px;
}
.main_menu .dropdown-item.active, .main_menu .dropdown-item:active {
    background-color: #8c5726;
}

.logo_text .nav-link {
    padding: .5rem 1.2rem;
    line-height: 2.5;
    color: #8c5726;
}
.badge {
    position: absolute;
}
.logo_text .list-group-item {
    padding: .5rem;
}
.dropdown-menu-header {
    display: flex;
    padding: 10px;
}
.dropdown-menu-header h5 {
    display: inline-block;
    margin: 0;
    font-size: 1em;
}
.dropdown-menu-header .badge {
    position: relative;
    margin-left: auto;
    padding: 5px 5px;
}
.list-group {
    height: 300px;
    width: 300px;
    overflow: auto;
}
.pr-10 i{
    width: 30px;
    height: 30px;
    line-height: 1.3;
    border-radius: 50%;
    background: #c1c1c1;
    padding: 5px;
    text-align: center;
    margin-right: 10px;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    white-space: nowrap;
    vertical-align: bottom;
    border-radius: 1000px;
    margin-right: 10px;
}
.avatar img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px;
    border: 2px solid #dcdcdc;
}
.avatar i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
}
.avatar-online i {
    background-color: #11c26d;
}

/*Active deacrtive toggle start*/
 .active-decactive.imagecheckbox span :checked + label:before{
    content: unset
}
.active-decactive.imagecheckbox span {
    position: relative;
    border: 0;
}

.active-decactive.imagecheckbox span :checked + label {
    position: absolute;
    top: 0;
    margin: 0;
    bottom: 0;
    height: unset;
    width: 100%;
    left: 0;
    border-radius: 50%;
    border: 3px solid #ffffff !important;
    
}
.active-decactive.imagecheckbox span :checked + label.pink-shade{
    box-shadow: 0 0 8px 5px #fe81ad;
} 
.active-decactive.imagecheckbox span :checked + label.red-shade {
    box-shadow: 0 0 8px 5px #f45746;
}
.active-decactive.imagecheckbox span :checked + label.yellow-shade {
    box-shadow: 0 0 8px 5px #fff056;
}
.active-decactive.imagecheckbox span :checked + label.blue-shade {
    box-shadow: 0 0 8px 5px #0283d1;
}
.active-decactive.imagecheckbox span :checked + label.green-shade {
    box-shadow: 0 0 8px 5px #00a000;
}

/*Active deacrtive toggle end*/

/*caroudsal CSS start*/
ul.owl-carousel.imagecheckbox {
    width: 77%;
        margin-right: 20px;
}
ul.owl-carousel.imagecheckbox .owl-nav button.owl-prev {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(0, -50%);
}

ul.owl-carousel.imagecheckbox .owl-nav button.owl-next {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(0, -50%);
}

ul.owl-carousel.imagecheckbox .owl-nav button span {
    font-size: 30px;
}
ul.owl-carousel.imagecheckbox .owl-stage .owl-item label img{
    width: 20px;
}
ul.owl-carousel.imagecheckbox .owl-nav button {
    outline: none;
    background: #fd63ac;
    width: 22px;
}

ul.owl-carousel.imagecheckbox .owl-nav button.disabled {background: #c9c9c996;}

ul.owl-carousel.imagecheckbox .owl-nav button.disabled span {
    color: #bdbdbd;
}
ul.owl-carousel.imagecheckbox .owl-stage .owl-item {text-align: center;}
ul.owl-carousel.imagecheckbox .owl-stage .owl-item label {
    background: #fff;
    transition: 0.3s ease;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.owl-carousel.imagecheckbox .owl-stage .owl-item label:hover {
    transform: scale(1.3);
    box-shadow: 0 0 10px 1px #fd63ac;
}
/*caroudsal CSS end*/


/* width */
.dropdown-menu ::-webkit-scrollbar {
    width: 5px;
  }
/* Track */
.dropdown-menu ::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
/* Handle */
.dropdown-menu ::-webkit-scrollbar-thumb {
    background: #888; 
}
/* Handle on hover */
.dropdown-menu ::-webkit-scrollbar-thumb:hover {
    background: #555; 
}  

.page_title {
    margin: 10px 0;
    border-bottom: 2px solid #fff;
}
.breadcrumbs{
    display: block;
}
.page_title h1 {
    border-bottom: 2px solid #FE80AD;
    margin-bottom: -2px;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 1.8em;
}

.service_grid {
    margin-bottom: 2em;
}
.service_grid .service_title{
    background: #fe81ad;
    padding: 5px 10px;
    border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-top: 3px solid #da116f;
}
.service_grid .service_title h2{
    display: inline-block;
    font-size: 1.5em;
    color: #FFFFFF;
}
.service_grid .service_title .service_btn {
    float: right;
}
.service_btn select {
    padding: 5px 10px;
    border: none;
}
.table-responsive table{
    width: 100%;
}
.table-responsive table th{
    background-color: #FFF;
}
.table-responsive table th, .table-responsive table td {
    border: 1px solid #E7E7E7;
    padding: 10px;
}
.table-responsive select, .table-responsive input {
    border: 1px solid #E7E7E7;
    padding: 3px 20px;
    border-radius:20px; 
}
.table-responsive input[type=checkbox], .table-responsive input[type=radio] {
    width: auto;
    margin-right: 10px;
}
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button,
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    min-width: 1em;
    padding: 0.2em 0.7em;
    background: #ddd;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 12px;
}
.previous, .next {
    border-radius: 20px !important;
}
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, 
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button:active, 
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: #fff !important;
    border-color: transparent;
    background: #8c5726;
    border-radius: 50%;
    box-shadow: none;
    outline: none;
}
.table-responsive .dataTables_wrapper .dataTables_length {
    float: right;
    text-align: right;
}
.table-responsive .dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
}
.table-responsive table.dataTable thead th, table.dataTable thead td, .table-responsive table.dataTable.no-footer {
    border-bottom: 0;
    border: 1px solid #E7E7E7;
}


.toggle_switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.toggle_switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle_slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .toggle_slider {
    background-color: #fe80ad;
}

input:focus + .toggle_slider {
    box-shadow: 0 0 1px #fe80ad;
}

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

/* Rounded sliders */
.toggle_slider.round {
border-radius: 34px;
}

.toggle_slider.round:before {
border-radius: 50%;
}

.call_chek{    
    display: inline-block
}
.call_info{
    float: left;
}
.s_ico, .call_ico {
    text-align: center;
    margin-top: 5px;
}
.call_ico {
    text-align: center;
    float: right;
    margin-top: 15px;
}
.s_ico, .call_ico {
    text-align: center;
}
.s_ico i, .call_ico i {
    text-align: center;
    background: #F5F5F5;
    border: 1px solid #E7E7E7;
    padding: 15px;
}
.table-responsive table span{
    color: #da116f;
}
.info_grid{
    box-shadow: 1px 1px 8px #8a898963;
    border-bottom: 3px solid #8c5726;
    margin-bottom: 30px;
    height: 90%;
}
.info_btn a, .info_btn button {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    padding: 1px 5px;
    margin: 0;
}
.table-responsive .info_btn a, .table-responsive .info_btn button {
    color: #8c5726;
    border-color: #8c5726;
    margin-bottom: 2px;
}
.info_title{
    margin-top: 8px;
    border-radius: 18px;
    background: #FE81AD;
    color: #fff;
    padding: 5px 10px;
}
.info_title h2 {
    display: inline-block;
    font-size: 1.2em;
    margin: 0;
}
.info_title .info_btn{
    float: right;
}
.info_box{
    padding: 10px;
}
.info_box h6{
    color: #8c5726;
}
.info_box strong{
    color: #666666;
}
.info_contact strong{
    color: #8c5726;
    display: inline-block;
    text-align: center;
}

.copyright{
    background: #fe81ad;
    color: #fff;
    padding: 10px;
    text-align: center;
   
}
a.add_more_btn, button.add_more_btn {
    color: #8c5726 !important;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    padding-left: 3px;
}
.add_more:after {
    content: "";
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background: url(../images/plus.png) no-repeat;
    background-size: contain;
    display: inline-block;
}
.req:after {
    content: "\f069";
    font-family: FontAwesome;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background-size: contain;
    display: inline-block;
    font-size: 10px;
    font-weight: 100;
    color: #da116f;
    vertical-align: text-top;
}
.required:after {
    content: "\f069";
    font-family: FontAwesome;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background-size: contain;
    display: inline-block;
    font-size: 10px;
    font-weight: 100;
    color: #da116f;
    vertical-align: text-top;
}
.circle_box {
    width: 600px;
    height: 600px;
    max-width: 100%;
    position: relative;
    margin: auto;
    background: url(../images/ic-bg.png) no-repeat;
    background-position: center;
    background-size: 80%;
}
.one_circle{    
    background: #fe80ad;
    width: 35%;
    height: 35%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.two_circle, .three_circle, .four_circle, .five_circle, .six_circle, .seven_circle{    
    background: #ddd;
    width: 20%;
    height: 20%;
    border-radius: 50%;
    position: absolute;
    cursor:pointer;
}
.two_circle{  
    left: 0;
    top: 40%; 
}
.three_circle{ 
    left: 20%;
    top: 6.5%;
}
.four_circle {
    right: 20%;
    top: 6.5%;
}
.five_circle{ 
    right: 0;
    top: 40%; 
}
.six_circle{ 
    right: 20%;
    bottom: 6.5%;
}
.seven_circle{  
    left: 20%;
    bottom: 6.5%;
}
.info1 {
    height: 100%;
    padding: 10px;
    text-align: center;
}   
.info1 h2 {
    color: #fff;
    font-size: 1.2em;
}
.dp1 {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto 10px;
    border: 2px solid #ccc;
    padding: 5px;
}
.dp1 img{
    width: 100%;
}
ul.info2 {
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 14px;
}
ul.info2 a{
    color: #000;
}
.info {
    height: 100%;
    padding: 10px;
    text-align: center;
    display: flex;
}   
.info h3 {
    font-size: 1em;
    align-items: center;
    display: inline-grid;
    margin: 0;
    width: 100%;
}

.s_title {
    border-bottom: 3px solid #fe81ad;
    margin-bottom: 15px;
    padding: 5px 0;
}
.s_title h2{
    margin-bottom: 10px;
    font-size: 1.2em;
    display: inline-block;
}


.sidebar{    
    box-shadow: 1px 1px 8px #8a898963;
    margin-bottom: 15px;
}
.side_box{
    padding: 10px;
}
.sidebar h2{
    border-bottom: 3px solid #fe81ad;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 1.2em;
}
.sidebar a {
    color: #8c5726;
}
.side_title h3{
    font-size: 1em;
    display: inline-block;
}
.side_title i{
    float: right;
}
.no_box {
    background: #fe81ad;
    padding: 0 5px;
    border-radius: 2px;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
}


.modal{    
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.modal .modal-header .close {
    padding: 5px 10px;
    margin: -5px -5px -5px auto;
}
.modal .modal-header, .modal .modal-footer {
    padding: 0.5rem 1rem;
}
.modal-title {
    color: #8C5726;
    font-size: 1.2em;
}

body label {
   /* color: #666666;
    font-weight: 600;
    font-size: 9px;*/
}
body .form-control {
    outline: none;
    border-radius: 20px;
    font-size: 12px;
    height: auto;
    padding: 3px 10px;
}
body .form-control:focus {
    box-shadow: none;
    border-color: #8C5726;
}
.btn-cancle {
    background: #DDDDDD;
    padding: 3px 15px;
    border-radius: 0;
}
.btn-submit {
    background: #FE81AD;
    color: #fff;
    padding: 5px 15px;
    border-radius:30px;
    border: 0;
    font-weight: 700;
    height: 37px;
    //min-width:80px;
}

.pdr-0 {
    padding-right: 0px!important;
}
.btn-cancle {
    background: #DDDDDD;
    color: #666;
    padding: 5px 15px;
    border-radius:30px;
    border: 0;
    font-weight: 700;
    height: 37px;
    min-width:80px;
}
.input-group-addon {
    border-left: 0 !important;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #e9ecef;
    border-radius: 0 20px 20px 0;
}

.view_modal .modal-header {
    background: #fe81ad;
}
.view_modal .modal-title {
    color: #ffffff;
    font-size: 1.2em;
    margin-right: auto;
}
.view_modal .modal-body {
    border-bottom: 2px solid #8c5726;
    /*padding: 0 5px;*/
    padding :10px 13px 10px 13px;
}
    .modal.show .modal-dialog { 
    width: 96%; 
}
/* 4 september 2021 */
.four_btn {
    background: #FFFFFF;
    border: none;
    padding: 7px 15px;

}   
.bell-icon-text {
    top: 13px;
}
@media (min-width: 1200px){ 
    .main_menu .navbar-expand-lg .navbar-nav .nav-link {    
        padding: .7em 1.5rem;   
    }   
    #client_right_relation {    
        font-size: 14px;    
    }   
}   
@media (min-width: 992px){  
    #client_right_relation {    
        font-size: 13px;    
    }   
}
@media (min-width: 768px){
    body .s_container {
        padding: 0 50px;
    }
}

@media (max-width: 768px){
    .circle_box {
        height: 500px;
    }
    .info1 h2, ul.info2, .info h3 {
        font-size: 80%;
        margin-bottom: 5px;
    }
    .dp1 {
        width: 35px;
        height: 35px;
        margin-bottom: 5px;
        padding: 1px;
    }
    .agenttitle>h1 {
            margin-bottom: 20px;
    }
}
@media (max-width: 480px){    
    .circle_box {
        height: 350px;
    }
    .info1 h2, ul.info2, .info h3 {
        font-size: 60%;
        margin-bottom: 5px;
    }
    .dp1 {
        width: 25px;
        height: 25px;
        margin-bottom: 5px;
        padding: 1px;
    }
}

/* By Umesh Joshi on 24/06/2020 */
button.dropdown-toggle{
    background: white;
    border-radius: 15px;
    outline: none;
    border-radius: 20px;
    font-size: 14px;
    height: auto;
    padding: 3px 10px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
.error{
    color: red;
    font-weight: 400;
    white-space: pre-line;
    width: 100%;
    font-size: 14px !important;
}
.ui-autocomplete{
    z-index: 9999 !important;
}

/****** 25-06-2020 *********/

#datepicker input{
    position: relative;
    z-index: 99;
    /*background: transparent;*/
    border-right: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

#datepicker span{
    position: absolute;
    right: 1px;
    z-index: 99;
    top: 1px;
}

.new-policy .bootstrap-select .error {
    color: red;
    position: absolute;
    top: 30px;
}

#agentValidate .bootstrap-select .error {
    color: red;
    position: absolute;
    top: 36px;
}
.add-prospect button.btn.btn-light.dropdown-toggle {
    font-size: 12px;
    height: auto;
    padding: 2px 10px;
}
.mm-dropdown {
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 50px;
  background: #fff;
}
.mm-dropdown {
  position: relative;
}
.mm-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;

    position: absolute;
    background-color: white;
    width: 100%;
    z-index: 1;
    border-left: 1px solid #ddd;
    border-right : 1px solid #ddd;
/*    border:1px solid #ddd;*/
}
.mm-dropdown ul li,
.mm-dropdown div.textfirst {
  padding: 0;
  color: #333;
  padding: 1px 10px;
}
.mm-dropdown div.textfirst:after {
    content: "\f0d7";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    right: 10px;
    top: 5px;
}

.mm-dropdown div.textfirst img.down {
  float: right;
  margin-top: 5px
}
.mm-dropdown ul li:last-child {
  border-bottom: 0;
}

.mm-dropdown ul li {
  display: none;
  cursor: pointer;
}

.mm-dropdown ul li.main {
  display: block;
}

.mm-dropdown ul li img {
  width: 20px;
  height: 20px;
}





/*30-June-2020*/

.text-editor {
    background: #eee;
    padding: 20px;
    border:solid 1px #ddd;
}
.module-btn label {
    background: #eee;
    padding: 3px 6px;
    font-size: 13px;
    cursor: pointer;
}
.convert-btn  {
    /*background: #FE81AD;*/
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    border: 0;
    display: inline-block;
}
.convert-btn:hover {
    /*color:#fff;
    background-color: #ff9ecb;
    transition-duration: 1s;*/
} 
.address-panel {
    height:180px;
    border-radius:17px;
    border: 2px solid #e7d9d9;
    margin-bottom:8px;
    padding: 10px;
}

.client-summary-title {
    background: #FE81AD;
    color: #fff;
    padding: 5px 10px;
}
.client-summary-title h2 {
    margin-bottom: 0px;
}
.col-form-label {
    font-size: 14px !important;
}
/* .frm span {
    font-size: 12px;
    line-height: 12px;
} */
.newclient_notes_btn {
    position: relative;
    top: 11px;
    left: 25px;
}
.newclient_age {
    margin-left: 7%;
}
.pointer {
    cursor: pointer;
}


@media only screen and (max-width: 767px) {
    .row.btn-custom-align.btn-search-align {
        margin: 0;
    }
    .s_title h2 {
        margin-top: 20px;
    }
    .add-email {
        margin-bottom: 20px;
    }
    .mobile-btn {
        margin: 20px 0;
    }
}


@media only screen and (min-width: 1700px) {


}

/*25thJul'20*/
#conversationPopup .modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}
#conversationPopup .modal-head h3 {
    margin-bottom: 0;
}
#conversationPopup .modal-body {
    background: #f6f6f6;
    max-height: 500px;
    overflow-y: auto;
    padding-bottom: 0;
}
#conversationPopup .modal-body .sms-main .sms-box {
    margin-bottom: 15px;
}
#conversationPopup .modal-body .sms-main .sms-box .sms-box-inner {
     max-width: 85%;
    box-shadow: 0 0 5px rgba(0,0,0,.051);
    /*display: flex;
    align-items: center;*/
    padding: 15px 10px !important;
    /*display: inline-flex;*/
}
#conversationPopup .modal-body .sms-main .sms-box.sms-received .sms-box-inner {
    background: #fff;
    border-radius: 15px 15px 15px 0;
    color: #333;
}
#conversationPopup .modal-body .sms-main .sms-box.sms-sent {
    text-align: right;
}
#conversationPopup .modal-body .sms-main .sms-box.sms-sent .sms-box-inner {
    background: #333;
    border-radius: 15px 15px 0 15px;
    color: #fff;
    margin-left: auto;
    justify-content: flex-end;
}
#conversationPopup .modal-body .sms-main .sms-box.sms-sent .sms-box-inner .profile-picture {
    margin-left: 10px;
}
#conversationPopup .modal-body .sms-main .sms-box.sms-received .sms-box-inner .profile-picture {
    margin-right: 10px;
}
#conversationPopup .modal-body .sms-main .sms-box .sms-time {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}
#conversationPopup .modal-body .sms-main .sms-box.sms-sent .sms-time {
    text-align: right;
}
#conversationPopup .modal-body .sms-main .sms-box .sms-details h6  {
    margin-bottom: 0;
    font-size: 14px;
}
#conversationPopup .modal-body .sms-main .sms-box .sms-details p {
    margin-bottom: 0;
    text-align: justify;
}
.selected-agents .selected-agent-item {
    display: flex;
    align-items: center;
    margin-bottom: 1px;
}
.selected-agents .selected-agent-item label:first-child {
    margin-right: 5px;
    background: #0075ff;
    padding: 5px 10px;
    color: #fff;
}
.selected-agents .selected-agent-item label:last-child {
    background: #0075ff;
    padding: 5px 10px;
    width: 100%;
    color: #fff;
}
/*7thAug'20*/
.gender-new-client-i .rdo_job.error {
    width: auto;
}

table.data-table tbody tr td,
table.table tbody tr td,
table tbody tr td {
    padding: 2px 2px;
}
table.data-table tbody tr:nth-child(odd),
table.table tbody tr:nth-child(odd),
table tbody tr:nth-child(odd) {
    background-color: #fff;
}
table.data-table tbody tr:nth-child(even),
table.table tbody tr:nth-child(even),
table tbody tr:nth-child(even) {
    background-color: #f9d0df;
}
.modal .modal-header {
    background: #fe81ad;
    color: #fff;
}
.modal .modal-title,
.modal .close {
    color: #fff;
}
.dataTables_wrapper .dataTables_info {
    /* position: absolute;
    top: -4px;
    left:50%; */
    margin: 10px 0px 10px;
    padding-top: 0 !important;
}

.datapaginationSec .dataTables_wrapper .dataTables_paginate {
    padding-top: 0px;
    margin: 8px 0px 7px;
}

.setScroll{
    height:100px;
    overflow: hidden;   
}
.setScroll:hover{
    overflow-y:auto; 
}
/* width */
.setScroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.setScroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.setScroll::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.setScroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.setScrollPopup{
    margin:20px;
    border-radius:3px;
    border: 2px solid #e7d9d9;
    height:200px;
}
.hide {
    display: none;
}
.policy-content ul.timeline {
    margin-top: 10px;
    padding: 0;
    padding-left: 8px;
}
.policy-content ul.timeline:before {
    left: 3px;
}
.policy-content li.timeline-item {
    margin-top: 5px;
}
.policy-content li.timeline-item::before {
    left: -3px;
}
.timeline-heading > h3 {
    position: relative;
}
.timeline-heading > h3 span {
    cursor: pointer;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.timeline-heading > h3::after {
    cursor: pointer;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    color: #fe81ad;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    right: 5px;
}
.timeline-heading[aria-expanded="false"] > h3::after {
    content: '\f067';
}
.timeline-heading[aria-expanded="true"] > h3::after {
    content: '\f068';
}

.client-data-table > tr > th a {
    color: #212529 !important;
}
.page-link{

    margin-left: 5px !important;
    /*color: #fff !important;*/
    border:1px solid  !important;
   /* background-color: #8c5726 !important;*/
    border-radius: 50% !important;
    box-shadow: none;
    outline: none;
    width: 30px;
    height: 30px;
    font-size:12px;

}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #8c5726 !important;
    border-color: #8c5726 !important;
}
.paginationPrevious{
   border-radius: 20px !important;
   width:90px;
   height:30px; 
   background-color: #dee2e6 !important;
   text-align: center;
}
.row.footer-pagination {
    margin-left: 0px;
    margin-right: 0px;
}
.p-div{
    padding: 0px !important;
}
.p-div p{
    padding: 15px;
}

.showRow {
    border:1px solid #ced4da;
    border-radius: 50px;
    margin-left:5px;
    color: black;
    margin-right: 5px;
    background: #fff;
width: 70px;
padding-left: 18px;
padding-top: 3px;

}
table.dataTable thead .sorting {
 background:url("../images/sort_both.png") no-repeat center right !important;
}
table.dataTable thead .sorting_asc {
 background:url("../images/sort_asc.png") no-repeat center right  !important;
}
table.dataTable thead .sorting_desc {
 background:url("../images/sort_desc.png") no-repeat center right  !important;
}
table.dataTable thead .sorting_asc_disabled {
 background:url("../images/sort_asc_disabled.png") no-repeat center right  !important;
}
table.dataTable thead .sorting_desc_disabled {
 background:url("../images/sort_desc_disabled.png") no-repeat center right  !important;
}
.client-data-table > tr > th > .fa {
    float: right;
    margin-top: 5px;
}
.col-md-2.d-flex.justify-content-end.mar-left-side {
    flex: 0 0 14.667%;
}
.notification-block .dropdown-item {
    white-space: normal;
}
.notification-block .dropdown-item h6 {
    font-size: 15px;
}
.name-color {
    width: 14px;
    height: 14px;
    background: #ff3e98;
    border: solid 1px #ddd; 
    display: inline-block;
}
.task-icon-schedule {
    width:24px;
    height:24px;
    background: url("../images/task_incomplete.png") no-repeat center right  !important;
    display: inline-block;
    /*width: 14px;
    height: 14px;
    background: #ff3e98;
    border: solid 1px #ddd; 
    display: inline-block;*/
}

.schedule-popup .modal-footer {
border-top: none;
}

/*li.page-item {

display: none;
}

.page-item:first-child,
.page-item:last-child,
.page-item.active {

display: block;
}*/

/* import map css start */
.f-rem {
    background-color: #f9d9e5;
    border-left: 6px solid #fe80ad;
    padding:10px;
  }

.impt-ul {
    list-style: none;
}
  
.impt-ul li:before {
    content: '✓';
}
/* import map css end */


.col-form-label {
    padding-top: calc(1px + 1px)!important;
    padding-bottom: calc(0px + 1px)!important;
    
}
.page-link {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}

table.dataTable thead tr{
    background: #fff;
}
.dropdown.showRow.show ul li{
    text-align: center;
}
.dropdown.showRow.show ul{
    min-width:5rem!important;
    border:1px solid;
}
.dropdown-menu-right { 
    left: auto!important;
}

/* start schedule module style */
.actionButton {
    padding: 4px 10px;
    font-size: 12px;
    background: #FE81AD;
    color: #fff;
    border-radius: 30px;
    border: 0;
    font-weight: 700;
    height: 37px;
    min-width: 80px;
    font-family: sans-serif;
}

.cancel {
    padding: 10px 15px;
}

.customvalid{
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 13px;
    font-family: sans-serif;
    color: red;
}

.btnPadding {
    padding:10px;
}
.counter_align{
 text-align:center;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    height: 200px;
    overflow: auto;
    width: 200px;
}

/*Custom Css*/
.note-popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i{
    visibility: visible !important;
}
/* end schedule module style */


.chat-box{
    background: #ccc;
}

.reply-box{
    margin-left: 0;
    display: block;
    background: #FFF;
}

.note-editor.note-frame .note-editing-area .note-editable{
    background-color: #fff;
    overflow-x: auto;
    width: 600px;
}

.dropdown-menu-footer{
       position: sticky;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    background: #fff;
    height: 30px;
}
.SenderPadLeft{padding:0 0 0 40px;}

.cust_icon{
    width: auto;
    float: left;
    margin-right: 13px;
}

.cust_check{
    width: auto;
    float: left;
    margin-top: 2px;

}
body .wrapper_rel{
  width:200px;

  /*height:150px;*/
}
/*form-control.rel_list. valid{
    border-radius: 0px; 
}*/
#dep_gender-error {
    position: absolute;
    margin-top: 20px;
}

.insertatcaretactive
{
border:1px soild #1e90ff;
}
/***** Resize Modal******/
#policyPage .modal-body .frm_client .row .col-md-1 {
        flex: 100px;
    max-width: 100px;
        margin-bottom: 10px;
}
#policyPage .modal-body .frm_client .row .col-md-2 {
        flex: 160px;
    max-width: 160px;
        margin-bottom: 10px;
}
/***** Resize Modal End******/


/* Advance Search */

.ad-search {
  background-color: #fff;
  border-top: 2px solid #fdc6da;
  border-bottom: 2px solid #fdc6da;
  align-items: center;
  padding: 15px 0;
  margin-top: 10px;
}
.ad-search h4 {
  font-size: 20px;
  margin: 0;
  padding: 0 0 15px 0;
  font-weight: 500;
}
.ad-search .iconWrapper.dot-icon a {
     height: 30px;
    width: 30px;
    overflow: hidden;
    display: inline-block;
  border: 1px solid #707070;
  border-radius: 15px;
  margin: 0 2px 7px 2px;
/*  padding: 2px;*/
  cursor: pointer;
}
.ad-search .iconWrapper.dot-icon img {
      width: 100%;
    height: 100%;
    border-radius: 50%;
}
.ad-search .iconWrapper img:hover {
  border: 1px solid #D4156B;
}

.imagecheckbox{
  list-style-type: none;
}

.imagecheckbox li {
  display: inline-block;
}

.imagecheckbox input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}
.imagecheckbox input[type="checkbox"] {
  display: none;
}

.imagecheckbox label {
    border: 1px solid #d2d2d2;
    padding: 2px;
    display: block;
    position: relative;
    margin: 5px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
}

.imagecheckbox label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
     border: 1px solid #fd63ac;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 14px;
    transition-duration: 0.4s;
  transform: scale(0);
      font-size: 12px;
}

.imagecheckbox label img {
  height: 20px;
  width: 20px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.imagecheckbox :checked + label {
  border-color: #d6d6d6;
}

.imagecheckbox :checked + label:before {
  content: "✓";
  background-color: #fd63ac;
  transform: scale(1);
}
/*input#goto {
      height: 28px;
    padding: 10px;
    line-height: 4px;
    margin-left: 5px;
}*/
input#search_fil {
      height: 28px;
    padding: 10px;
    line-height: 4px;
      margin-left: 14px;
    margin-top: 25px;
}
input#export_data {
    height: 28px;
  padding: 10px;
  line-height: 4px;
    margin-left: 14px;
  margin-top: 25px;
}

/* 4 september 2021 */
/* .prospect_show_assigned {
    text-align: center;
} */
.merge_selected_prospect_btn {
    margin-top: 4%;
}
.newclient_age {
    margin-left: 7%;
}
.view_agent_bottom {
    margin-bottom: 20px;
}
.agent_summary_bottom {
    margin-top: 20px;
}
.show_client_btns {
background: #fd63ac;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    border: 0;
    font-weight: 700;
    height: 37px;
    float: left;
    min-width: 80px;
    margin-right: 10px;
}
.policy_show_search_sec {
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
    .navbar-toolbar-right {
        margin-left: -20%;
    }
    .navbar-toggler {
        position: absolute;
        right: 5%;
    }
} 

@media screen and (min-width: 1024px) {
    
    .service_title h2 {
        font-size: 10px;
    }
    .service_grid .service_title h2 {
        font-size: 1.1em;
        color: #FFFFFF;
    }
    .service_grid .service_title {
        background: #fe81ad;
        padding: 9px 10px 14px 10px;
    }
}
@media screen and (max-width: 1024px) {
    .filterp_btns_section {
        position: relative;
        left: 46px;
    }
}
.client-dropdown {
    left: 2%;
    margin-bottom: 25px;
    top: 17%;
}

.show_client_input {
    margin-left: 2%;
}


.show_client_dropdown {
    margin: 0 20px;
}
.modallScroll-Inner {
    max-height: 80vh;
    overflow-y: auto;
    padding: 5px;
}
.refreshBtnDiv {
    padding-left: 282px;
    /* text-align: center; */
    position: relative;
}
.refreshBtnDiv button {
    position: absolute;
    top: 0;
    z-index: 99;
}
.nameInfoTd {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .filterp_btns_section {
        position: relative;
        left: 12%!important;
    }
    .go_show_client {
        margin: 4% 5% 0 0;
    }
.page_client_column {
    position: relative;
    right: 30%;
}

table.data-table tbody tr td, table.table tbody tr td, table tbody tr td {
    padding: 2px 2px;
    font-size: 12px;
}
.go_show_client {
    margin: 4% -1% 0 0;
}
.prospect_list_section_search {
    margin-top: 15px;
}
.prospect_show_assigned {
    text-align: right;
}
.client-data-table > tr > th a {
    font-size: 12px;

}
.prospect-div tr td i {
    font-size: 16px;
}
.prospect-div tr td:nth-child(1) {
    width: 16%;
}
.coverage_label_prospect {
    margin-top: 15px;
} 
}
.prospect_add_btn {
    margin-top: 20px;
    float: left!important;
}
.opacity_zero{
  opacity: 0;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #EEA2C3;
    border-color: #007bff;
}
.dropdown-not-allowed {
    cursor:not-allowed;
    pointer-events:none;
}
.today{
    background-color: #04c !important;
}
.colorBoxWrapperAgent{
  line-height: 0px;
}
.colorBoxWrapperAgent span{
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 2px;
  border: 1px solid #222;
  display: inline-block;
  border-width: 1px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.colorBoxWrapperAgent span:first-child {
  background: #fd63ac;
}
.colorBoxWrapperAgent span:nth-child(2) {
    background: #ee220c;
}
/*.colorBoxWrapper span:nth-child(3) {
  background: #0283d1;
}
.colorBoxWrapperAgent span:nth-child(4) {
    background: #fff056;
}
.colorBoxWrapperAgent span:nth-child(5) {
  background: #fd63ac;
}*/
.dropdown-height .dropdown.bootstrap-select .dropdown-menu.show {
    height: 250px;
    max-height: none !important;
    min-height: none !important;

}

/*20-01-2022*/
.imagecheckbox.imagecheckbox-custom :checked + label {
    border-color: #fd63ac;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 35%);
    border-width: 2px;
    height: 32px;
    width: 32px;
}
.imagecheckbox-custom :checked + label:before{
    display: none;
}
input#goto {
    height: 26px;
    padding: 0px 15px;
    line-height: 0;
    margin-left: 5px;
    min-width: auto;
    border: none;
}
.margint-toggle{
    margin-top:-42px;
}
#timeline_popup{
  position: fixed;
}
#show_more {
  cursor: pointer;
  float: right;
  background-color: #ff9ecb;
  margin: 15px 0px;
}
#show_less {
  cursor: pointer;
  background-color: #ff9ecb;
  margin: 15px 0px;
}
.scroll-y {
    max-height: 400px;
    overflow-y: auto;
}
.scroll-y::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scroll-y::-webkit-scrollbar
{
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

.scroll-y::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color:#fe80ad;
}
.scroll-y table tr th {
    white-space: nowrap;
    position: sticky;
    top: -2px;
  /* //  z-index: 999; */
}

/* Date Range Picker Changes  */

.applyBtn{
    color: #ffffff !important;
    background-color: #fd63ac !important;
}

.text_color{
    color: #fe81ad;
}

.today {
    background-color: #fe81ad !important;
}
/* .bg_color{
    color: #fe81ad;
} */

.bg_color {
    background-color: #fe81ad!important;
}
.task-score_sec .task-score-col{
    width: 23%;
    margin: 0 80px;
}
.task-score_sec {
    margin-top: 20px;
    margin-bottom: 80px;
}
.text-col {
    color: #fe81ad!important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #fe81ad !important;
}  

a.nav-link.header_task_container_icon {
    padding: 0.5rem;
}
div#ajax_data_table .card {
    border-radius: 10px;
    border: 1px solid #eee;
    align-items: center;
    display: grid;
    min-height: 180px !important;
    border-top: 5px solid #fe80ad;
}
.task-score_sec .card .card-body a.text-col {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000!important;
}
.total-task h1 {
    margin-right: 25px;
    font-size: 30px;
}
.col.total-task .comple, .col.total-task .comple a, .comple {
    font-size: 20px;
    font-weight: 500;
    color: #5e5e5e;
    text-align: right;
}
.ontime .text-xs.font-weight-bold.text-col.text-uppercase a {
    margin-bottom: 13px;
    display: block;
}
.card-task .ontime .text-xs.font-weight-bold.text-col.text-uppercase a {
    margin-bottom: 13px;
    display: block;
    margin-top: 5px;
}
.ontimetext .comple {
    margin-bottom: 17px;
}
.col-7.ontimetext .comple .progress .progress-bar {
    background: #fe80ad;
}
.justify-content-evenly{
    justify-content: space-evenly;
}
.card-custom{
    width: 100%;
    max-width: 80%;
    margin: auto;
}
a.anchor-custom {
    font-size: 1.4rem!important;
}
a.anchor-custom2 {
    font-size: 2rem!important;
}



/* responsive css start here */

@media (max-width:767px){
    .d-flex.justify-content-center.task-score_sec {
        display: block !important;
    }
    .task-score_sec .task-score-col {
        width: 100%;
        margin: 18px auto;
        max-width: 90%;
    }
    .task-score_sec .card .card-body a.text-col {
        font-size: 17px;}
}


@media (min-width:768px) and (max-width:991px){

    .task-score_sec .task-score-col {
        width: 49%;
        margin: 0;
    }
    .task-score_sec .card .card-body a.text-col {
        font-size: 16px;}
}

@media (min-width:1396px){
    .task-score_sec .card .card-body a.text-col {
        font-size: 16px;}
}
@media only screen and (max-width: 1367px) {
   
    .card-custom{
        width: 100%;
        max-width: 90%;
        margin: auto;
    }
      }

@media only screen and (max-width: 1300px) {
   .flex-direction-custom{
       flex-direction: column;
   }
   .flex-direction-custom > div {
       margin-bottom: 15px;
   }
   .col-100-custom{
    flex: 0 0 100%!important;
    max-width: 100%!important;
}

  }
 
/* responsive css end here */

.hotlink {
     cursor: pointer; 
     color: #8c5726 !important;
    }

    .single-notification_task .dataTables_wrapper .dataTables_info {
        position: initial;
    }
    .modal.notificationPopupStyle {
        z-index: 1051;
    }
    body.modalOverlay div#notificationPopup {
        background: #00000069;
 
    } 
    .ontimetext .comple {
        margin-top: 5px;
    }
 
   #load{
      margin-top:-140px;
      width:100%;
      height:150%;
      position:fixed;
      z-index:9999;
  }
  .overlay
         {
          width:100%;
          height:100%;
          position: fixed;
          background: rgba(0,0,0,0.5);
          z-index: 999999;
          left: 0;
          bottom: 0;
          top: 0;
          display: none;
         }

      .loader 
         {
            border: 6px solid #f3f3f3;
            border-radius: 50%;
            border-top: 6px solid #fc6abf;
            width: 50px;
            height: 50px;
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
            margin: auto;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: transparent;
            position: fixed;
         }
         .modal-backdrop {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1040;
            width: 100vw;
            height: 100vh;
            background-color: #0000;
        }
        .modal {
            background-color: #0000001a!important;
        }
        .modal.ui-draggable {
            background-color: #00000000!important;
        }
        .modal-backdrop + .modal-backdrop {
            z-index: 1050;
        }

          @-webkit-keyframes spin {
            0% { -webkit-transform: rotate(0deg); }
            100% { -webkit-transform: rotate(360deg); }
          }

          @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
          }




/*27-05-2022*/
.can-toggle {
  position: relative;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
  box-sizing: border-box;
}
.can-toggle input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type=checkbox][disabled] ~ label {
  pointer-events: none;
}
.can-toggle input[type=checkbox][disabled] ~ label .can-toggle__switch {
  opacity: 0.4;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  content: attr(data-checked);
}
.can-toggle label {
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.can-toggle label .can-toggle__label-text {
  flex: 1;
  padding-left: 32px;
}
.can-toggle label .can-toggle__switch {
  position: relative;
}
.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: #fe81ad;
  transform: translate3d(0, 0, 0);
}
.can-toggle input[type=checkbox][disabled] ~ label {
  color: rgba(234, 0, 48, 0.5);
}


.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch {
  background-color: #e9ecef;
}
.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  color: #ffffff;
}

.can-toggle label .can-toggle__label-text {
  flex: 1;
}
.can-toggle label .can-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #e9ecef;
}
.can-toggle label .can-toggle__switch:before {
  color:#000;
}
.can-toggle label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #fff;
}

.can-toggle input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(65px, 0, 0);
}
.can-toggle label {
  font-size: 14px;
}
.can-toggle label .can-toggle__switch {
  height: 28px;
  flex: 0 0 134px;
  border-radius: 20px;
}
.can-toggle label .can-toggle__switch:before {
  left: 67px;
  font-size: 12px;
  line-height: 28px;
  width: 67px;
  padding: 0 12px;
}
.can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 20px;
  width: 65px;
  line-height: 24px;
  font-size: 12px;
}

.can-toggle.can-toggle--size-small input[type=checkbox]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type=checkbox]:checked ~ label .can-toggle__switch:after {
  transform: translate3d(44px, 0, 0);
}
.can-toggle.can-toggle--size-small input[type=checkbox]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type=checkbox]:checked:hover ~ label .can-toggle__switch:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small label {
  font-size: 13px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch {
  height: 28px;
  flex: 0 0 90px;
  border-radius: 2px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
  left: 45px;
  font-size: 10px;
  line-height: 28px;
  width: 45px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
  top: 1px;
  left: 1px;
  border-radius: 1px;
  width: 44px;
  line-height: 26px;
  font-size: 10px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}


/*30-05-2022*/
/*-- range code start */
.range {
  -webkit-appearance: none;
  vertical-align: middle;
  outline: none;
  border: none;
  padding: 0;
  background: none;
}

.range::-webkit-slider-runnable-track {
  background-color: #fe81ad;
  height: 6px;
  border-radius: 3px;
  border: 1px solid transparent;
}

.range[disabled]::-webkit-slider-runnable-track {
  border: 1px solid #d7dbdd;
  background-color: transparent;
  opacity: 0.4;
}

.range::-moz-range-track {
  background-color: #d7dbdd;
  height: 6px;
  border-radius: 3px;
  border: none;
}

.range::-ms-track {
  color: transparent;
  border: none;
  background: none;
  height: 6px;
}

.range::-ms-fill-lower { 
  background-color: #d7dbdd;
  border-radius: 3px;
}

.range::-ms-fill-upper { 
  background-color: #d7dbdd;
  border-radius: 3px;
}

.range::-ms-tooltip { display: none; /* display and visibility only */ }

.range::-moz-range-thumb {
  border-radius: 20px;
  height: 18px;
  width: 18px;
  border: none;
  background: none;
  background-color: #606670;
}

.range:active::-moz-range-thumb {
  outline: none;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  border-radius: 100%;
  background-color: #fd63ac;
  height: 18px;
  width: 18px;
  margin-top: -7px;
}

.range[disabled]::-webkit-slider-thumb {
  background-color: transparent;
  border: 1px solid #d7dbdd;
}

.range:active::-webkit-slider-thumb {
  outline: none;
}

.range::-ms-thumb { 
  border-radius: 100%;
  background-color: #606670;
  height: 18px;
  width: 18px; 
  border: none;
}

.range:active::-ms-thumb {
  border: none;
}

output {
  border: 1px solid #d7dbdd;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  padding: .4em .6em;
  border-radius: 3px;
}
/*-- range code end */

.radioucustom1{
    display: flex;
    position: relative;
}
.radioucustom1 > label{
    margin-right: 10px;
}
.radioucustom1 > label input{
    margin-right: 5px;
}
.radioucustom1 input.error{
    width: auto;
    margin-bottom: 25px;
}
.radioucustom1 label.error{
    position: absolute;
    bottom: 0px;
    left: 0;
}
.showcontractlist .contract-table td, .showcontractlist .contract-table th,.showcredentiallist .credential-table th,.showcredentiallist .credential-table td {
    padding: 6px;
    vertical-align: top;
    border-top: 0px;
    font-size: 14px;
    width: 10%;
    max-width: 100px;
    word-break: break-all;
}
.panel-heading.note-toolbar {
    width: 100%!important;
    background-color: #fff;
}
.note-editor.note-frame .note-editing-area .note-editable {
    background-color: #fff;
    overflow-x: auto;
    width: 100%!important;
}
.table-custom-overflow, .showcontractlist {
    margin-top: -35px;
    max-height: 180px;
    overflow: auto;
}
div#DataTables_Table_6_wrapper div#DataTables_Table_6_info {
    position: absolute;
    top: -7px;
    /* left: 700px; */
    left: 35%;
}
.dataTables_wrapper .dataTables_info {
    /* position: absolute;
    top: -7px;
    left: 38%!important; */
}

.tooltip_font{
    margin: 0px; 
    font-weight: 400!important;
}
.flex-new {
    display: flex;
    align-items: end;
    height: initial;
    position: absolute;
    top: 13px;
    left: 60%;
    z-index: 99;
}
.assigned-to {
    text-align: left;
    position: absolute;
    left: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 20px;
    z-index: 999;
}

.assigned-to label {
    font-weight: normal;
    white-space: nowrap;
    margin-right: 15px;
    margin-bottom: 0px;
}
label#user_id-error {
    position: absolute;
    left: 34%;
    top: 100%;
    font-size: 12px !important;
}
div#task_list_table_filter, div#task_list_table_length {
    margin-bottom: 10px;
}

.assigned-to select {
    height: 30px;
    width: 292px;
    border: 1px solid #dedede;
}
table#task_list_table thead tr th:first-child {
    background-image: none !important;
}
.table-responsive table.dataTable thead th, table.dataTable thead td, .table-responsive table.dataTable.no-footer {
    border-bottom: 0;
    border: 1px solid #E7E7E7;
}
.table-data {
    width: 100% !important;
}
.dataTables_scrollHeadInner {
    width: 100% !important;
    padding-left: 0px !important;
}
/* .dataTables_scrollHead {
    padding-right: 15px;
} */
.modallScroll-Inner1 .form-group1.table-responsive table tr td{
    padding: 3px 10px !important;
}
.taskModal {
    max-height: 80vh;
    overflow-y: auto;
}
.taskModal table {
    position: relative;
    z-index: 999;
}
.refreshBtnDiv1 #reload-list , .refreshBtnDiv1 #btnSubmitBulk {
    position: relative;
    top: 5px;
} 
/* .modallScroll-Inner1 .form-group1.table-responsive table tr th, .modallScroll-Inner1 .form-group1.table-responsive table tr td {
    width: 60px;
    min-width: 58px;
    max-width: 58px;
  
} */
.modallScroll-Inner1 .form-group1.table-responsive table tr th:first-child {
    background: none !important;
}

.modallScroll-Inner1 .form-group1.table-responsive table tr th:first-child input {
    display: block;
    margin: 0 auto;
}
@media only screen and (max-width:1199px){
    .flex-new {
        position: static;
        float: right;
    }
    
    .assigned-to {
        position: static;
        float: left;
    }
    
    .modallScroll-Inner {
        width: 100%;
        margin-top: 10px;
        display: inline-block;
    }
}
@media only screen and (max-width:992px){
    .assigned-to, .flex-new {
        float: none;
        text-align: center;
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 8px auto;
    }
    
    .flex-new button {
        width: 100%;
        max-width: 47%;
        text-align: center !important;
    }
}
/* 
.ui-widget.ui-widget-content {
    display: none !important;
} */

/*01-08-2022 css start here */
.row.btn-custom-align.btn-search-align a.btn-submit {
    width: 100%;
    text-align: center;
}
.btn-search-align .custom-column {
    margin: 0 4px;
}
.row.btn-custom-align.btn-search-align a {
    padding: 5px 2px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row.btn-custom-align.btn-search-align a i {
    margin-right: 2px;
}
.row.btn-custom-align.btn-search-align {
    justify-content: space-around;
}
.prospect h6 {  
    font-size: 14px !important;
}
.actionLink-btn .btn-submit {
    min-width: 37px;
}
.actionLink-btn .btn-submit .fa {
    font-size: 20px;
}
ul.owl-carousel.imagecheckbox.imagecheckboxList {
    margin-left: 17px;
}
.prospect-checkbox {
    display: flex;
}
.row.btnrow {
    flex-wrap: nowrap;
}
.searchfilter-btn .btn-submit {
    min-width: 37px;
}
.imagecheckbox.imagecheckbox-custom-item label {
    width: 25px;
    height: 25px;
    padding: 0px;
}
.imagecheckbox.imagecheckbox-custom-item label img {
    width: 17px;
}


@media(min-width:768px) and (max-width:1024px){
    .row.btn-custom-align.btn-search-align {
        margin: 0;
    }
}
.modal_text_name{
    color: white;
}
/*01-08-2022 css end here */

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    
    background-image: linear-gradient(to bottom,#d68bcf,#fe81ad) !important;
}
.readonlySelect{
    pointer-events:none;
}

/* html {
    height: 100% !important;
 
}
body {
   
    min-height: 100%;
}

.footer-content {
    position: absolute;
    bottom: 0;
    width: 100%;
} */
#duplicateMergeModal .container.duplicatePhoneModal {
    max-height: 80vh;
    overflow-y: auto;
}

#contracttab tr th {
    position: sticky;
    top: 0px;
    z-index: 2;
    box-shadow: inset 0 1px 0 black, inset 0 -1px 0 white;
    background-color: #ffffff;;
  }
#task_list_table tr th {
    position: sticky;
    top: -1px;
    background-color: white;
}

#notificationPopup_task .table-responsive {
    overflow-x: unset;
}

#notificationPopup_task .modal-body.single-notification_task {
padding-top: 70px;
}

.customsort {
    cursor: pointer;
}

.search-box.taskSearchCom {
    position: absolute;
    top: 0px;
    width: 220px;
  }

  .search-box.taskSearchCom .search-btn {
    position: absolute;
    right: 11px;
    top: 3px;
  }

  .search-box.taskSearch {
    position: absolute;
    top: 20px;
    width: 220px;
  }
  .search-box.taskSearch .search-btn {
    position: absolute;
    right: 11px;
    top: 3px;
  }
  .task-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 14px;
  }
  .Policies_box_item li:nth-child(11) .dropdown-menu li a {
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .Policies_box_item li:nth-child(11) .dropdown-menu {
     max-height: 150px !important;
  }
  #notificationPopup {
    overflow: hidden;
  }
  #duplicateMergeModal tr th {
    background-color: #ffffff !important;
    top: -9px;
  }
  /* .datepicker.dropdown-menu {
    z-index: 99 !important;
  } */

  /* 25/01/2023 */
.notificationPmodal + .form-group.row.scroll-y {
    padding: 0 10px;
}

.notificationPmodal + .form-group.row.scroll-y tr th {
    background: #fff;
    padding: 10px;
}
.modal-body.single-notification {
    max-height: Calc(100vh - 90px);
}



/*  utkarsh  */
.table-responsive table th, .table-responsive table td{
    width: 200px !important;
  }
  .custom_summary_table{
    padding: 0px !important;
    margin: 0px 0px 20px 0px !important;
  }

  .total_record{
    text-align:right ;
    font-weight: 600 !important;
  }
  .summary_wrapper{
    margin-left: 0px !important;
  }

  /* 07March */
  .cstmTableWrapperBox {
    background:white;
    padding:10px
}
.cstmTableWrapperBox .heading
{
    font-weight:bold;
}
.cstmTableWrapperBox .row .col-3
{
    border:1px solid #e7e7e7;
    font-size:20px
    
}

.cstmTableWrapperBox .row.cstmCls:nth-child(odd) {
    background-color: #f9d0df
}
.cstmTableWrapperBox .row.cstmCls:nth-child(even) {
    background-color: #fff;
}
.cstmCls .col-3, .cstmCol{
    font-size: 14px !important;
    font-weight: 400;
    line-height: 2.5 !important;
    text-align: left;
    color: #212529;
    font-family: 'Roboto', sans-serif !important;
}

.row.heading .col-3{
    font-size:15px !important;
    line-height:2.5
}


/* 28 Aug 2024 */
.progress_bar-container {
    background-color: #333;
    border-radius: 5px;
    overflow: hidden;
    height: 25px;
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.progress_bar-container .progress-bar-success {
    height: 100%;
    background-color: #4caf50;
    text-align: center;
    line-height: 25px;
    color: #fff;
    width: 10px;
    transition: width 0.5s ease-in-out;
}
.progress_bar-container span.posi_span {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0px;
    margin: 0px auto;
    color: white !important;
}
.progress_bar-container span.posi_span span{
    color:white !important;
}

.progress_bar-container .progress-bar-success-complete {
    height: 100%;
    background-color: #4caf50;
    text-align: center;
    line-height: 25px;
    color: #fff;
    width: 100%;
    transition: width 0.5s ease-in-out;
}

th.pagelinkSort.minwidth-set {
    min-width: 400px;
}

th.pagelinkSort.minwidth-set {
        min-width: 400px;
      }

#roleTable_length{
    margin-right: 40px;
}



/*25-02-2025*/

.cstmTable thead tr th, .cstmTable tbody tr td {
    width: auto !important;
}

#simpleModal {
    z-index: 9999;
}

.cstmTextModalContent {
    padding: 0 !important;
    border-radius: 4px;
    border: none !important;
}

#modalText {
    margin-top: 15px !important;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

/* 21th march 2025 */
.policy-reason-content table.import-table tbody tr td{
    padding: 2px 4px;
    white-space: nowrap;
}
