/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.hystmodal__wrap {
    background-color: #68686878;
    backdrop-filter: blur(5px);
}

.hystmodal__window {
    max-width: 720px;
		border-radius: 12px;
}

.hystmodal__close {
    position: absolute !important;
    z-index: 10 !important;
    top: 0 !important;
    right: 0px !important;
    display: block;
    width: 30px !important;
    height: 30px !important;
    background-color: red !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40px' height='40px' viewbox='0 0 40 40'%3E%3Cpath d='M 10,10 L 30,30 M 30,10 L 10,30' stroke='white' stroke-width='4' stroke-linecap='butt' /%3E%3C/svg%3E") !important;
    background-size: 30px !important;
    border: none !important;
    font-size: 0 !important;
    cursor: pointer !important;
    outline: none !important;
    border-radius: 0 12px 0 12px !important;
}

#sozlesme_onayla_field {
    padding: 0px !important;
}

#sozlesme_onayla_field label a {
		color: var(--wd-primary-color) !important;
		font-weight: 600 !important;
}