@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {box-sizing: border-box;}
body {margin: 0;padding: 0;color: #333;background: #fff;font-family: 'Poppins', sans-serif;}
h1, h2, h3, h4, h5, h6, p { margin: 0;}
a {text-decoration: none;}
.form-control{box-shadow:none;}
.jconfirm .jconfirm-box{color:#000;}

.loginappBody p{font-size:12px;}
.loginappBody .container .account-body{width:100%;}
.loginappBody .container .account-body .new-entry-input{max-width:100%;}
.dashboard_card{position: relative; display: -webkit-box; display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; letter-spacing: 0.5px; -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05); margin: 0 0 24px 0;border: 0; border-radius: 10px;}
.dashboard_card_header{background-color: #fff;padding: 15px 15px;border-top-left-radius: 15px; border-top-right-radius: 15px;position: relative;color: #000;border-bottom: 1px solid #f0f1f5;}
.dashboard_card_header h3 {margin: 0px;font-size: 16px; color: #1e2678;font-weight: 600;}
.dashboard_card_body {-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 1rem 1rem;padding: 15px;background-color: rgba(0, 0, 0, 0);}
.blueCollor {color: #1f2778;}
.pagination {display: flex;justify-content: center; margin: 20px 0;}
.pagination a, .pagination span {margin: 0 5px;padding: 5px 12px;font-size:14px;text-decoration: none;color: #007bff;border: 1px solid #ddd;border-radius: 4px;}
.pagination a.active {background-color: #007bff;color: #fff; border: 1px solid #007bff;}
.pagination a:hover {background-color: #ddd;}
.pagination span {color: #555;}
.pagination .page-item .page-link span{border: 0; padding: 0px; margin: 0;}
@media(max-width: 1024px) {
.theme-login-sec{padding: 50px 10px;display: flex;justify-content: center;align-items: center;min-height: 100vh;}	
.theme-login-secinner{width:100%;}
.theme-login-haeder{text-align: center;margin-bottom:20px;}
.theme-login-header-logo{margin-bottom:20px;}
.theme-login-header-logo img{max-width: 160px;width: 100%;}
.theme-login-header-content .tiltle{font-weight: 600;margin-bottom:5px;}
.theme-login-header-content p{}	
.apppHeader {width: 100%;padding: 25px 0px;position:relative;}
.apppHeader.apppHeaderBg {background-color: #1e2678;color: #fff;padding:0px;}
.apppHeader.apppHeaderBg .apppHeaderBginner{padding: 10px 0px;}
.apppHeader.apppHeaderBg .leftApppHeaderBg{margin-right:5px;}
.apppHeader.apppHeaderBg .backBtn{font-size: 20px;color: #fff; margin-right: 0px;}
.apppHeader.apppHeaderBg .apppHeaderBginner .pageTitle {font-size: 20px;letter-spacing: 0.32px;color: #fff;font-weight: 500;}
.appHeader-inner {display: flex;align-items: center;justify-content: space-between;}
.appHeader-left{align-items: center;}
.appHeader-left a i {color: #1e2678;font-size: 32px;}
.appHeader-left .appHeader-left-content{-webkit-box-flex: 1;-ms-flex: 1; flex: 1;margin-left:10px;}
.appHeader-left .appHeader-left-content h4{font-size:16px;font-weight:600;color:#2c7aff;}
.appHeader-left .appHeader-left-content p{font-size:12px;font-weight:500;color:#6a7ca3;}
.appHeader-right a {display: flex;align-items: center;}
.appHeader-text h3 {font-size: 28px;color: #1f2778;font-weight: 400;font-family: "Poppins";}
.appHeader-text h3 span {color: #00000c;font-weight: 500;}
.appHeader-text p {font-size: 16px;line-height: 22px;color: #6a7ca3;font-weight: 400;text-align: right;}
.appHeader-profile img {height: 38px;width: 38px;border-radius: 50%;}
.appHeader-left .appHeader-profile{margin-left: 8px;}
.appHeader-text {margin-right: 10px;}
.appBody {position:relative;}
.appBody:before{
		content:'';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
        background: linear-gradient(135deg, #6a11cb 0%, #5592f7 40%, #fff 90%);
        height: 400px;
        width: 100%;
        opacity: 0.03;
    }
.appBody:after{
		content:'';
         position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        background: linear-gradient(135deg, #6a11cb 0%, #3f5efb 40%, #baecf9 50%);
        height: 400px;
        width: 100%;
        opacity: 0.03;
    }
.appAccountBody{position:relative;}	

.dashboardSocialStaticSec{position:relative;}
.dashboardSocialStaticSec .dashboard_card{margin-bottom:15px;} 
.dashboardSocialStaticSec .dashboard_card_body{padding:8px;}
.dashboardSocialStaticSecinner{display: flex;/* flex-wrap: wrap; */margin: 0 -3px;overflow: auto;}
.dashboardSocialStaticSecinner::-webkit-scrollbar {display: none;}
.dashboardSocialStaticSecinner { -ms-overflow-style: none;scrollbar-width: none;  }
.dashboardSocialStaticBox{/* width: 20%; */padding: 0 3px;}
.dashboardSocialStaticBoxinner{background-color: #dae6fc;padding: 3px 5px;align-items: center;justify-content:center;border-radius: 4px; min-width: 64px;}
.dashboardSocialStaticBoxinner .icon{width:18px;margin-right:6px;}
.dashboardSocialStaticBoxinner .icon img{width: 20px;}
.dashboardSocialStaticBoxinner .content{padding:2px 0 0;}
.dashboardSocialStaticBoxinner .content h4{font-size: 16px;line-height: 20px;font-weight: 600; color: #000;}
.dashboardSocialStaticSecinner .dashboardSocialStaticBox.bg1 .dashboardSocialStaticBoxinner{background-color: #e5f2fe;}
.dashboardSocialStaticSecinner .dashboardSocialStaticBox.bg2 .dashboardSocialStaticBoxinner{background-color: #d1eed6;}
.dashboardSocialStaticSecinner .dashboardSocialStaticBox.bg3 .dashboardSocialStaticBoxinner{background-color: #fee2d3;}
.dashboardSocialStaticSecinner .dashboardSocialStaticBox.bg4 .dashboardSocialStaticBoxinner{background-color: #ddffee;}
.dashboardSocialStaticSecinner .dashboardSocialStaticBox.bg5 .dashboardSocialStaticBoxinner{background-color: #ffdcdb;}

.checkinCheckoutBar{position:relative;padding:0 15px 10px;z-index:1;}
.checkinCheckoutBarinner{}
.checkinCheckoutBarinner .checkInOutBtn{background-color: #ddd;border: 1px solid #ddd;color: #000;font-size: 13px;line-height: 19px;font-weight:500;padding: 5px 10px 6px;border-radius: 6px;margin-right: 10px;}
.checkinCheckoutBarinner .checkInOutBtn .txt{}
.checkinCheckoutBarinner .checkInOutBtn.checkInBtn{background-color: #06cd06;border: 1px solid #06cd06;color: #fff;}
.checkinCheckoutBarinner .checkInOutBtn.checkOutBtn{background-color: #333;border: 1px solid #333;color: #fff;}
.checkinCheckoutBarinner .timeCount{font-weight: 500;color: #000}


.leadsFolloesMettingsSec{position:relative;}
.leads-folloes-mettings-sec{position:relative;}
.leadsFolloesMettingsSec .illastrateBg{}
.leadsFolloesMettingsSec .illastrateBg img{}
.leadsFolloesMettingsSec .illastrateBg-1{position: absolute;bottom: -60px;left: 0;z-index:-1;}
.leadsFolloesMettingsSec .illastrateBg-1 img{height:400px;}
.leadsFolloesMettingsSec .illastrateBg-2{position:absolute;top:-70px;right:0;z-index:-1;}
.leadsFolloesMettingsSec .illastrateBg-2 img{height:400px;}
.leads-follows-mettings-wrapper:hover{background: #303787;color: #fff;box-shadow: 0 32px 25px rgba(30,38,120,0.3), 0 6px 30px rgba(30,38,120,0.3);}
.leads-follows-mettings-wrapper.active {background: #303787;color: #fff;box-shadow: 0 32px 25px rgba(30,38,120,0.3), 0 6px 30px rgba(30,38,120,0.3);}
.leads-follows-mettings-wrapper.active .leads-follows-mettings-img i {color: #fff;}
.leads-follows-mettings-wrapper.active .leads-follows-mettings-cont p {color: #fff;}
.leads-follows-mettings-Item{margin-bottom:30px;}
.leads-follows-mettings-wrapper {position:relative;height: 100%;display: block;border-radius: 10px;background-color: #ffffff;/* margin-bottom: 31px; */transition: all .3s ease-in-out;padding: 0 0 30px;}
.leads-follows-mettings-wrapper .count{width: 61px;height: 61px;border-radius: 30px;background-color: #f05c22;color: #fff;top: -17px;right: -15px; position: absolute;display: flex;align-items: center;justify-content: center;font-size: 22px;}
.leads-follows-mettings-wrapper:hover {background: #303787;color: #fff;}
.leads-follows-mettings-wrapper:hover .leads-follows-mettings-box .leads-follows-mettings-img i {color: #fff;background-image: radial-gradient(circle at center, rgba(240, 92, 34, 0.9999999999999999) 0%, rgba(31, 39, 120, 0) 100%);}
.leads-follows-mettings-wrapper:hover .leads-follows-mettings-box .leads-follows-mettings-cont p {color: #fff;}
.leads-follows-mettings-box {/* height: 100%; *//* display: flex; *//* align-items: center; */justify-content: center;flex-direction: column;position: relative;}
.leads-follows-mettings-box:hover{}
.leads-follows-mettings-wrapper.active .leads-follows-mettings-box{}
.leads-follows-mettings-img i {font-size: 44px;color: #1e2678;margin-bottom: 20px;}
.leads-follows-mettings-img .illastrate{position: absolute;top: 0px;left: 0;right: 0;text-align: center;}
.leads-follows-mettings-img .illastrate .normal{display:inline-block;}
 .leads-follows-mettings-img .illastrate .active{display:none;}
.leads-follows-mettings-wrapper:hover .leads-follows-mettings-img .illastrate .normal{display:none;}
.leads-follows-mettings-wrapper:hover .leads-follows-mettings-img .illastrate .active{display:inline-block;}
.leads-follows-mettings-wrapper.active .leads-follows-mettings-box .leads-follows-mettings-img .illastrate .normal{display:none;}
.leads-follows-mettings-wrapper.active .leads-follows-mettings-box .leads-follows-mettings-img .illastrate .active{display:inline-block;}
.leads-follows-mettings-box .icon{position: relative;text-align: center;padding-top: 65px;}
.leads-follows-mettings-box:hover .icon{}
.leads-follows-mettings-wrapper.active .leads-follows-mettings-box .icon{}
.leads-follows-mettings-box .icon img{height:64px;}
.leads-follows-mettings-box .icon .colorIcon{display:inline-block;}
.leads-follows-mettings-box .icon .whiteIcon{display:none;}
.leads-follows-mettings-box:hover .icon .colorIcon{display:none;}
.leads-follows-mettings-box:hover .icon .colorIcon{display:inline-block;}
.leads-follows-mettings-wrapper.active .leads-follows-mettings-box  .icon .colorIcon{display:none;}
.leads-follows-mettings-wrapper.active .leads-follows-mettings-box  .icon .whiteIcon{display:inline-block;}
.leads-follows-mettings-cont{padding:60px 0 0;}
.leads-follows-mettings-cont p {font-size: 28px;color: #56595e;font-weight: 400;text-align: center;position: relative;}
.leads-folloes-mettings-sec {margin-top: 15px;}
.appHeader-right .topBarBtnDropdown{position:relative;margin:0px 0 5px;}
.appHeader-right .topBarBtnDropdown{text-align:right;}
.appHeader-right .topBarBtnDropdown .optonDropdownBtn{background-color: transparent;border:0;padding: 5px 5px;}
.appHeader-right .topBarBtnDropdown .optonDropdownBtn:after{display:none;}
.appHeader-right .topBarBtnDropdown .optonDropdownBtn:hover{color:#007bff;}
.appHeader-right .topBarBtnDropdown .optonDropdownBtn:focus{outline:none;}
.appHeader-right .topBarBtnDropdown .dropdown-menu{left: inherit;right: 0;text-align:left;}
.appHeader-right .topBarBtnDropdown .dropdown-menu li a{font-size: 13px;display: block;padding: 0px 15px; color: #333;}
.appHeader-right .topBarBtnDropdown .dropdown-menu li a:hover{color: #262626;text-decoration: none;background-color: #f5f5f5;}
.appHeader-right .topBarBtnDropdown .dropdown-menu li a.active{font-weight: 600; color: #007bff;}
.appHeader-right .topBarBtnDropdown .dropdown-menu li a .tick-icon {opacity: 0;width: 14px;}
.appHeader-right .topBarBtnDropdown .dropdown-menu li a.active .tick-icon {opacity: 1;}
.dashboardStatickBoxArea .rowBox{margin-left:-5px;margin-right:-5px;}
.dashboardStatickBoxArea .rowBox .columnBox{padding-left:5px;padding-right:5px;}
.dashboardStatickBoxArea .rowBox .dashboardStatickBox{margin-bottom:10px;}
.dashboardStatickBoxinner{display: block; height: 100%;background-color:#e8e8fd;border:1px solid #e8e8fd;color:#000;font-size:14px;line-height:20px;border-radius:10px;padding:15px 15px;}
.dashboardStatickBoxinner .subTitle{font-size: 11px;font-weight: 600;}
.dashboardStatickBoxinner .subTitle .txt{}
.dashboardStatickBoxinner .subTitle .circle{font-size:10px;}
.dashboardStatickBoxinner .count{font-size: 25px;font-weight: 700;}
.dashboardStatickBoxinner .para{font-size: 11px;font-weight: 600;}
.dashboardStatickBoxArea .rowBox .dashboardStatickBox.bg1 .dashboardStatickBoxinner{background-color:#2c7aff;border:1px solid #2c7aff;color:#fff;}
.dashboardStatickBoxArea .rowBox .dashboardStatickBox.bg2 .dashboardStatickBoxinner{background-color:#ffe1ec;border:1px solid #ffe1ec;color:#000;}
.dashboardStatickBoxArea .rowBox .dashboardStatickBox.bg3 .dashboardStatickBoxinner{background-color:#ffebcf;border:1px solid #ffebcf;color:#000;}
.dashboardStatickBoxArea .rowBox .dashboardStatickBox.bg4 .dashboardStatickBoxinner{background-color:#e4e4f9;border:1px solid #e4e4f9;color:#000;}
.dashboardStatickBoxArea .rowBox .dashboardStatickBox.bg5 .dashboardStatickBoxinner{background-color:#dae6fc;border:1px solid #dae6fc;color:#000;}
.dashboardStatickBoxArea .rowBox .dashboardStatickBox.bg6 .dashboardStatickBoxinner{background-color:#2f358f;border:1px solid #2f358f;color:#fff;}
.dashboardStatickBoxArea .rowBox .dashboardStatickBox.bg3 .dashboardStatickBoxinner .subTitle .circle{color:#ffc060;}
.dashboardStatickBoxArea .rowBox .dashboardStatickBox.bg4 .dashboardStatickBoxinner .subTitle .circle{color:#4cddbf;}
.notification {position: relative;}
/*.notification::before {content: "9+"; width: 61px; height: 61px; border-radius: 30px; background-color: #f05c22; color: #fff; top: -17px; right: -15px; position: absolute; display: flex; align-items: center; justify-content: center;font-size: 22px;}*/
.my-leads-tab-sec {display: flex;justify-content: space-between;align-items: center;}
.my-leads-sec h2 {font-size: 28px;color: #0d1218;font-weight: 600;margin-bottom: 20px;}
.my-leads-tab-sec .nav { margin: 0 !important;}
.my-leads-tab-sec .nav .nav-item .nav-link {padding: 16px 30px;border-radius: 6px;color: #56595e;background-color: #ffffff;border: 1px solid #e8eaf1;margin-right: 12px;}
.my-leads-tab-sec .nav .nav-item .nav-link.active {/*border-radius: 10px;*/background-color: #f05c22;color: #fff;}
.tab-search-box {position: relative;}
.tab-search-box input {width: 100%;height: 73px;border-radius: 37px;background-color: #ffffff;border: 1px solid #e8eaf1;padding: 15px 73px 15px 54px;font-size: 22px;}
.tab-search-box input::placeholder {color: #bec6d7;font-weight: 400;}
.search-icon {position: absolute;top: 35%;left: 29px;transform: translate(-50%, 0); background-color: transparent; border: 0;}
.search-icon i {color: #bec6d7;font-size: 23px;}
.search-submit {width: 61px;height: 61px; position: absolute;right: 9px;top: 6px; border-radius: 31px; background-color: #1f2778; border: 0;color: #fff;}
.tab-active-header {margin-top: 30px;}
.customer-id-box {border-radius: 10px;background-color: #ffffff;padding: 30px;}
.customer-id-header {display: flex;align-items: center;}
.customer-info-wrapper {display: flex; align-items: center;flex-wrap: wrap;}
.customer-info-wrapper-inner p {font-size: 19px;color: #56595e;}
.customer-id-info {margin-left: 25px;}
.customer-info-wrapper-inner {margin-right: 5px;}
.customer-id-bottom ul {list-style: none; margin: 0;padding: 0;display: flex;flex-wrap: wrap; align-items: center;}
.customer-id-button {display: flex;align-items: center;font-size: 20px;border-radius: 10px; color: #56595e;font-weight: 400;padding: 11px 23px; margin-right: 15px;background-color: #fff;border: 1.10030414550558px solid #e8eaf1;}
.customer-id-button img {margin-right: 5px;}
.ringing {background: #ef5b21; border: 1px solid #ef5b21; color: #fff;box-shadow: 0 10px 20px rgba(239,91,33,0.16), 0 6px 6px rgba(239,91,33,0.20);}
.dnd {background: #1e2678; border: 1px solid #1e2678; color: #fff;box-shadow: 0 10px 20px rgba(30,38,120,0.16), 0 6px 6px rgba(30,38,120,0.20);}
.customer-id-bottom {margin-top: 20px;}
.tab-active-bottom {margin-top: 30px;}
.customer-id-box {margin-bottom: 30px;}
.customer-information-inner h3 {font-size: 22px;color: #56595e;font-weight: 400;}
.customer-information-inner h2 {font-size: 25px;line-height: 36px; color: #1e2678;font-weight: 700; margin: 0; position: relative;padding-bottom: 10px;}
.customer-information-inner h2::before {content: ""; position: absolute; background-color: #1e2678; width: 25px; height: 5px;left: 0;bottom: 0; border-radius: 50px;}
.date-time-location-box ul {list-style: none; margin: 0;padding: 0;display: flex;flex-wrap: wrap;}
.date-time-location-box ul li {margin-right: 35px; font-size: 21px;color: #56595e; font-weight: 400; margin-bottom: 10px;}
.date-time-location-box ul li img {margin-right: 8px;}
.date-time-location-box {margin-top: 20px;}
.client-information-select-box {margin-top: 20px;}
.select-box select {width: 100%;height: 73px;border-radius: 37px;background-color: #ffffff;border: 1px solid #e8eaf1;padding: 14px 25px; appearance: none;font-size: 21px; color: #93a0bc; font-weight: 400; background-image: url(../images/select-down-arrow.png);background-repeat: no-repeat, repeat; background-position: right 1em top 48%, 0 0; background-size: 18px auto, 100%;}
.cusommer-text-area textarea {width: 100%;height: 185px;outline: none; resize: none; border: 0; border-radius: 24px; background-color: #f5f8ff; padding: 10px 20px;}
.customer-information-box {border-radius: 10px;background-color: #ffffff; padding: 32px;}
.cusommer-text-area textarea::placeholder {font-size: 22px; color: #b0bacf;font-weight: 400;}
.cusommer-text-area { margin-top: 30px;}
.check-in-out-inner {display: flex;}
.check-in-btn {width: 50%;font-size: 22px; color: #ffffff;font-weight: 400;text-align: center;border-radius: 10px;border: 1px solid #f05c22;background-color: #f05c22; padding: 11px 0;box-shadow: 0 10px 20px rgba(239,91,33,0.16), 0 6px 6px rgba(239,91,33,0.20);}
.send-otp-btn {background-color: #ffffff; border: 1.10030414550558px solid #e8eaf1; color: #56595e;margin-left: 10px; box-shadow: 0 10px 20px rgba(30,38,120,0.16), 0 6px 6px rgba(30,38,120,0.20);}
.check-out-btn {width: 100%;padding: 8px 0px;border-radius: 10px;background-color: #1f2778; color: #fff;font-size: 22px;line-height: 38px;font-weight: 400;text-align: center;margin-top: 20px;border: 1px solid #1f2778;box-shadow: 0 10px 20px rgba(30,38,120,0.16), 0 6px 6px rgba(30,38,120,0.20);}
.check-in-out-otp-sec {margin-top: 20px;}
/* app footer */
.appFooter-inner {background-color:#1e2678; position: fixed;bottom: 0px;left: 0;right: 0;padding:8px 10px;}
.appFooter-inner ul {display: flex;align-items: center;justify-content: space-between;list-style: none;margin: 0;padding: 0;}
.appFooter-inner ul li{}
.appFooter-inner ul li {}
.appFooter-inner ul li:last-child {margin: 0;}
.appFooter-inner ul li a{
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 7px;
        color: #fff;
        font-size: 15px;
        position: relative;
        padding: 5px 5px;
        font-size: 10px;
        font-weight: 500;
        height: 50px;
        width: 60px;
        background-color: transparent;
        border: 1px solid transparent;
        color: #fff;	
}
.appFooter-inner ul li a .icon{font-size: 16px;margin-bottom:0px;}
.appFooter-inner ul li a .icon img {height: 26px;}
.appFooter-inner ul li a .icon i {}
.appFooter-inner ul li a.liveChat{} 
.appFooter-inner ul li a.liveChat .icon {}
.appFooter-inner ul li a.liveChat .icon i{}
.appFooter-inner ul li.active a{
background-color: #f05c22;
        border: 1px solid #f05c22;
        color: #fff;		
}




/* my-reports html start */
.report-Header {display: flex;align-items: center;}
.report-Header-left a img {height: 22px;margin-right: 15px;}	
.report-Header-center p {font-size: 20px;letter-spacing: 0.32px;color: #fff;font-weight: 600;}
.apppHeaderBg .report-Header-center p {}
.my-leads-body{padding:20px 0;}
.my-reports-tab-sec {display: flex;align-items: center;justify-content: center;}
.reports-body ul {list-style: none;margin: 0;padding: 0;}
.reports-body ul li .reports-box {display: flex;align-items: center;justify-content: space-between;background: #fff;padding: 15px 15px;border-radius: 10px;box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);}
.reports-body ul li .reports-box h3 {font-size: 20px;color: #56595e;font-weight: 400;}
.reports-body ul li {margin-bottom: 20px;}
.reports-body ul li:last-child {margin-bottom: 24px;}
/* meeting details html start */
.meeting-status-box h3 {text-align: right;font-size: 16px;}
.closed {display: inline-block;background: #1e2678;color: #fff;padding: 8px 22px;border-radius: 37px;}
.meeting-details-box {background: #fff;border-radius: 8px;padding: 20px;}
.meeting-details-box h2 {color: #1e2678;font-size: 24px;margin-bottom: 15px;}
.client-details-info p {color: #56595e;font-size: 17px;font-weight: 500;}
.client-name {font-weight: bold;}
.meeting-details-box {margin-bottom: 20px;box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);}
.meeting-sedule-details-list ul {list-style: none;margin: 0;padding: 0;}
.meeting-sedule-details-list-box {display: flex;align-items: center; color: #56595e;}
.meeting-sedule-text {width: 80%;font-size: 17px;font-weight: 500;}
.meeting-sedule-details-list ul li .meeting-sedule-details-list-box .icon-box {background: #f16a35;color: #fff;width: 50px;height: 50px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 21px;margin-right: 20px;}
.meeting-sedule-details-list ul li {margin-bottom: 20px;}
.meeting-sedule-details-list ul li:last-child {margin: 0;}
/* meeting summery html start */
.meeting-sumery-search {position: relative;}
.meeting-summery-search {width: 100%;height: 73px;border-radius: 37px; background-color: #ffffff; border: 1px solid #e8eaf1; padding: 15px 15px 15px 54px;}
.meeting-summery-search::placeholder {font-size: 20px; color: #b2bacf;}
.meeting-summery-box {background: #fff; box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1); border-radius: 10px;overflow: hidden;}
.meeing-summery-box-inner {display: flex; align-items: center;}
.meeting-summery-info {width: 100%;display: flex;align-items: center;justify-content: space-between;}
.meeting-summery-icon {background: #303787;color: #fff;padding: 20px 20px;overflow: hidden;}
.meeting-summery-icon i {font-size: 24px;}
.meeting-summery-info {padding: 0 15px;}
.meeting-summery-info h4 {font-size: 23px;color: #56595e;font-weight: 400;}
.meeting-sumnmery-submit-btn {width: 45px;height: 45px;border: 2px solid #1f2778;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.meeting-sumnmery-submit-btn i {font-size: 20px;color: #1f2778;}
.meeting-summery-box {margin-bottom: 20px;}
/* new entry html start */
.open-contact {width: 70%;padding: 8px 0px;border-radius: 29px;background-color: #1f2778;color: #fff;font-size: 20px;line-height: 38px;font-weight: 400;text-align: center;margin-top: 20px;border: 1px solid #1f2778;}
.add-menually-box-inner .new-entry-label {display: block;font-size: 21px;color: #56595e;font-weight: 400; margin-bottom: 10px;}
.add-menually-box-inner .new-entry-input {height: 50px; border-radius: 10px; background-color: #ffffff;border: 1px solid #e8eaf1;font-weight: 400;padding: 14px 25px;box-shadow:none;}
.add-menually-box-inner .new-entry-input::placeholder {font-size: 20px; color: #b2bacf;}
.add-menually-box-inner .new-entry-select {height: 73px;border-radius: 10px;background-color: #ffffff;border: 1px solid #e8eaf1;font-weight: 400;padding: 14px 33px 14px 25px;box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);appearance: none;font-size: 17px;background-image: url(../images/select-down-arrow.png);background-repeat: no-repeat, repeat; background-position: right 1em top 48%, 0 0; background-size: 18px auto, 100%;}
.phoneNumber-code {width: 24%;}
.phoneNumber-text {width: 75%;}
.add-more .add-more-btn {display: inline-block;background: #f05c22;color: #fff;font-size: 16px;padding: 5px 15px;border-radius: 6px; box-shadow: 0 10px 20px rgba(239,91,33,0.16), 0 6px 6px rgba(239,91,33,0.20);}
.add-more {text-align: right;padding-top: 42px;}
.file-upload-box {width: 80%;background: #1f2778; color: #fff;display: flex;align-items: center;justify-content: center;padding: 20px 0;border-radius: 37px;position: relative;box-shadow: 0 10px 20px rgba(30,38,120,0.16), 0 6px 6px rgba(30,38,120,0.20);}
.file-upload-sec {display: flex; align-items: center;justify-content: center;}
.file-upload-box .file-input {opacity: 0; position: absolute; top: 0;left: 0;height: 100%; width: 100%;}
.file-upload-box i {font-size: 30px;margin-right: 20px;}
/* meeting details 2 html start */
.my-meeting-box-inner {display: flex;align-items: center;padding: 15px;}
.my-meeting-header {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.my-meeting-left {width: 85%;margin-right: 22px;}
.my-meeting-bottom {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.my-meeting-header h3 {color: #1f2778;font-size: 18px;font-weight: 600;}
.schedule {background: #f05c22;color: #fff;font-size: 13px;padding: 3px 20px;border-radius: 14px;}
.meeting-date-time-sec {display: flex;align-items: center;}
.meeting-date-time-sec i {font-size: 18px;margin-right: 8px;color: #f05c22;}
.my-meeting-right .edit {background: #1f2778; color: #fff; width: 50px;height: 50px;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
/* my meeting html start */
.sedule-metting-btn {background: #1f2778;color: #fff;border: 0;padding: 9px 25px;border-radius: 6px;font-size: 16px;box-shadow: 0 10px 20px rgba(30,38,120,0.16), 0 6px 6px rgba(30,38,120,0.20);}
.my-follow-sec {display: flex;align-items: center;justify-content: space-between;}
.call-whatsApp-box .my-follow-call {width: 45px;height: 45px;background: #1f2778; color: #fff;display: flex;align-items: center;justify-content: center;border-radius: 50%;}
.my-follow-whatsapp {width: 40px;height: 40px;border-radius: 50%;background: #22a110;display: flex;align-items: center;justify-content: center;}
.my-follow-whatsapp i {color: #fff;font-size: 28px;}
/* my leads html start */
.clientDetailsInfoTop .ringing {padding: 3px 15px;border-radius: 30px;font-size: 14px;}
.clientDetailsInfoTop .sourceText {background-color:#1f2778;border:1px solid #1f2778;color:#fff;font-weight:500;padding:2px 13px 3px;font-size:12px;border-radius: 30px;}
.clientDetailsInfoTop .sourceText b{color: #56595e;font-weight: 600;}
.my-leads-call-edit-sec .ringing {padding: 5px 20px;border-radius: 37px;}
.my-leads-call-edit-sec .dnd {padding: 5px 20px;border-radius: 37px;}
.my-leads-call-edit-box .my-follow-call {width: 40px;height: 40px;background: #0a6bff;color: #fff;display: flex; align-items: center;justify-content: center;border-radius: 50%;margin-right: 6px;}	
.my-leads-call-edit-box .my-follow-call.edit {background: #0a9aa2;color: #fff;}
.my-leads-call-edit-box .my-follow-call.copyBtn{background: #5bc0de;color: #fff;}
.my-leads-call-edit-box .my-follow-call.facebookBtn{background: #1f2778;color: #fff;background: #3b5998;  color: #fff;}
.my-leads-call-edit-box .my-follow-call.viewBtn{background: #f96f3e;color: #fff;}
.my-leads-call-edit-box .my-follow-call.whatsappBtn{background: #25d366;color: #fff;font-size:20px;}
.my-leads-call-edit-box .my-follow-call.historyBtn{background: #24a0ed;color: #fff;}	
.my-leads-call-edit-box {margin-top: 21px;display: flex;justify-content: space-between;}
.selectAttributeListArea{}
.selectAttributeListArea .form-group{margin-bottom:10px;}
.selectAttributeListArea .form-group .labelName{color:#000;margin-bottom:5px;}
.selectAttributeListArea .form-group .form-control{}
/* my account html start */
.account-profile {margin-top: 94px;display: flex;align-items: center;justify-content: center;}
.account-profile-box {width: 134px;height: 156px;border-radius: 10px;position: relative;}
.change-profile {width: 40px;height: 40px;background: #1f2778;color: #fff; display: flex;align-items: center;justify-content: center;border-radius: 50%;position: absolute;bottom: -9px; right: -11px;border: 0;}
.save-btn {font-size: 22px;font-weight: 500;text-align: center;border-radius: 12px;border: 1px solid #f05c22;background-color: #f05c22; border: 1px solid #1e2678;background-color: #1e2678;color:#fff;padding: 11px 0;/*box-shadow: 0 10px 20px rgba(239,91,33,0.16), 0 6px 6px rgba(239,91,33,0.20);*/}
.save-btn-sec {margin-top: 45px;text-align: center;}
.account-profile-btn {position: absolute;opacity: 0;width: 40px;height: 40px;border-radius: 50%;}
/* notification html start */
.nofication-box {width: 100%;padding: 20px;position: relative;}
.nofication-box-inner h3 {font-size: 24px;color: #0d1218;font-weight: 600;margin-bottom: 6px;}
.nofication-box-inner p {font-size: 19px;color: #56595e;}
.notification-close-btn {border: 0;background: no-repeat;position: absolute;right: 6px;top: 7px;}
.notification-close-btn i {font-size: 22px;color: #1e2678;}
/* call log html start */
.call-log-body{padding:20px 0;}
.call-log {/*background: #fff;border-radius: 10px;border: 1px solid #eee;overflow: hidden;box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);*/}
.call-log .callLogTitle{font-size:18px;color: #0d1218;font-weight: 500;margin-bottom: 10px;}
.call-log ul {list-style: none;margin: 0;padding: 0;}
.call-log-box {padding: 15px 0px;}
.call-log-boxinner {display: flex;}
.call-log-left .call-log-profile {width: 50px;height: 50px;background: #1e2678;color: #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 25px;font-weight: 600;}
.call-log-header h3 {font-size: 28px;color: #0d1218;font-weight: 500;margin-bottom:3px;}
.call-log-header p {font-size: 19px;color: #56595e;}
.call-log-header p.connection {}
.call-log-header p.connection strong{font-weight:600;}
.call-log-header p.connection strong.housrs{color:#1e2678;}
.call-log-header p:last-child {margin-bottom: 0px;}
.call-log-bottom p {font-size: 19px;color: #56595e;}
.call-log-bottom p:first-child {margin-right: 60px;}
.call-log-right i {font-size: 28px;color: #0d1218;}
.call-log-right {margin-left: auto;}
.call-log-center {margin-left: 15px;}
.call-log ul li a {border-bottom: 1px solid #eee;padding: 10px 24px;display: block;}
/* need permission start */
.permission-header h2 {font-size: 26px;letter-spacing: 0.32px;color: #0d1218;font-weight: 600;padding: 10px 0 12px 0;}
.permission-inner-sec {background: #fff;border: 1px solid #e1dada;border-radius: 10px;overflow: hidden;}
.permission-inner-sec ul {list-style: none;margin: 0;padding: 0;}
.permission-box {display: flex;align-items: center; padding: 7px 19px;border-bottom: 1px solid #e1dada;}
.permission-left i {font-size: 30px;color: #303787;}
.permission-right .allow-btn {background: #f05c22;border: 1px solid #f05c22;color: #fff;padding: 5px 28px;border-radius: 50px;font-size: 16px;text-transform: uppercase;box-shadow: 0 10px 20px rgba(239,91,33,0.16), 0 6px 6px rgba(239,91,33,0.20);}
.permission-center h4 {color: #1f2778;font-size: 20px;font-weight: 600;margin-bottom: 5px;}
.permission-center p {font-size: 17px;color: #56595e;}
.permission-right {margin-left: auto;}
.permission-center {margin-left: 30px;}
.permission-bottom-inner p {margin-bottom: 25px;}
.my-follow-call-whatsapp-btn-sec {display: flex;margin-top: 10px;}
.call-whatsApp-box:first-child {margin: 0 22px 0 0 !important;}
.sedule-metting-btn-sec {margin-top: 10px !important;}	
/* Model html start */ 
#sidebar {display: none;}
.block {display: block !important;transition: .3s ease all;}
.wetroo-menu-bar {width: 260px;width: 100%;height: 100%;position: fixed;background: #fff;left: 0;top: 0;transition: .3s ease all;z-index: 1;/*border-top-right-radius: 25px;*/height: 100% !important;max-height: 100% !important;display: block !important;transform: translateX(-260px);opacity: 0;visibility: hidden;padding: 0px 0 20px;transition: all 300ms ease;-o-transition: all 300ms ease;-ms-transition: all 300ms ease;-moz-transition: all 300ms ease;-webkit-transition: all 300ms ease;z-index: 13;}
.wetroo-menu-bar.block {transform: translateX(0px);transition: all 300ms ease;-o-transition: all 300ms ease;-ms-transition: all 300ms ease;-moz-transition: all 300ms ease;-webkit-transition: all 300ms ease; opacity: 1; visibility: visible;}
.wetrooSideMenuFldArea {overflow: auto; display: flex; flex-direction: column;height: 100vh ;}
.wetrooSideMenuFldAreainner {overflow: auto;display: flex; flex-direction: column; height: 100vh;}
.wetrooSideMenuHeaderArea{padding:25px 15px 15px;}
.wetrooSideMenuHeaderAreainner{}
.wetrooSideMenuHeaderAreainner .sideMenuUserDtls{}
.wetrooSideMenuHeaderAreainner .sideMenuUserDtls .userThumb{width:40px;height:40px;overflow:hidden;border-radius:50%;margin-right:10px;}
.wetrooSideMenuHeaderAreainner .sideMenuUserDtls .userThumb img{width:100%;height:100%;object-fit:cover;}
.wetrooSideMenuHeaderAreainner .sideMenuUserDtls .userInfo{ -webkit-box-flex: 1; -ms-flex: 1; flex: 1;}
.wetrooSideMenuHeaderAreainner .sideMenuUserDtls .userInfo h4{font-size:14px;line-height:20px;color:#000;}
.wetrooSideMenuHeaderAreainner .sideMenuUserDtls .userInfo p{font-size:12px;line-height:16px;color:#434242;}
.wetrooSideMenuHeaderAreainner .editLink{font-size: 14px;color: #000;}
.wetrooSideMenuHeaderAreainner .editLink i{font-size: inherit;color: inherit;}
.sideMenuAvailability{padding:0px 15px 15px;}
.sideMenuAvailabilityinner{align-items:center;gap:10px;}
.sideMenuAvailabilityinner .tittle{font-size: 14px;font-weight:600;color: #4f4e4e;}
.sideMenuAvailabilityinner .availabilitySwitchArea{align-items:center;gap:10px;}
.sideMenuAvailabilityinner .availabilitySwitchArea .ttl{font-size: 14px;color: #4f4e4e;}
.sideMenuAvailabilityinner .availabilitySwitchArea .availabilitySwitch{ position:relative;display:inline-block;width:35px;height:20px;}
.sideMenuAvailabilityinner .availabilitySwitchArea .availabilitySwitch input{opacity:0;width:0;height:0;}
.sideMenuAvailabilityinner .availabilitySwitchArea .availabilitySwitch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#ccc;transition:0.4s;border-radius:50px;}
.sideMenuAvailabilityinner .availabilitySwitchArea .availabilitySwitch .slider:before{position:absolute;content:"";height:15px;width:15px;left:2px;bottom:3px;background:#fff;transition:0.4s;border-radius:50%;}
.sideMenuAvailabilityinner .availabilitySwitchArea .availabilitySwitch input:checked + .slider{background:#28a745;}
.sideMenuAvailabilityinner .availabilitySwitchArea .availabilitySwitch input:checked + .slider::before{transform:translateX(16px);}
.sideMenuProfileCard{paddinG:0 15px 15px;}
.sideMenuProfileCardBody{background:#8b5a2b;color:#fff;padding:10px 15px;border-radius:12px;display:flex;align-items:center;gap:10px;/*box-shadow:0 5px 20px rgba(0,0,0,0.2);*/}
.sideMenuProfileCardBody .circle-progress{width: 40px;height: 40px;border-radius: 50%;background: conic-gradient(#dfd7d0 calc(var(--percent) * 1%), #a1866c 0);display:flex;align-items: center;justify-content: center;font-size: 10px;font-weight: bold;color: #fff;position: relative; }
.sideMenuProfileCardBody .circle-progress::before {content: "";width: 32px;height: 32px;background: #8b5a2b;border-radius: 50%;position: absolute;}
.sideMenuProfileCardBody .circle-progress .progressPercentage {position: relative;font-size: 9px;}
.sideMenuProfileCardBody .sideMenuProfileCardText{-webkit-box-flex: 1; -ms-flex: 1; flex: 1;}
.sideMenuProfileCardBody .sideMenuProfileCardText h4{margin: 0;font-size: 14px;line-height: 20px;}
.sideMenuProfileCardBody .sideMenuProfileCardText p{margin: 3px 0 0;font-size: 10px;line-height: 15px;opacity: 0.9;}
.sideMenuProfileCardBody .rightArrow{margin-left:auto;font-size:16px;cursor:pointer;}
.sideMenuBarBtmArea{
        padding: 10px 15px;
        border-top: 1px solid #ddd;
        margin-top: 15px;	
}
.sideMenuBarBtmAreainner{}
.sideMenuBarBtmMenuList{padding:0px;margin:0px;display:flex;justify-content:space-between;}
.sideMenuBarBtmMenuList li{list-style-type: none;}
.sideMenuBarBtmMenuList li:last-child{}
.sideMenuBarBtmMenuList li a{
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        color: #333;
        font-weight: 600;	
}
.sideMenuBarBtmMenuList li a .icon{
        font-size: 18px;
        margin-bottom: 5px;	
}
.sideMenuBarBtmMenuList li a .icon i{
        font-size: inherit;
        color: inherit;	
}
.sideMenuBarBtmMenuList li a .txt{}
.sideMenuBarBtmMenuList li.active a{}


.wetrooSideMenuArea {flex-shrink: 1; -webkit-box-flex: 1; flex-grow: 1; overflow: auto; height: 100vh;}
.menu_overlay {display: none;content: '';position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.6);width: 100%;height: 100%;display: none;z-index: 12;}
.menu_overlay.show {display: block;}
.side-barclose {color: #000;position: absolute;right: 16px;top: 1px;font-size: 29px;}
.wetroo-menu-bar .sideMenuList{margin:0px;padding:0px;padding-top: 0px;}
.wetroo-menu-bar .sideMenuList li{list-style-type:none;}
.wetroo-menu-bar .sideMenuList li:last-child{}
.wetroo-menu-bar .sideMenuList li a{display: flex;align-items: center;gap:6px; padding: 8px 20px 8px 16px; color: #413f3f;font-size:12px;font-weight:500;}
.wetroo-menu-bar .sideMenuList li a .icon{width:25px;text-align:center;}
.wetroo-menu-bar .sideMenuList li a .icon img{width: 16px;height: 16px;}
.wetroo-menu-bar .sideMenuList li a .icon i{position: relative;top: 3px;font-size: 18px;}
.wetroo-menu-bar .sideMenuList li a .txt{}
.wetroo-menu-bar .sideMenuList li a .rightArrow{margin-left:auto;font-size:16px;}
.wetroo-menu-bar .sideMenuList li a .rightArrow i{font-size: inherit;color: inherit;}
.wetroo-menu-bar .sideMenuList li a:hover{}
.wetroo-menu-bar .sideMenuList li.title{padding: 5px 20px;color: #a7a0a0;font-size: 12px;}
.my-leads-follows-up {flex-wrap: wrap;}
.slideModal {width: 100%;height: 100%; padding: 15px 0px 15px; background: #fff;border-radius: 30px 30px 0 0;box-shadow: 0 0 20px rgb(0 0 0 / 20%);top: inherit;left: 0;right: 0;bottom: 0 !important;-webkit-animation-name: fadeOutUpBig;animation-name: fadeOutUpBig;-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;transition: all 0.5s ease 0s;bottom: -100px !important;height: 0px;display: block !important;max-width: 500px; margin: 0 auto;padding-left: 0px !important;overflow-y: scroll;overflow-y: hidden !important;}
.slideModal.show {height: 640px !important;padding-top: 0px;padding-bottom: 0px;}
.slideModal .close {position: absolute;top: 0px;right: 15px;font-weight: normal;color: #000;font-size: 30px;line-height: 30px;opacity: 1;z-index: 1;background-color: transparent;border: 0;padding: 0px;width: auto;height: auto;}
.filterModal.show {height: 100% !important;padding-top: 0px;padding-bottom: 0px;}
.filterModal .modal-content{order:0;}
.filterModal .modal-body {height: 750px;overflow: auto;}
/* fillter sec */
.filter-header h3 {font-size: 28px;color: #0d1218;font-weight: 600;margin-bottom: 20px;}
.leads-filter-container {display: block; position: relative;padding-left: 35px; margin-bottom: 12px;cursor: pointer;font-size: 22px;color: #56595e; -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.leads-filter-container input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.leads-filter-checkmark {position: absolute;top: 4px;left: 0;height: 25px;width: 25px; border: 1px solid #f05c22;border-radius: 4px;background-color: #f05c2215;}
.leads-filter-container input:checked ~ .leads-filter-checkmark {background-color: #f05c2215;}
.leads-filter-checkmark:after {content: ""; position: absolute;display: none;}
.leads-filter-container input:checked ~ .leads-filter-checkmark:after {display: block;}
.leads-filter-container .leads-filter-checkmark:after {left: 9px;top: 3px; width: 7px;height: 14px; border: solid #f05c22;border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg);transform: rotate(45deg);}
/* follow meeting submit model  */
.follow-meeting-submit-sec {background: #fff;}
.follow-meeting-select {border-radius: 50px;box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);}
.select-option h4 {color: #56595e;font-size: 18px;text-align: center;margin-top: 40px;margin-bottom: 50px;}
.follow-up {width: 100%;display: block;}
.follow-meeting-submit-inner-sec {padding: 30px 0;}
.myLeadsSec{position:relative;overflow:hidden;}
.my-leads-sec{position:relative;}	
.myLeadsSec .illastrateBg-1 {position: absolute;top: 400px; right: 0;}
.myLeadsSec .illastrateBg-1 img {}	
.myLeadsSec .illastrateBg-2 {position: absolute;top: 130px;right: 0;}
.myLeadsSec .illastrateBg-2 img {height: 400px;}
.myLeadsSec .illastrateBg-3 {position: absolute;bottom: -49px;right: -40px;}
.myLeadsSec .illastrateBg-3 img {}  
.filter_overlay{display: none;content: ''; position: fixed;top: 0;left: 0;width: 100%;height: 100%; background: rgba(0, 0, 0, 0.7);z-index: 12;}
.filter_overlay.open{display: block;}
.filterSideBarArea{width: 100%;position: fixed;top: 0;right: -100%;height: 100%;background-color: #fff;color: #000;box-shadow: 18px 0 35px 0 rgb(0 0 0 / 2%);z-index: 13;-webkit-transition: transform .5s ease;-moz-transition: transform .5s ease;transition: transform .5s ease;transition: .3s ease all;backface-visibility: hidden;transform: translate3d(0, 0, 0);transition: .3s ease all;}
.filterSideBarArea.open{-webkit-transition: transform .5s ease;-moz-transition: transform .5s ease;transition: transform .5s ease;width: 400px;right: 0;transition: .3s ease all;}		
.filterSideBarAreaFldArea{overflow: auto;display: flex;flex-direction: column;height: 100vh;}
.filterSideBarAreaFldAreainner{width: 100%;overflow: hidden;display: flex;flex-direction: column;}
.filterSideBarHeaderArea{position: relative;padding: 10px 15px;display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #ddd;}
.filterSideBarHeaderArea h3{margin-bottom: 0px;font-size: 20px;line-height: 26px;font-weight: 600;color: #000;}
.filterSideBarHeaderArea .filter_close{background: transparent;border: 0;font-size: 30px;line-height: 30px;padding: 0px;}
.filterSideBarBodyArea{flex-shrink: 1;-webkit-box-flex: 1;flex-grow: 1;overflow: auto;height: 100vh;padding: 15px 15px;}
.filterSideBarBodyArea .selectAttributeListArea .form-group {}
.filterSideBarBodyArea .selectAttributeListArea .form-group .labelName {font-size: 14px;font-weight:500;}
.filterSideBarBodyArea .selectAttributeListArea .form-group .form-control {font-size: 14px;box-shadow:none;}
.filterSideBarBodyArea .selectAttributeListArea .form-group .form-select {font-size: 14px;box-shadow:none;}
.filterSideBarBtnArea{margin: 0px;padding: 15px 15px;}
.filterSideBarBtnArea{margin: 0px;padding: 15px 15px;}
.filterSideBarBtnArea .save-btn{}
.modal-p-bottom.fade .modal-dialog {transition: -webkit-transform .3s ease-out;transition: transform .3s ease-out;transition: transform .3s ease-out, -webkit-transform .3s ease-out;-webkit-transform: translate(0, -50px);transform: translate(0, -50px);}
.modal-p-bottom .modal-dialog {position: absolute;bottom: 0;left: 0;right: 0;max-width: 100% !important;margin: 0;transform: translateY(100%) !important;}
.modal-p-bottom .modal-dialog .modal-content {display: block;border: 0;border-radius: 0;padding}
.modal-p-bottom .modal-dialog .modal-content .btn-close{ position: absolute; top: 10px;right: 10px;opacity:1;}
.dialModalBody{position: relative;padding: 48px 20px;display: flex;flex-direction: column;align-items: center; }
.modal-p-bottom.show {overflow: hidden;}
.modal-p-bottom.show .modal-dialog {transform: translateY(0%) !important;min-height: 80px;}
.phone-container {/* background-color: #fff;border-radius: 20px;padding: 20px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */width: 100%;max-width: 360px;}
.phone-container .screen {height: 60px;font-size: 32px;color: #000;background-color: #f1f1f1;border-radius: 10px;margin-bottom: 20px;padding: 10px;display: flex;justify-content: center;align-items: center;}
.phone-container .buttons {display: grid;grid-template-columns: repeat(3, 1fr);gap: 10px;}
.phone-container .button {width: 60px;height: 60px;font-size: 24px;background-color: #e0e0e0;color:#000;font-weight: 500;border-radius: 50%;display: flex;justify-content: center;align-items: center;cursor: pointer;margin: 0 auto;}
.phone-container .button.decline{display: block;width: auto;height: auto;border: 0;background-color: transparent;margin: 0;font-size: 18px;text-align: center;}
.phone-container .button.decline .icon{display: flex;justify-content: center;align-items: center;width: 60px;height: 60px;background-color: #f22112;color: #fff;font-size: 28px;margin:0;margin-bottom:5px;border-radius: 50%;}
.phone-container .button.accept{display: block;width: auto;height: auto;border: 0;background-color: transparent;margin: 0;font-size: 18px;text-align: center;}
.phone-container .button.accept .icon{display: flex;justify-content: center;align-items: center;width: 60px;height: 60px;background-color: #4CAF50;color: #fff;font-size: 28px;margin:0;margin-bottom:5px;border-radius: 50%;}
.phone-container .button:hover {background-color: #d0d0d0;}
.dial-bth-buttons{padding: 15px 20px 0 15px;}


.agentTrackingSideBar .backBtn{display:inline-block;text-align:center;width:25px;height:25px;line-height:24px;font-size:18px;background-color:#2c7aff;color:#fff;border-radius:50%;position:absolute;top:10px;left:10px;cursor:pointer;}
.agentTrackingSideBar{}
.agentTrackingSideBarFieldArea{overflow: auto;display: flex;flex-direction: column;height: 100vh;}
.agentTrackingMapArea{}
.agentTrackingMapArea iframe{width:100%;height:220px;}
.agentTrackingFilterArea{paddinG:10px 15px;}
.agentTrackingFilterArea .form-control{font-size:14px;}
.agentTrackingSideBarFieldAreainner{width: 100%;overflow: hidden;display: flex;flex-direction: column;}
.agentTrackingSideBarinner{flex-shrink: 1;-webkit-box-flex: 1;flex-grow: 1;overflow: auto;height: 100vh;}
.agentTrackingMainArea{padding:15px 15px 95px;}
.agentTrackingMainArea .agentTrackingTable{width:100%;font-size:13px;}
.agentTrackingMainArea .agentTrackingTable tbody tr td{padding:3px 0;color:#000;}
.agentTrackingMainArea .agentTrackingTable  tbody tr td.trackStartTime{}
.agentTrackingMainArea .agentTrackingTable  tbody tr td.trackStat{font-weight:600;}
.agentTrackingMainArea .agentTrackingTable  tbody tr td.trackEndTime{text-align:right;font-weight:600;}
.agentTrackingMainArea .agentTrackingTable  tbody tr td.trackEndTime .green{color:#008000;}




     

.customiseTable .thead {display: none;}	
.customiseTable .tbody .tr {display: block;border-bottom: 0;width: 100%;border: 1px solid #F7F7F7;padding: 10px 2px;border-radius: 8px;margin-bottom: 15px;}
.customiseTable .tbody .tr:nth-child(odd) {background-color: #fff;}
.customiseTable .tbody .tr:nth-child(even) { background-color: #f4f7f6;}	
.customiseTable .tbody .tr .td {text-align: right !important;padding-bottom: 10px;padding-top: 10px;border-color: #F7F7F7 !important;display: block;clear: both;text-align: right;font-size: 13px;line-height: 19px;border-radius: 0px;white-space: inherit;width: 100% ; min-height: 36px;border-style: solid;border-width: 0 0 1px 0;padding-left: 5px;}
.customiseTable .tbody .tr .td[data-title]::before {content: attr(data-title) ": ";font-weight: 400;float: left;font-size: 13px;line-height: 19px;color: #000;font-weight: 600;}
.customiseTable .tbody .tr .td a { color: #356595; word-break: break-all;}
.customiseTable .tbody .tr .td .btn{padding: 3px 8px 4px;font-size: 13px;}		
	
.limitAleart_Area{min-height: 100vh;display: flex;align-items: center;justify-content: center;}
.limitAleart_Areainner{max-width: 400px;width: 100%;}	
.limitAleart_card .dashboard_card_body{padding:15px;}
.limitAleart_card .titleArea{}
.limitAleart_card .titleArea h3{font-size: 20px;line-height: 26px;color: #4f3333;}
.limitAleart_card p{font-size: 15px;line-height: 20px;/* text-align: justify; */ color: #4f3333;}
.limitAleart_card .limitAleartBtns{padding: 10px 0 0 0;border-top: 1px solid #ddd;}
.limitAleart_card .limitAleartBtnsList{padding:0;margin:0 -8px;}
.limitAleart_card .limitAleartBtnsList li{list-style-type: none;width: 40%;border-right: 1px solid #ddd;padding-right:4px;}
.limitAleart_card .limitAleartBtnsList li:last-child{width: 70%;border-right: 0;padding-left: 4px;}
.limitAleart_card .limitAleartBtnsList li a{font-size: 14px;line-height: 20px;background-color:transparent;border:1px solid transparent;color: #4f3333;border-radius:6px; padding: 5px 8px;display: inline-block;width: 100%;text-align: center;}
.limitAleart_card .limitAleartBtnsList .skip_button{}
.limitAleart_card .limitAleartBtnsList .continue_button{}
.limitAleart_card .limitAleartBtnsList .skip_button:hover{background-color:#1f2778;border-color:#1f2778;color: #fff;}
.limitAleart_card .limitAleartBtnsList .continue_button:hover{background-color:#f05c22;border-color:#f05c22;color: #fff;}
.appFooter-inner ul .foorer_area_list.active {}
.appHeader-text h3 {font-size: 25px;}
.appHeader-text p {font-size: 15px;}
.leads-follows-mettings-wrapper {height: 250px;}
.leads-follows-mettings-img i {font-size: 42px;}
.leads-follows-mettings-cont p {font-size: 25px;}
/*.notification::before {width: 50px;height: 50px;top: -15px;right: -9px;font-size: 20px;}*/
.leads-follows-mettings-wrapper .count{width: 50px; height: 50px;top: -15px;right: -9px;font-size: 20px;}	
.my-leads-sec h2 {font-size: 25px;}
.my-leads-tab-sec .nav .nav-item .nav-link {padding: 10px 25px;}
.tab-search-box input {height: 60px;}
.search-submit {width: 50px;height: 50px;}
.customer-id-button {font-size: 18px;padding: 7px 20px;}
.customer-id-button img {height: 25px;}
.date-time-location-box ul li {font-size: 18px;}
.select-box select {height: 60px;}
.foorer_area_list span img {height: 32px;}
/* my reports html start */
.reports-body ul li .reports-box h3 {font-size: 18px;}
.dashboard_card_header_flex_mobile h3 {}
.dashboard_card_header_flex_mobile .btn.btn-primary { padding: 5px 10px;font-size: 12px;}





.apppHeader {padding: 15px 0px;}	
.leads-follows-mettings-Item {margin-bottom: 20px;}
.leads-follows-mettings-wrapper {border-radius: 10px;padding: 5px 0 20px;height: auto;min-height: auto;}	
.leads-follows-mettings-img .illastrate img{height: 90px;}
.leads-follows-mettings-cont {padding: 22px 0 0;}
.leads-follows-mettings-cont p {font-size: 14px;line-height:18px;}
.leads-follows-mettings-box .icon {padding-top: 25px;}
.leads-follows-mettings-box .icon img {height: 40px;}
.reminderSec .dashboard_card_header .rightPart{}
.reminderSec .dashboard_card_header .appointmentDateInput{height: 34px;padding: 6px 12px;font-size: 12px;box-shadow: none;margin-right: 0px;}

/* Chrome, Edge, Safari */
.reminderSec .dashboard_card_header .appointmentDateInput[type="date"]::-webkit-calendar-picker-indicator { opacity: 0; display: none;}
/* Firefox */
.reminderSec .dashboard_card_header .appointmentDateInput[type="date"] {-moz-appearance: textfield;}

.reminderSec .dashboard_card_header .excelBtn{font-size: 16px;line-height: 20px;color: #fff; background-color: #00bd68;border-color: #00bd68;padding: 6px 10px;}
.reminderStaticsList {padding: 10px 0px 15px;}
.reminderStaticsList .tp-title {font-size: 14px;}
.reminderDetailsArea {}
.reminderDetailsAreainner {padding: 10px 0px 0px;}
.reminderDetailsAreainner .noAppointmentsMessage{text-align:center;}
.reminderDetailsAreainner .noAppointmentsMessage .icon {}
.reminderDetailsAreainner .noAppointmentsMessage p {}
.reminderDetailsAreainner .reminderDetailsListItem {display: flex;flex-wrap: wrap;margin-left: -5px;margin-right: -5px;margin-bottom: 15px;font-size: 13px;line-height: 19px;}
.reminderDetailsListItem .leftPart {width: 30%;padding-left: 5px;padding-right: 5px;border-right: 3px solid red;}
.reminderDetailsListItem .time {}
.reminderDetailsListItem .userName {font-weight: 600;}
.reminderDetailsListItem .rightPart {width: 60%;padding-left: 5px;padding-right: 5px;}
.reminderDetailsListItem .rightPart .content {padding-left: 5px;}
.reminderDetailsListItem .userName {font-weight: 600;}
.reminderDetailsListItem .userName a{color: #303787;}
.reminderDetailsListItem .txt {}
.appHeader-text h3 {font-size: 16px;}
.appHeader-text p {font-size: 12px;line-height:18px;}
.tab-search-box input {height: 45px;}
.search-icon {top: 26%;}
.search-icon i {font-size: 18px;}
.search-submit {right: 5px;top: 3px;width: 39px;height: 39px;}
.tab-active-header {margin-top: 20px;}
.tab-active-bottom {margin-top: 20px;}
.customer-id-header {align-items: inherit;}
.customer-id-info {margin: 0 0 0 10px;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.customer-info-wrapper-inner p {font-size: 14px;}
.customer-id-box {padding: 15px;}
.customer-id-img {width:75px;}
.customer-id-img img{max-width:100%;}
.customer-id-button {font-size: 14px;padding: 7px 17px;margin-right: 10px;}
.customer-id-button img {height: 22px;}
.customer-id-bottom {margin-top: 10px;}
.customer-id-button {font-size: 13px;padding: 5px 14px;margin-right: 10px;}
.check-in-btn {font-size: 14px;padding: 7px 0;	}
.check-out-btn {font-size: 14px;line-height: 22px;padding: 7px 0;}
.cusommer-text-area textarea {width: 100%;height: 120px;}
.userBasicInfoList{padding:0px;margin:0px;}
.userBasicInfoList .userBasicInfoListItem{list-style-type:none;font-size:14px;line-height:20px;color:#000;margin-bottom:10px;}
.userBasicInfoList .userBasicInfoListItem:Last-child{margin-bottom:0px;}
.userBasicInfoListIteminner{}
.userBasicInfoListIteminner .leftPart{}
.userBasicInfoListIteminner .leftPart .icon{width: 25px;font-size: 16px; margin-right: 5px;}
.userBasicInfoListIteminner .leftPart .content{-webkit-box-flex: 1;-ms-flex: 1; flex: 1;}
.userBasicInfoListIteminner .leftPart .content p{}
.userBasicInfoListIteminner .rightPart{}
.customeTaglist{padding:0;margin:0 -3px;}
.customeTaglist .tagItem{list-style-type:none;padding:3px 3px;display:inline-block;}
.customeTaglist .tagItem:last-child{}
.customeTaglist .tagItem .tagIteminner{display: inline-flex;align-items: center;padding: 3px 15px;border: 1px solid #ddd;background-color: #fff;border-radius: 30px;color: #000;font-size: 14px;line-height: 20px;}
.customeTaglist .tagItem .tagIteminner .txt{-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.customeTaglist .tagItem .tagIteminner .closeTag{background-color: transparent; border: 0;color:red;margin-left: 3px;}
.customeTaglist .addTagBtn{background-color: #fff; border: 1px solid #ddd;color:#1f2778;border-radius:30px;margin-left:3px;}
.allActivityCardHeader{}
.allActivityCardHeader .btn{display:inline-block;background-color: #fff; border: 1px solid #ddd;color:#1f2778;border-radius:30px;font-size: 13px;line-height: 19px;padding: 5px 15px;}
.allActivityCardHeader .btn.taskBtn{}
.allActivityCardHeader .btn.eventBtn{}
.activitylistItemArea{}
.activitylistItemArea .activitylistIteItem{padding:15px 15px 15px;border-bottom:1px solid #f0f1f5;}
.activitylistItemArea .activitylistIteItem:last-child{border-bottom:0;}
.activitylistIteIteminner{list-style-type:none;font-size:14px;line-height:20px;color:#000;}
.activitylistIteIteminner .icon-box{font-size: 20px;margin-right: 10px; color: #1e2678;}
.activitylistIteIteminner .content-box{-webkit-box-flex: 1; -ms-flex: 1; flex: 1;}
.activitylistIteIteminner .content-box h4{font-size: 16px; color: #000;}
.activitylistIteIteminner .content-box p{}
.activitylistIteIteminner .content-box p strong{font-weight:500;}
.activitylistIteIteminner .content-box .dotted{}
.leadsListingArea{}
.leadsListingArea .leadsListingItem{margin-bottom: 15px;}
.leadsListingArea .leadsListingItem:last-child{margin-bottom: 0px;}
.leadsListingIteminner{ background: #fff;color:#000;border-radius: 8px; padding: 10px 10px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05); }
.leadsListing_top{padding: 0 0 15px;}
.leadsListing_topinner{}
.leadsListing_topinner .leftPart{}
.leadsListing_topinner .leftPart .leadUserThumb{width: 50px;height: 50px;background-color: #e5eefa;color: #000;font-size: 20px;font-weight: 500;border-radius: 50%;display: inline-flex;justify-content: center;align-items: center; margin-right: 10px;	}
.leadsListing_topinner .leftPart .leadUserThumb img{width:100%;height:100%;object-fit: cover;}
.leadsListing_topinner .leftPart .leadUserContent{-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.leadsListing_topinner .leftPart .leadUserContent .title{font-size: 15px;line-height: 21px;font-weight:600;margin-bottom: 0px;	}
.leadsListing_topinner .leftPart .leadUserContent .title .editBtn{background-color: transparent; border: 0;color: #1f2778;font-size:12px;margin-left:0px;}
.leadsListing_topinner .leftPart .leadUserContent .para{font-size: 13px;line-height: 19px;color: #666;}
.leadsListing_topinner .rightPart{}
.leadsListing_topinner .rightPart .check_box{text-align: right;}
.leadsListing_topinner .rightPart .check_box input{}
.leadsListing_topinner .rightPart .time_box{}
.leadsListing_topinner .rightPart .time_box p{font-size: 14px;line-height: 20px;color: #666;}
.leadsListing_bottom{padding: 7px 0 0;border-top: 1px solid #f0f1f5;}
.leadsListing_bottominner{}
.leadsListing_bottomLinksArea{}
.leadsListing_bottomLinks{margin:0;padding:0;display: flex;justify-content: space-between;}
.leadsListing_bottomLinks li{list-style-type:none;display:inline-block;}
.leadsListing_bottomLinks li:last-child{}
.leadsListing_bottomLinks li a{display:inline-flex;align-items:center;color: #666;font-size: 13px;padding: 5px 10px;border-right: 1px solid #f0f1f5;font-weight: 500;}
.leadsListing_bottomLinks li a i{font-size:14px;margin-right:4px;}
.leadsListing_bottomLinks li a:hover{color: #adb1bd;}
.leadsListing_bottomLinks li a.callLink{color: #0a6bff;}
.leadsListing_bottomLinks li a.emailLink{color: #09aed1;}
.leadsListing_bottomLinks li a.viewLink{color: #f96f3e;}
.leadsListing_bottomLinks li a.whatsappLink{color: #2d9f2d;}
.leadsListing_bottomLinks li:last-child a{border-right:0;}


.leadsListing_bottomLinks_2{margin:0;padding:0;display: flex;justify-content: space-between;}
.leadsListing_bottomLinks_2 li{list-style-type:none;display:inline-block;}
.leadsListing_bottomLinks_2 li:last-child{}
.leadsListing_bottomLinks_2 li .bottomLink{display: inline-flex;align-items: center;justify-content: center;font-size: 16px;background-color: #efeff1; color: #0744d2;padding: 5px 8px;font-weight: 500;width: 35px;height: 35px;border-radius: 8px;}
.leadsListing_bottomLinks_2 li .bottomLink i{}
.leadsListing_bottomLinks_2 li .bottomLink:hover{}
.leadsListing_bottomLinks_2 li .bottomLink.callLink{}
.leadsListing_bottomLinks_2 li .bottomLink.emailLink{}
.leadsListing_bottomLinks_2 li .bottomLink.messageLink{}
.leadsListing_bottomLinks_2 li .bottomLink.whatsappLink{background-color: #e9f3e6;}
.leadsListing_bottomLinks_2 li:last-child .bottomLink{}
.leadsListing_bottomLinks_2 li .reminderLink{display: inline-flex;align-items: center;gap:3px;padding: 5px 8px 3px;font-size: 13px;font-weight:500;border: 1px solid #0744d2;color: #0744d2;border-radius: 6px;height: 35px;}
.leadsListing_bottomLinks_2 li .reminderLink i{position: relative;top: -1px;}

.customeTaglist.leadTaglist .tagItem {padding: 1px 0px;display: inline-block;}
.customeTaglist.leadTaglist .tagItem .tagIteminner {padding: 1px 10px 2px;border: 1px solid #ef5b21;background-color: #ef5b21;border-radius: 30px;color: #fff;font-size: 11px;line-height: 15px;}
.customeTaglist.leadTaglist .addTagBtn {background-color: transparent; border: 0;color: #1f2778;border-radius: 0;margin-left: 0px;font-size: 10px;}
.customeTaglist.leadTaglist .tagItem .socialTagIteminner{}
.customeTaglist.leadTaglist .tagItem .socialTagIteminner img{height:18px;}
.leadtopMenuList{padding:0;margin:0 -5px;}
.leadtopMenuList li{list-style-type:none;display:inline-block;}
.leadtopMenuList li:last-child{}
.leadtopMenuList li .btn{display:inline-block;padding:5px 10px;background-color:#fff;border:1px solid #ddd;color:#000;}
.leadtopMenuList li .btn i{margin-right:2px;}
.leadtopMenuList li .btn .txt{}
.leadtopMenuList li .btn.emailBtn{background-color:#fff;border:1px solid #ddd;color:#000;}
.leadtopMenuList li .btn.callBtn{background-color:#fff;border:1px solid #ddd;color:#000;}
.leadtopMenuList li .btn.whatsappBtn{background-color:#fff;border:1px solid #ddd;color:#000;}
.leadtopMenuList li .btn.editBtn{background-color:#fff;border:1px solid #ddd;color:#000;}
.leadtopMenuList li .btn.deleteBtn{background-color:#fff;border:1px solid #ddd;color:#000;}
.leadtopMenuList li .btn:hover{background-color:#fff;border:1px solid #ddd;color:#000;}


.jc-bs3-container{max-width:360px;}
.jconfirm .jconfirm-box .jconfirm-buttons .btn{font-weight: 600 !important;font-size: 13px !important;box-shadow: none;}
.jconfirm .jconfirm-box .jconfirm-buttons .btn.send_Whatsapp_Btn{padding: 6px 20px;}
.filterModal.show {height: 100% !important;}	
.filterModal .modal-body {height: 450px;}		


.appHeader-left a i {font-size: 26px;}    
.appHeader-profile img {/*height: 40px;*/}
.leads-follows-mettings-img i {font-size: 34px;}
.leads-follows-mettings-wrapper {}
/*.notification::before {width: 35px;height: 35px;top: -9px;right: -7px;font-size: 17px;}*/
.leads-follows-mettings-wrapper .count{width: 30px;height: 30px;top: -10px;right: -5px;font-size: 16px;}	
.my-leads-tab-sec .nav .nav-item .nav-link {padding: 6px 10px;font-size: 14px;margin-right: 4px;}
.my-leads-tab-sec.my-leads-tab-sec-2 .nav .nav-item .nav-link {padding: 6px 12px;font-size: 14px;margin-right: 4px;margin-right: 4px;}
.my-leads-tab-sec.my-leads-tab-sec-2 .nav .nav-item .nav-link.addLeadBtn {/*background-color: #00bd68;background-color: #ef5b21;color: #fff;*/}
.my-leads-tab-sec.my-leads-tab-sec-2 .nav .nav-item .nav-link.syncLeadBtn {background-color: #f0ad4e;color: #fff;}
.my-leads-tab-sec.my-leads-tab-sec-2 .nav .nav-item .nav-link.deleteBtn {background-color: #ff4742;color: #fff;}
.my-leads-tab-sec.my-leads-tab-sec-2 .nav .nav-item .nav-link.refreshBtn {/*background-color: #5bc0de;color: #fff;*/width: 36px;padding: 6px 5px;text-align: center;}
.my-leads-tab-sec.my-leads-tab-sec-2 .nav .nav-item .nav-link.moreBtn {/*background-color: #303787;border: 1px solid #303787;color: #fff;*/padding: 6px 5px;width: 36px;text-align: center;}
.my-leads-tab-sec.my-leads-tab-sec-2 .nav .nav-item .nav-link.moreBtn:after{display:none;}	
.my-leads-tab-sec.my-leads-tab-sec-2 .nav .nav-item .filterBtn{margin-left:4px;}
.moreLinkDropdownMenu {left: inherit;right: 0;box-shadow: 0px 4px 30px rgb(95 94 231 / 7%);border-radius: 6px;padding: 5px 0;width: 172px;}
.moreLinkDropdownMenu li {}
.moreLinkDropdownMenu li a {display: block;padding: 3px 20px;font-weight: 400;line-height: 1.42857143;color: #333;font-size: 13px;padding: 5px 10px;}	
.myLeadsSec{position:relative;overflow:hidden;}	
.myLeadsSec .illastrateBg-1 {position: absolute; top: 400px; right: 0;}
.myLeadsSec .illastrateBg-1 img {}	
.myLeadsSec .illastrateBg-2 {position: absolute;top: 130px;right: 0;}
.myLeadsSec .illastrateBg-2 img {height: 400px;}
.myLeadsSec .illastrateBg-3 {position: absolute;bottom: -49px;right: -40px;}
.myLeadsSec .illastrateBg-3 img {}
.my-leads-sec{position:relative;}
.my-leads-sec h2 {font-size: 20px;}
.my-leads-tab-sec a img {height: 25px;}
.tab-search-box input {padding: 15px 63px 15px 53px;}
.customer-information-box {padding: 20px;}
.customer-information-inner h3 {font-size: 16px;}
.date-time-location-box ul li {font-size: 16px;}
.date-time-location-box ul li img {height: 24px;}
.select-box select {height: 45px;padding: 10px 23px;}

.cusommer-text-area textarea::placeholder {font-size: 15px;}
.select-box select {font-size: 14px;}
.tab-search-box input::placeholder {font-size: 18px;}


/* my-reports html start */
.reports-body ul li .reports-box h3 {font-size: 15px;}
.report-Header-center p {font-size: 18px;}
/* meeting details html start */
.closed {padding: 6px 24px;font-size: 15px;}
.meeting-details-box h2 {font-size: 20px;}
.meeting-sedule-text {font-size: 15px;}
.meeting-sedule-details-list ul li .meeting-sedule-details-list-box .icon-box {width: 40px; height: 41px;font-size: 17px;}
.meeting-summery-search {height: 45px !important;}
.meeting-summery-search::placeholder {font-size: 15px;}
.meeting-summery-icon {padding: 16px 20px;}
.meeting-summery-icon i {font-size: 22px;}
.meeting-summery-info h4 {font-size: 18px;}
.meeting-sumnmery-submit-btn {width: 35px;height: 35px;}
.meeting-sumnmery-submit-btn i {font-size: 17px;}
/* new entry html start */
.open-contact {width: 79%;padding: 1px 0px;font-size: 15px;}
.add-menually-box-inner .new-entry-label {font-size: 17px;}
.add-menually-box-inner .new-entry-input {height: 45px;}
.add-menually-box-inner .new-entry-input::placeholder {font-size: 16px;}
.add-menually-box-inner .new-entry-select {height: 45px;padding: 14px 15px 14px 9px;font-size: 14px;background-size: 15px auto, 100%;background-position: right 1em top 55%, 5px 5px;}
.phoneNumber-text {width: 74%;}
.file-upload-box {padding: 14px 0;}
.file-upload-box i {font-size: 22px;}
.file-upload-box h4 {font-size: 16px;}
.my-meeting-header h3 {margin-bottom: 8px;}
.meeting-date-time-sec {margin-bottom: 9px;font-size: 15px;}
.meeting-details-box {padding: 15px;}
.client-details-info p {font-size: 14px;}
.sedule-metting-btn {padding: 9px 14px;font-size: 14px;}
.call-whatsApp-box .my-follow-call {width: 35px;height: 35px;font-size:14px;}
.my-follow-whatsapp {width: 35px;height: 35px;font-size:14px;}
.my-follow-whatsapp i {font-size: 22px;}
/* my leads html start */
.my-leads-call-edit-sec {width: 100%;margin-top: 20px;display: flex;align-items: center;justify-content: space-between;}
.my-follow-sec-box {flex-direction: column;}
.my-leads-call-edit-box {margin-top: 0px;}
.call-whatsApp-box:first-child {margin: 0 0 10px 0 !important;}
/* account html start */
.save-btn {font-size: 18px;padding: 7px 0;}
/* notification html start */
.nofication-box-inner h3 {font-size: 18px;}
.nofication-box-inner p {font-size: 15px;color: #56595e;}
.meeting-date-time-sec i {font-size: 16px;}
.nofication-box {padding: 15px;}
.notification-close-btn i {font-size: 17px;}
/* call log html start */
.call-log-header h3 {font-size: 18px;}
.call-log-header p {font-size: 12px;}    
.call-log ul li a {padding: 10px 12px;}
.call-log-bottom p {font-size: 12px;}
.call-log-bottom p:first-child {margin-right: 30px;}
.call-log-left .call-log-profile {width: 40px;height: 40px;font-size: 20px;}
.call-log-right i {font-size: 20px;}
/* need permission html start */
.permission-left i {font-size: 25px;}
.permission-center {margin-left: 20px;}
.permission-center h4 {font-size: 16px;}
.permission-center p {font-size: 15px;}
.permission-right .allow-btn {padding: 4px 21px;font-size: 12px;}
.permission-box {padding: 7px 12px;}
.permission-header h2 {font-size: 21px;}
.permission-header p {font-size: 14px;}
.permission-bottom-inner p {font-size: 14px;}
.my-leads-call-edit-sec .ringing {margin-right: 50px;}
.my-leads-call-edit-sec .dnd {margin-right: 50px;}
/* filter model */
.filter-header h3 {font-size: 23px;}
.leads-filter-container {font-size: 18px;}
.leads-filter-checkmark {height: 20px;width: 20px;}
.leads-filter-container .leads-filter-checkmark:after {left: 7px;top: 3px;width: 5px;height: 10px;border-width: 0 2px 2px 0;}
.leadsFeedback {height: 120px !important;border: 1px solid #eee !important;}
.my-meeting-right .edit {width: 35px;height: 35px;font-size:14px;}
.my-meeting-right .edit.whatsappBtn {font-size:18px;}
.add-more .add-more-btn {font-size: 14px;}
.clientDetsilaModal {}
.clientDetsilaModal .modal-dialog{}
.clientDetsilaModal .modal-content{font-size: 14px;line-height: 20px;color:#000;}
.clientDetsilaModal .modal-header{}
.clientDetsilaModal .modal-header .modal-title{font-size:20px;}
.clientDetsilaModal .modal-header .close{background-color: transparent;border: 0;font-size: 20px;}
.clientDetsilaModal .messagesclient{padding:15px 15px;}
.clientDetsilaModal .messagesclient strong{font-weight:600;}
.clientDetsilaModal .modal-body{}
.clientDetsilaModal .form-group{margin-bottom:10px;}
.clientDetsilaModal .labelName{margin-bottom:5px;}
.clientDetsilaModal .form-control{font-size: 14px;line-height: 20px;box-shadow:none;}
.clientDetsilaModal .form-select{font-size: 14px;line-height: 20px;box-shadow:none;}
.clientDetsilaModal .addClientBtnArea{text-align:center;}
.clientDetsilaModal .addClientBtnArea .updateBtn{font-size: 14px; padding: 7px 15px; width: auto; min-width: 140px;	}	
.account-body .new-entry-label {font-size: 14px;font-weight: 500;margin-bottom: 6px;}
.account-body .new-entry-input {height: 45px; padding: 6px 16px; font-size: 14px;}
.account-body .form-group .img_upload_area22{margin-bottom:15px;}
.account-body .img_upload_area22 .box {max-width: 100px;position: relative;margin: 0 auto; overflow: hidden;border-radius: 50%;}
.account-body .img_upload_area22 .js--image-preview {height: 100px;width: 100px;position: relative;overflow: hidden;background-image: url(style.css);background-color: #fff;background-position: center center;background-repeat: no-repeat;background-size: contain;border: 2px dotted #ddd;border-radius: 50%;}
.account-body .img_upload_area22 .upload-options {position: absolute;top: 0;left: 0;right: 0;height: 100%;width: 100%;background-color: rgba(0, 0, 0, 0.7);color: #000;cursor: pointer;overflow: hidden;text-align: center;transition: background-color ease-in-out 150ms;display: flex;align-items: center;justify-content: center; opacity: 0;}
.account-body .img_upload_area22 .upload-options label {display: inline-block;font-weight: 500;cursor: pointer;overflow: hidden;color: #fff;font-size: 35px;}
.account-body .img_upload_area22 .box:hover .upload-options {opacity: 1;}	
.account-body .save-btn {font-size: 14px; padding: 10px 15px;}
.clientDetailsInfoTop .ringing {padding: 2px 13px 3px;font-size: 12px;}
.meeting-details-box {margin-bottom: 15px;}
.my-leads-call-edit-box .my-follow-call {width: 30px; height: 30px; font-size: 12px; margin-right: 5px;}
.client-name {font-weight: 600;}
.my-leads-call-edit-box .my-follow-call.whatsappBtn {font-size: 18px;}
.paginationArea .pagination a, .paginationArea .pagination span {margin: 0 2px;padding: 4px 10px;font-size: 14px;}
.meeting-summery-box {margin-bottom: 15px;}
.meeting-summery-icon {padding: 14px 15px 12px;}
.meeting-summery-icon i {font-size: 20px;}
.meeting-summery-info h4 {font-size: 14px;}
.meeting-summery-info .deleteBtn{padding: 3px 8px;}
.meeting-sumnmery-submit-btn {width: 30px;height: 30px;font-size: 14px;}
.groupHeader .addGroupBtn{background-color: #f16a35;border-color: #f16a35;font-size: 14px;}
.meeting-sumery-search .reset-button {font-size: 14px;}
.sendWhatsappFormArea{font-size: 14px;line-height: 20px;color: #000;}
.sendWhatsappFormArea .form-group{margin-bottom:10px;}
.sendWhatsappFormArea .labelName{margin-bottom:5px;}
.sendWhatsappFormArea .form-control{font-size: 14px;line-height: 20px;box-shadow:none;}
.sendWhatsappFormArea .form-select{font-size: 14px;line-height: 20px;box-shadow:none;}

.checkin-card{background:#fff;color: #333;padding:16px;border-radius:8px;box-shadow: 0 0 13px 0 rgba(82, 63, 105, .05);margin-bottom:15px;}
.checkin-card .header{display:flex;gap:10px;align-items:center;}
.checkin-card .header .icon{font-size:20px;}
.checkin-card .header .content{font-size:14px;line-height:18px;}
.checkin-card .header .content b{}
.checkin-card .work-time{display:flex;justify-content:space-between;align-items:center;margin-top:10px;font-size:14px;}
.checkin-card .work-time .time{color:#2f5bd3;font-weight:600;}
.checkin-card .work-from{display:flex;align-items:center;gap:10px;}
.checkin-card .work-from .ttl{font-weight: 600;}
.work-from-radio-box{display: inline-flex;background-color: #f3efef;border-radius: 30px;}
.work-from-radio-box .radio-btn{position: relative;cursor: pointer;margin-bottom: 0px;}
.work-from-radio-box .radio-btn input{display:none;}
.work-from-radio-box .radio-btn span{padding: 5px 12px;border-radius: 20px;border: 1px solid transparent;font-size: 13px;line-height: 20px;display: inline-block;}
.work-from-radio-box .radio-btn input:checked + span{background:#f5a623;color:#fff;border-color:#f5a623;}
.checkin-card .checkin-btn{width:100%;margin-top:12px;padding:12px;background:#2f5bd3;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;}



}

@media(max-width: 767px) {
.reminderDetailsListItem .leftPart {width: 40%;}
}

@media(max-width: 575px) {
}
@media(max-width: 480px) {
.filterSideBarArea.open{width:100%;}
}
@media(max-width: 440px) {
}