/*Reset css*/

body {
  /* font-family: "Archivo", serif; */
  font-family: "Inter", serif;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

a {
  text-decoration: none !important;
}

.btn:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

input,
textarea {
  outline: none !important;
  box-shadow: none !important;
}

figure {
  margin: 0;
}

:root {
  --main-color: #060807;
  --white: #ffffff;
}
html {
  font-size: 62.5%;
}

.comm-button {
  border-radius: 6px;
  background: var(--main-color);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.178rem;
  text-transform: capitalize;
  padding: 1.6rem 2.2rem;
  min-height: 5.4rem;
  border: 0;
  transition: all 0.3s linear 0s;
  display: inline-block;
  color: #fff;
  border-radius: 10px;
}

.comm-button:hover {
  opacity: 0.7s;
  color: #fff;
}

.secondary-button {
  border-radius: 6px;
  background: #6c757d;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.178rem;
  text-transform: capitalize;
  padding: 1.6rem 2.2rem;
  min-height: 5.4rem;
  border: 0;
  transition: all 0.3s linear 0s;
  display: inline-block;
  color: #fff;
}

.secondary-button:hover {
  opacity: 0.7s;
  color: #fff;
}
/********************************/

/* dashborad css start here  */

section.dashboard-page-outer {
  overflow-x: hidden;
  background-image: url("../images/Djames_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* .sidebar {
  width: 0;
  height: 100vh;
  background: #333;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
  white-space: nowrap;
  padding: 10px;
} */


.dashboard-siderbar {
  border-right: 1px solid #eeeeee;
  width: 296px;
  padding: 2.6rem 2.4rem;
  min-height: 100vh;
  background-color: #fff;
  position: fixed ;
    top: 0;
    left: 0;
}

.dashboard_header {
  background-color: #fff;
  box-shadow: 0px 2px 30px 0px #0000000a;
  padding: 1.6rem 3rem;
  justify-content: space-between;
  align-items: center;
}
div#toggleSidebar i {
  font-size: 2rem;
}
.dashboard_right_inner_wrapper {
  padding: 3rem;
  min-height: 82vh;
}

.dashboard_right_content {
  width: calc(100% - 296px);
  margin-left: auto;
  transition: width 0.3s ease-in-out;
}
.dashboard_right_content .user_detail_sec .user_image {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
}
.dashboard_right_content .user_detail_sec .user_image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.dashboard-siderbar .dash_sidebar_ul li a {
    font-family: "Archivo", serif;
  display: flex;
  align-items: center;
}
.sidebar_logo img {
  max-width: 20.2rem;
}

.comm-top-box-head {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.comm-top-box-head .head-name {
  color: #111;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4.3rem;
}

.comm-top-box-head .discrip {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}
.dash_logo_col_outer {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dash_logo_list .dash_logo_col {
  box-shadow: 0px 0px 20px 0px #0000000d;
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 27rem;
  position: relative;
}
.dash_logo_list .dash_logo_col .comm-button {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  font-size: 1.6rem;
  line-height: 1.936rem;
  color: #fff;
  /* max-width: 20.4rem; */
  text-align: center;
}

.dash_logo_list .dash_logo_col:hover .comm-button {
  opacity: 1;
  visibility: visible;
  display: block;
}
.dash_logo_list .dash_logo_col .cs_lgo {
  margin-bottom: 1.5rem;
  max-height: 18rem;
  max-width: 20em;
  position: relative;
}
.dash_logo_list .dash_logo_col .cs_lgo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dash_logo_col_outer .logo_name {
  font-size: 2rem;
  line-height: 2.42rem;
  font-weight: 600;
  color: #111;
  text-align: center;
  margin-top: 1.9rem;
}
.dash_logo_list {
  row-gap: 6.4rem;
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
}

.file-upload-box {
  position: relative;
  padding: 2rem;
  text-align: center;
  border: 2px dashed #131313;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
  height: 28rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-upload-box:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
}

.file-upload-wrapper .file-upload-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.file-upload-wrapper .upload-content {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.file-upload-wrapper .upload-icon {
  font-size: 2.5rem;
  color: #6c757d;
  margin-bottom: 1rem;
}

.file-upload-wrapper .file-list {
  margin-top: 1.5rem;
}

.file-upload-wrapper .file-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
}

.file-upload-wrapper .file-item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.file-upload-wrapper .file-icon {
  color: #6c757d;
  margin-right: 0.75rem;
  font-size: 1.25rem;
}

.file-upload-wrapper .file-name {
  flex-grow: 1;
  color: #495057;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 1rem;
}

.file-upload-wrapper .file-name:hover {
  color: #111;
  text-decoration: none;
}
.file-upload-wrapper .remove-file {
  color: #bb2124;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  font-size: 1.25rem;
  transition: color 0.2s ease;
  flex-shrink: 0;
}

.file-upload-wrapper .remove-file:hover {
  color: #bb2124;
}
.file-upload-wrapper .drag-over {
  background-color: #e9ecef;
  border-color: var(--main-color);
}

.file-upload-wrapper .drg-rw h5 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.178rem;
  color: #000;
}

.file-upload-wrapper .drg-rw p {
  margin-left: 0.5rem;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2.178rem;
  text-decoration: underline;
  color: #000;
}
.file-upload-wrapper .supp_text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #666;
  margin-top: 2rem;
}
.file-upload-wrapper .drg-rw {
  margin-top: 2rem;
}

/* Add loading animation */
@keyframes upload-progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.upload-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: var(--main-color);
  animation: upload-progress 1s ease-in-out;
}
.common_modal .modal-heading {
  color: #111;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.6rem;
  text-align: center;
  margin-bottom: 3.8rem;
}
.common_modal .modal-dialog {
  max-width: 762px;
}
.common_modal .modal-content{
  border-radius: 2rem;
}

