form label {
    font-size: 14px !important;
    color: #526484 !important;
}

.customInput{
    border: 1px solid #e4e4e4;
    height: 66px;
    width: 100%;
    border-radius: 8px;
    /* max-width: 300px; */
}


.container-wrap{
    margin: 20px 0px 30px 0px;
}

.formTitle{
    display: flex; 
    flex-direction: row; 
    align-items: center; 
    gap: 10px; 
    padding-left: 14px;
}

.formTitle em{
    background-color: #0971fe; 
    padding: 10px; 
    color: #fff; 
    font-size: 23px; 
    border-radius: 5px;
}

.customSelect > .select2 > .selection > .select2-selection{
    height: calc(3.813rem + 2px)
}

.customSelect > .select2 > .selection > .select2-selection .select2-selection__rendered{
    height: 100%;
    display: flex;
    align-items: center;
}
.customSelect > .select2 > .selection > .select2-selection .select2-selection__arrow{
    height: 100%;
}

:focus {
    outline: 0;
    border-color: #2260ff;
    box-shadow: 0 0 0 4px #b5c9fc;
}

.customRadio{
    margin-bottom: 10px;
}
.customRadio div {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.customRadio input[type="radio"] {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.customRadio input[type="radio"]:checked + span {
    box-shadow: 0 0 0 0.0625em #0043ed;
    background-color: #dee7ff;
    z-index: 1;
    color: #0043ed;
}

.customRadio label span {
    display: block;
    cursor: pointer;
    background-color: #fff;
    padding: 0.375em .75em;
    position: relative;
    margin-left: .0625em;
    box-shadow: 0 0 0 0.0625em #b5bfd9;
    letter-spacing: .05em;
    color: #3e4963;
    text-align: center;
    transition: background-color .5s ease;
}

.customRadio label:first-child span {
    border-radius: .375em 0 0 .375em;
}

.customRadio label:last-child span {
    border-radius: 0 .375em .375em 0;
}

@media (max-width: 768px){
    .customRadio label{
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 767px){
    .nk-block-head-content{
        padding: 0px 0px 10px 0px !important
    }
    .containerBody{
        max-width: 100%;;
        padding: 0px !important;
    }
    .cardInner{
        padding: 0px !important;
    }
    .cardBody{
        border: 0px !important;
    }
}