@media only screen and (max-width:605px) {
    .desktop{
        display: none !important;
    }
    #topMenu{
        height: 70px;
    }
    #topMenu .menuMobile{
        position: absolute;
        right: 0;
        margin: 14px 15px;
        padding: 0px 6px;
        background-color: rgba(255, 255, 255, 0.17);
        font-size: 24px;
        color: rgb(35, 35, 35);
        border-radius: 3px;
        cursor: pointer;
    }
    #topMenu .logo img{
        height: 65px;
    }
    .bgHome{
        border-radius: 0 0 0 60px;
        background-size: cover;
    }
    .bgHome{
        height: 450px;
        padding-top: 100px;
    }
    #homePage .bgHome .boxtext .inputCariHome{
        width: 80%;
    }
    .boxCari{
        border-radius: 0 0 25px 25px;
    }
    .boxCari .inputCari{width: 97%;}
    .viewIcon {
        width: calc(100% - 32px);
    }
    .boxDetailFoto .boxImg{
        width: 100%;
    }
    .custBtnLeb{
        width: calc(100% - 45px);
    }
    #adminMenu{
        left: -180px;
    }
    #kontenAdmin{
        margin-top: 70px;
    }
    #kontenAdmin .fa-cogs{
        border: 1px solid rgb(6, 6, 6);
        padding: 6px 4px;
        width: 21px;
        text-align: center;
        border-radius: 5px;
        font-size: 18px;
        position: fixed;
        top: 80px;
        right: 15px;
        background-color: rgb(6, 6, 6);
        color: white;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.23);
        z-index: 99;
        cursor: pointer;
    }
    .tableFilter .boxNa {
        width: 100%;
        margin-top: 6px;
    }
}
@media only screen and (min-width:606px) and (max-width: 930px){
    .viewIcon {
        width: calc(50% + -30px);
    }
    .tabHide{
        display: none;
    }
}
@media only screen and (min-width:931px){
    .viewIcon {
        width: calc(33% - 26px);
    }
}
@media only screen and (min-width:606px) {
    .mobile{
        display: none !important;
    }
    #topMenu{
        height: 100px;
    }
    #topMenu .menuMobile{
        display: none !important;
    }
    #topMenu .logo img{
        height: 90px;
    }
    .bgHome{
        height: 400px;
        padding-top: 150px;
        background-size: contain;
    }
    #homePage .bgHome .boxtext .inputCariHome{
        width: 400px;
    }
    .boxCari .inputCari{width: 400px;}
    .boxDetailFoto .boxImg{
        width: 30%;
        max-width: 300px;
    }
    #kontenAdmin{
        margin-top: 100px;
        margin-left: 180px;
    }
    #adminMenu{
        left: 0;
    }
}
#topMenu{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.46);
    backdrop-filter: blur(10px);
    text-align: center;
    z-index: 999;
}
    #topMenu .logo{
        position: absolute;
        margin: 12px 25px;
        font-weight: bold;
        color: white;
        cursor: pointer;
    }
        #topMenu .logo img{
            float: left;
            margin-top: -8px;
        }
    #topMenu .menuList{
        display: inline-block;
        color: rgb(35, 35, 35);
    }
    #topMenu .menuList .sprat{
        display: inline-table;
        margin: 6px 8px;
        padding: 7px 0px;
        width: 10px;
    }
    #topMenu .menuList .menu{
        display: inline-table;
        padding: 7px 0px;
        margin: 31px 0px;
        cursor: pointer;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 16px;
    }
        #topMenu .menuList .menu:hover{
            color: rgb(59, 140, 237);
        }
        #topMenu .menuList .aktif{
            display: inline-table;
            padding: 7px 0px;
            margin: 31px 0px;
            cursor: pointer;
            -webkit-user-select: none; /* Safari */
            -ms-user-select: none; /* IE 10 and IE 11 */
            user-select: none;
            color: rgb(59, 140, 237) !important;
            font-size: 16px;
        }
    #topMenu .profile{
        position: absolute;
        right: 0;
        margin: 37px 25px;
        color: rgb(35, 35, 35);
        font-size: 16px;
    }
    #topMenu .profile .nama:hover {
        color: rgb(59, 140, 237);
    }
        #topMenu .profile .nama{
            display: inline-block;
            cursor: pointer;
        }
        #topMenu .profile i{
            font-size: 18px;
            cursor: pointer;
            float: right;
            margin-top: 3px;
            margin-left: 9px;
        }
        #topMenu .profile .faktif{
            color: rgb(59, 140, 237);
        }
