﻿.bg-background-pattern {
    background-image: url('../images/application-form/background pattern.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x:center;
    background-position-y:top;
}
.application-logo{
    width:190px;
    height:auto;
}
.application-form {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    /*padding: 32px 44px;*/
    padding-top:32px;
    padding-bottom:32px;
}
.application-alert-card {
    border: 1px solid #D5D7DA;
    display:flex;
    flex-direction:row;
    align-items:start;
    width:100%;
    padding:16px;
    border-radius:12px;
    background:#fff;
}
.custom-tabs .tag-pane-button {
    display: flex;
    min-width: 10px;
    min-height: 10px;
    max-width: 10px;
    max-height: 10px;
    background: #E9EAEB;
    border-radius: 50%;
    padding:0;
    margin:0;
}

    .custom-tabs .tag-pane-button.active {
        background: #7F56D9 !important;
        border:none !important;
    }

.tab-content {
    margin-top: 0;
    padding:0;
}

    .tab-content > .active {
        background: none !important;
        border:none !important;
    }
.application-form-check-input[type=checkbox] {
    border-radius: 50% !important;
    width: 1.1rem;
    height: 1.1rem;
}
.application-gray-card {
    background: #FAFAFA;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:52px 24px 32px 24px;
    position:relative;
    border-radius:16px;
    text-align:center;
}
.application-gray-card .mail-icon{
    position:absolute;
    left:40%;
    top:-30px;
    width:64px;
    height:64px;
}
.qr-photo-container {
    /*border: 1px solid #CBD5E1;*/
    min-width: 200px;
    min-height: 200px;
    max-width: 200px;
    max-height: 200px;
    padding: 16px;
    border-radius: 12px;
    display:flex;
    justify-content:center;
    align-items:center;
}

    .qr-photo-container .code-image {
        width: 100%;
        height: 100%;
    }

/*
.certificate-radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}*/

.radio-option {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    margin: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

    .radio-option:hover {
        /*border: 2px solid #cbd5e1;*/
        /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);*/
    }

    .radio-option.selected {
        border: 2px solid #9E77ED;
    }

.radio-input {
    display: none;
}

.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
    width: 100%;
    color: #414651;
    font-weight: 500;
    align-items: start;
}

.radio-circle {
    width: 16px;
    height: 16px;
    border: 2px solid #cbd5e1;
    border-radius: 50%;
    /*margin-right: 12px;*/
    margin-right: .5rem !important;
    position: relative;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.radio-option.selected .radio-circle {
    border-color: #8b5cf6;
    background: #8b5cf6;
}

    .radio-option.selected .radio-circle::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 6px;
        height: 6px;
        background: white;
        border-radius: 50%;
    }
.btn-primary:disabled {
    border: 1px solid #E9EAEB !important;
    background: #F5F5F5 !important;
    color: #A4A7AE !important;
}
.single-date-picker .drp-buttons{
    display:none !important;
}
.privacy-policy-ul{
    padding-left:18px;
    margin-bottom:0px;
}
.privacy-policy-ul li {
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #535862 !important;
}
.icon-24{
    width:20px;
    height:20px;