@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Onest:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  transition: 0.2s ease all;
}
.trash_icon_color {
  color: #dc0202;
  cursor: pointer;
}
.ct_fw_600 {
  font-weight: 600;
}
.ct_side_logo img {
  width: 150px;
  object-fit: contain;
}
.ct_side_logo {
  margin: auto;
  display: block;
  text-align: center;
}

.ct_sidebar_menu {
  background-color: #fff;
  width: 300px;
  position: fixed;
  height: 100vh;
  top: 0px;
  left: 0px;
  overflow-y: auto;
  padding: 26px 20px;
  transition: 0.3s ease all;
  z-index: 999;
}
.ct_sidebar_menu ul li.active svg path {
  fill: #fff;
}
.ct_sidebar_menu ul li:hover svg path {
  fill: #fff;
}

.ct_sidebar_menu ul {
  padding-top: 60px;
  list-style: none;
}
.ct_sidebar_menu ul li {
  margin-bottom: 15px;
}
.ct_img_w_50 {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 100px !important;
}

.ct_sidebar_menu ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 100px;
  transition: 0.4s ease all;
  color: #4ba83d;
  text-decoration: none;
  font-weight: 500;
}

.ct_sidebar_menu ul li:hover a {
  background-color: #fff;
}
.ct_sidebar_menu ul li:hover a svg path {
  fill: #fff;
}
.ct_sidebar_menu ul li:hover a {
  font-weight: 600;
  background-image: linear-gradient(#51ca3f, #2fc319);
  color: #fff;
}
.ct_sidebar_menu ul li a i {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}
.ct_sidebar_menu ul li a i {
  margin-left: auto;
  transform: translateX(-10px);
  opacity: 0;
  transition: 0.4s ease all;
}
.ct_sidebar_menu ul li.active a i {
  transform: translateX(0px);
  opacity: 1;
}
.ct_sidebar_menu ul li:hover a i {
  transform: translateX(0px);
  opacity: 1;
}
.ct_sidebar_menu ul li.active a {
  font-weight: 600;
  background-image: linear-gradient(#51ca3f, #2fc319);
  color: #fff;
}
/* 
.ct_dashbaord_bg{
    background-color: #E8DFDA;

} */

.ct_white_box_12 {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}
.ct_grid_5 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.ct_inner_dash_bg {
  background-color: #f0efff;
  margin: 25px;
  border-radius: 30px;
  padding: 15px;
}

.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;
}
.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;
  background-color: #fff;
  border-radius: 6px;
  padding-inline: 8px;
  justify-content: space-between;
}
.ct_logout_btn {
  text-align: left;
  padding-block: 5px;
  /* overflow: hidden; */
}
.ct_logout_btn i {
  color: #ff0000;
}
.ct_logout_btn:hover i {
  color: #fff;
}
.ct_logout_btn h6 {
  font-size: 14px;
  margin-bottom: 0px;
}
.ct_logout_btn p {
  font-size: 12px;
}
.ct_dropdown ul.ct_dropdown-menu {
  position: absolute;
  right: 40px;
  list-style: none;
  padding-left: 0px;
  padding-block: 10px;
  margin-top: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: 0.4s ease all;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
}
.ct_dropdown ul.ct_dropdown-menu.ct_drop_show {
  margin-top: 10px;
  visibility: visible;
  opacity: 1;
}
.ct_dropdown ul.ct_dropdown-menu a {
  padding: 6px 12px;
  border-radius: 5px;
  transition: 0.4s ease all;
  margin-block: 5px;
}
.ct_dropdown ul.ct_dropdown-menu a:hover {
  background-color: #f0efff;
  color: #000;
}
/* 
.ct_logout_btn ul.dropdown-menu.show li a:hover{
    background-color: #51CA3F;
    color: #fff;
} */
/* .ct_logout_btn h6.dropdown-toggle:after {
    position: relative;
    top: 2px;
} */

.ct_toggle_side span {
  background-color: #000;
  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: fixed;
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: column;
  place-content: center;
  align-items: center;
  top: 26px;
  gap: 4px;
  /* right: calc(100% - 285px); */
  left: 250px;
  z-index: 999;
  cursor: pointer;
  transition: 0.4s ease all;
  display: none;
}

