.App {
    text-align: center;
}

.App-logo {
    height: 40vmin;
    pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
    .App-logo {
        animation: App-logo-spin infinite 20s linear;
    }
}

.App-header {
    background-color: #282c34;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: white;
}

.App-link {
    color: #61dafb;
}

@keyframes App-logo-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*---------------------------------------------------------------*/
.SMCLargTT{
    height: 60px;
    max-width: 100%;
    width: 100%;
    min-width: 200px;
    padding: 0 30px;
    line-height: 60px;
    border-radius: 4px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    color: #fff;
}
.SMCSmall{
    height: 40px;
    width: 100%;
    max-width: 100%;
    min-width: auto;
    text-align: center;
    line-height: normal;
    font-size: 13px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    color: #fff;
}

    .SMCLargTT:hover, .SMCSmall:hover{
        color: #fff;
    }

.SMCLargTT, .SMCSmall, .ExtraFeatureSMC {
    background: #4CBD01;
}

.editModal002 .yrVehicle {
    padding: 0px;
    width: 100%;
}

.editModal002 label {
    font-size: 14px;
    margin-bottom: 0;
}

.editModal002 .genderRDDD label {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
}

.editModal002 .genderRDDD_Edit label .style-inpt {
    height: 50px;
}

.editModal002 .choose-relative {
    border: 1px solid #ccc;
    margin: 15px 0;
    padding: 8px 15px;
    border-radius: 4px;
}

    .editModal002 .choose-relative .trvlPrsnBox {
        height: auto;
        margin: 0;
    }

    .editModal002 .choose-relative .row {
        margin-bottom: 10px;
        position: relative;
    }

        .editModal002 .choose-relative .row .ageWithdel {
            display: inline-block;
            margin: auto;
            position: absolute;
            right: 17px;
            top: 10px;
        }

.modal-body.editModal002 {
    padding: 16px;
    height: 600px;
    overflow: auto;
}

.editModal002 .choose-relative .btn:hover {
    color: #fff !important;
}

.editModal002 .genderRDDD label input {
    margin-right: 5px;
}

.InsuMandiLarg, .InsuMandiSmall, .ExtraFeatureInsuMandi {
    background: #2b308b;
}

.modal-body.editModal002::-webkit-scrollbar {
    width: 8px;
}

.modal-body.editModal002::-webkit-scrollbar-track {
    border-radius: 100px;
}

.modal-body.editModal002::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.SumAssuredPP {
    width: 350px;
}


.HealthSeeDetails .modal-content {
    background: transparent;
    border-radius: 0;
    border: none;
}

    .HealthSeeDetails .modal-content .modal-header {
        background: #fff !important;
        margin: 0 0 15px 0;
        border-radius: 5px;
    }

.HealthSeeDetails .commenHealthPP .modal-body {
    margin: 0px 0 0 0;
    width: 100%;
    border: none;
    height: auto;
    border-radius: 5px;
    overflow: initial;
    padding: 0;
}

.HealthSeeDetails .commenHealthPPHead {
    padding: 10px 15px;
}

    .HealthSeeDetails .commenHealthPPHead .sumInsuredTTLPOP {
        display: inline-block;
        font-size: 14px;
        padding-right: 30px;
        color: #8b8b8b;
        font-weight: 500;
    }

        .HealthSeeDetails .commenHealthPPHead .sumInsuredTTLPOP b {
            font-weight: 600;
            color: var(--gray-dark);
            font-size: 20px;
        }

    .HealthSeeDetails .commenHealthPPHead .premiumBox {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

.HealthSeeDetails .commenHealthPP .modal-body .nav-tabs {
    padding: 0px;
    background: #fff;
    border-radius: 5px 5px 0px 0px;
}

    .HealthSeeDetails .commenHealthPP .modal-body .nav-tabs .nav-link {
        color: #666;
        margin-right: 5px;
        border: none;
        border-bottom: 2px solid transparent;
    }

        .HealthSeeDetails .commenHealthPP .modal-body .nav-tabs .nav-link.active {
            box-shadow: none !important;
            border-bottom: 2px solid #07ddff;
            border-radius: 0px;
            font-weight: normal;
            background: transparent;
        }

        .HealthSeeDetails .commenHealthPP .modal-body .nav-tabs .nav-link:hover {
            border-bottom: 2px solid #07ddff;
            border-radius: 0px;
        }

.HealthSeeDetails .commenHealthPP .modal-body .tab-content {
    background-color: #fff;
    padding: 15px;
    border-radius: 0px;
    height: 350px;
}
.HealthSeeDetails {
    background: #e8eef1 !important;
    position: relative;
    z-index: 9;
    left: 0;
    right: 0;
    top: 55px;
    bottom: 0;
    padding-top: 40px;
    height: 100vh;
}

    .HealthSeeDetails .modal-footer {
        background: #fff;
        margin-top: 0px;
        border-radius: 0px 0px 5px 5px;
    }

@media only screen and (max-width: 1400px) {
    .HealthSeeDetails {
        padding-bottom: 30px;
        height: 100%;
        overflow: auto;
    }

        .HealthSeeDetails .commenHealthPP .modal-body .tab-content {
            height: 300px;
        }

    .featurDetailsPopup {
        height: auto;
        max-height: 270px;
    }
}
