/* Minification failed. Returning unminified contents.
(574,40): run-time error CSS1046: Expect comma, found '0'
(574,44): run-time error CSS1046: Expect comma, found '/'
 */
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/** Principal **/
.unete {
    background-color: #E5E4E4;
    overflow: hidden;
}

.unete-banner {
    background-color: #278EDD;
}

.unete-path {
    height: 95px;
    background-image: url(/Content/Images/tire-path-05.png);
    background-position: center center;
    background-repeat: repeat-x;
}

.unete-title {
    font-family: 'Anton', Arial, sans-serif;
    font-size: 3rem;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding-top: 25px;
    background-image: url(/Content/Images/background-videos.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 350px;
    float: left;
    width: 100%;
    height: 95px;
    -webkit-text-stroke: 0.2px #000;
}

.cards {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
}

.cards h2.header {
    margin: 0px 20px 15px 20px;
    text-align: justify;
    color: #464040;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.services {
    display: flex;
    align-items: center;
}

.mas-services {
    display: inline-block !important;
    width: 33% !important;
}

.content {
    display: grid;
    margin: 20px;
    padding: 25px;
    border: 1px solid;
    border-radius: 4px;
    transition: all .3s ease;
    font-family: 'Anton', Arial, sans-serif;
    background-color: whitesmoke;
    width: -moz-available;
    width: -webkit-fill-available;
    min-height: 67vh;
}

.mas-content {
    min-height: 0 !important;
    padding-block: 0 !important;
    margin-block: 0 !important;
    border: 0 !important;
    background-color: inherit !important;
}

.mas-link {
    margin: 0 !important;
    border: 1px solid !important;
}

.content .far,
.content .fas {
    font-size: 30px;
    height: 30px;
}

.content > * {
    flex: 1 1 100%;
}

.content:hover {
    color: white;
}

.content:hover a {
    border-color: white;
    background: white;
}

.content-1:hover {
    border-color: #278EDD;
    background: #278EDD;
}

.content-1:hover a {
    color: #278EDD;
}

.content .card-title {
    font-size: 22px;
    margin-top: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 35px;
    margin-block: 5px;
}

.content p {
    font-size: 13.5px;
    font-family: 'Poppins',sans-serif;
    text-align: justify;
    margin-block: 5px;
}

.content a {
    margin: 15px 0;
    background: #FF8B1C;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #FF8B1C;
    padding: 15px 0;
    border-radius: 4px;
    transition: .3s ease;
    height: 55px;
}

.content a:hover {
    border-radius: 25px;
}

.last-p-1 {
    height: 95px;
}

.last-p-2 {
    height: 114px;
}

@media (max-width: 1100px) {
    .logout {
        padding-inline: 46px !important;
    }

    .unete-title {
        font-size: 2.5rem;
        padding-top: 28px;
    }

    .services {
        display: flex;
        flex-direction: column;
    }

    .mas-services {
        display: flex !important;
        width: 100% !important;
    }

    .mas-content {
        min-height: 0 !important;
        width: -moz-available !important;
    }

    .content p {
        height: auto;
        margin-block: 10px !important;
    }

    .last-p-1 {
        height: auto !important;
    }

    .last-p-2 {
        height: auto !important;
    }

    .content {
        min-height: 45vh;
        width: -moz-available;
    }
}

@media (max-width: 410px) {
    .unete-title {
        font-size: 2.2rem;
        padding-top: 31px;
    }
}


.table-container {
    display: flex;
    justify-content: center;
    margin: 8vh auto;
    width: 80%;
    border-radius: 10px;
    padding: 5px;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 0.5em;
    overflow: hidden;
}

tr:nth-of-type(odd) {
    background-color: #fff;
    color: #333;
}

tr:nth-of-type(even) {
    background-color: #fff;
    color: #333;
}

th {
    background-color: #FF8B1C;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    padding: 8px;
}

td {
    padding: 12px;
}

td, th {
    border: 1px solid #e5e4e4;
    text-align: center;
}

.btn {
    color: #fff;
    background-color: #278edd;
    font-size: 13px;
    padding: 5px 30px;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn:hover {
    background-color: #ff7510;
}

.link-vacante {
    color: #1B639A;
}

.link-vacante:hover {
    color: #ff7510;
}

.click-here {
    display: flex;
    justify-content: right;
    margin: 6vh auto 0;
    width: 80%;
    padding: 5px;
}

@media only screen and (max-width:768px), (min-device-width:768px) and (max-device-width:992px) {
    .table-container {
        width: 95%;
        background: transparent;
    }

    .click-here {
        width: 95%;
    }

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }

    td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: right;
    }

        td::before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            font-size: 16px;
            font-weight: 600;
            text-align: left;
        }

        td:nth-of-type(1)::before {
            content: "Título de vacante";
        }

        td:nth-of-type(2)::before {
            content: "Ubicación";
        }

        td:nth-of-type(3)::before {
            content: "Fecha de publicación";
        }

        td:nth-of-type(4)::before {
            content: "Status";
        }

        td:nth-of-type(5)::before {
            content: "Job Title";
        }

        td:nth-of-type(6)::before {
            content: "Action";
        }
}