.ct_dashbaord_middle {
  padding: 24px 30px;
}
.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,
.ct_light_white_bg_clr {
  background-color: rgb(255 255 255 / 35%);
  border-radius: 10px;
  padding: 18px;
}
.ct_dash_card {
  height: 100%;
}
.ct_small_icon {
  width: 46px;
  height: 46px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct_small_icon i {
  font-size: 20px;
  color: #fff;
}
.ct_dash_card_info {
  margin-top: 20px;
}
.ct_dash_card_info span {
  font-size: 14px;
  color: #797979;
}
.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: rgb(255 255 255 / 60%);
  white-space: nowrap;
}
.ct_project_table tr th {
  background-color: transparent;
  border: 0px;
}
.ct_project_table tbody tr td {
  vertical-align: middle;
  border: 0px;
  padding-block: 10px;
  /* font-weight: 600; */
}
.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: #51ca3f;
}
.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_dash_card_info small {
  color: #4079ed;
  font-weight: 500;
}

/* cost report css S */
.ct_dark_grey_bg {
  background-color: #c7c3c3;
  border-radius: 10px;
  padding: 16px;
}
.ct_btn_group {
  display: flex;
  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_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: 69px;
  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;
  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;
}
/* cost report css E*/

/* supply chain page css S */
.ct_flex_1 {
  flex: 1;
}
.ct_search_input input {
  border-radius: 100px;
  padding-right: 38px;
}
.ct_search_input i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.ct_uploaded_img {
  width: 40px;
  height: 40px;
}
.pt-15 {
  padding-top: 15px !important;
}

.ct_computer_img img {
  width: 70%;
  margin: auto;
  display: block;
}
.ct_fw_600 {
  font-weight: 600;
}
.ct_fw_700 {
  font-weight: 700;
}
.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 16px;
  border-radius: 8px;
  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: #51ca3f;
}
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: none;
  border-color: #51ca3f;
}
.ct_outline_btn:hover {
  color: #fff;
}
.ct_trash {
  cursor: pointer;
  transition: 0.4s ease all;
}

.ct_trash:hover {
  color: red;
}
.ct_custom_btn_2 {
  background-color: #4ba83d;
  padding: 8px 25px;
  border-radius: 30px;
  outline: none;
  border: 1px solid #4ba83d;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: 0.4s ease all;
  font-weight: 600;
  overflow: hidden;
  text-decoration: none;
}
.ct_custom_btn_2:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 0%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transition: 0.4s ease all;
  top: 0px;
}
.ct_custom_btn_2:hover:before {
  width: 100%;
}
.ct_custom_btn_2:hover {
  color: #32cd30;
}
.ct_assets_img {
  border-radius: 30px;
}
.ct_assets_img img {
  width: 100%;
  transition: 0.4s ease all;
  border-radius: 30px;
  height: 172px;
  object-fit: cover;
}
.ct_assets_card:hover .ct_assets_img img {
  transform: scale(0.9) perspective(1000px);
}
.ct_assets_img {
  position: relative;
}
.ct_featured_btn {
  position: absolute;
  top: 10px;
  background-color: #f3ff67;
  color: #000;
  padding: 7px 15px;
  display: flex;
  align-items: center;
  font-weight: 400;
  left: 10px;
  gap: 6px;
  border-radius: 10px;
  z-index: 1;
}
.ct_lock_icon1 {
  position: absolute;
  top: -10px;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  right: -10px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  color: #2fc319;
}
.ct_lock_icon1 svg {
  width: 15px;
  height: 15px;
}
.ct_assets_card figcaption {
  margin-top: 15px;
  padding: 0px 15px 30px;
  display: grid;
  align-items: center;
  justify-content: start;
}
.ct_assets_card figcaption h4 {
  font-weight: 600;
  font-size: 18px;
  color: #5e605e;
}
.ct_assets_card figcaption h3 {
  color: #32cd30;
  font-weight: 600;
  font-size: 20px;
}
figure.ct_assets_card {
  margin-bottom: 0px;
  background-color: #ffff;
  border-radius: 30px;
  height: 100%;
  /* display: grid; */
}
.ct_assets_card figcaption p {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ct_stolen_text_bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  background-color: rgb(189 49 36 / 50%);
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 4px;
}

.ct_light_text {
  color: #1b1b1b;
  opacity: 0.5;
}
/* login css S */

