@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');


:root {
	--bs-font-sans-serif: "Roboto",Helvetica,sans-serif;
	--bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	--bs-body-font-family: 'Montserrat', sans-serif ;
	--bs-secondary-font-family:  'Poppins', sans-serif ;
	--bs-body-font-size: 0.875rem;
	--bs-form-font-size: 0.875rem;
	--bs-gray-color:#f7f7f7;
	--bg-primary:#e6b27d;
	--bg-secondary:#3f3e45;
	--bg-primary-hover:#4d4d4d;
	--bg-black: #0c0c0c;
	--bg-white: #ffffff;
	--bg-light: #f8f9fa;
}
body {
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	background-color: var(--bg-light);
	color: #000;
}
.font-10 {
	font-size: 10px;
}
.font-11 {
	font-size: 11px;
}
.font-12 {
	font-size: 12px !important;
}
.font-13 {
	font-size: 13px;
}
.font-14 {
	font-size: 14px;
}
.font-15 {
	font-size: 15px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
.font-20 {
	font-size: 20px;
}
.font-22{
	font-size: 22px;
}
.fw-medium{
	font-weight: 500;
}
.font-29 {
	font-size: 29px;
}
.font-32 {
	font-size: 32px;
}
.fw-semibold {
	font-weight: 600;
}
.form-check-input:checked {
	background-color: var(--bg-primary);
	border-color: var(--bg-primary);
}
.btn {
	font-size: 14px;
}
.btn-primary {
	background-color: var(--bg-primary);
	border-color: var(--bg-primary);
}
.btn-primary:hover,.btn-primary:focus,
.btn-outline-primary:hover,.btn-outline-primary:focus{
	background-color: var(--bg-primary-hover);
	border-color: transparent;
}
.btn-outline-primary {
	color: var(--bg-primary);
	border-color: var(--bg-primary);
	background-color: var(--bg-white);
}
.text-secondary {
	color: var(--bg-secondary);
}
.bg-white {
	background-color: var(--bg-white) !important;
}
.bg-primary {
	background-color: var(--bg-primary) !important;
}
.rounded-10 {
	border-radius: 10px;
}

.rounded-20 {
	border-radius: 20px;
}

.form-select.bootstrap-select {
	padding: 0;
	display: block;
	min-width: 100%;
}
.form-select.bootstrap-select .btn-light {
	color: inherit;
	background-color: inherit;
	font-size: var(--bs-form-font-size);
}
.form-select.bootstrap-select .dropdown-toggle:focus,
.form-select.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}
.form-control.datepicker {
	padding: 0.375rem 0.75rem;
}
.btn-check:focus + .btn, .btn:focus {
	outline: 0;
	box-shadow:initial;
}
.form-control:focus, .dataTable-input:focus {
	box-shadow: initial;
}
/*login*/
.login-bg {
	background-image: url(../img/login-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}

.page-content{
	padding: 24px;
}

/*card*/
/*.card {
	border: 1px solid #E8E8E8;
	border-radius: 8px;
}
.card-title {
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 8px;
	margin-bottom: 16px;
	font-weight: 600;
}
.card-header {
	background: transparent;
	padding: 16px;
}
.card-body{
	padding: 10px;
}*/

/*form*/
.form-control,.form-select{
	border-color: #DBDBDB;
	padding: 7px 12px;
	line-height: 20px;
}
.form-h {
	height: 46px;
	border: 0;
	background-color: var(--bs-gray-color);
	border-radius: 0;
	border-left: 5px solid var(--bg-primary);
}
.form-control.form-h:focus {
	background-color: var(--bs-gray-color);
	border-color: var(--bg-primary);
	box-shadow: none;
}

/*table*/
.table td, .table th {
	padding:1rem;
	border: none;
}
.table td{
	padding: 0.75rem 1rem;
}

.form-label {
    margin-bottom: 0.3rem;
}

/*action button*/
.action-button .dropdown-toggle::after{
	display: none;
}
.action-button a{
	color: #AEAEAE;
}
.action-button li span {
	vertical-align: middle;
}
.action-button li {
	min-width: 40px;
	text-align: center;
}
.action-button li span.material-icons {
	line-height: 15px;
}
.action-button .dropdown-menu {
	padding: 8px 8px 4px;
	min-width: auto;
}
.bg-table{
	background-color: #EFEFEF;
	color: var(--bg-black);
}
.table tbody{
	border: none;
}
.action-button li:hover a{
	color: var(--bg-primary);
}
.table-bordered td, .table-bordered th {
	border-bottom: 1px solid #e3e6f0;
}
.table-bordered tr,.table-bordered tr:last-child td {
	border: none;
}
/*.back-hover i {
	color: var(--bg-primary);
}*/
.back-hover:hover {
	background-color: var(--bg-primary) !important;
	color: var(--bg-white) !important;
}
/*.back-hover:hover i {
	color: var(--bg-white) !important;
}*/
.action-button .dropdown-menu {
	transform:translate3d(-30px, -11px, 0px) !important;
}
table tr:hover {
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link {
	display: flex;
	align-items: center;
	padding-top: 0.75rem;
	padding-bottom: 0.15rem;
	position: relative;
	font-size: 14px;
}

star{
	color:red;
}
ul.pagination li a{
	border: 1px solid #707070;
	display: inline-block;
	padding: 5px 10px;
	min-width: 30px;
	min-height: 20px;
	text-align: center;
	color: #888;
	margin: 0 2px;
}
ul.pagination li a.active {
	background-color: #10358b;
	color: #FFF;
	border: 1px solid #10358b;
}

.attachment-div label:not(.error) {
    width: 100%;
    height: 46px;
    border-radius: 2px;
    margin: 0;
    background: transparent;
    border: 1px solid #dadada;
    position: relative;
    line-height: 1rem;
    display: block;
    text-align: left;
    padding: 1rem 0.75rem 0.75rem;
    color: #868686;
    cursor: pointer;
    padding-right: 110px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
}
.attachment-div label:not(.error):after {
    content: 'Choose File';
    position: absolute;
    font-size: 12px;
    font-weight: normal;
    right: 5px;
    top: 5px;
    border: 1px solid #868686;
    color: #868686;
    padding: 9px 15px 9px;
    border-radius: 2px;
    background: white;
    transition: all 0.2s ease;
}
.attachment-div input {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin-top: -15px;
    visibility: hidden;
}
.attachment-div label.selected {
    color: #333333;
}



