/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */


#epaka-map-root *{
    box-sizing: border-box;
}

#epaka-map-root .epakaBtn{
    padding: .6180469716em 1.41575em;
    line-height: 1.618;
}


.flex-row-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-row-nowrap{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.margin-bottom-5px{
    margin-bottom: 5px;
}

.margin-top-5px{
    margin-top: 5px;
}

.margin-left-5px{
    margin-left: 5px;
}

.margin-right-5px{
    margin-right: 5px;
}

.margin-bottom-10px{
    margin-bottom: 10px;
}

.margin-top-10px{
    margin-top: 10px;
}

.margin-left-10px{
    margin-left: 10px;
}

.margin-right-10px{
    margin-right: 10px;
}

.margin-5px{
    margin: 5px;
}

.margin-10px{
    margin: 10px;
}

.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.button:hover {
    background: #d01500;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.epaka-admin-panel .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.epaka-admin-panel .popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.epaka-admin-panel .popup .close {
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.epaka-admin-panel .popup .close:hover {
    color: #d01500;
}
.epaka-admin-panel .popup .content {
    max-height: 30%;
    overflow: auto;
}

.textBox:hover span {
    transform: translateX(calc(200px - 100%));
}

@media screen and (max-width: 700px){
    .box{
        width: 70%;
    }
    .epaka-admin-panel .popup{
        width: 70%;
    }
}

.sendEpakaOnce{
    width: 90%;
    height: 25px;
    display: flex;
    justify-content: center;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .7rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 4px;
    transition: all .15s ease-in-out;
    color: #fff;
    background-color: #e94f50;
    border-color: #e94f50;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(18 18 18 / 8%);
}

.sendEpakaOnce:hover{
    color: #fff;
    background-color: #e52d2e;
    border-color: #e32223;
}

.sendEpakaOnce-logo {
    width: 100%;
    max-width: 70px;
    margin-left: 5px!important;
    height: auto;
}

#panel-form-methods{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#panel-form-methods .epaka-zone{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 5px;
}

.epaka-card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin: 10px;
    padding: 5px;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .epaka-card {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        margin: 10px;
        padding: 5px;
        width: 45%;
    }
}

@media only screen and (min-width: 1687px) {
    .epaka-card {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        margin: 10px;
        padding: 5px;
        width: 31%;
    }
}

.epaka-box-button{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    padding: 10px 15px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
}

.epaka-order-tracking{
    width: 100%;
}

.epaka-order-tracking th{
    box-shadow: 0 4px 0 0 rgba(0,0,0,0.2);
}

.epaka-order-tracking td{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
    padding: 2px 5px;
}

.epaka-box-button:hover{
    cursor: pointer;
}

.epaka-box-button i{
    font-size: 18px;
}

.epaka-order-options{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
}

/* .card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
} */

.epaka-card-container {
    padding: 2px 16px;
}

.epaka-order-details-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.epaka-bar {
    width: 100%;
    overflow: hidden;
}

.epaka-black{
    color: #f0f0f1!important;
    background-color: #1d2327!important;
}

.epaka-bar .epaka-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
}

.epaka-bar .epaka-button {
    white-space: normal;
}

.epaka-button:hover{
    background-color: #bdbdc1!important;
    color: #1d2327!important;
}

.epaka-btn, .epaka-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.epaka-panel-content{
    padding: 10px;
}

.epaka-panel-current-acc{
    padding: 20px 10px;
}

