/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.news-slider .slick-track {
    display: flex !important;
    gap: 20px !important;
    margin: 60px auto;
}

.news-slide img {
    width: 100% !important;
}

.news-slide.slick-slide.slick-current.slick-active {
    background: linear-gradient(to bottom, #e1d296, #FFFFFF);
}

.news-slide.slick-slide.slick-active {
    background: linear-gradient(rgb(225, 210, 150), rgb(255, 255, 255));
}

.news-slider button {
    position: absolute;
    top: 0;
}

.news-slider .slick-prev {
    position: absolute;
    top: 3px;
    left: 1026px;
    border-radius: 50%;
}

.slick-prev,
.slick-next {
    width: 42px !important;
    height: 42px !important;
}
.single-news .post-content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.new_img {
    width: 40%;
}
.new_content {
    width: 60%;
}

.weather-report {
    background-image: url("image/Frame\ 9\ \(2\).png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.weather-report .container {
    width: 1200px;
    padding: 45px 0px;
    margin: 10px auto;
    overflow-x: hidden;
    position: relative;
}

.heading {
    text-align: start;
    padding-left: 30px;
    padding-bottom: 50px;
    font-size: 25px;
}

.weather-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
    padding: 30px;
    padding-bottom: 60px;
    gap: 14px;
}

.weather-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 224px;
    height: 200px;
    margin-right: 20px;
    flex-shrink: 0;
    margin-bottom: 20px;
    border: 1px solid rgba(235, 235, 235, 1);
}

.weather-card:last-child {
    margin-right: 0;
}


.weather-card img {
    width: 80%;
    height: auto;
    margin-bottom: 21px;
    position: relative;
    bottom: 81px;
    left: 10px;
}

.weather-report h2 {
    font-size: 21px;
    margin: 0px 0;
    padding-top: 11px;
    font-weight: 700;
    line-height: 38.18px;
    letter-spacing: 0.5px;
}

.weather-report p {
    font-size: 17px;
    font-weight: 500;
    margin: 6px 0;
    color: #555;
}

.weather-report .max-temp {
    color: rgba(237, 27, 51, 1);
    font-weight: bold;
    padding-left: 10px;
}

.weather-report .min-temp {
    color: rgba(0, 213, 251, 1);
    font-weight: bold;
    padding-left: 10px;
}

.weather-report .sunn-info {
    position: relative;
    bottom: 135px;
    padding-top: 20px;
}

.weather-report .nav-buttons {
    position: absolute;
    top: 46%;
    left: 22px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.weather-report .nav-buttons button {
    padding: 0;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    background: none;
}

.weather-report #prevButton {
    position: relative;
    bottom: 160px;
    left: 1040px;
}

.weather-report #prevButton img {
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    padding: 7px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.weather-report #nextButton {
    position: relative;
    bottom: 160px;
    bottom: 160px;
    right: 68px;
}

.weather-report #nextButton img {
    width: 30px;
    height: 30px;
}

/*register form*/

.um-form {
    padding: 0px 20px;
    border-radius: 24px;
}

.um-register .um-form form .um-col-alt .um-left.um-half input {
    background: #4BA4BF !important;
}

.um-register {
    max-width: 100% !important;
}

.register_form {
    border: 1px solid #ccc !important;
    border-radius: 24px !important;
    padding: 10px 5px !important;
    margin: 20px auto !important;
    width: 100% !important;
    max-width: 758px !important;
}

.register_form h2 {
    margin: 10px 0px;
}

.um-form input[type=number]::-webkit-inner-spin-button,
.um-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.register_form p {
    margin: 8px 0px;
    padding-left: 20px !important;
}

.elementor-element.elementor-element-4a0d031.e-con-full.register_form.e-flex.e-con.e-child {
    background-color: white;
}

.um-field-number .um-field-area input {
    width: 100%;
    height: 40px !important;
}

.um-3352.um {
    max-width: 742px !important;
}


.um-form input {
    border-radius: 12px !important;
    width: 100%;
}

.um-register .um-col-alt {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.um-register .um-form input[type=number] {
    height: 40px !important;
    width: 100% !important;
}

#um-submit-btn {
    padding 0px 20px;
}

.um-center {
    text-align: start;
}

#um-submit-btn {
    width: 100% !important;
}


.um-field-label {
    color: black !important;
    font-family: 'gotham-book' !important;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 24px !important;
}

.um-err form .um-field .um-field-error {
    position: absolute !important;
    z-index: 9;
}

.gt-sec {
    display: flex;
    justify-content: flex-end;
}

.gt-sec .elementor-widget-container {
    display: flex;
    align-items: center;
}

p.um_request_name {
    display: none;
}

.um-register .um-col-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-end;
}

.um-register .um-field {
    position: relative;
    padding: 15px 0 0 0;
    width: 47%;
}

/*===========login ============*/

div#resend_response {
    text-align: center;
}

    {
    background: #4BA4BF;
}

.login_form {
    margin: 48px auto;
    border-radius: 15px !important;
    max-width: 528px !important;
    padding: 20px !important;
    background-color: white;
    border: 1px solid #EBEBEB !important;
    box-shadow: 0px 0px 4.29px 0px #1B233A33;
    border-radius: 24px !important;
}

.um-login .um-form .um-col-alt .um-left.um-half input#um-submit-btn {
    background: #4BA4BF;
}

.um-login a.um-link-alt {
    color: #4BA4BF !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
}

.um-login #um-submit-btn:hover {
    background-color: rgba(30, 26, 134, 1) !important;
}

.um-form .um-right.um-half a:hover {
    background-color: #4BA4BF !important;
}

.um-login .um-form .um-col-alt .um-right a:hover {
    background: #4BA4BF !important;
}

.um-form .um {
    margin: 0px !important;
}

.um-form .um-3353.um {
    max-width: 700px !important;
}

.um-login .um-form .um-col-alt {
    display: flex;
    flex-direction: column !important;
    gap: 10px !important;
}

#um-submit-btn {
    width: 100% !important;
}

.um-form .um-left.um-half {
    width: 100% !important;
}

.um-form .um-right.um-half {
    width: 100% !important;
}

.um-form .um-right.um-half a {
    background-color: rgba(30, 26, 134, 1) !important;
    color: white !important;
    border-radius: 12px !important;
}

.register_form .um-register .um-form .um-right.um-half a:hover {
    background-color: #4BA4BF !important
}

.um-form .um-col-alt-b a {
    color: #3ba1da;
    font-size: 18px !important;
    font-weight: 700 !important;
}

/*=====password=====*/
.forget-pass {
    margin: 10px auto;
    border: 1px solid;
    border-radius: 12px;
    max-width: 60%;
}

.input#username_b {
    height: 45px !important;
    color: #ccc;
    border: 1px solid #ccc !important;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.um-or-mid .divider {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: row;
    justify-content: center;
}