.dialog-container {
    width: 40%;
    background-color: #fff;
    margin: 10vh auto;
    padding: 20px 5%;
    border: 1px solid;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    text-align: center;
}

.dialog-container h1 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    font-family: Arial;
}

.formContainer {
    width: 50%;
    background-color: #fff;
    margin: 10vh auto;
    padding: 20px 5%;
    border: 1px solid;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.formContainer h1 {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    text-align: center;
    /*color: #FF8B1C;*/
    margin-bottom: 30px;
}

.form-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 20px;
}

.inputcontrol {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    /*text-transform: none !important;*/
    color: #000;
    border: none;
    border-bottom: 1px solid #0000007a;
    padding: 10px 0;
    line-height: 1.5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.inputcontrol::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.inputcontrol:focus {
    outline: none;
    border-bottom: 1px solid #1035ff;
}

.inputcontrol:focus::placeholder {
    color: #1035ff;
}



.emoployed {
    margin-right: 10%;
}

    .emoployed::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 20px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border: 3px solid #6c6c6c;
        padding: 4px;
        background-color: transparent;
        background-clip: content-box;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        cursor: pointer;
        vertical-align: -10px;
    }



.checkBox .checkcont {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 12px 0;
    cursor: pointer;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    user-select: none;
    color: #292F42;
}

.checkBox .checkcont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #d9d9d9;
}

.checkcont:hover input ~ .checkmark {
    background: #ccc;
}

.checkcont input:checked ~ .checkmark {
    background: #394fc6;
}

.checkmark::after {
    content: " ";
    position: absolute;
    display: none;
}

.checkcont input:checked ~ .checkmark::after {
    display: block;
}

.checkcont .checkmark::after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.terms-checkbox {
    margin-bottom: 10px;
    justify-content: left;
    gap: 10px;
    color: #292929;
    user-select: none;
}

