@font-face {
  font-family: 'Proxima Nova Alt Bold';
  src: url('../font/Proxima Nova Alt Bold.otf');
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../font/ProximaNova-Regular.otf');
}

a{
  text-decoration: none;
  box-shadow: none;
}
h1{
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0px;
  text-align: left;
  }
body {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
}

.ragister-login {
  overflow: hidden;
}

.ragister-login .row {
height: 100vh !important;
background-image: url(../images/left-bg.jpg);
background-size: 41.66%;
background-repeat: no-repeat;
}

.ragister-login #sliderlogin {
padding: 60px 95px;
}

.ragister-login #sliderlogin h3 {
font-weight: 300;
font-size: 38px;
line-height: 50px;
text-align: center;
color: #FFFFFF;
}

.ragister-login .carousel-indicators [data-bs-target] {
width: 12px;
height: 12px;
border-radius: 50%;
opacity: 1;
border: 0;
}

.ragister-login .carousel-indicators .active {
background-color: #FFDE17;
}

.bottomcopyright {
overflow: hidden;
position: absolute;
width: 100%;
bottom: 15px;
}

.bottomcopyright p {
margin-bottom: 0;
font-weight: normal;
font-size: 14px;
line-height: 16px;
text-align: center;
color: #FFFFFF;
}

.topheader {
display: flex;
padding: 50px;
}

.topheader .left-logo {
width: 50%;
}

.topheader .right-sign {
width: 50%;
text-align: right;
}

.topheader-section {
position: absolute;
width: 100%;
top: 0;
overflow: hidden;
}

.button-box, .topheader .right-sign a, .form-body a {
border: 1px solid #1E4077;
box-sizing: border-box;
border-radius: 5px;
color: #1E4077;
font-size: 18px;
line-height: 21px;
font-family: "ProximaNova-Regular", sans-serif;
text-decoration: none;
padding: 12px 25px;
}

.form-body {
padding: 150px;
padding-top: 150px;
}

.form-body h1 {
font-weight: bold;
font-size: 50px;
line-height: 59px;
color: #1E4077;
text-align: center;
margin-bottom: 30px;
}

.form-body input {
border: 1px solid #DAD9D9;
box-sizing: border-box;
border-radius: 5px;
padding: 15px;
width: 100%;
margin-bottom: 15px;
font-size: 18px;
line-height: 21px;
color: #000;
font-family: "ProximaNova-Regular", sans-serif;
}

.form-body input ::placeholder {
font-size: 18px;
line-height: 21px;
color: #A4A4A4;
font-family: "ProximaNova-Regular", sans-serif;
}

.form-body input[type="submit"] {
background-color: #FE825B;
width: 100%;
padding: 10px 50px;
border: 1px solid #FE825B;
color: #fff;
height: 40px;
}
.left-logo{
  text-align:center;
  margin-bottom:20px
}
.logindiv input {
display: inline-block;
width: 40%;
}

.logindiv span {
display: inline-block;
width: 17%;
font-weight: normal;
font-size: 18px;
line-height: 30px;
color: #A4A4A4;
text-align: center;
}

.logindiv .google-div {
display: inline-block;
width: 40%;
text-align: right;
}

.logindiv .google-div a {
text-align: center;
color: #518EF8;
border: 1px solid #518EF8;
letter-spacing: 0;
}

.logindiv .google-div a img {
margin-right: 7px;
}
.loginpage .row {
background-image: url(../images/left-login.jpg);
}
.left-sidebar{
width: 300px;
height: 100%;
background: #FE825B;
padding:15px;
display: inline-block;
position: fixed;
top: 0;
left: 0;
z-index: 9;
overflow-y: scroll;
}
.left-sidebar ul{
margin-top:40px;
padding-left:0;
}
.left-sidebar ul li{
list-style:none;
}
.left-sidebar ul li a{
font-weight: normal;
font-size: 18px;
line-height: 50px;
color: #FFFFFF;
text-decoration:none;
display: block;

}
.left-sidebar ul li img{
vertical-align: middle;
margin-right: 12px;
text-align: center;
}
.right-panel{
margin-left:300px
}
.right-panel .header{
padding:15px;
display:flex;
align-items: center;
background: #FE825B;
justify-content: end;
}
.right-admindetail p{
  margin:0;
  display:flex;
  align-items:center;
  justify-content:end
}
.right-admindetail p img{
  padding:0 7px
}
.right-admindetail p span{
  margin-left:10px
}
.right-panel .header h1{
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 35px;
color: #fff;
margin-bottom:0
}
.right-panel .header .left-title{
width:50%;
}
.right-panel .header .right-admindetail{
width:50%;
text-align:right;
}
.right-panel .header .right-admindetail p{
margin-bottom:0;
font-weight: bold;
font-size: 18px;
line-height: 21px;
color: #1E4077;
}
.right-panel .header .right-admindetail p span{
  background: #FFDE17;
  width: 40px;
  height: 40px;
  display:inline-block;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  margin-right: 1px;
  border-radius: 50%;
}
.right-panel .content-page{
background: #FAFAFA;
padding:30px;
height: calc(100vh - 70px);
}
.content-page h3{
font-weight: bold;
font-size: 18px;
line-height: 21px;
color: #333333;
margin-bottom: 30px;
}
.dashboard-box{
  background:#F4F2FD;
  padding:20px 30px;
  border-radius:10px
}
.dashboard-box .imagebox{
  display:inline-block;
  background:#E4DFFF;
  height:42px;
  width:42px;
  text-align:center;
  line-height:40px;
  border-radius:50%;
  margin-bottom:15px
}
.white-color{
  filter: invert(1);
}
.dashboard-box#featurebox{
  background:#8a66973d;
}
.dashboard-box#featurebox .imagebox{
  background:#8840a342;
}
.dashboard-box#userbox{
  background:#FFF7CA
}
.dashboard-box#userbox  .imagebox{
  background:#F4E796
}
.dashboard-box#bbdbox{
  background:#E7FFBE
}
.dashboard-box#bbdbox  .imagebox{
  background:#C3EA80
}
.left-title{
  margin-bottom: 30px;
}
.boxinput{
  display:flex;
  align-items:center;
  margin: 0 -15px;
  margin-bottom: 20px;
}
.boxinput input{
  padding:10px !important;
  font-size: 16px;
  margin: 0 10px;
  line-height: 15px;
  display: block;
  height: 40px;
  width: 40%;
  color: #212529;
}
.boxinput select{
  padding:10px !important;
  font-size: 14px;
  margin: 0 10px;
  line-height: 15px;
  display: block;
  height: 40px;
  width: 39%;
}
.boxinput a{
  color:#000
}
.dashboard-box h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom:10px
}
.dashboard-box p{
  margin-bottom:0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}
.right-dropdown{
font-weight: normal;
font-size: 14px;
line-height: 16px;
color: #A4A4A4;
padding: 11px;
border: 1px solid #DAD9D9;
box-sizing: border-box;
border-radius: 5px;
width: 230px;
margin-bottom: 21px;
z-index: 5;
display: block;
margin-left: auto;
margin-top: -63px;
}
.table-box{
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
border-radius: 5px;
overflow:hidden;
width: 100%;
margin-bottom: 46px;
margin-top: 5px;
}
.table-box table{
width:100%;

}
.table-box tr{
border-bottom:1px solid #DAD9D9;

}
.table-box tr th{
background: #1E4077;
font-weight: normal;
font-size: 16px;
line-height: 19px;
color: #FFFFFF;
padding:17px
}
.table-box tr th:nth-child(1){
width:70%
}
.table-box tr th:nth-child(2){
width: 22%;
}
.table-box tr td{
font-weight: normal;
font-size: 16px;
color: #333333;
padding:17px;
background: #fff;
}
.table-box tr td:nth-child(2){
text-align:center
}
.table-box tr:nth-last-child(1){
border:0
}
.gray-btn{
background: #A4A4A4;
border-radius: 5px;
font-size: 12px;
line-height: 14px;
color: #E5E5E5;
padding: 7px 10px;
}
.fullwidth-table.table-box tr th:nth-child(1){
width: 12%;
}
.fullwidth-table.table-box tr th:nth-child(2) {
  width: 15%;
}
.fullwidth-table.table-box tr td:nth-child(2){
text-align:left
}
.fullwidth-table.table-box tr th:nth-child(5){
text-align:center;
}
.fullwidth-table.table-box tr td:nth-child(5){
text-align:center;
}
.fullwidth-table.table-box tr th:nth-last-child(1){
width:20%;
text-align:center
}
.fullwidth-table.table-box li{
list-style:none;
display:inline-block
}
.fullwidth-table.table-box tr td, .fullwidth-table.table-box tr th{
padding:15px
}
a.gray-btn{
padding:10px 15px;
display: block;
}
.fullwidth-table.table-box ul{
margin-bottom:0;
padding: 0;
text-align: left;
margin-left: auto;
margin-right: auto;
display: block;
width: 66%;
}
.approve{
background: #469F01;
border-radius: 5px;
}
.reject{
background: #FF2442;
}
.cancel{
background: #FDB700;
border-radius: 5px;
color: #000000;
}
.graph-box img{
margin-bottom: 46px;
}
.summary-box ul li{
list-style:none;
display:flex;
margin-bottom: 0;
padding-left: 20px;
margin-top: 25px;
}
.summary-box ul li .left-box{
width:60%;
font-weight: normal;
font-size: 14px;
line-height: 16px;
color: #A4A4A4;
padding-left: 24px;
position:relative;
}
.summary-box ul li .right-usd{
font-weight: normal;
font-size: 14px;
line-height: 16px;
color: #A4A4A4;
}
.summary-box ul li .left-box:before{
content:"";
width: 14px;
height: 14px;
background: #F1556A;
position:absolute;
border-radius:50px;
left:0;
top: -1px;
}
.summary-box{
background: #FFFFFF;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
border-radius: 5px;
padding:25px 40px;
}
.yellow-point.left-box:before{
content:"";
width: 14px;
height: 14px;
background: #fdb700 !important;
position:absolute;
border-radius:50px;
left:0;
top: 0px;
}
.summary-box ul li:nth-last-child(1){
  border-top: 1px solid #DAD9D9;
  padding-top:20px
}
.dark-point.left-box:before{
   background: #1e4077 !important
}
footer.footer{
background:#fff;
padding: 20px;
display: block;
}
footer.footer p{
margin-bottom:0;
font-weight: normal;
font-size: 14px;
line-height: 16px;
text-align: center;
color: #333333;
}
.right-account{
background: #FFFFFF;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
border-radius: 5px;
}
.right-account ul{
padding-left:0;

}
.right-account li{
list-style:none;
display:flex;
font-weight: normal;
font-size: 16px;
line-height: 60px;
color: #333333;
padding-left:30px;
padding-right:30px
}
.right-account li{
border-bottom:1px solid #DAD9D9
}
.left-name{
width:60%
}
.right-price{
width: 40%;
text-align: right;
}
.total-price{
width:100%;
text-align:right;
font-size: 16px;
color: #1E4077;
margin-bottom: 33px;
}
.right-account li:nth-last-child(1){
border:0
}
.search-leave{
border: 1px solid #DAD9D9;
box-sizing: border-box;
border-radius: 4px;
/* background-image:url(../images/search.png); */
background-repeat:no-repeat;
font-weight: normal;
font-size: 14px;
line-height: 23px;
color: #A4A4A4;
padding: 10px 10px 10px 10px;
background-size: 16px;
background-position: 11px 12px;
margin-bottom: 26px;
width: 28%;
display: block;
margin-left: auto;
}
.search-leave.invoice-page{
width:60%
}
.addnew-button{
text-align:right;
}
.addnew-button a{
font-family: ProximaNova-Regular;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
text-align: center;
color: #fff;
border: 1px solid #FE825B;
box-sizing: border-box;
border-radius: 5px;
padding: 7px 16px;
/* display: block; */
width: max-content;
margin-left: AUTO;
background: #FE825B;
height: 40px;
}
.addnew-button span{
font-weight: 300;
font-size: 36px !important;
/* line-height: 36px !important; */
text-align: center;
color: #fff;
vertical-align: sub;
margin-right: 5px;
}

