/*font family*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Open+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap");

body {
  font-family: "Inter", sans-serif;
}

.fw-600 {
  font-weight: 600;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: 700;
}
.color-input {
  background: #e8eff5;
}
.color-1 {
  color: #23458d;
}
.color-2 {
  background: #d2e9f7;
}
.color-3 {
  color: #7d7d7d;
}
.color-4 {
  color: #495057;
}

/* login page start */
#login .row-height {
  height: 100vh;
}
#login .label-color {
  color: #424242;
  font-weight: 400;
  font-size: 16px;
}
#login a {
  font-size: 16px;
}
#login .btn-primary {
  background: #23458d;
  border: none;
}
#login .bg-1 {
  background: #e8eff5;
  height: 100vh;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
/* #login .logo-img {
  position: absolute;
  bottom: 85px;
  right: 15%;
} */
#login .mobile-logo {
  width: 160px;
}
/*end*/

/* dashboard home page start*/
#header {
  border-bottom: 2px solid #d8d8d8;
}
#header .logo {
  width: 122px;
}
#header .profile {
  width: 31px;
  cursor: pointer;
  height: 31px;
  border-radius:31px;
}
#header .notification {
  width: 24px;
}
#header .navbar li a {
  font-size: 16px;
  color: #545454;
}
#header .dropdown p {
  font-size: 10px;
}
#header a {
  text-decoration: none;
  color: black;
}

#header a:visited {
  color: black;
}

#header .box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 5px;
}

#header .box::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

#header .box::-webkit-scrollbar-thumb {
  background-color: black;
  border: 2px solid black;
  border-radius: 5px;
}

#header header {
  -moz-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.1);
  height: 110px;
  vertical-align: middle;
}

#header h1 {
  float: left;
  padding: 10px 30px;
}

#header .icons {
  display: inline;
  float: right;
}

#header .notification {
  padding-top: 3px;
  position: relative;
  display: inline-block;
}

#header .number {
  height: 22px;
  width: 22px;
  background-color: #d63031;
  border-radius: 20px;
  color: white;
  text-align: center;
  position: absolute;
  top: 23px;
  left: 60px;
  padding: 3px;
  border-style: solid;
  border-width: 2px;
}

#header .number:empty {
  display: none;
}

#header .notBtn {
  cursor: pointer;
}

#header .fas {
  font-size: 25pt;
  padding-bottom: 10px;
  color: black;
  margin-right: 40px;
  margin-left: 40px;
}

#header .box {
  width: 400px;
  height: 0px;
  border-radius: 10px;
  transition: 0.5s;
  position: absolute;
  overflow-y: scroll;
  padding: 0px;
  left: -300px;
  margin-top: 5px;
  background-color: #f4f4f4;
  -webkit-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.1);
  cursor: context-menu;
  z-index: 999;
}

#header .fas:hover {
  color: #d63031;
}

#header .content {
  padding: 20px;
  color: black;
  vertical-align: middle;
  text-align: left;
}

#header .top {
  color: black;
  padding: 10px;
}

#header .display {
  position: relative;
}

#header .cont {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}

#header .cont:empty {
  display: none;
}

#header .stick {
  text-align: center;
  display: block;
  font-size: 50pt;
  padding-top: 70px;
  padding-left: 80px;
}

#header .stick:hover {
  color: black;
}

#header .cent {
  text-align: center;
}

#header .sec {
  padding: 25px 10px;
  background-color: #f4f4f4;
}

#header .profCont {
  padding-left: 15px;
}

#header .txt {
  vertical-align: top;
  font-size: 1.25rem;
  padding: 5px 10px 0px 115px;
}

#header .sub {
  font-size: 1rem;
  color: grey;
}

#header .notification h6 {
  font-size: 14px;
}

#header .notification p {
  font-size: 12px;
}

/* width */
#header .notification ::-webkit-scrollbar {
  width: 6px;
}

/* Handle */
#header .notification ::-webkit-scrollbar-thumb {
  background: #23458d;
  border-radius: 10px;
  border: none;
}

#header .notification-profile {
  height: 150px;
}

