body{font-family: "Poppins", sans-serif;background-color: #ffffff;}
:root {
  --Title:#041F30;
  --Discription: #365072;
  --red: #E91C26;

  --P_Purple:#BFA6CC;
  --Primary:#242424;
  --Green:#92CC2F;
  --White:#fff;
  --Secondary:#C1C1C1;
}
a{text-decoration:none;}
img{max-width: 100%;}

/* Login Page -----------------------------------------------*/
.loginMain{background-color:#000;}
.form-image {position:fixed;left:0;min-height:auto;height:100vh;width:50%;}
.form-image .l-image{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ffffff;background-position: center;background-repeat:no-repeat;background-size:cover;}
.form-form {margin:0 0 0 auto!important;width:50%;display:flex;flex-direction:column;min-height:100%;position:relative;}
.form-form .form-container {min-height:100%;width:100%;align-items:center;display:flex;position:relative;z-index:9;padding:15px 0;}
.form-form .form-form-wrap {max-width:520px;align-self:center;width:100%;height:calc(100vh - 0px);}
.form-form .form-container .form-content{padding:30px 40px;box-shadow:0px 2px 6px 0px #0000001A;width:100%;border-radius:22px;background-color:#ffffff;}
.btn-primary, .btn-primary:disabled, .btn-primary:active, .btn-primary.btn:first-child:active, .btn-primary.btn:focus-visible{background:var(--Green);
  border-color:var(--Green);padding:.675rem 1.75rem;border-radius:14px;min-width:140px;color:var(--White);}
.btn-primary:hover{background:var(--Title);border-color:var(--Title);color: var(--White);}
.btn-cancel, .btn-cancel:hover{border-color:var(--Green);background-color: var(--White);color: var(--Green);border-radius:14px;min-width:140px;
padding:.675rem 1.75rem;}

.form-group .form-control{padding:.775rem .75rem;color:var(--Discription);border-radius:14px;}
.loginTitle{color:var(--Title);font-size:34px;font-weight:600;}
.loginTitle span{position:relative;}
.loginTitle span:after{content:'';position:absolute;height:5px;width:60px;background-color:var(--Green);bottom: -10px;left:0;right:0;margin:0px auto;border-radius:5px;}

.loginSubtitle{color:var(--Title);font-size:20px;font-weight:400;}
.textForgot{text-decoration:none;color:var(--Title);font-size:16px;font-weight:400;}
.form-label{color:var(--Discription);}
.addOnceIcon{position:relative;}
.addOnceIcon .form-control{padding-left:45px;border-color:var(--Green);}
.iconAddons{position:absolute;top:43px;left:13px;}
.AuthForm .form-control{background-color:transparent;border-color:var(--Green);color:var(--Title);}
.AuthForm .form-label{color:var(--Title);}
.AuthForm .form-control::placeholder {color:var(--Secondary);opacity:1;}
.AuthForm .form-control::-ms-input-placeholder{color:var(--Secondary);}
.AuthForm .form-control:focus{box-shadow:0 0 0 .25rem #C2D9A11E;border-color:var(--Green);}
.LoginPageBody{background-color:#000;}
.required:after{content:'*';color:var(--Green);margin-left:1px;}
.passShow{position:absolute;right:12px;top:38px;cursor:pointer;}


@media (max-width: 991px) {
.form-form {width: 100%;}
.form-image {width: 100%;}
.form-image .ContentLeftLogin{display: none;}
.form-form .form-container{padding: 15px;}
.form-form:before, .form-form:after{width:100%;left:0;}
.form-form .form-container .form-content{padding: 20px 25px;}
}
/*Login END*/


/*Left Menu --------------------------*/
.SidebarMenu{background-color:var(--Green);padding:15px 0;min-height:calc(100vh - 110px);max-width:340px;display:flex;flex-wrap:wrap;
justify-content:space-between;margin-left:15px;margin-top:15px;margin-bottom:15px;width:340px;
transition:all .5s;border-radius:12px;}
body:not(.expandMenu) .SidebarMenu{width: 80px;transition: all .5s;}
body:not(.expandMenu) .SidebarMenu .LargelLogo{height: 0;}
body:not(.expandMenu) .SidebarMenu .smallLogo{width:50px;}
body:not(.expandMenu) .SidebarMenu .sidemenuContent ul li a .TextMenu{display:none;}
/*body:not(.expandMenu) .SidebarMenu .ProflieMenuContent a .TextMenu{font-size: 0;transition: all .5s;}
.SidebarMenu .smallLogo{width:0;}*/
.SidebarMenu .menuCN{width: 100%;}
/*body:not(.expandMenu) .SidebarMenu .logoContent{height: 40px;}*/
body:not(.expandMenu) .MenuToggle .closeMenuIcon {display: none;}
.expandMenu .MenuToggle .menuBtnIcon {display: none;}
.closeMenuIcon{width:20px;}
.headerPage{padding:10px 15px;background-color:#fff;box-shadow:0px 4px 20px 0px #0000000D;background-image:url('../images/header-bg.png');}
.menuBtnIcon{width:30px;}
.pageTitle{font-size:32px;color:var(--White);margin-bottom:0;text-transform:uppercase;font-weight:800;}
.PrifileImg img{height:50px;width:50px;border-radius:50%;object-fit:cover;box-shadow:0px 2px 0px 0px #92CC2F;}
.ProfileDropDwn{position: absolute;right:10px;z-index:9;min-width:140px;box-shadow:0px 4px 20px 0px #0000002B;border-radius:20px;}
.ProfileDropDwn a{color:var(--Title);padding:5px 0;}
.ProfileDropDwn a:hover{color: var(--Green);}

.LargelLogo{height:60px;}
.logoContent{padding-bottom:15px;padding-left:12px;border-bottom:1px solid rgba(201, 201, 201, 0.3);}
.sidemenuContent ul{list-style:none;padding-top:0;padding-bottom:10px;margin-bottom:0;}
.sidemenuContent ul li{padding:5px 0;}
.sidemenuContent ul li a{color:#fff;font-size:18px;font-weight:500;display:flex;align-items:center;padding:12px 15px;position:relative;}
.sidemenuContent ul li a:not(.active){}
.sidemenuContent ul li a .TextMenu{margin-left:10px;white-space: nowrap;}
.sidemenuContent ul li a .iconMenu img{width:25px;min-width:25px;}
.sidemenuContent ul li a.active{background-color:rgba(0, 0, 0, 0.06);border-radius:4px;position:relative;}
.sidemenuContent ul li a.active:after{content:'';position:absolute;width:5px;height:100%;top:0;
left:0;background-color:#2A5F0A;border-radius:0 5px 5px 0;}
.sidemenuContent ul li .navDropDown{position: relative;}
.sidemenuContent ul li .navDropDown:after{content:'';position:absolute;
border: solid white;border-width: 0 2px 2px 0;display: inline-block;padding: 3px;transform: rotate(45deg);
  -webkit-transform: rotate(45deg);right: 15px;}
.sidemenuContent ul li .navDropDown:not(.collapsed):after{transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);}
.dropdownContent{background-color:rgba(249, 249, 249, 0.10);min-width:180px;}
.sidemenuContent ul li .navDropDown:not(.collapsed){background-color:rgba(249, 249, 249, 0.10);}
.dropdownContent ul li{padding: 0;}
.dropdownContent ul li a{padding:6px 10px;color:#777575;}

body:not(.expandMenu) .sidemenuContent ul li .navDropDown:after{display: none;}
body:not(.expandMenu) .sidemenuContent{overflow-y:inherit;}
body:not(.expandMenu) .sidemenuContent ul li{position: relative;}
body:not(.expandMenu) .sidemenuContent ul li:hover .dropdownContent{display:block;position:absolute;left:65px;z-index:9;
background-color:#fff;box-shadow:0px 2px 10px -1px #C2D9A1;border-radius:10px;top:0;}
body:not(.expandMenu) .sidemenuContent ul li:hover .dropdownContent a{justify-content: start;}
body:not(.expandMenu) .sidemenuContent ul li:hover .dropdownContent a .TextMenu{font-size:15px;display:block;}
body:not(.expandMenu) .dropdownContent ul li a .TextMenu{margin-left:0;white-space:nowrap;}
body:not(.expandMenu) .sidemenuContent ul li a{justify-content: center;}
body:not(.expandMenu) .dropdownContent ul li a:hover, body:not(.expandMenu) .dropdownContent ul li a.active{color:var(--P_Purple);}
body:not(.expandMenu) .dropdownContent ul{padding-top: 10px;}

.ProflieMenuContent a{color:#fff;font-size:18px;font-weight:500;display:flex;align-items:center;}
.ProflieMenuContent a .iconMenu img{height:45px;width:45px;border-radius:50%;object-fit:cover;}
.ProflieMenuContent a .TextMenu{margin-left:15px;opacity:0.7;}
.sidemenuContent{max-height:calc(100vh - 30px);overflow-y:auto;}
.closeSidebar{font-size:36px;color:#fff;position:absolute;right:8px;top:-22px;}
@media (max-width:767px) {
.SidebarMenu{position:fixed;z-index:9;left:-700px;}
.expandMenu .SidebarMenu{left:0;}
}
/*End Left Menu*/

/*Dashboard*/
.card{border-radius:20px;border:0;background-color:#FCFCF880;box-shadow:0px 2px 6px 0px #0000001A;
box-shadow:0px 2px 6px 0px #0000001A;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);}
.card-body{padding: 20px;}
.DashboardCard{margin:15px 0;height:85%;min-height: 100px;}
.filterDate .iconAddons{top:11px;left:28px;}
.mainContent-Section{overflow: hidden;}
.DashboardCard .countDCard{font-size:42px;color:var(--Title);font-weight: 700;}
.DashboardCard .CardText{font-size:20px;color:var(--Discription);}
.dashboardLogo {position:absolute;bottom:0;left:0;right:0;margin:0px auto;z-index:-1;}
.dashboardLogo img{height:80px;}
/**/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  border: 1px solid #f9f9f9;background: #fff;text-align: center;border-radius: 6px;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{border: 1px solid #BFA6CC;
  background:#BFA6CC;}
.ui-widget-header{border:1px solid #EDE7F0;background:#EDE7F0;}
.filterDate .AddoNleft18{left: 18px;}
.form-control.form-select{padding-right: 30px;}
.ScrollPerFormData{max-height: calc(100vh - 100px);overflow-y: auto;padding: 0 12px;}
.PerformanceDataDash .DashboardCard .countDCard{font-size: 30px;}
.topBarnchesSidebar{background-color:#F6ECED;box-shadow:-5px 4px 15px 0px rgba(0, 0, 0, 0.05);min-height:calc(100vh - 0px);
  padding:30px 30px 0 30px;margin-top:-80px;margin-right:-15px;}
.titleSemeDash{color: var(--Title);font-size:22px;font-weight: 700;}
.topBrancheListingSec{max-height: calc(100vh - 70px);overflow-y: auto;}
.dashboardHeadOffice .DashboardCard .countDCard{font-size: 30px;}

.daterangepicker td.in-range{background-color:#92CC2F4F;}
.daterangepicker td.active, .daterangepicker td.active:hover{background-color:var(--Green);}


/**/
.customTabStyle{display:flex;flex-wrap:nowrap;white-space:nowrap;overflow-x:auto;}
.customTabStyle ul{flex-wrap:nowrap;}
.customTabStyle li .nav-link{color:var(--Title);font-size:18px;font-weight:500;padding:10px 50px;border-radius:10px;border:1px solid #92CC2F;}
.customTabStyle li .nav-link.active{background-color:#92CC2F;position:relative;}
/*.customTabStyle li .nav-link.active:after{content:'';position:absolute;height:3px;width:100%;left:0;bottom:-1px;background-color:var(--red);}*/
.ItemUserData .IcnUser{width:25px;}
.ItemUserData .IcnUser img{max-width:20px;max-height:20px;}
.ItemUserData h5{font-size:20px;color:var(--Title);font-weight:700;}
.ItemUserData p{font-size:16px;color:var(--Discription);}
.ContentDetalSec{min-height:calc(100vh - 260px);}
.ItemUserData .card-body{position:relative;}
.ItemUserData .labelAmt{display: flex;justify-content: end;}
.ItemUserData .labelAmt span{background-color:#FEF3F4;display:inline-block;padding:5px 15px;color:var(--red);font-weight:700;
margin:-20px -20px 0;font-size:20px;border-radius:0 20px 0 8px;}
.amtTitleSale{color:var(--Title);font-weight:700;font-size:24px;}

.dataTables_length label{display:flex;align-items:center;}
.dataTables_length label .form-select{margin:0 5px;width:70px;border-radius:8px;background-color:#F1F8E4;}
.pagination{justify-content:end;}
.pagination li.disabled{opacity: 0.6;}
.dataTables_filter{justify-content:end;display:flex;margin-top:2px;}
.dataTables_filter label{display:flex;align-items:center;}
.dataTables_filter label .form-control{margin-left:10px;border-radius:8px;background-color:#F1F8E4;padding:8px 12px;}
.pagination .page-link{background:none;border:0;color:var(--Title);font-weight:500;border-radius:50%;padding:5px 14px;height:35px;}
.pagination li.active .page-link{background-color:#F1F8E4;}
.dropDownShowType .form-control{padding:4px 25px 4px 10px !important;background-position:right .35rem center;}
.text-red{color: var(--red);}
.page-link:focus{box-shadow: none;}
#example_previous .page-link{color:transparent;background-image:url('../images/prv.svg');background-repeat:no-repeat;
background-position:center;}
#example_next .page-link{color:transparent;background-image:url('../images/next.svg');background-repeat:no-repeat;
background-position:center;}

/*.dataTables_paginate .previous .page-link{color:transparent;background-image:url('../images/prv.svg');background-repeat:no-repeat;
background-position:center;}
.dataTables_paginate .next .page-link{color:transparent;background-image:url('../images/next.svg');background-repeat:no-repeat;
background-position:center;}*/

.searchFiled .form-control{background-color:#FAFAFB;padding:.575rem .75rem;padding-left:34px;border-radius:10px;}
.addonsIcn{top:8px;left:12px;}
.table tbody tr td{border-color:#EBEBEB;vertical-align:middle;background-color:transparent;}
.table tbody tr td:first-child, .table thead tr th:first-child{padding-left:25px;}
.table-secondary tr th{background-color:#EBF6DA;border:0;font-weight:normal;}
.form-control:focus{box-shadow:0 0 0 .25rem #92CC2F36;border-color:#92CC2F;}

.uploadPhoto img{border:1px solid #E1E1E1;border-radius:50%;height:120px;width:120px;object-fit:cover;box-shadow:0px 4px 0px 0px #92CC2F;}
.editProPho{position:absolute;right:0;bottom:-15px;}
.modal-header{background-color:#EBF6DA;border-radius:20px 20px 0 0;}
.modal-title{color:var(--Title);font-size:22px;}
.modal-header .btn-close{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23969696'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
width:5px;height:5px;opacity:1;margin-right:0;}
.dilaogDeleteIcon {margin:30px 0 0 0;text-align: center;}
.deleteText{font-size:24px;color:var(--Title);}
.btn-dark{padding:.675rem 1.75rem;border-radius:12px;min-width:140px;background-color: var(--Title);}

/**/
.btnAssign{background-color:var(--Discription, #365072);border-radius:8px;color:#fff;padding:5px 20px;}
.btnAssign:hover{background-color:var(--red);color:#fff;}
.iConRight .iconAddons{right:15px;left:auto;}
.iConRight .form-control{padding-left:10px;padding-right:35px;}
.AssignLabel{background-color:#FFEFEF;padding:15px;border-radius:10px;}
.ExistingDrop .btn-Existing{background-color:#FFEFEF;border-color:var(--red);color: var(--red);padding:2px 10px;}

/**/
.RightFilter input.form-control{width:170px;}
.RightFilter .filterDate .iconAddons{left:18px;}
.filterDrDwnBtn{color:var(--Discription);background-color:var(--bs-body-bg);border-radius:10px;font-size:1rem;
  padding:12px 18px;border:var(--bs-border-width) solid var(--bs-border-color);display: flex;}
.filterDrDwnBtn:hover{background-color:#fff;}
.filterDropDwn .dropContentFilter{position:absolute;z-index:9;min-width:400px;z-index:9;margin-top:15px;right: 0;}
.titleDrop{padding: 10px 15px;border-bottom:1px solid #E6E6E6;}
.titleDrop .closeDrop{font-size:30px;color:var(--red);line-height:30px;cursor:pointer;}
.filterDropDwn .dropContentFilter .card:before{position:absolute;content:'';width:0;height:0;border-style:solid;top:-12px;
border-right:12px solid transparent;border-left:12px solid transparent;border-bottom:14px solid #fff;border-top:0;right:45px;}
.ViewLeadDetailsSec .labelAmt span{font-weight: normal;color: var(--Title);font-size: 16px;min-width: 70px;}
.ViewLeadDetailsSec .ItemUserData .card-body{cursor:pointer;}
.TopStatus{background-color:#FFF0E5;color:#FB8334;padding:22px 20px;margin:-20px -16px -20px 0;border-radius:0 20px 0 0;}
.modal-content{border-radius:20px;}
.titleAbt{color:var(--Title);font-size:17px;}
p{color: var(--Discription);}
.titleProDuct{color:#858585;font-size:18px;}
.PhotosItem img{border-radius:12px;margin-right:10px;width:100px;height:68px;object-fit:cover;border:1px solid #E7E7E7;}
.pinkBox{padding: 20px;background-color:#FFF7F8;border-radius:10px;}
.labelTitle{font-size: 20px;color: var(--Title);}

.to48{top:48px;}
.to10{top:10px;}
hr{border-color:#ACACAC;}
.font-20{font-size:20px;}
.vrLine{border-left:1px solid #E6E6E6;height:100%;display:block;width:1px;margin:0px auto;}
.attLog .PhotosItem img{width: 150px;height: 100px;}

.form-switch .form-check-input{width: 40px;height: 22px;}
.form-check-input:checked{background-color:var(--Green);border-color:var(--Green);}
.form-check-input:focus{box-shadow:none;}
.removeIc{position:absolute;right:8px;background-color:#FF7270;color:#fff;display:flex;width:22px;height:22px;border-radius:50%;
  font-size:22px;align-items:center;justify-content:center;cursor:pointer;z-index: 1;top: 7px;}
.eyeHS{right:13px;left:auto;}

.appoinmentList .card-header{border-radius:20px 20px 0 0;border-color:#E6E6E6;padding:15px 20px;}
.appoinmentList .form-label{font-size:18px;color:var(--Title);}
.appoinmentList time{color:var(--Discription);font-size:14px;}
.appointmentScroll{max-height:calc(100vh - 60px);overflow-y:auto;}
/**/
.itemCardLeadL .leftCardimg img{height:90px;width:90px;object-fit:cover;border-radius:8px;}
.itemCardLeadL .rightCardConTex h4{font-weight: 700;font-size: 22px;color: var(--Title);}
.itemCardLeadL .rightCardConTex .titleProDuct{color: var(--Discription);}
.ConBodyAppoManager .dashboardCardSection{min-height: calc(100vh - 170px);}
.appoiBooked{position:absolute;right:10px;top:5px;color:#14966F;}

.leadContactDeBox{background-color:#FFF7F8;padding:20px;border-radius:12px;}
.borderRightAddAppo{border-right:1px solid #E6E6E6;padding-right:30px;}
.leadContactDeBox h5{font-weight:700;color:var(--Title);font-size:20px;}
.itemInqDetails h6{min-width:150px;}
.imgAddedList img{border-radius:10px;height:80px;width:110px;}
.PaddLeftAddAppo{padding-left:30px;}
.contentAppoAdd .itemInqDetails h6{min-width:180px;}
.upcomingLabel{color:#44B527;font-weight:700;display:block;text-align:right;}


/**/
.imgCirclePlace{height:30px;width:30px;object-fit:cover;border-radius:50%;}
.headerRow, .footRow{margin:0;align-items:center;}
.headerRow{margin-bottom:15px;}
.imgThumbnail{border-radius:10px;width:100px;height:80px;box-shadow:0px 4px 0px 0px #C2D9A1;}
.card-title{color: var(--P_Purple);}
.card-header{background-color:transparent;border-color:#E8E8E5;}
.UploadyThumbnail .uploadPhoto img{height:300px;border: 2px dashed #DED9B5;margin-right: 0;}
.sparetore{margin-top: 15px;}
.WelcomeCard{background:linear-gradient(179.36deg, #B49CD7 -11.18%, #615D8A 73.94%);}
.DashCardOpt1{background-color:var(--Green);min-height:220px;}
.DashCardOpt2{background-color:#1D4A0C;min-height:220px;}
.DashCardOpt3{background-image: url('../images/bgCard3.svg');height: 100%;background-position:bottom right;background-size: cover;}
.WelcomeCard h3{font-size:30px;}
.WelcomeCard p{color:#C2D9A2;}
.top12{top:12px;}
.countTitle{color:#fff;font-size:50px;font-weight:900;}
.NameCard{color:#fff;font-size:32px;font-weight:400;}
.DashboardContainer{padding:15px 5px;}
.WelcomeCard .form-group .form-control{border-radius:30px;}


/*22072024*/
.ContentLeftLogin{padding:30px;}
.ContentLeftLogin h1{font-weight:800;font-size:72px;}
.ContentLeftLogin p{font-weight:400;font-size:18px;}
.TotalCardInfo .NameCard{border-right:1px solid #fff;padding-right:15px;margin-right:15px;}
.DetailCardInfo .NameCard{border-bottom:1px solid #fff;padding-bottom:15px;margin-bottom:15px;}
.dashboardSBg{background-image: url('../images/horse-home.svg');background-repeat:no-repeat;
background-position:right bottom;}
.dataTables_info{background-color:#F1F8E4;display:inline-block;padding:8px 15px;border-radius:7px;}

.userInfoBox{background-color:#EBF6DA;border-radius:15px;padding:30px;}
.userInfoProfile img{height:100px;width:100px;border-radius:50%;object-fit:cover;box-shadow:0px 4px 0px 0px #92CC2F;}
.itemPoint img{width:50px;}
.PointCount {font-size:16px;font-weight:600;border-right:1px solid #000;padding:3px 15px;}
.textGold{color:#D7AC4C;}
.textBrown{color:#AD6C48;}
.FinaceInfo h4{font-size:18px;}

#example_filter .form-control{background-image:url('../images/search-icon.svg');background-repeat:no-repeat;
background-repeat:no-repeat;background-position:10px 50%;background-size:18px;padding-left:35px;}
.tableWithFilter .headerRow{padding-right:35px;}
.tableWithFilter .filterShort{position:relative;margin-bottom:-35px;padding-top:10px;padding-right:10px;}

.ItemFilterDate{border:1px solid #92CC2F;color:var(--Secondary);padding:10px 10px;border-radius:10px;
margin:0 5px 5px;font-size:14px;}
.ItemFilterDate.currentDate{background-color:#242A2D;color:var(--White);pointer-events:none;}
.ItemFilterDate.active{background-color:var(--Green);color:var(--White);}
.DateFilters{overflow-x:auto;white-space:nowrap;}
.font-weight-400{font-weight:400;}
.thTransparent th{background-color:transparent;}
.WinnerInfo img{height:40px;width:40px;border-radius:50%;object-fit:cover;box-shadow:0px 2px 0px 0px #92CC2F;}
.userInfoBox .table tbody tr td:first-child, .userInfoBox .table thead tr th:first-child {padding-left:12px;min-width: 160px;}
.table .itemPoint img {width:30px;}
.WinnerInfo p{line-height: 18px;}
table .WinnerInfo.d-flex {min-width: 140px;}
.DatTableWithAddButton .headerRow{padding-right:150px;}
.DatTableWithAddButton .titleTableBtn{margin-bottom:-44px;}

.profileIform .form-group .form-control{border-color:var(--Green);}

/*@media (max-width: 656px) {
.EndBorder{padding-right:5px;padding-left:10px;width:50%;border-right:0!important;}
}
.innerbanner.homeBannernewBlog .tenc-intro-main__wrapper {
  background: #fff;
}*/




/*Media Query*/
@media screen and (max-width: 1440px) {
.itemCardLeadL .leftCardimg img{height:70px;width:70px;}
}
@media screen and (max-width: 1199px) {
  .DashboardCard .countDCard{font-size: 30px;}
  .form-group .form-control{padding: .575rem .75rem;}
  .filterDate .iconAddons{top:7px;}
  .addOnceIcon .form-control{padding-left:45px;}
  .form-control.form-select{padding-right:30px;}
  .iConRight .form-control{padding-left:10px;padding-right:35px;top:39px;}
  .iConRight.addOnceIcon .iconAddons{top:39px;}

  .countTitle{font-size: 60px;}
  .NameCard{font-size: 18px;}
}
@media screen and (max-width: 992px) {
.ScrollPerFormData{max-height:none;overflow-y:inherit;}
.topBarnchesSidebar{margin-top:20px;margin-right:0;}
.topBrancheListingSec{max-height: none;}
.topBarnchesSidebar{padding: 20px 10px 0 10px;}

.borderRightAddAppo{padding-right:15px;border-right:0;}
.PaddLeftAddAppo{padding-left: 15px;}
.DashCardOpt1, .DashCardOpt2, .DashCardOpt3{min-height: 220px;}
.DashCardOpt3{margin: 20px 0 30px 0;height: auto;}
.mainContent-Section{overflow: inherit;}
}
@media screen and (max-width: 767px) {
.loginTitle{font-size:30px;}
.loginSubtitle{font-size:18px;}
.itemInqDetails h6{font-size:16px;min-width:110px;}
.imgAddedList img{height:60px;width:80px;}
.contentAppoAdd .itemInqDetails h6{min-width:inherit;}

.DashboardContainer{padding: 15px 0;}
body.expandMenu{overflow: hidden;}
body.expandMenu .main-wraper:after{content:'';position:fixed;background-color:rgba(0, 0, 0, 0.2);
top:80px;left:0;right:0;bottom:0;}
/**/
.tableWithFilter .filterShort{margin-bottom:-25px;}
.tableWithFilter .headerRow {padding-right:0;}
.DatTableWithAddButton .headerRow{padding-right:0;}
.DatTableWithAddButton .titleTableBtn{margin-bottom:0;}

}

@media screen and (max-width: 574px) {
.PhotosItem img, .attLog .PhotosItem img{width:80px;height:60px;}
.pageTitle{font-size:18px;max-width:150px;line-height:20px;}
.btn-primary{min-width:inherit;}
.card-body{padding:15px;}
.appoinmentList .card-header{padding:12px 15px;}
.PrifileImg img{height:35px;width:35px;}
/**/
.datePickerInlineMain .datepicker td:after{height:35px;width:35px;top:calc(50% - 18px);left:calc(50% - 18px);}
.datePickerInlineMain .datepicker.datepicker-inline td, .datePickerInlineMain .datepicker.dropdown-menu td{
 padding:15px 5px;}
 .datePickerInlineMain .datepicker.datepicker-inline th, .datePickerInlineMain .datepicker.dropdown-menu th{
padding:5px 5px;}
.itemCardLeadL .card-body{padding:10px 12px;}
.appoiBooked{top:0;}
.itemCardLeadL .leftCardimg img{height:60px;width:60px;}
.itemCardLeadL .rightCardConTex h4{font-size:20px;}
.titleProDuct{font-size:16px;}

.LeagueSec1 .PointCount{border-right: 0;}
}

.passShow{
    right:15px;left:auto;cursor:pointer;position:absolute;top:45px;
}
.confirmpassShow{
    right:15px;left:auto;cursor:pointer;position:absolute;top:45px;
}
.confirmpassHide{
    right:15px;left:auto;cursor:pointer;position:absolute;top:45px;
}
.currentpassShow{
    right:15px;left:auto;cursor:pointer;position:absolute;top:45px;
}
.currentpassHide{
    right:15px;left:auto;cursor:pointer;position:absolute;top:45px;
}
.passHide{
    right:15px;left:auto;cursor:pointer;position:absolute;top:45px;
}
.passShow{
    right:15px;left:auto;cursor:pointer;position:absolute;top:45px;
}

.tableResultOverVie #resultOverviewTable_wrapper{
    margin-top: -46px;
}
.tableWithFilter #dataTables_search_wrapper{position: relative;}
.filterToggle{z-index: 9;}
#resultOverviewTable_length{position: relative;z-index: 9;}
#resultOverviewTable_wrapper .row{margin: 0}

.dataTables_empty {
    text-align: center;
}



/*@media screen and (max-width: 1399px) {
  .logoDark, .logoLight {
    width: 180px;
  }
  .contactBtn {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 1199px) {
  .logoDark, .logoLight {
    width: 150px;
  }
  .contactBtn {
    padding: 8px 10px;
    font-size: 14px;
  }
  .nav-item .nav-link{
    padding: 6px 5px !important;
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .nav-item .nav-link{font-size: 16px;padding: 10px 5px !important;}
}*/