/*invoice page css*/
.table-box.fullwidth-table.admin-invoice-page tr th:nth-child(1) {
  width: auto;
  text-align: center;
  padding-right: 0;
}
.table-box.fullwidth-table.admin-invoice-page tr th:nth-child(2) {
  width: 16%;
  padding-right: 0;
}
.table-box.fullwidth-table.admin-invoice-page .right-dropdown {
  margin-bottom: 0;
  margin-top: 0;
}
.table-box.fullwidth-table.admin-invoice-page tr th ul {
  width: auto;
}
.table-box.fullwidth-table.admin-invoice-page input#invoice-check {
  border-radius: 2px;
  margin-right: -9px;
}
a.gray-btn.reject.ainvoice-unpaid span,a.gray-btn.approve.ainvoice-paid span {
  padding-right: 7px;
}
.table-box.fullwidth-table.admin-invoice-page .admin-invoice-top-img a {
  background: #092E68;
  border-radius: 5px;
  padding: 0 6px 3px;
}
.table-box.fullwidth-table.admin-invoice-page .admin-invoice-top-img a img {
  width: 10px;
  height: 10px;
}
.table-box.fullwidth-table.admin-invoice-page tr th:nth-child(3), .table-box.fullwidth-table.admin-invoice-page tr th:nth-child(4) {
  padding: 0;
}
.table-box.fullwidth-table.admin-invoice-page table tr th {
  padding: 10px;
}
a.gray-btn.reject.ainvoice-unpaid {
  margin-right: 10px;
}
.admininvoice-showpage {
  color: #A4A4A4;
  line-height: 19px;
}
.fullwidth-table.admin-invoice-page-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 22px;
}
.fullwidth-table.admin-invoice-page-body tr {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
}
.fullwidth-table.admin-invoice-page-body tr td {
  padding: 15px;
}
.fullwidth-table.admin-invoice-page-body tr td {
  padding: 10px;
}
.fullwidth-table.admin-invoice-page-body tr td:nth-child(4) {
  font-size: 14px;
  text-align: right;
  color: #000;
  line-height: 24px;
  padding-right: 42px;
}
.fullwidth-table.admin-invoice-page-body td a {
  text-align: center;
  width: 71px;
  float: right;
}
.fullwidth-table.admin-invoice-page-body tr td:nth-child(1) {
  padding-left: 23px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
      padding-right: 0;
}
.fullwidth-table.admin-invoice-page-body tr td:last-child {
  padding-right: 23px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 8%;
}
.admininvoice-pagination a {
  color: #A4A4A4;
  margin: 0 3px;
}
.admininvoice-pagination a.active {
  color: #1E4077;
}
.admininvoice-pagination {
  float: right;
  margin-top: 10px;
}
.table-box.fullwidth-table.admin-invoice-page {
  margin-bottom: 27px;
}
.fullwidth-table.admin-invoice-page-body a.gray-btn.approve {
  width: 64px;
  margin: auto;
}
.admin-invoice-top-img {
  width: 15px;
}
.fullwidth-table.admin-invoice-page-body tr td:nth-child(3) {
  text-align: right;
  width: 38%;
}
.reject:hover {
  background: #1e4077;
  color: #fff;
}
.approve:hover {
  background: #A4A4A4;
  color: #fff;
}
/*-----new invoice page-----*/
.newinvoice-section1,.newinvoice-section2,.newinvoice-section3,.newinvoice-section4 {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
  padding: 28px 30px;
  margin-bottom: 30px;
}
.newinvoice-section1 input,.newinvoice-section1 select  {
  background: #FFFFFF;
  border: 1px solid #DAD9D9;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 16px 18px;
  width: 38.3%;
}
.newinvoice-section1 input::placeholder,.newinvoice-section1 select{
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 21px;
text-align: left;
color: #A4A4A4;
}
.newinvoice-section1 form input[type="submit"] {
  background: #FFDE17;
  border: 1px solid #FFDE17;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: ProximaNova-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: right;
  color: #FFFFFF;
  width: 217px;
  float: right;
  margin-right: 0;
}
.newinvoice-section1 form > input {
  margin-right: 15px;
}
.newinvoice-titles strong {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #333333;
  padding-bottom: 14px;
  display: inline-block;
}
.newinvoice-name {
  font-family: ProximaNova-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #A4A4A4;
  margin-bottom: 58px;
}
.newinvoice-section2 input {
  background: #FFFFFF;
  border: 1px solid #DAD9D9;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  padding: 18px 14px 16px 14px;
}

.newinvoice-section2-right {
  padding-left: 70px;
}
.newclient-button a {
  color: #518EF8;
  font-size: 18px;
}
.newclient-button a:hover {
  color: #000;
}
.newclient-button {
  text-align: right;
}
.newinvoice-data-single input,.newinvoice-data-single textarea{
  background: #FFFFFF;
  border: 1px solid #DAD9D9;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  padding: 19px;
} 
.newinvoice-data-single {
  margin-bottom: 30px;
}
.newinvoice-less {
  margin-top: 10px;
}
.newinvoice-data-plus .addnew-button a {
  color: #fff;
  background: #FFDE17;
  border: 1px solid #FFDE17;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 35px;
}
.newinvoice-data-plus .addnew-button span{
color: #fff;
}
.newinvoice-subtotal .row:last-child {
  background: #FFFFFF;
  border: 1px solid #DAD9D9;
  box-sizing: border-box;
  border-radius: 5px;
}
.right-price-subtotal,.right-price-tax,.right-price-usd {
  text-align: right;
}
.middle-gst-price select {
  background: #A4A4A4;
  border: 1px solid #A4A4A4;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  padding: 10px;
}
.newinvoice-subtotal .row:nth-child(3) {
  margin-bottom: 32px;
  margin-top: 23px;
}
.left-name-tax,.right-price-tax {
  padding-top: 12px;
}
.newinvoice-subtotal .row:last-child div {
  padding: 17px;
}
.left-name-total {
  background: #A4A4A4;
  color: #fff;
  /*width: 92px;*/
  text-align: center;
}
.newinvoice-section3 {
  padding-bottom: 300px;
}
a.yellow-button,form.invoicenotice-form input.yellow-button {
  background: #FFDE17;
  border: 1px solid #FFDE17;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  padding: 11px 34px;
  font-size: 18px;
  line-height: 21px;
  width: auto;
}
form.invoicenotice-form textarea#invoicenotice {
  width: 100%;
}
.footer-edit-button {
  float: right;
  margin-top: 13px;
}
form.invoicenotice-form textarea {
  background: #FFFFFF;
  border: 1px solid #DAD9D9;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 18px 23px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 21px;
  color: #A4A4A4;
}
form.invoicenotice-form textarea::placeholder,.newinvoice-subtotal,.newinvoice-section2 input::placeholder{
color: #A4A4A4;
font-size: 18px;
line-height: 21px;
}
a:hover{
transition: 0.5s;
}
.newinvoice-section1 form input[type="submit"]:hover,.newinvoice-data-plus .addnew-button a:hover,
a.yellow-button:hover,form.invoicenotice-form input.yellow-button:hover {
  background: #1e4077;
  transition: 0.5s;
  border: 1px solid #1e4077;
  /* color: #fff ; */
}
.newinvoice-section4 {
  padding: 38px 20px 46px;
}
.newinvoice-due-dateset {
  margin-top: 60px;
}
/*------------client page-----------*/
input.search-leave.client-page {
  width: 100%;
}
.admininvoice-showpage.newclient-showing {
  margin-top: 15px;
}
.admin-newclient-page-body ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.admin-newclient-page-body table tr td:nth-child(2) {
  display: inline-block;
}
.admin-newclient-page-body table tr td:nth-child(2) ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-left: 12px;
}
table.admin-new-client-table tr td:nth-child(3) li a {
  background: #F3F5F9;
  border-radius: 5px;
  height: 45px;
  width: 45px;
  margin-left: 10px;
  padding: 11px;
}
table.admin-new-client-table tr td:nth-child(3) li a:hover {
  background: #f39223;
}
.admin-newclient-page-body table tr td:nth-child(2) ul li:first-child {
  padding-bottom: 10px;
}
.admin-newclient-page-body table tr td:nth-child(2) ul li:nth-child(2) img {
  margin-top: -10px;
}
table.admin-new-client-table tr td:nth-child(1) {
  width: 33.33%;
}
.addnew-button.addnew-client-button a {
  padding: 3px 16px;
}

/*----------new client page---------*/
.admin-new-client-form input,.admin-new-client-form textarea,.admin-new-client-form select {
  background: #FFFFFF;
  border: 1px solid #DAD9D9;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  padding: 17px;
  margin-bottom: 19px;
  color: #A4A4A4;
  font-size: 18px;
}
.admin-new-client-form input::placeholder,.admin-new-client-form textarea::placeholder{
 color: #A4A4A4;
}
.client-radio-option input {
  width: auto;
}
.edit-default-footer a {
  color: #1E4077;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 26px;
  display: block;
}
.save-draft a {
  background: #FFFFFF;
  border: 1px solid #FFDE17;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 11px 24px;
  display: inline-block;
  font-size: 18px;
  line-height: 21px;
  color: #FFDE17;
}
.admin-new-client-form input.yellow-button {
  background: #FFDE17;
  border: 1px solid #FFDE17;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  padding: 11px 46px;
}
.admin-new-client-form input.yellow-button:hover {
  background: #fff;
  transition: 0.5s;
  border: 1px solid #FFDE17;
  color: #FFDE17;
}
.save-draft a:hover {
  background: #FFDE17;
  color: #fff;
  border: 1px solid #FFDE17;
  transition: 0.5s;
}
.admin-new-client-form {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
  padding: 40px 28px 80px;
}

/*tab setup */
.admin-new-client-form div#tabs {
  width: 80%;
}
.admin-new-client-form #tabs .tab {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
  z-index:5;
  color: #000;
  font-size: 18px;
  line-height: 21px;
}