.um-or-mid .divider::before,
.um-or-mid .divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.um-or-mid .divider:not(:empty)::before {
    margin-right: 10px;
}

.um-or-mid .divider:not(:empty)::after {
    margin-left: 10px;
}

.um-or-mid .divider span {
    color: #4BA4BF;
    font-weight: bold;
}

.um-form form .um-row .um-field-area input {
    height: 52px !important;
}

.send_otp {
    width: 100%;
    max-width: 528px;
    margin: auto;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 4.29px 0px #1B233A33;
    background: #fff;
    padding: 20px;
    border-radius: 24px;
}

.mid-content {
    width: 90%;
    margin: auto;
}

.send_otp h1 {
    color: #32266B;
    font-family: Gotham;
    font-weight: 700;
    font-size: 44px;
    line-height: 47.85px;
    letter-spacing: 0%;
}

.send_otp h3 {
    font-family: Gotham;
    font-weight: 500;
    font-size: 28px;
    line-height: 26.8px;
    letter-spacing: 0%;
}

.send_otp p {
    font-family: Gotham;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #555555;
    padding-bottom: 8px;
}

.send_otp input #user_email {
    border: 1.5px solid #E0E0E0;
    border-radius: 12px;
    padding: 12px;
}

.send_otp form #reset_password_form {
    text-align: center;
}

.send_otp button {
    color: #fff;
    background: #4BA4BF;
    border: 1px solid #0000000F;
    border-radius: 10px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    margin: auto;
    text-align: center;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 20px;
    line-height: 24.51px !important;
}

.send_otp button:focus {
    background-color: #1E1A86 !important;
}


/*=====document upload-form======*/
.document-form {
    max-width: 931px !important;
    margin: 0 auto !important;
    font-family: 'gotham-book' !important;
}

.document-form h2 {
    font-family: 'gotham-bold' !important;
    color: rgba(50, 38, 107, 1) !important;
    font-weight: 700 !important;
    font-size: 37px !important;
    line-height: 40.07px !important;
}

.document-form label,
form#digital-directory-form label {
    font-family: 'gotham-book' !important;
    display: block;
    margin: 8px 0;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1E1E1E !important;
    line-height: 24px !important;
}

.document-form .form-group {
    font-family: 'gotham-book' !important;
    width: 50% !important;
}

.document-form .form-row {
    font-family: 'gotham-book' !important;
    display: flex !important;
    gap: 22px !important;
    margin-top: 8px;
}

form#email-form {
    display: flex;
    background: #fff;
    padding: 5px;
    border-radius: 12px;
}

form#email-form button {
    color: #E7E7E8 !important;
    font-family: "gotham-book";
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    background: #CD1428;
    background-image: url(/wp-content/uploads/2025/02/Group-8-3.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 30px;
    padding-left: 15px;
    text-align: center;
    height: 55px;
    margin-right: 0px;
    border-radius: 12px;
}

form#email-form input[type="email"] {
    border: none;
    border-radius: 12px;
    font-family: "gotham-book", Sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #7A7A7A !important;
}

.popup-content h2 {
    text-align: center;
    margin-bottom: 1em;
}

.document-form input[type="text"],
form#digital-directory-form input[type="text"],
form#digital-directory-form input[type="number"],
form#digital-directory-form input[type="email"],
form#digital-directory-form select {
    font-family: 'gotham-book' !important;
    width: 100%;
     !important;
    padding: 10px !important;
    border: 1px solid #E0E0E0;
    border-radius: 12px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    color: #5E5E5E !important;
    height: 45px;
    margin-top: 0;
}

.popup-content h2 {
    text-align: center;
    margin-bottom: 1em;
}

.document-form textarea {
    font-family: 'gotham-book' !important;
    resize: none !important;
}

.document-form [type=button],
.document-form [type=submit],
.document-form button {
    font-family: 'gotham-book' !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    margin: 10px auto !important;
    line-height: 24px !important;
    color: #fff !important;
    background-color: #4BA4BF !important;
    width: 100% !important;
    border-radius: 12px !important;
    border: none !important;
    height: 52px;
}

.document-form [type=submit]:hover {
    background-color: rgba(30, 26, 134, 1) !important
}

/*============repository=======*/
.document-main-sec {
    display: flex;
    gap: 50px;
    margin: 50px 0px;
    position: relative;
}

.search-container input {
    border-radius: 10px;
    width: 70%;
    align-items: center;
    justify-content: center;
    padding: 13px;
    font-size: 20px;
    color: #ccc;
    font-weight: 500;
    border-color: rgba(201, 201, 201, 1);
}

.search-container {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.document-container .clear-filter {
    display: flex;
    position: absolute;
    border: none;
    border-bottom: 1px solid red;
    border-radius: 0px;
    left: 20%;
    color: rgba(85, 85, 85, 1);
    font-size: 20px;
    justify-content: space-between;
    gap: 5px;
    z-index: 9;
}
@media(max-width:1024px){
	.document-container .clear-filter {
		left: 11%!important;
	}
}

.document-container .clear-filter:hover {
    color: rgba(85, 85, 85, 1) !important;
    background: transparent !important;
}

.document-container .clear-filter:focus {
    background-color: white !important;
}

.document-filter {
    width: 100%;
    max-width: 30%;
}

.document-table-wrapper {
    font-family: 'gotham-book' !important;
    width: 100%;
    max-width: 100%;
}

.document-filter h3 {
    display: flex;
    align-items: center;
    color: rebeccapurple;
    font-size: 35px;
    font-weight: 400;
}

.document-filter label {
    font-size: 26px;
    margin-top: 20px !important;
    line-height: 24px;
    font-weight: 400;
    margin: 10px 0px;
    color: rgba(30, 30, 30, 1);
}

.document-filter select {
    color: rgba(94, 94, 94, 1);
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    border-radius: 10px;
    background-color: white;
    border-color: rgba(224, 224, 224, 1);
}

.document-filter [type=submit] {
    font-weight: 700;
    font-size: 18px !important;
    color: white !important;
    border: none !important;
    border-radius: 12px !important;
    margin-top: 25px;
    margin-bottom: 10px;
    width: 100%;
    background-color: rgba(75, 164, 191, 1) !important;
    height: 52px !important;
}

.document-filter [type=submit]:hover {
    background-color: rgba(30, 26, 134, 1) !important;
}

p.result-info {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 6px;
    color: rgba(30, 30, 30, 1);
}

.document-table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.document-table th {
    color: #000;
    background-color: #ec6c65;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    border: 1px solid #555555;
}

.document-table tr {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 15px !important;
    border: 1px solid #555555;
}

div#document-results td {
    background-color: transparent !important;
}

.document-table a.download-btn {
    border: 1px solid #CD1428;
    border-color: #cd1428;
    padding: 10px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}

.send_otp p {
    display: none !important;
}

