body{
    background-size: cover;
}
.card, .backcard, .backcard-title{
    z-index: 5;
}
.doverlay{
    /*background: linear-gradient(to bottom, rgba(121, 185, 40,0.9) 0%, rgba(194, 209, 36,0.9) 100%);
    display: block;
    height: 100%;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: -1;*/
}


.avatar-upload {
    position: relative;
    max-width: 205px;
}
.avatar-upload .avatar-edit {
    position: absolute;

    z-index: 1;
    top: -10px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.color-theme-green .background {
    background: #d5bc9e;
}


label.image-checkbox{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 15px;
}
.image-checkbox-checked{

    border-color: #00C473;
}
.image-checkbox-div{
    left:0;
    background-color: rgba(0, 196, 115, 0.75);
    color: white;
    font-size: 16px;
    padding-bottom: 5px;
}
.driver-container .fa-check{
    position: absolute;
    top: 20px;
    z-index: 9999;
    right: 20px;
    color: #00C473;;
    background-color: #fff;
    border: medium solid #00C473;
    padding: 10px;
}

.dropdown-menu {
    background-color: #00C473;
    border:none;
    border-radius: 0;
}
.nav-item.active{
    border-bottom: solid white thin;
}

.dropdown-item:hover, .dropdown-item:focus{
    background: transparent;
}
.dropdown-item .btn-danger:hover{
    border:solid medium white;
    transition: 0.5s;
}