.admin-new-client-form #tabs .tabContent {
  /*position: relative;
  top: -1px;
  z-index:1;
  padding: 10px;
  border-radius: 0 0 3px 3px;*/
  display: inline-block;
  margin-top: 30px;
}
.admin-new-client-form #tabs .hide {
  display: none;
}
.admin-new-client-form #tabs .show {
  /*display: block;*/
  display: inline-block;
}
.admin-new-client-form #tabs .tab input {
  width: auto;
}
.save-draft-div {
  width: 157px;
}
/*--------business profile setting page-------*/
.admin-new-client-form.admin-business-profile-setup-page .tab {
  display: block !important;
}
div.business-tab-title {
  width: 70%;
  float: left;
}
.busines-upload-image {
  width: 93px;
  float: left;
  z-index: 9;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.busines-upload-button {
  background: #E5E5E5;
  border-radius: 5px;
  height: 80px;
}
.busines-upload-button a {
  text-align: center;
  display: inline-block;
  padding: 19px 15px;
  color: #000;
  font-size: 18px;
  line-height: 21px;
}
.common-white-shadow-background {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
  padding: 25px 28px;
  margin-bottom: 30px;
}
.busi-tax-rate-setup {
  margin-top: 37px;
}
table.tax-rate-table {
  width: 100%;
}
input, optgroup, textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DAD9D9;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 21px;
  color: #212529;
  margin-bottom: 10px;
  font-weight: 400;
}
select {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DAD9D9;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 21px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 400;
}
input::placeholder, textarea::placeholder{
 font-size: 14px;
  line-height: 21px;
  color: #212529;
  font-weight: 400;
}
table.tax-rate-table.fullwidth-table tr td:nth-child(1) {
  width: 766px;
  margin-right: 18px;
}
.tax-rate-save-button input {
  width: 131px;
  background: #f39223;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  border: 1px solid #f39223;
     padding: 11px 46px;
}
.tax-rate-save-button input:hover {
  background: #fff;
  color: #f39223;
  transition: 0.5s;
}
.tax-rate-table {
  margin-bottom: 10px;
}
/*track page*/
.download-track-button {
  background: #FFFFFF;
  border: 1px solid #1E4077;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  display: inline-flex;
}
.download-track-button:hover {
  background: #f39223;
  border: 1px solid #f39223;
}
.download-track-button a {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #1E4077;
  padding: 11px 59px;
  display: inline-block;
}
.download-track-button a img {
  margin-right: 10px;
}
.download-track-button-sec ul {
  padding: 0;
  list-style: none;
  display: flex;
  float: right;
}
.download-track-button-sec ul li {
  margin-left: 10px;
}
.download-track-button-one {
  padding-right: 0;
  text-align: right;
}
.track-top-filter-form {
  clear: both;
  overflow: hidden;
  margin: 30px 0;
  padding: 13px
}
.trach-filter-form-field {
  width: 18.44%;
  float: left;
  margin-right: 19px;
}
.track-top-filter-form.common-white-shadow-background form .trach-filter-form-field:nth-child(5) {
  width: 19%;
  margin-right: 0;
}
.trach-filter-form-field select{
font-size: 14px;
line-height: 16px;
color: #A4A4A4;
padding: 12px 15px;
margin-bottom: 0 ;
}
.trach-filter-form-field input{
padding: 11px 15px;
margin-bottom: 0 ;
}
input.yellow-button {
      background: #FFDE17;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  border: 1px solid #FFDE17;
  width: 131px;
  padding: 11px 46px;
}
.addnew-button a:hover {
  background: #FE825B;
  color: #fff;
}
.addnew-button a:hover span{
  /* font-weight: 300;
  font-size: 36px !important;
  line-height: 36px !important;
  text-align: center; */
  color: #fff;
  /* vertical-align: sub;
  margin-right: 5px; */
  }
input.yellow-button:hover {
  background: #1e4077;
  border: 1px solid #1e4077;
  color: #fff !important;
}
.fullwidth-table.track-table-body table {
  width: 100%;
}
.fullwidth-table.track-table-body th {
      font-size: 14px;
}

.fullwidth-table.track-table-body tr {
  background: #FFFFFF;
  border-radius: 5px;
}
.fullwidth-table.track-table-body tr th:nth-child(1),.fullwidth-table.track-table-body tr td:nth-child(1){
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}
.fullwidth-table.track-table-body tr th:nth-child(8),.fullwidth-table.track-table-body tr td:nth-child(8),
.staff-listing-admin-table-body  tr th:nth-child(5),.staff-listing-admin-table-body tr td:nth-child(5),
.admin-project-table-body  tr th:nth-child(5),.admin-project-table-body tr td:nth-child(5){
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}
.fullwidth-table.track-table-body tr td {
  padding: 10px;
  border-right: 0px solid #E5E5E5;
}
.fullwidth-table.track-table-body ul {
  padding: 0;
  list-style: none;
  display: inline-flex;
  margin-bottom: 0;
} 
.fullwidth-table.track-table-body ul li {
  margin-left: 10px;
  border-radius: 5px;
}

.fullwidth-table.track-table-body th:nth-child(3) {
  width: 187px;
}
.fullwidth-table.track-table-body th:nth-child(2) {
  width: 147px;
}
.fullwidth-table.track-table-body tr td:nth-child(2),.fullwidth-table.track-table-body tr td:nth-child(3) {
  text-align: center;
}
.track-total-time ul {
  padding: 0;
  list-style: none;
  display: flex;
  float: right;
  background: #FFDE17;
  border-radius: 5px;
  color: #fff;
  margin-top: 32px;
      margin-bottom: 40px;
}
.track-total-time ul li {
  padding: 18px;
}
.track-total-time ul li:nth-child(1) {
  padding-right: 106px;
  border-right: 1px solid #E67D06;
}
.track-total-time ul li:nth-child(2) {
  padding-left: 36px;
}
.trach-filter-form-field input.yellow-button {
  width: 100%;
}
/*----------attendance page----------*/
.admin-attendance-filter form .trach-filter-form-field:nth-child(1) {
  width: 38%;
}
.attendance-admin-table-body table tr td {
  text-align: center;
}
.attendance-admin-table-body table tr td:nth-child(6) a {
  width: 71px;
  margin: auto;
}
.attendance-admin-table-body table tr th:nth-child(1) {
  width: 135px;
}
.attendance-admin-table-body table tr th:nth-child(2) {
  width: 208px !important;
}
.back-button-setup a {
  background: #FFFFFF;
  border: 1px solid #1E4077;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #1E4077;
  padding: 11px 24px;
}
.back-button-setup a img {
  margin-right: 20px;
}
.back-button-setup a:hover {
  background: #f39223;
}
.back-button-setup {
  margin-bottom: 40px;
  margin-top: 15px;
      display: flex;
}
.new-attendance-form-setup {
  width: 70%;
  margin-top: 25px;
}
.new-attendance-form-setup form.form-box input.yellow-button {
      text-align: center;
  margin-top: 16px;
  padding: 10px;
}
.new-attendance-form-setup form label {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
  margin-top: 8px;
}
.checkintime-div,.checkindate-div{
position: relative;
}
.checkintime-div:after {
  content: url('../images/clock.png');
  position: absolute;
  right: 20px;
  bottom: 35px;
}
.checkindate-div:after{
  content: url('../images/calendor.png');
  position: absolute;
  right: 20px;
  bottom: 35px;
}
/*-----------staff listing page------------*/
.satff-listing-page-search {
  width: 200px;
  height: 40px;
}
.fullwidth-table.track-table-body.staff-listing-admin-table-body table tr th:nth-child(2) {
  width: 160px !important;
}
.fullwidth-table.track-table-body.staff-listing-admin-table-body table tr th:nth-child(3) {
  width: 160px !important;
}
.fullwidth-table.track-table-body.staff-listing-admin-table-body tr td,
.fullwidth-table.track-table-body.staff-listing-admin-table-body tr th {
  text-align: left !important;
}
.fullwidth-table.track-table-body.staff-listing-admin-table-body th:nth-child(5) {
  width: 127px;
}
.fullwidth-table.track-table-body.staff-listing-admin-table-body tr th:nth-child(1),
.fullwidth-table.track-table-body.staff-listing-admin-table-body tr td:nth-child(1) {
  width: 135px;
  /* text-align: center !important; */
}
.fullwidth-table.track-table-body.staff-listing-admin-table-body tr td {
  padding: 10px 15px;
  font-size: 14px;
  border-bottom: 1px solid #F4F4F5;
}
.fullwidth-table.track-table-body.staff-listing-admin-table-body tr th{
/* padding: 15px 15px;
border-bottom: 1px solid #F4F4F5; */
padding: 15px 15px;
border-bottom: 1px solid #F4F4F5;
  color: #333333;
font-size: 16px;
font-weight: 700;
line-height: 19px;
}
a.false{
  color:#E3C822;
  border:1px solid #E3C822;
  /* padding:7px; */
  display:block;
  text-align:center;
  border-radius:5px;
  pointer-events: none;
}
a.true{
  color:#82AF35;
  border:1px solid #82AF35;
  /* padding:7px; */
  display:block;
  text-align:center;
  border-radius:5px;
  pointer-events: none;
}
/*------edit staff--------*/
.edit-staff-head-save input.yellow-button {
  width: 131px;
  float: right;
  margin-bottom: 0;
  padding: 11px 43px;
  margin-top: 16px;
}
.edit-staff-data-form input[type="file"] {
  border: 0;
  padding-left: 0;
  margin-bottom: 35px;
}
.edit-staff-data-form{
width: 80%;
}
.edit-staff-data-form input, .edit-staff-data-form textarea {
  color: #333333;
  /* color: #A4A4A4; */
}
.edit-staff-data-form input.yellow-button{
color: #000;
}
.edit-staff-data-form label {
  /* font-size: 18px;
  line-height: 21px; */
  color: #FE825B;
  /* font-weight: bold; */
}
.edit-staff-data-form h3{
  color: #FE825B;
}
.editstaff-address {
  margin-bottom: 20px;
}
.editstaff-notes {
  margin-top: 15px;
}
.add-new-staff-form input.yellow-button,.leave-application-form input.yellow-button {
  width: auto;
}
.content-page.admin-new-editstaff-page .common-white-shadow-background,
.content-page.admin-new-addstaff-page .common-white-shadow-background{
  padding-top: 36px;
}
/*------project page--------*/
.admin-project-table-body tr td:nth-child(4) ul {
  display: inline-block;
}
.fullwidth-table.track-table-body.admin-project-table-body tr td:nth-child(4) ul li, .fullwidth-table.track-table-body.admin-project-table-body tr td:nth-child(4) ul li:hover{
background: none;
padding: 0px 0px 5px 0px;
}
.fullwidth-table.track-table-body.admin-project-table-body th:nth-child(2) {
  width: 207px;
}
.fullwidth-table.track-table-body.admin-project-table-body tr td:nth-child(4) ul li img {
  margin-right: 12px;
}
.fullwidth-table.track-table-body.admin-project-table-body th {
  text-align: left;
}
.fullwidth-table.track-table-body.admin-project-table-body th:nth-child(5),.fullwidth-table.track-table-body.admin-project-table-body td:nth-child(5) {
  text-align: right;
}
.fullwidth-table.track-table-body.admin-project-table-body tr td:nth-child(2),
.fullwidth-table.track-table-body.admin-project-table-body tr td:nth-child(3) {
  text-align: left;
}
.fullwidth-table.track-table-body.admin-project-table-body tr td {
  padding: 10px 20px;
}
.fullwidth-table.track-table-body.admin-project-table-body th:nth-child(3) {
  width: 268px;
}
.fullwidth-table.track-table-body.admin-project-table-body tr th:nth-child(1),
.fullwidth-table.track-table-body.admin-project-table-body tr td:nth-child(1) {
 width: 92px;
  text-align: center;
}
.setupdate {
  position: relative;
}
.setupdate:after {
  content: url('../images/calendor.png');
  position: absolute;
  right: 30px;
  top: 20px;
}
.admin-addproject-page .common-white-shadow-background {
  margin-bottom: 150px;
}
.forgot-pass-link a {
  border: 0;
  text-align: left;
  width: 100%;
  display: block;
  color: #767676;
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  margin-bottom: 16px;
}
section.staff-login-page .left-box,section.staff-login-page .right-box {
  display: flex;
  align-items: center;
}
section.staff-login-page .right-box .form-body {
  width: 100%;
}
section.staff-login-page .right-box .form-body input[type="submit"] {
  width: 260px;
}
.form-body input[type="submit"]:hover {
  background-color: #294066;
  border: 1px solid #294066;
}
section.staff-login-page .row {
  background-image: url(../images/people-working.jpg);
}
section.staff-login-page .carousel-indicators {
  text-align: center;
}
.staff-timer-div p {
  display: inline-flex;
}
.staff-timer-div {
  background: #FDB700;
  width: 208px;
  text-align: center;
}
.right-panel.staff-section-page .header {
  padding: 0 30px;
}
.staff-checkinout-div {
  background: #FF2442;
}
.right-panel.staff-section-page .header div {
  padding: 30px 0;
}
.right-panel.staff-section-page .header .right-admindetail {
  width: 10%;
  float: right;
}
.right-panel.staff-section-page .header .staff-checkinout-div {
  width: 287px;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding: 46px 0;
}
span.staff_check_in, span.staff_check_out {
  display: inline-flex;
}
.right-panel.staff-section-page .header .staff-checkinout-div input {
  margin:0px 10px;
  width: 20px;
  height: 20px;
}
.staff-timer-div p span {
  margin-right: 12px;
}
.staff-timer-div p span.staf-timing {
  padding-top: 12px;
}
.staff-total-timing {
  background: #1E4077;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
.staff-total-timing {
  background: #1E4077;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 44px 0 32px 0;
  margin-bottom: 57px;
   margin-top: 15px;
}
.staff-total-timing p {
  font-size: 20px;
  line-height: 23px;
}
.staff-total-timing span {
  font-size: 70px;
  line-height: 82px;
}
.common-white-shadow-background.staff-dashboard-filter {
  padding: 13px 13px;
      margin-bottom: 35px;
}
.staff-dashboard-filter input.yellow-button {
  margin-bottom: 0 !important;
  width: 100%;
}
.common-white-shadow-background.staff-dashboard-filter select {
  margin-bottom: 0;
      padding: 10px;
}
.table-box.fullwidth-table.staff-dashboard-table-body tr th:nth-child(1) {
  width: 20%;
  text-align: center;
}
.table-box.fullwidth-table.staff-dashboard-table-body a.gray-btn {
  width: 50px;
  margin: auto;
}
.table-box.fullwidth-table.staff-dashboard-table-body tr td:nth-child(1),
.table-box.fullwidth-table.staff-dashboard-table-body tr td,
.table-box.fullwidth-table.staff-dashboard-table-body tr th {
  text-align: center;
}
.staff-leave-table-body ul.action-buttons-list li a {
  margin-left: 10px;
  background: #F3F5F9;
  border-radius: 5px;
  padding: 11px;
}
.staff-leave-table-body ul.action-buttons-list li a:hover {
  background: #f39223;
}
.staff-leave-table-body tr td:nth-child(6) ul.action-buttons-list {
  width: 100%;
  text-align: right;
}
.staff-leave-table-body a.gray-btn {
  width: 100px;
  margin: auto;
  text-align: center;
}
.table-box.fullwidth-table.staff-leave-table-body tr th:nth-child(1),
.table-box.fullwidth-table.staff-leave-table-body tr td:nth-child(1) {
  width: 16%;
  text-align: center;
}
.table-box.fullwidth-table.staff-leave-table-body tr th,.table-box.fullwidth-table.staff-leave-table-body tr td{
text-align: center;
}
.table-box.fullwidth-table.staff-leave-table-body tr td:nth-child(6) span {
  float: right;
  padding-right: 40px;
}
a.gray-btn:hover {
  background: #1e4077;
  color: #fff;
}
.leave-from-radio-options {
  display: flex;
      margin-bottom: 8px;
}
.leave-from-radio-options input {
  width: auto;
  margin-right: 10px;
  margin-top: 4px;
}
.leave-from-radio-options label {
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  margin-right: 25px;
}
h3.leave-from-radio-label {
  color: #1E4077;
  margin-bottom: 0;
  margin-top: 5px;
}
.leave-application-form {
  margin-top: 15px;
}
.tracking-page-body .header .left-title {
  width: 35%;
}
.tracking-page-body .content-page {
  position: relative;
  background: #6d6e70;
}
.start-tracking-body {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 50px;
  text-align: center;
  width: 550px;
  margin: auto;
}
/*popup set up*/
.tracking-page-body .popup,.tracking-page-body .popupk {
display: none;
position: inherit;
top: 30%;
z-index: 20;
left: 0;
right: 0;
}
.start-tracking-body input[type="submit"],.start-tracking-body input[type="submit"] {
  background: #469F01;
  width: 131px;
  color: #fff;
  padding: 11px;
}
div#popup2 .start-tracking-body input[type="submit"]{
background: #FF2442;
}
.start-tracking-body input[type="submit"]:hover,.start-tracking-body input[type="submit"]:hover {
  background: #f39223;
}
a.close-popup {
  float: right;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  margin-top: -30px;
}
.start-tracking-body.popup.showpopup,.start-tracking-body.popupk.showpopup {
  margin-top: 167px;
  margin-bottom: 300px;
}
.staff-timer-div button.button {
  background: none;
  border: 0;
  padding: 0;
}
.staff-timer-div.tracker-time-div {
  border-right: 1px solid #fff;
}
.create-new-link {
  text-align: center;
}
.create-new-link a {
  border: 0;
  color: #f39223;
  padding: 10px;
}
.create-new-link a:hover,.forgot-pass-link a:hover {
  color: #1e4077;
}
input#invoice-check {
  margin-bottom: 0;
  width: 20px;
}
.mobilemenu,.mobilemenu-close {
  display: none;
}