.document-container #pagination {
    display: flex;
    gap: 10px !important;
    justify-content: end !important;
}

.document-container #pagination a.pagination-link {
    font-size: 18px;
    padding: 1px 9px;
    background: white;
    border-radius: 31px;
    border: 1px solid rgba(235, 235, 235, 1);
    text-decoration: none;
    color: black;
}

.document-container #pagination a.pagination-link:hover {
    background: black !important;
    color: white !important;
}

.document-container #pagination a.pagination-link:focus {
    background: #CD1428;
    color: white !important;
}

.result_page {
    position: absolute;
    top: 0;
    right: 0;
    gap: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 36px;
    color: #1E1E1E;
    font-weight: 400;
    font-family: 'gotham-book';
}


.result_page label {
    text-align: right !important;
    width: 100%;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    color: #1E1E1E;
    margin: 0 !important;
}

select#results-per-page {
    height: 40px !important;
    color: #CD1428 !important;
    width: 70px !important;
    border-radius: 10px !important;
    padding: 0 5px !important;
    border-color: #555555;
}


.upload_btn a {
    border-radius: 10px;
    border-width: 1px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    background: #1E1A86;
    color: #fff;
    border: 1px solid #0000000F;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
}

.upload_btn a:hover {
    background: rgba(75, 164, 191, 1) !important;
}

.upload_btn {
    margin: 50px auto 0;
    text-align: left;
}

.document-main-sec {
    padding: 0px 20px !important;
}

div#reset_password_response_success {
    color: #0f5c0f;
}

div#reset_password_response_error {
    color: #db2222;
}

.resend_link a {
    color: #4BA4BF;
    text-decoration: none;
}

.resend_link a:hover {
    color: #1e1a86;

}

/** Shortcode css start **/

.main_bg {
    background: #F2FEFF;
    padding: 40px 0;
}

.account-tabs {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.tab-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0px 0px 4.29px 0px #1B233A33;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 5px;
}

.tab-nav-item {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.arrow-icon {
    font-size: 14px;
    transition: transform 0.3s;
}

.tab-content {
    display: none;
    background: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #EBEBEB;
    margin-top: -5px;
}

.tab-content.active {
    display: block;
}

.tab-nav.active .arrow-icon {
    transform: rotate(90deg);
}

.send_otp p {
    font-family: Gotham;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #555555;
    padding-bottom: 8px;
}

p.resend_link a {
    color: #4BA4BF;
    text-decoration: none;
}

p.resend_link a:hover {
    color: #1E1A86;
}

p.resend_link {
    font-family: Gotham;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #616161;
    padding: 0;
    margin: 14px 0 0;
}

input.otp_input {
    border: 1.54px solid #E0E0E0;
    border-radius: 12.3px;
    border-width: 1.54px;
    padding-top: 15.38px;
    padding-right: 24.6px;
    padding-bottom: 15.38px;
    padding-left: 24.6px;
}

.mid-content p {
    display: none;
}

div#reset_password_response_error {
    color: red;
}

div#reset_password_response_success {
    color: green;
}

#otp_input_container {
    display: flex;
    justify-content: space-between;
}

.otp_input {
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.otp_input:focus {
    border-color: #0073aa;
}

.password-field {
    position: relative;
    display: flex;
    align-items: center;
}

.password-field input {
    width: 100%;
    padding-right: 40px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #333;
}

/* Form Container */
.document-form {
    max-width: 50%;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 24px;
    box-shadow: 0px 0px 4.29px 0px #1B233A33;
}

.document-form select#management_area {
    margin-top: 15px !important;
}

.document-form select#document_type {
    margin-top: 15px !important;
}

.document-form select#year_of_publication {
    margin-top: 15px !important;
}

.document-form input#document_title {
    margin-top: 0px !important;
}

.document-form select#document_access {
    margin-top: 15px !important;
}

.document-form textarea {
    margin-top: 4px !important;
}

.document-form select#document_label {
    margin-top: 15px !important;
}

.document-form input#upload_file {
    margin-top: 13px !important;
    height: 57px !important;
}

/* Title */
.document-form h2 {
    text-align: center;
    color: #2d3e50;
    font-family: 'Arial', sans-serif;
    margin-bottom: 30px;
}

/* Form Fields */
.document-form input[type="text"],
.document-form select,
.document-form textarea,
.document-form input[type="file"] {
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 12px !important;
    font-size: 18px !important;
    color: #5E5E5E !important;
    padding: 10px !important;
    width: 100% !important;
    font-weight: 500 !important;
}

input#document_title::placeholder {
    color: #5E5E5E !important;
}

textarea#document_summary::placeholder {
    color: #5E5E5E !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
}

/*textarea*/
.document-form textarea {
    height: 100px;
}

/* Submit Button */
.document-form .submit-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
}

.document-form .submit-btn:hover {
    background-color: #0056b3;
}

/* Placeholder text */
.document-form input::placeholder,
.document-form textarea::placeholder {
    color: #999;
}

.weather {
    width: 100%;
    margin: 0 auto;
}

.weather .slick-prev {
    position: absolute;
    top: 30px;
    left: unset;
    right: 60px;
    width: 50px;
    height: 50px;
    display: none !important;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 1px solid rgba(235, 235, 235, 1);
    border-radius: 50%;
    z-index: 100;

}

p.slick-slide {
    display: none !important;
}

.weather .slick-next {
    position: absolute;
    top: 30px;
    left: unset;
    right: 0;
    width: 50px;
    height: 50px;
    display: none !important;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 1px solid rgba(235, 235, 235, 1);
    border-radius: 50%;
}

.weather .slick-prev:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/uploads/2025/02/arrow_back_ios_new-2-1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.weather .slick-prev:hover {
    background-color: rgba(30, 26, 134, 1);
    border-color: #ccc;
    border-radius: 50%;
}

.weather .slick-prev:hover::before {
    background-image: url("/wp-content/uploads/2025/02/arrow_back_2.svg");
    /* Change to a different arrow on hover */
}

.weather .slick-next::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/uploads/2025/02/arrow_back_ios_new-1.svg");
    background-size: contain;
    /* Adjust image size */
    background-repeat: no-repeat;
    background-position: center;
}

.weather .slick-next:hover {
    background-color: rgba(30, 26, 134, 1);
    /* Light gray background on hover */
    border-color: #ccc;
    border-radius: 50%;
}

.weather .slick-next:hover::before {
    background-image: url("/wp-content/uploads/2025/02/arrow_back_ios_new-3-1.svg");
    /* Change to a different arrow on hover */
}

.weather .content {
    padding: 20px;
    margin: 5px;
    border-radius: 10px;
}

.weather .content img {
    max-width: 200px;
    height: 134px !important;
    display: block;
    margin: 0 auto;
    position: relative;
}