.terms-validate .field-validation-valid,
.question-validate .field-validation-valid {
    display: none;
}

    .button {
        width: 100%;
        height: 50px;
        background-color: transparent;
        color: #1B639A;
        margin-top: 5px;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        border: 2px solid #1B639A;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        box-shadow: -2px 4px 4px rgb(0 0 0 / 1%);
        cursor: pointer;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

.button:hover {
    border: 2px solid #1B639A;
    background-color: #1B639A;
    color: #fff;
}

@media(max-width:768px) {
    .dialog-container {
        width: 95%;
    }

    .formContainer {
        width: 95%;
    }

    .form-group {
        /*flex-direction: column;*/
        gap: 20px;
    }

    .checkcont {
        font-size: 16px;
        margin: 20px 0;
    }
}




.logout {
    margin: -1px auto;
    text-align: right;
    /*max-width: 1100px;*/
    padding-inline: 52px;
    padding-block: 5px;
    background-color: #0C446F;
    color: #fff;
    /*   font-weight: bold;*/
    text-transform: uppercase;
}

.logout span {
    font-weight: lighter;
}

.logout a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.logout a:hover {
    -webkit-text-stroke: 0.2px #fff;
}

@media(min-width: 1100px) {
    .logout {
        padding-inline: 115px;
    }
}














.tab-content ul {
    list-style: disc !important;
}

.tab-content ul li::marker {
    color: #FF8B1C;
}

.tab-content ul li {
    padding-bottom: 0.4em;
    font-family: 'Poppins',sans-serif;
    font-size: 17px;
}


.opening-detail-subtitle {
    font-size: 19px;
    margin-top: 5px;
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px 40px;
}

/**/
/* main styles */
/**/
.pcss3t {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 0;
    text-align: left;
    margin-block: 15px;
    margin-inline: 15px;
    color: rgb(112, 112, 112);
    font-family: "Anton", Arial, sans-serif;
    line-height: 22.4px;
}

    .pcss3t > input {
        position: absolute;
        left: -9999px;
    }

    .pcss3t > label {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
        border: 0;
        outline: none;
        cursor: pointer;
        transition: all 0.1s;
        -o-transition: all 0.1s;
        -ms-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -webkit-transition: all 0.1s;
    }

        .pcss3t > label i {
            display: block;
            float: left;
            margin: 16px 8px 0 -2px;
            padding: 0;
            border: 0;
            outline: none;
            font-style: normal;
            font-size: 17px;
        }

    .pcss3t > input:checked + label {
        cursor: default;
    }

    .pcss3t > ul {
        list-style: none;
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border: 0;
        outline: none;
        font-size: 13px;
    }

        .pcss3t > ul > li {
            position: absolute;
            width: 100%;
            overflow: auto;
            padding: 30px 40px 40px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            opacity: 0;
            transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }

    .pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
    .pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
    .pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
    .pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
    .pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
    .pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
    .pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
    .pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
    .pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
    .pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
        z-index: 1;
        top: 0;
        left: 0;
        opacity: 1;
        -webkit-transform: scale(1,1);
        -webkit-transform: rotate(0deg);
    }


/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.pcss3t-height-auto > ul {
    height: auto !important;
}

    .pcss3t-height-auto > ul > li {
        position: static;
        display: none;
        height: auto !important;
    }

.pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t-height-auto > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t-height-auto > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t-height-auto > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t-height-auto > .tab-content-last:checked ~ ul .tab-content-last {
    display: block;
}


/**/
/* grid */
/**/
.pcss3t .grid-row {
    margin-top: 20px;
}

    .pcss3t .grid-row:after {
        content: '';
        display: table;
        clear: both;
    }

    .pcss3t .grid-row:first-child {
        margin-top: 0;
    }

.pcss3t .grid-col {
    display: block;
    float: left;
    margin-left: 2%;
}

    .pcss3t .grid-col:first-child {
        margin-left: 0;
    }

    .pcss3t .grid-col .inner {
        padding: 10px 0;
        border-radius: 5px;
        background: #f2f2f2;
        text-align: center;
    }

.pcss3t .grid-col-1 {
    width: 15%;
}

.pcss3t .grid-col-2 {
    width: 32%;
}

.pcss3t .grid-col-3 {
    width: 49%;
}

.pcss3t .grid-col-4 {
    width: 66%;
}

.pcss3t .grid-col-5 {
    width: 83%;
}

.pcss3t .grid-col-offset-1 {
    margin-left: 19%;
}

    .pcss3t .grid-col-offset-1:first-child {
        margin-left: 17%;
    }

.pcss3t .grid-col-offset-2 {
    margin-left: 36%;
}

    .pcss3t .grid-col-offset-2:first-child {
        margin-left: 34%;
    }

.pcss3t .grid-col-offset-3 {
    margin-left: 53%;
}

    .pcss3t .grid-col-offset-3:first-child {
        margin-left: 51%;
    }

.pcss3t .grid-col-offset-4 {
    margin-left: 70%;
}

    .pcss3t .grid-col-offset-4:first-child {
        margin-left: 68%;
    }

.pcss3t .grid-col-offset-5:first-child {
    margin-left: 85%;
}