.dashboard-bg {
  background: url("../images/dashboard/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#progress-section .dashboard-progress {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#progress-section h4 {
  font-size: 24px;
}

#card-details .cards-box {
  background: #edecec;
  border-radius: 12px;
  width: 268px;
  margin: 10px;
}
#card-details .day-card {
  position: absolute;
  top: 0px;
  background: #23458d;
  margin: 10px;
  /* width: 78px; */
  padding: 2px;
  border-radius: 25px;
}
#card-details .cards-box {
  height: 100%;
  filter: blur(2px);
}
#card-details .active-cards {
  filter: blur(0px) !important;
}
#card-details .active-cards:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#card-details .first-userid-card:hover,
.second-userid-card:hover,
.third-userid-card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#card-details .day-card h6 {
  font-size: 14px;
}
#card-details .userid-card {
  border-radius: 12px;
}
#card-details .userid-card h6 {
  font-size: 12px;
}
#card-details .userid-card p {
  font-size: 10px;
}
/* width */
#card-details ::-webkit-scrollbar {
  width: 20px;
}
.year-month {
  font-size: 18px;
}

/* Handle */
#card-details ::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
  width: 100px;
}
#card-details .day-card-img {
  width: 268px;
  height: 169px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
}
.cursor-common {
  cursor: pointer;
}

#progress-section .center {
  max-width: 400px;
  margin-left: 200px;
}

#progress-section .srch-form {
  position: relative;
  width: 44px;
}

#progress-section .srch-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 40px;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#progress-section .srch-wrapper.open {
  width: 200px;
}

#progress-section .srch-input {
  position: relative;
  background-color: transparent;
  height: 27px;
  line-height: 26px;
  padding: 5px 10px 5px 32px;
  box-sizing: border-box;
  border: 2px solid #ddd;
  border-radius: 30px;
  margin: 0;
  width: 100%;
}

#progress-section .srch-input:focus {
  outline: none;
  border-color: #aaa;
}

#progress-section .srch-button {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #ddd;
  width: 44px;
  height: 30px;
  text-align: center;
}

.srch-button:focus {
  outline: none;
}

#sidebar a { 
    display: block; 
    padding: 10px;
    background-color: #fff; 
    color: #000; 
    text-decoration: none;
    /* padding-right: 140px !important; */
}
#sidebar a:hover {
  color: #fff;
  padding-left: 10px;
  /* padding-right: 100px; */
  background:#23458d;
}
#sidebar .active {
  color: #fff;
  background:#23458d;
  padding-left: 10px;
  padding-right: 100px;
} 

#progress-section .srch-input:focus + .srch-button,
#progress-section .srch-button:hover {
  color: #aaa;
}
#progress-section ::placeholder {
  color: #7d7d7d;
}

#progress-section .wrapper .card-circle .circle {
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  cursor: default;
}

#progress-section .card-circle .circle .box,
#progress-section .card-circle .circle .box span {
  position: absolute;
  top: 50%;
  left: 50%;
}

#progress-section .card-circle .circle .box {
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.2s;
}

#progress-section .card-circle .circle:hover .box {
  transform: translate(-50%, -50%) scale(0.91);
}

#progress-section .card-circle .circle .box span,
#progress-section .wrapper .card-circle .text {
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#progress-section .circle .box span {
  font-size: 38px;
  font-family: sans-serif;
  font-weight: 600;
  transform: translate(-45%, -45%);
  transition: all 0.1s;
}

#progress-section .card-circle .circle:hover .box span {
  transform: translate(-45%, -45%) scale(1.09);
}

#progress-section .card-circle .text {
  font-size: 20px;
  font-weight: 600;
}

#progress-section canvas {
  height: 100px !important;
  width: 100px !important;
  color: red !important;
}

@media (max-width: 753px) {
  #progress-section .wrapper {
    max-width: 700px;
  }

  #progress-section .wrapper .card-circle {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}

@media (max-width: 505px) {
  #progress-section .wrapper {
    max-width: 500px;
  }

  #progress-section .wrapper .card-circle {
    width: 100%;
  }
}

.login-form {
  max-width: 460px;
  margin: auto;
}

.form-control {
  padding: 0.763rem 0.75rem;
}

.login-btn {
  height: 65px;
}

