*{
    box-sizing: border-box;
}
.ui.attached.segment {
    width: inherit;
}

.iris-picker {
    position: absolute !important;
    z-index: 5;
}

.select2-search__field {
    width: 100% !important;
}

.form-table p {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
}

.wheel-slices {
    border-top: 1px solid rgba(80, 83, 75, 0.85);
}

.wheel-slices th {
    text-align: center;
}

.wheel_col:nth-child(odd) td {
    background-color: rgba(205, 208, 199, 0.42);
}

.wheel_col:nth-child(even) td {
    background-color: rgba(232, 235, 226, 0.24)
}

.wheel_col td {
    text-align: center;
}

.wheel_col:hover {
    cursor: move;
}

.auto_color_ok_cancel {
    display: none;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.auto_color_ok_cancel > .auto_color_ok, .auto_color_ok_cancel > .auto_color_cancel {
    margin: 10px;
}

.col_add_new {
    text-align: center;
}

.wfw-image-container, .wfw-image-container1 {
    display: flex;
    align-items: center;
    align-content: center;
}

.wfw-remove-image.negative.vi-ui.button {
    margin-left: 20px;
}

.wfw-remove-image1.negative.vi-ui.button {
    margin-left: 20px;
}

.custom_type div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.coupon-label-readonly, .coupon-amount-readonly {
    color: rgba(0, 0, 0, 0.2) !important;
}

.coupon-label-readonly, .coupon-amount-readonly:hover {
    cursor: not-allowed;
}

.vi-ui.top.attached.tabular.menu .item:hover {
    cursor: pointer;
}

.color_palette {
    justify-content: center;
}

.wheel-settings .ui-sortable .wheel_col .remove_field {
    width: 70px;
    padding: 3px;
    position: absolute;
    top: 5px;
    right: 0;
    display: none;
}

.wheel-settings .ui-sortable .wheel_col .clone_piece {
    width: 70px;
    padding: 3px;
    position: absolute;
    bottom: 5px;
    right: 0;
    display: none;
}

.remove_field_wrap {
    position: relative;
}

.wheel_col:nth-child(n):hover .remove_field:nth-child(n) {
    display: block;
}

.wheel_col:nth-child(n):hover .clone_piece:nth-child(n) {
    display: block;
}

.wheel-slices td {
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}

.wheel_col .wheel_col_index {
    text-align: center;
}
/*remove font*/
.wfw-google-font-select-remove.wfw-cancel{
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    margin-left: 10px;
}
.wfw-google-font-select-remove.wfw-cancel:before{
    font-size: 20px;
}