.menuMobileBox{
    position: absolute;
    width: calc(100% - 6px);
    background-color: rgba(251, 251, 251, 0.76);
    backdrop-filter: blur(10px);
    right: 0;
    margin-top: 73px;
    padding: 0px 3px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
    #topMenu .menuM{
        color: rgb(35, 35, 35);
        padding: 5px 11px;
        cursor: pointer;
        border-left: 3px solid rgba(255, 255, 255, 0);
        margin: 4px 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
        #topMenu .menuM:hover{
            color: rgb(59, 140, 237);
        }
        #topMenu .aktifM{
            color: rgb(59, 140, 237) !important;
        }
.bgHome{
	background-image: url('../images/bgHome.jpg');
    background-position: right;
    width: 100%;
    background-repeat: no-repeat;
    background-color: rgb(242, 246, 249);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.46);
    text-align: center;
}
#homePage .bgHome .boxtext{
    display: inline-block;
    max-width: 910px;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.35);
    text-align: left;
    padding: 0 45px;
    background-color: rgba(255, 255, 255, 0.37);
    backdrop-filter: blur(10px);
}
    #homePage .bgHome .boxtext .judul{
        font-size: 34px;
    }
    #homePage .bgHome .boxtext .detail{
        max-width: 680px;
        margin: 8px 0 35px 0;
    }
    #homePage .bgHome .boxtext .fa-search{
        font-size: 25px;
        position: absolute;
        margin-left: -35px;
        margin-top: 15px;
        cursor: pointer;
    }
    #homePage .bgHome .boxtext .fa-search:hover{
        color: rgb(76, 76, 76);
    }
    #homePage .bgHome .boxtext .inputCariHome{
        background-color: rgba(55, 106, 28, 0.64);
        border: 1px solid rgba(55, 106, 28, 0.64);
        backdrop-filter: blur(10px);
        outline: none;
        border-radius: 3px;
        color: white;
        padding: 12px 45px 12px 15px;
        margin: 8px 0;
        font-size: 14px;
        box-sizing: border-box;
    }
    #homePage .bgHome .boxtext .inputCariHome:hover,#homePage .bgHome .boxtext .inputCariHome:focus{
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.46);
    }
.artikel .boxJudul{
        padding: 95px 0 65px 0;
        background-color: rgb(242, 246, 249);
        border: 1px solid rgb(220, 239, 253);
        background-image: linear-gradient(to right, #e5ebf0, #f2f6f9, #f2f6f9, #f2f6f9, #f2f6f9, #f2f6f9, #e5ebf0);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0);
        text-align: center;
    }
    .artikel .boxJudul .judul{
        display: inline-block;
        max-width: 950px;
        width: calc(90% - 50px);
        text-align: left;
        font-size: 18px;
        font-weight: bold;
    }
.artikel .masBoxArt{
    text-align: center;
    margin-top: -50px;
}
    .artikel .masBoxArt .boxArt{
        display: inline-block;
        max-width: 950px;
        width: calc(90% - 50px);
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.46);
        padding: 10px 25px 25px 25px;
        margin-bottom: 45px;
        text-align: left;
    }
#dataFood{
    text-align: center;
}
.boxCari{
    margin-bottom: 30px;
    padding: 155px 35px 35px 35px;
    background-color: rgb(242, 246, 249);
    border:1px solid rgb(220, 239, 253);
    background-image: linear-gradient(to right, #e5ebf0, #f2f6f9, #f2f6f9, #f2f6f9, #f2f6f9, #f2f6f9, #e5ebf0);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0);
}
    .boxCari .fa-search{
        font-size: 25px;
        position: absolute;
        margin-left: -35px;
        margin-top: 15px;
        cursor: pointer;
    }
    .boxCari .fa-search:hover{
        color: rgb(76, 76, 76);
    }
    .boxCari .inputCari{
        background-color: rgba(55, 106, 28, 0.64);
        border: 1px solid rgba(55, 106, 28, 0.64);
        backdrop-filter: blur(10px);
        outline: none;
        border-radius: 3px;
        color: white;
        padding: 12px 45px 12px 15px;
        margin: 8px 0;
        font-size: 14px;
        box-sizing: border-box;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    .boxCari .inputCari:hover,#homePage .bgHome .boxtext .inputCari:focus{
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.46);
    }