html[lang="es"] img.weather-icon {
    bottom: 80px !important;
}

.weather_img img {
    bottom: 25px !important;
}

.module-content {
    padding: 10px;
}

.content-text {
    border: 1px solid rgba(235, 235, 235, 1);
    border-radius: 22px;
    padding-top: 47px;
    box-shadow: 0px 9px 24px rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    background-color: white;
    height: 250px !important;
}

.content-text h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 28.18px;
    letter-spacing: 0.5px;
}

.content-text p {
    font-size: 17px;
    font-weight: 500;
    margin: 9px 0;
    color: #555;
}

.content-text .max-temp {
    color: rgba(237, 27, 51, 1);
    font-weight: bold;
    padding-left: 10px;
}

.content-text .min-temp {
    color: rgba(0, 213, 251, 1);
    font-weight: bold;
    padding-left: 10px;
}

/**shortcode table css**/

#table1 {
    border-collapse: collapse;
}

#table1 th {
    text-align: left;
    padding-left: 10px;
    font-size: 19px;
    font-weight: 400;
    line-height: 36px;
}

#table1 tr,
td {
    padding-left: 10px;
    padding: 20px 10px;
    font-size: 19px;
    font-weight: 400;
    line-height: 36px;
}

/** custom slider css start **/
.modules-slider-container,
.news-slider-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.modules-slider-container a,
.news-slider-container a {
    text-decoration: none !important;
}

.modules-slider-container .swiper-container,
.news-slider-container .swiper-container {
    overflow: hidden;
    padding: 10px;
}

.modules-slider-container .swiper-slide,
.news-slider-container .swiper-slide {
    text-align: center;
}

.modules-slider-container .module-card {
    background: #d5d8d9;
    border-radius: 10px;
    border: 0.5px solid #C9C9C980;
    overflow: hidden;
    position: relative;
    padding: 50px 20px 20px 20px;
}

.news-slider-container .module-card {
    background-color: #fff;
    box-shadow: 0px 0px 4.56px 0px #1B233A33;
    border-radius: 10px;
    border: 2px solid #FFFFFF;
    overflow: hidden;
    position: relative;
    padding: 0px;
}

.modules-slider-container .module-card img,
.news-slider-container .module-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.modules-slider-container .module-content,
.news-slider-container .module-content {
    text-align: left;
}

.modules-slider-container .module-content h3,
.news-slider-container .module-content h3 {
    margin: 10px 0;
    font-family: 'gotham-book';
    font-weight: 600;
    font-size: 23.4px;
    line-height: 31.87px;
}
.news-slider-container .module-content h3 {
    padding: 0 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.modules-slider-container .module-content h3 {
    color: #1E1E1E;
}

.news-slider-container .module-content h3 {
    color: #283272;
}

.modules-slider-container .module-content p,
.news-slider-container .module-content p {
    font-family: 'gotham-book';
    font-weight: 400;
    font-size: 17.02px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #555555;
}

.modules-slider-container .read-more,
.news-slider-container .read-more {
    font-family: gotham-medium;
    font-weight: 500;
    font-size: 18px;
    line-height: 19.14px;
    text-decoration: none;
    color: #CD1428;
    z-index: 999999;
    position: relative;
    pointer-events: auto !important;
}

.modules-slider-container .module-badge,
.news-slider-container .module-badge {
    position: absolute;
    left: 25px;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: 'gotham-book';
    font-weight: 400;
    font-size: 18px;
    line-height: 17.23px;
    background: #FACC15;
}

.modules-slider-container .module-badge {
    top: 55px;
}

.news-slider-container .module-badge {
    top: 25px;
}

.modules-slider-container .swiper-buttons,
.news-slider-container .swiper-buttons {
    position: absolute;
    top: -40px;
    right: 0px;
    display: none;
    gap: 10px;
}

.modules-slider-container .swiper-button-next,
.modules-slider-container .swiper-button-prev,
.news-slider-container .swiper-button-next,
.news-slider-container .swiper-button-prev {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.modules-slider-container .swiper-button-next,
.modules-slider-container .swiper-button-prev,
.news-slider-container .swiper-button-next,
.news-slider-container .swiper-button-prev {
    position: unset;
}

.modules-slider-container .swiper-button-next:after,
.modules-slider-container .swiper-button-prev:after,
.news-slider-container .swiper-button-next:after,
.news-slider-container .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 600;
    color: #1E1A86;
}

.modules-slider-container .swiper-button-next,
.modules-slider-container .swiper-button-prev,
.news-slider-container .swiper-button-next,
.news-slider-container .swiper-button-prev {
    width: 45px;
    height: 45px;
}

.modules-slider-container .swiper-button-next:hover,
.modules-slider-container .swiper-button-prev:hover,
.news-slider-container .swiper-button-next:hover,
.news-slider-container .swiper-button-prev:hover {
    background: #1E1A86 !important;
}

.modules-slider-container .swiper-button-next:hover:after,
.modules-slider-container .swiper-button-prev:hover:after,
.news-slider-container .swiper-button-next:hover:after,
.news-slider-container .swiper-button-prev:hover:after {
    color: #fff !important;
}

span.wpcf7-not-valid-tip {
    position: absolute !important;
    top: 50px !important;
}

.round_chart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 310px;
}

input:-internal-autofill-selected {
    background-color: unset !important;
}

.news-slider-container .module-content {
    position: relative;
}

.post-date {
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    top: -35px;
    right: 10px;
    background: #283593;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.module-icon {
    position: relative;
    top: 37px;
    z-index: 9;
}

.gtranslate_wrapper select {
    border: 1px solid #1E1A86;
    color: #1E1A86 !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer !important;
    font-family: 'gotham';
}

.gtranslate_wrapper select option {
    background-color: white !important;
    font-family: 'gotham-book' !important;
    color: black !important;
}

.gtranslate_wrapper select:hover {
    color: #1E1A86 !important;
    background-color: white !important;
}

i.um-icon-eye {
    font-size: 26px !important;
}

input#search {
    color: #1E1E1E !important;
}

.tem-sec .e-con-inner {
    background-size: 100% 100% !important;
}

form#digital-directory-form button {
    display: block;
    width: 100%;
    max-width: 25%;
    margin-top: 20px;
    color: #E7E7E8 !important;
    font-family: "gotham-book";
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    background: #CD1428;
    text-align: center;
    border-radius: 10px;
}

.forget-pass .forget_heading h2 {
    color: #32266B !important;
    font-family: 'gotham-bold' !important;
    font-weight: 700 !important;
    font-size: 44px !important;
    line-height: 47.85px !important;
}

#create_password_form label {
    font-family: 'gotham-book';
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 2px;
}

#create_password_form .password-field input {
    border-radius: 12px;
    border: 1.5px solid #E0E0E0;
}

.password-field {
    margin-bottom: 20px;
}

