.checkbox-input {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.checkbox-input:checked + .checkbox-tile {
    border-color: #2260ff;
    color: #2260ff;
}

.checkbox-input:checked + .checkbox-tile:before {
    background-color: #2260ff;
    border-color: #2260ff;
}

.checkbox-input:checked + .checkbox-tile .checkbox-icon,
.checkbox-input:checked + .checkbox-tile .checkbox-label {
    color: #2260ff;
}

.checkbox-input:focus + .checkbox-tile {
    border-color: #2260ff;
}

.checkbox-input:not(:checked) + .checkbox-tile {
    border: 2px solid #dde2f2;
}

.checkbox-input:focus + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 10rem;
    min-height: 10rem;
    border-radius: 0.5rem;
    border: 2px solid #dde2f2;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}

.checkbox-tile-eh {
    width: 5rem;
    min-height: 5rem;
}

.checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 1;
    transform: scale(1);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.checkbox-tile-eh:before {
    width: 1rem;
    height: 1rem;
}

.checkbox-tile:hover {
    border-color: #2260ff;
}

.checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
}

.checkbox-icon img {
    width: 6rem;
    height: 6rem;
}

@media only screen and (max-width: 576px) {
    .checkbox-tile {
        width: 8rem;
        min-height: 8rem;
    }
    .checkbox-icon img {
        width: 5rem;
        height: 5rem;
    }

}

.checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
}

.destek-menu-item {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: inherit;
    text-decoration: none;
    display: flex;
    padding: 0.75rem 1.25rem 0.75rem 0.75rem;
    background-color: transparent;
    border-radius: 8px;
    transition: transform 0.25s ease, border-color 0.15s ease, box-shadow 0.3s ease;
    border: 2px solid #dde2f2;
}

.destek-menu-item:hover,
.destek-menu-item:focus {
    border-color: #e2e5e7;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.destek-menu-item:nth-of-type(even):hover,
.destek-menu-item:nth-of-type(even):focus {}

.destek-menu-item i {
    flex-shrink: 0;
    color: #2563eb;
    font-size: 1.375rem;
}

.destek-menu-item + .destek-menu-item {
    margin-top: 0.25rem;
}

.destek-menu-item-content {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
}

.destek-menu-item-title {
    font-size: 1.125em;
    font-weight: 600;
}

.destek-menu-item-description {
    margin-top: 0.25em;
    color: #6b7280;
}

.destek-toggle span {
    display: block;
    width: 40px;
    height: 24px;
    border-radius: 99em;
    background-color: #e9ecf4;
    box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    transition: 0.15s ease;
}

.destek-toggle span:before {
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    transition: 0.15s ease;
}

.destek-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.destek-toggle input:checked + span {
    background-color: #434ce8;
}

.destek-toggle input:checked + span:before {
    transform: translateX(calc(100% - 2px));
}

.destek-toggle input:focus + span {}

.destek-program .js-webform-radios {
    display: flex;
    flex-flow: row wrap;
}

.destek-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.destek-input:checked + .destek-menu-item {
  border-color: #434ce8;
}

.destek-input:checked ~ label .destek-input-icon {
    background-color: #434ce8;
}


.destek-input:checked ~ label .destek-input-icon:before {
    transform: translateX(calc(100% - 2px));
}

.user-login-form .form-control:focus,
.webform-submission-contact-form .form-control:focus {
    border-color: #000 !important;
}

.user-login-form .form-control,
.webform-submission-contact-form .form-control {
    border: 2px solid #d9d9e1 !important;
    color: #4a4a56;
    box-shadow: none;
}