.congratulation-modal.common_modal .modal-body {
  max-width: 684px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.congratulation-modal.common_modal .modal-heading {
  font-family: "Inter", serif;
  color: #111;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.1rem;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 4rem;
}
.congratulation-modal.common_modal .modal-subheading {
  font-family: "Inter", serif;
  color: #111;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  color: #666;
  margin-bottom: 4rem;
}

.congratulation-modal.common_modal .modal-body {
  max-width: 684px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.dash_sidebar_ul {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 2.7rem;
}

.dashboard-siderbar .dash_sidebar_ul li .sidebar_icon {
  padding-right: 1rem;
}
.dashboard-siderbar .dash_sidebar_ul li.active a {
  background-color: var(--main-color);
  color: #fff;
}
.dashboard-siderbar .dash_sidebar_ul li .sidebar_icon {
  padding-right: 1rem;
}
.dashboard-siderbar .dash_sidebar_ul li.active a {
  background-color: var(--main-color);
  color: #fff;
}

.dashboard-siderbar .dash_sidebar_ul li a svg path  {
  fill: #666;
}
.dashboard-siderbar .dash_sidebar_ul li.active a svg path  {
  fill: #fff;
}


.dashboard-siderbar .dash_sidebar_ul li a {
  color: #666;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.741rem;
  padding: 1.3rem 1.6rem;
  border-radius: 8px;
}
.dashboard_right_content .user_detail_sec h6 {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-left: 12px;
}
.common_modal .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 5rem;
}
#upload_logo_modal .comm-button {
  width: 100%;
  margin-top: 3rem;
}