.ver-img img {
    width: 380px;
    height: 213.75px;
    object-fit: cover;
}


.modules-slider-container .swiper-container {
    padding: 0px !important;
}

.modules-slider-container .module-content h3 {
    font-family: 'gotham-bold' !important;
    color: #1E1E1E !important;
}


/* ==================spenish */
/*  ===============Temperatura */


.tem-sec .tem-sec-h h2:lang(es) {
    line-height: 60px !important;
}

.footer-col-2 .wpcf7-response-output {
    display: none;
}

input[type=url] {
    border: 1px solid #E0E0E0;
    border-radius: 12px !important;
}


#elementor-popup-modal-9177 .dialog-message {
    width: 100%;
}

.popup-sec h2 {
    font-size: 22px;
    font-family: "gotham-bold", Sans-serif;
    font-weight: 600;
    line-height: 37px;
    color: #000000;
}

.popup-sec h3 {
    font-size: 20px;
    font-family: "gotham-bold", Sans-serif;
    font-weight: 600;
    line-height: 37px;
    color: #000000;
}


/* ===== migration-img-cursoral */
.migration-img-cursoral-2 img {
    height: 400px !important;
    object-fit: cover;
    border-radius: 15px;
}

table.document-table thead tr th {
    color: #fff !important;
}

.img-c-3 img {
    height: 150px !important;
    object-fit: cover;
    border-radius: 22px;
}

.news-single-content {
    max-width: 1200px;
    margin: auto;
    padding: 4em 1em;
}

a.download-button button {
    background-color: #4ba4c0;
    border-radius: 8px;
    transition: all .5s ease-in-out;
    border: 1px solid #4ba4c0 !important;
    color: #fff;
}

a.download-button button:hover {
    background-color: #fff;
    border-radius: 8px;
    transition: all .5s ease-in-out;
    border: 1px solid #4ba4c0 !important;
    color: #4ba4c0;
}


/*here for language section css*/
.lang_box {
    position: absolute;
    right: 0;
    top: 42px;
}

.main_lang {
    position: relative;
}

div#gt_float_wrapper {
    z-index: 99999;
    position: relative;
}

/* ============= new header --------------=========== */

.mrv-button {
    background-color: #4ba4c0;
    border-radius: 8px;
    transition: all .5s ease-in-out;
    border: 1px solid #4ba4c0 !important;
    margin-right: 10px !important;
}

.mrv-button:last-child {
    margin-right: 0 !important;
}

.mrv-button a {
    color: #fff !important;
}

.mrv-button ul li a {
    color: #555555 !important;
}

.mrv-button .sub-arrow svg {
    fill: white;
}

.mrv-button:hover {
    background: #ffff;
    border: 1px solid #1E1A86;
}

.mrv-button:hover .sub-arrow svg {
    fill: #1E1A86;
}

.mrv-button:hover a {
    color: #1E1A86 !important;
}

.mrv-button:hover ul li a {
    color: #555555 !important;
}

.mrv-button ul li a:hover {
    color: #1E1A86 !important;
}

.header-list a {
    padding: 12px 12px !important;
}

.send_otp button:hover {
    background: #1E1A86 !important;
    color: #fff !important;
}

/*  footer */
.footer-subscription p {
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    background-color: white;
}

.footer-subscription p input {
    border: none;
    border-radius: 12px;
    font-family: "gotham-book", Sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #7A7A7A !important;
}

.footer-subscription p span:nth-of-type(2) {
    display: none !important;
}

.footer-subscription p input[type="submit"] {
    background: #CD1428;
    color: #E7E7E8;
    background-image: url('wp-content/uploads/2025/02/Group-8-3.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 30px;
    padding-left: 15px;
    text-align: center;
    height: 55px;
    margin-right: 2px
}

.footer-subscription p {
    height: 58px;
    align-items: center;
}

.footer-subscription p input[type="submit"] {
    color: #E7E7E8 !important;
    font-family: "gotham-book";
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}

/* ===============  Result  ========== */
.Result-heading span {
    color: #EC6C65 !important;
    text-transform: uppercase !important;
}

/* ==============  Module  s========== */
.modules-h {
    display: inline-flex;
    align-items: center;
}

/* ================= */
.modules-slider-container .module-content {
    padding: 0 !important;
}

#weather-forest-h::after {
    right: -1em !important;
}

.pcp-carousel-wrapper .sp-pcp-carousel {
    padding-bottom: 60px;
    padding-top: 80px;
}

.pcp-button-next i {
    display: none;
}

.pcp-button-prev i {
    display: none;
}

