 .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: var(--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%
 }
 
 .custom-accordion {
     width: 70%;
 }
 
 .form-switch {
     width: 10%;
 }
 
 .accordion-item {
     border: none;
 }
 
 .accordion-button:not(.collapsed) {
     background: transparent;
     color: black;
 }
 
 .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;
 }
 
 .back-and-save-btn .back-btn,
 .back-and-save-btn .save-btn {
     background: linear-gradient(298deg, #33a244, #1459e2);
     color: var(--white);
     border-radius: 5px;
     border: 1px solid var(--white);
     transition: all 0.3s 0s ease-out;
 }
 
 .save-btn:hover {
     background: #1459e2;
     border: 1px solid #1459e2;
     transition: all 0.3s 0s ease-out;
 }
 
 .back-btn:hover {
     background: #ffffff;
     color: #000;
     border: 1px solid #707070;
     transition: all 0.3s 0s ease-out;
 }
 
 .form-switch .form-check-input:checked {
     background-color: #1459e2;
 }
 
 .modal-content {
     border-radius: 10px;
 }
 
 .shadow-none {
     box-shadow: none;
 }
 
 .accordion-body {
     padding: 0px 0px;
 }
 
 .accordion-button {
     position: relative;
     padding: 10px 0px;
     border: none;
     background: none;
     cursor: pointer;
 }
 
 .accordion-button span {
     border-bottom: 1px solid #bfbfbf;
 }
 
 .accordion-button.active::before {
     background-image: url('frontend/assets/img/icon/mines.png') !important;
 }
 
 .reject:hover .btn,
 .accept:hover .btn {
     background: #1459e2;
     color: var(--white);
     transition: all 0.3s 0s ease-out;
 }
 
 .form-check-input:disabled {
     opacity: 0.8 !important;
 }
 
 .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;
 }
 
 .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: var(--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(--secondary);
     cursor: pointer;
     border-radius: 5px;
     overflow: hidden;
 }
 
 .cookie-popup-container .cookie-popup .cookie-button-container .nav-buttons .btn-customize.decline-css {
     background: var(--white);
     border: 1px solid black;
 }
 
 .cookie-popup-container .cookie-popup .cookie-button-container .nav-buttons .btn-customize.decline-css span {
    background: white;
 }
 .cookie-popup-container .cookie-popup .cookie-button-container .nav-buttons .btn-customize.decline-css span {
    color: black!important;
 }
 
.cookie-popup-container .cookie-popup .cookie-button-container .nav-buttons .btn-customize.decline-css:hover span {
    background: black;
    color: white!important;
}
 
 .cookie-popup-container .cookie-popup .cookie-button-container .nav-buttons .btn-customize.accept-design span {
     font-size: 16px;
     font-weight: 600;
     border: transparent;
     height: 100%;
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     color: var(--white);
     padding: 10px 10px;
     border-radius: 5px;
     transition: all ease .3s;
 }
 
 .cookie-popup-container .cookie-popup .cookie-button-container .nav-buttons .btn-customize.accept-design:hover {
    background: #12743c;
    color: var(--white);
 }
 
 .cookie-popup-container .cookie-popup .cookie-button-container .nav-buttons .btn-customize:hover span {
     background: var(--primary);
     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;
 }
 
 .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) {
     .accordion-button {
         padding: 10px 10px;
     }
     .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); */
         bottom: calc(40vh - 150px);
         z-index: 9999;
     }
     .modal {
         padding-right: 0px;
     }
     .modal .modal-dialog .modal-content .modal-body .modal-content-btn .btn {
         padding: 6px 16px;
     }
     .modal.show .modal-dialog {
         top: 0%;
     }
     .modal .modal-dialog {
         height: 100% !important;
         margin-bottom: 0px;
     }
     .modal-dialog .modal-content {
         height: 98%;
         overflow: hidden;
     }
     .modal-body {
         max-height: 100%;
     }
     .modal .modal-dialog .modal-content .modal-body .mobal-body-title {
         font-size: 22px;
     }
     .modal .modal-dialog .modal-content .modal-body .modal-content-btn {
         padding: 10px 10px 10px 10px;
         justify-content: space-around;
     }
     .modal-dialog .modal-content .modal-body .purposes-section-body {
         padding: 0px;
     }
     .modal-dialog .modal-content .modal-body .purposes-item .purposes-item-body {
         font-size: 15px;
     }
     .modal .modal-dialog .modal-content .modal-footer .back-btn {
         display: none;
     }
     .modal .modal-dialog .modal-content .modal-footer {
         justify-content: center;
         border: 0;
         box-shadow: 0px -30px 20px rgb(255 255 255 / 87%);
         z-index: 1;
     }
 }
 
 @media only screen and (min-width: 510px) and (max-width: 920px) {
    .cookie-popup-container .cookie-popup {
        bottom: 160px;
    }
     .modal {
         transform: translate(0px, 200px);
     }
     .modal .modal-dialog .modal-content .modal-body .modal-content-btn .btn {
         padding: 0px 100px 5px 100px;
         font-size: 18px;
     }
     .modal .modal-dialog .modal-content .modal-body .modal-content-btn {
         justify-content: space-between;
     }
     .modal .modal-dialog .modal-content .modal-footer .save-btn {
         order: 1;
         width: 100%;
     }
     .modal .modal-dialog .modal-content .modal-footer .back-btn {
         order: 2;
         width: 100%;
         border: none;
     }
     .modal .modal-dialog .modal-content .modal-body .modal-body-text {
         font-size: 18px;
     }
 }