.tagBox{
    max-width: 950px;
    display: inline-block;
    text-align: left;
    width: 90%;
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
    .tagBox .tagLabel{
        display: inline-block;
        font-weight: bold;
    }
    .tagBox .tagList{
        display: inline-block;
        padding: 3px 7px;
        border: 1px solid rgb(218, 222, 225);
        border-radius: 7px;
        margin: 3px;
    }
    .tagBox .tagList i{
        margin-left: 6px;
        cursor: pointer;
    }
        .tagBox .tagList i:hover{
            color: rgb(255, 160, 160);
        }
        .tagBox .tagList i:hover .tagList{
            border: 1px solid rgb(255, 160, 160) !important;
        }
.boxFilter{
    max-width: 950px;
    display: inline-block;
    width: 90%;
}
    .boxFilter .filterKiri{
        float: left;
    }
    .boxFilter .filterKanan{
        float: right;
    }
        .boxFilter .filterKanan .fa{
            border: 1px solid rgb(218, 222, 225);
            border-radius: 7px;
            padding: 4px 5px;
            font-size: 16px;
            margin: 0 2px;
            cursor: pointer;
        }
        .boxFilter .filterKanan .fa:hover{
            background-color: rgb(255, 182, 86);
            color: white;
        }
        .boxFilter .filterKanan .aktif{
            background-color: rgb(122, 155, 106) !important;
            color: white;
        }
.boxData{
    max-width: 964px;
    display: inline-block;
    text-align: left;
    width: calc(90% + 14px);
}
    .viewIcon{
        border-radius: 7px;
        display: inline-table;
        min-width: 170px;
        padding: 5px 7px;
        background-color: white;
        border: 1px solid rgb(218, 222, 225);
        margin: 6px;
        cursor: pointer;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
        .viewIcon:hover{
            background-color: rgb(223, 238, 255);
            box-shadow: 0px 0px 6px 0px rgb(206, 229, 255);
        }
        .viewIcon img{
            float: left;
            width: 90px;
            height: 90px;
            margin-right: 10px;
            object-fit: cover;
        }
        .viewIcon .judulIcon{
            margin: 12px 0 2px 0px;
            font-weight: bold;
            font-size: 13px;
        }
        .viewIcon .detail{
            margin: 4px 0 2px 0px;
            font-size: 12px;
        }
    .boxData .viewList{
        display: block;
        text-align: center;
    }
.tableLis{
    width: calc(100% - 15px);
    display: inline-table;
}
    .tableLis th{
        font-weight: bold;
        font-size: 14px;
        padding: 8px 6px;
    }
    .tableLis td{
        font-size: 13px;
        padding: 6px;
    }
    .thDark th{
        background-image: linear-gradient(to bottom, rgb(79, 123, 55), rgb(105, 162, 74));
        background-color: rgb(79, 123, 55);
        color: white;
    }
    .tdLight{
        background-color: rgb(234, 239, 244);
    }
    .tdDark{
        background-color: rgb(209, 218, 227);
    }
.boxDetailFoto{
    padding: 80px 35px 60px 35px;
    background-color: rgb(242, 246, 249);
    border:1px solid rgb(220, 239, 253);
    background-image: linear-gradient(to right, #e5ebf0, #f2f6f9, #f2f6f9, #f2f6f9, #f2f6f9, #f2f6f9, #e5ebf0);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0);
}
    .boxDetailFoto .boxImg{
        display: inline-table;
        margin: 8px 6px;
    }
    .boxDetailFoto .boxImg .judul{
        width: 100%;
        background-color: rgb(255, 255, 255);
        margin-top: -2px;
        padding: 4px 0;
    }
    .boxDetailFoto .boxImg img{
        width: 100%;
        max-height: 300px;
        object-fit: contain;
    }
.masBoxDetail{
    text-align: center;
    margin-top: -50px;
}
    .masBoxDetail .boxDetail{
        display: inline-block;
        max-width: 950px;
        width: calc(90% - 50px);
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.46);
        padding: 10px 25px 25px 25px;
        margin-bottom: 45px;
        text-align: left;
    }
        .masBoxDetail .boxDetail .aksi{
            float: right;
            margin-top: 5px;
            margin-right: -10px;
        }
            .masBoxDetail .boxDetail .aksi i{
                border: 1px solid rgb(218, 222, 225);
                border-radius: 7px;
                padding: 4px 5px;
                font-size: 16px;
                margin: 0 2px;
                cursor: pointer;
            }
            .masBoxDetail .boxDetail .aksi i:hover{
                background-color: rgb(255, 182, 86);
                color: white;
            }
            .masBoxDetail .boxDetail .detil .judul{
                display: inline-block;
                font-size: 16px;
                font-weight: bold;
                border-bottom: 2px solid rgb(0,0,0);
                padding: 0 2px 6px 0px;
                margin: 15px 0;
            }
.comNut, .comNut th{
    border: 1px solid rgb(255, 255, 255);
    border-collapse: collapse;
    padding: 12px 8px !important;
}
.comNut td{
    border-left: 1px solid rgb(58, 137, 231);
    border-right: 1px solid rgb(58, 137, 231);
    border-collapse: collapse;
    padding: 12px 8px !important;
}
.nutrisi, .nutrisi th, .nutrisi td{
    border: 1px solid rgb(196, 196, 196);
    border-collapse: collapse;
}
    .nutrisi th{
        font-weight: bold;
        background-color: rgb(242 242 242);
        padding: 7px 12px;
    }
    .nutrisi td{
        padding: 7px 12px;
    }
    .nutrisi .desktop{
        border: 1px solid rgb(218, 222, 225);
        border-radius: 7px;
        padding: 4px 5px;
        font-size: 12px;
        margin: 0 0px 0 5px;
        cursor: pointer;
        float: right;
    }
    .nutrisi .desktop:hover{
        background-color: rgb(255, 182, 86);
        color: white;
    }
    .nutrisi .mobile{
        margin-top: 12px;
    }
    .nutrisi .mobile i{
        border: 1px solid rgb(218, 222, 225);
        border-radius: 7px;
        padding: 4px 5px;
        font-size: 12px;
        margin: 0 0px 0 5px;
        cursor: pointer;
    }
    .nutrisi .mobile i:hover{
        background-color: rgb(255, 182, 86);
        color: white;
    }


#login{
    text-align: center;
    background: rgb(242, 246, 249);
    height: 745px;
}
    #login .loginBox{
        display: inline-block;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.46);
        padding: 45px 35px;
        margin-top: 240px;
        border-radius: 30px;
    }
    #login .loginBox .boxInput{
        border: 1px solid rgb(193, 193, 193);
        border-radius: 6px;
        display: inline-block;
        text-align: left;
        margin: 4px 0;
        overflow: hidden;
    }
        #login .loginBox .boxInput i{
            float: left;
            text-align: center;
            background-color: rgb(239 239 239);
            border-right: 1px solid rgb(193, 193, 193);
            width: 20px;
            font-size: 16px;
            padding: 8px 8px;
        }
        #login .loginBox .boxInput .inputData{
            border: none;
            outline: none;
            width: calc(100% - 56px);
            padding: 8px;
            font-size: 13px;
            background-color: transparent;
        }
        #login .loginBox .boxInput .inputData::placeholder {
            color: rgb(121, 121, 121);
            opacity: 1; /* Firefox */
        }


