@charset "utf-8";
/* CSS Document */
.primary-blue-color {
  color: #5fa0fb;
}
.heading-blue {
  color: #253e8c;
}

.text-grey {
  color: #5c5c5c;
}
.dark-blue-bg {
  background: #253e8c;
}
.text-green {
  color: #03ce85;
}

.text-red {
  color: #ff3e61;
}

/* shadow */
.shadow {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

/* borders */
.border-radius-10 {
  border-radius: 10px;
}
.border-primary-blue-color {
  border: 1px dotted #5fa0fb;
  border-style: dashed;
}

.border-red {
  border: 1px solid #ff3e61;
}
.border-green {
  border: #03ce85;
}

.primary-blue-border {
  border: 1px solid #5fa0fb;
}
.primary-green-border {
  border: 1px solid #03CE85;
}
.primary-gree-color
{
  color: #03CE85;
}
.bg-light-grey {
  background: #f1f4f8;
}

.bg-green {
  background-color: #03ce85;
}
.bg-red {
  background-color: #ff3e61;
}

.primary-blue-bg {
  background-color: #5fa0fb;
}

.pad-all-30px {
  padding: 30px;
}

.input-padding {
  padding: 13px 15px;
}

.btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.basic-btn-comp {
  padding: 12px 15px;
  text-transform: uppercase;
  border-radius: 6px;
}

.btn-comp {
  border-radius: 6px;
  font-size: inherit;
  padding: 15px 20px;
  display: block !important;
  text-align: center;
}

.input-upload .btn-comp,
.td-input .btn-medium {
  border-radius: 6px;
  font-size: inherit;
  display: block !important;
  text-align: center;
  padding: 0px 20px;
  display: flex !important;
}

thead {
  background-color: #f3f6fb;
  color: inherit !important;
  font-weight: 700;
}
table tbody tr td {
  /* padding: 25px 0% 25px 25px !important; */
  font-size: 16px !important;
  font-weight: 400 !important;
}
table tfoot {
  text-align: center;
}

/* .table .table-bordered {} */
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-15 {
  margin-top: 15px;
}

.height-50 {
  height: 50px;
}
/* component */

.input-comp {
  background: #f1f4f8;
  height: 50px !important;
  padding: 13px 15px !important;
  color: #253e8c !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px !important;
  border: 1px solid #d0def0 !important;
  display: block;
  width: 100%;
  line-height: 1.5;
  background-image: url(../assets/images/check.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-size: 24px;
}

.calender-comp {
  background: #f1f4f8;
  height: 50px !important;
  padding: 13px 15px !important;
  color: #253e8c !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px !important;
  border: 1px solid #d0def0 !important;
  display: block;
  width: 100%;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-size: 24px;
}

/* book review  */

.select-upload-type-sec .modal-header {
  border-bottom: 0px;
  padding: 0px;
}

.select-upload-type-sec .modal-body {
  padding: 0px;
}
.select-upload-type-sec .modal-body .row:first-child {
  background-color:#f1f4f8 ;
  padding-top: 30px !important;
  min-height: 130px;
}
.select-upload-type-sec .modal-body .row:first-child .select-list-count
{
  margin-top: 10px;
}
.select-list-count {
  display: flex;
  gap: 20px;
}
.select-upload-text h4,
.select-upload-text p {
  margin-bottom: 5px;
}

.select-upload-type-sec .modal-body .row {
  margin: 10px 0px;
  transition: transform 0.5s ease-in; /* Animation */
}/*
.select-upload-type-sec .modal-body .row:hover {
  transform: scale(1.1);
  background-color: #f1f4f8;
  padding: 10px 5px;
}
*/

.select-upload-type-sec .modal-header button {
  outline: 0px !important;
  border: 0px !important;
  position: absolute;
  right: 15px;
  top: 15px;
  background: transparent;
}
.select-upload-types {
  display: flex;
  justify-content: space-between;
}

/* web upload analysis pages */

.count-circle {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #d0def0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.primary-input {
  display: flex;
  gap: 10px;
  width: 100%;
}

.input-upload.primary-input .form-select {
  background: #f1f4f8 !important;
  height: 50px !important;
  padding: 13px 15px !important;
  color: #253e8c !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px !important;
  border: 1px solid #d0def0 !important;
  display: block;
  width: 100%;
  line-height: 1.5;
  background-image: url("../assets/images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-size: 24px;
}

.primary-input .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}

.primary-input .form-select option {
  font-size: 14px;
  padding: 13px 15px;
}

.primary-input .select-drop-down-btn .form-select {
  background: #f1f4f8;
  height: 50px !important;
  padding: 13px 15px !important;
  color: #253e8c !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px !important;
  border: 1px solid #d0def0 !important;
  display: block;
  width: 100%;
  line-height: 1.5;
  background-image: url("../assets/images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-size: 24px;
}

.blk-div {
  width: 50px !important;
  height: 50px;
  margin-right: 10px;
}
.select-drop-down-btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.upload-div {
  display: flex;
}
.add-upload-div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.btn-img {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.select-file-upload {
  background: #f1f4f8;
  height: 50px !important;
  padding: 13px 15px !important;
  /* color: #253e8c !important; */
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px !important;
  border: 1px solid #d0def0 !important;
  display: block;
  width: 100%;
  line-height: 1.5;

  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-size: 24px;
}

/* fileupload component */

.file-input-wrapper {
  height: 30px;
  margin: 2px 10px 0px 0px;
  /* overflow: hidden; */
  position: relative;
  width: 100%;
  background-color: #fff;
  cursor: pointer;
}

.file-input-wrapper > input[type="file"] {
  font-size: 30px;
  left: 0px;
  top: 0px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
}

.file-input-wrapper > .btn-file-input {
  display: inline-block;
  width: auto;
  cursor: pointer;
}

/* table page 1 */
.progress-size {
  height: 5px;
  width: 125px;
}

.progress-height {
  height: 5px;
}

.progress-bar-sec {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-bottom: 1rem;
}
.effectiv-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.effectiv-text p {
  margin-bottom: 0;
  margin-right: 10px;
}

/* customer sales database */
.table-head-sec-2 {
  display: flex;
  justify-content: end;
  align-items: center;
}

.no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.table-top-text {
  margin-top: 20px;
}

.input-upload {
  display: flex;
}

.td-input {
  display: flex;
  gap: 10px;
}

/* admin dashboard */

.admin-dashboard-heading {
  display: flex;
  gap: 10px;
  padding: 20px 0px;
  align-items: center;
}
.dashboard-card {
  margin: 15px auto;
  background: #f1f4f8;
  padding: 15px 20px;
}

.dashboard-card-head {
  display: flex;
  justify-content: space-between;
}

.dashboard-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.save-profile-head {
  padding: 3rem 3rem 3rem 3rem;
  box-shadow: 0 36px 19px -6px #f5f7fa;
}
.upgrade-data-sec {
  margin-top: 15px;
}
.upgrade-data-sec .admin-count-sec {
  /* margin: 20px auto; */
  padding: 0px;
}

.admin-count-sec {
  /* margin: 20px auto; */
  padding: 10px 3rem;
}

.upgrade-data-sec .admin-table-sec {
  padding: 0px;
  margin: 10px 0px;
}

.data-wash-sec .data-text {
  display: flex;
  justify-content: space-between;
  margin: 0px;
}
.data-wash-sec .data-btn-sec {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.data-wash .data-btn-sec {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

/*
.row .col-md-8 a {
  display: flex;
  justify-content: space-around !important;
  align-items: center !important;
} */

.heading-div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  margin-bottom: 15px;
}
.heading-div2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.dashboard-card-counts {
  display: flex;
  align-items: end;
  gap: 5px;
  padding-bottom: 10px;
}

.data-cald-sec {
  margin: 20px 0px;
}

/* .footer-info{
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1030;
} */
.admin-dashboard {
  display: flex;
  margin-bottom: 15px;
}

.admin-footer {
  display: flex;
  align-items: center;
  padding: 15px 0px;
  gap: 10px;
}
.admin-footer p {
  margin: 0px;
}
.admin-footer p a {
  text-decoration: underline;
}
.admin-table-sec {
  padding: 20px 3rem;
}

.admin-table-sec table th {
  border: none !important;
}

.admin-table-sec table thead {
  padding: 16px 20px;
}
.admin-table-sec table thead {
  background: #253e8c;
  padding: 16px 20px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
}
/*.admin-table-sec table th:nth-child(3),
.admin-table-sec table td:nth-child(3) {
  background: #5fa0fb61;
}*/
.admin-table-sec table th,
.admin-table-sec table td {
  padding: 15px !important;
}
.admin-table-sec .table tbody tr td .basic-btn-comp {
  padding: 10px 12px !important;
}
.admin-dash-footer-sec {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
  align-items: center;
}

.admin-dash-footer-sec p {
  margin-bottom: 0px;
}

.performance-sec {
  /* margin-top: 30px; */
  padding: 3rem 3rem 0rem 3rem;
}

.performance-bars {
  margin-top: 0px;
}
.performance-sec .performer {
  display: flex;
  gap: 10px;
  margin: 10px 0px;
}

.performer-counters {
  width: 100%;
}
.performance-sec .performer-count-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.performance-sec .performer-count {
  display: flex;
  align-items: center;
}
.performance-sec .performer-count p,
.performance-sec .performer-count-text p {
  margin-bottom: 0px;
}

/* time line sec */
#timeline-wrap {
  margin: 20px 2% 4% 2%;

  position: relative;
}

#timeline {
  height: 1px;
  width: 100%;
  background-color: #aabbc4;
  position: relative;
}

.marker {
  z-index: 1000;
  font-weight: 700;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  margin-left: -25px;
  background-color: #fff;
  border-radius: 50%;
  filter: drop-shadow(0px 5px 20px #e0e6ee);
}

.marker.mfirst.timeline-icon.one.active {
  border: 1px solid #03ce85 !important;
  color: inherit !important;
}
.marker:hover {
  transform: scale(1.2);
  transition: all 300ms ease;
}
.timeline-icon.one,
.timeline-icon.two,
.timeline-icon.three,
.timeline-icon.four {
  background-color: #fff !important;
  color: rgba(37, 62, 140, 0.4) !important;

}
.timeline-icon.two .time-text,
.timeline-icon.three .time-text,
.timeline-icon.four .time-text
{
  opacity: 0.4;
}
.mfirst {
  top: -30px;
}
.m3 {
  top: -30px;
  left: 80%;
}
.mlast {
  top: -30px;
  left: 98%;
}
.time-text {
  font-size: 12px;
  /* color: #d0def0; */
  white-space: nowrap;
  position: absolute;
  top: 45px;
  left: 0px;
}

/* top header btn */
.top-head-btn {
  background: rgba(210, 219, 232, 0.22);
  padding: 15px 50px;
  height: 50px;
}

/* page 12  css */

.my-dashboard-section {
  padding: 3rem 3rem 3rem 3rem;
  box-shadow: 0 36px 19px -6px #f5f7fa;
}
.my-dashboard-section .select-drop-down-btn .form-select {
  background: #f1f4f8;
  height: 50px !important;
  padding: 13px 15px !important;
  color: #253e8c !important;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px !important;
  border: 1px solid #d0def0 !important;
  display: block;
  width: 100%;
  line-height: 1.5;
  background-image: url("../assets/images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-size: 24px;
}

.dash-board-label {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dash-board-table-graph-sec {
  padding: 3rem 3rem 0rem 3rem;
}

.dash-board-table-graph-sec .admin-table-one table thead {
  background: #253e8c;
  padding: 16px 20px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
}

.dash-board-table-graph-sec .admin-table-one .table > tbody > tr > td {
  padding: 20px;
}

.dash-board-table-graph-sec .graph-sec {
  padding: 25px 5px;
  text-align: center;
}

.dash-board-table-graph-sec .graph-sec img {
  max-width: 100%;
}
.graphical-sec {
  background: #f1f4f8;
  position: relative;
  border-radius: 10px;
}
.graphical-sec::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background: #d0def0;
  left: 0px;
  right: 0px;
  margin: 40px auto;
  display: block;
  z-index: 2;
}
.admin-table-one {
  padding: 0px;
}

.admin-table-one table thead {
  background: #253e8c;
  padding: 16px 20px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
}
.admin-table-one .table > tbody > tr > td {
  line-height: 1.42857;
  padding: 20px;
  vertical-align: middle;
  background-color: transparent;
}

.admin-table-one .table-striped > tbody > tr:nth-of-type(odd) {
  color: #253e8c !important;
}
.my-dashboard-table-sec {
  padding: 20px 3rem;
}


.my-dashboard-table-sec
  .table-responsive
  .table-striped
  > tbody
  > tr:nth-of-type(odd) {
  color: #253e8c !important;
}
.my-dashboard-table-sec table thead {
  background: #253e8c;
  padding: 16px 20px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
}

.my-dashboard-cards .card {
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  box-shadow: 0px 5px 20px 0px #E0E6EE;
  margin: 12px 0px;
  background: #fff;
}
.my-dashboard-cards .card-img-top {
  height: 250px;
  background-position: center; 
  background-size: cover; 
  object-fit: cover;
  border-radius: 10px;
}

.my-dashboard-cards .card .card-body {
  padding: 0rem 1rem 1rem;
}

.my-dashboard-cards .card .card-body h3 {
  text-align: center;
  font-weight: 900;
  min-height: 30px;
}
.my-dashboard-cards .card .card-body p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
  min-height: 50px
}
.switch
{
  margin-top: 14px;
}
.switch.btn{
  border:1px solid #d0def0 !important;
  font-size: 12px;
    padding-right: 87px;
}
.switch .btn-success
{
  background: #00d18c;
  
}
.switch .info
{
  background: linear-gradient(90deg, #3057E5 -176.39%, #64A9FE 119.44%);
}