/*
Theme Name: Mintoku
Theme URI:
Description: Child theme of Cocoon for Mintoku.
Author:
Author URI:
Template: cocoon-master
Version: 0.1.0
*/

body {
    font-family: unset;
    font-size: unset;
}

a:hover {
    color: unset
}

blockquote {
    background-color: unset;
}

blockquote::after {
    content: none;
}

/* Custom Sassy Social Share CSS */
.heateor_sss_sharing_container {
    display: flex;
    justify-content: end;
    align-items: center;
}

.heateor_sss_sharing_title {
    flex-grow: 1;
    font-weight: normal !important;
}

.heateor_sss_sharing_ul {
    display: flex;
    column-gap: 1.5rem;
}

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

.swiper-container--category {
    overflow: hidden;
}

.swiper-container--category .swiper-slide {
    width: fit-content;
}

.swiper-wrapper {
    margin: 0;
}

.swiper-container .swiper-slide {
    width: 260px;
}

@media screen and (max-width: 425px) {
    .swiper-container .swiper-slide {
        width: 160px;
    }
}

@media screen and (min-width: 2297px) {
    .sidebar-l-container {
        width: 450px !important;
    }
    .sidebar-r-conatiner {
        width: 700px !important;
    }
}

@media screen and (min-width: 426px) and (max-width: 639px) {
    .pb-custom {
      padding-bottom: 198px !important;
    }
}

@media screen and (max-width: 1024px) {
    .swiper-button-prev, .swiper-button-next {
        display: none !important;
    }
}

.shadow-dde7ec{
  --tw-shadow: 0 3px #dde7ec;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #dde7ec), var(--tw-ring-shadow, 0 0 #dde7ec), var(--tw-shadow);
}

.text-7a959c{
    color: #7a959c;
}

.bg-\[\#f2f7f9\]{
    --tw-bg-opacity: 1;
    background-color: rgb(242 247 249 / var(--tw-bg-opacity));
}

.border-custom{
    border-left-color: rgb(54, 171, 239);
    border-right-color: rgb(122 174 170);
    border-top: 2px;
    border-top-style: solid;
    border-image: linear-gradient(to right, rgb(54, 171, 239), rgb(122, 174, 170)) 1;
}