#upload-doc-modal h6 {
  font-size: 18px !important;
}
#upload-doc-modal p {
  font-size: 14px;
}
#upload-doc-modal .modal-header {
  border-bottom: unset;
}
#upload-doc-modal .border-column {
  border-right: 1px solid #929292;
}
#upload-doc-modal .profile-title {
  color: #5a5a5a;
  font-size: 18px;
}
#upload-doc-modal .profile-mail {
  font-size: 12px;
}
#upload-doc-modal .btn-primary {
  font-size: 12px;
}
#upload-doc-modal .form-control {
  background: #f1f1f1;
  height: 43px;
  border-radius: 14px;
}
#upload-doc-modal .btn-primary {
  background: #2196f3;
  border: none;
}
#upload-doc-modal .btn-primary:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#upload-doc-modal .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

#upload-doc-modal .btn-uploadfile {
  border: 1px solid #2196f3;
  color: #fff;
  background-color: white;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  background: #2196f3;
}

#upload-doc-modal .upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#upload-doc-modal .blog-card-bg {
  background: #d2e9f7;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#upload-doc-modal .blog-card-description {
  background: #f2f2f2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#upload-doc-modal .blog-card-description a {
  font-size: 10px;
  color: #052aae;
}
#upload-doc-modal .blog-card-description p {
  font-size: 10px;
  color: #495057;
}
#upload-doc-modal .document-title {
  color: #9e9e9e;
  font-size: 12px;
}
#upload-doc-modal .pdf-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}
.modal-dialog {
  max-width: 650px;
}
/*end*/

/* quiz 1 page start */
.quizone-bg {
  background: url(../images/quiz-one/bg.png);
  background-size: cover;
}
#quiz-one .transparent-box {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.4);
}
#quiz-one p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}
#quiz-one .question-box {
  border-radius: 30px;
  border: 2px solid #d0d3ff;
  background: #fff;
  margin-top: -8%;
}
#quiz-one .btn-primary {
  border-radius: 10px;
  border: 2px solid #d0d3ff;
  background: #fff;
  color: #000;
  height: 50px;
}
#quiz-one .btn-success {
  background: #23458d;
  border-radius: 30px;
  height: 50px;
  font-family: "Open Sans", sans-serif;
}
#quiz-one .btn-success:hover {
  border: 1px solid #d0d3ff;
  background: #fff;
  color: #000;
}
#quiz-one .quiz-btn .btn-primary {
  position: absolute;
  /* bottom: 109px; */
  top:-26px;
  left: 39%;
  width: 187px;
  border-radius: 25px;
  color: #23458d;
}
#quiz-one .btn.btn-primary:hover {
  background: #d2e9f7;
}
#quiz-one .btn.btn-primary.active {
  background: #d2e9f7;
  border: 2px solid #23458d;
}
#quiz-one a {
  color: #23458d;
}
#quiz-one .transparent-box-quiztwo {
  background: rgba(255, 255, 255, 0.91);
  border-radius: 40px;
}
#quiz-one .transparent-box-quiztwo .btn-primary {
  background: #f2f2f2;
  border: none;
  border: 2px solid #d0d3ff;
}
#quiz-one .manager-profile {
  width: 100px;
}
#quiz-one .profile-box {
  background: #fff;
  border-radius: 30px;
}
#quiz-one .btn-secondary {
  background: #2196f3;
  border: none;
}
/*end*/

/*quiz two*/
.quizonetwo-bg {
  background: url(../images/quiz-two/bg.png);
  background-size: cover;
  background-position: center;
}
/*end*/

/*friendbook start*/
.friendbook-bg {
  background: url("../images/friendbook/Friendbook.png");
  background-size: cover;
}
#friendbook-question .friendbook-section {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.5);
}
#friendbook-question .question-box {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #fff;
  height: 636px;
}
#friendbook-question h6 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
#friendbook-question p {
  color: #545454;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