.pcp-button-next::before {
    content: "";
    display: inline-block;
    width: 10px;
    /* Adjust size */
    height: 20px;
    background-image: url("/wp-content/uploads/2025/02/arrow_back_ios_new-2.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.pcp-button-prev::before {
    content: "";
    display: inline-block;
    width: 10px;
    /* Adjust size */
    height: 20px;
    background-image: url("/wp-content/uploads/2025/02/arrow_back_ios_new-3.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.pcp-button-next:hover::before,
.pcp-button-prev:hover::before {
    filter: brightness(0) invert(1);
}

.sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore {
    margin-top: 15px;
}

.modules-section .swiper-button-prev {
    width: 42px !important;
    height: 42px !important;
}

/*========== Post Edits ===========*/
.sp-pcp-post {
    border-radius: 17px !important;
}

.sp-pcp-title a {
    font-family: "gotham-bold_1", Sans-serif;
    font-weight: 700 !important;
    font-size: 23.4px !important;
    line-height: 31.87px !important;
    color: #1E1E1E !important;
}

.sp-pcp-post-content p {
    font-family: "gotham-book", Sans-serif;
    font-weight: 300 !important;
    font-size: 15.5px !important;
    line-height: 22px !important;
    color: #555555 !important;
}

.sp-pcp-readmore .pcp-readmore-link {
    padding: 0 !important;
    text-decoration: none;
    font-family: gotham-medium;
    font-weight: 500 !important;
    font-size: 17px !important;
    line-height: 20px !important;
    text-transform: capitalize !important;
}

.sp-pcp-readmore .pcp-readmore-link {
    display: inline-flex;
    align-items: center;
}

.sp-pcp-readmore .pcp-readmore-link::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url('/wp-content/uploads/2025/02/double_arrow-3.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.news-post .pcp-button-prev,
.pcp-button-next {
    width: 42px !important;
    height: 42px !important;
}

.news-post .pcp-button-prev {
    margin-right: 22px;
    font-size: 22px !important;
}

.news-post .pcp-button-next {
    margin-right: 2px;
}

.pcp-carousel-wrapper .pcp-button-prev.top_right {
    right: 47px !important;
}

/* ============= Did You Know slider ===========*/

.did-you-know-slider p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.did-you-know-h {
    display: inline-flex;
    align-items: center;
}

.slide-main-sec .elementor-slides-wrapper.elementor-main-swiper {
    width: calc(100% - 0px);
}

.tem-sec .e-con-inner {
    background-image: url(/wp-content/uploads/2025/02/image-12.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;

}

.did-know-container .elementor-swiper-button {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 50%;

}

.slide-main-sec .elementor-swiper-button-prev {
    width: 42px !important;
    height: 42px !important;
}

.elementor-slides .swiper-slide-inner {
    padding: 0px;
}

.did-read .elementor-button-text {
    color: #CD1428 !important;
}

.elementor-button-icon svg {
    height: 11px;
    width: 15px;
}

/* =============Repository ===========*/
.Repository-content-h {
    text-align: center !important;
}

.Repository-content {
    border-top-right-radius: 205px !important;
    border-bottom-left-radius: 205px !important;
    border-top-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
}

.Repository-content-img {
    border-top-right-radius: 190px !important;
}

.repository-section .swiper-slide-contents {
    max-width: 100% !important;
}

.repository-section .elementor-swiper-button {
    color: #1E1A86;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 50%;
}

.climate-sec .climate-sec-h h2 a {
    text-decoration: none;
}

/* ============== News ===============*/
.elementskit-profile-info {
    padding: 10px;
}

.news-post-secion .sp-pcp-post {
    margin-top: 0;
    background-image: linear-gradient(rgb(255, 217, 102), rgba(255, 255, 255, 0));
}

.news-post-secion .pcp-button-next,
.pcp-button-prev {
    border-radius: 50% !important;
    border: none;
}

.sp-pcp-post .sp-pcp-post-thumb-area img {
    max-width: 100%;
    transition: ease all .3s;
    height: 100%;
    width: 100%;
}

.news-post-secion .sp-pcp-title a {
    padding: 0 12px;
}

.news-post-secion p {
    padding: 0 12px;
}


/* =============== My Profile =========== */
.qmn_radio_answers label {
    margin-bottom: 10px !important;
}

.account-tabs p {
    margin-bottom: 0;
}

.update_reg .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.update_reg .form-row input {
    padding: 10px;
    margin-top: 10px;
}

.update_reg label,
#password_change_form label {
    font-family: "gotham-bold_1", Sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.update_reg input,
#password_change_form input {
    border: 1px solid #E0E0E0;
    border-radius: 12px;
}

.update_reg input,
#password_change_form input {
    color: #1E1E1E !important;
    font-family: "gotham-book", Sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

#password_change_form input {
    padding: 10px;
}

#update_um_account {
    font-family: "gotham-book", Sans-serif;
    font-size: 17.68px;
    line-height: 17px;
    float: right;
    background: #4BA4BF;
    border: 1px solid #4BA4BF;
    border-radius: 10px !important;
    color: white !important;
    padding: 15.72px 23.58px;
    margin-top: 20px;
}

#update_um_account:hover {
    background: white;
    color: #4BA4BF !important;
}

.update_reg form .form-group {
    padding: 5px 0px;
}

.update_reg input:focus {
    background-color: white !important;
}

/* ==============quiz-results  ===== */


.quiz-results .question-result {
    margin-top: 30px !important;
}

.question-result h3 {
    font-family: "gotham-book", Sans-serif;
    font-size: 23px;
    line-height: 31.05px;
    font-weight: lighter;
}

.question-result p {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 500 !important;
    color: #555555 !important;
    margin: 15px 0px;
    margin-left: 30px;
}

.correct-answer {
    color: #34C759 !important;
    font-family: "gotham-book", Sans-serif;
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 28px !important;
}

.incorrect-answer {
    font-weight: 500 !important;
}


.question-result p:last-of-type {
    background: linear-gradient(90deg, rgba(52, 199, 89, 0.15) 0%, rgba(52, 199, 89, 0) 100%);
    font-weight: bolder !important;
    display: inline-block;
}

.question-result p:last-of-type strong {
    font-weight: 500 !important;
}

.fa {
    margin-right: 5px;

}

.incorrect-status {
    background: linear-gradient(90deg, rgba(237, 27, 51, 0.15) 0%, rgba(237, 27, 51, 0) 100%) !important;

}

.question-result .question-result:nth-of-type(3) {
    background: green;
}

.account-tabs p {
    margin-bottom: 0;
    font-family: "gotham-book", Sans-serif;
    line-height: 28px;
    font-weight: bold;
    color: #1E1E1E;
}

/* Change password =========*/
#password_change_form p {
    margin-bottom: 15px
}

#password_change_form input[type="submit"] {
    font-family: "gotham-book", Sans-serif;
    font-size: 17.68px;
    line-height: 17px;
    float: right;
    background: #4BA4BF;
    border: 1px solid #4BA4BF;
    border-radius: 10px !important;
    color: white !important;
    padding: 15.72px 23.58px;
    margin-top: 20px;
}

#password_change_form input[type="submit"]:hover {
    background: white;
    color: #4BA4BF !important;
}

.update_reg input,
#password_change_form input {
    font-size: 17px;
    line-height: 19px;
}

#logout {
    text-align: center;
}

#logout .logout-button {
    border: .5px solid #86888A80;
    background: #FFFFFF !important;
    border-radius: 9.72px !important;
    color: #FF0000;
    margin-top: 20px;
    padding: 15px 50px;
    font-family: 'gotham-book';
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

#logout .logout-button:hover {
    background: #FF0000 !important;
    color: #FFFFFF !important;
}

/* ======== Expereties ========= */
.qmn_radio_answers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
}

.mrq_checkbox_class {
    display: flex !important;
    align-items: center;
}

.qmn_radio_answers input[type="radio"]:checked+.qsm-input-label {
    background-color: lightgreen;
    border-color: lightgreen;
    color: #333;
}

input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.mlw_qmn_new_question {
    font-family: 'gotham-book';
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 21.05px;
    color: #000;
}

#quizForm1 br {
    display: none !important;
}

.qmn_radio_answers br {
    display: none !important;
}

.quiz_section .qmn_radio_answers label {
    font-family: 'gotham-book';
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 62px !important;
    padding: 0px 20px !important;
    border: 1px solid #E0E0E0;
    max-width: calc(100% - 0px) !important;
    width: 100% !important;
    border-radius: 100px;
    color: #555555;
}

.qmn_quiz_container .quiz_section .qmn_btn {
    width: 100%;
    border-radius: 10px !important;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 24.51px !important;
    padding: 16px 24px !important;
    background: #4BA4BF !important;
}

.qmn_radio_answers input[type="radio"]:checked~.qsm-input-label {
    background-color: #1E1A86;
    border-color: #1E1A86;
    color: #FFFFFF;
    display: inline-block;
    cursor: pointer;
}

.mlw_qmn_message_before p {
    margin: 0 0 10px 0;
    display: none;
    position: absolute !important;
}

