/*---Custom CSS---*/
.navbar-nav .navbar-text{
	padding:.875rem 1rem;
}
.navbar-brand img {
    height: 1.25rem;
}
.nav-sidebar .nav-link i{
	width: 20px;
	text-align: center;
}
.nav-group-sub .nav-link {
    padding: .625rem 1.25rem .625rem 3.8rem;
}
.page-title {
    padding: 1.5rem 0;
    position: relative;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: hidden;
}

.fw-600 {
    font-weight: 600 ;
}
.fw-400 {
    font-weight: 400 ;
}
.fw-500 {
    font-weight: 500 ;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}
.fs-14 {
    font-size: 14px;
}
.fs-12 {
    font-size: 12px;
}

body {
    font-family:Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}


.bg-grey-100 {
background-color: #F5F6FA;
}

.text-grey-800 {
color:#272B41 !important;
}
.text-grey-400 {
    color:#ADB4D2 !important;
    }

.card {
border-radius: 4px;
border:0;
box-shadow: 0px 5px 20px 0px rgba(146, 153, 184, 0.2);
}

.border-radius-4 {
border-radius: 4px;
}

.title-color {
color:rgba(61, 75, 101, 1);
}

.title-text {
font-size: 1rem;
}

.text-grey-600 {
    color:#5A5F7D !important;
}

.text-grey-700 {
    color:#4B5178 !important;
}

.table.border-none tr th {
    border:0px;
}

.table.border-none tr:first-child td {
    border:0px;
}

.text-grey-desc {
    color:rgba(61, 75, 101, 0.72);
}

.text-grey-size {
    color:#3D4B65;
}
.dropdown-toggle-no-caret::after {
    display:none;
}

.badge-late {
    background-color: rgba(244, 67, 54, 0.1);
    color: #F44336;
}

.badge-todo {
    background-color: #00BCD4;
}
.badge-in-progress {
    background-color: #FF7043;
}
.badge-in-review {
    background-color: #2196F3;
}
.badge-to-review {
    background-color: #2196F3;
}
.badge-done {
    background-color: #25B372;
}
.badge-reject {
    background-color: #FF3D00;
}

.badge-new {
    background-color: #F4F5F7;
    color:#272B41;
}

.social-facebook {
    background-color: #1877F2;
    color:#FFF;
    border-radius: 50%;
    width:16px;
    height:16px;
    font-size: 8px;
}
.social-x-twitter {
    background-color: #000000;
    color:#FFF;
    border-radius: 50%;
    width:16px;
    height:16px;
    font-size: 8px;
}
.social-instagram {
    background-color: #F1437A;
    color: #FFF;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 8px;
}
.social-tiktok {
    background-color: #000000;
    color: #FFF;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 8px;
}
.social-pantip {
    background-color: #7459C8;
    color:#FFF;
    border-radius: 50%;
    width:16px;
    height:16px;
    font-size: 8px;
}
.social-website {
    background-color: #1BC5BD;
    color:#FFF;
    border-radius: 50%;
    width:16px;
    height:16px;
    font-size: 8px;
}


/* POPOVER */

.popover {
    border:0px !important;
    box-shadow: 0px 2px 8px 0px rgba(146, 153, 184, 0.3);
}

.popover .arrow::before {
    border:0;
}

.btn {
    border-radius: 4px;
}

.editor-bg {
    background-color: #F4F5F7;
}

.modal-content {
    border: 0;
    border-radius: 16px;
}

thead tr th:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

thead tr th:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-light {
    border:0;
    background-color: #F4F5F7 !important;
}
