.agna-bg-purple {
    background-color: #340869 !important;
}

.agna-bg-white {
    background-color: #ffffff !important;
}

.agna-max-width {
    max-width: 800px;
}

.text-agna {
    color: #340869 !important;
}

.text-dark-grey {
    color: #595C60 !important;
}

.text-dark-grey2{
    color: #8d8d8d !important;
}

.text-green{
    color: #2c9a38 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #000000 !important;
}

.full-height {
    min-height: 100% !important;
}

.full-width {
    min-width: 100% !important;
}

.mTB20{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mT80 {
    margin-top: 80px !important;
}

.mT70 {
    margin-top: 70px !important;
}

.mT40 {
    margin-top: 40px !important;
}

.mT30 {
    margin-top: 30px !important;
}

.mT20 {
    margin-top: 20px !important;
}

.mT15 {
    margin-top: 15px !important;
}

.mT10 {
    margin-top: 10px !important;
}

.mLR24{
    margin-left: 24px !important;
    margin-right: 24px !important;
}

.mB40 {
    margin-bottom: 40px !important;
}

.mB30 {
    margin-bottom: 30px !important;
}

.mB20 {
    margin-bottom: 20px !important;
}

.mB10 {
    margin-bottom: 10px !important;
}

.mB6 {
    margin-bottom: 6px !important;
}

.mL8{
    margin-left: 8px !important;
}

.pd24{
    padding: 24px;
}

.pdLR2{
    padding-left: 2px !important;
    padding-right: 2px !important;
}


.pdLR18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.pdB96{
    padding-bottom: 96px !important;
}

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

.pdT30 {
    padding-top: 30px !important;
}

.pdT80{
    padding-top: 80px !important;
}

.pdLR8{
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.pdLR16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.pdLR24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}


.pdTB4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.pdTB10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}


.pdTB20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pdTB30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}


.pdL8 {
    padding-left: 8px !important;
}

.pdT20 {
    padding-top: 20px !important;
}

.pdB10 {
    padding-bottom: 10px !important;
}

.pdB20 {
    padding-bottom: 20px !important;
}

.pd2018{
    padding: 20px 18px;
}

.pd2024{
    padding: 20px 24px;
}

.pdB40 {
    padding-bottom: 40px !important;
}

.pdB72{
    padding-bottom: 72px;
}

.pdB96 {
    padding-bottom: 96px !important;
}

.pd6 {
    padding: 6px !important;
}

.pd12 {
    padding: 12px !important;
}

.pd18 {
    padding: 18px !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs22 {
    font-size: 22px !important;
}

.fs24 {
    font-size: 24px !important;
}

.fs30 {
    font-size: 30px !important;
}

.fs36 {
    font-size: 36px !important;
}

.fs48 {
    font-size: 48px !important;
}

.fw300 {
    font-weight: 300 !important;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.fw700 {
    font-weight: 700 !important;
}

.fw800 {
    font-weight: 800 !important;
}

.fw900 {
    font-weight: 900 !important;
}

.top-radius {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.bottom-radius {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.isRotated {
    transform: rotate(180deg);
    transition: all 0.3 ease;
}

.borderTB{
    border-top: 1px solid #eaeced;
    border-bottom: 1px solid #eaeced;
}

.break-word{
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    word-break: break-all;
}

.single-line-dotted{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.two-line-dotted{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.three-line-dotted{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.white-space{
    white-space: nowrap !important;
}

.border-bottom{
    border-bottom: 1px solid #eaeced;
}
.transform90{
    transform: rotate(-90deg);
}

.status-delivery{
    background-color: rgba(44 154 59/20%);
    color: rgb(44 154 59);
    border-radius: 2px;
    padding: 5px 16px;
}

.status-process{
    background-color: rgba(265 164 0/20%);
    color: rgb(265 164 0);
    border-radius: 2px;
    padding: 5px 16px;
}

.status-cancel{
    background-color: rgba(209 65 64/20%);
    color: rgb(209 65 64);
    border-radius: 2px;
    padding: 5px 16px;
}

.select2{
width: 100% !important;
}