.spinner {
    border: 4px solid white;
    border-top: 4px solid #7599A6;
    border-left: 4px solid #7599A6;
    border-bottom: 4px solid #7599A6;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

.loader-bar {
    transition: width 0.5s ease;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 1004px) and (max-width: 1023px) {
    .bg-length-custom {
        background-size: 100% !important;
    }
}

.bg-custom-ln-108-gradient {
    background-image: linear-gradient(108.28deg, #e85400 16.8%, #e57e14 61.63%, #67b9d6 93.02%);
}

.color-\[\#1EADE2\] {
    color: #1EADE2;
}

/* Common contact form styles */
.custom-contact-form .wpcf7-form {
    gap: 2.5rem;
}

.custom-contact-form .wpcf7-form label {
    display: block;
    margin-top: 0.75rem;
    font-size: 16px;
}

.custom-contact-form .wpcf7-form span.bg-required,
.custom-contact-form .wpcf7-form span.bg-norequired {
    display: inline-block;
    padding: 1px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    height: 20px;
    line-height: 18px;
}

.custom-contact-form .wpcf7-form span.bg-required {
    background-color: #E74C3C;
}

.custom-contact-form .wpcf7-form span.bg-norequired {
    background-color: #7599A6;
}

/* Input fields */
.custom-contact-form .wpcf7-form input[type="text"],
.custom-contact-form .wpcf7-form input[type="email"],
.custom-contact-form .wpcf7-form input[type="tel"],
.custom-contact-form .wpcf7-form textarea {
    width: 100%;
    padding: 22px;
    font-size: 16px;
    color: #080717;
    background-color: #f0f5f7 !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-width: 0px !important;
    margin-bottom: 2px;
}

.custom-contact-form .wpcf7-form textarea {
    resize: none;
    height: auto;
    margin-bottom: -4px;
}

/* Error messages */
.custom-contact-form .wpcf7-not-valid-tip {
    color: #E74C3C;
    margin-top: 8px;
    font-size: 14px;
}

/* Checkbox */
.custom-contact-form .wpcf7-form .check-button label {
    display: inline-block;
    width: 34px;
    height: 34px;
    cursor: pointer;
    border: 6px solid #F0F5F7;
    border-radius: 10px;
    margin-top: 0;
}

.custom-contact-form .wpcf7-form .check-button label input[type="checkbox"] {
    display: none;
    margin-left: 10rem;
    margin-right: 10rem;
}

.custom-contact-form .wpcf7-form .check-button label input[type="checkbox"]:checked + span {
    background-color: #E74C3C;
}

.custom-contact-form .contact-form-button {
    margin-bottom: 2px !important;
    padding: 8px !important;
    background-color: #153c4a !important;
    font-weight: bold;
    color: white !important;
    border: none !important;
    display: flex;
    justify-content: center;
    flex: 1 1 0%;
    height: 93px;
    border-color: linear-gradient(to right, #f97316, #1eade2);
    border-radius: 5px;
    width: 520px !important;
    cursor: pointer;
}

.custom-contact-form .wpcf7-spinner {
    display: none !important;
}

.custom-contact-form .wpcf7-response-output {
    display: none;
}

.custom-contact-form .wpcf7-not-valid-tip {
    display: none;
}

@media (min-width: 768px) {
    .custom-contact-form .margin-x-custom {
        margin-left: 10rem;
        margin-right: 10rem;
    }
}

@media (max-width: 767px) {
    .custom-contact-form .margin-x-custom {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .custom-contact-form .contact-form-button {
        width: 100% !important;
        font-size: 14px;
        padding: 8px 16px;
    }
    .custom-contact-form .w-custom {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .custom-contact-form .wpcf7.js {
        width: 90% !important;
    }
    .custom-contact-form .margin-x-custom {
        margin-left: 5rem;
        margin-right: 5rem;
    }
}

@media (max-width: 1023px) {
    .overflow-custom {
        width: calc(100% + 4px) !important;
        margin-left: -2px !important;
        overflow-x: hidden !important;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

/* toggle switch */
.switch {
    position: relative;
    display: inline-flex;
    height: 17px;
    align-items: center;
    color: white;
    text-align: center;
}

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

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    padding-left: 13px;
    user-select: none;
    font-size: 10px;
    line-height: 17px;
    font-weight: 700;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 0;
    top: 0;
    background-color: black;
    border: 1px solid #e5eff3;
    transition: 0.4s;
}

.switch input:checked + .slider {
    background-color: #1eade2;
    padding-right: 13px;
    padding-left: 0;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #1eade2;
}

.switch input:checked + .slider:before {
    left: 100%;
    transform: translateX(-100%);
}

.switch .slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.custom-hover .download-icon {
    display: none;
}

.custom-hover:hover .download-icon {
    display: block;
}

.custom-hover .file-icon {
    display: block;
}

.custom-hover:hover .file-icon {
    display: none;
}

#chat_icon {
    position: sticky;
}

#message_input {
    overflow-wrap: break-word;
    word-break: break-word;
}

.bg-chat-header-gradient {
    background-image: linear-gradient(to right, #0095f3, #70bcc0);
}

emoji-picker {
    width: 340px;
    height: 350px;
    --border-radius: 8px;
    --input-border-size: .5px;
    --input-font-size: 0.875rem;
    --outline-size: 1px;
    --category-emoji-padding: 0.275rem;
}

.bg-blue {
    background-color: var(--blue-500);
}

.download-icon .fa-download:before {
    content: "";
}

.link-language:hover {
    transform: scale(1.5);
    transition: transform 0.3s ease;
}

#header nav .flex-1 a img{
	height: 36px;
}

/* Chat */
@media screen and (min-width: 1023px) {
    .message-container:hover .message-more-option-icon {
        display: flex;
    }
}

@media screen and (max-width: 1023px) {
    .message-container:hover .message-bubble.touched {
        background-color: #0e82ac;
    }
}



#chat_body.blur-pointer-none {
    filter: blur(0.5px);
    pointer-events: none;
    opacity: 0.5;
    transition: 0.3s;
}

#chat_body.blur {
    filter: blur(0.5px);
    opacity: 0.5;
    transition: 0.3s;
}

.break-word {
    word-break: break-word;
}