#cookieModal h2,
#cookieModal p,
#cookieModal h3,
#cookieModal h4 {
    margin: 0px;
}

/* Cookies Consent Pop-up Styles */
.psscookieswrapper {
    position: fixed;
    bottom: 50px;
    right: -370px;
    max-width: 345px;
    width: 100%;
    font-family: "Roboto", sans-serif;
    background: #fff !important;
    border-radius: 8px;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.psscookieswrapper.show {
    right: 20px;
}

.psscookieswrapper header {
    display: flex;
    align-items: center;
    font-family: "Roboto", sans-serif;
    column-gap: 5px;
}

.psscookieswrapper h2 {
    color: #0a1a3b;
    font-size: 26px;
}

.psscookieswrapper p {
    color: #333;
    font-size: 16px;
}

.psscookieswrapper p a {
    color: #0a1a3b !important;
    text-decoration: underline !important;
}

.cookies_body_function_container p a {
    color: #0a1a3b !important;
    text-decoration: underline !important;
}

.psscookiesbuttons {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.psscookiesbuttons .button {
    border: none;
    color: #fff;
    padding: 8px 0;
    border-radius: 4px;
    background: #0a1a3b;
    cursor: pointer;
    width: 48%;
    transition: all 0.2s ease;
}

.psscookiesbuttons #pssacceptBtn:hover {
    background-color: #034bf1;
}

#pssdeclineBtn {
    border: 2px solid #0a1a3b;
    background-color: #fff;
    color: #0a1a3b;
}

#pssdeclineBtn:hover {
    background-color: #0a1a3b;
    color: #fff;
}

.psscookieswrapper .psscookiesdata p {
    margin-bottom: 2rem;
}

.psscookieswrapper header img {
    width: 28px;
    margin-bottom: 10px;
    margin-right: 7px;
}

/* Modal Styles */
.modal_dash_board {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_dash_board.hidden {
    display: none;
}

#cookieModal .modal_content {
    background: white;
    padding: 0px;
    border-radius: 8px;
    width: 100%;
    max-width: 800px;
}

#cookieModal .switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
}

#cookieModal .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#cookieModal .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
}

#cookieModal .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

#cookieModal input:checked+.slider {
    background-color: #4CAF50;
}

#cookieModal input:checked+.slider:before {
    transform: translateX(14px);
}

/* Cookies Consent Pop-up Styles */
.psscookieswrapper {
    position: fixed;
    bottom: 0px !important;
    right: 0;
    max-width: none !important;
    width: 100%;
    font-family: "Roboto", sans-serif;
    background: #fff !important;
    border-radius: 0px !important;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.psscookieswrapper.show {
    right: 0px !important;
    display: flex;
    z-index: 111;
}

.psscookieswrapper header {
    display: flex;
    align-items: center;
    font-family: "Roboto", sans-serif;
    column-gap: 5px;
}

.psscookieswrapper h2 {
    color: #0a1a3b;
    font-size: 26px;
}

.psscookieswrapper p {
    color: #333;
    font-size: 16px;
}

.psscookieswrapper p a {
    color: #0a1a3b;
    text-decoration: none;
}

.psscookiesbuttons {
    margin: auto !important;
    width: 30% !important;
    display: flex !important;
    justify-content: space-between;
}

.psscookiesbuttons .button {
    border: none;
    color: #fff;
    padding: 8px 0;
    border-radius: 4px;
    background: #0a1a3b;
    cursor: pointer;
    width: 48%;
    transition: all 0.2s ease;
}

.psscookiesbuttons #pssacceptBtn:hover {
    border: 2px solid #0a1a3b !important;
    background-color: #fff;
    color: #0a1a3b;
}

#pssdeclineBtn {
    border: none !important;
    background-color: #fff;
    color: #0a1a3b;
}

#pssdeclineBtn:hover {
    background-color: #0a1a3b;
    color: #fff;
}

.psscookieswrapper .psscookiesdata p {
    color: #333;
    font-size: 16px;
}

.psscookieswrapper header {
    display: flex;
    align-items: center;
    position: relative !important;
    column-gap: 2px;
    background-color: transparent !important;
    top: auto !important;
    border-bottom: none !important;
}

.psscookieswrapper .psscookiesdata {
    margin-top: 16px;
}

.psscookieswrapper .psscookiesdata p {
    margin-bottom: 2rem;
}

.psscookieswrapper header img {
    width: 28px;
    margin-bottom: 10px;
    margin-right: 7px;
}

.psscookieswrapper_first_div {
    width: 70%;
}

#cookie_body {
    gap: 10px;
    text-align: justify;
}

.psscookieswrapper_cross span {
    position: relative;
    top: -12px;
    right: -26px;
    font-size: 25px;
    cursor: pointer;
}

#managecookieBtn {
    border: 2px solid #0a1a3b;
    background-color: #fff;
    color: #0a1a3b;
}

#managecookieBtn:hover {
    border: none;
    background-color: #0a1a3b;
    color: white;
}

#cookieModal .modal_content .modal-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}

#cookieModal .modal_content .modal-footer {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}

#cookieModal .modal-footer #acceptAllCookies {
    border: 1px solid #173654;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    background-color: transparent;
    color: #173654;
}

#cookieModal .modal-footer #acceptAllCookies:hover {
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    color: white;
    background-color: #173654;
}


#cookieModal .modal-footer #savePreferences {
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    color: white;
    background-color: #173654;
}

#cookieModal .modal-footer #savePreferences:hover {
    border: 1px solid #173654;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    background-color: transparent;
    color: #173654;
}

#cookieModal .modal-header h2 {
    margin: 0px;
    font-size: 24px;
    font-weight: 600;
    color: #173654;
}

#cookieModal .modal-header button span {
    margin: 0px;
    font-size: 24px;
    font-weight: 600;
    color: #173654;
}

#cookieModal .modal-body .cookies_body_function_container {
    padding: 10px;
}

.cookies_body_function_container h3 {
    font-size: 24px;
    font-weight: 600;
}

.cookies_body_function_container h4 {
    font-size: 20px;
    font-weight: 600;
}

.cookies_body_function_container p {
    font-size: 16px;
    color: black;
}

.cookies_body_function_container_fd {
    display: flex;
    justify-content: space-between;
}

#cookieModal .modal-body div {
    margin-bottom: 10px;
}

.cookieModal_header_img {
    width: 250px;
}

.cookieModal_header_img img {
    width: 100%;
}

#cookieModal {
    z-index: 9999;
}

#cookieModal .modal_content .modal-body {
    height: 65vh;
    overflow: auto;
}

.cookie_body_btn_inside {
    width: 100%;
    margin: auto;
    text-align: center;
}

#managecookieBtn {
    margin-bottom: 10px;
}