/**/
/* typography */
/**/
.pcss3t .typography {
    color: #666;
}

    .pcss3t .typography h1,
    .pcss3t .typography h2,
    .pcss3t .typography h3,
    .pcss3t .typography h4,
    .pcss3t .typography h5,
    .pcss3t .typography h6 {
        margin: 40px 0 0 0;
        padding: 0;
        text-align: left;
        color: #333;
    }

    .pcss3t .typography h1 {
        font-size: 40px;
        line-height: 60px;
        text-shadow: 3px 3px rgba(0,0,0,0.1);
    }

    .pcss3t .typography h2 {
        font-size: 32px;
        line-height: 48px;
        text-shadow: 2px 2px rgba(0,0,0,0.1);
    }

    .pcss3t .typography h3 {
        font-size: 26px;
        line-height: 38px;
        text-shadow: 1px 1px rgba(0,0,0,0.1);
    }

    .pcss3t .typography h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .pcss3t .typography h5 {
        font-size: 15px;
        line-height: 23px;
        text-transform: uppercase;
    }

    .pcss3t .typography h6 {
        font-size: 13px;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .pcss3t .typography p {
        margin: 20px 0 0 0;
        padding: 0;
        line-height: 25px;
        text-align: left;
        font-family: 'Poppins',sans-serif;
        font-size: 17px;
    }

    .pcss3t .typography ul,
    .pcss3t .typography ol {
        list-style: none;
        /*margin: 20px 0 0 0;*/
        padding: 20px;
    }

    .pcss3t .typography li {
        position: relative;
        margin-top: 5px;
        padding-left: 20px;
    }

        .pcss3t .typography li ul,
        .pcss3t .typography li ol {
            margin-top: 5px;
        }

    .pcss3t .typography ul li:before {
        /*content: '';*/
        position: absolute;
        top: 8px;
        left: 0;
        width: 6px;
        height: 4px;
        background: #404040;
    }

    .pcss3t .typography ol {
        counter-reset: list1;
    }

        .pcss3t .typography ol > li:before {
            counter-increment: list1;
            content: counter(list1)'.';
            position: absolute;
            top: 0;
            left: 0;
        }

    .pcss3t .typography a {
        text-decoration: underline;
        color: #1889e6;
    }

        .pcss3t .typography a:hover {
            text-decoration: none;
        }

    .pcss3t .typography .pic {
        padding: 4px;
        border: 1px dotted #ccc;
    }

        .pcss3t .typography .pic img {
            display: block;
        }

    .pcss3t .typography .pic-right {
        float: right;
        margin: 0 0 10px 20px;
    }

    .pcss3t .typography .link {
        text-decoration: underline;
        color: #1889e6;
        cursor: pointer;
    }

        .pcss3t .typography .link:hover {
            text-decoration: none;
        }

    .pcss3t .typography h1:first-child,
    .pcss3t .typography h2:first-child,
    .pcss3t .typography h3:first-child,
    .pcss3t .typography h4:first-child,
    .pcss3t .typography h5:first-child,
    .pcss3t .typography h6:first-child,
    .pcss3t .typography p:first-child {
        margin-top: 0;
    }

    .pcss3t .typography .text-center {
        text-align: center;
    }

    .pcss3t .typography .text-right {
        text-align: right;
    }


/**/
/* steps */
/**/
.pcss3t-steps > label {
    cursor: default;
}


/**/
/* animation effects */
/**/
.pcss3t-effect-scale > ul > li {
    -webkit-transform: scale(0.1,0.1);
}

.pcss3t-effect-rotate > ul > li {
    -webkit-transform: rotate(180deg);
}

.pcss3t-effect-slide-top > ul > li {
    top: -40px;
}

.pcss3t-effect-slide-right > ul > li {
    left: 80px;
}

.pcss3t-effect-slide-bottom > ul > li {
    top: 40px;
}

.pcss3t-effect-slide-left > ul > li {
    left: -80px;
}



/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.pcss3t-layout-top-right {
    text-align: right;
}


/**/
/* top center */
/**/
.pcss3t-layout-top-center {
    text-align: center;
}


/**/
/* top combi */
/**/
.pcss3t > .right {
    float: right;
}



/*----------------------------------------------------------------------------*/
/*                                    ICONS                                   */
/*----------------------------------------------------------------------------*/

/**/
/* icons positions */
/**/
.pcss3t-icons-top > label {
    text-align: center;
}

    .pcss3t-icons-top > label i {
        float: none;
        margin: 0 auto -10px;
        padding-top: 17px;
        font-size: 23px;
        line-height: 23px;
        text-align: center;
    }

.pcss3t-icons-right > label i {
    float: right;
    margin: 0 -2px 0 8px;
}

.pcss3t-icons-bottom > label {
    text-align: center;
}

    .pcss3t-icons-bottom > label i {
        float: none;
        margin: -10px auto 0;
        padding-bottom: 17px;
        font-size: 23px;
        line-height: 23px;
        text-align: center;
    }

.pcss3t-icons-only > label i {
    float: none;
    margin: 0 auto;
    font-size: 23px;
}


/*----------------------------------------------------------------------------*/
/*                               RESPONSIVENESS                               */
/*----------------------------------------------------------------------------*/

/**/
/* pad */
/**/
@media screen and (max-width: 980px) {
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
    .pcss3t > label {
        display: block;
    }

    .pcss3t > .right {
        float: none;
    }
}



/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/

/**/
/* default */
/**/
.pcss3t > label {
    padding: 0 20px;
    background: #e5e5e5;
    font-size: 13px;
    line-height: 49px;
}

    .pcss3t > label:hover {
        background: #f2f2f2;
    }

.pcss3t > input:checked + label {
    background: #fff;
}

.pcss3t > ul {
    background: #fff;
    text-align: left;
}

.pcss3t-steps > label:hover {
    background: #e5e5e5;
}


/**/
/* theme 1 */
/**/
.pcss3t-theme-1 > label {
    margin: 0 5px 5px 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px rgba(0,0,0,0.2);
}

    .pcss3t-theme-1 > label:hover {
        background: #fff;
        opacity: 1;
    }

.pcss3t-theme-1 > input:checked + label {
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #FF8B1C;
    opacity: 1;
}

.pcss3t-theme-1 > ul {
    border-radius: 5px;
    box-shadow: 0 3px rgba(0,0,0,0.2);
}

.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
    border-top-left-radius: 0;
}

