

h4 {

    color: #f0a500;
}

input, textarea,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select {
    width: 100%;
    padding: 1em;
    line-height: 1.4;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    input:focus, textarea:focus {
        outline: 0;
        border-color: #bd8200;
    }

        input:focus + .input-icon i {
            color: #f0a500;
        }

        input:focus + .input-icon:after {
            border-right-color: #f0a500;
        }

    input[type="radio"] {
        display: none;
   
    }

        input[type="radio"] + label,
        select {
            display: inline-block;
            width: fit-content;
            text-align: center;
            float: left;
            border-radius: 0px;
        }

            input[type="radio"] + label:first-of-type {
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
            }

            input[type="radio"] + label:last-of-type {
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;
            }

            input[type="radio"] + label i {
                padding-right: 0.4em;
            }

            input[type="radio"]:checked + label,
            input:checked + label:before,
            select:focus,
            select:active {
                background-color: #f0a500;
                color: #fff;
                border-color: #bd8200;
            }

    input[type="checkbox"] {
        display: inline-block;
        width: fit-content;
       
    }

        input[type="checkbox"] + label {

            position: relative;
            display: inline-block;
            padding-left: 1.6em;
        }

            input[type="checkbox"] + label:before {
                position: absolute;
                top: 0.2em;
                left: 0;
                display: block;
                width: 1em;
                height: 1em;
                padding: 0;
                content: "";
            }

            input[type="checkbox"] + label:after {
                position: absolute;
                top: 0.45em;
                left: 0.2em;
                font-size: 0.8em;
                color: #fff;
                opacity: 0;
                font-family: FontAwesome;
                content: "\f00c";
            }

    input:checked + label:after {
        opacity: 1;
    }

select {
    height: 3.4em;
    line-height: 2;
}

    select:first-of-type {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    select:last-of-type {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    select:focus,
    select:active {
        outline: 0;
    }

    select option {
        background-color: #f0a500;
        color: #fff;
    }

.input-group {
    margin-bottom: 1em;
    zoom: 1;
}

    .input-group:before,
    .input-group:after {
        content: "";
        display: table;
    }

    .input-group:after {
        clear: both;
    }

.input-group-icon {
    position: relative;
}

    .input-group-icon input {
        padding-left: 4.4em;
    }

    .input-group-icon .input-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 3.4em;
        height: 3.4em;
        line-height: 3.4em;
        text-align: center;
        pointer-events: none;
    }

        .input-group-icon .input-icon:after {
            position: absolute;
            top: 0.6em;
            bottom: 0.6em;
            left: 3.4em;
            display: block;
            border-right: 1px solid #e5e5e5;
            content: "";
            -webkit-transition: 0.35s ease-in-out;
            -moz-transition: 0.35s ease-in-out;
            -o-transition: 0.35s ease-in-out;
            transition: 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

        .input-group-icon .input-icon i {
            -webkit-transition: 0.35s ease-in-out;
            -moz-transition: 0.35s ease-in-out;
            -o-transition: 0.35s ease-in-out;
            transition: 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

.row {
    zoom: 1;
}

.col-half {
    padding-right: 10px;
    float: left;
    width: 50%;
}

    .col-half:last-of-type {
        padding-right: 0;
    }

.col-third {
    padding-right: 10px;
    float: left;
    width: 33.33333333%;
}

    .col-third:last-of-type {
        padding-right: 0;
    }



.c {
    max-width: 50em;
    padding: 1em 3em 2em 3em;
    margin: 0em auto;
    background-color: #fff;
    border-radius: 4.2px;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}


/***********************************************/
body {
    font-family: "Roboto", serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}

h1, h2, h4, h5 {
    font-weight: 700;
    color: #000000;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1rem;
}

.table {
    color: #000;
}

    .table td, .table th {
        border-top: 1px solid #000;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #000;
    }

@page {
    margin-top: 2.5cm;
    margin-bottom: 2.5cm;
}

@page :first {
    margin-top: 0;
    margin-bottom: 2.5cm;
}

/*****************************************************/
.table-container {
    padding: 0 10%;
    margin: 40px auto 0;
}

.table1 {
    width: 100%;
    border-collapse: collapse;
}

    .table1 thead {
        background-color: #ee2888;
    }

        .table1 thead tr th {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0.35px;
            color: #000;
            opacity: 1;
            padding: 12px;
            vertical-align: top;
            border: 1px solid #dee2e685;
        }

    .table1 tbody tr td {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0.35px;
        color: #f1f1f1;
        padding: 8px;
        text-align: center;
        border: 1px solid #dee2e685;
    }

    .table1 .text-open {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.35px;
        color: #ff1046;
    }

    .table1 tbody tr td .btn {
        width: 130px;
        text-decoration: none;
        line-height: 35px;
        background-color: #ff1046;
        display: inline-block;
        font-weight: medium;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        user-select: none;
        border: 1px solid transparent;
        font-size: 14px;
        opacity: 1;
    }

@media (max-width: 768px) {

    .table1 thead {
        display: none;
    }

    .table1 table, .table1 tbody, .table1 td, .table1 tr {
        display: block;
        width: 100%;
    }

    .table1 tr {
        margin-bottom: 15px;
    }

        .table1 tr td {
            text-align: right;
            padding-left: 50%;
            position: relative;
        }

    .table1 td:before {

        content:attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: 600;
        font-size: 14px;
        text-align: left;
    }
}