/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 16, 2021, 2:14:36 PM
    Author     : ferliedeanada
*/

.detail-page .section-container{
    padding-top: 40px;
}

.detail-page .title-detail {
    padding-bottom: 2.5em;
    text-align: center;
    color: #535353;
}
.detail-data {
    border: 2px solid #78c022;
    border-radius: 7px;
    padding: .5em 0;
    background: linear-gradient(to right, #f8f4f2 25%,#fff 15%);
}
.border-bottom-grey:last-child {
    border-bottom: none;
}
.border-bottom-grey{
    border-bottom: 1px dashed #dedede;
    padding: 1em 2em;
}
.detail-desc p{
    margin: 0 0 0 1em;
    color: #535353;
}
.label-detail label{
    color: #1d964e;
    font-weight: bold;
}
.apply-btn-margin form{
    text-align: center;
}
.apply-btn-margin .pink{
    background-color: #f53d8c;
}
.apply-btn-margin .button-second {
    border-radius: 5px !important;
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
    -webkit-box-shadow: 0 0 4px 3px rgb(0, 0, 0 , 0.07);
    -moz-box-shadow: 0 0 4px 3px rgb(0, 0, 0 , 0.07);
    box-shadow: 0 0 4px 3px rgb(0, 0, 0 , 0.07);
    width: 45%;
}
.msg{
    margin: 2.5em auto 2em;
    padding: .5em 7%;
    background-color: #ed8c5b;
    border-radius: 7px;
    color: #fff;
    line-height: 1.8;
}

@media screen and (max-width: 1024px) {
    .msg{
        padding: .5em 5.5%;
    }
}

@media screen and (max-width: 768px) {
    .detail-data {
        width:91.667%;
    }
    .msg{
        padding: .5em 1em;
        width:91.667%;
    }
}

@media screen and (max-width: 40.063em) {
    .detail-data{
        background: #fff;
        width: 100%;
    }
    .apply-btn-margin .button-second {
        width: 60%;
    }
    .msg{
        width:100%;
    }
    .title-detail .detail1-staff{
        text-align: left; 
    }
    
}