#adminMenu{
    position: absolute;
    top: 0;
    border-radius: 0 0 25px 0;
    padding-top: 110px;
    height: 725px;
    width: 180px;
    background-color: rgba(6, 6, 6, 0.53);
    background-image: linear-gradient(to right, rgba(6, 6, 6, 0.77), rgba(6, 6, 6, 0.73), rgba(6, 6, 6, 0.84));
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.46);
    backdrop-filter: blur(10px);
    z-index: 9;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
#adminMenu .menuBox{
    padding: 5px 5px 5px 10px;
    cursor: pointer;
    margin: 4px 10px;
    border-radius: 8px;
    color: rgb(227, 227, 227);
}
#adminMenu .menuBox:hover{
    background-color: rgba(0, 0, 0, 0.18);
    color: rgb(255, 182, 86);
}
#adminMenu .aktif{
    background-color: rgba(0, 0, 0, 0.18);
    color: rgb(59, 140, 237) !important;
}
    #adminMenu .menuBox .fa{
        margin-right: 8px;
        float: left;
        margin-top: 3px;
        font-size: 16px;
        text-align: center;
        width: 25px;
    }
#homeAdmin{
    background-color: rgb(247, 249, 251);
    min-height: 745px;
}
#kontenAdmin{
    padding: 25px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
    #kontenAdmin .judul{
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px solid rgb(98, 98, 98);
        padding-bottom: 8px;
    }
    #profile .boxProfile{
        display: inline-table;
        padding: 30px 15px;
        margin-top: 15px;
        background-color: white;
        border: 1px solid rgb(226, 238, 247);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
        border-radius: 18px;
        text-align: center;
        min-width: 310px;
    }
    #profile .boxProfile .foto{
        width: 160px;
        display: inline-block;
        overflow: hidden;
        border-radius: 50%;
        height: 160px;
        border: 1px solid rgb(226, 238, 247);
    }
        #profile .boxProfile .foto img{
            width: 100%;
        }
    #profile .boxProfile .nama{
        font-size: 18px;
        font-weight: bold;
        margin-top: 8px;
    }
    #profile .boxProfile .group{
        font-weight: bold;
        margin-bottom: 15px;
    }
        #profile .boxProfile .info{
            display: block;
            background-color: rgb(242, 246, 249);
            border: 1px solid rgb(226, 238, 247);
            border-radius: 18px;
            margin: 8px 0px;
            padding: 8px 22px;
            text-align: left;
        }
            #profile .boxProfile .info .lb{
                font-size: 12px;
                color: rgb(89, 89, 89);
            }
            #profile .boxProfile .info .det{
                font-weight: bold;
            }