.quiz_begin {
    position: absolute;
}

.qsm-quiz-container p {
    position: absolute !important;
}

/* =====login ========== */
.login_form {
    margin: 48px auto;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 4.29px 0px #1B233A33;
    border-radius: 15px !important;
    max-width: 528px !important;
    padding: 20px !important;
    background-color: white;
}

.login_section_heading h2 {
    font-size: 44px !important;
    line-height: 47.85px !important;
}

.login-para p {
    margin-bottom: 0px;
    padding-left: 18px;
}

.login_form .um-field {
    position: relative;
    padding: 10px 0 0 0;
}

.um-form .um-right.um-half a:hover {
    background-color: #3ba1da !important;
}

.um-form {
    padding: 0px 0px !important;
    border-radius: 24px;
}

/*  =================Register ========== */
.register_form {
    background-color: white;
    padding: 10px 20px !important;
    box-shadow: 0px 0px 4.29px 0px #1B233A33;

}

.um-register input#um-submit-btn:hover {
    background-color: rgba(30, 26, 134, 1) !important;
}

.um-register .um-form .um-right.um-half a:hover {
    background-color: #3ba1da !important;
}

input#user_email {
    font-family: 'gotham-book';
    font-size: 18px;
    line-height: 28px;
    font-weight: bolder;
    color: #5E5E5E !important;
}

button.submit_reset_password {
    font-family: 'gotham-book';
    font-weight: 500;
    font-size: 18px !important;
    line-height: 24.15px;
}

/* ======= Email Verification ===== */
.send_otp h1 {
    color: #32266B;
    font-family: 'gotham-bold' !important;
    font-weight: 700;
    font-size: 44px;
    line-height: 47.85px;
    align-content
}

.send_otp h3 {
    color: #1E1E1E !important;
    font-family: "gotham-bold" !important;
    margin-top: 20px;
}

.send_otp .mid-content p {
    font-family: "gotham-book" !important;
    font-size: 22px !important;
    line-height: 33px !important;
    font-weight: bold !important;
}

.send_otp .mid-content .text-de {
    font-weight: lighter !important;
}

.send_otp h1 {
    font-family: "gotham-bold" !important;
}

.send_otp button {
    border: 1px solid #4BA4BF !important;
    font-family: 'gotham-book' !important;
    font-size: 18px !important;
    line-height: / 24.51px !important;
    font-weight: 500 !important;
}

input.otp_input {
    border: 1.54px solid #E0E0E0;
    border-radius: 12.3px;
    border-width: 1.54px;
    padding: 0px 0px !important;
    height: 80px;
}

/* ======== foegot Password ======= */
.forget-pass {
    max-width: 528px;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 4.29px 0px #1B233A33;
    border-radius: 24px;
}

input#um-submit-btn:hover {
    background: #32266B;
}

