body{
    padding: 0;
    margin: 0;
    background-color: #f8f8f8;
}


.he-bg-co{
    padding: 10px;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 5px black;
    z-index: 1024;

}
.he-bg-co h1{
    color:white;
    margin: 0;
}

.main-heding h1{
    color:#ef7f1a;
    text-align: center;
    margin: 10px 0 25px;
}
.main-heding p{
    color:#525252;
    text-align: center;
    font-weight: 600;
    margin: 15px 0;
    font-size: 1.1rem;
}

.pages-link{
    color: white;
    text-decoration: none;
    margin: 0 10px;
}
.pages-link:hover{
    color: white;
}

.he-bg-co,
.thead-org{
    background-color: #ef7f1a;
}

.thead-org tr .sr{
    text-align: center;
}

.at-sr{
    text-align: center;
    width: 120px;
}

.tbody-orga{
    background-color: #fde3c9;
}
.tbody-orga tr:hover{
    background-color:#ffd2a6;
    cursor: pointer;
}

.thead-org th{
   color: white;
   font-weight: 500;
   text-transform: capitalize;
   white-space: nowrap;
}

.tbody-orga tr th{
    text-align: center;
}
.tbody-orga tr th,
.tbody-orga tr td{
    border: none;
    padding: 10px 10px;
    text-transform: capitalize;
    white-space: nowrap;
}