/*Responsive css start here*/

@media (min-width: 1301px) and (max-width: 1500px){
.trach-filter-form-field {
  margin-right: 10px;
}
.form-body {
  padding: 50px;
  }
  .logindiv .google-div{
    width: auto;
  }
  body.register-page-body .form-body {
  padding-top: 120px;
}
.table-box.fullwidth-table.admin-invoice-page tr th:nth-child(2),.newinvoice-section1 form input[type="submit"] {
  width: auto;
  }
  .footer-edit-button a.yellow-button {
  padding: 11px 14px;
}
 .new-attendance-form-setup,.admin-new-client-form div#tabs,.edit-staff-data-form {
  width: 100%;
}
div#tabs.business-tab-title {
  width: auto;
}
}
@media (min-width: 1201px) and (max-width: 1300px){
.right-panel.staff-section-page .header .left-title {
    width: 30%;
}
.new-attendance-form-setup,.col-sm-6.download-track-button-sec,.edit-staff-data-form {
  width: 100%;
}
 .fullwidth-table.track-table-body table{
  overflow-x: auto;
  display: block;
  width: fit-content;
  max-width: 100%;
}
.trach-filter-form-field {
  margin-right: 10px;
}
.admin-new-client-form div#tabs {
  width: 100%;
}
div#tabs.business-tab-title {
  width: auto;
}
.form-body {
  padding: 40px;
  }
  .logindiv .google-div{
    width: auto;
  }
  body.register-page-body .form-body {
  padding-top: 120px;
}
.table-box.fullwidth-table.admin-invoice-page tr th:nth-child(2),.newinvoice-section1 form input[type="submit"] {
  width: auto;
  }
  .footer-edit-button a.yellow-button {
font-size: 16px;
padding: 11px 14px;
}
}
@media (min-width: 992px) and (max-width: 1200px){
  .right-panel.staff-section-page .header .right-admindetail {
    width: 20%;
  }
  .staff-timer-div {
    width: 160px;
  }
  .right-panel.staff-section-page .header .left-title {
    width: 30%;
}
.right-panel.staff-section-page.tracking-page-body .left-title {
    width: 18%;
}
  .staff-total-timing p {
    font-size: 17px;
    line-height: 20px;
}
.common-white-shadow-background.staff-dashboard-filter .row .col-2 {
  width: auto;
  margin-top: 10px;
}
.staff-total-timing span {
  font-size: 30px;
  line-height: 32px;
}
.new-attendance-form-setup,.edit-staff-data-form {
  width: 100%;
}
.trach-filter-form-field {
  margin-right: 10px;
}
.fullwidth-table.track-table-body table{
  overflow-x: auto;
  display: block;
  width: fit-content;
  max-width: 100%;
}
.admin-new-client-form div#tabs {
  width: 100%;
}
div#tabs.business-tab-title {
  width: auto;
}
.newinvoice-section2-right {
  padding-left: 10px;
}
.footer-edit-button a.yellow-button {
font-size: 14px;
padding: 11px 14px;
}
.newinvoice-section3 {
padding-bottom: 50px;
}
.newinvoice-section1 form > input {
margin-right: 5px;
}
.newinvoice-section1 form input[type="submit"] {
  width: auto;
  padding: 16px 8px;
}
.newinvoice-data-single input, .newinvoice-data-single textarea{
padding: 10px;
}
.table-box.fullwidth-table.admin-invoice-page tr th:nth-child(2) {
width: auto;
}
.carousel-indicators{
bottom: -20px;
}
.form-body input[type="submit"],.logindiv .google-div a{
    padding: 15px 15px;
}
.ragister-login #sliderlogin {
padding: 15px 15px;
}
.form-body {
padding: 20px;
}
body.register-page-body .form-body {
padding-top: 120px;
}
.logindiv .google-div{
width: auto;
}
.right-panel .header,.right-panel .content-page {
padding: 30px 15px;
}
.logo-div img {
  width: 100%;
}
.dashboard-hours-summ .col-sm-6,.dashboard-invoice-summ .col-sm-6{
  width: 100%;
}
.left-sidebar {
width: 250px;
}
.right-panel {
margin-left: 250px;
}
.row.dashboard-invoice-summ h3 {
  margin-top: 20px;
}
.table-box tr th:nth-child(1),.table-box tr th:nth-child(2),.fullwidth-table.table-box tr th:nth-child(1),.fullwidth-table.table-box tr th:nth-child(2),
.fullwidth-table.table-box tr th:nth-last-child(1) {
width: auto;
}
.col-sm-6.download-track-button-sec {
  width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px){
  .right-panel.staff-section-page.tracking-page-body .staff-timer-div.tracker-time-div {
    left: 26%;
}
   .right-panel.staff-section-page .header {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 180px;
}
.right-panel.staff-section-page .left-title {
    position: absolute;
    left: 10px;
}
.right-panel.staff-section-page .staff-timer-div {
    position: absolute;
    left: 50%;
    width: auto;
    padding: 30px 10px !important;
}
.right-panel.staff-section-page .staff-checkinout-div {
    position: absolute;
    bottom: 0px;
    width: 97% !important;
    display: inline-block;
    text-align: center;
    padding: 20px 0 !important;
}
.right-panel.staff-section-page .header .right-admindetail{
      position: absolute;
    right: 30px;
        width: 30%;
}
.staff-leave-table-body tr td:nth-child(6) ul.action-buttons-list {
display: flex;
}
.satff-listing-page-search {
  width: 100%;
}
  .staff-total-timing p {
    font-size: 17px;
    line-height: 20px;
}
.common-white-shadow-background.staff-dashboard-filter .row .col-2 {
  width: auto;
  margin-top: 10px;
}
.staff-total-timing span {
  font-size: 30px;
  line-height: 32px;
}
.staff-total-timing {
  padding: 20px 0 20px 0;
 }
.new-attendance-form-setup {
  width: 100%;
}
.track-top-filter-form.common-white-shadow-background form .trach-filter-form-field:nth-child(5) {
  width: auto;
  margin-right: 0;
  margin-top: 10px;
}
.trach-filter-form-field {
  width: 23%;
  margin-right: 10px;
}
.col-sm-6.download-track-button-sec {
  width: 100%;
}
.fullwidth-table.track-table-body table,table.admin-leave-table,.table-box.fullwidth-table.staff-leave-table-body table {
  overflow-x: auto;
  display: block;
  width: fit-content;
  max-width: 100%;
}
.admin-new-client-form div#tabs {
  width: 100%;
}
div#tabs.business-tab-title {
  width: auto;
}
.col-9.left-name-tax,.col-2.middle-gst-price {
  width: 40%;
}
.col-1.right-price-tax {
  width: 20%;
}
.newinvoice-section4 .col-9, .newinvoice-section4 .col-3 {
  width: 100%;
}
.newinvoice-section3 {
  padding-bottom: 30px;
}
.row.newinvoice-data-single div,.newinvoice-data-titles div {
  padding: 2px;
}
 .newinvoice-section1 form input[type="submit"] {
  text-align: center;
  width: 100%;
  float: none;
}
.newinvoice-section1 input, .newinvoice-section1 select{
width: 47%;
}
.newinvoice-section2-right {
  padding-left: 10px;
}
.newinvoice-data-single input, .newinvoice-data-single textarea{
padding: 5px;
}
.table-box.fullwidth-table.admin-invoice-page tr th:nth-child(2) {
  width: auto;
}
.right-dropdown,.edit-staff-data-form{
  width: 100%;
}
.dashboard-hours-summ table {
  display: inline-table;
      width: 100%;
}
.form-body input[type="submit"],.logindiv .google-div a{
      padding: 15px 15px;
}
.topheader-section {
  position: inherit;
}
.topheader .left-logo img {
  width: 100%;
}
section.topheader-section .col-md-5 {
  display: none;
}
section.topheader-section .col-md-7 {
  width: 100%;
}
.bottomcopyright {
  position: inherit;
  background: #1e4077;
}
.bottomcopyright .col-md-5 {
  width: 100%;
  padding: 10px 0;
}
.ragister-login .row{
height: 100% !important;
    background-size: cover;
}
.ragister-login .row .col-md-5.left-box, .ragister-login .row .col-md-7.right-box {
  width: 100%;
}
.form-body h1,.create-new-link{
color: #fff;
}
.logo-div img {
  width: 100%;
}
.form-body {
  padding: 50px;
  padding-top: 50px;
}
.ragister-login #sliderlogin {
  padding: 50px 50px;
}
.left-sidebar {
  width: 200px;
  padding: 30px 10px;
}
.right-panel {
  margin-left: 200px;
}
.right-panel .header,.right-panel .content-page {
padding: 30px 10px;
}
.dashboard-hours-summ .col-sm-6,.dashboard-invoice-summ .col-sm-6{
  width: 100%;
}
.row.dashboard-invoice-summ h3 {
  margin-top: 20px;
}
.table-box.fullwidth-table.admin-dashboard-staff-leave-table tr th, .table-box.fullwidth-table.admin-dashboard-staff-leave-table tr td {
  font-size: 13px;
}
.table-box.fullwidth-table.admin-dashboard-staff-leave-table tr td a.gray-btn {
  padding: 10px;
}
.right-panel.staff-section-page .header {
    padding: 0 10px;
}
}
@media (max-width: 767px){
  .ReactModalPortal .ReactModal__Content.ReactModal__Content--after-open{
    width: 100% !important;
    inset: 0px !important;
    top: 10px !important;
  }
  .right-panel.staff-section-page.tracking-page-body .staff-timer-div.tracker-time-div {
    left: 25%;
}
  .right-panel.staff-section-page .header {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 180px;
}
.right-panel.staff-section-page .left-title {
    position: absolute;
    left: 10px;
    width: 30%;
}
.right-panel.staff-section-page .staff-timer-div {
    position: absolute;
    left: 50%;
    width: auto;
    padding: 10px 0px !important;
    top: 15px;
}
.right-panel.staff-section-page .staff-checkinout-div {
    position: absolute;
    bottom: 0;
    width: 97% !important;
    display: inline-block;
    text-align: center;
    padding: 20px 0 !important;
}
.right-panel.staff-section-page .header .right-admindetail{
      position: absolute;
    right: 30px;
    width: 20%;
}
.start-tracking-body {
  padding: 20px;
}
a.close-popup{
   margin-top: 0px;
}
.staff-leave-table-body tr td:nth-child(6) ul.action-buttons-list {
display: flex;
}
.right-panel.staff-section-page .header {
  padding: 0 10px;
}

.staff-total-timing span {
font-size: 40px;
line-height: 42px;
}
.common-white-shadow-background.staff-dashboard-filter .row .col-2 {
  width: auto;
      margin-top: 10px;
}

.admin-addproject-page .common-white-shadow-background {
  margin-bottom: 50px;
}
.row.admin-staff-list-toppart div,.row.admin-project-toppart div {
  width: 50%;
}
.row.admin-staff-list-toppart {
  overflow: hidden;
}
.new-attendance-form-setup,.edit-staff-data-form {
  width: 100%;
}
.trach-filter-form-field {
  width: 45%;
  float: left;
  margin-bottom: 10px;
}
.track-top-filter-form.common-white-shadow-background form .trach-filter-form-field:nth-child(5) {
  width: auto;
  }
.col-sm-6.download-track-button-sec {
width: 100%;
}
.fullwidth-table.track-table-body table, table.admin-leave-table,
.table-box.fullwidth-table.staff-leave-table-body table {
overflow-x: auto;
display: block;
width: fit-content;
max-width: 100%;
}
.admin-new-client-form{
    padding: 20px 10px 20px;
}
.admin-new-client-form div#tabs,.search-leave {
width: 100%;
}
div#tabs.business-tab-title {
width: auto;
}
table.admin-new-client-table {
display: inline-table !important;
    width: 100% !important;
}
.newinvoice-section2-right {
padding-left: 10px;
}
.newinvoice-section1 form input[type="submit"] {
text-align: center;
width: 100%;
float: none;
}
.newinvoice-section1 input, .newinvoice-section1 select{
width: 47%;
}
.table-box.fullwidth-table.admin-invoice-page tr th:nth-child(2) {
width: auto;
}
.table-box.fullwidth-table.admin-invoice-page input#invoice-check,input#invoice-check{
width: 20px;
}
.table-box.fullwidth-table.admin-dashboard-staff-leave-table table,.fullwidth-table.admin-invoice-page-body table {
overflow-x: auto;
display: block;
width: fit-content;
max-width: 100%;
}
.fullwidth-table.admin-invoice-page-body tr td:nth-child(1) {
width: 5% !important;
padding-left: 5px;
}
.search-leave.invoice-page {
  width: 100%;
}
.invoice-head-search-part,.invoice-head-addnew-part {
  width: 50%;
  float: left;
}
.ragister-login #sliderlogin h3 {
  font-size: 28px;
  line-height: 35px;
}
.topheader .left-logo img {
  width: 100%;
}
.ragister-login #sliderlogin {
  padding: 60px 15px;
}
.form-body h1,.create-new-link {
  color: #fff;
}
.logindiv .google-div {
  width: auto;
  margin-top: 20px;
}
.bottomcopyright {
  position: relative;
  bottom: 20px;
  background: #2d4978;
}
.form-body {
  padding: 40px;
  padding-top: 40px;
}
.topheader-section {
  position: inherit;
}
.ragister-login .row {
  background-size: cover;
  height: inherit !important;
}
.row.dashboard-invoice-summ h3 {
  margin-top: 20px;
}
.mainmenu {
  display: none;
}  
.mobilemenu,.mobilemenu-close {
  display: block;
}
.left-sidebar .logo-div {
  width: 50%;
  float: left;
}
.left-sidebar .mobilemenu {
  width: 50%;
  float: left;
  text-align: right;
      margin-top: 10px;
}
.left-sidebar .mobilemenu-close a {
  position: absolute;
  right: 40px;
  top: 40px;
}
.left-sidebar {
  width: 100%;
  position: inherit;
}
.right-panel {
  margin-left: 0;
}
.right-dropdown{
width: auto;
}
.right-panel .header,.right-panel .content-page {
padding: 30px 15px;
}
.left-sidebar ul {
  margin-top: 70px;
}
.table-box tr th:nth-child(1),.table-box tr th:nth-child(2),.fullwidth-table.table-box tr th:nth-child(1),.fullwidth-table.table-box tr th:nth-child(2),
.fullwidth-table.table-box tr th:nth-last-child(1) {
width: auto;
}
.table-box tr td:nth-child(2) {
  text-align: left;
}
.right-account li{
    padding-left: 10px;
  padding-right: 10px;
}
.left-name {
  width: 70%;
}
.right-price {
width: 30%;
}
.newinvoice-data-single input, .newinvoice-data-single textarea{
padding: 5px;
}
.newinvoice-section3 {
  padding-bottom: 30px;
}
.col-9.left-name-tax,.col-2.middle-gst-price {
  width: 40%;
}
.col-1.right-price-tax {
  width: 20%;
}
.newinvoice-section4 .col-9, .newinvoice-section4 .col-3 {
  width: 100%;
}
.row.newinvoice-data-single div,.newinvoice-data-titles .row div {
  padding: 2px;
}
.fullwidth-table.admin-invoice-page-body table.admin-new-client-table tr td:nth-child(1) {
  width: auto !important;
}
input.search-leave.client-page {
margin-bottom: 0;
}
.addnew-button.addnew-client-button a {
float: left;
margin-top: 20px;
}
}
@media (max-width: 580px){
  .right-panel.staff-section-page .header .right-admindetail {
    right: 10px;
    width: 40%;
}
  .right-panel.staff-section-page.tracking-page-body .header {
    height: 300px;
}
.right-panel.staff-section-page.tracking-page-body .staff-timer-div{
       padding: 10px !important;
    bottom: 80px;
    left: 10px;
    top: 150px;
    width: 97%;
}
.right-panel.staff-section-page.tracking-page-body .staff-timer-div.tracker-time-div {
    padding: 10px !important;
    left: 10px;
    bottom: 153px;
    top: auto;
    width: 97%;
}
.staff-total-timing{
  margin-bottom: 15px;
      padding: 15px 0;
}
.tax-rate-table-title .row div,.tax-rate-table-data .row div {
  width: 40%;
}
.tax-rate-table-title .row div.col-sm-1, .tax-rate-table-data .row div.col-sm-1 {
  width: 10%;
}
.download-track-button a {
  padding: 11px 30px;
}
}
@media (max-width: 500px){
  .right-panel.staff-section-page .staff-timer-div {
    left: 10px;
    top: 80px;
    width: 97%;
}
  .right-panel.staff-section-page .header div {
    padding: 10px 0;
}
.right-panel.staff-section-page .header div.left-title {
    width: auto;
}
  .right-panel.staff-section-page .header {
    height: 200px;
}
.download-track-button a {
  padding: 11px 20px;
}
.trach-filter-form-field {
  width: 44%;
  }
.newinvoice-data-titles h3 {
font-size: 13px;
}
.newinvoice-subtotal .row:last-child div {
padding: 7px;
}
.newinvoice-name{
    margin-bottom: 18px;
}
.newinvoice-due-dateset {
margin-top: 0px;
}
.newinvoice-section2 .col-6.newinvoice-section2-left,.newinvoice-section2 .col-6.newinvoice-section2-right {
width: 100%;
}
.newinvoice-section1 form > input {
margin-right: 5px;
}
.table-box.fullwidth-table.admin-invoice-page table,.table-box.fullwidth-table.staff-dashboard-table-body table{
overflow-x: auto;
display: block;
width: fit-content;
max-width: 100%;
}
.topheader .right-sign a{
font-size: 16px;
padding: 12px 15px;
}
.form-body h1 {
font-size: 40px;
line-height: 41px;
}
.admin-newclient-page-body table tr td:nth-child(2) ul li a {
margin-left: 4px;
}
}
@media (max-width: 400px){
  
.leave-from-radio-options{
  display: block;
}
}

