 .heading {
     font-size: 25px;
     font-weight: 600;
     color: black;
 }

 .paraghrap {
     font-size: 17px;
     font-weight: 500;
     color: #000000f0;
     line-height: 1.3;
 }

 .reject-btn,
 .accept-btn {
     background: linear-gradient(298deg, #33a244, #1459e2);
     color: white;
     border-radius: 25px;
 }

 .manage-heading {
     color: black;
     font-size: 18px;
     font-weight: 600;
 }

 .purposes-item-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     width: 100%;
     border-bottom: 1px solid #e9e9e9;
 }

 .back-and-save-btn {
     display: flex;
     justify-content: space-between;
     align-content: center;
     width: 100%
 }

 .reject-and-accep-btn {
     display: flex;
     justify-content: flex-start;
     align-items: center;
     width: 100%;
     gap: 10px;
 }

 .reject-and-accep-btn .reject .reject-btn,
 .reject-and-accep-btn .accept .accept-btn {
     border-radius: 5px;
 }

 .shadow-none {
     box-shadow: none;
 }

 .accordion-body {
     padding: 0px 0px;
 }

 .reject:hover .btn,
 .accept:hover .btn {
     background: #1459e2;
     color: white;
     transition: all 0.3s 0s ease-out;
 }

 .cookie-popup {
     padding: 20px 25px;
 }

 .cookie-blocked {
     width: 100vw !important;
     height: 100vh !important;
     overflow: hidden !important;
 }

 #cookieModal {
     z-index: 99999;
 }

 .cookie-popup-container {
     position: fixed;
     background-color: rgb(12 12 12 / 28%);
     width: 100vw;
     height: 100vh;
     z-index: 9999;
     top: 0;
     overflow: hidden;
     /* display: none; */
 }

 .cookie-popup-container .cookie-popup {
     max-width: 480px;
     position: absolute;
     bottom: 20px;
     left: 20px;
     border-radius: 5px;
     box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
     background: white;
     z-index: 999;
 }

 .cookie-popup-container .cookie-popup .cookie-header {
     display: flex;
     justify-content: flex-start;
     align-items: center;
     gap: 15px;
 }

 .cookie-popup-container .cookie-popup .cookie-header img {
     height: 60px;
 }

 .cookie-popup-container .cookie-popup .cookie-para {
     padding: 12px 0px;
 }

 .cookie-popup-container .cookie-popup .cookie-header .cookie-icon {
     padding-right: 10px;
 }

 .cookie-popup-container .cookie-popup .cookie-header .cookie-icon i {
     font-size: 1.4rem;
 }

 .cookie-popup-container .cookie-popup .cookie-header .cookie-heading h3 {
     font-size: 1.4rem;
     font-weight: bold;
     margin-bottom: 0px;
 }

 .cookie-popup-container .cookie-popup .cookie-button-container .nav-buttons {
     display: flex;
     justify-content: space-between;
     align-items: center;
     gap: 15px
 }

 .cookie-popup-container .cookie-popup .cookie-button-container .nav-buttons .btn-customize.accept-design {
     background-color: #ececec;
     width: 100%;
     background: var(--bs-primary-color);
     cursor: pointer;
 }

 .cookie-popup-container .cookie-popup .cookie-button-container .nav-buttons .btn-customize.decline-css {
     background: white;
     border: 1px solid black;
 }

 .cookie-popup-container .cookie-popup .cookie-button-container .nav-buttons .btn-customize.decline-css span {
     background: white !important;
 }

 .cookie-popup-container .cookie-popup .cookie-button-container .nav-buttons .btn-customize.decline-css:hover span {
     background: #1A6655 !important;
 }

 .cookie-popup-container .cookie-popup .cookie-button-container .nav-buttons .btn-customize.accept-design span {
     font-size: 16px;
     font-weight: 500;
     border: transparent;
     height: 100%;
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     background: #1A6655;
     color: #ffffff;
     padding: 5px 10px;
     transition: 250ms all ease;
 }
 .cookie-popup-container .cookie-popup .cookie-button-container .nav-buttons .btn-customize.decline-css span {
     color: #0a0a0a;
 }

 .cookie-popup-container .cookie-popup .cookie-button-container .nav-buttons .btn-customize.accept-design:hover {
     background: #0a0a0a;
     color: white;
 }

 .cookie-popup-container .cookie-popup .cookie-button-container .nav-buttons .btn-customize:hover span {
     background: #0a0a0a;
     color: #fff;
 }

 .cookie-popup-container .cookie-popup .cookie-para p {
     color: black;
     margin-bottom: 0px !important;
     line-height: 1.4;
     font-size: 14px;
     font-weight: 400;
 }

 .modal-body {
     padding: 0px 30px
 }

 .py-xxl-5 {
     padding: 50px 0px;
 }

 .py-xxl-4 {
     padding: 40px 0px;
 }

 .py-xxl-3 {
     padding: 30px 0px;
 }

 .py-xxl-2 {
     padding: 20px 0px;
 }

 .py-xxl-1 {
     padding: 10px 0px;
 }

 .cookie-header .consent-title span {
     font-size: 18px;
     font-weight: 600;
 }

 @media only screen and (max-width: 510px) {
     .py-5 {
         padding: 50px 0px;
     }

     .py-4 {
         padding: 40px 0px;
     }

     .py-3 {
         padding: 30px 0px;
     }

     .py-2 {
         padding: 20px 0px;
     }

     .py-1 {
         padding: 10px 0px;
     }

     .cookie-popup-container .cookie-popup {
         right: 10px;
         left: 10px;
         bottom: calc(50vh - 150px);
     }
 }
