﻿  .apply_content {
        width: 100%;
        padding: 0 !important;
        margin-right: auto;
        margin-left: auto;
    }
        .pl-3 {
            padding: 15px !important;
        }
        .line2 {
            color:#000;
            display:flex;
            align-items:center;
        }
        .line2:after {
        content:" ";
        flex:1 0 0%;
        height:1px;
        background:rgba(0,0,0,0.8);
        margin:0 1rem 0 0;
        }
        .line2:after {
        margin:0 0 0 1rem;
        }

        .tab_content {
            display: flex;
            padding: 20px;
        }

        .term_use-title{
            display: flex;
            padding: 20px 0px;
        }

/*        .term_use-title h6{
            padding-bottom: 10px;
            font-weight: bold;
            border-bottom: 2px solid rgba(217, 217, 217, 1);
            color: rgba(217, 217, 217, 1);
        }
        .term_use-title a,h6:hover{
            text-decoration: none;
            padding-bottom: 10px;
            font-weight: bold;
            border-bottom: 2px solid black;
            color:black;
            cursor: pointer;
        }
        .term_use-title a,h6.active{
            padding-bottom: 10px;
            font-weight: bold;
            border-bottom: 2px solid black;
            color: black;
        }*/


        .term_use_content {
            padding: 0px 20px;
            display: none;
        }

        .term_use_content-title h4{
            color: rgba(28, 31, 53, 1);
        }
        .term_use_content-text h5{
            color: rgba(102, 108, 137, 1);
        }

        .tablinks {
            cursor: pointer;
        }

        .term_use_sidebar {
            height: fit-content;
        }
        .term_use_sidebar-caterogy{
            padding-bottom: 50px;
        }
        .term_use_sidebar-caterogy div{
            margin-top:10px;

        }


        .term_use_sidebar-caterogy a.active{
            border-left: 5px solid black !important;
            color: black !important;
            font-size: 700 !important;
        }




        .notice_row{
            padding: 20px;
            background-color: #b5e0f5;
            border-radius: 5px;
        }
        .notice{
            padding: 0px 20px;
        }



       .delete_container{
        padding: 8px 30px;
        border: 1px solid #eee;
        background-color: transparent;
        color: #757575;
       }
       .delete_container:hover{
        background-color: #eee;

       }


        /* =======Radio CSS checked========  */
        [type="radio"]:checked,
        [type="radio"]:not(:checked) {
            position: absolute;
            left: -9999px;
        }
        [type="radio"]:checked + label,
        [type="radio"]:not(:checked) + label
        {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #666;
        }
        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 3px solid #666;
            border-radius: 100%;
            background: #fff;
        }
        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #000;
            position: absolute;
            top: 5px;
            left: 5px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }
        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }
        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
       

    .input-counter {
        /* max-width: 350px; */
        min-width: 250px;
        text-align: center;
        position: relative;
    }

        .input-counter span {
            top: 0;
            width: 40px;
            height: 100%;
            font-size: 15px;
            cursor: pointer;
            line-height: 50px;
            position: absolute;
            color: var(--paragraphColor);
            background-color: transparent;
            -webkit-transition: var(--transition);
            transition: var(--transition);
        }

            .input-counter span.minus-btn {
                left: 0;
                border-right: 1px solid #495057;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .input-counter span.plus-btn {
                right: 0;
                border-left: 1px solid #495057;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .input-counter span:hover {
                color: #495057;
                background-color: #eee;
                border: 1px solid #495057;
            }

        .input-counter input {
            outline: 0;
            width: 100%;
            height: 60px;
            display: block;
            text-align: center;
            color: var(--blackColor);
            border: 1px solid #495057;
            background-color: var(--whiteColor);
            font-size: 17px;
            font-weight: 600;
        }

            .input-counter input::placeholder {
                color: var(--blackColor);
            }

    .quote-fluid {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        margin-right: auto;
        margin-left: auto;
    }

    .container_add {
        margin-bottom: 20px;
    }

    .container_form {
        display: flex;
        width:100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }

/*    .add_container {
        padding: 8px 30px;
        border: 1px solid #eee;
        background-color: transparent;
        color: #757575;
    }
.add_container:hover {
    background-color: #eee;
    cursor: pointer;
}*/

.add_container {
    margin: 5px;
    transition: all .5s ease;
    color: #fff;
    border: 3px solid #374694;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    background-color: #374694;
    padding: 10px;
    outline: none;
    border-radius: 4px;
}
    .add_container:hover {
        /*        color: #fff;
        background-color: #374694;*/
        color: #374694;
        background-color: transparent;
        border: 3px solid #374694;
    }
.career_detail-content-apply {
    margin-top: 10px !important;
}
.form-control-apply {
    display: block;
    width: 100%;
    height: calc(2.5em + 0.75rem + 8px) !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #666C89;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.kqtinhgia-content {
    display: flex;
    justify-content: space-between;
}
@media (max-width:840px) {
    .card_formKetQua_body {
        flex-direction: column;
    }
    .tab_content {
        flex-direction: column;
    }
    .tab  {
        margin-bottom:  20px;
    }
}