/*popup setup*/
.staf-timing a{
  color: #000;
}
.popup-link a{
    color: #000;
    cursor:pointer;
}
.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}
.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.popup-content a.close{
    color: #aaaaaa;
     float: right;
    font-size: 48px;
    font-weight: normal;
    background: none;
    padding-right: 30px;
    margin: 0;
    text-decoration: none;
}

.popup-content a.close:hover{
  color:#333;
}
.popup-container:target{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.popup-style-2{
  transform: scale(0.3);
  
}
.popup-style-2:target{
  transform: scale(1);
}
.checkboximage label input{
  display:inline-block;
  width: auto;
  margin-right:7px;
  margin-bottom: 0;
}
.checkboximage label{
  width:24%;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
}
/* toggle in label designing */
.switchbtn .toggle {
  position : relative;
  display : inline-block;
  width : 70px;
  height: 30px;
  /* background-color: #C3EA80; */
  background-color: #ea7d7d;
  border-radius: 30px;
  border: 2px solid gray;
  padding: 1px;
}
     
/* After slide changes */
.switchbtn .toggle:after {
  content: '';
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  /* background-color: #82AF35; */
  background-color: red;
  top: 0px;
  left: 0px;
  transition:  all 0.5s;
}
     
/* Toggle text */
.switchbtn p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 27px;
  text-align: center;
  font-weight: 400;
  color: #000;
  word-spacing: 16px;
}
     