@media screen and (max-width: 767px) {
    .pcss3t-theme-1 > label {
        margin-right: 0;
    }

    .pcss3t-theme-1 > input:checked + label {
        margin-bottom: 5px;
        padding-bottom: 0;
        border-radius: 5px;
    }

    .pcss3t-theme-1 > .tab-content-first:checked ~ ul {
        border-top-left-radius: 5px;
    }
}


/**/
/* theme 2 */
/**/
.pcss3t-theme-2 {
    padding: 5px;
    background: rgba(0,0,0,0.2);
}

    .pcss3t-theme-2 > label {
        margin-right: 0;
        margin-bottom: 0;
        background: none;
        border-radius: 0;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        color: #fff;
        opacity: 1;
    }

        .pcss3t-theme-2 > label:hover {
            background: rgba(255,255,255,0.2);
        }

    .pcss3t-theme-2 > input:checked + label {
        padding-bottom: 0;
        background: #fff;
        background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
        background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
        background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
        background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
        text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
        color: #822bd9;
    }

    .pcss3t-theme-2 > ul {
        margin: 0 -5px -5px;
        border-radius: 0;
        box-shadow: none;
    }

@media screen and (max-width: 767px) {
    .pcss3t-theme-2 > ul {
        margin-top: 5px;
    }
}


/**/
/* theme 3 */
/**/
.pcss3t-theme-3 {
    background: rgba(0,0,0,0.8);
}

    .pcss3t-theme-3 > label {
        background: none;
        border-right: 1px dotted rgba(255,255,255,0.5);
        text-align: center;
        color: #fff;
        opacity: 0.6;
    }

        .pcss3t-theme-3 > label:hover {
            background: none;
            color: #d9d92b;
            opacity: 0.8;
        }

    .pcss3t-theme-3 > input:checked + label {
        background: #d9d92b;
        color: #000;
        opacity: 1;
    }

    .pcss3t-theme-3 > ul {
        border-top: 4px solid #d9d92b;
        border-bottom: 4px solid #d9d92b;
        border-radius: 0;
        box-shadow: none;
    }


