@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

/*Custom common styles*/

html {
    position: relative;
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f4f9ff;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
    height: 100%;
    min-height: 100%;
}

a:hover,
a:focus,
button:focus {
    outline: 0 none;
}

a,
button {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

/** Singin form **/

.intro-container {
    background: url(../img/login-bg.jpg), no-repeat, #e2e2e2;
    width: 100%;
    height: calc(100vh - 76px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
}

.navbar-default {
    border: 0;
    background: #fff;
    min-height: 75px;
    margin: 0;
}

.navbar-header {
    padding: 16px 40px;
}

.navbar-header a {
    display: block;
    float: left;
}

.loginform-content {
    width: 388px;
    background-color: #fff;
    padding: 28px 24px;
    border-radius: 8px;
    max-width: 100%;
    margin: auto 32px;
}

.loginform-content h3 {
    text-align: center;
    color: #3282c5;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 32px;
}

.loginform-content label {
    font-weight: 600;
    color: #333;
}

.loginform-content .form-group {
    margin-bottom: 24px;
}

.loginform-content .form-control {
    font-size: 16px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    border: 1px solid #999;
    border-radius: 4px;
    height: 42px;
}

.loginform-content .btn-primary {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    display: block;
    height: 44px;
    border: 0;
    background: #3282c5;
}

.loginform-content .btn-primary:hover {
    background-color: #286090;
}

.sb-topnav .navbar-brand {
    width: 240px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 14px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.sb-topnav .navbar-brand img {
    height: 44px;
}

.sb-topnav {
    height: 74px;
    background: #fff;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.07);
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
    padding-top: 74px;
}

.sb-sidenav-light .sb-sidenav-menu .nav-link {
    color: #333;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    column-gap: 8px;
}

.sb-sidenav-light .nav-link:hover,
.sb-sidenav-light .nav-link.active {
    color: #3282c5;
    background: rgba(50, 130, 197, 0.1);
    border-radius: 4px;
}

.sb-sidenav .sb-sidenav-menu .nav {
    padding: 10px 20px 10px 6px;
}

.sb-topnav h4 {
    color: #3282c5;
    font-size: 24px;
    font-weight: 800;
    padding: 0 12px;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
    padding-left: 240px;
    top: 75px;
}

.title-container {
    justify-content: space-between;
    padding: 24px 0;
    align-items: center;
}

.title-container h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.title-container .btn-primary {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: auto;
    display: block;
    height: 44px;
    border: 0;
    background: #3282c5;
    min-width: 166px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-container .btn-primary:hover {
    background-color: #286090;
}

.datatable-wrapper .datatable-container {
    font-size: 12px;
    font-weight: 600;
    background: #fff;
}

.datatable-table {
    margin: 0;
}

.datatable-table>thead {
    background: #f1f1f1;
}

.card {
    border: 0;
    padding: 0;
    background: none;
}

.card-body {
    padding: 0;
}

.datatable-top {
    padding: 1em;
    background: #fff;
}

.datatable-bottom {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
}

.datatable-info {
    font-size: 14px;
    margin: 7px 0;
    font-weight: 700;
    color: #666;
    margin-right: 10px;
}

.datatable-dropdown {
    display: none;
}

.datatable-search {
    float: left !important;
}

.datatable-table thead,
.datatable-table tr,
.datatable-table td,
.datatable-table th {
    border: 0;
    vertical-align: middle !important;
    padding: 1rem !important;
}

.datatable-table tr {
    border-bottom: 1px solid #f1f1f1;
}

.datatable-table tr:last-child {
    border: 0;
}

.view-details {
    color: #3282c5;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
}

.datatable-table .btn-outline-primary {
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    padding: 1px 8px;
    position: relative;
    padding-left: 16px;
    display: inline-block;
}

.btn-outline-primary.btn-po {
    border: 1px solid #2c53de;
    background: rgba(44, 83, 222, 0.1);
    color: #2c53de;
}

.btn-po:before {
    content: " ";
    width: 5px;
    height: 5px;
    background: #2c53de;
    border-radius: 100%;
    position: absolute;
    left: 7px;
    top: 7px;
}

.btn-outline-primary.btn-dispatched {
    border: 1px solid #e59f18;
    background: rgba(229, 159, 24, 0.1);
    color: #e59f18;
}

.btn-dispatched:before {
    content: " ";
    width: 5px;
    height: 5px;
    background: #e59f18;
    border-radius: 100%;
    position: absolute;
    left: 7px;
    top: 7px;
}

.btn-outline-primary.btn-received {
    border: 1px solid #75a623;
    background: rgba(117, 166, 35, 0.1);
    color: #75a623;
}

.btn-received:before {
    content: " ";
    width: 5px;
    height: 5px;
    background: #75a623;
    border-radius: 100%;
    position: absolute;
    left: 7px;
    top: 7px;
}

.datatable-sorter::before,
.datatable-sorter::after {
    display: none;
}

.datatable-search {
    position: relative;
}

.datatable-search .datatable-input {
    padding: 8px 16px 8px 35px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    min-width: 364px;
    position: relative;
}

.datatable-search:before {
    content: " ";
    position: absolute;
    left: 7px;
    top: 10px;
    background: url(../img/icon-search.png), no-repeat;
    background-size: 23px;
    width: 23px;
    height: 23px;
    z-index: 1;
}

.table-header {
    float: right;
    margin: 23px 12px 0 0;
}

.table-header button {
    border: 0;
    background: none;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 360px;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}


.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

/* .modal.right .modal-body {
		padding: 15px 15px 80px;
	} */

/*Right*/

.modal.right.fade .modal-dialog {
    right: -360px;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.show .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */

.purchase-filter-modal .modal-content {
    border-radius: 0;
    border: none;
}

.purchase-filter-modal .modal-header {
    border-bottom-color: rgba(0, 0, 0, 0.1);

}

.purchase-filter-modal .modal-header h4 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    padding: 0;
}

.purchase-filter-modal .modal-header .close {
    font-size: 28px;
    opacity: 1;
}

.purchase-filter-modal .modal-footer {
    justify-content: space-around;
    column-gap: 8px;
    border-top: 0;
}

.purchase-filter-modal button.btn {
    flex: 1;
    height: 44px;
    min-width: auto;
    font-size: 18px;
    font-weight: 600;
}


.form-group {
    display: block;
    margin-bottom: 14px;
}

.purchase-filter-modal .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.purchase-filter-modal .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
}

.purchase-filter-modal .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #333;
    padding: 5px;
    display: inline-block;
    position: relative;
    vertical-align: text-bottom;
    cursor: pointer;
    margin-right: 8px;
}

.purchase-filter-modal .form-group input:checked+label:after {
    content: '';

    display: block;
    position: absolute;
    top: 7.2px;
    left: 4px;
    width: 6px;
    background: #333;
    height: 6px;
}

.purchase-filter-modal h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}

.checkbox-section {
    margin-bottom: 30px;
}


.date-container {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.date-container .date-box {
    border: 1px solid rgba(153, 153, 153, 0.5);
    border-radius: 4px;
    min-height: 44px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    cursor: pointer;
}

.date-box span {
    font-size: 16px;
    color: rgba(153, 153, 153, 1);

}

.dash-button {
    font-size: 26px;
}

.icon-dashboard {
    background: url(../img/icon-dashboard.png), no-repeat;
    background-size: 18px;
    height: 18px;
    width: 18px;
    display: inline-block;
}

.active .icon-dashboard,
.sb-sidenav-menu .nav-link:hover .icon-dashboard {
    background: url(../img/icon-dashboard-active.png), no-repeat;
    background-size: 18px;
}

.icon-purchase {
    background: url(../img/icon-purchased.png), no-repeat;
    background-size: 20px;
    height: 22px;
    width: 20px;
    display: inline-block;
}

.active .icon-purchase,
.sb-sidenav-menu .nav-link:hover .icon-purchase {
    background: url(../img/icon-purchased-active.png), no-repeat;
    background-size: 20px;
}

.dashboard {
    align-items: center;
    height: 100vh;
    justify-content: center;
}

.dashboard h1 {
    color: rgba(0, 0, 0, 0.1);
    font-size: 80px;
}

.fa-user {
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: 1px;
    content: "";
    transform: rotate(45deg);
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
}

/* #layoutSidenav #layoutSidenav_nav {
    flex-basis: 240px;
    transform: translateX(-240px);
} */

.svg-inline--fa {
    font-size: 19px;
    background: #3282c5;
    color: #fff;
    padding: 6px;
}

.Purchase-form-container {
    background: #fff;
    border-radius: 4px;
    padding: 12px;
    width: 100%;
    margin-bottom: 16px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    bottom: 0;
}

.uploader-btn {
    border: 1px dashed #333;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 2px;
}

.Purchase-form-container label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.Purchase-form-container input {
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
}

.Purchase-form-container .form-group {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 24px;
}

.items-content h3 {
    font-size: 24px;
    margin: 0;
}

.items-content h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;

}

.item-header {
    align-items: center;
    justify-content: space-between;
    margin: 16px 0;
}

.items-content .table {
    font-size: 14px;
    background: #fff;
    padding-bottom: 14px;
    /* table-layout: fixed;
    width: 100%; */
}

.items-content .table .thead-light th {
    border: 0;
    background: #f1f1f1;
}

.items-content .table td {
    border: 0;
    vertical-align: middle;
}

.dyn-input {
    width: 100%;
    border: 1px solid rgba(153, 153, 153, 0.5);
    border-radius: 4px;
    min-height: 42px;
    padding: 4px 6px;
}

.width-80 {
    width: 80px;
}

.width-150 {
    width: 150px;
}

.width-3 {
    width: 3%;
}

.width-10 {
    width: 10%;
}

.width-14 {
    width: 14%;
}

.add-btn-container {
    display: flex;
    justify-content: flex-end;
}

.add-btn {
    border-radius: 4px;
    border: 1px solid #333;
    color: #333;
    padding: 4px 24px;
    font-size: 14px;
    font-weight: 600;
    background: none;
}

.form-footer-section {
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.form-footer-section .btn {
    height: 42px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-footer-section .btn img {
    margin-right: 4px;
}

.form-footer-section .btn-outline-dark,
.form-footer-section .btn-outline-dark:focus,
.form-footer-section .btn-outline-dark:active,
.form-footer-section .btn-outline-dark:not(:disabled):not(.disabled).active,
.form-footer-section .btn-outline-dark:not(:disabled):not(.disabled):active,
.form-footer-section .btn-outline-dark:hover {
    background: none;
    color: #333;
}

.sb-sidenav-light .sb-sidenav-menu .nav-link.active,
.sb-sidenav-light .sb-sidenav-menu .nav-link:hover {
    color: #3282C5;
}


.form-footer-section .btn-primary {
    min-width: 203px;
    background: #3282C5;
    border-radius: 4px;
    border: 0;
}

.form-footer-section .btn-primary:hover {
    background-color: #286090;
}

.remove-btn {
    display: none;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    font-weight: bold;
    font-size: 18px;
    background: #d9d9d9;
    text-align: center;
    margin-left: 6px;
    line-height: 22px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

div#custom-button {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

img.icon-pdf {
    margin-right: 5px;
    height: 20px;
    display: none;
}

.pdf-uploader-container {
    position: relative;
}

.download-section {
    display: flex;
    column-gap: 20px;
}

.download-section button {
    border: 0;
    background: none;
}

.title-right-section {
    display: flex;
    column-gap: 26px;
}

.title-right-section .btn-default {
    border: 1px solid #333;
    border-radius: 38px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 3px 14px;
}

.title-right-section .dropdown-toggle::after {
    margin-left: 17px;
}

.title-right-section .dropdown-item {
    font-size: 14px;
    font-weight: 700;
}

.title-right-section .dropdown-menu {
    border: 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.17);
    top: 4px !important;
}

main {
    position: relative;
}

.alert-danger {
    background: #F03232;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    margin: 0 auto;
    border: 0;
}

.alert-dismissible .close {
    font-size: 38px;
    opacity: 1;
    font-weight: normal;
}

.alert-dismissible .close:focus,
.alert-dismissible .close:hover {
    color: #fff;
}

button.remove {
    border: 0;
    font-size: 26px;
    font-weight: bold;
    background: none;
}

.customSelect {
    border: 1px solid #333;
    border-radius: 38px;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 14px;
    padding-right: 20px;
    height: auto;
    background-color: transparent;
    min-width: 200px;
}

.customSelect option {
    font-size: 14px;
    font-weight: 700;
    padding: 6px 10px !important;
    line-height: 24px;
}


.datatable-bottom {
    display: none;
}

.card-body ul.pagination {
    justify-content: flex-end;
    margin-top: 20px;
}

.page-item.active .page-link,
.page-item.active .page-link:hover {
    background-color: #3282c5 !important;
    border-color: #3282c5 !important;
    color: #fff !important;
}

.page-link,
.datatable-pagination a,
.page-link:hover {
    color: #3282c5 !important;
}