:root {
  --background-color: #002578;
  --color: #ffffff;
  --element-color: #002e97;
  --menu-color: #0014a3;
  --background: linear-gradient(90deg, #00174C 0%, #6186db 44%, #0331d9 100%);
  --border: #92aff1;
  --starGoldenColor: #ffd224;
  --background-faded-color: #000000cc;
  --bgWhiteColor: #ffffff;
  --font14: 1.2rem;
  --font16: 1.4rem;
  --font18: 1.8rem;
  --font20: 2rem;
}

body {
  font-family: "Lato", sans-serif;
  color: var(--textColor);
}

body:has(.modal.open) {
  overflow-y:hidden;
}

.ak-login-section-container {
  display: flex;
  align-items: center;
  height: 90vh;
  /* background: var(--background); */
}

.login {
  color: white;
  width: 40%;
  margin: auto;
  background-color: var(--background-color);
  box-shadow:
    0px 2px 10px rgba(0, 0, 0, 0.2),
    0px 10px 20px rgba(0, 0, 0, 0.3),
    0px 30px 60px 1px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding: 20px;
}

.login .head {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* changes made by Rajesh to fix the design issue - start */

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */

.welcome-section-login {
  margin: 10px 0px;
}

.ak_success_msg {
  margin: 10px 0px;
  color: green;

}

.ak-login-input-fields {
  width: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  border: none;
}

.ak-btn-container {
  display: block;
  text-align: center;
}

.ak-login-btn {
  background: linear-gradient(90deg, #356bcc 0%, #6560b9 44%, #ad4fa6 100%);
  border-radius: 30px;
  border: 2px solid white;
  padding: 7px 20px;
  display: block;
  margin: 5px auto;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  transition-property: all;
  transition-duration: .5s;
}

.ak-common-anchor-tag {
  text-decoration: none;
}

.ak-login-btn:hover {
  box-shadow: var(--akBoxShadow);
}

.ak-login-btn:disabled {
  opacity: 0.5;
}

.ak-registration-input-fields {
  width: 90%;
  display: block;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  border: none;
}

.ak-fill-your-details-text {
  font-size: 22px;
  margin: 15px 0px;
  text-align: center;
}

.ak-login-go-to-home {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.ak-terms-conditions-container {
  text-align: center;
  margin-bottom: 10px;
}

.ak-terms-checkbox {
  width: 20%;
  margin-top: 5px;
  display: inline;
}

.ak-terms-text {
  width: 30%;
  display: inline;
  cursor: pointer;
}

.ak-terms-err-msg {
  color: #660000;
}

.ak-terms-container {
  margin: 20px 0px;
  padding: 10px 30px;
  border: 2px solid #0000ff5e;
  border-radius: 30px;
  background-color: #0000ff5e;
}

.ak-terms-heading {
  text-align: center;
  margin-bottom: 15px;
}

.home-page-wrapper {
  /* background-color: white; */
  background: linear-gradient(90deg, #00174C 0%, #6186db 44%, #0331d9 100%);
  color: white;
}

.ak-quick-menu-options {
  width: auto !important;
}

.ak-quick-menu-options ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ak-quick-menu-options ul li {
  transition-property: all;
  transition-duration: .5s;
  border-radius: 10px;
}

.ak-quick-menu-options ul li:hover {
  background-color: #002578;
}

.ak-mercury-latest-line {
  text-align: center;
  margin-top: 10px;
  border: 2px solid #92aff1;
  border-radius: 10px;
  font-weight: bold;
  padding: 5px;
  transition-property: all;
  transition-duration: .5s;
}

.ak-mercury-latest-line:hover {
  background-color: #002e97;
}

.ak-mercury-latest-line a {
  text-decoration: none;
  font-size: 18px;
}

.ak-testimonials-container {
  text-align: center;
  width: 80%;
  margin: 12px auto;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  box-shadow: 2px 2px;
  padding: 10px;
}

.ak-testimonials-container h3 {
  color: inherit;
  border-bottom: 2px solid white;
  font-size: 20px;
  margin: auto;
  padding-bottom: 5px;
  width: 30%;
  font-weight: normal;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 5px;
}

.ak-testimonials-container .carousel {
  margin: 0 auto;
  height: 100px;
  border: none;
  color: white;
  background: inherit;
  /* background-color: white; */
  /* border: 2px solid skyblue; */
}

.ak-search-container {
  display: flex;
  border-bottom: 2px solid #92aff1;
}

.ak-search-section {
  width: 18%;
  padding: 10px;
  border-right: 3px solid #92aff1;
}

.ak-input-container select,
.ak-input-container input {
  background-color: #e9e9e9;
}

.ak-search-result-section {
  /* width: 60%; */
  width: 80%;
  margin: 5px 10px;
  /* border-right: 3px solid skyblue; */
}

.ak-search-result-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel {
  position: relative;
  width: 80%;
  height: 430px;
  border-radius: 10px;
  border: 2px solid skyblue;
  overflow: hidden;
  background-color: #cdcdcd;
}

.carousel-item .slide-image {
  width: 100%;
  height: 430px;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-item {
  position: absolute;
  width: 100%;
  height: 270px;
  border: none;
  top: 0;
  left: 100%;
}

.carousel-item.active {
  left: 0;
  transition: all 0.3s ease-out;
}

.carousel-item img {
  height: 100%;
}

.ak-search-result-table-container {
  max-height: 400px;
  overflow-y: auto;
}

.ak-search-result-table {
  text-align: left;
  width: 100%;
  max-height: 10px;
  border-collapse: collapse;
  background-color: var(--background-color);
}

.ak-search-result-table th {
  background-color: #4f81bd;
  text-align: center;
  color: white;
  text-wrap: nowrap;
  padding: 8px 10px;
  font-size: 14px;
  border: 2px solid white;
}

.ak-search-result-table th a {
  margin-left: 2px;
  color: white;
  text-decoration: none;
}

.ak-search-result-table th a:hover {
  color: green;
}

.ak-search-result-table td {
  padding: 10px 5px;
  border: 2px solid white;
  text-align: center;
}

.ak-top-rated-heading {
  margin: 0 auto;
  /* width: 50%; */
  padding: 10px;
  /* border-radius: 10px; */
  /* background-color: #eafece; */
  text-align: center;
  color: white;
  margin-top: 10px;
  font-weight: 700;
  /* display: inline-block; */
  font-size: 20px
}

.ak-user-logo {
  max-height: 100px;
  border-radius: 10px;
}

.ak-rated-users-container {
  display: flex;
  /* background-color: #002e97; */
  justify-content: space-between;
  margin-bottom: 10px;
}

.ak-rated-user {
  margin: 5px 10px;
  text-align: center;
  width: 12%;
}

.ak-rated-user-profession {
  border: 1px solid white;
  margin: 5px 0px;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 5px;
  padding: 4px 6px;
}

.ak-rated-user-image-container {
  border: 1px solid white;
  border-radius: 10px;
  margin: 0 auto;
  padding: 5px;
  background-color: #002e97;
}

.ak-rated-user-image {
  height: 130px;
  border-radius: 5px;
}

.ak-rating-img {
  height: 35px;
}

.ak-login-section {
  padding: 10px;
  width: 18%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 2px solid #92aff1;
}

.ak-profile-login {
  font-weight: 500;
  font-size: 19px;
  color: red;
  /* border: 2px solid skyblue; */
  /* padding: 2px 10px; */
  border-radius: 15px;
}

.ak-backenduser-login a {
  text-decoration: none;
}

.ak-login-section form {
  margin: 5px 0px;
  padding: 10px 0px;
  width: 100%;
  border: 2px solid #92aff1;
  background-color: #002578;
  margin-right: 5px;
  border-radius: 5px;
}

.ak-forgot-password-container {
  width: 80%;
  padding: 5px;
  border: 2px solid #c0504d;
  border-radius: 10px;
  margin-right: 5px;
}

.ak-forgot-password-container a {
  color: red;
  margin-top: 0px;
}

.ak-notice-container {
  margin-top: 5px;
  background-color: #002e97;
  border-radius: 10px;
  font-size: 15px;
  padding: 10px 0px;
  height: 14rem;
  color: white;
}

.ak-notice-container marquee {
  height: inherit;
  padding: 0 5px;
}

.ak-advertise-bar-container {
  text-align: center;
  color: black;
  font-weight: 700;
  border-radius: 10px;
  border: 2px solid #92aff1;
  padding: 15px 0px;
  /* background-color: #eafece; */
}

.ak-login-section form input {
  border: 1px solid black;
  width: 80%;
  background-color: #eafece;
}

.ak-pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}

.ak-pagination-container .ak-login-btn {
  margin: 0;
}

.ak-pagination-container div {
  border-radius: 50%;
  margin: 0px 10px;
  /* color: #6560b9; */
  border: 2px solid #6560b9;
  padding: 0px 10px;
}

.ak-pagination-container>:last-child {
  margin-right: 0px;
}

/* footer design */
.ak_footer_container {
  justify-content: space-between;
  display: flex;
  border-top: 2px solid white;
  padding: 20px;
  /* background-color: #002e97; */
  margin-top: 10px;
}

.ak_quick_access_contact_container {
  display: flex;
  width: 66%;
}

.ak_company_logo_container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 33%;
}

.ak_quick_access_links_container {
  width: 30%;
  margin: 0 auto;
  text-align: center;
}

.ak_quick_access_links_container div {
  text-align: left;
  margin-bottom: 10px;
}

.ak_quick_access_links_container div a {
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--textColor);
}

.total_visitors_container {
  background-color: white;
  border-radius: 5px;
  color: black;
  font-weight: 500;
  padding: 4px 10px;
  width: 145px;
  border: 2px solid #92aff1;
}

.ak_contact_us_container {
  width: 33%;
}

.ak_company_address {
  text-align: center;
}

.ak_contact_info {
  text-align: center;
  margin-top: 5px;
}

.ak_social_media_links {
  font-size: 30px;
  display: flex;
  justify-content: center;
  color: black;
  margin-top: 10px;
}

.ak_follow_link {
  text-align: center;
}

.ak_social_media_link {
  text-decoration: none;
  color: black;
  padding: 0 15px;
}

.ak_social_media_link img {
  max-height: 30px;
  border-radius: 50%;
}

.ak_footer_copyright {
  text-align: center;
  word-wrap: break-word;
  margin-top: 1rem;
}

.ak_map_logo {
  height: 20px;
}

.ak_company_logo img {
  height: 170px;
  border-radius: 20%;
}

.ak_company_heading {
  font-size: 20px;
  font-weight: 700;
  /* color: #ed2a24; */
}

.ak-about-us-container {
  margin: 2rem auto;
  width: 80%;
  background-color: var(--background-color);
  border-radius: 15px;
  box-shadow: var(--akBoxShadow);
  /* border: 2px solid skyblue; */
  padding: 15px;
}

.ak-about-us-heading {
  text-align: center;
  margin: 15px auto;
  color: white !important;
  width: 80%;
  border: 2px solid white;
  padding: 10px;
  border-radius: 10px;
}

.ak-about-us-content {
  width: 80%;
  margin: 0 auto;
  /* color: black; */
  font-size: 17px;
  font-weight: 500;
  border: 1px solid white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 0px 0px;
}

.ak-about-us-content p {
  margin-bottom: 10px;
}

.ak-about-text-line-highlight {
  /* font-weight: 700; */
  font-size: 1.2rem;
  margin-top: 1rem;
}

.ak-portal-feedback-avg-container {
  background: white;
  padding-top: 5px;
  text-align: center !important;
  border-radius: 5px;
  border: 2px solid var(--border);
}

.ak-team-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 15px auto 10px auto;
  border: 1px solid white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 0px 0px;
}

/* .ak-team-container>:last-child{
  margin-right: 0px;
} */

.ak-team-member-wrapper {
  width: 30%;
  margin-right: 10px;
  text-align: center;
  overflow-wrap: anywhere;
}

.ak-member-image-container {
  border: 1px solid white;
  border-radius: 10px;
  margin-bottom: 10px;
}

.ak-team-member {
  width: 85%;
  padding: 10px;
}

.ak-dashboard-wrapper {
  position: relative;
}

/* .ak-dashboard-head{
  position: sticky;
  top: 0;
  z-index: 1;
} */

.ak-profile-status-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 2px solid white;
  /* border: 2px solid var(--border); */
  padding: 10px;
}

.ak-dashboard-search-section {
  padding-bottom: 10px;
  border-bottom: 2px solid white;
}

.ak-user-request-section {
  display: flex;
}

.ak-user-request-section div {
  margin-right: 20px;
}

.ak-user-status-section form {
  display: flex;
}

.ak-user-status-section div {
  margin-right: 20px;
}

.ak-search-section-by-state {
  width: 75%;
  margin: 0 auto;
}

.ak-search-section-by-state-heading {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 20px;
}

.ak-search-section-selects {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ak-search-section-selects .ak-input-container {
  width: 20%;
}

.ak-search-section-by-state .ak-input-container select {
  width: 88%;
  margin: 0 auto 10px auto;
}

.ak-profile-update-status-section {
  display: flex;
  justify-content: center;
  padding: 10px;
  border-bottom: 2px solid white;
}

.ak-profile-update-status-section div {
  margin-right: 10px;
}

.ak-profile-update-status-section label {
  font-size: 20px;
}

.ak-profile-menu-container {
  display: flex;
  padding: 15px 35px;
  border-bottom: 2px solid white;
  background-color: var(--element-color);
  position: sticky;
  top: 0;
  z-index: 2;
}

.ak-profile-menu-container>:last-child {
  margin-right: 0pxm;
}

.ak-profile-menu-item {
  margin-right: 20px;
  font-size: 1.25em;
  padding: 10px 20px;
  border: 1px solid white;
  transition-property: all;
  transition-duration: .5s;
  border-radius: 10px;
  cursor: pointer;
}

.ak-profile-menu-item[aria-checked="true"] {
  background-color: #001c5e;
  box-shadow: var(--akBoxShadow);
  border-radius: 2rem;
  /* transform: scale(1.011); */
}

.ak-tab-content[aria-hidden="true"] {
  display: none;
}

.ak-profile-menu-item a {
  text-decoration: none;
}

.ak-profile-menu-item:hover {
  background-color: #001c5e;
}

.user-profile-card {
  margin-top: 10px;
  max-width: 100vw;
  overflow-x: auto;
}

.ak-profile-card-heading {
  text-align: center;
  font-size: var(--font18);
  border: 1px solid white;
  border-radius: 10px;
  background-color: var(--background-color);
  padding: 10px 20px;
  width: 40%;
  margin: 0 auto;
}

.ak-profile-card-front {
  border: 2px solid black;
  background: #f0f0f0 url(./images/1.png) center center / cover no-repeat;
  width: 500px;
  height: 299px;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 15px;
}

.ak-profile-card-back {
  border: 2px solid black;
  width: 500px;
  height: 299px;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 15px;
  background: url(./images/2.png);
  background-position: center;
  background-size: cover;
}

.ak-card-head {
  text-align: center;
  padding: 5px 0px;
  font-size: 17px;
  font-weight: 700;
  /* background-color: var(--background-color); */
}

.ak-card-head p {
  color: #ff0800;
  font-size: 20px;
  text-shadow: 2px 2px #0e0707;
}

.ak-card-head-back {
  text-align: center;
  padding: 5px 0px;
  font-size: 17px;
  font-weight: 700;
  color: #0014a3;
}

.ak-card-head-back p {
  /* color: red; */
}

.ak-card-content {
  display: flex;
  /* background: url(images/download.png) center center / cover no-repeat; */
  /* background-color: white; */
  color: black;
}

.ak-card-content-back {
  /* background: url(images/download.png) center center / cover no-repeat; */
  /* background-color: white; */
  padding: 6px 15px;
  height: 65%;
  color: black;
}

.ak-card-remark {
  margin-bottom: 10px;
  color: black;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}

.ak-card-address {
  width: 43%;
  margin-top: 15px;
  color: white;
  font-weight: 600;
}

.ak-profile-card-footer {
  text-align: center;
  padding: 0px 0px;
  text-transform: uppercase;
  /* background-color: var(--background-color); */
}

.ak-card-holder-image {
  width: 30%;
  position: relative;
}

.ak-card-holder-image img {
  height: 125px;
  left: 30px;
  top: -33px;
  position: absolute;
  width: 120px;
  border-radius: 6px;
  border: 1px solid skyblue;
}

.ak-card-holder-info {
  display: flex;
  font-weight: 700;
  width: 70%;
  color: white;
  justify-content: center;
}

.ak-card-holder-info div {
  margin-top: 5px;
  margin-bottom: 10px
}

.ak-card-holder-info>:first-child {
  margin-right: 15px;
}

.ak-card-holder-info div p {
  margin-bottom: 5px;
}

.ak-profile-card-print-btn-container {
  text-align: center;
  border: 2px solid white;
  margin: 12px auto;
  padding: 10px 15px;
  font-size: 1.25em;
  border-radius: 10px;
  font-weight: 500;
  transition-property: all;
  transition-duration: .5s;
  width: 15%;
  cursor: pointer;
}

.ak-profile-card-print-btn-container:hover {
  background-color: #001c5e;
}

.ak-search-result-auth-container>:last-child {
  margin-bottom: 0px;
}

.ak-search-result-auth-container {
  padding: 20px 0px;
}

.ak-search-result-auth-item {
  width: 80%;
  margin: 0 auto;
  border: 2px solid var(--bgWhiteColor);
  border-radius: 15px;
  padding: 15px;
  display: flex;
  background-color: var(--element-color);
  box-shadow: var(--akBoxShadow);
  margin-bottom: 2.5rem;
}

.ak-search-result-user-icon {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

span.ak-result-no {
  padding: 5px 15px;
  display: inline-block;
  margin: 0 auto;
  border: 2px solid var(--element-color);
  border-radius: 10px;
  background: #001c5e;
}

.user-profile-main .ak-search-result-auth-item {
  align-items: center;
}

.ak-result-user-picture {
  margin-top: 5px;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 5px;
}

.my-profile-picture {
  width: 30%;
}

.ak-result-user-picture img {
  border: 1px solid var(--border);
  border-radius: 5px;
  height: 130px;
  width: fit-content;
}

.ak-result-user-id {
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid var(--element-color);
  border-radius: 10px;
  background: #001c5e;
  font-size: 18px;
  width: 70%;
  margin: 0 auto;
}

.ak-result-user-status {
  text-align: center;
  padding: 5px 10px;
  font-size: 18px;
  border: 2px solid #06d106;
  border-radius: 10px;
  margin-top: 5px;
  background: green;
  width: 70%;
  margin: 0 auto;
  margin-top: 5px;
  text-transform: uppercase;
}

.ak-search-result-user-info {
  margin: 2px 5px;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid var(--element-color);
  background: #001c5e;
  border-radius: 5px;
}

.ak-user-action-buttons {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.ak-user-action-buttons>:last-child {
  margin-right: 0px;
}

.ak-user-action-item {
  padding: 7px 20px;
  font-size: 16px;
  margin: 0;
  margin-right: 15px;

  text-transform: uppercase;
}

.ak-rating-section-container {
  display: flex;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
  align-items: center;
}

.ak-rating-button.ak-profile-menu-item {
  font-size: 18px;
  padding: 5px 25px;
}

.ak-rating-icon {
  border-radius: 5px;
  padding: 0px;
  display: flex;
  margin-top: 6px;
  height: 38px;
  gap: 0.2rem;
  cursor: pointer;
}

.ak-rating-icon .ak-star-icon svg {
  transition-property: all;
  transition-duration: 0.5s;
  opacity: 0.5;
  /* width: 30px; */
}

.ak-rating-icon .ak-star-icon.ak-rated svg {
  /* fill: #ffd224; */
  fill: var(--starGoldenColor);
  transform: scale(1.1);
  opacity: 1;
}

.ak-rating-comment {
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 1rem;
  width: 70%;
  display: none;
  justify-content: center;
}

.ak-rating-section-container>div {
  margin-right: 10px;
  padding: 5px;
}

.ak-rating-section-container>:last-child {
  margin-right: 0px;
}

.ak-search-result-user-info-container {
  width: 65%;
}

.ak-work-request {
  margin-bottom: 10px;
  padding: 0px 5px;
}

#ak-word-requsts-element>:last-child {
  margin-bottom: 0px;
}

.ak-work-request-menu-item {
  margin-right: 20px;
  font-size: 1.25em;
  padding: 10px 20px;
  border: 1px solid white;
  transition-property: all;
  transition-duration: .5s;
  border-radius: 10px;
  cursor: pointer;
}

.ak-work-request-menu-item[aria-checked="true"] {
  background-color: #001c5e;
  border-radius: 25px;
}

.ak-requests-list-container div[aria-hidden="true"] {
  display: none;
}

.ak-requests-list-container {
  margin-top: 0.5rem;
}

.ak-request-element {
  padding: 1rem;
  border: 1px solid white;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: var(--font14);
}

.ak-recived-request-element[data-status="approved"] .ak-approve-work-request-btn,
.ak-recived-request-element[data-status="rejected"] .ak-approve-work-request-btn {
  display: none;
}

.request-sender-profile .ak-search-result-auth-item {
  width: 100%;
  margin: 0 auto;
  border-radius: 1rem;
  border: 0;
  padding: 1rem 0rem;
  font-size: var(--font14);
  display: flex;
  background-color: var(--element-color);
  margin-bottom: 5px;
}

.request-current-status span {
  text-transform: uppercase;
  border: 1px solid var(--border);
  padding: .3rem .7rem;
  border-radius: 1rem;
  font-size: 1.0rem;
}

.request-current-status[data-status="pending"] span {
  background-color: #ffd80d96;
}

.request-current-status[data-status="approved"] span {
  background-color: #009726;
}

.request-current-status[data-status="rejected"] span {
  background-color: #b9301d;
}

.ak-remark-text-container {
  display: flex;
  flex-direction: column;
}

.ak-remark-text-container .ak-login-input-fields {
  width: 50%;
}

#ak-current-user-status option {
  color: black;
}

#ak-word-requsts-element {
  background: var(--background-color);
  border-radius: 10px;
  width: 100%;
  font-size: var(--font14);
}

.ak-request-action-btns {
  flex: 1;
  flex-wrap: nowrap;
  width: 100%;
  display: flex;
  gap: 1rem;
}

.ak-request-action-btns .ak-login-btn {
  margin: 0;
}

.ak-template-msg-heading {
  margin-bottom: 5px;
}

.ak-card-container {
  width: 60vw;
  margin: 2rem auto;
  border: 1px solid #0000001f;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: rgb(38 57 67) 0px 20px 30px -10px;
}

.ak-card-container .ak-card-content {
  display: flex;
  flex-direction: column;
  color: white;
  gap: 1rem;
}

.work-images-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  width: 90vw;
  height: max-content;
  border: 1px solid var(--border);
  padding: 2rem;
  margin: 1rem auto;
  border-radius: 1rem;
  box-shadow: rgb(38 57 67) 0px 20px 30px -10px;
}

