.sweet-alert {
    padding: 0 !important;
    border-radius: 0.6rem !important;
}
.sweet-alert h2 {
    overflow: auto;
    padding: 0.8rem 1.2rem 1.6rem !important;
    text-align: left !important;
    line-height: 1.5 !important;
    font-size: 0.7rem !important;
    color: #616161 !important;
    font-weight: normal !important;
    margin: 25px 0 0 !important;
    font-family: "pretendard", sans-serif !important;
}
.sweet-alert p {
    overflow: auto;
    /* padding: 0.8rem 1.2rem 1.6rem !important; */
    text-align: left !important;
    line-height: 1.5 !important;
    font-size: 0.7rem !important;
    color: #616161 !important;
    font-weight: normal !important;
    font-family: "pretendard", sans-serif !important;
}
.sweet-alert .sa-button-container {
    padding: 1rem 1.2rem;
    border-top: 1px solid #e5e5e5;
    text-align: right;
    font-size: 0;
}

.sweet-alert button {
    margin-top: 0 !important;
    margin-left: 0.5rem !important;
    padding: 0 0.8rem !important;
    height: 1.8rem !important;
    min-height: 1.8rem !important;
    font-size: 0.7rem !important;
    font-weight: normal !important;

    border-radius: 1.5rem !important;
    background-color: #7c394a !important;
    color: #fff !important;
}

.sweet-alert button.cancel {
    border-color: #fff !important;
    color: #1f1f1f !important;
    background: transparent !important;
}

.hidden {
    display: none !important;
}

.pac-container {
    color: #d9d9d9;
}

/*
class for each line of the result
*/
.pac-item {
    font-size: 14px;
    padding: 10px;
}

.pac-item-query {
    font-size: 14px;
}

.pac-icon {
    display: none;
}

.pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */

    background-image: none !important;
    height: 0px;
}

.pointer {
    cursor: pointer;
}

@media (max-width: 720px) {
    iframe {
        width: 99.9%;
    }
}

.map-item > iframe {
    width: 100% !important;
    border: 1px solid red;
}

.ui-datepicker select {
    -webkit-appearance: auto !important;
    border: 1px solid #c5c5c5;
}

.reset-passwd-container {
    border-top: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.video-iframe {
    aspect-ratio: auto 1.7 / 1;
}
.w200 {
    width: 200px !important;
}
.warning {
    margin: 10px 0 0;
    font-size: inherit;
    color: #c71815;
}

#google_translate_element {
    position: absolute;
    right: -160px;
    top: -20px;
}

#google_translate_element select {
    -webkit-appearance: auto;
    background: transparent;
    border: 1px solid rgba(97, 97, 97, 0.3);
    padding: 0.5rem;
    width: 130px;
}
.youtube .cover{
    height: 220px;
    width:100%;
    position:absolute;
    z-index:10;
    border:1px solid red;
    left:0;top:0;
}
.youtube iframe {
    height: 220px;
}
@media (max-width: 1028px) {
    .youtube iframe {
        height: 100px;
    }
}

.text-field-box.full {
    /* display: block !important;
    width: calc(100% - 0.4rem) !important; */
    /* margin: 1.25rem 0.8rem 0 0.8rem !important; */
}
.text-center {
    text-align: center;
}
