@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.ct_side_logo img {
  width: 100%;
  object-fit: contain;
  max-width: 99px;
  margin-inline: auto;
  display: block;
}

img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.ct_ff_roboto {
  font-family: "Roboto", system-ui;
}

.ct_sidebar_menu {
  background-color: #060606;
  width: 300px;
  position: fixed;
  height: 100vh;
  left: 0px;
  overflow-y: auto;
  padding: 26px 34px;
  transition: 0.6s ease all;
  z-index: 9;
}

.ct_sidebar_menu ul li.active svg path {
  fill: var(--orange);
}

.ct_sidebar_menu ul {
  padding-top: 60px;
  list-style: none;
}

.ct_sidebar_menu ul li {
  margin-bottom: 15px;
}

.ct_sidebar_menu ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 100px;
  transition: 0.4s ease all;
}

.ct_sidebar_menu ul li:hover a {
  background-color: #fff;
}

.ct_sidebar_menu ul li:hover a svg path {
  fill: var(--orange);
}

.ct_sidebar_menu ul li:hover a {
  color: var(--orange);
}

.ct_sidebar_menu ul li a i {
  font-size: 18px;
  font-weight: 900;
}

.ct_sidebar_menu ul li a {
  color: #fff;
}

.ct_sidebar_menu ul li.active a {
  background-color: #fff;
  color: var(--orange);
  font-weight: 600;
}

.ct_dashbaord_bg {
  background-color: #e8dfda;
  height: 100vh;
  overflow-y: auto;
}

.ct_content_right {
  width: calc(100% - 300px);
  margin-left: auto;
  transition: 0.4s ease all;
}

.ct_logout_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
}

.ct_logout_btn:hover img {
  filter: brightness(24.5);
}

.ct_logout_btn:hover svg path {
  fill: #fff;
}

.ct_dashboard_head {
  border-bottom: 1px solid rgb(0 0 0 / 8%);
  padding: 23px 30px;
}

.ct_dashboard_head img {
  width: 20px;
  object-fit: contain;
}

.ct_dashboard_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ct_back_project_btn {
  padding: 14px;
  border: 1px solid #b4aeae;
  border-radius: 10px;
  overflow: hidden;
  font-weight: 700;
}

.ct_dashboard_head h5 {
  font-size: 20px;
  font-weight: 700;
}

button.ct_logout_btn {
  border-radius: 100px;
  border-color: transparent;
  width: 160px;
}

.ct_logout_btn {
  text-align: left;
  padding-block: 5px;
  overflow: hidden;
}

.ct_logout_btn i {
  color: var(--red);
}

.ct_logout_btn:hover i {
  color: #fff;
}

.ct_logout_btn h6 {
  font-size: 14px;
  margin-bottom: 0px;
}

.ct_logout_btn p {
  font-size: 12px;
}