/**/
/* theme 4 */
/**/
.pcss3t-theme-4 > label {
    margin: 0 10px 10px 0;
    border-radius: 5px;
    background: #78c5fd;
    background: linear-gradient(to bottom, #78c5fd 0%, #2c8fdd 100%);
    background: -o-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    background: -ms-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    background: -moz-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    background: -webkit-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c5fd', endColorstr='#2c8fdd', GradientType=0);
    box-shadow: inset 0 1px rgba(255,255,255,0.5), 0 1px rgba(0,0,0,0.5);
    line-height: 39px;
    text-shadow: 0 1px rgba(0,0,0,0.5);
    color: #fff;
}

    .pcss3t-theme-4 > label:hover {
        background: #90cffc;
        background: linear-gradient(to bottom, #90cffc 0%, #439bde 100%);
        background: -o-linear-gradient(top, #90cffc 0%, #439bde 100%);
        background: -ms-linear-gradient(top, #90cffc 0%, #439bde 100%);
        background: -moz-linear-gradient(top, #90cffc 0%, #439bde 100%);
        background: -webkit-linear-gradient(top, #90cffc 0%, #439bde 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90cffc', endColorstr='#439bde', GradientType=0);
    }

.pcss3t-theme-4 > input:checked + label {
    top: 1px;
    background: #5f9dc9;
    background: linear-gradient(to bottom, #5f9dc9 0%, #2270ab 100%);
    background: -o-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    background: -ms-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    background: -moz-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    background: -webkit-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#2270ab', GradientType=0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), 0 1px rgba(255,255,255,0.5);
    text-shadow: none;
}

.pcss3t-theme-4 > ul {
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}

@media screen and (max-width: 767px) {
    .pcss3t-theme-4 > label {
        margin-right: 0;
    }
}


/**/
/* theme 5 */
/**/
.pcss3t-theme-5 {
    padding: 15px;
    border-radius: 5px;
    background: #ad6395;
    background: linear-gradient(to right, #ad6395 0%, #a163ad 100%);
    background: -o-linear-gradient(left, #ad6395 0%, #a163ad 100%);
    background: -ms-linear-gradient(left, #ad6395 0%, #a163ad 100%);
    background: -moz-linear-gradient(left, #ad6395 0%, #a163ad 100%);
    background: -webkit-linear-gradient(left, #ad6395 0%, #a163ad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#a163ad', GradientType=1);
}

    .pcss3t-theme-5 > label {
        margin-right: 10px;
        margin-bottom: 15px;
        background: none;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        opacity: 1;
    }

        .pcss3t-theme-5 > label:hover {
            background: rgba(255,255,255,0.15);
        }

    .pcss3t-theme-5 > input:checked + label {
        background: rgba(255,255,255,0.3);
        color: #000;
    }

        .pcss3t-theme-5 > input:checked + label:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-top: 10px;
            margin-left: -6px;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #fff;
            border-left: 6px solid transparent;
        }

    .pcss3t-theme-5 > ul {
        margin: 0 -15px -15px;
        border-radius: 0 0 5px 5px;
        box-shadow: none;
    }

@media screen and (max-width: 767px) {
    .pcss3t-theme-5 > input:checked + label:after {
        display: none;
    }
}


/*----------------------------------------------------------------------------*/
/*                               CUSTOMIZATION                                */
/*----------------------------------------------------------------------------*/

/**/
/* height */
/**/
.pcss3t > ul,
.pcss3t > ul > li {
    height: 370px;
}


/*---------------------------------------------------------------------------*/
/*                               SWITCH STYLE                                */
/*---------------------------------------------------------------------------*/
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}



input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}



.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 230px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid #adacac;
    border-right: 1.1em solid #e5e5e5;
    border-bottom: 1.1em solid #adacac;
    border-left: 1.1em solid #e5e5e5;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loadingDiv {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-top: 5px solid rgb(66,139,202);
    border-right: 5px solid rgb(66,139,202);
    border-bottom: 5px solid rgb(66,139,202);
    border-left: 5px solid rgba(66,139,202,.2);
}
