.custom-tn-logo img {
    margin: 20px;
    max-height: 60px; /* Adjust based on your logo size */
}

.custom-tn-txt {
    margin-left: 20px;
    font-size: 2vw;
    /* font-weight: bold; */
    color: #e41e2f;
    font-family: fantasy;
}
.login-btn{
    margin-right: 10px;
}

.loaderbg
{
    border-radius: 50% !important;
}


.custom-radio {
    display: inline-block;
    margin-right: 10px;
}

.custom-radio-label {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: pointer;
}

.custom-radio-input {
    display: none;
}

.custom-radio-input:checked + .custom-radio-label {
    background-color: #f8f9fa;
    /*border-color: #007bff;*/
    /*color: #007bff;*/
    border-color: green;
    color: green;
}

.custom-radio-label span {
    margin-left: 5px;
}

.registerform
{
    /*height: 550px;*/
    overflow: auto;
    display: block;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}
@media (max-width: 767.98px) {
    .custom-tn-logo img{
        display: block;
    }
    .custom-tn-txt{
        display: block;
        font-size: 5vw;
    }
}

.text-danger {
    color: #dc3545 !important;
    font-size: small;
}

.donation-box .donation-form .form-group input[type='password'] {
    position: relative;
    display: block;
    width: 100%;
    height: 58px;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    color: #696b7e;
    padding: 10px 20px;
    border-radius: 5px;
}

.donation-box .donation-form .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 58px;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    color: #696b7e;
    padding: 10px 20px;
    border-radius: 5px;
}

.news-block-three .inner-box{
    border: 1px solid #000000 !important;
}

.nice-select{
    display: none !important;
}

.donation-box .tab-btns li.active-btn{
    border: 2px solid green !important;
    background: white !important;
}
li.tab-btn {
    background: grey !important;
}
.d-flex.align-items-center.justify-content-between{
    height: 45px !important;
}
p,body,.custom-tn-txt,.donation-box .donation-form .form-group label,h1,h2,h3,h4,h5,.donation-box .tab-btns li {
    font-family: "Anek Tamil", sans-serif !important;
}
.main-menu .navigation > li ,.main-header .menu-right-content .language-box .text{
    font-size: 11px;
}
a{
    text-decoration: none;
}