a.ct_red_btn {
  background-color: #ff0000;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  color: #fff;
  border-radius: 6px;
  transition: 0.4s ease all;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

a.ct_red_btn:before {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: #fff;
  transform: scale(0);
  transition: 0.4s ease all;
  border-color: #fff;
  z-index: -1;
}

a.ct_red_btn:hover {
  color: #000;
}

a.ct_red_btn:hover:before {
  transform: scale(1);
}

.ct_toggle_side span {
  background-color: #fff;
  width: 22px;
  height: 2px;
  display: block;
  transition: 0.4s ease all;
}

.ct_sidebar_menu span+span {
  margin-top: 4px;
}

.ct_toggle_side {
  border-radius: 5px;
  position: absolute;
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: column;
  place-content: center;
  align-items: center;
  top: 26px;
  gap: 4px;
  right: calc(100% - 285px);
  z-index: 9999999999;
  cursor: pointer;
  transition: 0.4s ease all;
  display: none;
}

.ct_dashbaord_middle {
  padding: 24px 30px;
  /* height: calc(100vh - 96px); */
}

.ct_fs_22 {
  font-size: 22px;
  font-weight: 800;
}

.ct_days_select select {
  padding: 8px 15px;
  border: 1px solid #fff;
  border-radius: 100px;
  outline: none;
}

.ct_dash_card {
  height: 100%;
}

.ct_dash_card,
.ct_light_white_bg_clr {
  background-color: rgb(255 255 255 / 35%);
  border-radius: 10px;
  padding: 18px;
}

.ct_small_icon {
  width: 46px;
  height: 46px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0px;
}

.ct_small_icon i {
  font-size: 20px;
  color: #fff;
}

.ct_dash_card_info {
  margin-top: 20px;
}

.ct_dash_card_info span {
  font-size: 16px;
  color: #416444;
}

.ct_dash_card_info h4 {
  margin-block: 10px;
  font-size: 28px;
  font-weight: 700;
}

.ct_dash_card_info p {
  font-size: 10px;
  margin-bottom: 0px;
  font-weight: 700;
}

.ct_mt_20 {
  margin-top: 20px;
}

.ct_dash_card_info h4 span {
  color: #000;
}

.ct_mt_30 {
  margin-top: 30px;
}

.ct_project_summary_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.ct_radial_progress[role="progressbar"] {
  --size: 40px;

  --bg: #def;
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;

  font-size: calc(var(--size) / 4);
  color: var(--fg);
  font-weight: 900;
}

.ct_green_circle {
  background: radial-gradient(closest-side,
      white 80%,
      transparent 0 99.9%,
      white 0),
    conic-gradient(#1a932e calc(var(--pgPercentage) * 1%), var(--bg) 0);
}

.ct_radial_progress[role="progressbar"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
}

.ct_radial_progress[role="progressbar"]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
}

@keyframes growProgressBar {

  0%,
  33% {
    --pgPercentage: 0;
  }

  100% {
    --pgPercentage: var(--value);
  }
}

@property --pgPercentage {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

.ct_project_table tr th,
.ct_project_table tr td {
  background-color: transparent;
  white-space: nowrap;
  font-family: "Roboto", system-ui;
}

.ct_project_table tr td {
  font-weight: 400;
}

.ct_project_table tbody tr td {
  vertical-align: middle;
  border: 0px;
  padding-block: 10px;
}

.ct_custom_table_main tbody tr {
  transition: 0.4s ease all;
}

.ct_custom_table_main tbody tr:hover {
  background-color: #fff;
}

.ct_custom_table_main tbody tr td {
  padding-block: 14px;
}

.ct_project_table thead tr th:last-child {
  text-align: end;
}

.ct_project_table tbody tr td:last-child .ct_radial_progress {
  margin: auto;
}

.ct_badge {
  padding: 6px 13px;
  border-radius: 100px;

  text-align: center;
  width: fit-content;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}

.ct_badge_green {
  background-color: rgb(26 147 46 / 18%);
  color: var(--green);
}

.ct_badge_yellow {
  background-color: rgb(229 174 33 / 18%);
  color: #e5ae21;
}

.ct_badge_red {
  background-color: rgb(238 32 28 / 18%);
  color: #ee201c;
}

.ct_badge_orange {
  background-color: rgb(230 95 43 / 18%);
  color: #e65f2b;
}

.ct_green_circle {
  background: radial-gradient(closest-side,
      white 80%,
      transparent 0 99.9%,
      white 0),
    conic-gradient(#1a932e calc(var(--pgPercentage) * 1%), var(--bg) 0);
}

.ct_yellow_circle {
  background: radial-gradient(closest-side,
      white 80%,
      transparent 0 99.9%,
      white 0),
    conic-gradient(#e5ae21 calc(var(--pgPercentage) * 1%), var(--bg) 0);
}

.ct_red_circle {
  background: radial-gradient(closest-side,
      white 80%,
      transparent 0 99.9%,
      white 0),
    conic-gradient(#ee201c calc(var(--pgPercentage) * 1%), var(--bg) 0);
}

.ct_orange_circle {
  background: radial-gradient(closest-side,
      white 80%,
      transparent 0 99.9%,
      white 0),
    conic-gradient(#e65f2b calc(var(--pgPercentage) * 1%), var(--bg) 0);
}

.ct_verticle_overflow {
  height: auto;
  max-height: 380px;
  overflow-y: auto;
}

.ct_project_summary_head h4 {
  font-weight: 700;
  font-size: 20px;
}

.ct_task_tab button.active {
  background-color: transparent !important;
  border: 0px;
  border-bottom: 2px solid #2b5ce6 !important;
}

.ct_task_tab ul#myTab {
  gap: 15px;
}

.ct_task_tab .nav-tabs .nav-link {
  color: #060606;
  font-weight: 700;
}

.ct_light_blue_info {
  color: #2b5ce6;
  background-color: rgb(43 92 230 / 10%);
  padding: 5px;
  border-radius: 100px;
  font-size: 12px;
  margin-left: 10px;
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

input.ct_round_checkbox {
  width: 18px;
  height: 18px;
  outline: none;
  accent-color: var(--orange);
  border-radius: 100px;
  clip-path: circle();
  position: relative;
}

input.ct_round_checkbox:before {
  content: "";
  position: absolute;
  border: 1px solid #060606a3;
  top: 0px;
  width: 18px;
  height: 18px;
  /* background: red; */
  z-index: 99999;
  border-radius: 100px;
}

input.ct_round_checkbox:checked:before {
  border: 0px;
}

.ct_task_table tr td {
  padding-block: 4px !important;
}

.ct_red_text {
  color: #f50000 !important;
}

.ct_white_space_nowrap {
  white-space: nowrap;
}

/* cost report css S */
.ct_dark_grey_bg {
  background-color: #88888842;
  border-radius: 10px;
  padding: 4px;
}

.ct_btn_group {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 10px;
}

.ct_btn_group button {
  border: 0px solid transparent;
  padding-block: 12px;
  border-radius: 5px;
  font-size: 16px;
  text-shadow: 0px 0px 10px #aaa;
  font-weight: 600;
  overflow: hidden;
}

.ct_input_h_44 {
  height: 44px;
}

.ct_usd_icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.ct_currency_input,
.ct_purchase_select {
  text-indent: 25px;
  width: 100%;
  height: 40px;
  border: 1px solid #b5b5b5;
  border-radius: 10px;
  text-align: end;
  padding-inline: 15px;
  font-weight: 600;
  outline: none;
}

.ct_purchase_select {
  text-align: left;
}

.ct_purchase_select:focus,
.ct_currency_input:focus {
  border-color: var(--orange);
}

.ct_multiple_purchase_line tr td {
  border: none;
  padding: 0px;
  vertical-align: middle;
}

.ct_bg_grey_select {
  background-color: #c7c7c7;
  text-indent: 0px;
}

.Committed_Price .modal-body {
  padding-inline: 50px;
}

.ct_multiple_purchase_line tr td {
  padding-bottom: 15px;
}

.ct_orange_text {
  color: var(--orange);
  text-decoration: underline;
}

.ct_text_area {
  border: 1px solid #b5b5b5;
  border-radius: 10px;
  width: 100%;
  padding: 10px 15px;
}

.ct_fs_16 {
  font-size: 16px;
  color: #000;
}

label.ct_file_upload {
  border: 1px solid #d2d1d1;
  width: 100%;
  padding: 15px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.ct_file_upload span,
.ct_file_upload span i {
  font-weight: 700;
  font-size: 18px;
}

::-webkit-file-upload-button {
  display: none;
}

.ct_outline_orange {
  border-color: var(--orange);
  color: #000 !important;
  width: 140px;
  border-radius: 10px;
  font-weight: 600;
  overflow: hidden;
}

.ct_modal_submit {
  width: 140px;
  border-radius: 10px;
  height: 42px;
  overflow: hidden;
}

.Committed_Price .modal-footer {
  padding-bottom: 50px;
  display: flex;
  flex-wrap: nowrap;
  padding-inline: 50px;
}

.Committed_Price .modal-footer button {
  width: 100%;
}

.Committed_Price .modal-content {
  border-radius: 15px;
}

.ct_add_item {
  height: 38px;
  border-radius: 5px;
  line-height: 0px;
}

.ct_add_item:hover {
  border-color: #000;
}

.ct_custom_table_main tbody tr {
  background-color: rgb(255 255 255 / 44%);
  padding: 10px;
}

.ct_custom_table_main {
  border-collapse: separate;
  border-spacing: 0px 8px;
}

.ct_edit_icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;

  background-color: #d7d5d5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct_edit_icon i {
  color: #0019ff;
  font-size: 13px;
}

.ct_custom_table_main tr td:first-child {
  border-radius: 10px 0px 0px 10px;
}

.ct_custom_table_main tr td:last-child {
  border-radius: 0px 10px 10px 0px;
}

.ct_grid_2_1 {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 10px;
}

.ct_grid_3_1 {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 15px;
}

/* cost report css E*/

/* supply chain page css S */
.ct_flex_1 {
  flex: 1;
}

.ct_search_input input {
  border-radius: 100px;
}

.ct_search_input i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.ct_uploaded_img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}

.pt-15 {
  padding-top: 15px !important;
}

.ct_computer_img img {
  width: 70%;
  margin: auto;
  display: block;
}

.ct_fw_600 {
  font-weight: 600 !important;
}

.ct_pointer_curser {
  cursor: pointer;
}


.ct_fw_700 {
  font-weight: 700 !important;
}

.ct_fs_35 {
  font-size: 35px;
  font-weight: 700;
}

.ct_position_center {
  margin-top: auto;
  height: calc(100vh - 89px);
  display: flex;
  align-items: center;
}

.ct_white_bg_1 {
  background-color: #fff;
  padding: 20px 50px;
  border-radius: 20px;
  transition: 0.4s ease all;
  border: 2px dashed transparent;
}

/* .ct_white_bg_1:hover {
  border: 2px dashed var(--orange);
} */

.ct_white_bg_1 i.fa-solid.fa-plus {
  font-size: 30px;
  color: #000;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.ct_white_bg_1 h4 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.ct_grid_between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
}

canvas#foo {
  height: 350px !important;
  width: 100% !important;
  object-fit: contain;
}

.ct_green_check i {
  color: var(--green);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(205 85 38 / 20%);
  border-color: var(--orange);
}


.ct_trash {
  cursor: pointer;
  transition: 0.4s ease all;
}

.ct_trash:hover {
  color: red;
}

.ct_grid_3_card {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.ct_light_shadow_card {
  box-shadow: 0px 9px 4px 0px #00000026;
  background-color: hsl(0deg 0% 100% / 45%);
  border-radius: 14px;
  padding: 18px;
  height: 100%;
}

.ab_pointer {
  cursor: pointer;
}

.ct_fs_24 {
  font-size: 24px;
}

.ct_text_op_5 {
  opacity: 0.5;
}

.ct_list_style_none {
  list-style: none;
}

.ct_line_height_22 {
  line-height: 22px;
}

.ct_text_decoration_none {
  text-decoration: none;
}

.ct_boat_inner_bg {
  box-shadow: 3px 3px 4px 0px #00000040 inset, -3px -3px 4px 0px #ffffff40 inset;
  background-color: #ffffff73;
  border-radius: 14px;
  padding: 18px;
}

.ct_boat_card {
  box-shadow: 3px 3px 4px 0px #00000040, 3px 3px 4px 0px #ffffff66 inset;
  background-color: #fdfdfd2e;
  padding: 20px 10px;
  height: 100%;
  border-radius: 14px;
}

.ct_boat_card ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ct_boat_card ul li+li {
  margin-top: 10px;
}

.ct_empty_box_padd_66 {
  padding-block: 66px;
}

.form-control {
  appearance: auto;
}

.ct_dollar_sign {
  position: absolute;
  top: 21px;
  left: 10px;
  font-weight: 700;
  transform: translateY(-50%);
}

.ct_text_indent_15 {
  text-indent: 15px;
}

.ct_px_18 {
  padding-inline: 15px;
}

.ct_green_text {
  color: #1abc00 !important;
}

.ct_boat_dtl_img img {
  height: 72px;
  width: 128px;
  object-fit: contain;
}

.ct_border_bottom_1 {
  border-bottom: 1px solid #d6d6d6;
}

label.ct_file_upload_big {
  width: 100%;
  text-align: center;
  border: 2px dashed var(--orange);
  border-radius: 10px;
  padding: 15px;
}

.form-switch .form-check-input {
  height: 21px;
}

.form-check-input:checked {
  background-color: var(--orange);
  border-color: var(--orange);
}

.form-switch .form-check-input:focus {
  box-shadow: none;
  border-color: #d8d8d8;
}

.form-switch .form-check-input:focus {
  background-image: url("../img/checked_grey_dot.svg") !important;
}

.form-switch .form-check-input:checked {
  background-image: url("../img/checked_white_dot.svg") !important;
}

/* Current Calender Css S */
.ct_current_calendar-container {
  height: auto;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.4);
  padding: 20px 0px;
}

.calendar-week {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 15px 5px;
  padding-inline-start: 0px;
}

.calendar-week-day {
  text-align: center;
  color: #525659;
  /* padding: 10px; */
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  font-weight: 600;
  justify-content: center;
}

.calendar-days {
  margin-top: 20px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 15px 5px;
  padding-inline-start: 0px;
}

.calendar-day {
  text-align: center;
  color: #525659;
  /* padding: 10px; */
  width: 25px;
  height: 25px;
  display: flex;
  font-weight: 600;
  font-size: 13px;
  align-items: center;
  justify-content: center;
}

.ct_current_calendar-month-arrow-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ct_currentcalendar-month-year-container {
  padding: 10px 10px 20px 10px;
  color: #525659;
  cursor: pointer;
}

.calendar-arrow-container {
  margin-top: -5px;
  display: none;
}

.calendar-left-arrow,
.calendar-right-arrow {
  height: 30px;
  width: 30px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #525659;
}

.calendar-today-button {
  margin-top: -10px;
  border-radius: 10px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  color: #525659;
  padding: 5px 10px;
}

.calendar-today-button {
  height: 27px;
  margin-right: 10px;
  background-color: #ec7625;
  color: white;
}

.ct_current_calendar-months,
.ct_current_calendar-years {
  flex: 1;
  border-radius: 10px;
  height: 30px;
  border: none;
  cursor: pointer;
  outline: none;
  color: #525659;
  font-size: 15px;
}

.calendar-day-active {
  background-color: var(--orange);
  color: white;
  border-radius: 50%;
}

.ct_event_detail_list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.ct_event_detail_list ul li+li {
  margin-top: 15px;
}

.ct_event_dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  display: block;
}

.ct_dot_clr {
  background-color: #e65f2b;
}

.ct_img_18 {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.ec-event {
  background-color: #fff7f4 !important;

  color: #e65f2b !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  font-weight: 600 !important;
}

.ec-day.ec-today {
  background-color: #fff !important;
}

.ct_orange_badge_btn {
  background-color: var(--orange);
  padding: 4px 10px;
  border: 1px solid var(--orange);
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  max-width: 142px;
  width: 100%;
  text-align: center;
}

.ct_completed_task_active td {
  background-color: #7eff736b !important;
}

.ct_completed_task_active button.ct_orange_badge_btn {
  background-color: #ffffff66;
  border-color: #ffffff66;
  color: #000;
  font-weight: 600;
}

.ct_grey_badge_btn {
  background-color: #b5b5b5;
  border-color: #b5b5b5;
}

.ct_technician_logo img {
  max-width: 200px;
  width: 100%;
}

.ct_tracker_table tr th {
  background: #dcdcdc;
}

.ct_tracker_table tr th,
.ct_tracker_table tr td {
  padding: 8px 6px;

  text-align: center;
  white-space: nowrap;
  border: 0px;
}

.ct_tracker_table tr td span {
  display: block;
  height: 15px;
  width: 100%;
}

.ct_tracker_table tr td {
  height: 40px;
  padding-inline: 0px;
  vertical-align: middle;
}

.ct_tracker_table {
  border-collapse: separate;
}

.ct_date_task_list ul li {
  list-style: none;
  padding: 8px 6px;
  white-space: nowrap;
}

.ct_tracker_main {
  display: flex;
  gap: 15px;
}

@media screen and (max-width: 1199px) {
  .ct_grid_3_card {
    grid-template-columns: repeat(3, 1fr);
  }

  .ct_grid_2_1 {
    grid-template-columns: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .ct_fs_24 {
    font-size: 20px;
  }

  .ct_grid_3_1 {
    grid-template-columns: auto;
    width: 100%;
  }

  .form-group label {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .ct_dashbaord_main.ct_active .ct_sidebar_menu {
    left: -100%;
  }

  .ct_dashbaord_main.ct_active .ct_content_right {
    left: -100%;
  }

  .ct_dashbaord_main.ct_active .ct_content_right {
    width: 96%;
  }

  .ct_dashbaord_main.ct_active .ct_toggle_side {
    left: 0px;
    top: 21px;
    background-color: #fff;
  }

  .ct_dashbaord_main.ct_active .ct_toggle_side span {
    background-color: #060606;
  }

  .ct_toggle_side {
    display: flex;
  }

  .ct_dashbaord_main.ct_active .ct_dashbaord_middle {
    margin-left: -4%;
  }

  .ct_computer_img img {
    width: 300px;
  }

  .ct_new_project_cnt {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .ct_project_summary_head {
    flex-direction: column;
    gap: 15px;
  }

  .ct_white_bg_1 {
    padding-inline: 20px;
  }

  .ct_nbsp_text_remove_res {
    display: none;
  }

  .ct_content_right {
    width: 100%;
  }

  .ct_w_50_res {
    width: 50% !important;
  }

  .ct_get_started_cnt {
    text-align: center;
  }

  .ct_get_started_cnt a {
    margin: auto;
  }

  .ct_get_started_cnt p {
    text-align: center;
  }

  .ct_dashbaord_middle {
    padding-inline: 15px;
  }

  .ct_user_name_info {
    display: none;
  }

  button.ct_logout_btn.ct_white_btn {
    background-color: transparent;
    width: auto;
  }

  .ct_responsive_wrap {
    flex-direction: column;
  }

  .ct_responsive_wrap,
  .ct_responsive_wrap .ct_days_select,
  .ct_responsive_wrap .ct_days_select select {
    width: 100%;
  }

  .Committed_Price .modal-body,
  .Committed_Price .modal-footer {
    padding-inline: 20px;
  }

  .ct_side_logo img {
    width: 120px !important;
  }

  .ct_mob_responsive_wrap {
    flex-direction: column;
  }

  .ct_mob_d_none {
    display: none;
  }

  .ct_grid_3_card {
    grid-template-columns: repeat(2, 1fr);
  }

  .ct_flex_wrap_767 {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .ct_fs_24 {
    font-size: 20px;
  }

  .ct_grid_3_1 {
    grid-template-columns: auto;
  }

  .calendar-week-day,
  .calendar-day {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 575px) {
  .ct_flex_wrap_575 {
    flex-direction: column;
  }

  .ct_wrap_100_1 {
    width: 100%;
  }

  .ct_add_item {
    padding-inline: 10px;
    white-space: nowrap;
    font-size: 13px;
  }

  .ec-title {
    font-size: 20px;
  }

  .ct_wrap_100_1_main {
    width: 100%;
    gap: 10px !important;
  }

  .ct_grid_3_card {
    grid-template-columns: repeat(1, 1fr);
  }
}