@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
:root {
  --bs-body-font-size: 14px;
  --bs-body-color: #212529;
  --primary-color:#00c6c9;
  --primary-dark-color:#067f81;
  --primary-light-color: rgba(0,198,201,0.1);
  --toggle-btn-color:rgba(0,198,201,0.5);
  --secondary-color:#001F36;
  --theme-color: #D3DBE1;
  --danger-color:#fc2a2a;
  --text-black-color: #001F36;
  --text-danger-color:#fc2a2a;
  --text-white-color:#ffffff;
  --background-white:#ffffff;
  --card-background:#ffffff;
  --input-bg-color:#ffffff;
  --list-background:#ffffff;
  --border-roundness:10px;
  --card-title-font:18px;
  --button-radius:50px;
  --animation-time:.2s;
  --input-border-color: var(--primary-color);
  --input-autofill-bg: rgba(0,198,201,0.1);
  --input-shadow: 0 0 0 0.25rem rgba(0,198,201,0.25);
  --slow-animation: all var(--animation-time) ease-in-out;
  --icn-stroke-color:#555555;
  --form-label-color:#555555;
  --content-header-border-color:rgba(0,0,0,0.09);
  --inner-card-bg:#FAFAFA;
  --counting-card-bg:rgba(211,219,225,0.4);
  --card-date-color:#999999;
  --counting-card-hover-bg:var(--background-white);
  --card-border-color:#D3DBE1;
  --list-label-color:#828282;
  --card-shadow: 5px 3px 7px rgba(0,0,0,0.1);
}
.btn-primary {
  --bs-btn-color: var(--text-white-color);
  --bs-btn-bg: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-color: var(--text-white-color);
  --bs-btn-hover-bg: var(--secondary-color);
  --bs-btn-hover-border-color: var(--secondary-color);
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: var(--text-white-color);
  --bs-btn-active-bg: var(--secondary-color);
  --bs-btn-active-border-color: var(--secondary-color);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: var(--text-white-color);
}
.table {
  --bs-table-striped-bg: #EFFFFF;
}
.form-select:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}
::-webkit-input-placeholder{
  color: #ccc !important;
}
body{
  background: var(--theme-color);
}
a{
  color: var(--primary-color);
  text-decoration: none;
}
a:hover,
a:active{
  color:var(--secondary-color); 
}
a,
.login-register-left-side, 
.login-register-right-side, 
.login-box,
.btn,
.login-register-logo{
  transition: var(--slow-animation);
}
.light-btn{
  background: var(--primary-light-color);
  border: none;
  color: var(--text-black-color);
  padding: 7px 22px;
}
.login-register-left-side{
  background:url(../images/main-bg.jpg) right center;
  background-size: cover;
  background-repeat: no-repeat;
}
.login-register-right-side{
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
  background:url(../images/abstract.png) 86% center;
  background-size: 300%;
  background-repeat: no-repeat;
}
.login-wrap,
.register-wrap,
.recover-password-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.login-box{
  width: 350px;
  padding: 65px 30px;
  margin: 0 150px;
}
.register-box{
  width:650px;
  padding:30px;
  margin: 30px 80px 0;
}
.recover-password-box{
  width: 410px;
  padding: 35px 30px;
  margin: 0 150px;
}
.login-box,
.register-box,
.recover-password-box,
.top-bar,
.page-content{
  background: var(--card-background) ;
  border-radius: var(--border-roundness);
}
.login-register-logo{
  left: 6%;
  display: flex;
  position: absolute;
  flex-direction: column;
  top: calc(50% - 51px);
}
.login-register-logo.ontop{
  top:100px;
}
.tagline{
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 10px;
}
.card-title{
  font-size: var(--card-title-font);
  font-weight: 500;
  margin-bottom: 30px;
}
.card-title::after{
  content: ' ';
  width: 20px;
  height: 3px;
  background: var(--primary-color);
  display: block;
}
.login-register-button{
  width: 100%;
  max-width: 350px;
  border-radius: var(--button-radius);
}
.link-btns{
  font-weight: 500;
  color: var(--secondary-color);
}
.link-btns:hover,
.link-btns:focus,
.link-btns:active{
  color: var(--primary-color);
}
.form-control:focus {
  background-color:var(--input-bg-color);
  border-color: var(--input-border-color);
  box-shadow: var(--input-shadow);
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid var(--input-border-color);
  -webkit-text-fill-color: var(--text-blalck-color);
  -webkit-box-shadow: 0 0 0px 1000px var(--input-autofill-bg) inset;
  transition: background-color 5000s ease-in-out 0s;
}
.side-menu-wrap{
  width: 14%;
}
.page-content-wrap{
  width: 86%;
}
.side-menu{
  width: 100%;
}
.top-logo-wrap{
  margin: 15px 23px;
}
.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.menu-list li a{
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  border-radius: 50px;
  margin: 1px 0;
  color: var(--text-black-color);
}
.menu-list li a:hover,
.menu-list li a.active{
  background: var(--list-background);
  font-weight: 500;
}
.menu-list li a svg{
  width: 21px;
  margin-right: 10px;
  stroke: var(--icn-stroke-color);
  transition: all var(--animation-time) ease-in-out;

}
.menu-list li a:hover svg,
.menu-list li a.active svg{
  margin-right: 10px;
  fill: var(--primary-color);
  stroke: var(--primary-color);
}
.top-bar {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar-title{
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  margin: 0;
}
.topbar-subtitle{
  font-size: 12px;
  margin: 0;
  color: #999;
}

.toggle-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.toggle-slot {
  position: relative;
  height: 38px;
  width: 70px;
  background-color: var(--primary-light-color);
  transition: background-color 250ms;
  cursor: pointer;
}

.toggle-checkbox:checked ~ .toggle-slot {
  background-color: var(--primary-light-color);
}

.toggle-button {
  transform: translate(35px, 3px);
  position: absolute;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: var(--toggle-btn-color);
  box-shadow: inset 0px 0px 0px 2px var(--primary-color);
  transition: background-color 250ms, border-color 250ms, transform 400ms cubic-bezier(.26,2,.46,.71);
}

.toggle-checkbox:checked ~ .toggle-slot .toggle-button{
  background-color: var(--primary-color);
  box-shadow: inset 0px 0px 0px 2px white;
  transform: translate(4px, 3px);
}

.sun-icon {
  position: absolute;
  height: 25px;
  width: 25px;
  color: #ffbb52;
}

.sun-icon-wrapper {
  position: absolute;
  height: 25px;
  width: 25px;
  opacity: 1;
  transform: translate(6px, 6px) rotate(15deg);
  transform-origin: 50% 50%;
  transition: opacity 150ms, transform 600ms cubic-bezier(.26,2,.46,.71);
}

.toggle-checkbox:checked ~ .toggle-slot .sun-icon-wrapper {
  opacity: 0;
  transform: translate(6px, 15px) rotate(0deg);
}

.moon-icon {
  position: absolute;
  height: 25px;
  width: 25px;
  color: white;
}

.moon-icon-wrapper {
  position: absolute;
  height: 25px;
  width: 25px;
  opacity: 0;
  transform: translate(40px, -15px) rotate(0deg);
  transform-origin: 50% 50%;
  transition: opacity 150ms, transform 500ms cubic-bezier(.26,2.5,.46,.71);
}

.toggle-checkbox:checked ~ .toggle-slot .moon-icon-wrapper {
  opacity: 1;
  transform: translate(40px, 5px) rotate(-15deg);
}
.page-content{
  height: calc(100% - 57px);
  display: flex;
  flex-direction: column;
}
.page-content-header,
.page-content-footer{
  padding: 10px 15px;
}
.page-content-header{
  border-bottom: 1px solid var(--content-header-border-color);
}
.page-content-body{
  overflow: auto;
  padding: 15px;
}
.page-content-footer{
  border-top: 1px solid var(--content-header-border-color);
  display: flex;
  justify-content: end;
}
.page-content-header .card-title{
  margin: 0;
}
.inner-card-title{
  font-size: 12px;
  color: var(--text-black-color);
  font-weight: 400;
}
.note-line{
  color: var(--primary-color);
  font-size: 12px;
}
.inner-card{
  background-color: var(--inner-card-bg);
  border: 1px solid var(--primary-color);
  border-radius: var(--border-roundness);
  padding: 15px;
  margin-bottom: 20px;
}
.sectiton-title{
  font-size: 1.1em;
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.sectiton-title::after{
  height: 1px;
  content: ' ';
  background: var(--content-header-border-color);
  flex: 1 0 0%;
  margin-left: 15px;
}
.option-list,
.info-list{
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  align-items: center;
}
.info-item{
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.info-item label {
  padding: 0;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--list-label-color);
}
.info-item label::after{
  content: ':';
}
.info-item input{
  padding: 0 5px;
  width: 160px;
  text-overflow: ellipsis;
}
.info-item input.line-input{
  box-shadow: none;
  height: 24px;
  font-size: 1em;
}
.form-check-label{
  color: var(--form-label-color);
  cursor: pointer;
}
.form-check-input{
  cursor: pointer;

}
.form-check-input:checked{
  background-color: var(--primary-color);
  border-color: var(--primary-color);

}
.form-check-input:focus {
  outline: 0;
  box-shadow: none;
}
.accordion .accordion-item{
  border: none;
  background: transparent;
}
.accordion-body {
  padding: 10px 20px;
  background: var(--primary-light-color);
  border-radius: var(--border-roundness);
  margin-bottom: 10px;
}
.other-input {
  width: 100px;
  height: 30px;
  box-shadow: none !important;
}
.project-summary{
  display: flex;
  flex-direction: column;
}
.project-summary textarea{
  flex: 1 0 0%;
  font-size: 1em;
}
#DataDeliveryMethod input{
  box-shadow: none !important;
}
.page-content-footer .btn{
  width: 100px;
}
.border-btn{
  border-color: var(--primary-color);
  background-color: transparent; 
  color: var(--primary-color); 
}
.cancel-btn{
  border-color: var(--danger-color);
  color: var(--text-danger-color);
}
.count-card-wrap{
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}
.counting-card{
  background: var(--counting-card-bg);
  border: 1px solid var(--counting-card-bg);
  border-radius: var(--border-roundness);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: var(--slow-animation);
}
.counting-card:hover{
  background: var(--counting-card-hover-bg);
  border: 1px solid var(--primary-color);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
.numbering {
  font-size: 2em;
  color: var(--primary-color);
  font-weight: 500;
}
.card-date{
  text-align: center;
  font-size: 1em;
  color: var(--card-date-color);
}
.counting-card-title{
  font-size: 1.2em;
  color: var(--text-black-color);
  font-weight: 500;
  text-align: center;
}
.status-legends{
  justify-content: center;
}
.status-legends p{
  margin-bottom: 0;
  color: var(--card-date-color);
}
.new-status{
  color: #2371E4;
}
.completed-status{
  color: #00c6c9;
}
.declined-status{
  color: #fc2a2a;
}
.card-list{
  background: var(--card-background);
  border: 1px solid var(--card-border-color);
  border-radius: var(--border-roundness);
  padding: 15px;
  transition: var(--slow-animation);
  cursor: pointer;
}
.card-list:hover{
  border-color: var(--primary-color);
  box-shadow: var(--card-shadow);
}
.view-btn-wrap{
  display: flex;
  justify-content: end;
}
.view-btn{
  width: 80px !important;
  padding: 1px 5px 3px;
}
.sort-wrap{
  display: flex;
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  align-items: center;
  overflow: hidden;
}
.sort-text{
  padding: 0 20px;
}
.sort-wrap #sortby {
  border: none;
  padding: 6px 30px;
  background: var(--primary-color);
  color: var(--text-white-color);
    background-image:url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border-radius: 0 50px 50px 0;
}
.search-bar{
  padding: 6px 15px 6px 35px;
  line-height: 1.5;
  background: url(../images/search.svg) 10px center no-repeat;  
}
.content-title{
  margin: 15px 0;
}
.table{
  margin: 0;
  width: max-content;
  min-width: 100%;
}
.table-wrap{
  border-radius: 5px;
  border: 1px solid var(--primary-color);
}
.table thead tr th{
  background: var(--primary-color);
  color: var(--text-white-color);
  font-weight: 500;
  vertical-align: top;
  max-height: 47px;
}
.table tbody tr td .form-control{
  line-height: 0;
  height: 25px;
  font-size: 1em;
  box-shadow: none;
  padding: 5px;
}
.table>:not(caption)>*>* {
  padding: 5px;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
}
table.service-table thead tr th:nth-child(1){
  width: 100px;
}
table.service-table thead tr th:nth-child(2){
  width: 266px;
}
.pagination-wrap {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  align-items: center;
}
.pagination-wrap ul.pagination {
  margin: 0;
}
.page-link {
  color: var(--primary-color);
}
.active>.page-link, .page-link.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
@media (max-width:1399px) {
  :root {
    --bs-body-font-size: 12px;
    --card-title-font:16px;
  }
  /* .side-menu-wrap {
    width: 250px;
  } */
  .menu-list li a {
    padding: 10px 20px;
  }
}
@media (max-width:1355px) {
  :root {
    --bs-body-font-size: 12px;
    --card-title-font:16px;
  }
  .btn {
    --bs-btn-font-size: 12px;
  }
  /* .side-menu-wrap {
    width: 200px;
  } */
}
@media (max-width:1024px) {

}
/* responsive code */


@media only screen and (max-width: 320px) and (min-width: 576px)   {

  .login-box {
    width: 350px;
    padding: 65px 30px;
    margin: 0;
}

}




@media only screen and (max-width: 480px) and (min-width: 680px)   {

  .login-register-logo {
    left: 4%;
    display: flex;
    position: absolute;
    flex-direction: column;
    top: calc(50% - 51px);
  }

  .login-box {
    width: 350px;
    padding: 65px 30px;
    margin: 0;
}

}


@media only screen and (max-width: 540px) and (min-width: 412px)   {

  .register-box {
    width: 510px;
    padding: 30px;
    margin: 60px 25px 0;
  }



}


@media only screen and (max-width: 1022px) and (min-width: 420px)   {

  .login-register-logo {
    left: 44%;
    display: flex;
    position: absolute;
    flex-direction: column;
    top: calc(15% - 51px);
}

.register-box {
  padding: 30px;
  margin: 114px 25px 0;
}


}

@media only screen and (max-width: 769px) and (min-width: 1022px)   {
  .login-register-logo {
    left: 44%;
    display: flex;
    position: absolute;
    flex-direction: column;
    top: calc(15% - 51px);
}

.register-box {
  width: 510px;
  padding: 30px;
  margin: 60px 25px 0;
}
}

@media only screen and (max-width: 1023px) and (min-width: 320px)   {
  .login-register-left-side {
    background: url(../images/main-bg.jpg) right center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 0;
    background-image: none;
    display: none;
}

.login-register-logo img {
  width:110px;
  margin-top:45px;
}

.login-register-logo span {
  font-size:0.6rem;
  visibility: hidden;
}
.login-register-right-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: unset;
  background: url(../images/abstract.png) 86% center;
  background-size: 300%;
  background-repeat: no-repeat;
}

.login-register-logo {
  left: 41%;
  display: flex;
  position: absolute;
  flex-direction: column;
  top: calc(9% - 51px);
}

.register-box {
  padding: 30px;
  margin: 114px 25px 0;
}


}