.payment_pagination {
  display: flex;
  justify-content: center;
  margin-top: 5.7rem;
}
.payment_pagination .active > .page-link,
.payment_pagination .page-link.active {
  z-index: 3;
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.payment_pagination .page-link {
  color: #333;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.967rem;
  width: 4rem;
  height: 4rem;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.25px solid #f1f1f1;
  border-radius: 10px;
}
.payment_pagination .pagination {
  gap: 0.625rem;
}
.payment_pagination .page-item:first-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.payment_pagination .page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.payment-table table {
  background-color: #fff;
}
.payment-table table th {
  background-color: var(--main-color) !important;
  font-weight: 600;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.7rem;
  padding: 2rem 1rem 2rem 3rem !important;
  text-transform: capitalize;
  vertical-align: middle;
}
.payment-table table tr td {
  padding: 2.3rem 1rem 2.3rem 3rem !important;
  color: #666666;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.741rem;
  vertical-align: middle;
}
.payment-table th:first-child {
  border-top-left-radius: 10px;
}
.payment-table th:last-child {
  border-top-right-radius: 10px;
}
.payment-table table tr:nth-child(even) td {
  background-color: #fafafa;
}
.comm-box-wrapper {
  border-radius: 1rem;
  background-color: #fff;
  padding: 3rem;
}
.final_logo_image_outer {
  box-shadow: 0px 0px 15px 0px #0000000a;
  padding: 2rem;
  border-radius: 10px;
}
.final_logo_image {
  max-width: 14rem;
  overflow: hidden;
}
.final_logo_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.final-logo-row{
    align-items: center;
    gap:2rem;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 3rem;
    margin-bottom: 4.4rem;
}
.final-logo-row .logo-dtl h6{
    color: #000;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 3.147rem;
    margin-bottom:1.5rem;
}
.final-logo-row .logo-dtl p{
    color: #666666;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.741rem;
}
.comm-dm-heading{
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.936rem;
    margin-bottom:2rem;
}


.comm_format_btns_wrapper [type="radio"]:checked,
.comm_format_btns_wrapper [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.comm_format_btns_wrapper [type="radio"]:checked + label,
.comm_format_btns_wrapper [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 2.8rem;
    cursor: pointer;
    line-height: 2rem;
    display: inline-block;
    color: #666;
}
.comm_format_btns_wrapper [type="radio"]:checked + label{
    color: #000;
}
.comm_format_btns_wrapper [type="radio"]:checked + label:before,
.comm_format_btns_wrapper [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
}
.comm_format_btns_wrapper [type="radio"]:checked + label:after,
.comm_format_btns_wrapper [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 1rem;
    height: 1rem;
    background: #000;
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.comm_format_btns_wrapper [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.comm_format_btns_wrapper [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.comm_format_btns_wrapper .cs-grp label{
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.936rem;
}
.comm_format_btns_wrapper{
    display: flex;
    flex-direction:column;
    row-gap:1.6rem;
}
.comm_formt_box{
    margin-bottom:3.5rem;
}
.logo_dimension_main-row {
    display: flex;
    gap: 2.4rem;
}
.file-format-col {
    border-right: 1px dashed #666;
    padding: 0 2.4rem 0 0;
}
.file-format-col:last-child {
    border: 0;
    padding-right: 0;
    min-width: 30rem;
}
.file-format-col:first-child {
    min-width: 18rem;
}

.comm_format_btns_wrapper [type="checkbox"]:checked,
  .comm_format_btns_wrapper [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
  }

  .comm_format_btns_wrapper [type="checkbox"]:checked + label,
  .comm_format_btns_wrapper [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 2.8rem;
    cursor: pointer;
    line-height: 2rem;
    display: inline-block;
    color: #666;
  }

  .comm_format_btns_wrapper [type="checkbox"]:checked + label {
    color: #000;
  }

  .comm_format_btns_wrapper [type="checkbox"]:checked + label:before,
  .comm_format_btns_wrapper [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #000;
    border-radius: 4px; /* Square appearance */
    background: #fff;
  }

  .comm_format_btns_wrapper [type="checkbox"]:checked + label:after,
  .comm_format_btns_wrapper [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 1rem;
    height: 1rem;
    background: transparent;
    position: absolute;  
    border-radius: 2px;
    border: solid #000;
    transform: rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
    top: 0.2rem;
    left: 0.6rem;
    width: 0.6rem;
    height: 1.1rem;
    border-width: 0 0.2rem 0.2rem 0;
  }

  .comm_format_btns_wrapper [type="checkbox"]:checked + label:after {
    opacity: 1;
  }

  .range-slider-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom:3rem;
  }
  
  .range-slider {
    width: 100%;
    margin-right: 10px;
    accent-color: #000;
  }  
  .range-value {
    font-size: 1.6rem;
    line-height: 1.936rem;
    font-weight: 400;
    color: #676767;
    white-space: nowrap;
  }
  .cst_cropper_container{
    background-color: #fff;
    padding:3.2rem;
    border-radius:10px;
  }
  .edit_image_btns_row{
    display:flex;
    align-items:center;
    gap:1.8rem;
    justify-content: center;
    box-shadow: 0px 0px 14px 0px #0000000D;
    padding: 2.2rem 6rem;
    width: max-content;
    margin: 0 auto 3rem;

  }
  .edit_image_btns_row .btn{
    background-color:#fff;
    font-size: 1.6rem;
    line-height: 1.936rem;
    font-weight: 400;
    color:#000;
  }
  .edit_image_btns_row .btn i{
    font-size:1.6rem;
    margin-right: 0.6rem;
  }
  .cropper-container.cropper-bg {
    /* height: 60rem !important; */
    background-color: #fff!important;
    background-image: url('../../user/images/crop_bg.png')!important;  
}
  .cropper-container.cropper-bg .cropper-modal {
    background-color: #fff!important;;
  }
  .cst_delete_btn {
    position: absolute;
    top: -1rem;
    right: -1rem;
    font-size: 2rem;
    background: #111;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}
  .payment_pagination .text-muted {
    display: none!important;
  }
  
#deleteImage .modal-heading {
  font-family: "Inter", serif;
  color: #111;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
#deleteImage .modal-subheading {
  font-family: "Inter", serif;
  color: #111;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.2rem;
  color: #000;
  margin-bottom: 2rem;
}
#deleteImage .modal-dialog {
  max-width: 400px;
}

#deleteImage .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#deleteImage button.btn-close{
  position: absolute;
  right: 1rem;
  top:1rem;
  font-size: 1.8rem;
}
#deleteImage .modal-footer {
  border: 0;
}
.sidebar_toggle{
  opacity: 0;
  visibility: hidden;
}
.sidebar_close_btn{
  display: none;
}
#preview_logo_image {
  max-width: 120px;
  object-fit: contain;
}
.footer {
  background: #000;
  padding: 3rem;
  /* margin: 2rem -3rem -3rem; */
  margin-top:2rem;
  color: #fff;
}

.footer h4 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}

.footer h5 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin: 1rem 0 0.2rem;
}
.footer p,
.footer li {
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.footer_logo img {
  max-width: 20.2rem;
}
.footer_logo {
  text-align: center;
  margin: 4rem 0;
}
.comm_no_data{
  font-size: 1.8rem;
  line-height: 2.8rem;
  color:#666;
  text-align: center;
}
.cst_vector_home_sec{
  min-height: 50vh;
}
