.form-group {
    margin-bottom: 0.5rem;
}
.form-control {
    font-size: .875rem;
    height: calc(1em + 1rem + 5px);
    transition: all .15s ease-in-out;
    padding: 3px 6px;
}
.select2-container .select2-selection--single {
    height: 35px !important;
    padding: 6px 10px !important;
}
.card .table td, .card .table th{
    padding: 8px 10px;
}
.card .table th{
    font-weight: 700;
}
.btn-group-sm>.btn, .btn-sm {
    font-size: .6rem;
}
.pt_zero .select2-container--default .select2-selection--multiple{
    padding: 0;
}
.flex_center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dataTables_length .form-control{
    padding: 0 21px 0 6px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: .875rem !important;
}
.footer_align{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login_bg{
    background-color: #404040 !important;
}
.bg-dark-top{
    background-color: black !important;
}
.btn_color{
    border-color: #2958cc;
    background-color: #2958cc;
}

.modal.right{
    background-color: rgb(0 0 0 / 23%);
}

.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 520px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
    border-radius: 0;
}

.modal.right .modal-body {
	padding: 16px 16px 80px;
}
/*Right*/
.modal.right.fade .modal-dialog {
	right: -520px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}
.edit_btn{
    padding: 3px 8px 5px 8px;
}
.modal.right .modal-header {
    border-bottom: 1px solid #ddd;
    padding: 12px 16px;
}
.modal.right .modal-header h2{
    margin: 0;
}
.modal.right .model_card{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: solid #ddd 1px;
}
.select2-dropdown{
    border: 1px solid #ddd;
}
.card-header.edit_header {
    display: flex;
    justify-content: space-between;
}
.decore_table tbody tr td p{
    margin: 0;
}
.decore_header p{
    margin: 0;
}
.decore_header .dec_add{
    color: #218838;
}
.decore_header{
    position: relative;
    padding: 0 15px;
}
span.user_st {
    border: 1px solid #ddd;
    padding: 2px 5px;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
}
.decside_title{
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 5px;
}
.decside_title::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #218838;
}
.decore_header_wrp{
    position: relative;
    background-color: #f1f1f1;
    padding-top: 8px;
}
.decore_header_wrp::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #218838;
}
.edit_sidebar {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    padding-right: 10px;
}
.user_tag {
    padding: 0px 15px;
}

.quick_link ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.quick_link h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    font-size: 20px;
}

