.tools-page{
    height: fit-content;
    margin-bottom: 30px;
}

.tools-page{
    margin-top: 56px;
}

.container-cogs{
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.16);
    border-radius: 13px;
    padding: 20px 40px;
}

.color-blue{
    color: #1877F1;
}

.title{
    font-size: 24px;
	font-weight: bold;
	margin-bottom: 14px;
}

.row-cal{
    display: flex;
    justify-content: space-between;
}

input{
    border-radius: 5px;
    border: 1px solid #C9C9C9;
    outline: none;
    min-height: 45px;
    min-width: 160px;
}

.cell-cal{
    width: 160px;
}
.ope-cal{
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}
.title-cal{
    margin-bottom: 8px;
}

.cell-cal input{
    text-align: center;
}
.icon_word{
    background-image: url('/cukcuk/images/extension-cogs/ic_word.png');
    height: 20px;
    width: 18px;
}
.color_gray{
    color: #9B9B9B;
    font-size: 16px;
    padding-left: 8px;
}
.flex{
    display: flex;
    align-items: center;
}
.notes{
    margin-top: 26px;
}
.checkbox{
    min-height: 17px;
    min-width: 17px;
    margin: 0 !important;
}
.m-l-8{
    margin-left: 8px;
}
.note-row{
    margin-top: 12px;
}
.m-t-8{
    margin-top: 8px;
}
.button {
    padding: 0 20px;
    text-align: center;
    border: 1px solid #1877F1;
    width: fit-content;
    border-radius: 5px;
    min-height: 46px;
    background-color: #fff;
    cursor: pointer;
}
.m-r-24{
    margin-right: 24px;
}
.group-btn {
    margin-top: 40px;
}
.m-t-6{
    margin-top: 6px;
}
.button-primary{
    color: #fff;
    background-color: #1877F1;
    border: 1px solid #fff;
}
.ope-add{
    height: 17px;
    width: 17px;
    background-image: url('/cukcuk/images/extension-cogs/ic_add.png');
}
.ope-minus{
    width: 15px;
    height: 2px;
    background-image: url('/cukcuk/images/extension-cogs/ic_minus.png');
}

.recomment {
    background-color: #EBF4FF;
    border-radius: 5px;
    padding: 8px 24px 24px 32px;
    margin-bottom: 24px;
    font-size: 18px;
}

.text-title{
    font-weight: bold;
}
.result .text-title{
    font-size: 18px;
}

.recomment .text-value{
    padding: 8px 16px;
    font-weight: bold;
}

.sub-title{
    font-size: 14px;
}

.result table tr {
    height: 46px;
}

table td, table th{
    border: none;
}

.result table th {
    background-color: #E4E4E4;
    height: 46px;
    text-align: center;
    border-bottom: 1px #E4E4E4 solid;
}
.result table {
    margin-top: 12px;
}

.result table tr{
    border-bottom: 1px solid #ABABAB;
    text-align: center;
}

.result table th:first-child {
    text-align: left;
}
.result table tr td:first-child{
    text-align: left;
}
.row-cal {
    margin-top: 26px;
}

.custom-blog{
    margin-bottom: 24px;
    margin-top: 30px;
}
.dish{
    margin-top: 40px;
}
.dish input {
    width: 50%;
    margin-left: 36px;
    padding: 8px 16px;
}
.title-note{
    text-align: center;
    margin-top: 36px;
}
.example{
    font-size: 14px;
    margin-top: 24px;
}

@media (max-width : 979px) {
    .row-cal{
        display: flex;
        flex-direction: column;
    }
    .cell-cal{
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 8px;
    }
    .cell-cal input{
        flex-basis: 60%;
    }
    .ope-cal{
        width: 100%;
        margin-top: 8px;
    }
    .region{
        max-height: 800px;
        overflow: auto;
    }

}
input[error='true']{
    border: 1px solid #e72525;
}
section{
    font-size: 16px;
}

#tableProduct tr:last-child{
    font-weight: bold;
}
.region-cal input{
    color: #1877F1;
}
.group-btn  .color-blue{
	text-transform: uppercase;
}
#dishName{
	color: #1877F1;
}
.container-cogs ul li {
	margin-bottom: 10px;
}