#friendbook-question .question-box ::placeholder {
  font-family: "Open Sans", sans-serif;
  color: #9e9e9e;
}
#friendbook-question .question-box .form-control {
  background: #f2f2f2;
  border-radius: 10px;
}
#friendbook-question .checkbox-label {
  font-family: "Open Sans", sans-serif;
  color: #23458d;
}
#friendbook-question .friendbook-box {
  height: 733px;
}
#friendbook-question .friendbook-img-box {
  background: #f2f2f2;
  height: 636px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#friendbook-question .check-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
#friendbook-question .check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#friendbook-question .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 25px;
  border: 2px solid #9e9e9e;
  border-radius: 5px;
  /* background-color: #eee; */
}

/* When the checkbox is checked, add a blue background */
#friendbook-question .check-box input:checked ~ .checkmark {
  background-color: #23458d;
}

/* Create the checkmark/indicator (hidden when not checked) */
#friendbook-question .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#friendbook-question .check-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#friendbook-question .check-box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*radio*/
#friendbook-question .radio-checkbox {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
#friendbook-question .radio-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
#friendbook-question .radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
#friendbook-question .radio-checkbox input:checked ~ .radio-checkmark {
  background-color: #fff;
  border: 2px solid #23458d !important;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
#friendbook-question .radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
#friendbook-question .radio-checkbox input:checked ~ .radio-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
#friendbook-question .radio-checkbox .radio-checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #23458d;
  border: 1px solid #23458d !important;
}
#friendbook-question .friendbook-user-img{
  width: 296px;
  height: 226px;
}
/*end*/

/*video page start*/
.video-bg {
  background: #d2e9f7;
}
/*end*/

/*blogs start*/
#hero-banner .banner {
  background: url("../images/blogs/banner.png");
  height: 300px;
  background-size: cover;
}
#hero-banner h4 {
  font-size: 36px;
  font-family: "Lora", serif;
}
#blogs-description p {
  font-size: 14px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
}
#blogs-description h2 {
  font-size: 14px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  line-height: normal;
}
#blogs-description .description-img{
  width: 526px;
  height: 376px;
  border-radius:8px;
}
#footer-section .footer {
  background: #23458d;
}
#footer-section .footer h6 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
#footer-section .footer p {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #e5e5e5 !important;
}
/*end*/

#pdf-modal .modal-dialog {
  max-width: 729px;
  height: 90%;
}
#pdf-modal .modal-content {
  height: 100%;
  border-radius: 20px;
}
#pdf-modal iframe {
  /* height:80% !important; */
}

#upload-doc-modal a:hover,
#upload-doc-modal body button:hover {
  text-decoration: none;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
#upload-doc-modal .calendar,
#upload-doc-modal .datepicker {
  max-width: 300px;
  margin: auto;
}
#upload-doc-modal .calendar {
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 1em;
}
#upload-doc-modal .datepicker input {
  margin: 0;
  font-family: inherit;
  display: block;
  width: 310px;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem 0.375rem 2.75rem;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: 000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#upload-doc-modal .datepicker input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f28388;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(219, 61, 68, 0.25);
}
#upload-doc-modal .datepicker i {
  position: absolute;
}
#upload-doc-modal .icon {
  padding: 16px;
  font-size: larger;
  color: #555555;
}
#upload-doc-modal .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#upload-doc-modal .title .arrow-control {
  border: none;
  border-radius: 50px;
  background-color: transparent;
  width: 35px;
  height: 35px;
}
#upload-doc-modal .title .arrow-control:hover {
  background-color: #db3d44;
  color: white;
  cursor: pointer;
}
#upload-doc-modal .title .year-month:hover,
#upload-doc-modal .title .year:hover {
  color: #cccccc;
  cursor: pointer;
  transition: 0.3s all;
}
#upload-doc-modal .week .day {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.28%;
  font-size: 15px;
}
#upload-doc-modal .list,
.week {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#upload-doc-modal .list .date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.28%;
  height: 33px;
  margin-top: 1em;
  font-size: 14px;
  border: none;
  border-radius: 50px;
  background-color: transparent;
}
#upload-doc-modal .list .date:hover,
.list .date:focus,
#upload-doc-modal .list .mon:hover,
.list .mon:focus {
  background-color: #112246;
  color: white;
  cursor: pointer;
  border-radius: 0px;
}
#upload-doc-modal .active {
  background-color: #112246 !important;
  color: white;
  border-radius: 0px !important;
}
#upload-doc-modal .list .fadeout {
  color: #eeeeee;
}
#upload-doc-modal .list .today {
  color: #db3d44;
}
#upload-doc-modal .list .today.active {
  color: white;
}
#upload-doc-modal .list .mon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 50px;
  margin-top: 1em;
  /* padding: 7.14%; */
  border: none;
  border-radius: 50px;
  background-color: transparent;
}
#upload-doc-modal #yearlist .mon:first-child,
#upload-doc-modal #yearlist .mon:last-child {
  color: #9d9d9d;
}
#upload-doc-modal .d-none {
  display: none;
}
#upload-doc-modal .date-icon {
  color: #23458d;
}
#upload-doc-modal .dropdown-icon {
  right: 26px;
  color: #8d8d8d;
}
#upload-doc-modal select {
  height: 36px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  color: #23458d;
  font-weight: bold;
  outline: none;
}
#upload-doc-modal .blog-hrbp-img,.docs-hrbp-img{
  width: 110px;
  height:110px;
  border-radius:10px;
}
#upload-doc-modal .activity-img, #video-modal .activity-img{
  width: 51px;
  height:51px;
  border-radius:51px;
}