.ct_login_left_bg {
  background-color: #fff;
  overflow-x: hidden;
  max-width: 1000px;
  width: 100%;
  height: 86vh;
  margin-inline: auto;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 10px;
  position: relative;
  border-left: 10px solid #4ab848;
}
.ct_right_login_bg {
  position: relative;
}
.ct_right_login_bg img {
  width: 100%;
  object-fit: cover;
  height: 86vh;
}
section.ct_login_main_div {
  background-color: #f0f2f5;
  padding: 40px;
  height: 100vh;
  display: flex;
  align-items: center;
}

.ct_input-group {
  position: relative;
}

.ct_input {
  border: solid 1.5px #d8d8d8;
  border-radius: 10px;
  background: none;
  padding: 10px;
  font-size: 16px;
  color: var(--black);
  transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
  height: 48px;
  width: 100%;
  background-color: #fff;
}
.ct_hide_pass_eye {
  position: absolute;
  top: 24px;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
}
.ct_user-label {
  position: absolute;
  left: 15px;
  color: var(--black);
  pointer-events: none;
  transform: translateY(13px);
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.ct_input:focus,
.ct_input:valid {
  outline: none;
  border: 1px solid #088a05;
}

.ct_input:focus ~ label,
.ct_input:valid ~ label,
.ct_input ~ label {
  transform: translateY(-50%) scale(1);
  background-color: #fff;
  padding: 0 0.2em;
  color: var(--orange);
  font-weight: 600;
}

.ct_redirect_link {
  color: #4ba83d;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.ct_redirect_link i {
  transform: translateX(5px);
  animation: link_arrow_move 2s ease infinite;
}
.ct_select_option_123 {
  appearance: auto;
}

.ct_login_right_form {
  padding-inline: 60px;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

/* Giriş stil */
.toggle-switch .toggle-input {
  display: none;
}

/* Anahtarın stilinin etrafındaki etiketin stil */
.toggle-switch .toggle-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 20px;
  background-color: #c9c9c9;
  border-radius: 34px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* Anahtarın yuvarlak kısmının stil */
.toggle-switch .toggle-label::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}

/* Anahtarın etkin hale gelmesindeki stil değişiklikleri */
.toggle-switch .toggle-input:checked + .toggle-label {
  background-color: #4caf50;
}

.toggle-switch .toggle-input:checked + .toggle-label::before {
  transform: translateX(17px);
}

/* Light tema */
.toggle-switch.light .toggle-label {
  background-color: #bebebe;
}

.toggle-switch.light .toggle-input:checked + .toggle-label {
  background-color: #9b9b9b;
}

.toggle-switch.light .toggle-input:checked + .toggle-label::before {
  transform: translateX(6px);
}

/* Dark tema */
.toggle-switch.dark .toggle-label {
  background-color: #4b4b4b;
}

.toggle-switch.dark .toggle-input:checked + .toggle-label {
  background-color: #717171;
}

.toggle-switch.dark .toggle-input:checked + .toggle-label::before {
  transform: translateX(16px);
}
.ct_py_14 {
  padding-block: 14px;
}
.ct_assets_resour img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.ct_assets_resour {
  background-color: #20dc49;
  width: fit-content;
  padding: 14px;
  border-radius: 10px;
}
.ct_login_card p {
  color: #fff;
}
.ct_login_card {
  background-color: rgb(255 242 242 / 13%);
  position: absolute;
  bottom: 30px;
  width: 90%;
  margin: auto;
  left: 0px;
  right: 0;
  border-radius: 10px;
  padding: 25px;
}
@keyframes link_arrow_move {
  0%,
  50%,
  100% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(5px);
  }
}