.tableFilter{
    background-color: white;
    border: 1px solid rgb(226, 238, 247);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
    border-radius: 12px;
    padding: 15px 25px;
    margin: 15px 0px;
}
    .tableFilter .boxNa{
        display: inline-table;
        min-height: 45px;
        min-width: 110px;
    }
        .tableFilter .boxNa .label{
            font-size: 13px;
            font-weight: bold;
            margin-bottom: 4px;
        }

.tableData{
    background-color: white;
    border: 1px solid rgb(226, 238, 247);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
    border-radius: 12px;
    padding: 0 0 15px 0;
    margin: 15px 0 0 0;
    overflow: auto;
    max-height: 525px;
}
    .tableData .note{
        float: left;
        padding: 15px;
    }
    .tableData .topAction{
        float: right;
    }
    .tableData .tableNa{
        width: 100%;
    }
    
        .tableData .tableNa .tableNa th{
            background-color:rgb(238, 244, 249);
        }
        .tableData .tableNa th,.tableData .tableNa td{
            padding: 12px 0 8px 0;
        }

.formInput{
    display: inline-table;
    background-color: white;
    border: 1px solid rgb(226, 238, 247);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
    border-radius: 12px;
    padding: 15px 25px;
    margin: 15px 0px;
}
    .formInput .boxNa{
        margin-bottom: 9px;
    }
        .formInput .boxNa .label{
            margin-bottom: 4px;
        }


.bgBu{
    background-color: rgb(58, 137, 231);
    color: white;
}
.hovGreen:hover{
    background-color: rgb(196, 255, 204);
}
.hovRed:hover{
    background-color: rgb(255, 191, 191);
}
.hovBlue:hover{
    background-color: rgb(164, 200, 255);
}
.onTop{
    position: sticky;
    top: 0px;
}
.bgGen{
    background-color: rgb(247, 249, 251);
}

.icnAksi{
    border: 1px solid rgb(119, 119, 119);
    padding: 3px 0;
    margin: 0 3px;
    width: 21px;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}


