.panel {
    border: 1px solid #FFD803; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
    border: 1px solid #FFD803;
    background: #fff !important;
    color: #272343;
}
.panel-heading {
    color: #F3FBFB;
    background: linear-gradient(90deg, rgba(249,185,78,1) 0%, rgba(173,126,46,1) 100%);
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-footer {
    background: #F3FBFB;
}
.panel-footer h3 {
    font-size: 32px;
}
.panel-footer h4 {
    color: #272343;
    font-size: 14px;
}
.panel-footer .btn {
    margin: 15px 0;
    background: #272343;
    color: #F3FBFB;
}
.panel-body{
    padding: 20px;
}

.card{
    margin-bottom: 20px;
}
.disable-select{
  user-select:none;
}

.modal-content {
    background: #F3FBFB;
    color: #272343;
}

.modal-footer .start {
    background: #272343;
    color: #F3FBFB;
}

.modal-footer .start:hover {
    background: white;
    border: 1px solid #FFD803;
}