.ct_forgot_link a {
  color: #ff0000;
}
a.ct_back_link_1 {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #000;
  font-size: 22px;
  transition: 0.4s ease all;
}
a.ct_back_link_1:hover {
  color: #4ba83d;
  transform: translateX(-5px);
  transform-origin: right;
}
/* All Assets pages css S */
.ct_img_gallery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.ct_ct_gallery_img {
  overflow: hidden;
  border-radius: 10px;
  transition: 0.4s ease all;
}
.ct_ct_gallery_img img {
  transition: 0.4s ease all;
  width: 100%;
}
.ct_multiple_gallary_img12 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.ct_multiple_gallary_img12 img {
  width: 100%;
  height: 128px;
  border-radius: 10px;
  object-fit: cover;
}
.ct_ct_gallery_img:hover img {
  transform: scale(1.2) rotate(5deg);
}
button.btn-close.ct_cloose_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #aaa;
  opacity: 1;
  background-image: none;
}
button.btn-close.ct_cloose_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #32cd30;
  opacity: 1;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease all;
  color: #fff;
  z-index: 9;
}
button.btn-close.ct_cloose_btn i {
  transition: 0.4s ease all;
}
button.btn-close.ct_cloose_btn:hover i {
  transform: rotate(360deg);
}
button.btn-close.ct_cloose_btn i {
  font-size: 20px;
}
.ct_assets_info_inner {
  display: grid;
  grid-template-columns: 29% auto;
  gap: 1%;
}
.ct_assets_info_inner p {
  margin-bottom: 10px;
  font-size: 15px;
}
p.ct_expired_badge {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 15px;
}
.ct_assets_modal .modal-dialog {
  max-width: 600px;
}
.ct_assets_modal {
  z-index: 99999;
}
.ct_assets_modal .modal-body {
  padding: 40px 30px 30px !important;
}
.ct_available_red {
  background-color: #4ba83d;
  color: #fff;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 15px;
}
.ct_assets_info_inner p a {
  color: #0500ff;
  text-decoration: none;
}
.ct_add_btn {
  background-color: #4ba83d;
  padding-inline: 15px;
}
.ct_add_btn i {
  transition: 0.4s ease all;
}
.ct_add_btn:hover i {
  transform: rotate(360deg);
}
.ct_category_img img {
  width: 100px;
}
.ct_category_img {
  overflow: hidden;
  width: 100px;
}
.ct_category_img:hover img {
  transform: scale(1.2);
}
label.ct_category_upload_img {
  height: 250px;
  width: 100%;
  border-radius: 10px;
  background-color: #e8e8e8;
  display: flex;
  place-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.ct_category_upload_img img {
  width: 100%;
  position: absolute;
  z-index: 9;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
button.ct_add_photo_btn {
  background-color: rgb(255 255 255 / 56%);
  border: 1px solid #fff;
  padding: 10px 10px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  outline: none;
  pointer-events: none;
  cursor: pointer;
}
.ct_add_photo_btn i {
  width: 30px;
  height: 30px;
  background-color: #434343;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
}
.ct_btn_radius {
  border-radius: 5px;
}
.ct_dark_btn_clr {
  background-color: #4ba83d;
  width: 150px;
}
.ct_outline_btn {
  background-color: transparent;
  color: #000;
}

.ct_outline_btn:before {
  background-color: #4ba83d;
}
.ct_outline_btn:hover {
  color: #fff;
}
img.ct_uploaded_img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
}
.ct_edit_photo_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.ct_green_badge {
  color: #088a05 !important;
  font-weight: 600;
}
.ct_red_badge {
  color: #ff0000 !important;
  font-weight: 600;
}
.ct_user_profile_img121 img {
  width: 100px;
  margin: auto;
  display: block;
  object-fit: contain;
  height: 100px;
  border-radius: 100px;
}

.ct_assets_info_inner p:first-child {
  font-weight: 600;
}
.ct_show_modal_dtl {
  color: #333;
  cursor: pointer;
}

/* Loader Css S */
.ct_loader_main {
  width: 100%;
  background: #f0efff;
  position: fixed;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.loader {
  width: fit-content;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  background: radial-gradient(circle closest-side, #32cd30 94%, #0000) right /
    calc(200% - 1em) 100%;
  animation: l24 1s infinite alternate linear;
  position: fixed;
  top: 0px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader::before {
  content: "SecurPoint...";
  line-height: 1em;
  color: #0000;
  background: inherit;
  background-image: radial-gradient(circle closest-side, #fff 94%, #000);
  -webkit-background-clip: text;
  background-clip: text;
}
.ql-container {
  resize: vertical; /* allows vertical resize */
  overflow: auto;   /* shows scrollbar when needed */
 
}

@keyframes l24 {
  100% {
    background-position: left;
  }
}

#ct_logout_modal .modal-content .modal-body svg {
  width: 50px;
  height: 50px;
  margin-inline: auto;
  display: block;
  margin-bottom: 20px;
  top: 0;
}

.ct_logout_text_modal:hover {
  color: rgb(220, 53, 69);
}
.ct_grey_text {
  color: #9da1a3;
}

#add_category.show,
#ct_view_profile.show,
#edit_category.show,
#ct_view_assets.show,
#add_subcategory.show,
#edit_subcategory.show,
#ct_subscription_view.show,
#ct_reciept_view.show,
#faq_view_modal.show,
#send_notification_model.show {
  opacity: 1;
  display: block;
  height: 100vh;
  overflow-y: auto;
}
div#add_category.show:before,
div#ct_view_profile.show:before,
div#edit_category.show:before,
div#ct_view_assets.show:before,
div#add_subcategory.show:before,
div#edit_subcategory.show:before,
div#ct_subscription_view.show:before,
div#ct_reciept_view.show:before,
div#faq_view_modal.show:before,
div#send_notification_model.show:before {
  content: "";
  position: fixed;
  top: 0px;
  background: #000;
  width: 100%;
  height: 100vh;
  opacity: 0.5;
  z-index: -1;
  overflow-y: auto;
}

.ct_custom_tabs {
  background-color: #a8a8a81f;
  padding: 5px;
  border-radius: 5px;
  width: fit-content;
}
.nav-pills .nav-link {
  font-weight: 600;
  color: #000;
  padding-inline: 40px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #fff;
  color: #000;
}
.ct_fs_24 {
  font-size: 24px;
}
@media (min-width: 1400px) {
  .col-xxl-22 {
    flex: 0 0 auto;
    width: 20%;
  }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .ct_grid_5 {
    padding: 15px !important;
    gap: 15px !important;
  }
}
@media screen and (max-width: 1250px) {
  .ct_grid_5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .chatlist {
    width: 240px !important;
  }
}

@media screen and (max-width: 991px) {
  .ct_dashbaord_main.ct_active .ct_sidebar_menu {
    left: -100%;
  }
  .ct_login_right_form {
    padding: 30px;
  }

  .ct_right_login_bg > img {
    width: 100%;
    object-fit: cover;
    height: 36vh;
  }
  .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: 30px;
    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;
  }

  .ct_grid_5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .chat-icon {
    display: block;
    margin-right: 5px;
  }
  .chatlist {
    width: 100% !important;
  }
  .chatbox {
    width: 100%;
    position: absolute;
    left: 1000px;
    right: 0;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.5s ease;
    border-left: none;
  }
  .showbox {
    left: 0 !important;
    transition: all 0.5s ease;
    padding-inline: 15px;
  }
  .msg-head h3 {
    font-size: 14px;
  }
  .msg-head p {
    font-size: 12px;
  }
  .msg-head .flex-shrink-0 img {
    height: 30px;
  }

  /* .send-box button {
    width: 28%;
  } */

  .chat-list h3 {
    font-size: 14px;
  }
  .chat-list p {
    font-size: 12px;
  }
  .msg-body ul li.sender {
    font-size: 13px;
    padding: 8px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .msg-body ul li.repaly p {
    font-size: 13px;
    padding: 8px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .msg-body ul li img {
    width: 30px;
    height: 30px;
  }
  .ct_dashboard_head {
    flex-direction: column;
    gap: 20px;
    flex-direction: column-reverse;
  }
  .et_ms_991_auto {
    margin-left: auto;
  }
  .et_me_991_auto {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .ct_project_summary_head {
    flex-direction: column;
    gap: 15px;
  }
  .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_5 {
    grid-template-columns: repeat(1, 1fr);
  }
  .ct_inner_dash_bg {
    padding: 0px;
  }
  .ct_assets_modal .modal-body {
    padding-inline: 15px !important;
  }
  section.ct_login_main_div {
    padding: 15px;
  }
}

@media screen and (max-width: 575px) {
  .ct_flex_wrap_res_575 {
    flex-direction: column;
    width: 100%;
  }
  .ct_res_575_100 {
    width: 100%;
  }
  .ct_assets_info_inner {
    grid-template-columns: auto;
  }
  .ct_dashboard_head {
    padding-inline: 15px;
  }
  .ct_dashboard_head h5 {
    font-size: 16px;
  }
  .ct_dashboard_head p {
    font-size: 13px;
  }
  .ct_custom_tabs {
    flex-direction: column;
    width: 100%;
  }
  .ct_custom_tabs button {
    width: 100%;
  }
}

.ct_fs_14 {
  font-size: 14px;
}

.ct_scroll_250 {
  height: auto;
  max-height: 250px;
  overflow-y: auto;
}

/* width */
.ct_custom_scroll::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.ct_custom_scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.ct_custom_scroll::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.ct_custom_scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.et_delete_hover_red:hover {
  color: #dc3545;
}
