/**********************ter details*****************/
.ter_details {
    background: rgba(255, 255, 255, 8%);
    padding: 30px 30px;
    border-radius: 20px;
    margin: 60px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.total_exp_ratio {
    font-size: 18px;
    line-height: normal;
    font-weight: 300;
    color: #fff;
    margin-top: 60px;
}

.ter_details h3 {
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
}

.ter_details .form-select.custom-select {
    max-width: 100% !important;
}

    .ter_details .form-select.custom-select option {
        background: rgba(0, 0, 0, 0.8) !important;
    }

.ter_btn_content {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 20px;
}

    .ter_btn_content button {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        letter-spacing: 0.8px;
        min-width: 150px;
        padding: 14px;
        padding: 12px;
    }

.btn_reset {
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
}

    .btn_reset:hover {
        border: 1px solid #ffffff;
        color: #000000;
        background-color: #ffffff;
    }

.btn_submit {
    border: 1px solid #ffffff;
    color: #000000;
    background-color: #ffffff;
}

    .btn_submit:hover {
        border: 1px solid #ffffff;
        background-color: transparent;
        color: #ffffff;
    }

.ter_download {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

    .ter_download p {
        font-size: 16px;
        line-height: normal;
        font-weight: 300;
        color: #ffffff;
    }

    .ter_download a {
        font-size: 16px;
        line-height: normal;
        font-weight: 500;
        color: #ffffff;
    }

.ter_download_modal .modal-content {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px;
    text-align: center;
    max-width: 480px;
}

    .ter_download_modal .modal-content h3 {
        font-size: 28px;
        line-height: normal;
        font-weight: normal;
        color: #000000;
        margin-bottom: 30px;
    }

    .ter_download_modal .modal-content p {
        font-size: 20px;
        line-height: 28px;
        font-weight: 300;
        color: #000000;
        opacity: 80%;
        margin-bottom: 38px;
    }

    .ter_download_modal .modal-content .btn-click {
        background-color: #0281E4;
        color: #ffffff;
        text-transform: uppercase;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        font-size: 14px;
        letter-spacing: 0.3px;
        border: 1px solid #0281e4;
        font-weight: 500;
    }

        .ter_download_modal .modal-content .btn-click:hover {
            background-color: #ffffff;
            color: #0281E4;
            border: 1px solid #0281e4;
        }

    .ter_download_modal .modal-content .btn-close {
        position: absolute;
        right: 20px;
        opacity: 1;
        top: 10px;
    }

.ter_details .nav-link.active {
    background: #fff;
    color: #000;
    /* font-family: 'Poppins'; */
    font-weight: 500;
    font-style: SemiBold;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border: 0.5px solid #ffffff59;
}

.ter_details .nav-link {
    font-weight: 500;
    font-style: SemiBold;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border: 0.5px solid #ffffff59;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    color: rgba(255, 255, 255, 60%);
    width: 210px;
    height: 40px;
}

.ter_details .nav.nav-pills {
    gap: 10px;
}

.ter_details .tab-content .form-control {
    background-color: transparent;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    border: 0 none;
    color: #ffffff;
    box-shadow: none;
    background-image: none;
    padding: 12px 20px;
}

    .ter_details .tab-content .form-control::placeholder {
        color: rgba(255, 255, 255, 60%);
        font-size: 14px;
        line-height: normal;
        font-family: 'Poppins';
        font-weight: 300;
    }

/*.ter_details .tab-content .col-md-3 {
    width: 22%;
}*/

.ter_details .tab-content .fndname {
    position: relative;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 48px;
    color: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    width: 100%;
    border-radius: 100px;
}

.ter_details .tab-content .custom-input {
    border: 1px solid #ffffff40;
    border-radius: 50px;
}

.notice_tbl table {
    border-collapse: separate;
    border-spacing: 0px;
    width: 100%;
    border: 2px solid rgb(51, 51, 51);
    overflow: hidden;
    border-radius: 10px;
}

.notice_tbl th {
    padding: 20px 0px;
}

.notice_tbl th,
.notice_tbl td {
    padding: 20px 0px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

    .notice_tbl td,
    .notice_tbl td a {
        background-color: transparent;
        color: rgb(255, 255, 255);
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: 0.32px;
        text-transform: capitalize;
        padding: 20px 0px;
        text-decoration: none;
    }

        .notice_tbl td:first-child,
        .notice_tbl th:first-child {
            padding: 12px 30px;
        }

        .notice_tbl td:last-child {
            opacity: 0.7;
        }

.notice_tbl th {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
}

.notice_tbl thead tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.notice_tbl thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.notice_tbl tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.notice_tbl tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.ter-note {
    font-size: 10px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: right;
    margin-bottom: 20px;
}


/**************************ADD FOR MOBILE**************************************/
/******************ter details*************************/
@media only screen and (max-width: 767px) {
    .ter_details h3 {
        display: none;
    }
    .ter_details{
        padding:20px 15px;
    }
        .ter_details .nav-link{
            width:auto !important;
            font-size:11px !important;
            letter-spacing:0.1px !important;
        }
        .ter_btn_content button {
            min-width: 46%;
            margin-top: 20px;
        }

    .ter_download {
        flex-direction: column;
    }

    .ter_download_modal .modal-dialog {
        position: fixed;
        top: auto;
        bottom: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        transform: translateY(100%) !important;
        transition: transform 0.3s ease-out;
        -webkit-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        -ms-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        -webkit-transform: translateY(100%) !important;
        -moz-transform: translateY(100%) !important;
        -ms-transform: translateY(100%) !important;
        -o-transform: translateY(100%) !important;
    }

    .ter_download_modal h3 span {
        font-size: 16px !important;
    }

    /* When modal is shown, slide it up */
    .ter_download_modal.show .modal-dialog,
    .ter_download_modal.show .modal-dialog {
        transform: translateY(0%) !important;
        -webkit-transform: translateY(0%) !important;
        -moz-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        -o-transform: translateY(0%) !important;
    }

        .ter_download_modal.show .modal-dialog.modal-dialog-centered {
            align-items: flex-end;
        }

            .ter_download_modal.show
            .modal-dialog.modal-dialog-centered
            .modal-content {
                background-image: url("../images/notch_img.png") !important;
                background-repeat: no-repeat;
                background-position: top center;
                background-size: 100% 100%;
                position: fixed;
                bottom: 0;
                background-color: transparent;
                padding-top: 50px;
                padding: 50px 20px 15px;
                left: 0;
                right: 0;
                margin: 0 auto;
            }

    .ter_download_modal .btn-close {
        --bs-btn-close-bg: none;
        left: 0;
        right: 0;
        margin: auto;
        width: 60px;
        height: 15px;
    }

    .total_exp_ratio {
        margin-top: 80px;
    }


    .ter_details .tab-content .col-md-3 {
        width: 100%;
    }

    .ter_details .nav-link {
        width: 100%;
        height: 36px;
        font-size: 11px !important;
    }
    .notice_tbl td a {
        display: inline-flex;
        align-items: flex-start;
        font-size:13px;
        line-height:normal;
        padding:5px 0;
    }
    .notice_tbl td:last-child{
        min-width:60px;
        font-size:13px;
    }
    .notice_tbl th{
        font-weight:400;
        font-size:14px;
    }
    .notice_tbl td a img {
        width: 30px;
    }
    .ter_details .nav.nav-pills {
        flex-wrap: nowrap;
    }
    .notice_tbl th, .notice_tbl td{
        padding:15px 0;
    }
        .notice_tbl td:first-child, .notice_tbl th:first-child{
            padding:12px 10px;
        }

}