/*faq page start*/
#faq-accordian p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
#faq-accordian .accordion-item {
  border-top: 1px solid #ddd;
  border-radius: 5px;
}
#faq-accordian .accordion-button {
  background: #23458d;
  color: #fff;
  border-radius: 5px;
}
#faq-accordian .accordion-button::after {
  background-image: unset;
}
#faq-accordian h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  line-height: normal;
}
#faq-accordian .fa-chevron-down,
.fa-chevron-up {
  right: 13px;
}
#contact-info .fa-envelope {
  font-size: 50px;
}
#contact-info .fa-phone,
.fa-video {
  font-size: 40px;
}
/*end*/
#sidebar-container {
  display: flex;
  transition: margin-right 0.3s ease;
}

.sidebar {
  width: 0;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  height: 100%;
  background-color: #fff;
  transition: width 0.3s ease;
  z-index: 999;
}

/* welcome page start */
.welcome-bg {
  background: url("../images/welcome/bg.png");
  background-size: cover;
  background-position: center;
}
#welcome-header .logo {
  width: 122px;
}
#welcome-header a {
  color: #545454;
}
#welcome-box .welcome_box {
  border-radius: 41px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
  height: 550px;
}
#welcome-box .welcome-img {
  margin-top: -4%;
  /* width: 100px; */
}
#welcome-box h5 {
  font-size: 24px;
}
#welcome-box h6 {
  color: #545454;
  font-size: 14px;
}
#welcome-box h4 {
  color: #464646;
  font-size: 14px;
}
#welcome-box .btn-primary {
  width: 543px;
  height: 61px;
  margin-top: -31px;
  font-size: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
}
#welcome-box .btn-primary:hover {
  border: 1px solid #23458d;
}
#welcome-box .btn-primary:hover {
  color: #23458d;
}
#welcome-box .icons {
  height: 15px;
}
#welcome-box .welcome-img .user-img{
  height: 100px;
  border-radius: 100px;
  width: 100px;
}
/* end */

