* {
    font-family: 'roboto condensed';
}

input {
    border-radius: 10px;
}

.modal-body textarea {
    border: solid 1px #aaa;
    outline: none;
    height: 100px;
    resize: none;
}

.col-span {
    display: inline-block;
    padding-left: 7px;
    padding-bottom: 5px;
}

.modal-body .checkbox {
    margin-left: 10px;
}

.modal-body .input {
    width: 100%;
    border-radius: 10px;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
    color: transparent;
}

input[type=date]:invalid {
    color: #bfbfbf;
}

.sub-btn:hover {
    color: white !important;
    box-shadow: 0px 0px .5px .5px #ffcc00;
}

.layer-btn:hover {
    background: #FFDC52;
    color: white;
}

.cross-layer {
    float: right;
    right: 10px;
    position: absolute;
    padding: 0px 5px;
    color: #bfbfbf;
    cursor: pointer;
}

.layer-span {
    display: inline-block;
    font-weight: bold;
    color: black;
    padding-left: 20px;
    padding-bottom: 5px;
    font-size: 14px;
    border-bottom: dashed 1px #bfbfbf;
    width: 100%;
}

.layer-no {
    color: black;
}

.layer-btn {
    font-weight: bold;
    background: white;
    border: solid 1.5px #ffcc00;
    border-radius: 5px;
    height: 30px;
    width: 80px;
}

.value-span {
    display: inline-block;
    padding-left: 10px;
    color: black;
}

.coupon-details-container .col-span {
    padding-left: 0;
}

.sub-btn {
    color: #333333 !important;
    background-color: #FFDC52 !important;
    border: none !important;
    border-radius: 10px !important;
    height: 35px !important;
    width: 100px;
    text-align: center;
}

.sub-btn-disabled {
    color: #9b9797 !important;
    background-color: #dfdcdc !important;
    border: none !important;
    border-radius: 10px !important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.2em 0.2em !important;
}

/*.modal .modal-content{
                overflow:hidden;
            }
            .modal-container{
                overflow-y:scroll;
            }*/

.group-status,
.series-status {
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
}

.page-item.active .page-link {
    background-color: #ffc107;
    border-color: #ffc107;
}

.page-link {
    color: #ffc107;
}

.page-link:hover {
    color: #ffc107;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button :hover {
    border: solid rgb(126, 126, 126) 1px !important;
    background: white;
    box-shadow: none !important;
    color: #ffc107 !important;
}

button.dt-button {
    border: none !important;
    background: white !important;
}

.download-image:hover {
    box-shadow: #333333 !important;
}

button.dt-button:active {
    border: none !important;
    background: white !important;
    box-shadow: none !important;
}

.box-card {
    background-color: #f9f8f8;
    border-radius: 10px
}

.box-span {
    font-size: 20px;
    font-weight: bold;
}