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

.content-header {
    padding: 24px 32.5px;
}

.content {
    padding: 0px 32.5px !important;
}

.content-header h1.content_title {
    font-size: 32px;
    font-weight: 400;
    color: #333333;
}

label {
    font-weight: 500 !important;
    color: #333333;
    font-size: 18px;
}

label > div {
    font-weight: 400;
    color: #666666;
    font-size: 14px;
}

.card {
    margin-bottom: 20px;
}

.card-common {
    padding: 44px 60px;
}

.card-common .card-body {
    padding: 0;
}

.card-filter .card-body {
    padding: 30px 26px;
}

.card-filter label {
    font-size: 16px;
}

.btn-close {
    background: #fff;
    color: #6C5DD3;
    padding: 7px 20px;
    border-color: #6C5DD3;
    font-size: 16px;
    font-weight: 500;
}

.btn-submit {
    color: #FFFFFF;
    padding: 7px 20px;
    background: #6C5DD3;
    font-size: 16px;
    font-weight: 500;
}

.btn-status {
    padding: 4px 12px;
    background: #E5E5E5;
    color: #333333;
    font-weight: 400;
    font-size: 14px;
}

.btn-status.active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #2ED480;
    color: #FFFFFF;
}

.btn-export {
    color: #6C5DD3;
    border: 1px solid #6C5DD3;
    font-weight: 500;
    padding: 5px 20px;
}

.border-none {
    border: none;
    background: none;
}

.btn-filter {
    color: #666666;
    border: 1px solid #CCCCCC;
    background: #f1f1f1;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 12px;
    gap: 12px;
}

.btn-filter-transition {
  transition: height, opacity 1s;
}

/* table  */

.table {
    margin-bottom: 0;
    color: #666666 !important;
}

.table_header th {
    color: #333333 !important;
}

.table-bordered td,
.table-bordered th {
    border-bottom: 1px solid #dee2e6;
    border-top: none;
    border-right: none;
    border-left: none;
}

.table_header {
  background: #E5E5E5;
}

.w-150px {
    width: 150px !important;
}

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

.w-10 {
    width: 10%;
}

.w-170px {
    width: 170px;
}

.w-200px {
    width: 200px;
}

.w-max-content {
    width: max-content;
}

.bg-sent-noti {
  background-color: #d6f5e5;
}

.text-sent-noti {
    color: #2ED480;
}

.bg-not-send-noti {
    background-color: #f3d8db;
}

.text-not-send-noti {
    color: #DC0C1F;
}

.pr-8px {
    padding-right: 8px;
}
  
.w-40 {
    width: 40%;
}

/* pagination  */

.pagination_link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.15s linear;
    margin: 0px 4px;
    padding: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    width: 36px;
    height: 36px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
}

.pagination_link.disabled {
    color: #CCCCCC;
}

.pagination_link.active,
.pagination_link:not(.active, .disabled):hover {
    background: #6C5DD3;
    font-weight: 600;
    color: #FFFFFF;
    border: none;
}

/* sort table  */
.sort-icon {
    cursor: pointer;
    margin-right: 4px;
}

/* select  */

.custom-select {
    background: url('../images/triangle.png') no-repeat top 15px right 10px;
    cursor: pointer;
    font-size: 14px;
    color: #666666;
}

/* input  */

input:read-only {
    background-color: white !important;
}

input:disabled {
    background-color: #e9ecef!important;
}

.input-group {
    cursor: pointer;
}

.w-50px {
    width: 50px !important;
}

.form-control {
    font-size: 14px;
    padding: 18px 16px;
    color: #333333 !important;
}

.filter-detail .form-control {
    padding: 4px 8px;
    color: #666666 !important;
}

.text-red {
    color: #DC0C1F !important;
}

/* modal common */

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 530px;
    }
}

.modal-header {
    padding: 16px 24px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #6C5DD3;
}

.modal-header h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.modal-body {
    padding: 24px 32.5px 20px 32.5px;
    color: #333333;
}

.modal-body label {
    font-size: 14px;
}

.modal-footer {
    border-top: none;
    padding: 0px 32.5px 20px 32.5px;
}

.select2-container--default .select2-results__option {
    padding: 13px 16px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #4C4C4C !important;
}

.select2 .select2-selection__rendered {
    font-size: 14px;
    padding-left: 0 !important;
    color: #666666 !important;
}

.select2-results__options li:hover {
    color: #4C4C4C !important;
    background: #F2F2F2 !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-weight: unset !important;
    color: #808080 !important;
}

.btn-activate {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #DC0C1F;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font: 400 1.05rem/1 "Roboto", normal;
	letter-spacing: .05em;
	overflow: hidden;
    padding: 6px 14px;
    font-size: 14px;
    color: #DC0C1F;
}

.btn-activate.activated {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #2ED480;
    color: #2ED480;
}

input::-ms-reveal, input::-ms-clear {
    display: none;
}