/* media query start */
@media (min-width: 1920px) {
  #sidebar-container {
    margin-right: 0% !important;
  }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #welcome-box .welcome_box {
    height: unset;
  }
  #welcome-box .btn-primary {
    width: unset;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom:10px;
  }
  #friendbook-question .friendbook-img-box{
    height: unset;
  }
  #friendbook-question .question-box{
    height:unset;
  }
  #friendbook-question .friendbook-box{
    height: unset;
  }
  #friendbook-question .friendbook-img-box{
    border-top-left-radius: 20px;
    border-bottom-right-radius:unset;
  }
  #friendbook-question .question-box{
    border-top-left-radius:unset;
    border-bottom-right-radius:20px;
  }
  #quiz-one .quiz-btn .btn-primary{
    width:150px;
    transform: translateX(-21%);
  }
  #upload-doc-modal .datepicker input{
    width: 270px;
  }
  #header .box{
    width:350px !important;
    left: 0 !important;
  }
  #upload-doc-modal .dropdown-icon{
    right: 0;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  #welcome-box .welcome_box {
    height: unset;
  }
  #welcome-box .btn-primary{
    margin-top: 10px;
    margin-bottom:10px;
  }
  #friendbook-question .check-box{
    font-size: 13px;
  }
  #friendbook-question .radio-checkbox{
    font-size: 13px;
  }
  #upload-doc-modal .datepicker{
    margin-left: 0%;
  }
  #upload-doc-modal .calendar{
    margin-left: 0%;
  } 
  #header .box{
    width:350px !important;
    left: 0 !important;
  }
}
/*06-12-2023*/
.blog-model-section .blog-height{
  overflow-y: scroll;
  height: 364px;
  overflow-x: hidden;
  padding-right: 06px;
  padding-bottom:20px;
}
.blog-model-section .blog-height img{
  height: 40px;
  width: auto;
  object-fit: fill;

}
.blog-model-section .blog-height::-webkit-scrollbar {
  width: 7px;
  }
  
.blog-model-section .blog-height::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
  }
  
.blog-model-section .blog-height::-webkit-scrollbar-thumb {
  background:#2196f3; 
  border-radius: 10px;
  }
  
.blog-model-section .blog-height::-webkit-scrollbar-thumb:hover {
  background:rgb(33, 150, 243); 
  }
  .line-clamp1{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  	overflow: hidden;
  }
  .new-scrollbar::-webkit-scrollbar {
    width: 7px;
  }
  .new-scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
  .new-scrollbar::-webkit-scrollbar-thumb {
    background:#2196f3; 
    border-radius: 10px;
  }
  .new-scrollbar::-webkit-scrollbar-thumb:hover {
    background:rgb(33, 150, 243); 
    }
    .line-clamp1{
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden;
    }
/*given by sagar sir and added by abdul 06-12-2023*/
.cta-box {
  background-image: url(../images/bg-pattern.png);
  background-size: cover; }
  .cta-box .cta-box-title {
    font-size: 20px;
    line-height: 30px; }

.conversation-list {
  list-style: none;
  padding: 0 15px; }
  .conversation-list li {
    margin-bottom: 20px; }
    .conversation-list li .conversation-actions {
      float: right;
      display: none; }
    .conversation-list li:hover .conversation-actions {
      display: block; }
  .conversation-list .chat-avatar {
    float: left;
    text-align: center;
    width: 42px; }
    .conversation-list .chat-avatar img {
      border-radius: 100%;
      width: 100%; }
    .conversation-list .chat-avatar i {
      font-size: 12px;
      font-style: normal; }
  .conversation-list .ctext-wrap {
    background: #eef2f7;
    border-radius: 3px;
    display: inline-block;
    padding: 12px;
    position: relative; }
    .conversation-list .ctext-wrap i {
      display: block;
      font-size: 12px;
      font-style: normal;
      font-weight: bold;
      position: relative; }
    .conversation-list .ctext-wrap p {
      margin: 0;
      padding-top: 3px; }
    .conversation-list .ctext-wrap:after {
      left: -11px;
      top: 0;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-top-color: #eef2f7;
      border-width: 6px;
      margin-right: -1px;
      border-right-color: #eef2f7; }
  .conversation-list .conversation-text {
    float: left;
    font-size: 13px;
    margin-left: 12px;
    width: 70%; }
  .conversation-list .odd .chat-avatar {
    float: right !important; }
  .conversation-list .odd .conversation-text {
    float: right !important;
    margin-right: 12px;
    text-align: right;
    width: 70% !important; }
  .conversation-list .odd .ctext-wrap {
    background-color: #eef2f7; }
    .conversation-list .odd .ctext-wrap:after {
      border-color: transparent;
      border-left-color: #eef2f7;
      border-top-color: #eef2f7;
      right: -10px;
      left: auto; }
  .conversation-list .odd .conversation-actions {
    float: left; }
.chat-send{
  height: 40px;
  margin: auto;
}
.chat-conversation{
  height: unset;
  border-radius: 10px;
  border: 2px solid #d0d3ff;
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 300px;
  overflow-y: scroll
}

.selected-img {
  width: 100px;
  height: 100px;
  object-fit: scale-down;
  border: 1px solid #23458d;
  border-radius: 5px;
}
.chat-section .conversation-list{
  overflow-y: scroll;
}
/*11-12-2023*/
.overflow-y-scroll{
  overflow-y: scroll;
}

/*12-11-2023*/
.home-bg {
  background: url("../images/dashboard/onboarding-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.header-bg {
  border-radius: 0px 0px 40px 40px;
  background: linear-gradient(180deg, #fff 0%, #d2e9f7 115.57%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#quiz-one .quiz-image{
  height: 199px;
}

/*13-11-2023*/
#question-spinner{
  display: none;
}

/*14-12-2023*/
#friendbook-question{
  overflow-y: scroll;
}
#friendbook-question .btn-primary{
  width: 100%;
  padding: 10px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
}
#friendbook-question .btn-primary:hover{
  color: #23458d;
  border: 1px solid #23458d;
}

