﻿.menu-configuration {
    margin-top: 30px;
    width: 98.7%;
    height: 40px;
    background-color: white;
    margin-bottom: 40px;
    -webkit-box-shadow: 7px 6px 5px -4px rgba(0,0,0,0.10);
    -moz-box-shadow: 7px 6px 5px -4px rgba(0,0,0,0.10);
    box-shadow: 7px 6px 5px -4px rgba(0,0,0,0.10);
}

    .menu-configuration .col-md-2 {
        width: 10.666%;
    }

.feedback {
    width: 80px;
    height: 40px;
    border-bottom: 2px solid #00B0FF;
    border-radius: unset;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    color: #00B0FF;
    font-weight: bold;
    line-height: 40px;
}


.card-main {
    margin-top: 90px !important;
    background-color: white;
    height: 100%;
    -webkit-box-shadow: 7px 6px 5px -4px rgba(0,0,0,0.10);
    -moz-box-shadow: 7px 6px 5px -4px rgba(0,0,0,0.10);
    box-shadow: 7px 6px 5px -4px rgba(0,0,0,0.10);
}

.card {
    bottom: 0;
    top: 0;
    left: 30px;
    right: 30px;
    padding-top: 30px;
    padding-right: 150px;
    padding-bottom: 50px;
    padding-left: 40px;
}

#edit-button {
    text-align: right;
    margin-top: 100px;
}

    #edit-button > button {
        width: 140px !important;
    }
