.error {
    color: red !important;
}

.redcolor {
    color: red !important;
}

.greencolor {
    color: green !important;
}

.violetcolor {
    color: #9c27b0 !important;
}

.flex-1 {
    flex: 1;
}

.m-t-12 {
    margin-top: 12px !important;
}

.m-t-12 {
    margin-bottom: 12px !important;
}

.modal_close_button {
    border: none;
    background: transparent;
    font-size: 26px;
    margin-top: -23px;
    font-weight: 700;
}

.pagination li a {
    background-color: #ddd;
    color: black;
}

.w-100 {
    width: 100% !important;
}

.flex-column {
    flex-direction: column;
}

.custom_selectbox {
    border: none;
    border-bottom: 1px solid #919191;
}

.model_lable_section {
    background-color: transparent !important;
}

.model_lable {
    font-weight: bold;
    color: white !important;
    font-size: 24px;
}

.green2 {
    background-color: rgb(76, 175, 80) !important;
    color: white !important;
}

.green_dot {
    margin: 0.32rem 0rem;
    width: 16px;
    height: 16px;
    background: green;
    border-radius: 50px;
}

.violet_dot {
    margin: 0.32rem 0rem;
    width: 16px;
    height: 16px;
    background: #9c27b0;
    border-radius: 50px;
}

.ol {
    display: inline-block;
    padding: 5px 0;
    width: 80%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    background: #39b54a;
    border: none;
    margin-bottom: 15px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%),
        0 1px 5px 0 rgb(0 0 0 / 12%);
}

.order_btn {
    padding: 10px 15px;
    border: 0;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    background: #dcdcdc !important;
    color: rgba(0, 0, 0) !important;
}

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

.success {
    color: #39b54a !important;
}

.primary {
    color: #6777ef !important;
}

.orange {
    color: orange !important;
}

.navigation_footer_container {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.disable_button {
    background-image: none !important;
    background: #bd6565 !important;
}

.green_background {
    background-color: #39b54a !important;
}

.yellow_background {
    background-color: #ffc511 !important;
    color: white !important;
}

.yellow_text {
    color: #ffc511 !important;
}

.red_background {
    background-color: #e54d42 !important;
}

.violet_background {
    background-color: #9c27b0 !important;
}

.viored_background {
    background-image: linear-gradient(160deg,
            #6739b6 50%,
            #e54d42 0) !important;
}

.viogre_background {
    background-image: linear-gradient(160deg,
            #6739b6 50%,
            #39b54a 0) !important;
}

.item-green {
    background-color: #157239 !important;
}

.listItem {
    padding: 0px 55px 0px 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.listItem .image {
    width: 52px;
    padding-right: 16px;
}

.listItem .image .iconBox {
    width: 36px;
    height: 36px;
    border-radius: 200px;
    background: #565eff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.listItem .text {
    font-size: 16px;
    color: #8d95a0;
}

.listItem .text strong {
    color: #1b2c42;
    font-weight: normal;
    display: block;
}

.text small {
    font-size: 12px;
    color: #888;
    font-weight: 400;
}

.tdtext2 {
    font-size: 16px !important;
    color: #f00 !important;
    font-weight: normal;
    text-align: right;
}

.text-center {
    text-align: center;
}

.pagination-container .pagination .pointer.active,
.pagination-container .pagination2 .pointer.active,
.pagination-container .pagination3 .pointer.active,
.pagination-container .pagination4 .pointer.active {
    font-weight: 800;
    background: rgba(0, 0, 0, 0.842);
    padding: 0rem 0.4rem;
    border-radius: 5px;
    color: #fff;
}

.p-0 {
    padding: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.list-style-none {
    list-style: none;
}

.accordion-button {
    position: inherit !important;
}