/*18-12-2023 abdul*/
.card-hover-shadow:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}
.word-wrap-break{
  word-wrap: break-word;
}
/*27-12-2023*/
.story-board-section,
.organization-structure-modal .modal-dialog{
  max-width: 1220px;
}
.story-board-section .directors-box .director-img{
  width: 110px;
  height: 110px;
  border-radius: 110px;
}
.own-memories-modal-section .modal-dialog {
  max-width: 729px;
}
.own-memories-modal-section h4 {
  font-size: 18px;
}
.own-memories-modal-section h5 {
  font-size: 14px;
  color: #000;
}
.own-memories-modal-section .dropdown-icon {
  right: 12px;
}
.own-memories-modal-section .photo-box {
  border-radius: 8px;
  border: 1px solid #d2e9f7;
}
.own-memories-modal-section .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.own-memories-modal-section .btn-uploadfile {
  border: 1px solid #2196f3;
  color: #fff;
  background-color: white;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  background: #2196f3;
}

.own-memories-modal-section .upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.own-memories-modal-section h3 {
  font-size: 18px;
}
.own-memories-modal-section h5 {
  font-size: 14px;
}
.own-memories-modal-section p {
  font-size: 12px;
}
#own-memories .btn-primary {
  background: #2196f3;
  border: none;
}
.own-memories-modal-section .form-control {
  height: 43px;
  border-radius: 14px;
  background: #f1f1f1;
}
.own-memories-modal-section .memories-img{ 
  height: 114px;
  border-radius:5px; 
}
.own-memories-modal-section .schedule-img{
  height: 118px;
  border-radius: 5px;
}
.hrbp-profile{
  width: 110px;
  height: 110px;
  border-radius:10px;
}
.activity-profile{
  width: 51px;
  height: 51px;
  border-radius: 51px;
}
/*end*/

/*02-01-2024*/
.overflow-200{
  overflow-y: auto;
  max-height: 200px
}
.right-div{
  right: 4px;
}

/*schedule meeting modal start*/
.schedules-modal .modal-dialog {
  max-width: 729px;
}
/*datepicker start*/
.schedules-modal .calendar,
.schedules-modal .datepicker {
  /* max-width: 300px; */
}
.schedules-modal .calendar {
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 1em;
}
.schedules-modal .datepicker input {
  margin: 0;
  font-family: inherit;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem 0.375rem 2.75rem;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.schedules-modal .datepicker input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #23458d;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(219, 61, 68, 0.25);
}
.schedules-modal .datepicker i {
  position: absolute;
  color: #23458d;
}
.schedules-modal .icon {
  padding: 10px;
  font-size: larger;
  color: #555555;
}
.schedules-modal .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.schedules-modal .title .arrow-control {
  border: none;
  border-radius: 50px;
  background-color: transparent;
  width: 35px;
  height: 35px;
}
.schedules-modal .title .arrow-control:hover {
  background-color: #23458d;
  color: white;
  cursor: pointer;
}
.schedules-modal .title .year-month:hover,
.schedules-modal .title .year:hover {
  color: #cccccc;
  cursor: pointer;
  transition: 0.3s all;
}
.schedules-modal .week .day {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.28%;
  font-size: 15px;
}
.schedules-modal .list,
.schedules-modal .week {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.schedules-modal .list .date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.28%;
  height: 42px;
  margin-top: 1em;
  border: none;
  border-radius: 50px;
  background-color: transparent;
}
.schedules-modal .list .date:hover,
.schedules-modal .list .date:focus,
.schedules-modal .list .mon:hover,
.schedules-modal .list .mon:focus {
  background-color: #23458d;
  color: white;
  cursor: pointer;
}
.schedules-modal .active {
  background-color: #23458d !important;
  color: white;
}
.schedules-modal .list .fadeout {
  color: #eeeeee;
}
.schedules-modal .list .today {
  color: #23458d;
}
.schedules-modal .list .today.active {
  color: white;
}
.schedules-modal .list .mon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 50px;
  margin-top: 1em;
  border: none;
  border-radius: 50px;
  background-color: transparent;
}
.schedules-modal #yearlist .mon:first-child,
.schedules-modal #yearlist .mon:last-child {
  color: #9d9d9d;
}
.schedules-modal .d-none {
  display: none;
}