@media only screen and (max-width: 1079px) and (min-width: 1024px)   {
  .login-register-left-side {
    background: url(../images/main-bg.jpg) right center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 332px;
    background-position: center center;
}

.register-box {
  width: 592px;
  padding: 30px;
  margin: 30px 50px 0;
}

.login-register-logo img {
  width:150px
}

.login-register-logo span {
  font-size:0.8rem;
}


}


@media only screen and (max-width: 1249px) and (min-width: 1079px)   {
  .login-register-left-side {
    background: url(../images/main-bg.jpg) right center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 372px;
    background-position: center center;
}

.register-box {
  width: 608px;
  padding: 30px;
  margin: 30px 50px 0;
}

.login-register-logo img {
  width:170px
}

.login-register-logo {
  left: 5%;
  display: flex;
  position: absolute;
  flex-direction: column;
  top: calc(50% - 51px);
}

.login-register-logo span {
  font-size:0.8rem;
}

}


@media only screen and (max-width: 1399px) and (min-width: 1250px)   {
  .login-register-left-side {
    background: url(../images/main-bg.jpg) right center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 500px;
    background-position: center center;
}

.register-box {
  width: 650px;
  padding: 30px;
  margin: 30px 50px 0;
}

}

@media only screen and (max-width: 1454px) and (min-width: 1250px)   {

  .login-register-logo {
    left: 5%;
    display: flex;
    position: absolute;
    flex-direction: column;
    top: calc(50% - 51px);
}
.login-register-logo img {
  width: 170px;
}

}


@media only screen and (max-width: 1484px) and (min-width: 1400px)   {
  .login-register-left-side {
    background: url(../images/main-bg.jpg) right center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 583px;
    background-position: center center;
}

}