.work-image-container {
  /* height: 15rem; */
  width: fit-content;
  min-height: max-content;
  /* position: relative; */
}

.work-image-container .work-image {
  height: 100%;
  position: relative;
}

.work-image-container .work-image img {
  height: 100%;
  max-height: 15rem;
  width: fit-content;
  border-radius: 5px;
  border: 2px solid white;
  transition: all;
  transition-duration: 0.4s;
}

.work-image-container .work-image .image-hover-element {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--background-faded-color);
  transform: translate(-50%, -50%);
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.5s;
  /* border: 1px solid black; */
}

.work-image-description {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: var(--font14);
  font-size: var(--font14);
  font-size: 1rem;
  padding-left: 0.3rem;
  margin-top: 0.5rem;
}

.work-image-container .work-image img:hover {
  border: 2px solid var(--border);
  /* transform: scale(1.1); */
  border-radius: 20px;
  cursor: pointer;
}

.work-image-container .work-image:hover>.image-hover-element {
  opacity: 1;
}

.work-photo-like-count {
  position: relative;
  font-size: 1.1rem;
  left: 6px;
  font-weight: 500;
  top: -.12rem;
}

.my-work-images .ak-image-uploader {
  width: 90vw;
  height: max-content;
  border: 1px solid var(--border);
  padding: 2rem;
  margin: 1rem auto;
  border-radius: 1rem;
  box-shadow: rgb(38 57 67) 0px 20px 30px -10px;
}

