@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
:root {
  --size-80: 5rem;
  --size-76: 4.75rem;
  --size-70: 4.375rem;
  --size-64: 4rem;
  --size-58: 3.625rem;
  --size-52: 3.25rem;
  --size-48: 3rem;
  --size-44: 2.75rem;
  --size-40: 2.5rem;
  --size-36: 2.25rem;
  --size-32: 2rem;
  --size-34: 2.125rem;
  --size-28: 1.75rem;
  --size-24: 1.5rem;
  --size-20: 1.25rem;
  --size-18: 1.125rem;
  --size-16: 1rem;
  --size-14: 0.875rem;
  --size-12: 0.75rem;
  --size-10: 0.625rem;
  --size-8: 0.5rem;
}

@media screen and (max-width: 1368px) {
  body {
    font-size: var(--size-14);
  }
  .btn-theme {
    background: var(--primary) !important;
    padding: 10px 20px;
    color: var(--white) !important;
    font-size: var(--size-12) !important;
    border-radius: 8px;
    border: 0 !important;
  }
  .campaign-sidebar {
    padding-top: 70px !important;
  }
  .generate-check .form-check-input[type=radio] {
    width: 16px !important;
    height: 16px !important;
  }
  .campaign-part {
    padding: 14px !important;
  }
  h2 {
    font-size: var(--size-20) !important;
    font-weight: 600;
  }
  p {
    font-size: var(--size-14);
  }
  .top-bar-flex .logo-part img {
    width: 110px;
  }
  #add-customer, #edit-customer {
    width: 50% !important;
  }
  .form-control {
    height: 40px;
    border: 1px solid var(--gray-300);
    font-size: var(--size-14);
    color: var(--gray-500);
  }
  .burger-icon-btn .animated-icon1, .burger-icon-btn .animated-icon2, .burger-icon-btn .animated-icon3 {
    width: 20px !important;
  }
}
@media screen and (max-width: 1024px) {
  #add-customer, #edit-customer {
    width: 100% !important;
  }
  .dashboard-part .left-menu-sec {
    position: fixed;
    z-index: 1;
    width: 30% !important;
    left: -100%;
  }
  .dashboard-part .main-right-sec {
    width: -webkit-fill-available;
    padding: 80px 15px 0px 15px !important;
  }
  .dashboard-part .budget-scheduling-accordian .row {
    display: flex;
    flex-direction: column;
  }
  .dashboard-part .left-menu-sec-colapse .nav-link {
    width: 100% !important;
    padding: 10px !important;
    justify-content: flex-start !important;
  }
  .dashboard-part .left-menu-sec-colapse .nav-link span {
    display: block !important;
  }
  .dashboard-part h2 {
    font-size: var(--size-20);
    font-weight: 600;
  }
  .logo-part {
    width: 30% !important;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .super-admin {
    display: none;
  }
  .profile-part .text-part {
    display: none;
  }
  .top-bar-flex .top-info {
    justify-content: flex-start;
    padding: 0px 20px;
    flex-direction: row-reverse;
  }
  .burger-icon-btn {
    position: static;
    left: -60px;
  }
  .head-part-campaign {
    margin-bottom: 100px;
  }
  .campaign-sidebar .nav-item .nav-link img {
    margin-right: 10px !important;
  }
  .campaign-sidebar {
    width: 100% !important;
    padding: 0px 10px;
    background-color: var(--sidebar-gray-bg);
    overflow: visible;
    border: none;
    transition: all 0.3s ease-in-out;
    flex: 0 0 auto;
    position: absolute;
    top: 200px;
    min-height: 0vh !important;
  }
  .campaign-sidebar .flex-column {
    flex-direction: row !important;
    align-items: center;
  }
  .campaign-sidebar .nav-item .nav-link {
    display: flex !important;
    align-items: center;
    color: var(--gray-700);
    margin: 0px;
  }
}
@media screen and (max-width: 991px) {
  .check-box-sec {
    display: flex;
    gap: 10px !important;
    flex-direction: column !important;
  }
  .campaign-object {
    display: flex;
    flex-direction: column;
  }
  .campaign-object .nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    text-align: left;
    width: 100%;
    height: 55px;
    border: 1px solid var(--gray-400);
    margin: 5px 0px;
    color: var(--gray-500);
  }
  .campaign-object .tab-content {
    padding: 0px 0px;
    margin-top: 30px;
  }
  #add-media .modal-dialog {
    max-width: 95% !important;
    margin-right: auto;
    margin-left: auto;
  }
  #location-step .near-location-sec .location-card {
    margin: 12px 0px;
  }
  .project-view .step-main {
    padding: 10px 10px;
  }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    margin-right: 5px;
  }
  .breadcrumb {
    margin-top: 20px;
    border: 1px solid var(--gray-200);
    padding: 12px 10px;
    border-radius: 8px;
  }
  .breadcrumb a {
    background: var(--primary);
    padding: 10px 8px;
    border-radius: 8px;
    color: var(--white);
    font-size: var(--size-10);
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .log-in-flex .left-bar img {
    width: 66%;
  }
  #add-media .modal-dialog {
    max-width: 96% !important;
    margin-right: auto;
    margin-left: auto;
  }
  .btn-theme {
    background: var(--primary) !important;
    padding: 10px 12px !important;
    color: var(--white) !important;
    font-size: var(--size-12) !important;
    border-radius: 8px;
    border: 0 !important;
  }
  .top-bar-flex .profile-top-part img {
    padding-right: 10px;
    padding-left: 0px;
  }
  .dashboard-part .main-right-sec .head-part h2 {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 0px;
  }
  .dashboard-part .left-menu-sec {
    width: 80% !important;
  }
  .dashboard-part .main-right-sec .head-part .badge {
    width: 50px;
  }
  .dashboard-part .main-right-sec .head-part {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .dashboard-part .main-right-sec .add-customer, .edit-customer {
    margin-top: 30px;
  }
  h2 {
    font-size: var(--size-20) !important;
    font-weight: 600;
  }
  .dashboard-part .left-menu-sec-colapse .nav-link img {
    margin-right: 10px;
  }
  .search-bar {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    flex-direction: column;
  }
  .search-bar .btn-part {
    margin-top: 20px;
  }
  .search-bar form {
    width: 100%;
    position: relative;
  }
  .project-view .info-fields {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    padding: 3px 10px;
  }
  .campaign-object {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .campaign-object .tab-content {
    padding: 0px;
    margin: 20px 0px 0px 0px;
  }
  .campaign-object .nav-pills .nav-link {
    width: 100% !important;
  }
  .add-project-sec .rera-status .rera-checkbox {
    display: flex;
    gap: 0px !important;
    flex-direction: column;
  }
  .check-box-sec .redio-option {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  label, a, p {
    font-size: var(--size-12);
  }
  #add-customer, #edit-customer .offcanvas-body .form-sec .rera-verified {
    margin: 20px 0px;
  }
  .top-bar-flex .top-info .project-select-sec img {
    width: 34px;
    height: 34px;
    border: 1px solid var(--gray-200);
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0px 0px 0px 0px;
  }
  .campaign-sidebar .nav-item .nav-link img {
    width: 14px !important;
    height: 30px;
    margin-right: 10px;
    filter: brightness(100) invert(100);
  }
  .campaign-main .btn-sec {
    position: absolute;
    bottom: 17px;
    right: 40px;
  }
  .project-select-sec {
    display: flex;
  }
  .project-select-sec button.btn.dropshow-btn.dropdown-toggle {
    font-size: 12px;
  }
  .collapse-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
  }
  .form-control {
    font-size: var(--size-12);
  }
  #add-customer, #edit-customer .offcanvas-body {
    padding: 10px 20px !important;
  }
  #add-customer, #edit-customer .offcanvas-body .check-box-sec .redio-option {
    display: flex;
    gap: 20px;
  }
  .modal-dialog {
    max-width: 80% !important;
    margin-right: auto;
    margin-left: auto;
  }
  .breadcrumb a {
    background: var(--primary);
    padding: 10px 10px;
    border-radius: 8px;
    color: var(--white);
    font-size: var(--size-10);
    margin-right: 0px;
  }
  .log-in-flex {
    display: flex;
    flex-direction: column;
  }
  .log-in-flex .left-bar {
    display: none;
  }
  .log-in-flex .left-bar img {
    width: 30%;
  }
  .log-in-flex .dashboard-part .left-menu-sec {
    width: 80% !important;
  }
  .log-in-flex .right-bar {
    flex: 0 0 auto;
    width: 100%;
    padding: 40px;
  }
  .log-in-flex .right-bar h1 {
    font-size: var(--size-28);
    font-weight: 600;
  }
  .log-in-flex .right-bar img {
    padding-bottom: 24px;
  }
  table tr {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .log-in-flex .right-bar {
    flex: 0 0 auto;
    width: 100%;
    padding: 25px;
  }
  .log-in-flex .right-bar p {
    margin-top: 0;
    margin-top: 16px;
    margin-bottom: 10px !important;
    color: var(--gray-400);
    font-weight: 400;
  }
  .log-in-flex .right-bar .content-step .step-main h2 {
    font-size: var(--size-16);
    padding: 14px 0px;
    margin-bottom: 0px;
  }
  #add-customer, #edit-customer .offcanvas-body .check-box-sec {
    display: flex;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 14px;
    flex-direction: column;
  }
  #add-customer, #edit-customer .offcanvas-body .form-sec {
    margin-top: 12px;
  }
}
@media screen and (max-width: 375px) {
  .meta-option-main .modal-body .meta-option .meta-card {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    gap: 20px;
    flex-direction: column;
  }
  .campaign-sidebar {
    top: 230px;
  }
  .head-part-campaign {
    margin-bottom: 160px !important;
  }
  .meta-option-main .modal-body .meta-option {
    margin: 30px 0px;
  }
}
@media screen and (max-width: 320px) {
  p {
    font-size: var(--size-12);
  }
}/*# sourceMappingURL=responsive.css.map */