
.btn-outline-orange {
    background-color: #1A82FF;
    border: 1px solid #f8f8f8;
    color: #FFF;
}

.btn-outline-orange:hover {
    background-color: #3C94FE;
    color: #FFF;
}

.btn-menu-food {
    background-color: #1A82FF;
    color: #FFF!important;
}
.btn-menu-food:hover {
    background-color: #3C94FE;
    color: #FFF;
}

.btn-menu-food-close, .btn-primary {
    background-color: #999999;
    color: #FFF;
}

#list-tab a.active {
    background-color:#1A82FF;
    border: #1A82FF;
}

.dropdown .dropdown-menu a:active{background-color: #1A82FF;}

.btn-vsm {
    padding: 3px;
    font-size: 12px;
    color: #000;
    margin: 2px;
}

tr.disabled{
    background-color: rgb(255, 0, 0, 0.4)!important;
}

#iconHome, #iconCart {
    display: none;
}

#loading {
    text-align: center;
    font-size: 18px;
}

.card-item {
    border-radius: 5px;
    margin-bottom: 5px;
}

.folder {
    font-size: 70px;
}

.folder-icon {
    text-align: center;
}

.folder-icon a {
    text-decoration: none;
}

.folder-icon a p {
    text-align: center;
    font-size: 11px;
}

.folder-icon a img {
    width: 100%;
}

.actions {
    width: 100%;
    display: flex;
    justify-content: center;
}

.folder_name {
    position: relative;
    top: -5px;
    border-radius: 5px;
    background-color: rgb(0, 0, 0, 0.8);
    color: #FFF;
}

.delete-folder, .viewer-folder {
    position: relative;
    top: -16px;
}

.card-header {
    font-size: 16px;
}

.img-thumbnail {
    width: 120px;
    height: 120px;
}
.select-image:hover {
    border: 3px solid red;
    cursor: pointer;
}
.image-config {
    display: none;
    cursor: pointer;
}
#gallery-content {
    height: 400px;
    overflow: auto;
}
::-webkit-scrollbar {
    width: 5px;
}
.close-main-image i::before {
    padding: 4px;
    font-size: 14px;
    width: 30px;
    height: 30px;
}
.close-main-image {
    border-radius: 100px;
    background-color: #FFF;
    position: relative;
    top: 20px;
    left: 10px;
    cursor: pointer;
}
.fieldset {
    border: 2px solid #e5e5e5;
    padding: 10px;
}
.fieldset legend {
    width: 200px;
    font-size: 26px!important;
}
.long-legend {
    width: 500px!important;
}
.delete-faq {
   position: relative;
   left: 98%;
   top: -10px;
   background-color: #000;
   border-radius: 100px;
   cursor: pointer;
}
.delete-faq i::before {
    color: #FFF;
    padding: 5px;
    font-size: 12px;
}
.controls {
    border: 1px solid #c5c5c5;
    margin-bottom: 2px;
    border-radius: 4px;
}
.audio-name {
    cursor: pointer;
}
.custom-form {
    display: flex;
    justify-content: space-between;
    background-color: rgb(0, 0, 0, 0.0);
}
.custom-form h1 {
    text-align: left;
    flex: 60;
}
.custom-form form {
    flex: 40;
}
.card-footer {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.card-footer-list {
    display: flex;
    text-align: center;
}

.info p {
    padding: 0;
    margin: 0;
}
.info p b {
    color: #FF0000;
}

.custom-card-body p {
    margin: 0;
    padding: 0;
}
#float_row {
    position: fixed;
    right: 40;
    bottom: 50;
}
#float_row div input {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    box-shadow: 4px 4px 20px 4px;
}