.edit-link,
.pin-link{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    background-image: url(/img/pinb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    transition: all 0.4s;
    margin: 0;
}

.edit-link{
    background-image: url(/img/editb.svg);
}

.m-meta-link{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fde3c9;
    margin-left: auto;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    background-image: url(/img/pinb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    transition: all 0.4s;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.edit-link:hover{
    background-color: #ef7f1a;
    background-image: url(/img/editw.svg);
}
.pin-link:hover,
.m-meta-link:hover{
    background-color: #ef7f1a;
    background-image: url(/img/pinw.svg);
}


.gird-section{
    display: none;
}

@media (max-width:768px){
    .table-section{
        display: none;
    }
    .gird-section{
        display: block;
    }
}

.main-bx{
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border:1px solid lightgray;
    border-radius:5px;
    position: relative;
    transition: all 0.4s;
}
.main-bx:hover{
    border-color: transparent;
    box-shadow: 0 0 10px #ef7f1a;
}

.main-bx .m-sr{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    color: white;
    font-weight: 500;
    border-radius: 0 40% 0 40%;
    background-color: #ef7f1a;
}

.m-meta{
 margin: 10px 0;
color: #525252;
font-size: 14px;
text-transform: capitalize;
}

.m-meta span{
    color: #ef7f1a;
    font-weight: 500;
    display: inline-block;
    width: 60px;
}



/* admin page css */

.delete-link{
    background-image: url(/img/deleteb.svg);
}
.delete-link:hover{
    background-color: #ef7f1a;
    background-image: url(/img/deletew.svg);
}

.login-section{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #ef7f1a;
}
.login-section .main-heding h1{
    color: white;
}
.login-section .custom-form{
    max-width: 576px;
    padding: 50px 10px;
    box-shadow: 2px 2px 15px  #8f613a;
}

.tabing{
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.tabing li{
    border: 1px solid white;
    background-color: white;
    list-style: none;
    margin: 0px 18px;
    padding: 2px 20px 2px 25px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    color:#525252;
    transition: all 0.4s;
}
.tabing li.active,
.tabing li:hover{
    border: 1px solid #ef7f1a;
    background-color: white;
    color:#ef7f1a;
    border-radius: 0 50px 50px 0;
}

.edit-tab{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 33px;
    border-radius: 50%;
    height: 33px;
    background-image: url(/img/pinb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    transition: all 0.4s;
    margin: 0;
    position: absolute;
    top: -1px;
    left: -16px;
}

.form-e{
    background-image: url(/img/formb.svg);
}

.tabing li.active .form-e,
.tabing li:hover .form-e{
    background-color: #ef7f1a;
    background-image: url(/img/formw.svg);
}


.pensil{
    background-image: url(/img/editb.svg);
}

.tabing li.active .pensil,
.tabing li:hover .pensil{
    background-color: #ef7f1a;
    background-image: url(/img/editw.svg);
}


.tab-section{
    display: none;
}
.tab-section.active{
    display: block;
}

.custom-form {
    --cor-escura: #c4c4c4;
    --cor-texto: #525252;
    --cor-inativo: #c4c4c4;
    --cor-borda: #e5edf0;
    background-color: white;
    padding: 30px 20px;
    border-radius: 3px;
    max-width: 992px;
    margin: auto;
}

.custom-form input {
    background-color: white;
}

.custom-form input {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    border-radius: 4px;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.custom-form__group {
    margin-bottom: 25px;
    position: relative;
    color: var(--cor-texto);
    font-size: calc(13 / 16 * 1rem);
}

.custom-form__group .group__label {
    position: absolute;
    background-color: white;
    font-size: 12px;
    color: currentColor;
    padding: 0 calc(5 / 16 * 1rem);
    left: calc(30 / 16 * 1rem);
    font-weight: 600;
    border-radius: 3px;
    top: calc(8 / 16 * 1rem * -1);
    opacity: 0;
    transform: scale(1.2) translateY(15px);
    transition: color 0.2s, opacity 0.2s, transform 0.2s;
}

.custom-form__group input:hover + .group__label,
.custom-form__group input:hover {
    color: var(--cor-secundaria);
    border-color: currentColor;
}

.custom-form__group input:not(:placeholder-shown) + .group__label,
.custom-form__group input:focus + .group__label,
.custom-form__group select:focus + .group__label {
    transform: scale(1) translateY(0);
    opacity: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.custom-form__group input::-webkit-input-placeholder,
.custom-form__group input::-moz-placeholder,
.custom-form__group input::placeholder {
    color: currentColor;
}

.custom-form__group input:focus {
    outline: none;
}

.custom-form__group input {
    font-weight: 400;
    font-size: 16px;
    /*text-transform: capitalize;*/
    display: block;
    background-color: white;
    color: currentColor;
    border: 1px solid var(--cor-borda);
    padding: 1rem calc(20 / 16 * 1rem);
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.2s, color 0.2s;
}

.custom-form__fieldset--full {
    flex-basis: 100% !important;
    margin-right: 0;
}

.custom-form__fieldset {
    border: 1px solid var(--cor-borda);
    border-radius: 3px;
    margin: 0 calc(15 / 16 * 1rem) calc(15 / 16 * 1rem) 0;
    box-sizing: border-box;
}

.custom-form__legend {
    color: var(--cor-texto);
    font-size: calc(14 / 16 * 1rem);
    font-weight: 500;
}

.sub-mit-btn{
    display: inline-block;
    border: 1px solid #ef7f1a;
    background-color: #fde3c9;
    background-color: transparent;
    width: fit-content;
    margin: auto;
    padding: 8px 25px;
    border-radius: 50px;
    color: #525252;
    transition: all 0.4s;
    font-weight: 500;
}
.sub-mit-btn:hover{
    border: 1px solid #ef7f1a;
    color: #525252;
    background-color: #ef7f1a;
    color: white;
}


.ofh{
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 3px;
}

.file-select{
    display: block;
    border-top: 1px solid #e5edf0;
    border-right: 1px solid #e5edf0;
    border-bottom: 1px solid #e5edf0;
    color: #34495e;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    border-radius: 3px;
    text-align: left;
    background: #FFFFFF;
    padding: 0;
    position: relative;
}

.file-select .file-select-button{
    background: #dce4ec;
    padding: 0px 15px;
    display: inline-block;
    height: 48px;
    position: absolute;
    line-height: 48px;
    font-size: 14px;
    color: #404040;
    top: -1px;
}

.file-select .file-select-name{
    line-height:40px;
    display:inline-block;
    padding:0 10px;
    font-size: 14px;
    color: #404040;
    position: absolute;
    top: 2px;
    left: 105px;
}
.file-select:hover{
    border-color:orange;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
.file-select:hover .file-select-button{
    background:orange;
    color:#FFFFFF;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}

.file-select input[type=file]{
    z-index:100;
    cursor:pointer;
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    opacity:0;
    filter:alpha(opacity=0);
}