﻿.more-rounded {
    border-radius: 7px !important;
    margin-bottom: 2%;
}

.more-rounded-left {
    border-radius: 7px 0px 0px 7px !important;
}

.more-rounded-right {
    border-radius: 0px 7px 7px 0px !important;
}

.distance {
    line-height: 0.5;
}

.dhl-disabled-button {
    border-radius: 7px !important;
    padding: 6px 60px;
    background-color: #E4E6EF;
    color: #b9b9b9 !important;
}

.dhl-button {
    border-radius: 7px !important;
    padding: 6px 60px;
    background-color: #FFCC00 !important;
}

.dhl-button-blue {
    border-radius: 15px !important;
    padding: 6px 70px;
    background-color: #327acc;
    color: #ffffff;
}

.dhl-input-file-label {
    border-radius: 7px;
    height: calc(1.5em + 1.3rem + 2px);
    line-height: 2;
}

.dhl-input-file-input {
    height: calc(1.5em + 1.3rem + 2px);
    line-height: 2;
}

.dhl-custom-file {
    margin: 0px 0px 10px 0px;
}

.dhl-vertical-center {
    position: relative;
    top: 15%;
    transform: translateY(-50%);
}

.custom-file-label::after {
    margin-top: -0.5px;
    padding: 7.5px 15px;
    border-radius: 0px 7px 7px 0px;
    height: calc(1.4em + 1.3rem + 2px);
}

.login-aside {
    background-color: #FFCC00;
    width: 40%;
}

.width100-height-100 {
    width: 100%;
    height: 100%;
}