/*end*/

/*verfit registration modal start*/
.verfit-registration-modal .modal-dialog {
  max-width: 729px;
}
.verfit-registration-modal h4 {
  font-size: 18px;
}
.verfit-registration-modal p {
  font-size: 14px;
}
.verfit-registration-modal label {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  color: #555;
}
.verfit-registration-modal .form-control {
  border-radius: 9px;
  background: #eee;
}
.verfit-registration-modal ::placeholder {
  color: #555;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.verfit-registration-modal .check-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.verfit-registration-modal .check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.verfit-registration-modal .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 25px;
  border: 2px solid #9e9e9e;
  border-radius: 5px;
  /* background-color: #eee; */
}

/* When the checkbox is checked, add a blue background */
.verfit-registration-modal .check-box input:checked ~ .checkmark {
  background-color: #23458d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.verfit-registration-modal .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.verfit-registration-modal .check-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.verfit-registration-modal .check-box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.verfit-registration-modal .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.verfit-registration-modal .btn-uploadfile {
  border: 1px solid #2196f3;
  color: #fff;
  background-color: white;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  background: #2196f3;
}

.verfit-registration-modal .upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.verfit-registration-modal .btn-primary {
  background: #23458d;
  width: 126px;
  height: 42px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border: none;
}
.onboarding .cards-box {
  background: #d2e9f7 !important;
  border-radius: 12px !important;
  width: 268px !important;
  margin: 10px !important;
  height: 100% !important;
  filter: blur(2px) !important;
}
/*end*/


/*03-01-2024*/
.text-only-modal h6 {
  font-size: 18px !important;
}
.text-only-modal p {
  font-size: 14px;
}
.text-only-modal .modal-header {
  border-bottom: unset;
}
.text-only-modal .border-column {
  border-right: 1px solid #929292;
}
.text-only-modal .profile-title {
  color: #5a5a5a;
  font-size: 18px;
}
.text-only-modal .profile-mail {
  font-size: 12px;
}
.text-only-modal .btn-primary {
  font-size: 12px;
}
.text-only-modal .form-control {
  background: #f1f1f1;
  height: 43px;
  border-radius: 14px;
}
.text-only-modal .btn-primary {
  background: #2196f3;
  border: none;
}
.text-only-modal .btn-primary:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.text-only-modal .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.text-only-modal .btn-uploadfile {
  border: 1px solid #2196f3;
  color: #fff;
  background-color: white;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  background: #2196f3;
}

.text-only-modal .upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.text-only-modal .blog-card-bg {
  background: #d2e9f7;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.text-only-modal .blog-card-description {
  background: #f2f2f2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.text-only-modal .blog-card-description a {
  font-size: 10px;
  color: #052aae;
}
.text-only-modal .blog-card-description p {
  font-size: 10px;
  color: #495057;
}
.text-only-modal .document-title {
  color: #9e9e9e;
  font-size: 12px;
}
.text-only-modal .pdf-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}
.text-only-modal .modal-content{
  /* height: 600px; */
}

/*abdul css end*/

