.woo-seedtrace-admin .section_data {
    padding: 20px;
}

.woo-seedtrace-admin .section_data .head_items, .item-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.woo-seedtrace-admin .section_data .item-content div, .head_items div {
    width: 240px;
    margin-right: 10px;
}

.woo-seedtrace-admin .section_data div.special-table, .section_data select {
    width: 240px;
    padding: 6px 10px !important;
}

.woo-seedtrace-admin .section_data .item-content div.numberic, .section_data div.numberic select, .section_data .head_items div.numberic {
    width: 180px !important;
}

.woo-seedtrace-admin .section_data input {
    width: 100% !important;
    padding: 20px 10px;
}

.woo-seedtrace-admin .section_data input {
    height: 10px;
}

.woo-seedtrace-admin .section_data div.number_element {
    width: 20px;
}

.woo-seedtrace-admin .head_items {
    margin-bottom: 10px;
}

.woo-seedtrace-admin .title {
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.woo-seedtrace-admin .section_data {
    border-bottom: 1px solid #ddd;
}
.woo-seedtrace-admin .item-content {
    margin-bottom: 15px;
}
.woo-seedtrace-admin .delete_item {
    color: red;
    cursor: pointer;
}
.woo-seedtrace-admin #save-settings {
    margin: 20px;
    padding: 5px 50px;
}
.woo-seedtrace-admin #settings-panel {
    background: #fff;
    margin-top: 30px;
    margin-right: 20px;
    border-radius: 10px;
    /* overflow: hidden; */
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
}

.woo-seedtrace-admin .selectize-input {
    height: 34px;
}

.woo-seedtrace-admin .selectize-input.focus {
    height: inherit;
}

.woo-seedtrace-admin .section-company {
    display: flex;
    background: #404040;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px 10px 0 0;
}

.woo-seedtrace-admin .section-company .right-side a {
    display: block;
}

.woo-seedtrace-admin .section-company .right-side img {
    width: 300px;
}

.woo-seedtrace-admin .section-company .left-side ul {
    display: flex;
    padding-left: 20px;
}

.woo-seedtrace-admin .section-company .left-side ul li {
    margin: 0;
}

.woo-seedtrace-admin .section-company .left-side ul li a {
    background: #2271b1;
    color: #fff;
    padding: 15px 20px;
    margin-right: 15px;
    text-decoration: none;
    border-radius: 3px;
    transition: 0.2s;
    cursor: pointer;
    opacity: 0.5;
}

.woo-seedtrace-admin .section-company .left-side ul li a svg {
    font-size: 20px;
    vertical-align: -5px;
    margin-right: 5px;
}

.woo-seedtrace-admin .section-company .left-side ul li a:hover {
    background: #2382c5;
    opacity: 1;
}

.woo-seedtrace-admin .section-company .left-side ul li a.active {
    background: #2382c5;
    opacity: 1;
}

.woo-seedtrace-admin .section-company .left-side ul li a.support-item {
    background: #22b189;
}

.woo-seedtrace-admin #settings-panel .button-primary:hover {
    background: #2382c5;
}

.woo-seedtrace-admin #settings-panel a, #settings-panel button {
    outline: none;
    box-shadow: none;
}

.woo-seedtrace-admin #settings-panel .add-item svg {
    margin-right: 5px;
}

.woo-seedtrace-admin .woocommerce .ticket-options{
    background: #e3e3e3;
    background: #ebe9eb;
    margin: 0 0 30px 0;
    width: 100%;
    border-bottom: 1px solid #c4c4c4;
}

.woo-seedtrace-admin .cart-collaterals {
    flex-direction: column-reverse;
    display: flex;
    align-items: flex-end;
}

.woo-seedtrace-admin .woocommerce .ticket-options h2{
    color:#fff;
    font-size: 16px;
    background: #111;
    margin: 0;
    padding: 0 15px;
    line-height: 36px;
}
.woo-seedtrace-admin .woocommerce .ticket-option{
    border:1px solid #c4c4c4;
    padding: 10px;
    border-bottom: 0;
    position: relative;
}

.woo-seedtrace-admin .woocommerce .row.no-gutters .ticket-option:nth-child(odd) {
    border-left: 0;
}

.woo-seedtrace-admin .woocommerce .ticket-option .no-gutters {
    display: block;
}

.woo-seedtrace-admin .woocommerce .ticket-option h3{
    font-size: 17px;
    line-height: 26px;
    font-weight: bold;
    color: #444;
}

.woo-seedtrace-admin .woocommerce .ticket-option p {
    font-size: 14px;
    line-height: 22px;
    color: #5d5d5d;
}

.woo-seedtrace-admin .woocommerce p.sm {
    font-size: 11px;
}