.my-work-images .ak-login-input-fields {
  margin: 0.5rem 0;
}

.ak-image-actions-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: var(--background);
  padding: 0.5rem 0rem;
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
  border-radius: 5px;
  border: 1px solid var(--border);
}

/* style for image to open the selected image in full screen */

.fullscreen-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000000cc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1000;
}

.fullscreen-view img {
  max-width: 100%;
  max-height: 90%;
  border-radius: 0px;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.2);
}

.fullscreen-view .work-image-description {
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  margin-top: 10px;
  text-align: center;
  max-width: 80%;
  border-radius: 5px;
}

.fullscreen-view .close-btn {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 15px;
  background: #898989;
  color: white;
  padding: 0.4rem;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
}

/* Left & Right Navigation Arrows */
.fullscreen-view .nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: .6rem;
  cursor: pointer;
  border-radius: 50%;
  user-select: none;
  line-height: 1.2rem;
}

.fullscreen-view .nav-arrow.left {
  left: 0.2rem;
}

.fullscreen-view .nav-arrow.right {
  right: 0.2rem;
}

.fullscreen-view .nav-arrow:hover {
  background: rgba(255, 255, 255, 0.3);
}

.ak-image-actions-container span {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.ak-icon-clicked {
  transform: scale(0.85);
}

.ak-like-image-btn.liked svg {
  fill: red;
}

.ak-image-actions-container svg path {
  stroke: var(--bgWhiteColor);
}

.work-request-user {
  text-align: center;
  font-size: var(--font16);
  color: var(--bgWhiteColor);
  border: 1px solid var(--bgWhiteColor);
  padding: 0.5rem;
  border-radius: 1rem;
}


@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes slideLeft {
  from {
    transform: translateX(100px);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    transform: translateX(-100px);
  }

  to {
    transform: translateX(0);
  }
}


/* loader css start */
#ak-loader {
  display: none;
  width: auto;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #e1e4ff;
  --_m:
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

/* loader css end */
@keyframes l3 {
  to {
    transform: rotate(1turn)
  }
}

@media only screen and (max-width:1250px) {
  :root {
    --font14: 1.2rem;
    --font16: 1.6rem;
    --font18: 1.8rem;
    --font20: 2rem;
  }

  body {
    background: none;
    overflow-x: hidden;
  }

  .ak-rated-users-container {
    flex-wrap: wrap;
  }

  .ak-rated-user {
    width: auto;
  }

  .ak_company_logo_container {
    text-align: center;
    width: 100%;
  }

  .carousel {
    width: 450px;
    height: 400px;
  }

  .carousel-item .slide-image {
    width: 100%;
    height: 400px;
  }

  .ak_footer_container {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }

  .ak_quick_access_contact_container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .ak_company_logo img {
    height: 100px;
    border-radius: 50%;
  }

  .ak_quick_access_links_container {
    width: 100%;
    margin: 0 auto;
  }

  .ak_quick_access_links_container div {
    margin-bottom: 10px;
    text-align: center;
    width: auto;
  }

  .ak_contact_us_container {
    width: 100%;
  }
}

@media only screen and (max-width:1000px) {
  :root {
    --font14: 1.1rem;
    --font16: 1.5rem;
    --font18: 1.6rem;
    --font20: 1.8rem;
  }

  .ak-rated-users-container {
    /* display: block; */
  }

  .ak-rated-user {
    margin: 5px 10px;
    display: inline-block;
    flex: 1;
  }

  .ak-profile-status-container {
    flex-direction: column;
    justify-content: center;
  }

  .ak-user-request-section {
    justify-content: space-evenly;
  }

  .ak-user-status-section form {
    justify-content: space-evenly;

  }
}

@media only screen and (max-width:768px) {
  :root {
    --font14: 1.0rem;
    --font16: 1.4rem;
    --font18: 1.5rem;
    --font20: 1.6rem;
  }

  .ak-registration-form-table {
    width: 75%;
  }

  .ak-search-container {
    display: flex;
    flex-direction: column;
    color: black;
  }

  .ak-search-section {
    width: 80%;
    margin: 0 auto;
    border: 0;
  }

  .ak-search-result-section {
    width: auto;
  }

  .carousel {
    width: 450px;
    height: 210px;
  }

  .carousel-item .slide-image {
    width: 100%;
    height: 210px;
  }

  .ak-login-section {
    width: 90%;
    margin: 0 auto;
    border-left: none;
  }

  .ak-team-container {
    flex-direction: column;
  }

  .ak-team-member-wrapper {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
  }


  .ak-profile-menu-container {
    display: flex;
    padding: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 2px solid white;
  }

  .ak-profile-menu-item {
    margin-right: 15px;
    font-size: 1rem;
    margin-bottom: 5px;
    padding: 0.3rem 0.6rem;
  }

  .ak-search-result-auth-item {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }

  .ak-search-result-user-icon {
    width: auto;
  }

  .ak-search-result-user-info-container {
    width: auto;
  }

  .ak-rating-section-container {
    justify-content: center;
  }

  .work-images-wrapper {
    padding: 1rem;
  }

  .work-image-container .work-image .image-hover-element {
    display: none;
  }

  .my-work-images .ak-image-uploader {
    padding: 1rem;
  }

  .ak-image-actions-container svg path {
    stroke: var(--bgWhiteColor);
  }

  .request-sender-profile .my-profile-picture {
    width: 100%;
  }
}

@media only screen and (max-width:580px) {
  :root {
    --font14: 1.0rem;
    --font16: 1.1rem;
    --font18: 1.3rem;
    --font20: 1.4rem;
  }

  body {
    width: auto;
    background: none;
  }

  .login {
    width: 80vw;
  }

  .ak-registration-form-table {
    width: 80vw;
  }

  .ak-registration-form-table-body {
    padding: 0;
  }

  .modal-content {
    width: 85vw !important;
  }

  .ak-search-result-table-container {
    overflow-x: auto;
    width: 100%;
  }

  .total_visitors_container {
    width: 80px;
  }

  .ak-about-us-container {
    width: auto;
  }

  .ak-testimonials-container .carousel {
    width: auto;
  }

  .ak-about-us-container h2 {
    font-size: 20px;
  }

  .ak-team-member-wrapper {
    width: auto;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .ak-search-section-by-state {
    width: 80%;
  }

  .ak-search-section-selects {
    display: block;
  }

  .ak-search-section-selects .ak-input-container {
    width: auto;
  }

  .ak-profile-update-status-section {
    flex-direction: column;
    align-items: center;
  }

  .ak-rating-section-container {
    flex-direction: column;
  }

  .ak-search-result-user-info {
    font-size: 16px;
  }

  .ak-user-action-item {
    font-size: 1.0em;
    padding: 5px 10px;
  }

  .ak-user-status-section form select#ak-current-user-status {
    width: 90%;
  }

  .ak-result-user-picture {
    width: 100%;
  }

  .ak-card-container {
    width: 80vw;
  }

  .work-images-wrapper {
    margin: 0.5rem auto;
    border: none;
    padding: 0.5rem;
    width: 85%;
  }

  .my-work-images .ak-image-uploader {
    margin: 0.5rem auto;
    border: none;
    padding: 0.5rem;
    width: 85%;
    margin-top: 2rem;
  }

  .work-image-container .work-image img {
    max-width: 80vw;
    height: auto;
    max-height: none;
  }

  .ak-request-action-btns {
    flex-direction: column;
    align-items: center;
  }

  .ak-request-action-btns .ak-login-btn {
    width: 65%;
  }

  .ak-remark-text-container .ak-login-input-fields {
    width: 90%;
  }
}

/* changes made by Rajesh to fix the design issue - end */

.login .head .company {
  font-size: 2rem;
}

.login .msg {
  text-align: center;
  margin: 15px 0px;
}

.login .form .text::placeholder {
  color: #D3D3D3;
}

.login .form .password::placeholder {
  color: #D3D3D3;
}

.login .form .btn-login {
  background: none;
  text-decoration: none;
  color: white;
  box-shadow: 0px 0px 0px 2px white;
  border-radius: 3px;
  padding: 5px 2em;
  transition: 0.5s;
}

.login .form .btn-login:hover {
  background: white;
  color: dimgray;
  transition: 0.5s;
}

.login .forgot {
  text-decoration: none;
  color: white;
  float: right;
}

footer {
  position: absolute;
  color: #136a8a;
  bottom: 10px;
  padding-left: 20px;
}

footer p {
  display: inline;
}

footer a {
  color: green;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer .heart {
  color: #B22222;
  font-size: 1.5em
}