#konten{
    min-height: 745px;
}
.foter{
    background-color: rgb(6, 6, 6);
    padding-top: 35px;
    text-align: center;
}
    .foter .ats{
        max-width: 1170px;
        display: inline-block;
        width: 90%;
        margin: 25px 25px 0 25px;
        padding-bottom: 45px;
        border-bottom: 2px solid rgb(23, 23, 23);
        text-align: left;
    }
        .foter .ats .boxFoter{
            display: inline-table;
            width: 25%;
            min-width: 360px;
        }
            .foter .ats .boxFoter .logo{
                height: 100px;
            }
            .foter .ats .boxFoter .judul{
                font-weight: bold;
                color: white;
                margin-bottom: 10px;
            }
            .foter .ats .boxFoter .fa{
                margin-right: 14px;
                color: rgb(247, 247, 247);
                font-size: 20px;
                cursor: pointer;
            }
            .foter .ats .boxFoter .fa:hover{
                color: rgb(59, 140, 237);
            }
            .foter .ats .boxFoter .lin{
                color: rgb(187,187,187);
                margin: 2px 0;
                cursor: pointer;
            }
                .foter .ats .boxFoter .lin:hover{
                    color:rgb(59, 140, 237);
                }
    .foter .bwh{
        background-color: rgb(2, 2, 2);
        padding: 25px;
        text-align: left;
    }
    
        .foter .bwh .dikir2{
            display: inline-block;
        }
            .foter .bwh .dikir2 .lin{
                display: inline-table;
                color: rgb(145, 145, 145);
                margin-right: 25px;
                padding: 6px 0;
                user-select: none;
            }
        .foter .bwh .dikan{
            color: rgb(97, 97, 97);
        }

        .dikir{
            float: left;
        }
        .dikan{
            float: right;
        }


    .custButton{
        display: inline-block;
        background-color: rgba(55, 106, 28, 0.64);
        border: 1px solid rgba(55, 106, 28, 0.64);
        color: white;
        padding: 8px 15px;
        margin: 8px 0;
        font-size: 14px;
        border-radius: 3px;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
        .custButton .fa{
            float: right;
            margin-top: 4px;
            font-size: 16px;
            margin-left: 12px;
        }

        

    .custButtonSmall{
        display: inline-block;
        background-color: rgba(55, 106, 28, 0.64);
        border: 1px solid rgba(55, 106, 28, 0.64);
        color: white;
        padding: 2px 8px;
        font-size: 12px;
        border-radius: 3px;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
        .custButtonSmall .fa{
            float: right;
            margin-top: 2px;
            font-size: 15px;
            margin-left:8px;
        }
        .custSelectPublic{
            background-color: white;
            border: 1px solid rgba(0, 0, 0, 0.37);
            border-radius: 4px;
            padding: 4px 8px;
            color: rgba(0, 0, 0, 0.8);
            outline: none;
        }
        .custSelect,.custTextDef,.custUploadFile{
            background-color: rgb(247, 249, 251);
            border: 1px solid rgb(213, 224, 232);
            border-radius: 8px;
            padding: 7px 12px;
            color: rgb(55, 55, 55);
            outline: none;
        }
        .custSelect,.custTextDef::placeholder {
            color: rgb(55, 55, 55);
            opacity: 1; /* Firefox */
        }
        .custUploadFile{
            padding: 4px 12px !important;
            width: calc(100% - 30px);
        }
        .custSelect{
            width: calc(100% - 4px);
        }
        .custTextDef{
            width: calc(100% - 30px);
        }
        .inOrange{
            border: 1px solid rgb(253, 187, 155);
            background-color: rgb(255, 242, 235);
        }
        .inRed{
            border: 1px solid rgb(251, 152, 152);
            background-color: rgb(255, 195, 195);
        }
        .inWhite{
            background-color: white;
        }

    .btnDef{
        outline: none;
        padding: 7px 12px;
        border: 1px solid rgb(193, 193, 193);
        border-radius: 4px;
        cursor: pointer;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    .btnBlue{
        background-color: rgb(82, 159, 251);
        border: 1px solid rgb(59, 140, 237);
        color: white;
    }
        .btnBlue:hover{
            background-color: rgb(59, 140, 237);
            border: 1px solid rgb(59, 140, 237);
            color: white;
        }
    .btnGreen{
        background-color: rgb(66, 219, 103);
        border: 1px solid rgb(34, 183, 70);
        color: white;
    }
        .btnGreen:hover{
            background-color: rgb(34, 183, 70);
            border: 1px solid rgb(34, 183, 70);
            color: white;
        }
    .btnRed{
        background-color: rgb(238, 84, 84);
        border: 1px solid rgb(181, 15, 15);
        color: white;
    }
        .btnRed:hover{
            background-color: rgb(181, 15, 15);
            border: 1px solid rgb(181, 15, 15);
            color: white;
        }
        .comBtn{
            float: right;
            max-width: 20px;
            max-height: 20px;
            border-radius: 50%;
            padding: 5px 6px;
            margin: 3px 2px 0 0;
        }