.primary-table thead tr:last-child{
    border-bottom: 2px solid var(--bs-primary) !important;
    color: var(--bs-primary) 
}
.primary-table tr td, .primary-table tr th{
    border-left:1px solid var(--kt-border-color) !important; 
}

.primary-table tr td:first-child, .primary-table tr th:first-child{
    border-left: 0 !important;
}

.primary-table tr td:last-child, .primary-table tr th:last-child{
    border-right: 0;
}

.green-table thead{
    background-color: #D9EAD3;
}

.green-table thead .btn-primary{
    background-color: #2FB500;
}
.green-table thead .btn.btn-primary:hover{
    background-color: #288F03 !important;
}

.voilet-table thead{
    background-color: #D9D2E9;
}

.voilet-table thead .btn-primary{
    background-color: #5B4595;
}
.voilet-table thead .btn.btn-primary:hover{
    background-color: #32225D !important;
}
.wt-teal{
    background-color: #61C9DB !important;
}
.wt-light-teal{
    background-color: #E1FCFF !important;
}
.wt-green{
    background-color: #ABF789 !important;
}
.wt-light-green{
    background-color: #E7FFDF !important;
}
.wt-violet{
    background-color: #D681FC !important;
}
.wt-light-violet{
    background-color: #EDDFF8 !important;
}
.wt-light-yellow{
    background-color: #FFF2CC !important;
}
.wt-orange{
    background-color: #FFC45C !important;
}
.wt-light-orange{
    background-color: #FCE5CD !important;
}
.wt-gray-500{
    background-color: #CCCCCC !important;
}
.wt-gray-400{
    background-color: #D9D9D9 !important;
}
.wt-gray-100{
    background-color: #EFEFEF !important;
}
.wt-greenBlue{
    background-color: #A2C4C9 !important;
}
.wt-greenBlue-light{
    background-color: #D0E0E3 !important;
}
.wt-blue{
    background-color: #9FC5E8 !important;
}
.wt-blue-light{
    background-color: #CFE2F3 !important;
}
.wt-ornage-2{
    background-color: #F9CB9C !important;
}
.wt-voilet-2{
    background-color: #B4A7D6 !important;
}
.wt-voilet-2-light{
    background-color: #D9D2E9 !important;
}
.wt-pink{
    background-color: #D5A6BD !important;
}
.wt-pink-light{
    background-color: #EAD1DC !important;
}
.wt-green-1{
    background-color: #B7E1CD !important;
}
.wt-green-2{
    background-color: #00FF00 !important;
}
.wt-green-3{
    background-color: #B6D7A8 !important;
}
.wt-green-4{
    background-color: #93C47D !important;
}
.wt-green-5{
    background-color: #6AA84F !important;
}
.wt-green-6{
    background-color: #38761D !important;
}
.wt-orange-3{
    background-color: #E69138 !important;
}
.wt-orange-4{
    background-color: #FF9900 !important;
}
.wt-pink-2{
    background-color: #EA9999 !important;
}
.bg-dark-voilet{
    background-color: #5B4595 !important;
}
.wt-dark-blue{
    background-color: #6D9EEB !important;
}
a.btn.bg-dark-voilet.btn-primary:hover:not(.btn-active){
    background-color: #311c66 !important;
}

.wt-dark-pink{
    background-color: #944769 !important;
}
a.btn.wt-dark-pink.btn-primary:hover:not(.btn-active){
    background-color: #702345 !important;
}
.ff-playfair{
    font-family: 'Playfair Display', serif !important;
}
.divider::before, .divider::after{
    content: '';
}
.divider span, .divider::before, .divider::after{
    display: block;
    width: 6px;
    height: 6px;
    background-color: #1BA89D;
    border-radius: 50px;
    margin: 0px 5px;
}

.dropzone .dz-remove{
    z-index: 22 !important;
}
.custom-cross{
    position: absolute !important;
    top: -10px !important;
    right: -10px !important;
}