/* Checkbox checked effect */
.switchbtn .checkbox:checked + .toggle::after {
  left: 40px;
  background-color: #82AF35;
}
     
.switchbtn .checkbox:checked + .toggle {
  /* background-color: #C3EA80; */
  background-color: #C3EA80;
}
     
.switchbtn .checkbox {
  display : none;
}
.settingbox{
  display:flex;
  /* justify-content:space-between; */
  align-items: center;
}
.settingbox label{
  font-weight:normal;
  width: 45%;
}
.daybox label {
  width: auto;
  margin-left: 90px;
}
.daybox input{
  margin-bottom: 0 !important;
  line-height:18px;
}
.settingbox .daybox input{
  width:auto;
  margin-left:10px
}
.setting-section h3{
  margin-bottom:0
}
.form-box.login-logo{

  max-width:400px;
  margin:0 auto;

}
.form-box.login-logo input[type="email"]{
  background-image: url(../images/email.png);
  background-repeat:no-repeat;
  background-position: 98%;
  height: 40px;
  /* width: 350px; */
  /* margin:0 auto; */
  /*
  max-width:400px;
 */
}
.form-box.login-logo input[type="password"]{
  background-image: url(../images/key.png);
  background-repeat:no-repeat;
  background-position: 98%;
  height: 40px;
  
}
.pagination{
  margin-top: 20px;
  margin-left:auto;
  justify-content: end;
  display: flex !important;
  margin-bottom: 20px !important;
  list-style: none;
}
.pagination li{
  border: 1px solid #FE825B;
  border-radius: 0 !important;
  
}
.pagination li a {
  display: block;
  /* height: 25px; */
  width: max-content;
  padding: 5px 10px;
  text-align: center;
  line-height: 25px;
  color: #FE825B;
}
.pagination li.active a, .pagination li a:hover{
  background-color: #FE825B;
  color: #fff;
}
.pagination li.disabled{
  display: none;
}
.error{
  color: red;
}
.success{
  color: green;
}
.numberboxes .dashboard-box{
  padding: 20px 15px;
  margin-bottom:30px;
  text-align: center;
}
.dashboard-box#orderbox{
  background:#FBE9E7
}
.dashboard-box#orderbox  .imagebox{
  background:#FFCCBC
}
.dashboard-box#inventory{
  background:#FFF7F5;
  border: 1px solid #FFE6DF;
}
.dashboard-box#inventory  .imagebox{
  background:#FE825B;
}
.dashboard-box#viewtrans{
  background:#E8F8F5
}
.dashboard-box#viewtrans  .imagebox{
  background:#D1F2EB
}
.dashboard-box#importdid{
  background:#EDF2FF
}
.dashboard-box#importdid  .imagebox{
  background:#D8E3FF
}
.search-btn{
  font-family: ProximaNova-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-align: center;color: #fff;border: 1px solid #FE825B;box-sizing: border-box;border-radius: 5px;padding: 9px 14px;margin-right: 10px;display: block;width: max-content;margin-left: AUTO;background: #FE825B;}
  .clear-btn{
    width: 220px;
    background: #FE825B;
    color: #fff !important;
    box-shadow: none !important;
    border: none;
    cursor: pointer;
  }
  .has-text-centered.success a{
    padding: 0;
    border: none;
  }

@media(max-width:767px){

  .login-page-body .ragister-login .row {

    background-size: cover;

    height: 100vh !important; 

  }

   .login-page-body .ragister-login .form-body{

     background:#fff;

     padding:20px;

     margin:0 20px;

     border-radius: 9px;

   }

   .login-page-body .ragister-login .form-body img{

     background:#fff;

     margin: 0;

     width: auto;

     max-width: 100%;

   }
   .form-box .col-6{
     width:100% !important
    }
    .row.admin-staff-list-toppart div{
      width:100%;
      flex-wrap: wrap;
      justify-content: left;
    }
    .row.admin-staff-list-toppart div input, .row.admin-staff-list-toppart div select{
      margin-bottom: 10px;
    }
  .search-btn{
    margin-left: 0;
    padding: 8px 8px;
    margin-bottom: 10px;
  }
  .clear-btn{
    width: auto;
    margin-right: 0;
    /* margin-bottom: 10px; */
  }
}
.right-admindetail .profile{
  cursor:pointer;
}
select:required:invalid {
  color: gray;
}
/* option[value=""][disabled] {
  display: none;
} */
option {
  color: #333333 !important;
}
.white-label{
  margin-bottom: 20px;
}
.left-title h1{display: inline-block;vertical-align: sub;}
.left-title small{
  margin-left:15px;
  font-size:14px;
  color:#000
}
.radio-standard-box {
  justify-content:left;
  margin-top:20px
}
.radio-standard-box input{
  width:18px;
  margin-bottom: 0 !important;
  height:18px;
  vertical-align: sub;
}
.radio-standard-box label{
  margin-right:15px;
}
.introducebpx{
  margin-top:20px
}
.introducebpx p{
  margin-bottom:0;
  font-size:14px;
  color:#27272A
}
.introducebpx strong{
  color:#1A2E5C;
  margin-bottom:5px;
  display:block
}
.tableinput-section .labelwithbox{
  width:auto;
  max-width: fit-content;
  padding: 0;
}
.tableinput-section .labelwithbox input{
  max-width: 90px;
  width:auto;
  height:30px;
  font-size:14px;
  margin-bottom:0;
  padding: 0;
  line-height: normal;
  margin-right: 10px;
}
.tableinput-section .row{
  flex-wrap: unset;
  justify-content:space-around
}
.tableinput-section .labelwithbox:nth-child(5) input{
  max-width:160px 
}
.tableinput-section .labelwithbox label{
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color:#1A2E5C;
  border-bottom:1px solid #F4F4F5;
  padding-bottom: 15px;
  margin-bottom:20px;
  width: 100%;
}
.tableinput-section .labelwithbox select{
    height: 30px;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
  line-height: normal;
  margin-right: 10px;
}
.tableinput-section .labelwithbox input[type="checkbox"]{
  margin:0 auto;
  display: block;
}
.tableinput-section p{
  color:#767676
}
.newrow-section{
  text-align:end;
  border-top:1px solid #F4F4F5;
  padding-top:15px;
  margin-top:10px
}
.newrow-section a{
  background:#82AF35;
  color:#fff;
  border-radius:5px;
  padding:7px 15px;
  margin: 5px;
}
.newrow-section a.search{
  background:#1A2E5C
}
.newrow-section a.delete{
  color:#82AF35;
  background:none;
  border:1px solid 
}
.tablebox{
  width:100%;
  margin-top:20px;
  border:0;
  margin-left: 0;
}
.tablebox thead{
  background:#D9D9D9;

}
.tablebox thead th{
  padding: 9px;
  color:#1A2E5C;
  font-size:16px
}
.tablebox tbody td{
  font-size:14px;
  padding:10px;
  text-align:center;
}
.tablebox tbody td input{
  height:20px;
  width:20px
}
.tablebox tbody tr{
  border-bottom:1px solid #ddd
}
.haft-whitebox h3{
  margin-bottom:15px
}
.haft-whitebox strong{
  font-size:16px;
  color:#1A2E5C !important
}
.haft-whitebox p{
  font-size:14px
}
.haft-whitebox .newrow-section{
  border:0
}
.footer-row{
  text-align:right;
  justify-content: end;
}
.footer-row a{
  width:auto;
  border:1px solid #FFDE17;
  margin-left:10px;
  color:#000;
  background:#FFDE17;
  padding:7px 35px;
  border-radius:5px;
  width:150px;
  text-align:center
}
.footer-row a.Cancel{
  background:none
}

.green-text {
  color: #82AF35 !important;
}
.newrow-section a.unassigned {
  color: #1A2E5C;
  background: #fff;
  border: 1px solid #1A2E5C;
}
.footer-row .footer-row-right {
  width: 50%;
  float: left;
}
.footer-row .footer-row-left {
  width: 50%;
  float: left;
  text-align: justify;
}
.footer-row a.Back {
  background: #D8D8D8;
  border: 1px solid #D8D8D8;
  color: #767676;
}
.content-sub-title h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  color:#1A2E5C;
}
table.tablebox.new-number-two-setup th {
  background: #fff;
  text-align: center;
      border-bottom: 1px solid #dddddd;
}
.required-txt {
  color: #767676;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
}
span.redtxt {
  color: #D8042A;
}
a.newrow {
  background: #82AF35;
  color: #fff;
  border-radius: 5px;
  padding: 7px 15px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
a.search{
  background: #1A2E5C;
  color: #fff;
  border-radius: 5px;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
a.removerow{
  color: #82AF35;
  background: none;
  border: 1px solid;
  border-radius: 5px;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
a.unassigned{
 color: #FE825B;
  background: none;
  border: 1px solid #FE825B;
  border-radius: 5px;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.footer-row a.Back img {
  margin-right: 10px;
  margin-bottom: 4px;
}
.tablebox tbody tr:last-child {
  border-bottom: 0;
}
.order-con-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #1A2E5C;
  border-bottom: 1px solid #F4F4F5;
  padding-left: 60px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.tableinput-section.order-number-four-table input {
  max-width: fit-content;
  width: 100%;
}
.number-thank-you-page {
  text-align: center;
  padding: 60px 0px;
}
.number-thank-img {
  margin-bottom: 30px;
}
.number-thank-you-page .thank-msg h3 {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}
.number-thank-you-page .thank-msg p {
  color: #27272A;
  font-size: 14px;
  line-height: 20px;
}
.number-thank-you-page .thank-msg a.yellow-btn {
  border: 1px solid #FFDE17;
  margin-left: 10px;
  color: #000;
  background: #FFDE17;
  padding: 7px 35px;
  border-radius: 5px;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
}
h4.invet-sub-ttl {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #1A2E5C;
}
table.tablebox.search-result-table th {
  background: #fff;
      border-bottom: 1px solid #D9D9D9;
}
table.tablebox.search-result-table td {
  text-align: left;
}
.search-result-section {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
}
.recored-setup {
  display: flex;
  justify-content: flex-end;
  background: #D9D9D9;
  align-items: center;
      margin-top: 15px;
}
.recored-setup select {
  width: 5%;
  margin: 10px 10px;
  height: 25px;
  padding: 0px 0px;
}
.download-templte {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
      align-items: baseline;
}
.download-templte a.newrow {
  margin-right: 30px;
}
.download-templte p {
  color: #A6A6A6;
  font-size: 14px;
  line-height: 18px;
}

/*upload btn*/
.file-upload-field {
  margin-top: 20px;
}
.file-upload-field input[type=file] {
width: 50%;
max-width: 100%;
color: #444;
padding: 0px;
background: #fff;
border-radius: 10px;
border: 1px solid #555;
}
.file-upload-field input[type=file]::file-selector-button {
margin-right: 20px;
border: none;
background: #1A2E5C;
padding: 10px 20px;
border-radius: 10px;
color: #fff;
cursor: pointer;
transition: background .2s ease-in-out;
}

.file-upload-field input[type=file]::file-selector-button:hover {
background: #0d45a5;
}
.new-route-option .modification-txt {
  margin: 10px 0;
}
.new-route-option select {
  width: 30%;
}
.tel-number-textarea input[type="textarea"] {
  clear: both;
  display: block;
}
.tel-number-textarea a.unassigned {
  float: right;
}
.tel-number-textarea {
  width: 65%;
}
.tel-number-textarea p {
  color: #A6A6A6;
  font-size: 14px;
  margin-top: 10px;
}
.view-order-radio-btn .radio-standard-box {
  margin-bottom: 20px;
}
.top-right-buttons a {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.left-title.view-order-left {
  margin-bottom: 0;
}

/* a.newrow, a.search, a.removerow, a.unassigned {
  display: block;
} */
@media (max-width: 991px){
 table {
  overflow-x: auto;
  display: block;
  width: fit-content;
  max-width: 100%;
}
.col-3,.col-6,.col-4,.col-1 {
  width: 100%;
}
.top-right-buttons a {
  float: none;
  
  display: inline-block;
}
}
.labelwithbox .inputbox input{
  padding:5px;
}
.order-number-four-table .row{
  margin-bottom:20px;
}

.ReactModalPortal .ReactModal__Content.ReactModal__Content--after-open {

  width: 50%;
  margin: auto;
  text-align: center;
}

.ReactModalPortal .ReactModal__Content.ReactModal__Content--after-open ul {

    list-style: none;

    clear: both;

    overflow: hidden;

}

.ReactModalPortal .ReactModal__Content.ReactModal__Content--after-open ul li {

    width: 50%;

    float: left;

}

.ReactModalPortal .ReactModal__Content.ReactModal__Content--after-open button.save-btn  {
  /* position: absolute; */
  top: 10px;
  right: 5px;
  background: #FE825B;
  color: #fff;
  color: #82AF35;
  background: none;
  border: 1px solid;
  border-radius: 5px;
  padding: 7px 15px;

}
.defualt-set button{
  background: #FE825B;
  color: #fff;
}
.trunktable tbody td input {
  height: 20px;
  width: 50%;
}
.trunk-table input {

  height: auto !important;

}
.fullwidth-table.track-table-body.trunk-table th:nth-child(5){
  width: auto;
}
.trunk-table select{
  padding: 5px 10px;
  margin-top: 10px;
}
.trunk-table input{
  padding: 4px 10px;
  margin-top: 10px;
}
@media (max-width: 1500px){
  .new-number-two-setup a.newrow, .new-number-two-setup a.search{
    display: block;
  }
  a.newrow,a.search,a.removerow,a.unassigned{
        /* padding: 7px 5px;
        font-size: 12px; */
  }
  }
  @media (max-width: 1300px){
    .tableinput-section .row {
      flex-wrap: wrap;
    }
    table {
      overflow-x: auto;
      display: block;
      width: fit-content;
      max-width: 100%;
  }
  .tel-number-textarea {
      width: 100%;
  }
  .view-order-radio-btn .col-1 {
      width: 20%;
      text-align: center;
  }
  }
  @media (max-width: 991px){
     
  .col-3,.col-6,.col-4,.col-1 {
      width: 100%;
  }
  .top-right-buttons a {
      float: none;
      
      display: inline-block;
  }
  
  }
  @media (max-width: 767px){
    .white-label h3{
      width: max-content;
    }
  .newrow-section a {
      font-size: 14px;
      padding: 7px 10px;
  }
  .file-upload-field input[type=file] {
      width: 100%;
  }
  .newrow-section.footer-row {
    display: flex;
  }
  .newrow-section.footer-row a {
    padding: 3px 0;
}
  }
.trunk-detail{
  display: flex;
  padding: 11px;
  text-align: center;
  align-items: center;
}
.trunk-detail label{
  margin-right: 15px;
  margin-top: -12px;
  color: #FE825B;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.policy{
  width: auto;
  display: flex;
  padding: 11px;
  text-align: center;
  align-items: center;
      margin-top: 45px;
}

.policy label{
  margin-right: 15px;
  margin-top: -12px;
  color: #FE825B;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
h3 span, h2 span{
  margin: 5px;
}
.col-sm-4.apply-btn, .col-sm-3.cancel-btn {
  position: relative;
}

.apply-all{
  margin-top: -10px;
  display: flex;
  justify-content: right;
}
.save-btn{
  margin-left: 5px;
}
button.apply-btn  {
  /* position: absolute; */
  top: -10px;
  right: -5px;
  background: #82AF35;
  color: #fff;
  border-radius: 5px;
  padding: 7px 15px;
  border: 1px solid;
}

.col-sm-3.cancel-btn button{
  position: absolute;
  left: 0;
  top: -10px;
  background: #fff;
  color: #000;
  border: 1px solid #FFDE17;
  border-radius: 5px;
  padding: 7px 35px;
}
@media (min-width: 768px) and (max-width: 991px){
  .ReactModalPortal .ReactModal__Content.ReactModal__Content--after-open{
    width: 100% !important;
    inset: 0px !important;
    top: 10px !important;
  }
  .newrow-section {
    display: contents;
  }
}
@media (min-width: 992px) and (max-width: 1350px){
  .newrow-section.footer-row {
    display: flex;
  }
  .newrow-section.footer-row a {
    padding: 5px 0px;
  }
}
input[type="number"]::placeholder {
    color: #212529;
}
.order-filter input{
  margin-left: 15px;
  width: 17%;
  color: #212529;
  margin-right: 0px;
}
.order-filter select{
  width: 15%;

 
  
}
.order-filter select.orderType{
  margin-right: 10px;
}
.order-filter select.orderStatus{
  margin-left: 0px;
}
.order-filter .search-btn{
  margin-left: 0;
}
.order-filter .clear-btn{
 width: 15%;
}
.transection-filter .clear-btn{
  width: 10% !important;
}
.create-order-table tbody td{
  text-align: left !important;
}
.order-detail strong{
  color: #1A2E5C;
  text-transform: capitalize;
}
.order-detail{
  margin-bottom: 20px;
}
.trunk{
  margin-top: 45px;
  align-items: center;
}
.order-detail > div div{
  padding-bottom: 10px;
}
.trunk > div div{
  padding-bottom : 0px;
}
.row.order-contect {
  
      width: 39%;
      margin-left: 22px;
      margin-top: -35px;
      margin-bottom: 30px;
}
.row.order-contect label{
  margin-bottom: 0;
  padding-bottom:0;
  margin-top:30px;
}
.order-result-table{
  width: 34%;
   margin: auto;
    border: 1px solid #ddd;
}
.row.order-contect .labelwithbox {

  max-width: initial;
  width: 40%;

}
.row.order-contect input {

  max-width: initial;

}
.row.order-contect label{
border-bottom:0
}

.order-result-table td strong{
  font-size: 17px;
  text-transform:capitalize;
  
}
.create-order-table tbody td.no-result{
  text-align: center !important;
}
.first-number-table .tablebox thead th {
  background: #fff;
}
.first-number-table .tablebox select{
  width: auto;
    float: left;
}
.first-number-table .tablebox input {
  width: auto;
    height: auto;
    float: left;
}
.first-number-table .tablebox input[type="checkbox"] {
  float: none !important;
  margin-left: -30%;
  width: 20px !important;
  height: 30px !important;
}
.first-number-table .tablebox {
  margin-top: 0;
}
.newrow-section.first-numbtable-row {
  display: flex;
  align-items: center;
  justify-content: end;
}
.newrow-section.first-numbtable-row a {
  margin-left: 15px;
}
.react-datepicker__input-container input {
  width: 95%;
  margin-left: 3px;
}
.inventory-table{
  margin-top: 0;
}

.inventory-btn .addnew-button a:nth-child(2) {
  padding-top: 10px;
  margin-left: 10px;
}

.inventory-btn .addnew-button, .edit-inventory-btn .addnew-button{
  display: flex;
}
.inventory-btn, .edit-inventory-btn {
  display: flex;
  justify-content: end;
  align-items: baseline;
}
.error-btn, a.error-btn:hover{
  border: 1px solid #1A2E5C;
  margin-left: 10px;
  color: #fff;
  background: #1A2E5C;
  padding: 7px 35px;
  border-radius: 5px;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
}
.edit-inventory-btn a{
  padding:10px 17px;
  margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px){
  .row.numberboxes .col-md-3 {
    width: 50%;
}
.col-md-8.order-filter.transection-filter {
    width: 100%;
}
.boxinput {
    display: block;
  }
  .order-filter input, .order-filter select, .order-filter .react-datepicker-wrapper {
    width: 46%;
    float: left;
    margin: 0 5px 5px 5px !important;
}
.addnew-button {
    margin-bottom: 10px;
}
.row.admin-staff-list-toppart .col-md-8 {
    width: 100%;
}
.row.admin-staff-list-toppart input, .row.admin-staff-list-toppart select {
    width: 46%;
    float: left;
    margin-bottom: 10px;
}
}
@media (max-width: 767px){


    .order-number-four-table .row.order-contect {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }
    .footer-row .footer-row-left {
        width: auto;
    }
    .footer-row .footer-row-right {
      width: auto;
    }
  .footer-row .footer-row-right a {
    padding: 10px 5px;
}
.footer-row .footer-row-left a {
    padding: 10px 15px;
}
.footer-row a {
    width: auto;
}
.new-route-option select {
    width: 100%;
}
.boxinput {
    display: block;
  }
.company-search {
  display: flex !important;
}
  /* .order-filter input, .order-filter select, .order-filter .react-datepicker-wrapper {
    width: 46%;
    float: left;
    margin: 0 5px 5px 5px !important;
} */
.order-filter input, .order-filter select, .order-filter .react-datepicker-wrapper {
  width: calc(50% - 14px);
  float: left;
  margin: 0 -2px 5px 11px !important;
}
.download-templte a.newrow {
    margin-right: 10px;
}
.row.admin-staff-list-toppart input, .row.admin-staff-list-toppart select {
    width: 100%;
}
.row.admin-staff-list-toppart .company-search input.company-name{
  width: 40%;
}
.row.admin-staff-list-toppart button.search-btn {
    margin-left: 10px;
}
.addnew-button {
    margin-bottom: 10px;
}
}
.view-trunk{
  border-bottom: none;
}
@media (max-width:767px){
	.transection-filter .clear-btn {
    width: 90%;
    margin: auto;
}
.transection-filter .search-leave{
  margin-bottom: 15px !important;
}
/* .order-filter .clear-btn {
    width: 90%;
    margin: auto;
} */
.order-filter .clear-btn {
  width: calc(44% - -2px) !important;
  /* margin: auto; */
  float: left;
  margin-left: 0px !important;
}
.order-filter .search-btn {
  margin-left: 10px;
  width: calc(50% - 13px);
  float: left;
  margin-bottom: 40px;
}
.settingbox.pbx-box {
  padding-top: 20px;
  /* border-top: 1px solid #ccc; */
}
.react-datepicker__input-container input[type="text"] {
    width: 100%;
    margin-left: 0px !important;
}
.react-datepicker__input-container .from-date{
  margin-left: 0px !important;
}
.settingbox.radio-standard-box label {
    width: 100%;
}
.order-result-table {
    border: 0;
}
.settingbox {
    display: block;
    /* position: relative; */
}
/* .settingbox:before {
  content: ".";
  position: absolute;
  left: -5px;
  color: red;
  font-size: 70px;
  top: -42px;
  line-height: 70px;
} */
.settingbox label {
  width: 100%;
}
.daybox label {
  margin-left: 0;
      margin-bottom: 20px;
}
.checkboximage label {
    width: 50%;
}
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px); /* Adjust the blur amount as needed */
  background-color: rgba(0, 0, 0, 0.1); /* Adjust the background color and opacity */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.custom-loader {
  --d:22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  color: #FE825B;
  box-shadow: 
    calc(1*var(--d))      calc(0*var(--d))     0 0,
    calc(0.707*var(--d))  calc(0.707*var(--d)) 0 1px,
    calc(0*var(--d))      calc(1*var(--d))     0 2px,
    calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px,
    calc(-1*var(--d))     calc(0*var(--d))     0 4px,
    calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5px,
    calc(0*var(--d))      calc(-1*var(--d))    0 6px;
  animation: s7 1s infinite steps(8);
}

@keyframes s7 {
  100% {transform: rotate(1turn)}
}
.valid{
  color: green;
}
.user-profile{
  width: 80%;
}
.comapny-label{
  margin-bottom: 10px !important;
}
#pastNumber, #fileUpload, #changeRoute, #disconnect, #skip, #portal, #cnam_dip, #cname_storage, #inteliquent, #bandwidth, #toll_free, #searchNumber, #cron_base_schedule, #rate_base_schedual, #one_off_schedual,#recurring_schedual{
  margin: 7px;
}
input.end-date {
  margin-left: 10px;
}
.disabled-link{
  pointer-events: none;
}
.processing-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #201a1a14;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.processing-popup p {
  background: #fff;
  padding: 50px;
}
h1 span{
  margin-left: 5px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; /* You can adjust this value to control spacing around the input */
}
.timezone select{
  padding: 5px 10px !important;
}
.stauts-table{
  display: flex;
}
.status-value{
  
  border: 1px solid #ddd;
  padding: 10px;

}
.status-tag{
  margin-left: 5px;  
}
.status-value p{
  border-bottom: 1px solid #ddd ;
}
.checkboxAll{
  height: 25px;
  margin-top: 10px;
  display: block;
}
table.tablebox.new-number-two-setup thead {
  position: sticky;
  top: 0;
}

.order-status {
  display: flex;
  
}

.order-status select {
  margin: 10px; /* Adjust the margin as needed */
  padding: 7px 15px;
  margin-top: -5px;
  width: 100%;
}

.order-status a.order-search{
  background: #1A2E5C;
  color: #fff;
  border-radius: 5px;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-left: 18px;
  cursor: pointer;
}
input[type="tel"]::placeholder {
  color: rgb(57 52 52 / 55%); /* Change this color to your desired placeholder color */
}
.bound-active{
  color:#0e57ff;  
}
.bound-type {
  cursor: pointer;
  margin-left: 5px;
}
.real-time-stats{
  overflow-x: auto;
}
.real-time-stats table{
  width: auto;
    min-width: 100%;
}
.edit_checkbox label{
  display: flex;
    justify-content: end;
}
.edit_checkbox input{
  width: 4%;
    margin-right: 10px;
    margin-bottom: 0px;
}
.edit_checkbox{
  margin-bottom: 10px;
}
.breadcrumb-link {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.breadcrumb-link:hover {
  color: darkblue;
}

.fullwidth-table.track-table-body.staff-listing-admin-table-body .resource-stats thead th{
  text-align: center !important;
  border: 1px solid !important;
}
.resource-stat-search{
  margin: 0;
}
a.login-user{
  color: #333;
  border: 1px solid #333;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 0px 5px;
  cursor: pointer;
}
.contact-input {
  margin-right: 20px; /* Adjust margin as needed */
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cia-schedule-wrap{
  display: flex;
}
.cia-schedule-wrap .daybox input{
  width: 65px;
}
.cia-schedule-wrap .hours-label{
  margin-top: 5px;
}
.cia-wrap{
  width: 15%;
}
.schedule_pattern .radio-standard-box{
  margin-top: 5px;
  margin-bottom: 10px;
}
.schedule_pattern .radio-standard-box input{
  margin-left: 5px;
}
.one_off_schedual .transection-filter, .cron_schedual .transection-filter{
  margin-top: 5px;
}
.one_off_schedual .one_off_time{
  width: 50%;
}
.one_off_schedual .boxinput{
  padding-left: 15px
}
.cron_schedual .boxinput input, .rate_schedual .boxinput input{
  width: 50%;
}
.cia-model {
  background: white;
  margin: auto auto;
  position: absolute;
  top: 25%;
  left: 50%;
  padding: 20px;
  transform: translate(-50%, 0);
  color: unset !important;
  border: 1px solid rgb(204, 204, 204) !important;
  border-radius: 5px;
  outline: none;
}
.dmt-table{
  overflow: scroll;
}
.cia-graph-container {
  display: flex;
  flex-wrap: wrap;
  gap:5px
}
.cia-graph {
  width:460px;
  height: auto;
}
.cia-table {
  margin-top: 16px;
}
.cia-table-enable-number {
  width: 100%;
  overflow-x: scroll;
}
.daily-limit{
  display: grid;
  gap: 155px;
  grid-template-columns: auto auto;
}
.daily-limit .daily-input{
 width: 50%;
}
.search-select{
  width: 50%;
}
.search-select .select__value-container{
padding: 0px 8px;
}
.search-select .select__input-container{
  padding: 0px;
  margin: 0px;
  }
.boxinput .search-select input {
 padding: 0px !important;
}
.order-queue{
  display: flex;
  justify-content: space-between;
}
.company-search button.search-btn{
margin-left: 0 !important;
}
.company-search a.clear-btn{
  width: auto !important;
  padding: 10px 30px !important;
  margin-left: 0 !important;
}
.dmt-type{
  margin-bottom: 10px;
}
.cia-dashboard{
  height: unset !important;
}
.cia-number-table td{
  inline-size: 150px;
}
.iframe-wrap{
  position: fixed;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  left: 300px;
  width: calc(100% - 300px);
  top: 54px;
  transition: .3s all !important;
}
.iframe{
  width: 100%;
  height: 100%;
  border: "none";
}
.iframe-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  background-color: #d73e4d;
  border: 'none';
  cursor: 'pointer';
  border-radius:5px;
}
.iframe-close img{
  filter: brightness(0) invert(1);
}
.collaps-sidebar .mainmenu span{
  display: none;
}
.collaps-sidebar {
  width:60px;
}
.collaps-sidebar .logo-div > img{
  display: none;
}
.left-sidebar{
    transition: .3s all !important;
}
.left-sidebar .logo-div a{
  float: right;
  margin: 0 10px
}
.colaps-sidebar .logo-div a{
  float: none;
  margin: 5px;
}
.collaps-wrap .right-panel{
  width : calc(100% - 60px);
  margin-left: 60px;
}
.collaps-wrap .iframe-wrap{
  
  left: 60px;
  width:calc(100% - 60px);
}
.right-panel{
  transition: .3s all !important;
}
.cia-caller-filter .order-filter{
margin-left: 15px;
}
div[aria-label="Reset Password"] {
  width: 35% !important;
}
.cia-carrier-list   tr th:nth-child(4),.cia-carrier-list  tr td:nth-child(4){
  width: 100px !important;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup {
  background: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width:500px;
}

.popup button {
  margin-top: 10px;
  float: right;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;  /* Add some spacing around the image */
}

.centered-image {
  max-width: 60%;  /* Make sure the image fits the popup width */
  height: auto;     /* Keep aspect ratio */
}

.advance_checkbox.switchbtn {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Aligns the checkbox and label to the right */
}

.advance_checkbox.checkbox {
  margin-right: 10px; /* Add some space between the checkbox and the label if needed */
  transform: scale(1.2); /* Optional: increase the checkbox size */
}

.advance_checkbox.toggle {
  cursor: pointer;
}
.count-text{
  background: #FE825B;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  margin-left: auto;
  display: block;
  width: max-content;
}
.ocr-box{
  position: relative;
}
.ocr-box .form-check-label{
  display: flex;
  width: auto;
  margin-right: 10px;
}
.ocr-box .form-check-label input{
  margin-bottom: 0;
  margin-right: 5px;
}
.ocr-box .alert{
  position:absolute;
  top: 2%;
  padding: 1px 0px;
  /* left:57%; */
}
.ocr-box .alert.alert-success{
  color:green;
}
.ocr-box .alert.alert-danger{
  color:red;
}
.font-20-px{
  font-size: 20px;
  font-weight: 600;
}
.popup-table{
  height:400px;
  overflow-y: scroll;
}
.user-permission-table{
  display: block;
  overflow-x: scroll;
}

.feedback-list ul li{
  list-style-type:none;
  border: 1px solid #fe825b3b;
  border-radius:5px;
  margin-bottom:15px;
  padding:20px;
  background:#FFF7F5;
}

.feedback-list li h3 {
  margin-bottom: 15px !important;
  font-weight:600;
  color:#fe825b;
}
.feedback-list li h3::first-letter {
    text-transform: uppercase;
}
.feedback-list li p{
  margin-bottom:10px;
  font-size:16px;
}
.feedback-list li small{
  display:block;
  font-size:15px;
  font-weight:500;
  text-align:right;
  padding-top:10px !important;
}
.feedback-list .load-more {
  font-family: ProximaNova-Regular;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  border: 1px solid #FE825B;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 9px 14px;
  display: block;
  width: max-content;
  margin: 25px auto;
  background: #FE825B;
}

#number h3{
  color:#fe825b;
}
div#number{
  background:#FFF7F5;
  border: 1px solid #FFE6DF;
  min-height: 135px;
}
div#number .col-md-2{
  font-weight:700;
  font-size:18px;
  line-height:1.1 !important;
}
div#number .col-md-2 span{
  font-weight:400;
  font-size:14px;
  display:block;
  padding-top:5px !important;
  color: #5B6872;
}
#number p{
  font-weight: bold;
  font-size:18px;
  line-height:2.1 !important;
  color: black;
}
.table-h-scroll{
  overflow-x: scroll;
}