.woo-seedtrace-admin .woocommerce .ticket-option select {
    -webkit-appearance: menulist-button;
    height: 40px;
    width: 100%;
    background: #fff;
    padding-left: 6px;
    border: 1px solid #c4c4c4;
}

.woo-seedtrace-admin .woocommerce .woocommerce-checkout-review-order .product-quantity select.item-qty {
    -webkit-appearance: menulist-button;
    height: 40px;
    background: #fff;
    padding-left: 6px;
    border: 1px solid #c4c4c4;
}

.woo-seedtrace-admin .selectize-input {
    height: 34px;
}
.woo-seedtrace-admin .selectize-input.focus {
    height: inherit;
}

.woo-seedtrace-admin .image-extra {
    right: 30px;
    display: flex;
    align-items: center;
}

.woo-seedtrace-admin .image-extra img {
    margin: 10px 20px 10px 10px;
}

.woo-seedtrace-admin .woocommerce .ticket-option select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 5px;
}

.woo-seedtrace-admin .description-extra .form-input {
    display: flex;
}

.woo-seedtrace-admin .description-extra .form-input input {
    width: 55px;
    height: 40px;
    margin-right: 1%;
    border: 1px solid #c4c4c4;
    padding-left: 15px;
    text-align: center;
}

.woo-seedtrace-admin .description-extra .form-input button {
    width: 100px;
    border: 0;
    background: #420f61;
    color: #fff;
    transition: 0.3s;
}

.woo-seedtrace-admin .description-extra .form-input button:hover {
    background: #909090;
}

.woo-seedtrace-admin .header-addon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.woo-seedtrace-admin .header-addon .addon-price {
    font-weight: bold;
    color: #111111;
    font-size: 25px;
    padding-right: 20px;
}

.woo-seedtrace-admin .description-extra p.sm {
    margin-top: 5px;
}

.woo-seedtrace-admin .delete_item {
    width: 42px !important;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: red;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.2s;
    min-width: 42px;
}

.woo-seedtrace-admin .delete_item:hover {
    background: #d20101;
}

.woo-seedtrace-admin #save-settings {
    position: relative;
}

.woo-seedtrace-admin #save-settings svg {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: -4px;
}

.woo-seedtrace-admin .list-dots li {
    list-style: circle;
    margin-left: 20px;
}

.woo-seedtrace-admin #settings-panel .text-container {
    margin-top: 20px;
}

.woo-seedtrace-admin #settings-panel .text-container p {
    margin-top: 0;
    margin-bottom: 5px;
}

.woo-seedtrace-admin .sub-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

.woo-seedtrace-admin .help-icon {
    margin-left: 5px;
    font-size: 15px;
    vertical-align: -1px;
    color: #c59b23;
    transition: 0.2s;
}

.woo-seedtrace-admin .help-icon:hover {
    color: green;
}

.woo-seedtrace-admin .select2-container {
    height: 42px;
}

.woo-seedtrace-admin .select2-container--default .select2-selection--multiple {
    height: 100%;
    border: 1px solid #8c8f94 !important;
    overflow-x: auto;
    padding: 0 !important;
}

.woo-seedtrace-admin .select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 30px;
    padding-top: 3px !important;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    margin-bottom: 0px;
}

.woo-seedtrace-admin .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    height: 100%;
    padding-bottom: 5px;
    background: red;
    color: #fff;
    border-right: 0;
    transition: 0.2s;
}

.woo-seedtrace-admin .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: #d20101;
    color: #fff;
}

.woo-seedtrace-admin .status-table {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    border: 1px solid #eeeeef;
}

.woo-seedtrace-admin .status-table thead {
    background: #d63638;
    color: #fff;
}

.woo-seedtrace-admin .status-table thead th {
    padding: 15px 20px;
    font-size: 16px;
}

.woo-seedtrace-admin .status-table tbody tr {
    background: #eeeeef;
    padding: 10px;
}

.woo-seedtrace-admin .status-table tbody tr:nth-child(even) {
    background: white;
}

.woo-seedtrace-admin .status-table tbody td {
    padding: 10px;
    width: 50%;
}

.woo-seedtrace-admin .alert-help {
    background: #22b189;
    padding: 15px 20px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.woo-seedtrace-admin .alert-help svg {
    font-size: 40px;
    margin-right: 10px;
}

.woo-seedtrace-admin .status-table tbody td .fa-times {
    color: #ff0003;
    vertical-align: -2px;
    margin-left: 3px;
}

.woo-seedtrace-admin .status-table tbody td .fa-check {
    color: #22b189;
    vertical-align: -2px;
    margin-left: 3px;
}

.woo-seedtrace-admin .dependency-warning {
    border: 1px solid #f00;
    border-left: 8px solid red;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.woo-seedtrace-admin .dependency-warning svg {
    color: red;
    font-size: 23px;
    margin-right: 10px;
}