.send_otp h1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* TAB 1: Patrimonio Natural */
.tabs-rncc .e-n-tab-title[data-tab-index="1"] {
    background-color:  #58d68d ;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

/* Activo: cuando el tab está seleccionado */
.tabs-rncc .e-n-tab-title[data-tab-index="1"][aria-selected="true"] {
   
    color: #1E1A86;
    font-weight: bold;
}

/* TAB 2: Patrimonio Hídrico */
.tabs-rncc .e-n-tab-title[data-tab-index="2"] {
    background-color: #1b7ebe;
    color:#FFFFFF;
    transition: all 0.3s ease;
}
/* Activo: cuando el tab está seleccionado */
.tabs-rncc .e-n-tab-title[data-tab-index="2"][aria-selected="true"] {
   
    color: #1E1A86;
    font-weight: bold;
}

/* TAB 3: Salud */
.tabs-rncc .e-n-tab-title[data-tab-index="3"] {
    background-color: #e74c3c ;
    color: #FFFFFF;
    transition: all 0.3s ease;
}
/* Activo: cuando el tab está seleccionado */
.tabs-rncc .e-n-tab-title[data-tab-index="3"][aria-selected="true"] {
   
    color: #1E1A86;
    font-weight: bold;
}
/* TAB 4: Asentamientos Humanos */
.tabs-rncc .e-n-tab-title[data-tab-index="4"] {
    background-color:  #dc7633 ;
    color: #FFFFFF;
    transition: all 0.3s ease;
}
/* Activo: cuando el tab está seleccionado */
.tabs-rncc .e-n-tab-title[data-tab-index="4"][aria-selected="true"] {
   
    color: #1E1A86;
    font-weight: bold;
}
/* TAB 5: Sectores Productivos */
.tabs-rncc .e-n-tab-title[data-tab-index="5"] {
    background-color: #eb984e  ;
    color: #FFFFFF;
    transition: all 0.3s ease;
}
/* Activo: cuando el tab está seleccionado */
.tabs-rncc .e-n-tab-title[data-tab-index="5"][aria-selected="true"] {
   
    color: #1E1A86;
    font-weight: bold;
}
/* TAB 6: Soberanía Alimentaria */

.tabs-rncc .e-n-tab-title[data-tab-index="6"] {
    background-color: #808b96 ;
    color: #FFFFFF;
    transition: all 0.3s ease;
}
/* Activo: cuando el tab está seleccionado */
.tabs-rncc .e-n-tab-title[data-tab-index="6"][aria-selected="true"] {
   
    color: #1E1A86;
    font-weight: bold;
}
.no_content {
    margin-top: 28px;
}


@media (max-width:1196px) {
    html[lang="es"] img.weather-icon {
        bottom: 25px !important;
    }
}

@media(max-width:900px) {
    .document-main-sec {
        display: block !important;
        margin-bottom: 0 !important;
    }

    .document-filter {
        max-width: 100%;
    }

    .result_page {
        top: 445px !important;
        width: 100%;
        right: 20px;
    }

    .document-container .clear-filter {
        right: 10%;
        left: unset;
    }

    table.document-table {
        display: block;
        overflow: scroll;
        width: 100%;
        max-width: 100%;
    }
}

@media(max-width:768px) {
    .document-form {
        margin: 0px 10px !important;
    }

    .document-form label {
        font-size: 15px !important;
        line-height: 15px !important;
    }

    .document-form input[type="text"],
    .document-form select,
    .document-form textarea,
    .document-form input[type="file"] {
        font-size: 15px !important;
    }

    .document-form .form-row {
        flex-direction: column !important;
    }

    .document-form .form-group {
        width: 100% !important;
    }

    .login_form h2 {
        font-size: 34px !important;
        line-height: 40px !important;
    }

    .login_form p {
        font-size: 23px !important;
        line-height: 20px !important;
    }

    .result_page {
        top: 460px !important;
    }

    .document-filter label {
        font-size: 18px !important;
    }

    .document-filter [type=submit] {
        margin: 25px 0px !important;
        font-size: 22px !important;
    }

    .content-text {
        text-align: center;
    }

    .login_section_heading h2 {
        font-size: 24px !important;
        line-height: 47.85px !important;
    }

    .register_form h2 {
        font-size: 30px !important;
        line-height: 32px !important;
    }

    .send_otp h3 {
        font-size: 18px !important;
        line-height: 18.8px;
    }

    .send_otp .mid-content p {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .send_otp .mid-content .text-de {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .send_otp h1 {
        font-size: 32px !important;
        line-height: 35.85px !important;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .send_otp .mid-content p {
        font-size: 15px !important;
        line-height: 24px !important;
    }

    /* ========header====== */
    .mrv-button {
        background-color: transparent !important;
        border: none !important;
    }

    .mrv-button a {
        color: #555555 !important;
    }

    .mrv-button .sub-arrow svg {
        fill: #555555 !important;
    }

    /* ========modules button ====== */
    .pcp-button-prev {
        margin-right: 2px !important;
    }

    .pcp-button-next,
    .pcp-button-prev {
        display: none;
    }

    /* ========repository ====== */
    .climate-sec {
        background-color: transparent !important;
    }

    .tem-sec .e-con-inner {
        padding-bottom: 40px;
    }

    .elementor-swiper-button.elementor-swiper-button-prev {
        display: none !important;
    }

    .elementor-swiper-button.elementor-swiper-button-next {
        display: none !important;
    }

    .form-row {
        display: block !important;
        margin-bottom: 0px !important;
    }

    .form-group {
        width: 100% !important;
    }

    .question-result h3 {
        font-size: 18px;
        line-height: 21.05px;

    }

    .account-tabs p {
        font-size: 15px !important;
        line-height: 6px;
    }

    .correct-answer {
        font-size: 15px;
    }

    .quiz-results .question-result {
        margin-top: 15px !important;
    }

    .quiz_section .qmn_radio_answers label {
        font-size: 14px !important;
        line-height: 38px !important;
    }

    .qmn_radio_answers {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .mlw_qmn_new_question {
        font-size: 17px;

    }

    .login_form p {
        font-size: 20px !important;
        line-height: 18.8px !important;
    }

    /* ========== Register */
    #um_field_4201_confirm_user_password {
        position: absolute !important;
        right: 20px;
        bottom: 193px;
        width: 340px;
    }

    input.otp_input {
        padding: 20px 20px !important;
        height: auto;
    }

    .weather .content {
        padding: 0px !important;
    }

    .tem-sec .tem-sec-h h2:lang(es) {
        line-height: 35px !important;
    }

    .modules-h h2::after {
        content: unset !important;
    }

    .did-you-know-h::after {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .um-register #um_field_4201_confirm_user_password {
        position: relative !important;
        right: 0;
        top: 0;
        width: 100%;

    }

    .um-register .um-row ._um_row_1 {
        display: flex !important;
        flex-direction: column !important;
    }

    .um-register .um-col-121 {
        width: 100% !important;
    }

    .um-register .um-col-122 {
        width: 100% !important;
    }

    .register_form h2 {
        font-size: 34px !important;
        line-height: 40px !important;
    }

    .register_form p {
        font-size: 23px;
        line-height: 30px;
    }

    .um-register .um-col-1 {
        display: block !important;
    }

    .um-register .um-field {
        width: 100% !important;
    }

    .pcp-carousel-wrapper .sp-pcp-carousel {
        padding-bottom: 0px !important;
        padding-top: 80px;
    }

    .search-container {
        max-width: 90%;
    }

    .login_form {
        max-width: 100% !important;
    }

    .um-form {
        padding: 0px 0px;
        border-radius: 24px;
    }

    .send_otp {
        width: 100%;
    }

    .mid-content {
        width: 100% !important;
    }

    .send_otp h1 {
        font-size: 34px !important;
    }

    .send_otp h3 {
        font-size: 22px !important;
    }

    .send_otp p {
        font-size: 20px !important;
    }

    .register_form p {
        padding-left: 0px !important;
    }

    .modules-slider-container .swiper-buttons,
    .news-slider-container .swiper-buttons {
        display: none !important;
    }

    .modules-slider-container {
        margin-top: 5em;
    }

    .news-slider-container {
        margin-top: 3em;
    }

    .pcp-carousel-wrapper .pcp-button-next.top_right,
    .pcp-carousel-wrapper .pcp-button-prev.top_right {
        display: none;
    }

    .gt-sec {
        padding-right: 10px;
    }

    .upload_btn a {
        display: block !important;
    }

    .head-top-bg {
        background-image: unset !important;
    }

    li.gt-mobile {
        padding: 12px 12px 15px 12px !important;
    }

    #update_um_account {
        float: unset;
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

    #password_change_form input[type="submit"] {
        float: unset;
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

    .um-register #um_field_4201_confirm_user_password {
        position: relative !important;
        right: 0;
        top: 0;
        width: 100%;
    }

}

@media(max-width:600px) {
    .document-form h2 {
        font-size: 24px !important;
        line-height: 27px !important;
    }

    .document-form label {
        font-size: 15px !important;
        line-height: 15px !important;
    }

    .document-form input[type="text"],
    .document-form select,
    .document-form textarea,
    .document-form input[type="file"] {
        font-size: 15px !important;
    }

    .document-form .form-group {
        width: 100% !important;
    }

    .document-form .form-row {
        flex-direction: column !important;
    }

    textarea#document_summary::placeholder {
        font-size: 15px !important;
    }

    table.document-table {
        margin-top: 65px;
    }

    .result_page {
        top: 505px !important;
    }
}

@media(max-width:460px) {
    .document-form h2 {
        font-size: 24px !important;
        line-height: 27px !important;
    }
}

@media(max-width:360px) {
    #weather-forest-h h2::after {
        right: -36px;
    }
}

@media(max-width:320px) {
    .upload_btn a {
        border-radius: 10px;
        background: #1E1A86;
        color: #fff;
        border: 1px solid #0000000F;
        text-decoration: none;
        font-size: 12px;
    }

    .elementor-nav-menu--main .elementor-nav-menu a {
        padding: 10px 5px !important;
    }

    .pcp-carousel-wrapper .sp-pcp-carousel {
        padding-bottom: 0px;
        padding-top: 70px;
    }

    .sp-pcp-readmore .pcp-readmore-link::after {
        position: absolute;
        right: -2em;
    }

    .did-you-know-h::after {
        position: absolute;
        right: -2em;
    }

    .question-result p {
        margin: 8px 0px;
        margin-left: 15px;
        line-height: 20px !important;
    }

    .correct-answer {
        line-height: 20px !important;
    }

    input.otp_input {
        padding: 10px 10px !important;
        height: auto;
    }

    #weather-forest-h h2::after {
        display: none !important;
    }

    .register_form p {
        font-size: 16px;
        line-height: 20px;
    }

}