.quick_link ul li a{
    position: relative;
    padding: 8px;
    display: inline-block;
    color: #32325d;
    font-size: 15px;
    width: 100%;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    transition: all 0.3s ease;
}
.quick_link ul li a::before{
    width: 3px;
    content: "";
    position: absolute;
    height: 0;
    top: 0;
    left: 0;
    background-color: #2878f0;
    transition: all 0.3s ease;
}
.quick_link ul li a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c1";
    margin-left: 5px;
    font-size: 13px;
}
.quick_link ul li a:hover::before{
    height: 100%;
}
.chat_btn_wrp{
    display: flex;
    align-items: center;
}
.chat_input {
    max-width: 83%;
    flex: 0 0 83%;
    position: relative;
    margin-right: 5px;
    box-sizing: border-box;
}
.chat_input .attached_file{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.chat_input .form-group {
    margin: 0;
}
.chat_input .form-group textarea{
    padding: 10px 30px 10px 10px;
}
.input-group-append.attached_file button {
    border: none;
    padding: 10px;
    border-radius: 50%;
    color: #2878f0;
    outline: none;
}
.modal-header .close_model{
    background-color: #2878f0;
    color: #fff;
    padding: 6px 5px 3px 4px;
    opacity: 1;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    right: 50px;
}
.modal-header .close_model:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    opacity: 1 !important;
}
.modal-header .close_model span{
    color: #fff;
}
.numbers h1 {
    font-size: 20px;
}
.card-image{
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-image a{
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    word-break: break-all;
}
.card-image img.card-img-top {
    max-height: 100%;
    object-fit: contain;
}
.card_image_wrp{
    margin: 0;
    height: 100%;
    position: relative;
}
.card.card_image_wrp .card-body {
    padding: 0;
}
.input-group.action_btns.download_card {
    position: absolute;
    top: -5px;
    right: 5px;
    display: inline-block;
    width: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.card_image_wrp:hover .card-body .input-group.action_btns.download_card {
    opacity: 1;
    visibility: visible;
    top: 5px;
}
div#accordionExample .card{
    border-radius: 5px;
}
footer.footer.footer_bottom.pt-0 {
    position: absolute;
    width: -webkit-fill-available;
    padding: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
}
.card.card_image_wrp table {
    word-wrap:break-word;
    table-layout: fixed;
    height: 100%;
}
.card.card_image_wrp table tr td div{
    white-space: pre-wrap;
}
.badge_custom{
    font-size: 11px;
    display: flex;
    align-items: center;
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 0.25rem;
}
.custom_chatbox_icon {
    padding: 3px 10px 7px;
    border-radius: 6px;
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
    transition: all 0.3s;
}
.custom_chatbox_icon:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transform: translateY(-3px);
}
.scrinprint_badge {
    font-size: 13px;
    padding: 2px 10px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.card___title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.float_customise label{
    color: #fff;
    font-size: 14px;
}
.box__model{
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
}
.comments__order{
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.vendor__form .model_card{
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 15px;
    margin-bottom: 15px;
}
.order_id {
    text-align: right;
}
.order_id .order_btn{
    border: 2px solid #e6e6e6;
    color: #ffffff;
    padding: 5px 20px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 0.275rem;
    font-size: 16px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}
.order_id .order_btn:hover{
    background-color: #2878F0;
    border-color: #2878F0;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    transform: translateY(-3px);
}
.card.card_image_wrp table tbody tr td{
    padding: 3px 6px;
}
.nav__tabs .nav-item a{
    display: flex;
    align-items: center;
    padding: 20px 15px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
    min-width: 210px;
    border-radius: 3px;
}
.tabs_order{
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.tabs_order svg{
    flex: 0 55px;
    width: 55px;
    background-color: #72c1fb;
    border-radius: 50%;
    padding: 10px;
    fill: #fff;
}
.tabs_order h2{
    font-size: 28px;
    display: block;
    font-weight: 500;
    color: #0b198f;
    line-height: 1;
    margin-bottom: 6px;
}
.nav__tabs .nav-item .nav-link.active h2{
    color: #fff;
}
.nav__tabs .nav-item .nav-link.active svg{
    fill: none;
}
.nav__tabs .nav-item .nav-link.active h4{
    color: #fff;
}

.navbar-vertical .navbar-nav .nav-link {
    display: block !important;
}

.longEnough{
    min-height: 80px;
    margin: 0px;
    max-height: 120px;
    overflow: auto;
}
@media (max-width: 576px) {
    .edit_sidebar {
        justify-content: center;
        padding-bottom: 0;
    }
    .modal.right .modal-dialog{
        width: 95%;
    }
    .page-item .page-link, .page-item span{
        width: 30px;
        height: 30px;
        font-size: .8rem;
    }
    .dt-responsive tbody tr{
        height: 38px;
    }
    ul.pagination .paginate_button:first-child{
        padding-left: 5px;
    }
    .mb-sm-2{
        margin-bottom: 15px;
    }
    .card-header{
        padding: 1rem 1rem;
    }
    .card-header h1{
        font-size: 20px;
    }
    .float_customise label.input-group-prepend{
        font-size: 14px;
    }
    .custom_chatbox_icon{
        position: fixed;
        right: 0;
        z-index: 99;
        border-radius: 6px 0 0 6px;
        padding-top: 7px;
        padding-bottom: 10px;
    }
    div#artwork-table_filter {
        float: none;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    .card___title {
        justify-content: center;
        flex-direction: row-reverse;
        row-gap: 8px;
    }
    .card-body{
        padding: 1rem;
    }
    .tabs_order svg{
        flex: 0 40px;
        width: 40px;
    }
    .nav__tabs{
        column-gap: 10px;
    }
    .tabs_order{
        column-gap: 10px;
    }
    .nav__tabs .nav-item a{
        padding: 10px 5px;
        min-width: 168px;
    }
    .tabs_order h4{
        font-size: 12px;
    }
    .float_customise .order_id{
        text-align: left;
    }
    .float_customise .alignment__mob{
        justify-content: start !important;
    }
}
